/* Add here all your CSS customizations */

body {
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 18px;
    margin: 0;
    font-size: 12px;
}
p {
    line-height: 20px;
    margin-bottom: 15px;
}

.table th{
    padding: 0.5rem 0.4rem;
    line-height: 18px;
}
.table td{
    padding: 0.2rem 0.3rem;
}
.table td{
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
}

.after-colon{
    position: relative;
}
.after-colon h4:before, .after-colon label:before{
    position: absolute;
    content: ":";
    right: 0;
}

textarea.form-control{
    resize: none;
}

.content-body{
    padding: 30px;
}
.page-header{
    margin: -30px -30px 30px -30px;
}

/** Extra small input text **/
.col-form-label {
    padding-top: calc(.2rem + 1px);
    padding-bottom: calc(.2rem + 1px);
}
.form-group-xs{
    margin-bottom: 10px;
}
.form-control-xs.form-control:not(.form-control-sm).form-control:not(.form-control-lg){
    height: 26px;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 16px;
    min-height: 26px;
    /*border-radius: 3px;*/
}
.input-group-xs .input-group-text{
    /*    font-size: 12px;
        padding: .275rem .6rem;*/
    padding: 2px 8px;
    font-size: 11px;
}
.input-group-xs>.form-control, .input-group-xs>.input-group-addon, .input-group-xs>.input-group-btn>.btn{
    height: 26px;
    padding: 2px 10px;
    font-size: 11px;
}
.form-group-xs .select2-container--bootstrap .select2-selection--single,
.input-group-xs .select2-container--bootstrap .select2-selection--single, 
.select2-container--bootstrap .select2-selection--single.input-xs {
    /*border-radius: 3px;*/
    height: 26px;
    padding: 2px 0;
    font-size: 11px;
    line-height: 16px;
}
.form-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, 
.select2-container--bootstrap .select2-selection--single.input-xs .select2-selection__rendered{
    padding: 2px 20px 2px 8px !important;
}
.form-group-xs .radio, .form-group-xs .checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-group-xs input[type="checkbox"]{
    margin-top: 2px;
}
.form-group-xs input[type=radio]{
    margin-top: 1px;
}

.card-footer .pagination, .card-footer label.theme_pagination{
    margin-bottom: 0px;
}
.card{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.card-form{
    border-bottom: 1px solid #999;
}
.card-header{
    /*padding: 0.75rem 1.25rem;
    background: #FFF;*/
    padding: 0.5rem 1rem;
    /*padding: 12px 18px;*/
}
.card-footer{
    padding: 0.5rem 1rem;
    /*padding: 12px 18px;*/
}
.card-title{
    color: #08c;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}
.card-body{
    border-radius: 0px;
}

.no-data-found-box{
    box-shadow: 0px 0px 2px 1px #e21111;
    font-size: 14px;
    padding: 15px 20px;
    background: #fdfdfd;
    border-radius: 5px;
    /*margin-bottom: 30px;*/
}
.no-data-found-box p{
    margin: 0px;
    color: #e21111;
    font-weight: 600;
}
select.language_changer{
    border: 3px solid #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #444791;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}
select.language_changer option{
    background: #fff;
    color: #08c;
    cursor: pointer;
}
select.quick_action{
    border: 3px solid #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #08c;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}
select.quick_action option{
    background: #fff;
    color: #08c;
    cursor: pointer;
}

.gallery-img-list .thumbnail-gallery .img-thumbnail .zoom{
    height: 22px;
    width: 22px;
    padding: 2px;
    font-size: 11px;
}
.gallery-img-list .thumbnail-gallery .img-thumbnail .zoom i {
    position: relative;
    top: 0;
    left: 0px;
}
.row.gallery-img-list{
    margin: 0px;
}
.gallery-img-list .thumbnail-gallery{
    margin: 0px;
}
.gallery-img-list .col-md-2{
    padding-right: 0px;
    padding-left: 0px
}
.gal-edit-img{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 70px;
    display: inline-flex;
}
.gal-edit-img i{
    font-size: 10px;
}
.gal-edit-img .input-group-sm > .input-group-append > .btn,
.gal-edit-img .input-group-sm > .input-group-append > .input-group-text{
    padding: .15rem .4rem;
}
.gal-edit-img .input-group-sm > .form-control:not(textarea) {
    height: calc(1em + .5rem + 2px);
    padding: .15rem .4rem;
}
.gal-edit-img .input-group input.form-control[readonly]:focus{
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gal-edit-img .input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}


.table thead th{
    vertical-align: top;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after{
    top: 0.9em;
}
.header .logo{
    margin-top:5px;
}
.dataTables_length .select2-container--bootstrap .select2-selection--single {
    height: 26px;
    line-height: 1.5;
    padding: 4px 20px 4px 10px;
    font-size: 0.75rem;
}


.table-custom-scroll {
    width: 100% !important;
}
.table-custom-scroll tbody {
    display:block;
    max-height:285px;
    overflow:auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.table-custom-scroll tbody::-webkit-scrollbar{
    width: 5px;
    height: 15px;
}
.table-custom-scroll tbody::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.table-custom-scroll tbody::-webkit-scrollbar-thumb:vertical{
    height: 30px;
    background-color: #999;
}
.table-custom-scroll thead, .table-custom-scroll tbody tr, .table-custom-scroll tfoot {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-custom-scroll thead {
    width: calc( 100% - 0.35em );
}

.card-content-scroll{
    max-height: calc(65vh - 3.5rem);
    overflow-y: auto;
}

/*.form-check-inline .form-check-input{
    font-size: 16px !important;
    width: 1em;
    height: 1em;
    vertical-align: -2px;
    cursor: pointer;
}*/
.form-check-label{
    cursor: pointer;
}


.table-scroll {
    position: relative;
    width:100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    max-height: 350px;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.table-scroll::-webkit-scrollbar{
    width: 5px;
    height: 15px;
}
.table-scroll::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.table-scroll::-webkit-scrollbar-thumb:vertical{
    height: 30px;
    background-color: #999;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}
/*.table-scroll table th, .table-scroll table td{
white-space: nowrap;
}*/
.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    vertical-align: top;
}
.table-scroll thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index:4;
}
.table-scroll tfoot td{
    background: #fff;
}
.table-scroll th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
}
.table-scroll thead th:first-child {
    z-index: 5;
}
.table-scroll tbody tr:nth-of-type(2n+1) th:first-child{
    background-color: #f0f0f0;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}
.dataTables_wrapper .dataTables_info {
    float: left;
}
.dataTables_wrapper .dataTables_paginate  {
    float: right;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
}
.top-6{
    top:13px;
}
.dataTables_wrapper .dataTables_filter label{
    width: auto;
}
.dataTables_filter .form-control:not(.form-control-sm):not(.form-control-lg){
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    min-height: auto;
    height: calc(1.62em + .75rem + 2px);
}
.dataTables_filter .pull-right{
    float: none !important;
}
.dataTables_wrapper .pagination{
    margin-top: 0px !important;
}
.dataTables_wrapper .bottom{
    margin-top: 0.5em;
}

.dataTables_filter .form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    min-height: auto;
    height: calc(1.2em + .75rem + 2px);
}
/*.select2-container--bootstrap .select2-selection--single {
    height: 28px;
    line-height: 1.3;
    padding: 4px 20px 4px 10px;
}*/
div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0px !important;
}
.pagination > li > a, .pagination > li > span{
    padding: 5px 10px;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    top: 0.4em;
}
div.dataTables_wrapper div.dataTables_info{
    padding-top: 0.3em;
}
.select-full-width .select2-container{
    width: 100% !important;
}

.custom-card{
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #08c;
    background-color: #fff;
}
.custom-card-title h4 {
    padding: 5px 12px;
    border-bottom: 1px solid #08c;
    margin: 0;
    color: #08c;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.custom-card-body{
    padding: 15px;
}
.custom-card .card-header{
    padding: 0.4rem 0.7rem;
}
.custom-card .card-title {
    font-size: 1.4em;
    line-height: 24px;
}

.content-body:not(.card-margin) > .row + .row {
    padding-top: 30px;
}


.form-group-md .control-label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-group-sm .control-label{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.form-group-xs .control-label{
    margin-bottom: 0px;
}
.radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.modal-block.modal-header-color .card-header h3 {
    color: #FFF;
}

.modal-block-primary .card-body .fa,
.modal-block-primary .card-body .fab,
.modal-block-primary .card-body .fal,
.modal-block-primary .card-body .far,
.modal-block-primary .card-body .fas{
    color: #fff;
}
.mfp-container .table-scroll{
    max-height: 260px;
}
.table .form-control-xs.form-control:not(.form-control-sm).form-control:not(.form-control-lg) {
    height: 22px;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 16px;
    min-height: 22px;
}
.nav-center-tab{
    text-align: center;
    width: 100%;
    display: block;
}
.nav-center-tab.nav-tabs .nav-item{
    display: inline-block;
}
.table .form-group-xs .select2-container--bootstrap .select2-selection--single,
.table .input-group-xs .select2-container--bootstrap .select2-selection--single, 
.table .select2-container--bootstrap .select2-selection--single.input-xs {
    /*border-radius: 3px;*/
    height: 22px;
    padding: 0;
    font-size: 10px;
    line-height: 16px;
}
.table .form-control:disabled{
    background-color: transparent;
    /*border: none;*/
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    background-color: transparent;
    /*border: none;*/
}
.select2-container--bootstrap.select2-container--disabled.select2-container--focus .select2-selection{
    /*border-color: transparent;*/
    -webkit-box-shadow: none;
    /*box-shadow: none;*/
}

.table-responsive{
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.table-responsive::-webkit-scrollbar{
    height: 5px;
    width: 15px;
}
.table-responsive::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.table-responsive::-webkit-scrollbar-thumb:horizontal{
    width: 30px;
    background-color: #999;
}
.table-responsive::-webkit-scrollbar-thumb:vertical{
    height: 30px;
    background-color: #999;
}

/*.form-group-xs.form-group:last-child, .form-group-xs.form-group:last-of-type{
    margin-bottom: 10px;
}*/

textarea.form-control-xs {
    resize: none;
}
/*textarea.form-control-xs {
    height: auto !important;
}*/
.nav-tabs li .nav-link{
    border-top: 3px solid #CCC;
}
.vertical-line{
    border-right: 1px solid #ccc;
}
.theme-title{
    color: #08c;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 15px;
}
/*.datepicker{
    z-index: 1101 !important;
}*/

/*** payslip design ***/
.payslip-main-sec .col-form-label{
    padding: 0;
}
.payslip-main-sec p{
    margin-bottom: 0;
}

.theme-title-h4 {
    color: #08c;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0px;
}
.custom-card-border{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.custom-card-border .title-h4 {
    color: #08c;
    margin: 0;
    text-align: center;
    padding: 2px 10px;
}
.custom-card-border .card-content{
    padding: 10px 10px;
    border-top: 1px solid #ccc;
}
.custom-card-border .title-h4 span{
    color: #808697;
    font-size: 12px;
}
/*.payslip-main-sec .table th {
    padding: 0.3rem 0.4rem;
}*/

.modal-block-primary .card-body .modal-icon .fa,
.modal-block-primary .card-body .modal-icon .fab,
.modal-block-primary .card-body .modal-icon .fal,
.modal-block-primary .card-body .modal-icon .far,
.modal-block-primary .card-body .modal-icon .fas
{
    color: #0088cc;
}
a:hover{
    text-decoration: none;
}

/** Select 2 CSS **/
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.select2-dropdown{
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
    height: auto;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: 0;
    /*right: 12px;*/
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #999;
    border-width: 0 4px 4px;
}
.select2-container .select2-selection--single{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #555;
}
.form-group-md .select2-container .select2-selection--single,
.input-group-md .select2-container .select2-selection--single,
.select2-container .select2-selection--single.input-md {
    height: 38.5px;
    line-height: 1.7;
    padding: 6px 24px 6px 12px;
}
.form-group-md .select2-container .select2-selection--single .select2-selection__rendered,
.input-group-md .select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single.input-md .select2-selection__rendered {
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
}
.form-group-xs .select2-container .select2-selection--single,
.input-group-xs .select2-container .select2-selection--single,
.select2-container .select2-selection--single.input-xs{
    font-size: 11px;

}
.form-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single.input-xs{
    padding: 2px 20px 2px 8px !important;
    font-size: 11px;
    line-height: 14px;
}
.form-group-xs .select2-container .select2-selection--single,
.input-group-xs .select2-container .select2-selection--single,
.select2-container .select2-selection--single.input-xs{
    height: 25px;
    padding: 2px 0;
    font-size: 11px;
    line-height: 16px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
}
.card-bg-white .card-body{
    background-color: #fff;
}
.card.card-bg-white {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
}

.table .form-group-xs .select2-container--default .select2-selection--single,
.table .input-group-xs .select2-container--default .select2-selection--single, 
.table .select2-container--default .select2-selection--single.input-xs{
    height: 22px;
    font-size: 10px;
    padding: 0;
    line-height: 16px;
}

.table .form-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered,
.table .input-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered,
.table .select2-container .select2-selection--single.input-xs {
    font-size: 10px;
    line-height: 16px;
}

/*.table-two-col-fix td:first-child, .table-two-col-fix th:first-child {
    position:sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    border: 1px solid #dee2e6;
}
.table-two-col-fix td:nth-child(2), .table-two-col-fix th:nth-child(2)  {
    position:sticky;
    position: -webkit-sticky;
    left: 40px;
    z-index: 1;
    background-color: white;
    border: 1px solid #dee2e6;
}
.table-two-col-fix th:first-child , .table-two-col-fix th:nth-child(2) {
    z-index: 3;
}
.table-two-col-fix tbody tr:nth-of-type(2n+1) td:first-child, .table-two-col-fix tbody tr:nth-of-type(2n+1) td:nth-child(2){
    background-color: #f0f0f0;
}*/

@media (max-width: 991px) {
    .mtop-md-3 {
        margin-top: 1rem !important;
    }
    .vertical-line{
        border-right: none;
    }
}
@media only screen and (min-width: 768px){

    html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
        padding-left: 40px;
    }
}

.btn-xs.btn-que-xs{
    padding: 0.5px 4px;
}
.tooltip-inner {
    max-width: 100% !important;
}
.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #777;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0px 1px 3px 0px #d6d6d6;
}
.tooltip .arrow::before, .tooltip .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
    top: -1;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.35);
}
.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^=bottom] .arrow::after {
    top: 0px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.pos-relative{
    position: relative;
}
.tbl-dropdown-pos{
    position: inherit;
}
.tbl-dropdown-pos .dropdown-menu{
    top: auto;
    left: auto;
}

/*.modal.modal-ver-center {
  text-align: center;
  padding: 0!important;
}

.modal.modal-ver-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-ver-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/
.day-list .form-group:last-child, .day-list .form-group:last-of-type{
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px){
html.sidebar-left-xs .sidebar-left {
    width: 250px;
    font-size: 0.7rem;
}
}
.modal-dialog {
    pointer-events: auto;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}
   
.modal.modal-header-color .card-header h2 {
    color: #FFF;
}
.modal button.close{
    color: #fff;
    outline: none !important;
}
.modal button.close:focus, .modal button.close span:focus{
    outline: none !important;
}
.modal button.close {
    color: #fff;
    outline: none !important;
}

.modal-block-primary .btn .fa,
.modal-block-primary .btn .fab,
.modal-block-primary .btn .fal,
.modal-block-primary .btn .far,
.modal-block-primary .btn .fas {
    color: #fff !important;
}

/*.ui-datepicker-calendar {
    display: none;
}*/
   
.reserved-legend{
    background-color: #0079D6;
}
.block-legend{
    background-color: #FF0000;
}

.fc-event .fc-bg{
    opacity: 0;
}

.tooltipevent{
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #08c;
    color: black;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 5px 10px;
    text-align: left;
    position:absolute;
    z-index:10001; 
}
.tooltipevent div, .tooltipevent label{
    line-height: 14px;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}


.status-register{
    background-color: #00c4ff;
}
.status-planed{
    background-color: #ff7600;
}
.status-cancel{
    background-color: #ff0018;
}
.status-approve{
    background-color: #47a447;
}
.status-pending{
    background-color: #393fff;
}

.modal-lg-width{
    max-width: 1140px !important;
}
.modal-block .badge, .modal .badge{
    padding: 0.3em 0.6em;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.2;
}
.modal-block label, .modal label{
    font-weight: 600;
    margin-bottom: 0px;
    color: #383f48;
}
.modal-block p, .modal p{
    margin-bottom: 0px;
    line-height: 22px;
}
.modal-block label i, .modal label i{
    font-size: 12px;
    color: #383f48 !important;
    margin-right: 5px;
}
.modal-block-primary .fa, .modal-block-primary .fab, .modal-block-primary .fal, .modal-block-primary .far, .modal-block-primary .fas {
    color: #495057 !important;
}

.fc-booking-title{
    /*background-color: #3a37cc;*/
    margin-right: 2px;
    padding: 2px 3px;
    font-weight: 600;
    border-radius: 3px;
}
.fc-timeline-event, .fc-timeline-event .fc-content{
    padding: 0px;
}
.badge-width{
    width: 15px;
    height: 15px;
}

.fc-ltr .fc-time-area .fc-chrono th{
    text-align: center;
}
.fc .fc-widget-header th{
    line-height: 22px;
}
.employee_card_photo_div, .employee_card_photo_div img{
    width: 100px;
    height: 115px;
}
.team_member_div{
    display:block;
    max-height: calc(100vh - 250px);
    overflow-x: auto;
}

.job_type_div{
    display:block;
    max-height: calc(100vh - 350px);
    overflow-x: auto;
}
.bootstrap-timepicker-widget table td input {
    width: 30px !important;
}

/*.activities-row{
    padding: 6px 0px 0px 6px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(195, 195, 195, 0.4);
    margin-bottom: 10px
}*/

.activities-row{
    border: 2px solid #dfdfdf;
    box-shadow: 2px 2px #dfdfdf;
    border-radius: 4px;
    padding: 5px 5px;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus{
    background-color: #ffffff;
}
ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus{
    background-color: #ffffff;
}
ul.nav-main > li.nav-expanded > a{
    background-color: #ffffff;
}

.circle-icon {
    background: #5b5fc7;

    border-radius: 50%;
   /* padding-bottom: 8px;
    padding-right: 23px;
    padding-left: 9px;*/
    color:#fff;
    height: 29px;
    width: 29px !important;
    line-height: 29px;
    font-size: inherit !important;
}

.page-header{
    background: #444791;
}
.sidebar-left .sidebar-header .sidebar-title {
    background: #444791;
    color:white;
}

.sidebar-left .sidebar-header .sidebar-toggle{
    background-color: #444791;
}
.page-header h2 {
    border-bottom-color: #fff !important;
}
html.no-overflowscrolling .nano > .nano-pane > .nano-slider{
    background: #444791;
}
html.sidebar-left-xs .sidebar-left ul.nav-main li a {
    font-size: 0.7rem;
    font-weight: 600;
}

html.no-overflowscrolling .sidebar-left .nano {
    background: #e6e6e6;
}
html .btn-primary{
    background-color:#444791;
    border-color: #444791 #444791 #444791;
}
html .btn-primary:hover, html .btn-primary.hover{
    background-color:#444791;
    border-color: #444791 #444791 #444791;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link{
    background-color: #444791 !important;
    border-color: #444791;
}
.card-title{
    color: #444791;
}
.badge-primary{
    background: #444791;
}
html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link{
    border-top-color: #444791;
    color: #444791;
}
html body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover{
    color: #444791;
}
html .btn-primary.disabled, html .btn-primary:disabled{
   background-color:#444791;
   border-color: #444791; 
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color:#444791; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#444791; 
}
/*select.language_changer option--highlighted[aria-selected]{
    background-color:#444791;  
}*/
.userbox.show .dropdown-menu a:hover{
    background-color:#444791; 
}
html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs .nav-link:focus, html.dark body .tabs .nav-tabs .nav-link:focus{
    border-top-color: #444791;
}
.custom-card{
    border-top:3px solid #444791;
}
.custom-card-title h4{
    border-bottom: 1px solid #444791;
    color: #444791;
}
.modal-block-primary.modal-header-color .card-header{
   background-color:#444791;  
}
.modal-block-primary .card-body .modal-icon .fa, .modal-block-primary .card-body .modal-icon .fab, .modal-block-primary .card-body .modal-icon .fal, .modal-block-primary .card-body .modal-icon .far, .modal-block-primary .card-body .modal-icon .fas{
    color:#444791 !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color:#444791;
}
.body-sign .card-sign .card-title-sign .title{
    background-color: #444791;
}
.body-sign .card-sign .card-body{
    border-top-color: #444791;
}
.form-control:focus{
    border-color: #444791 !important;
}
html .bg-primary, html .background-color-primary{
    background-color: #444791 !important;
}
html .card-featured-primary{
    border-color: #444791;
}
.datepicker table tbody tr td.day.active{
    background: #444791;
}
.datepicker table tbody tr td.day:hover{
    background: #444791;
}
/*.select2-container *{
   outline-color: #444791 !important;
}*/
.select2-container--bootstrap .select2-dropdown {
    border-color: #444791;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #444791;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(68 71 145 / 60%);
}
ul.nav-main > li.nav-active > a{
    box-shadow: 2px 0 0 #444791 inset;
}
.sidebar-left .sidebar-header .sidebar-toggle:hover i{
    color:#FFF;
}
.sidebar-left .sidebar-header .sidebar-toggle{
    height: 48px;
}
.header .separator {
    margin: 0px 0px 0px !important;
}

.to_do_group .badge {
    position: relative;
    top: -14px;
    left: -17px;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 12px;
   }
.to_do_group button {
    margin:5px;
}
.to_do_group{
    margin-left: 6px;
    margin-right: -4px;
}

.ccc li {
    padding-left: 15px;
}

.bbb li {
    padding-left: 15px;
}

.fc .fc-toolbar .fc-button.fc-state-active {
    background-color: #444791;
}

.modal-block-primary .fa, .modal-block-primary .fab, .modal-block-primary .fal, .modal-block-primary .far, .modal-block-primary .fas .fa-times {
    color: #FFF !important;
}

.fa-save {
    color: #FFF !important;
}

.competencies-row{
    padding: 6px 0px 0px 6px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(195, 195, 195, 0.4);
    margin-bottom: 10px
}
.select-input-grp2-width .select2-container{
    width: calc(100% - 30px) !important;
}

.nano-content{
    height: calc(100% - 60px) !important;
}

.theme_pagination .select2-container {
    display: inline-block;
    margin-right: 10px;
    width: 60px !important;
}
.theme_pagination  .select2-container--bootstrap .select2-selection--single{
	height: auto !important;
	line-height: 1.7;
    padding: 4px 20px 4px 10px;
}

.patinet-detail{
    font-size: 11px;
    line-height: 18px;
}
.patinet-detail b{
    font-weight: 600 !important;
}

.patient-row-title h4{
    padding: 5px 12px;
    border-bottom: 1px solid #08c;
    margin: 0;
    color: #08c;
    font-weight: 600;
}
.patient-row{
    padding: 6px 12px;
}
.patient-row + .patient-row{
    border-top: 1px solid #e2e2e2;
}
.patient-row p{
    margin: 0;
    line-height: 20px;
    font-weight: 600;
}
