body {
    /*font-family: "Open Sans", Arial, sans-serif;*/
    line-height: 22px;
    margin: 0;
    font-size: 14px;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.head-img{
    max-height: 70px;
}
.navbar-nav .nav-link{
    margin-top: 3px;
}
.navbar{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.navbar .nav-link, .navbar-brand{
    font-size: 1rem;
    font-weight: 500;
    color: #8F00FF;
}
.navbar-brand:hover, .navbar .nav-link:hover{
    text-decoration: underline;
    color: #8F00FF;
}
.navbar .navbar-nav .nav-item{
    margin-right: 8px;
}
.navbar .navbar-nav .nav-item.dropdown{
    margin-right: 15px;
}
.navbar .navbar-nav .nav-item:last-child{
    margin-right: 0px;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    min-height: 450px;
}

.top-bar{
    background-color: #8F00FF;
    color: white;
    padding: 5px 15px 10px 15px;
}
/* Set black background color, white text and some padding */
footer {
  background-color: #8F00FF;
  color: white;
  padding: 15px;
}
.height-70{
    height: 70px;
}

.after-colon{
    position: relative;
}
.after-colon h4:before, .after-colon label:before{
    position: absolute;
    content: ":";
    right: 0;
}
textarea.form-control{
    resize: none;
}
/********* Appointment Listing CSS ********/

.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: 14px;
    line-height: 16px;
    vertical-align: middle;
}
html body .tabs .nav-tabs li.active .nav-link{
    font-weight: 600;
}

.tabs-vertical .nav-tabs .nav-item {
    margin-bottom: 2px;
}
.tabs-vertical.tabs-left .nav-tabs > li .nav-link {
    border-left: 3px solid #d8d8d8;
}
.col-form-label{
    padding-top: 5px;
    padding-bottom: 5px;
}


html.no-overflowscrolling .nano > .nano-content{
    bottom: 50px;
}

.mt-35{
    margin-top: 30px;
}


@media screen and (max-width:991px){
    .mt-35{
        margin-top: 15px;
    }
}


.box {
    position: relative;
    margin-bottom: 30px;
}


.no-data-found-box{
    box-shadow: 0px 0px 2px 1px #e21111;
    font-size: 14px;
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 30px;
}
.no-data-found-box p{
    margin: 0px;
    color: #e21111;
    font-weight: 600;
}

.pointer-hand{
    cursor: pointer;
}

.width-100{
    width: 100px;
}



/* Table body Scrolling */
.table-custom-scroll {
    width: 100% !important;
}
.table-custom-scroll tbody {
    display:block;
    max-height:300px;
    overflow:auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.table-custom-scroll thead, .table-custom-scroll tbody tr, .table-custom-scroll tfoot {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-custom-scroll thead, .table-custom-scroll tfoot{
    width: calc( 100% - 0.35em );
}
.table-custom-scroll tbody::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.table-custom-scroll tbody::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.table-custom-scroll tbody::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #999;
}
.table-custom-scroll tbody::-webkit-scrollbar-thumb{
    background-color: #999;
}

.fix-topbar .top{
    height: 38px;
}
.fix-topbar .bottom{
    height: 35px;
}
.fix-topbar .top .dataTables_filter, .fix-topbar .bottom .dataTables_info{
    position: absolute;
    left: 20px;
}
.fix-topbar .top .dataTables_paginate, .fix-topbar .bottom .dataTables_length {
    position: absolute;
    right: 20px;
}


.dataTables_wrapper{
    position: initial;
}
.nowrap-text{
    white-space: nowrap;
}
.dataTables_scrollBody{
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.dataTables_scrollHeadInner{
    padding-right: 0.35em;
}


.dataTables_scrollBody::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #999;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: #999;
}
.day-list.form-group{
    margin-bottom: 5px;
}
.day-list.form-group:last-child,
.day-list.form-group:last-of-type{
    margin-bottom: 0px;
}
.select-input-grp-width-lg .select2-container{
    width: calc(100% - 34px) !important;
}

.chk-disabled.checkbox-custom input[type="checkbox"] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3)
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label{
    cursor: not-allowed;
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label::after{
    color: #999;
    cursor: not-allowed;
}

.txt-disabled{
    background: #CCC; 
    color: #333;
    pointer-events: none; 
}

.select-input-grp-width-sm .select2-container{
    width: calc(100% - 26px) !important;
}
.input-group-sm .input-group-text{
    line-height: 1.2;
    font-size: .75rem;
}

.form-group-xs{
    margin-bottom: 5px;
}
.form-control-xs.form-control:not(.form-control-sm).form-control:not(.form-control-lg){
    height: 26px;
    padding: 2px 8px;
    font-size: 14px;
    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: 14px;
}
.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: 14px;
}
.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: 14px;
    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: 4px;
    vertical-align: sub;
    margin-right: 2px;
}
.form-group-xs input[type=radio]{
    margin-top: 1px;
}
.form-group-xs .col-form-label {
    font-size: 14px;
    line-height: 1.5;
    padding-top: calc(.2rem + 1px);
    padding-bottom: calc(.2rem + 1px);
}
.select-input-grp-width-xs .select2-container{
    width: calc(100% - 32px) !important;
}
.form-group-xs .required{
    line-height: 14px;
}
.tabs-vertical .nav-tabs{
    width: 15%;
}
.text-primary {
    color: #0088cc !important;
}
.logo-height-fix{
    height:65px;
    width: auto !important;
}
.form-text-small p{
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}
.text-ol-list{
    position: relative;
    padding-left: 16px;
    font-weight: bold;
}
.text-ol-list span:first-child{
    position: absolute;
    left: 0;
}
.custom-vertical-tab label{
    font-weight: normal !important;
}
.title-p{
    font-size: 12px;
    font-weight: bold;
}
.title-p span, .title-span-border span{
    border-bottom: 1px solid #777;
}
.sidebar-left{
    width: 180px;
}
.content-body{
    padding: 40px 20px;
}
.form-group-xs .checkbox label, .form-group-xs .checkbox-inline{
    font-size: 14px;
}
.text-red, .required{
    color: #ff0000;
}
.table-custom-sm p{
    margin-bottom: 0px;
}
.border-box{
    border: 1px solid #777;
}
.form-group-xs input[type="radio"] {
    margin-top: 4px;
    vertical-align: sub;
    margin-right: 2px;
}

.g2_signature_photo_div, .g2_signature_photo_div img{
    width: 200px;
    height: 100px;
}
.tabs-vertical .tab-content{
    padding: 0px;
}
.tabs-vertical .tab-content .tab-pane{
    padding: 15px;
}
.tab-content .tab-pane.tab-scrollable{
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.tab-content .tab-pane.tab-scrollable::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.tab-content .tab-pane.tab-scrollable::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.tab-content .tab-pane.tab-scrollable::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}


.g3_signature_photo_div, .g3_signature_photo_div img{
    width: 200px;
    height: 100px;
}

#preview .buttons .cancel, #preview .buttons .ok{
    box-sizing: content-box;
}
.card-img-top{
    padding: 20px 25px 5px 25px;
}
.card-title a{
    color: #ff0000;
}
.form-text-small label{
    margin-bottom: 0px !important;
}
.registration-form h5{
    font-size: 1em;
}

@-moz-document url-prefix() { 
    .tabs-vertical .tab-content .tab-pane .moz-bottom{
        padding-bottom: 15px;
    }
}


/*added by dipen - start*/
#signature_canvas{
    width: 100% !important;
    border: 1px solid #000;
}

.modal-dialog{
    pointer-events: auto;
}

.modal-block {
	background: transparent;
	padding: 0;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.datepicker table thead tr th {
    cursor: pointer;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: normal;
}

.datepicker table td {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
}
.scroll-to-top.visible{
    display: none;
    visibility: hidden !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.modal-dialog .card-title{
    margin-bottom: 0px;
    font-size: 22px;
    color: #8F00FF;

}
.hidden {
    display: none !important;
}
.btn.btn-xs {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 3.2px 8px;
    padding: 0.2rem 0.5rem;
}
video {
  width: 100% !important;
  height: auto !important;
}

.p-right{
    float: right;
}
textarea.form-control-xs{
    height: auto !important;
}

/*nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #8F00FF;
}*/
html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover {
    border-top: 3px solid #8F00FF;
    color: #8F00FF;
    background: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: none;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    padding: 15px;
}
.box-equal-height .card-body{
    min-height: 170px;
}
.img-small{
    height: 100px;
}
.modal-top-head{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.modal-top-head h5{
    font-weight: 600;
}
.modal-custom-scroll {
    display:block;
    max-height: calc(100vh - 150px);
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.modal-custom-scroll::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.modal-custom-scroll::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.modal-custom-scroll::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #999;
}
.modal-custom-scroll::-webkit-scrollbar-thumb{
    background-color: #999;
}
#home_page_popup .modal-custom-scroll {
    display:block;
    max-height: calc(100vh - 300px);
}
.navbar-toggler {
    background-color: #8F00FF;
    border: 1px solid #8F00FF;
}
.navbar-toggler-icon i{
    line-height: 29px;
    font-size: 24px;
    color: #fff;
}
#header .logo{
    padding: 5px 0px;
    /*margin-top: 20px;*/
}
.home-content-scroll{
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.home-content-scroll::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.home-content-scroll::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.home-content-scroll::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}

.accordion> .accordion-list .card:first-of-type, .accordion> .accordion-list .card:last-of-type{
    border-radius: 0px !important;
}
.accordion> .accordion-list .card{
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0px !important;
}
.accordion> .accordion-list .card .card-header {
    margin-bottom: -1px;
}
/*.accordion> .accordion-list .card:not(:first-of-type):not(:last-of-type){
   border-bottom: 1px solid rgba(0,0,0,.125); 
}*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    border-bottom: 1px solid #e0e5ea;
    margin-bottom: 10px;
}
.accordion .card-header{
    padding: 1rem 0rem;
}
.panel-title {
    font-size: 14px;
    margin-bottom: 0px;
}
.accordion> .accordion-list .card .card-header{
    background: none;
}
.panel-title > a {
   /*display: block;
   padding: 15px;*/
   text-decoration: none;
   color: #8F00FF;
   outline: none;
}
.panel-title > a:hover{
    text-decoration: underline;
    color: #8F00FF;
}
.more-less {
   float: right;
   color: #212121;
   margin-right: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #EEEEEE;
   padding: 5px 15px;
}
@media screen and (min-width: 768px) {
    .hidden-md-up{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .row.content {height:auto;}
    .registration-form h5{
        font-size: 1.25em;
    }
    .registration-form h5 i{
        font-size: 1.45em;
    }
    .form-text-small p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .form-group-xs .col-form-label {
        font-size: 14px;
        line-height: 1.5;
    }
    .form-group-xs .checkbox label, .form-group-xs .checkbox-inline {
        font-size: 14px;
    }
    .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 {
        font-size: 14px;
        line-height: 16px;
    }
    .form-control-xs.form-control:not(.form-control-sm).form-control:not(.form-control-lg) {
        height: calc(1.5em + .75rem + 2px);
    }
    .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 {
        height: 30.5px;
        padding: 6px 12px 6px 12px;
    }
    .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: 0px !important;
    }
    .btn.btn-xs {
        font-size: 14px;
    }
    .form-group-xs .radio, .form-group-xs .checkbox, .form-group-xs .checkbox-inline{
        padding-left: 15px;
    }
    .hidden-sm-down{
        display: none;
    }
    .navbar .nav-item {
        margin-right: 20px;
    }
}
@media screen and (max-width: 576px){
    .navbar .nav-item{
        margin-right: 0px;
    }
    #header .logo{
        margin-top: 8px;
    }
    .navbar{
        justify-content: flex-end;
    }
    .navbar-nav .nav-link {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .navbar-collapse{
        text-align: right;
    }
    #home_page_popup .modal-custom-scroll {
        max-height: calc(100vh - 330px);
    }
}
.accordion-scroll{
    max-height: 440px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.accordion-faq-scroll{
    max-height: 806px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.accordion-scroll::-webkit-scrollbar, .accordion-faq-scroll:-webkit-scrollbar{
    width: 5px;
    height: 15px;
}
.accordion-scroll::-webkit-scrollbar-track-piece, .accordion-faq-scroll::-webkit-scrollbar-track-piece {
    background-color: #cdcdcd;
}
.accordion-scroll::-webkit-scrollbar-thumb:vertical, .accordion-faq-scroll::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}

.dropdown-item{
    padding: .75rem 1.5rem;
    font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #8F00FF;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active {
    background: #8F00FF;
    color: #fff;
}
.tabs .nav-tabs li .nav-link{
    font-size: 18px;
    padding: 12px 24px;
}
.tabs .nav-tabs{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
h1,h2,h3,h4,h5,h6,p, section{
    display: block !important;
    width: 100%;
}
p{
    font-size: 14px;
}
ul.thankyou-order-details {
    border: 1px dashed #ddd;
    padding: 20px;
    margin: 0 0 1em;
    display: flex;
}
ul.thankyou-order-details::after, ul.thankyou-order-details::before {
    content: ' ';
    display: table;
}
ul.thankyou-order-details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .815em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.thankyou-order-details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
ul.thankyou-order-details li:last-of-type {
    border: none;
}
table.order-details-table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.order-details-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
table > thead > tr > th {
    font-weight: 600;
}
table, th, td {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    font-size: 14px;
}
table.order-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
h6{
    font-size: 14px;
}
.upload-sec{
    background-color: #8f00ff1f;
    padding: 15px 5px;
}
.upload-img{
    height: 40px;
}
.vertical-center{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 58px;
}
.top-bar .icon-box{
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    border-left: 1px solid #e2e2e4;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.header-left .icon-box:first-child, .header-right .icon-box:first-child{
    border-left: none;
    padding-left: 0;
}
.header-right {
    text-align: right;
}
.top-bar a{
    color: #fff;
}