/* Add here all your CSS customizations */
.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;
}
.well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding: 9px;
    border-radius: 3px;
}
.wide-select-box .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #08c;
}
.form-group-lg .wide-select-box .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #08c transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}
.wide-select-box .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    border-color: transparent transparent #08c transparent;
}
.form-group-lg .wide-select-box .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 6px 7px 6px;
}
/* Appointment Section
 Add here all your CSS customizations */
.card.external-event{
    font-size: initial;
    font-weight: initial;
    margin: 0;
    padding: 0;
    text-align: inherit;
    display: block;
}
/*.appointment-section hr, .fc-divider:(not){
    margin: 15px 0 15px 0;
}*/
.search.nav-form .form-control:not(.form-control-sm):not(.form-control-lg){
    min-height: 2.5rem;
}
.patient-list-sidebar .card-body{
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
    padding: 6px 10px;
}
.patient-list-sidebar .card-body h4{
    margin-top: 0px;
    color: #08c;
    margin-bottom: 8px;
    line-height: 25px;
    font-size: 1em;
    display: inline-block;
}
.patient-list-sidebar .card-body span{
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #777;
}
.patient-info p{
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
}
.patient-info p i{
    margin-right: 5px;
    color: #08c;
}
.patient-list-sidebar .card + .card{
    margin-top: 0.8rem;
}
.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;
}
.appointment-modal-content h4{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*.select2-search--dropdown{
        display: none;
}*/
.after-colon{
    position: relative;
}
.after-colon h4:before, .after-colon label:before{
    position: absolute;
    content: ":";
    right: 0;
}
.appointment-modal-content .badge{
    padding: 0.4em 0.6em;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.2;
}
textarea.form-control{
    resize: none;
}
.datepicker table thead tr th:hover{
    background-color: #aaa;
}
/********* Appointment Listing CSS ********/
.app-list-row{
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 1px 5px 0px #e2e2e2;
    box-shadow: 0px 1px 5px 0px #e2e2e2;
    border-radius: 5px;
    padding: 6px 6px;
    border-left: 3px solid #08c;
}
.app-list-row + .app-list-row{
    margin-top: 10px; 
}
.app-list-row p {
    margin-bottom: 0px;
}
.app-note-txt{
    border: 1px solid #ccc;
    padding: 2px 6px;
    height: 65px;
    border-radius: 4px;
    overflow-y: auto
}
.app-list-row h4{
    color: #08c;
    font-weight: 600;
    font-size: initial;
    margin-top: 0;
    margin-bottom: 6px;
}
.app-list-row p i{
    width: 22px;
    position: relative;
    margin-right: 5px;
    color: #383f48;
}
.app-list-row p i:after{
    position: absolute;
    content: ":";
    right: 0;
    font-weight: 600;
    color: #777;
}
.app-list-row .badge{
    padding: 0.2em 0.4em 0.2em 0.4em;
    font-size: 85%;
    font-weight: 600;
    line-height: 1.2;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.app-no-fix h3{
    color: #08c;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.action-btn-list{
    text-align: center;
}
.action-btn-list .btn{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.action-btn-list .btn:hover{
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 1px 0px rgba(0, 0, 0, .12), 0 1px 0px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 1px 0px rgba(0, 0, 0, .12), 0 1px 0px 0 rgba(0, 0, 0, .2);
}
.action-btn-list .btn + .btn{
    margin-top: 6px;
}
.action-btn-list i{
    color: #fff
}
.card-footer .pagination, .card-footer label.theme_pagination{
    margin-bottom: 0px;
}
.card-header{
    padding: 0.75rem 1.25rem;
    /*background: #FFF;*/
}
.card-body.appointment-section{
    overflow-y: auto;
    height: 530px;
    border-radius: 0px;
}
.card-body.appointment-section + .card-footer{
    margin-top: 0px;
}
/************ Dashboard Design ************/
.dashboard-calendar .fc .fc-toolbar h2{
    font-size: 1.2rem;
}
.dashboard-calendar .fc .fc-toolbar h2:before{
    font-size: 1.4rem;
}
.today-schedule-list, .recent-appointment-list{
    margin-top: 15px;
}
.today-schedule-info, .recent-appointment-info{
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
    padding: 8px 10px;
    border-radius: 5px;
    border-top: 3px solid #CCC;
}
/*.today-slt-btn-inline .select2-container--bootstrap{
        display: inline-block;
        width: auto !important;
}*/
.box-left-sec p:last-child{
    margin-bottom: 0px;
}
.today-schedule-info p, .recent-appointment-info p{
    margin-bottom: 6px;
    line-height: 18px;
}
/*.today-slt-btn-inline .select2-container--bootstrap .select2-selection--single{
    padding: 3px 24px 4px 12px;
    height: 31px;
}*/
.today-schedule-info + .today-schedule-info, .recent-appointment-info + .recent-appointment-info{
    margin-top: 10px;
}
.today-schedule-info p i, .recent-appointment-info p i{
    position: relative;
    width: 22px;
    margin-right: 5px;
    color: #08c;
    text-align: left;
}
.today-schedule-info p i:after, .recent-appointment-info p i:after{
    position: absolute;
    content: ":";
    right: 0;
    font-weight: 600;
    color: #777;
}
/*.today-slt-btn-inline .select2-container--bootstrap .select2-selection--single{
        padding: 3px 22px 4px 6px;
}
.today-slt-btn-inline .select2-container--bootstrap .select2-selection--single .select2-selection__arrow{
        width: 1px;
}*/
.recent-appointment-info .badge{
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
}
/********* 9_august_2k19 *********/
.appointment-modal-content.app_popup .select2-container{
    width: 90.5% !important;
}
.appointment-details-modal .badge{
    padding: 0.3em 0.6em;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.2;
}
.appointment-details-modal label{
    font-weight: 600;
    margin-bottom: 0px;
    color: #383f48;
}
.appointment-details-modal p{
    margin-bottom: 0px;
    line-height: 22px;
}
.appointment-details-modal label i{
    font-size: 12px;
    color: #383f48 !important;
    margin-right: 5px;
}
.badge-booked{
    background: #2baab1;
    color: #FFF;
}
/*********** Dasboard icon changes ***************/
.widget-summary .summary-icon{
    font-size: 2rem;
}
.widget-summary .summary-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.widget-summary .summary{
    min-height: 60px;
}
/*********** Doctors availability design ***************/
.time-list-group{
    background-color: #08c;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}
.time-list-group div{
    line-height: 18px;
}
.time-list-group a.time-list-close{
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -12px;
    font-size: 20px;
    /*border: 1px solid #dc3545;
    border-radius: 50%;
    padding: 3px 4px;
    line-height: 14px;
    background: #dc3545;
    color: #fff;
    box-shadow: 0px 1px 2px 1px #b3b3b3;*/
}
.close{
    font-weight: 600;
}
.time-list-group {
    border-radius: 5px;
    padding: 3px 6px;
    margin: 3px 0 0px 0;   
    position:relative;
    width: 72px;
}
.time-list-group a.time-list-close {
    opacity:1;
    position:absolute;
    right:-6px;
    top: -12px;
    font-size:24px;
}
.time-list-group a.time-list-close:focus, .time-list-group a.time-list-close:hover {
    color:#e72e2e;  
}
.availability-provider .time-list-group{
    margin:0px !important;
}
.availability-provider > tbody > tr > td{
    width: 260px !important;
    margin:0px !important;
    padding:2px !important;
}
.time-list-group a.time-list-close {
    opacity:1;
    position:absolute;
    right:-7px;
    top: -13px;
    font-size:24px;
}
.time-list-group a.time-list-close:focus, .time-list-group a.time-list-close:hover {
    color:#e72e2e;  
}
.table-timeavailability tbody tr:nth-of-type(2n+1) {
    background-color: rgb(222, 244, 255);
}
.ui-draggable-dragging .card-body{
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 5px 10px 0px 10px;
}
.ui-draggable-dragging .patient-info, .ui-draggable-dragging span{
    display: none;
    visibility: hidden;
}
.ui-draggable-dragging h4{
    margin-bottom: 0px;
}
.mfp-close, .mfp-close-btn-in .mfp-close{
    color: #fff !important;
}
/********* Sidebar Menu Design changes *********/
.nav-parent > .nav-children > li i{
    font-size: 10px;
}
ul.nav-main li a{
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
ul.nav-main > li > a:hover, ul.nav-main > li > a:focus{
    color: #fff;
}
/*********** Status color ************/
.today-schedule-info.pending,
.recent-appointment-info.pending{
    border-color: #0088cc;
}
.today-schedule-info.waiting,
.recent-appointment-info.waiting{
    border-color: #ed9c28;
}
.today-schedule-info.booked,
.recent-appointment-info.booked{
    border-color: #2baab1;
}
.today-schedule-info.cancelled,
.recent-appointment-info.cancelled{
    border-color: #d2322d;
}
.today-schedule-info.completed,
.recent-appointment-info.completed{
    border-color: #47a447;
}
.today-schedule-info.rescheduling,
.recent-appointment-info.rescheduling{
    border-color: #5bc0de;
}
.today-schedule-info.in-progress,
.recent-appointment-info.in-progress{
    border-color: #cb52cb;
}
.app-list-row.pending{
    border-left-color: #0088cc;
}
.app-list-row.waiting{
    border-left-color: #ed9c28;
}
.app-list-row.booked{
    border-left-color: #2baab1;
}
.app-list-row.cancelled{
    border-left-color: #d2322d;
}
.app-list-row.completed{
    border-left-color: #47a447;
}
.app-list-row.rescheduling{
    border-left-color: #5bc0de;
}
.app-list-row.in-progress{
    border-left-color: #cb52cb;
}
.badge-progress{
    background: #cb52cb;
    color: #fff;
}
@-moz-document url-prefix() {
    .appointment-listing .app-list-row:last-child{
        margin-bottom: 1.25rem;
    }
}
.no-records-found{
    border-top: 3px solid red;
    box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.4);
    color: red;
    font-weight: 600;
    padding: 10px 15px;
}
.badge-progress{
    background: #cb52cb;
    color: #fff;
}
.pointer-hand{
    cursor: pointer;
}
ul.nav-main li div.icon-box{
    display: inline-block;
    background: #08c;
    border-radius: 4px;
    margin-right: 0.5rem;
    width: 26px;
    height: 26px;
    text-align: center;
}
ul.nav-main li i{
    font-size: 1rem;
    width: auto;
    /*margin-right: 0;*/
    color: #fff;
}
/*ul.nav-main li:nth-child(2) div{
        background: #eea133;
}
ul.nav-main li:nth-child(3) div{
        background: #d2322d;
}
ul.nav-main li:nth-child(4) div{
        background: #2baab1;
}
ul.nav-main li:nth-child(5) div{
        background: #47a447;
}
ul.nav-main li:nth-child(6) div{
        background: #570FC8;
}
ul.nav-main li:nth-child(7) div{
        background: #C80F57;
}
ul.nav-main li:nth-child(8) div{
        background: #C8570F;
}
ul.nav-main li:nth-child(9) div{
        background-color: #214B06;
}
ul.nav-main li:nth-child(10) div{
        background-color: #8e2cde;
}
ul.nav-main li:nth-child(11) div{
        background: #ff4221;
}
ul.nav-main li:nth-child(12) div{
        background-color: rgb(233, 176, 1);
}
ul.nav-main li:nth-child(13) div{
        background: #840008;
}
ul.nav-main li:nth-child(14) div{
        background: rgb(219, 129, 181);
}
ul.nav-main li:nth-child(15) div{
        background: rgb(8, 156, 158);
}*/
ul.nav-main li ul.nav-children i{
    margin-right: 0.5em;
}
select.language_changer{
    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.language_changer option{
    background: #fff;
    color: #08c;
    cursor: pointer;
}
.fc-doctor-name{
    background-color: #3a37cc;
    margin-right: 4px;
    padding: 2px 4px;
    font-weight: 600;
    border-radius: 3px;
}
.fc-day-grid-event{
    padding:0px !important;
}
.fc-event{
    border: none !important;
}
.fc .fc-widget-header th.fc-resource-cell{
    color: #08c;
}
.multi-slc-input .select2-selection.select2-selection--multiple{
    height: auto;
    padding-bottom: 5px; 
}
.dashboard-section .select2-container--bootstrap .select2-selection--single {
    height: 29px;
    line-height: 1.2;
    font-size: 13px;
}
.dashboard-section .select2-container--bootstrap .select2-results__option{
    padding: 2px 12px;
}
.dashboard-section .left-sidebar{
    width: 350px;
    float: left;
}
html .dashboard-section .right-section{
    width: calc(80% - 190px);
    float: left;
    margin-left: 30px;
}
html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .right-section{
    width: calc(80% - 141px);
}
/*@media screen and (max-width:991px){
        .dashboard-section .left-sidebar{
                width: 100%;
                margin-right: 15px;
                margin-left: 15px;
        }
        .dashboard-section .right-section{
                margin-right: 15px;
                margin-left: 15px;
        }
}*/
ul.nav-main li .icon-box.dashboard-col{
    background: #08c;
}
ul.nav-main li .icon-box.clinic-col{
    background: #2baab1;
}
ul.nav-main li .icon-box.doctors-col{
    background: #eea133;
}
ul.nav-main li .icon-box.insurance-col{
    background: #47a447;
}
ul.nav-main li .icon-box.patient-col{
    background: #e36159;
}
ul.nav-main li .icon-box.appointment-col{
    background: #570FC8;
}
ul.nav-main li .icon-box.setting-col{
    background: #C80F57;
}
ul.nav-main li .icon-box.dossier-col{
    background: #8ad4cd;
}
a:hover {
    text-decoration: none;
}
.dashboard_status_dropdown_colour_1 .select2-selection--single {
    background-color: #0088cc;
}
.dashboard_status_dropdown_colour_2 .select2-selection--single {
    background-color: #ed9c28;
}
.dashboard_status_dropdown_colour_3 .select2-selection--single {
    background-color: #2baab1;
}
.dashboard_status_dropdown_colour_5 .select2-selection--single {
    background-color: #5bc0de;
}
.dashboard_status_dropdown_colour_7 .select2-selection--single {
    background-color: #cb52cb;
}
.today-schedule-list .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    line-height: 25px;
}
.today-schedule-list .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
.today-schedule-list .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent;
}
.dashboard-tab-date-input.form-control{
    height: calc(1.1em + .75rem + 2px);
}
.dashboard-tab-date-input.form-control:not(.form-control-sm):not(.form-control-lg){
    min-height: 1.8rem;
}
.sidebar-left{
    width: 280px;
}
.popover{
    border: 1px solid rgba(0,136,204,.9);
    box-shadow: rgba(0, 136, 204, 0.35) 0px 0px 3px;
}
.popover-body{
    padding: .2rem .75rem;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before{
    border-top-color: rgba(0,136,204,1);
}
.popover .arrow{
    background:none;
}
.tooltipevent
{
    background: #ffffff;
    border: 1px solid #08c;
    color: black;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 1px 10px;
    text-align: center;
    position:absolute;
    z-index:10001;
}
.fc-event{
    line-height: 1.5;
}

/******** Operation Price page design *********/
.operation-price-sec .form-group{
    margin-bottom: 10px;
}

.insurance-row{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    overflow: hidden;
    /*border:1px solid #ccc;*/
}
.insurance-row .insurance-title{
    margin: 0;
    padding: 5px 12px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
    color: #08c;
    font-weight: 600;
}
.insurance-content{
    padding: 10px 12px;
}
.insurance-list + .insurance-list {
    margin-top: 15px;
}
.table-custom-sm .checkbox-custom label::before{
    width: 18px;
    height: 17px;
}
.table-custom-sm .checkbox-custom input[type="checkbox"]:checked + label::after{
    font-size: 10px;
    width: 14px;
    height: 14px;
}
.insurance-section .select2-container--bootstrap .select2-selection--single{
    height: 34.5px;
    line-height: 1.5;
    padding: 5px 20px 5px 10px;
}
.insurance-section .dataTables_filter .form-control:not(.form-control-sm):not(.form-control-lg){
    min-height: 2.156rem;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 10px;
}
.insurance-section .dataTables_wrapper .pagination{
    margin-top: 12px !important;
}
.add-insurance-tbl{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.table-custom-sm th{
    padding: 0.5rem 0.4rem;
    line-height: 18px;
}
.table-custom-sm td{
    padding: 0.2rem 0.3rem;
}
.table-custom-sm td{
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
}
.select2-container--bootstrap .select2-selection--multiple {
    height: auto;
}
.card-footer {
    margin-top: 0;
}

/******** Media query ********/
@media (min-width:1250px) and (max-width:1330px){
    html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .right-section{
        width: calc(80% - 161px);
    }
    html .dashboard-section .right-section{
        width: calc(80% - 206px);
    }
}
@media (min-width:1201px) and (max-width:1250px){
    html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .right-section{
        width: calc(80% - 171px);
    }
    html .dashboard-section .right-section{
        width: calc(80% - 216px);
    }
}
@media (min-width:992px) and (max-width:1200px){
    html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .right-section{
        width: calc(80% - 198px);
        margin-left: 15px;
    }
    html .dashboard-section .right-section{
        width: 100%;
        margin-left: 0px;
    }	
}
@media (max-width:991px){
    html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .left-sidebar{
        float: none;
    }
    html.sidebar-left-collapsed.sidebar-left-collapsed .dashboard-section .right-section{
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    html .dashboard-section .right-section{
        width: 100%;
        margin-left: 0px;
    }
    .dashboard-section .left-sidebar{
        width: 380px;
    }
}
@media (max-width: 575px) {
    .nav-tabs.nav-justified li:last-child .nav-link, .nav-tabs.nav-justified li:last-child .nav-link:hover {
        border-radius: 5px 5px 0 0 !important;
    }
    .mb-sm-10{
        margin-bottom: 10px;
    }
    .after-colon h4:before, .after-colon label:before{
        content: " ";
    }
    .appointment-details-modal .after-colon label:before{
        content: ":";
    }
    .appointment-details-modal .form-group {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .nano:hover{
        width: 280px;
    }
}
@media (max-width:767px){
    select.language_changer{
        float: right;
        margin-right: 15px;
        margin-top: 12px;
    }
}
@media (max-width:380px){
    .dashboard-section .left-sidebar{
        width: 100%;
    }
}

.cursor_hand{
    cursor:pointer;
}

.disabled_anchor {
    pointer-events: none;
}
.insurance-section div.dataTables_wrapper div.dataTables_filter input{
    width: auto !important;
}

.input-btn-inline input{
    display: inline-block;
    width: 95px;
}
.input-btn-inline .operation_exchange_btn{
    display: inline-block;
    margin-left: 5px;
    vertical-align: 1px;
}
.transaction-content .select2-container--bootstrap {
    width: 100% !important;
}

.page-link{
    padding: .5rem .65rem;
}

.customer-detail-img a{
    display: inline-block;
    margin-top: 10px;
}
.customer-detail-img img{
    height: 50px;
    width: auto;
}
.customer-detail-img button{
    margin-left: 20px;
}

.table-custom tbody {
    display:block;
    height:240px;
    overflow-y:scroll;
}
.table-custom thead, .table-custom tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-custom thead {
    width: calc( 100% - 1.2em )
}

.header .logo {
    float: left;
    margin: 4px 0 0 15px;
}


.balance-amount-table {
    border-collapse: separate;
    border-spacing: 0;
}

.after-colon p:before{
    position: absolute;
    content: ":";
    right: 0;
}

.balance-amount-table tr td:first-child,
.balance-amount-table tr th.title-fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    background: #fdfdfd;
    white-space: nowrap;
}
.transaction-box-title{
    margin-top: 5px !important;
}
.customer-transaction-history{
    padding: 0px 15px 5px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #08c;
}
.customer-transaction-history p{
    margin: 0px; 
    font-size: 11px; 
    line-height: 20px; 

}
.customer-transaction-history .after-colon p{
    font-weight: bold;
    color: #08c;
}
.customer-transaction-history .after-colon p:before{
    color: #777;
}
.chk-no-wrap{
    white-space: nowrap;
}
.chk-inline{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.chk-no-wrap .all_delete{
    margin-right: 3px;
}
.chk-no-wrap .all_delete_trans{
    margin-left: 16px;
}
.customer-title{ 
    margin-top: 0; 
    font-weight: bold; 
    color: #08c; 
    margin-bottom: 5px; 
} 
#my_camera{
 width: 320px;
 height: 240px;
 margin: 0px auto;
}
#my_camera video{
    border: 1px solid #ccc;
    padding: 5px;
}
.search.location-form{
    width: 310px;
}

textarea.form-control {
    height: 230px !important;
}

.table-bordered td, .table-bordered th {
    /* border: 1px solid #000000; */
    border-bottom: 3px solid black !important;
}

.table-bordered {
    border: 3px solid black !important;
}

button.delete-file-btn {
    color: white;
    background: orange;
    border: 2px solid orange;
    padding: 0px 5px 0px 5px;
    margin: 2px;
    border-radius: 8px;
}

.edit-btn {
    color: white;
    background: green;
    border: 2px solid green;
    padding: 3px 18px 3px 22px;
}

.delete-btn {
    color: white;
    background: red;
    border: 2px solid red;
    padding: 3px 10px 3px 10px;
}