/* ==== fonts ==== */

:root {
    --dark: #363a3e;
    --dark-light: #25282c;
    --dark-gray: #818385;
    --dark-active: #767a7e;
    --white: #ffffff;
    --green: #2EB585;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background: transparent;
    position: relative;
    background: #ECF0F5;
    height: 100%;
    color: #222;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: 0.3s;
    color: #2EB585;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 28px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.7;
}

a:hover,
a:active,
a:focus {
    color: #404040;
}

input[type="text"],input[type="email"],input[type="password"],input[type="number"] {
    width: 100%;
    height: 34px;
    border-radius: 0;
    border: 1px solid #ccc;
}

input[type="file"] {
    height: 35px;
    padding: 0;
    border: none;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 2px;
}
input[type="checkbox"],input[type="radio"] {
    width: 18px;
    height: 18px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

span.hinds {
    color: #444;
    font-style: italic;
    font-size: 13px;
    line-height: 13px;
}

.loading_img {
    height: 26px;
    width: 26px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
}

.skin-blue .main-header li.user-header {
    /* background-color: #2EB585; */
    background-color: var(--dark);
}

.dropdown-menu {
    border-color: var(--dark-light);
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: var(--dark-light);
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #fff;
    background: #404040;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    height: 60px;
}

/*.content-heading {
    background: #fff;
    border-bottom: 1px solid #e1e6ef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 12px 30px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}*/

.lobipanel {
    margin-bottom: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.panel-bd>.panel-heading {
    color: #fcfcfc;
    background-color: #c71c69;
    border-color: #b7b9bf;
    position: relative;
    padding: 10px 15px;
}

.panel-bd>.panel-heading .panel-title {
    display: inline-block;
    width: 100%;
}

.panel-bd>.panel-heading h4 {
    font-weight: 600;
    float: left;
}

.label-custom {
    color: #fff !important;
    background-color: #2EB585;
    border: 2px solid #2EB585;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
}

.detailswork p {
    border-bottom: 1px solid gray;
    padding-bottom: 6px;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
}

.runnigwork p {
    border-bottom: 1px solid gray;
    padding-bottom: 6px;
    color: #222;
    font-weight: 400;
    margin: 0 0 10px;
}

.detailswork p a,
.runnigwork p a {
    color: #222;
}

.content-header>.breadcrumb {
    top: 3px;
    right: 20px;
}


/* sidebar start */

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    /* background-color: #ffffff; */
    background-color: var(--dark);
}

.main-sidebar,
.left-side {
    width: 258px;
    /* padding-top: 31px; */
    padding-top: 51px;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #444;
}

.sidebar-menu>li {
    background: var(--dark-light);
}

.sidebar-menu>li>a {
    padding: 12px 25px;
}

.company-panel {
    position: fixed;
    width: 258px;
    padding: 5px 10px;
    top: 0;
    height: 20px;
}

.company-panel div img,
.company-panel div span {
    /* height: 42px; */
    /* margin-left: 10px; */
    font-size: 26px;
    color: var(--white);
    font-weight: 600;
}

.company-panel .small-logo {
    display: none;
}

.company-panel .logo {
    display: block;
}

.sidebar-collapse .company-panel .small-logo {
    display: block;
}

.sidebar-collapse .company-panel .logo {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 70px!important;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 70px;
}

.sidebar-collapse .user-panel {
    display: none;
}

.user-panel {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #424242;
    /* padding-bottom: 80px; */
}

.user-panel h3 {
    color: var(--white);
}

.user-panel h5 {
    color: var(--white);
    margin-top: 10px;
    font-weight: 400;
}

.skin-blue .sidebar-menu>li>a {
    /* color: #424242; */
    color: var(--dark-gray);
    font-size: 15px;
}

.skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    /* background: #2EB585; */
    background-color: var(--green);
    border-left-color: #fff;
}

.skin-blue .sidebar-menu>li:hover>a {
    color: #fff;
    /* background: #2EB585; */
    background-color: var(--green);
    border-left-color: #fff;
}
.skin-blue .sidebar-menu>li>a.highlight {
    color: #fff;
    /* background: #2EB585; */
    background-color: var(--green);
    border-left-color: #fff;
}
.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 20px;
    color: #424242;
    margin-right: 10px;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #2EB585;
}
.sidebar-menu .treeview-menu>li>a {
    padding: 12px 5px 12px 50px;
    color: #fff;
}
.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
    color: #2EB585;
}
.skin-blue .sidebar-menu > li.active > a > .fa{
    color : #fff;
}
/* sidebar end */


/* header start */

.skin-blue .main-header .navbar {
    margin-left: 258px;
    height: 51px;
    /* background-color: #2EB585; */
    background-color: var(--dark);
}
.skin-blue .main-header .navbar .nav > li > a{
    color: #fff;
}
.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active {    
    background: #2EB585;
    color: #424242;
    font-weight: bold;
}
/* header end */

.content-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    border: solid 1px #dde5e7;
    background: #fff;
}

.main-footer {
    background: #101214;
    color: #fff;
    margin-left: 258px;
}

.content-wrapper,
.right-side {
    margin-left: 258px;
}

.btn-create {
    background-color: #00A65A;
    border-color: #00A65A;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 14px;
    color: #fff;
}

p.button_text {
    font-weight: bold;
}

.error-text {
    color: red;
    font-size: 11px;
    font-weight: bolder;
    display: block;
    margin-top: 5px;
}

.form-control:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.grid-view {
    margin-top: 10px;
    background: #fff;
}

.grid-view .summary {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.sidebar-menu>li.has_sub_menu>a::after {
    position: absolute;
    right: 11px;
    top: 11px;
    display: block;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
}

.content h1 {
    background: #444;
    padding: 8px;
    margin-bottom: 10px;
    color: #fff;
}
/* Login Page */

.content-wrapper.content-wrapper-custome {
    width: 100%;
    margin-left: 0;
    background: url('../images/Bc-Image.jpg');
    background-position: center;
    background-size: cover;
}

.content-wrapper.content-wrapper-custome .content {
    padding: 0;
}

.bg-theme {
    background-color: #2EB585;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.border-0 {
    border: 0 !important;
}

.bg-theme h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 50px;
}

.bg-theme img {
    vertical-align: middle;
    width: 50%;
}

.bg-light-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.login-form {
    width: 100%;
    max-width: 400px;  
    box-sizing: border-box;
    /* box-shadow: 0 2px 30px rgba(0, 0, 0, .25); */
    position: absolute;
    top: auto;
    /* right: 300px; */
}
.login-form.forgot__pass {
    max-width: 500px;
}
.login-form.forgot__pass .btn {
    margin-top: 0 !important;
}

.login-form .bg-white {
    border-radius: 10px;
    padding: 20px 30px;
    background: #fff;
    margin-top: 20px;
}

.login-form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .02em;
    margin: 0 0 16px;
}

.login-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .04em;
    border-radius: 0;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
}

.login-form .btn {
    background-color: #2EB585;
    border-radius: 30px !important;
    color: #fff;
    letter-spacing: .04em;
    border: 1px solid transparent;
    width: 100%;
    margin-top: 10px;
}

.text-bottom {
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .01em;
    color: #353535;
}

.form-group.has-error .help-block {
    text-align: left;
}

.top-space {
    margin-top: 70px;
}

.form-group .btn {
    background-color: #2EB585;
    border-color: #2EB585;
    min-width: 200px;
}


/* End Login Page*/

.btn-custome {
    background: none;
    box-shadow: none;
    color: #404040;
    font-weight: 500;
    height: 32px;
}

.btn-custome.active,
.btn-custome:hover {
    border-bottom: 3px solid #2EB585;
    box-shadow: none;
}

.button_right {
    float: right;
    position: relative;
    bottom: 59px;
    right: 5px;
}

.btn-sm {
    width: 30px;
    margin-bottom: 2px;
}


/* .sidebar {
    height: calc(100vh - 60px);
    overflow: auto;
} */

.info-box {
    min-height: 110px;
    background: #404040;
    box-shadow: 0 0 5px #888;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #fff;
}

.info-box-icon {
    line-height: 24px;
    background: none;
    height: 32px;
    width: 32px;
    padding: 10px;
}

.info-box-icon i {
    font-size: 32px;
}

.info-box-heading {
    display: block;
    float: left;
    width: 100%;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 21px;
    float: right;
    padding: 10px;
}

.info-box-content {
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}

.info-box-content h3 {
    font-size: 18px;
}

.content-heading .fa {
    font-size: 48px;
    color: #2EB585;
}

/*.content-heading h1 {
    margin: 2px 0 0 17px;
    font-size: 28px;
    padding-bottom: 0!important;
}*/
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 70px !important;
    z-index: 840;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), 
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 200px;
    left: 70px;
}
.sidebar-collapse .sidebar-menu .treeview-menu > li > a {
    padding: 12px 5px 12px 16px;
}
.skin-blue .main-header .navbar .nav > li > a:focus, 
.skin-blue .main-header .navbar .nav .open > a, 
.skin-blue .main-header .navbar .nav .open > a:focus {
    background: #2EB585;
}
.btns__box .btn-default {
    padding: 30px 15px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    min-width: 160px;
    margin: 8px;
    font-family: 'Roboto', sans-serif;
}
.btns__box .btn-default span {
    display: block;

}
.btns__box .btn-default i {
    font-size: 30px;
    display: block;
    margin-top: 20px;
}
.btns__box {
    text-align: center;
}
