body{
    overflow-x: hidden;
}
.header{
    background: #1E50E2;
}
.min-h-100vh{
    min-height: 100vh;
}
.kanban-container .kanban-board{
    background: #fff;
    border-radius: 0;
    height: 100vh;
    border-right: 1px solid #EBEDF3 !important;
    max-height: 87vh;
    overflow: hidden;
}
.kanban-item{
    overflow: hidden;
}
.kanban-item, .drag-item{
    padding: 0px;
    margin: 0;
}
.drag-item{
    border: 1px solid #EBEDF3;
    margin-bottom: 0px;
}
.drag-item .left{
    border-right: 1px solid #EBEDF3;
}
.drag-item a{
    color: #181C32;
}
.drag-item p{
    color: #7E8299;
}
.drag-item.paying-customer{
    border: 3px solid #1BC5BD;
}


.drag-item.paying-customer .card-header{
    background-color: transparent;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title{
    font-size: 13px;
}
.kanban-container .kanban-board .kanban-board-header{
    background-color: transparent !important;
    text-align: center;
    border-top: 4px solid;
    border-radius: 0;
    padding-bottom: 10px;
}
.kanban-container .kanban-board .kanban-board-header.light-danger{
    border-top-color: #F64E60;
}
.kanban-container .kanban-board .kanban-board-header.light-warning{
    border-top-color: #FFA800;
}
.kanban-container .kanban-board .kanban-board-header.light-success{
    border-top-color: #1BC5BD;
}
.kanban-container .kanban-board .kanban-board-header.light-primary{
    border-top-color: #6993FF;
}
.kanban-container .kanban-board .kanban-board-header.light-info{
    border-top-color: #8950FC;
}
.kanban-container .kanban-board .kanban-drag .kanban-item{
    box-shadow: none;
}
.kanban-board .kanban-drag{
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: calc(100% - 53px);
    overflow: auto;
}
.kanban-container {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}
#kt_kanban_4{
    width: 100%;
    overflow-x: auto;
}
.kanban-item .card-title{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kanban-item .card-title[aria-expanded="true"] span i.flaticon2-right-arrow{
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kanban-item .card-title[aria-expanded="false"] span i.flaticon2-right-arrow{
    transform: rotate(0deg);
}
.select2-container{
    display: block;
}
.subheader-enabled:not(.subheader-fixed) .subheader.subheader-solid{
    margin-bottom: 0;
    -webkit-box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.list-view .list-item.active{
    background: #1E50E2;
    color: #fff;
}
.list-view .list-item a{
    color: #181C32;
}
.list-view .list-item.active a{
    color: #fff;
}
.list-view .list-item.active span{
    color: rgba(255, 255, 255, 0.5);
}
.list-view .list-item span{
    color: rgba(0, 0, 0, 0.5);
}
#filter-content, #medical-alert{
    display: none;
}
.template-library{
    width: 80%;
}
.payment_canvas{
    width: 30%;
}
.template-library.offcanvas-right{
    right: -80%;
}
.payment_canvas.offcanvas-right{
    right: -30%;
}
.receive-payment{
    width: 60%;
}
.receive-payment.offcanvas-right{
    right: -60%;
}
.appointment{
    width: 35%;
}
.appointment.offcanvas-right{
    right: -35%;
}
.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: #7E8299;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    font-size: 1.15rem;
}
.ck-button {
    border-radius:4px;
    background-color: #EBEDF3;
    overflow:auto;
    float:left;
    color: #fff;
}


.ck-button label {
    float:left;
    width:4.0em;
    margin: 0;
}

.ck-button label span {
    text-align:center;
    display:block;
    padding: 3px;
}

.ck-button label input {
    position:absolute;
    opacity: 0;
}

.ck-button input:checked + span {
    background-color: #6993FF;
    color: #fff;
}
#kt_aside_menu{
    height: 100% !important;
}
#insuranceinfo .card .card-header .card-title:after{
    display: none;
}
.col-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.aside-menu{
    /* max-height: 722px; */
    overflow: auto !important;
}
.tbody-scroll{
    max-height: 500px;
    overflow-y: auto;
}
.is-scroll{
    max-height: 250px;
    overflow-y: auto;
}
@media (min-width: 1200px){
    .modal-dialog.modal-xxl {
        max-width: 1170px;
    }
}
.low-alpha{
    opacity: .5;
}
.popover{
    max-width: 500px;
}
.table th, .table td {
    vertical-align: middle;
}
.footer{
    min-height: 60px;
}
#kt_content{
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}
div#kt_content {
    height: 100vh;
}
.search-bar{
    min-height: 52px;
}
.aside-fixed{
    position: fixed;
    left: 0;
}
body.aside-fixed{
    width: 100%;
}
.right-content {
    padding-left: 265px;
    width: 100%;
}
.have-subheader{
    padding-top: 55px;
}
@media (min-width: 992px){
    .aside .aside-menu, .aside .aside-menu-wrapper {
        border-radius: 0;
    }
    .list-view{
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    
}
.list-view .list-item{
    position: relative;
}
.list-view .list-item .book-appointment{
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translate(30px, 0px); */
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
    background-color: #1E50E2;
}
.list-view .list-item .book-appointment i{
    color: #fff;
}
.list-view .list-item:hover .book-appointment{
    opacity: 1;
}
.kanban-item{
    margin-bottom: 0px;
}
.fc-unthemed .fc-event-dot .fc-content, .fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content, .fc-unthemed .fc-event .fc-content .fc-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event .fc-title .fc-description {
    margin-left: 15px;
    font-size: 14px;
}
.fc-unthemed .fc-event .fc-content:before, .fc-unthemed .fc-event-dot .fc-content:before{
    top: auto;
}
.fc-unthemed .fc-timeGridWeek-view .fc-event .fc-content .fc-title{
    margin: 0;
}
.fc-unthemed .fc-timeGridWeek-view  .fc-event .fc-title .fc-description{
    position: absolute;
    top: 0;
    right: 7px;

}
@media print{
  #template_form table input[name="clinic_fax"], 
  .show-form-footer table input[name="clinic_fax"],
   .show-form-footer .footer-btm input[name="clinic_fax"]{
  width: 200px !important;
  }  

}
#template_form table input[name="clinic_fax"],
  .show-form-footer table input[name="clinic_fax"],
   .show-form-footer .footer-btm input[name="clinic_fax"]
  {
  width: 200px !important;
  }  

@media print {
    .hide-input {
        border-color: transparent;
    }
}