 /* your styles go here */
 *{
    font-family: 'MYRIADPROREGULAR', sans-serif;
    box-sizing:border-box;
}
 /* width */
 ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #2bb6dc;
    background: linear-gradient(120deg, #00e4d0, #5983e8);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2bb6dc;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #3479bd;
}

.login-page .form-holder .form #forgot {
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-heading {
    text-indent: 1em;
}

.login-page::before {
    -webkit-filter: blur(80px);
    filter: blur(80px);
}

.theme-bg {
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
}

.login-page .form-holder .info {
    /*background: linear-gradient(120deg, #5983e8, #00e4d0);*/
    background: white;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
}

nav.navbar .menu-btn span:nth-of-type(2) {
    width: 20px;
}

nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
    display: none;
}

#sideTab.nav{
    display: block;
}
nav.side-navbar {
    height: calc(132vh - 77px);
    overflow-y: auto;
}

.content-inner {
    /*min-height: calc(100vh - 77px);*/
    min-height: calc(113vh - 77px);
}

nav.navbar {
    /*background: linear-gradient(120deg, #00e4d0, #5983e8);*/
    background: #fff;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #3479bd;
}

nav.side-navbar.shrinked .sidebar-header {
    padding: 30px 5px;
}

nav.side-navbar.shrinked .sidebar-header .title {
    display: block;
    margin-left: 0;
}

#patientAndInsuranceDiv,
#patientItemsOnlyDiv,
#showMeMinimumBalance,
#showMeInsurance {
    display: none;
}

.statistic:last-of-type {
    margin-bottom: 12px;
}

.statistic {
    min-height: 290px;
}

nav.side-navbar.shrinked ul li a {
    border-left: 4px solid #fff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
nav.side-navbar.shrinked ul li a.active i,
nav.side-navbar.shrinked ul li a:hover i {
    color: #000;
}

nav.side-navbar.shrinked ul li a:hover {
    color: #000;
    border: none;
    /*border-left: 4px solid #1c669c;*/
}
nav.side-navbar ul li a.admin-section {
    background: #ffffff !important;
    border-left: none;
    font-weight: 100;
    border: 1px solid #ebebeb;
    border-left: none;
    padding: 7px 15px 7px 20px;
    font-size: 20px;
    color: #3479bd;
    text-align: left;
}
nav.side-navbar.shrinked ul li a.admin-section i {
    margin-right: 0;
    margin-bottom: auto;
    display: inline-block;
    font-size: inherit;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
nav.side-navbar ul li a.active {
    background: #19c8d6;
    /*color: #fff;*/
    /*border-left: 4px solid #1c669c;*/
}

nav.side-navbar ul li.active > a:hover,
nav.side-navbar ul li a.active {
    /* background: #2bb6dc;
    border-radius: 12px; */
    color: #e17f2e !important;
}

nav.side-navbar ul li a:hover {
    background: #2bb6dc;
    border-radius: 12px;
}

nav.side-navbar ul li a {
    /*padding: 25px 15px;*/
}

.statementHeader {
    width: 100%;
}


#userPreference .statistic p {
    min-height: 75px;
}

#statementType .statistic {
    min-height: auto;
}

#poSetUp .nav-tabs .nav-item {
    width: auto;
    margin-left: 3px;
    margin-top: 3px;
}

#poSetUp .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    color: #212529;
    background-color: #e4ebef;
    border-color: #dee2e6 #dee2e6 #fff;
}

#poSetUp .nav-tabs .nav-link.active {
    background: #d1d1d1 !important;
    color: #e17f2e !important;
}

#poSetUp .card {
    box-shadow: none;
    margin-bottom: 0;
}

#filters .statistic {
    min-height: auto;
}

.cycleBy,
.sequenceBy,
.groupServiceBy {
    width: 100%;
}

#others .statistic {
    min-height: auto;
}

.login-page .form-holder .form #login,
.login-page .form-holder .form #forgot {
    margin-bottom: 20px;
    cursor: pointer;
}

.login-page .form-holder .form {
    
    padding: 50px 15px 30px 15px;
    height: 100%;
        position: relative;
}
.login-page .form-holder .form form {
    width: 100%;
    max-width: 590px;
    margin: auto;
}
.flex-container {
    display: flex;
    flex-basis: 200px;
    min-height: 35vh;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.title .role{
    text-transform: capitalize;
}

.stripe-button-el span{
    min-height: 36px !important;
    color: color-yiq(#2b90d9) !important;
    background-color: #2b90d9 !important;
    border-color: #2b90d9 !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    background-image: linear-gradient(#2b90d9,#2b90d9 85%,#2b90d9) !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*--- 2019-04-12-----*/
.today-apointment-div input[type="text"]{
    width: 120px;
}







.heading-title{
    padding: 10px;
    border: 1px solid;
    margin-bottom: 10px;
    color: #fff;
    background: #3479bd;
    width: 100%;
}
.slidBg{
    background: #ffffff !important;
}
.paymetTable{
    padding: 30px 0;
}
.customCard{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    display: block;
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 0 auto 30px;
    border-radius: 4px;
}
select.error{
    color: #000;
}
.customCard span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.heading-h2 {
    text-align: center;
    font-size: 20px;
    color: #3479bd;
    font-family: 'MYRIADPROREGULAR', sans-serif !important;
    box-sizing: border-box;
    margin: 0px;
}
#show-patient-campaign-table {
    text-transform: capitalize;
}
nav.side-navbar ul li a.menu-tab-logo {
    padding: 6px 30px 6px 15px;
}
.menu-tab-logo {
    padding: 5px 15px;
}
.menu-tab-logo img{
    width: 160px;
    border-radius: 5px;
}

.modal#show-create-template-modal, .modal#show-edit-template-modal {
    background: rgb(0 0 0 / 57%);
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
}
.custom-file-label {
    position: absolute;
    display: none;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    padding: 0px !important;
}
@media (min-width: 1920px){
    .customCard{
        height: 270px;
        width:270px;
    }
}
@media (min-width: 769px){
    .content-inner{
        width: calc(100% - 250px);
    }
   
}

@media (min-width: 580px) and (max-width: 768px){
    .customCard{
        height: 164px;
        width: 164px;
    }

}
@media (max-width: 768px){
    .login-page .form-holder .form .content {
        padding: 20px 0;
    }
    .login-page .form-holder .form form {
        display: block;
        margin: 0 auto;
    }
    .content-inner {
        /*min-height: calc(100vh - 90px);*/
        min-height: calc(112vh - 90px);
    }

    .TransactionId{
        font-size: 10px !important;
    }
    .nav-fill .nav-item.preCollectionHistoryTab {
        padding-top: 9px;
    }

}
@media (max-width: 767px) {
    .dashboard.statistics {
        width: 98% !important;
        margin: 10px 1% !important;
    }
    .logo img {
        height: auto;
    }
    .login-page .form-holder .form {
        padding: 45px 15px 10px 15px;
        height: 100%;
        position: relative;
    }
    .logo-img img {
        width: 96px;
    }
    a.adminPrtlBtn{
        margin-left: 15px;
    }
    a.practicePrtlBtn{
        margin-right: 25px;
    }
     .opt_out label{
        font-size: 14px;
    }
    .logo-img, .verify-id-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #f6f6f6;
        text-align: center;
        line-height: 110px;
        margin: auto;
        margin-top: -84px;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
        padding-top: 8px!important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 23px;
    }
    .login-page .form-holder .form .form-group {
        position: relative;
        margin-bottom: 15px;
    }
    #is_sms {
        margin-left: 0px !important;
    }
    .toggle-txtbx {
        height: auto !important;
    }
    .communication-preferences-search {
        margin-left: 0px !important;
    }
    .nav-fill .nav-item {
        padding: 5px 5px !important;
    }
}
@media (max-width: 650px) {
    .analytics-dashboard-section {
        height: 500px !important;
    }
}
@media (max-width: 400px) {
    .upload-new-patient-btn {
        margin-top: 5px;
    }
    select#schedule_type {
        margin-top: 6px !important;
        width: 100% !important;
    }

}
@media (max-width: 450px) {
    .download-testimonial {
        margin-left: 0px !important;
        margin-top: 5px;
    }
    
}
@media (max-width: 362px) {
    .customBtnWithControl.mr-4{
        margin-right: 0.5rem !important;
    }
    .customBtnWithControl{
        font-size: 13px;
    }
    .stripe-button-el span {
        font-size: 14px !important;
        padding: 0.2rem 0.8rem !important;
        line-height: 25px !important;
        min-height: auto !important;;
        text-shadow: none !important;;
        height: 31px !important;;
    }
     .opt_out label{
        font-size: 12px;
    }
}




.topHeaderText{
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    color: #212529;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px -6px 10px 3px rgba(0,0,0,0.5);
}
.clearWt-100{
    width: 100%;
    display: block;
}
.outStandingText{
    text-align: center;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
}
.roundTouch {
    /*height: 150px;
    width: 150px;
    border-radius: 400px;*/
    height: 100px;
    width: 250px;
    border: 3px solid #695eb8;
    border-radius: 5px;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
    overflow: hidden;
    box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.2);
}
.roundTouch h4{
    margin: 0;
    padding: 0 10px 0px 10px;
    font-size: 46px;
    color: #695eb8;
    text-align: center;
    font-weight: 400;
    font-family: 'MYRIADPROREGULAR', sans-serif;
    line-height: 100%;
}
.roundTouch h4 span{
    display: inline-block;
    font-size: 25px;
    position: relative;
    top: -10px;
    padding-right: 2px;
}
.roundTouch p{
    color: #695eb8;
    font-size: 16px;
    margin: 0;
    padding: 0 15px;
    line-height: 120%;
}
.blueCustomCard{
    background: #0c2cb7;
    display: block;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
    text-align: center;
    border: 0;
    min-height: 157px;
}
.blueCustomCard p{
    margin: 0;
}
.blueCustomCard h4{
    margin: 0;
    padding: 15px 10px 0px 10px;
    font-size: 46px;
    color: #fff;
    text-align: center;
    /* font-weight: 400; */
    /* font-family: 'MYRIADPROREGULAR', sans-serif; */
    /* line-height: 100%; */
}
.blueCustomCard h4 span{
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: -10px;
    padding-right: 5px;
}

.table.tableMore tr:first-child td{
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.table.tableMore p{
    margin: 0;
}
.table.tableMore span{
    display: inline-block;
    padding-right: 15px;
}
.statementDate{
    text-align: center;
    color: #696969;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}
.text-strong{
    font-weight: bold !important;
}
table.table-bordered.dataTable th {
    white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1900px){
    .dataTableCustomPatient-list div#dataTableNew_wrapper .row:nth-child(2) .col-sm-12 {
        max-width: 1000px;
        overflow-x: auto;
    }
    #custom-notification-form .dataTableCustomPatient-list div#dataTableNew_wrapper .row:nth-child(2) .col-sm-12 {
        max-width: 100%;
    }
}
/*--------------------Vidyut------*/
/* xs */

@media (min-width: 320px) and (max-width: 767px) {
    section.tables .card h5 {
        font-size: 13px;
    }
}
@media(max-width: 576px) {
    .blueCustomCard p {
        font-size: 12px;
        font-weight: 400;;
    }
    .blueCustomCard h4 {
        margin: 0;
        padding: 8px 0 0 0;
        font-size: 32px;
        color: #fff;
        text-align: center;
        font-weight: 400;;
        font-family: 'MYRIADPROREGULAR', sans-serif;
        line-height: 100%;
    }
    .blueCustomCard h4 span {
        display: inline-block;
        font-size: 21px;
        position: relative;
        top: -6px;
        padding-right: 0;
    }


    /*Digital Patient Receipt*/
    .roundTouch {
        /*  height: 125px;
        width: 125px;*/
    }
    .roundTouch h4{
        font-size: 20px;
    }
    .roundTouch h4 span{
        font-size: 16px;
        font-weight: 600;
    }
    .roundTouch p{
        font-size: 13px;
    }
    .table.tableCharge, .table.tableMore{
        font-size: 10px;
    }
    .statementDate, .topHeaderText, .outStandingText{
        font-size: 14px;
    }

}
@media(max-width: 320px) {
    .blueCustomCard p {
        font-size: 9px;
    }
    .blueCustomCard h4 {
        font-size: 29px;
    }
    .blueCustomCard h4 span {
        font-size: 19px;
    }
}

/*-------------Thank You------------------*/
.thankyouPage {
    font-family: 'MYRIADPROREGULAR', sans-serif;
    min-height: 100vh;
}
.redHead{
    margin: 15px 0 0 0;
    color: #dc0019;
    font-size: 25px;
    font-weight: 400;
}
.singleText{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.normalPara{
    margin: 0;
    word-break: break-all;
}
label.normalLabel {
    font-weight: bold;
    margin: 0;
}
.sm-text{
    font-size: 12px;
    color: rgb(143, 143, 143);
}
.mastercardIcon{
    height: 50px;
    display: inline-block;
}

/****************************/
nav.navbar .nav-item > a{
    color: #000;
    text-align: right
}
nav.navbar .nav-item > a span.loginUsername {
    font-size: 12px;
    font-style: italic;
    top: 30px;
    left: 0;
    display: block;
    position: static;
    text-align: center;
    overflow-wrap: break-word;
}

.dataTableCustom .row:nth-child(1){
    padding-top: 10px;
}
.dataTableCustom .row:nth-child(2){
    overflow-x: auto;
    /*max-width: 1000px;*/
}
.dataTableCustom .row:nth-child(3){
    padding-top: 10px;
}
.analytics-summary {
    width: 100%;
    border: 1px solid #e8e5e5;
    margin: 10px 0;
    padding: 10px 5px 0px 5px
}
.analytics-summary p{
    font-size: 14px;
    font-weight: 600;
}
.analytics-summary .heading-title {
    background: #3479bd;
}
.analytics-summary .heading-title h3 {
    font-size: 14px;
    font-weight: 400;
}

/*End-user dashboard*/
.close-btn{
    display:inline-block;
    padding:4px;
    border:1px solid red;
    z-index:500;
    color: #fff;
}
.other-txt .popup-heading{
    padding: 5px 0;
    line-height: 30px;
    font-size: 14px;
}
.other-txts .popup-heading{
    padding: 0px 0px 3px 2px;
    font-size: 14px;
}

.pdflink a:hover, .pdflink a:active, .pdflink a:focus{
    text-decoration: none;
}

.form-contro#minimum_balancel { width: 80%; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.addplan a{
    background-color: green;
    color: #fff;
}
.width80 {
    width: 80%;
}

.width20 {
    width: 20%;
}

.blueCustomCard a {
    color: #fff;

}

.blueCustomCard .payBtn {
    padding-bottom: 0.75rem;
}
.blueCustomCard .planHead {
    padding-bottom: 0.375rem;
}
/*18/03*/


.innerSectionWrapper {
    background: #fff;
    min-height: calc(100vh - 233px);
    margin: 0 15px 15px 15px;
    padding: 15px;
}
.daySelect .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.daySelect .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.daySelect .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #3eb5dc;
}
.daySelect .styled-checkbox:hover + label:before {
    background: #3eb5dc;
}
.daySelect .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.daySelect .styled-checkbox:checked + label:before {
    background: #3eb5dc;
}
.daySelect .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.daySelect .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.daySelect .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.daySelect {
    border: 1px solid #ddd;
    padding: 10px 10px 7px;
    margin-bottom: 15px;
}
span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
span.glyphicon.glyphicon-chevron-right::before {
    content: "\f101";
}
span.glyphicon.glyphicon-chevron-left::before{
    content: "\f100";
}
div.zabuto_calendar .table tr.calendar-month-header td span{
    padding-bottom: 0;
}
div.zabuto_calendar div.calendar-month-navigation {
    position: relative;
    top: -8px;
}
div.zabuto_calendar .table tr td div.day.today {
    background: #3eb5dc;
    color: #fff;
}
.zabuto_calendar table.table{
    border: 1px solid #ddd;
}
.credit-card-icon{
    display: flex;
    align-items: center;
    height: auto;
    position: absolute;
    margin: 0;
    padding: 10px 0 7px;
    left: 7px;
    font-size: 22px;
}
.card-number-field{
    padding-left: 35px;
}
/*-------------------End-------------------*/
@media (min-width: 320px) and (max-width: 767px) {
    section.tables .card h5 {
        font-size: 13px;
    }
}
@media(max-width: 576px) {
    .blueCustomCard p {
        font-size: 12px;
        font-weight: 400;;
    }
    .blueCustomCard h4 {
        margin: 0;
        padding: 8px 0 0 0;
        font-size: 32px;
        color: #fff;
        text-align: center;
        font-weight: 400;;
        font-family: 'MYRIADPROREGULAR', sans-serif;
        line-height: 100%;
    }
    .blueCustomCard h4 span {
        display: inline-block;
        font-size: 21px;
        position: relative;
        top: -6px;
        padding-right: 0;
    }
}
@media(max-width: 320px) {
    .blueCustomCard p {
        font-size: 9px;
    }
    .blueCustomCard h4 {
        font-size: 29px;
    }
    .blueCustomCard h4 span {
        font-size: 19px;
    }
}

/*End End-user dashboard*/

/*****************************/
/*multiple date picker*/
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
    border-bottom: 0;
    border-top: 7px solid #999999;
    transform: rotate(180deg);
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
    transform: rotate(180deg);
}
.datepicker > div {
    display: none;
}
.datepicker table {
    margin: 0;
    width: 250px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    padding: 5px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
.viewBtn{
    background-color: #2bb6dc;
    border: 0;
    color: #fff;
    border-radius: 4px;
}
#appointmentListTable tr th:first-child{
    width: 10%;
}
#appointmentListTable tr th:first-child label,
#appointmentListTable tr th:first-child .styled-checkbox + label:before{
    margin: 0;
}
#appointmentListTable tr th:nth-child(2){
    width: 70%;
}
#appointmentListTable tr td:last-child,
#appointmentListTable tr th:last-child{
    text-align: center;
    /*end*/
}
.subMenu{
    display: none;
}
.tableHeadText{
    font-size: 22px;
    margin: 0 0 5px;
    padding: 10px;
    border-left: 4px solid #2bb6dc;
    font-weight: normal;
}
.loader-img, #media-link-box, .email-sms-error, #media_link_id, #sms-email, #recurring_int_days-error, .reschedule-reminder, .recurring_body, .days-error, .is_voice_checkbox, .provider-enduser-error, .show-option-error{
    display: none;
}
#wait{
    display: none;
    width:69px;
    height:89px;
    position:absolute;
    top:50%;
    left:50%;
    padding:2px;
    z-index: 111;
}
.wt100{
    width: 100%;
}
.gradBtn{
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}
.gradBtn:hover{
    background: linear-gradient(120deg, #5983e8, #00e4d0);
}
.infoCard{
    border: 1px solid #ddd;
    margin: 15px 0 0 ;
    /*max-height: 397px;*/
    max-height:calc(100vh - 180px);
    overflow-y: auto;
}
.greedArea.active,.greedArea:hover{
    background: rgba(87, 135, 231, 0.17);
}
.greedArea:last-child{
    border-bottom: 1px solid transparent;
}
.greedArea{
    padding:5px 10px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
/*.greedArea span{
    display: block;
    }*/
    .nameCard{
        color: #333333;
    }
    .nameCard:hover{
        text-decoration: none;
    }
    .chartBox {
        margin: 15px 0 0;
        background: #f1f1f1;
        padding: 15px 4px 15px;
        position: relative;
    }
    .chat {
        list-style: none;
        margin: 0;
        padding: 0;
        /*max-height: 279px;*/
        max-height: calc(100vh - 256px);
        overflow-y: auto;
    }

    .chat li
    {
        margin-bottom: 10px;
        padding: 5px;
        background: #fff;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

    .panel-body .chat li.left .chat-body
    {
        margin-left: 60px;
    }

    .panel-body .chat li.right .chat-body
    {
        margin-right: 60px;
    }


    .chat li .chat-body p
    {
        margin: 0;
        color: #777777;
    }

    .panel .slidedown .glyphicon, .chat .glyphicon
    {
        margin-right: 5px;
    }

/* .panel-body
{
    overflow-y: scroll;
    height: 250px;
    } */

    ::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar
    {
        width: 12px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }
    .chartBox .panel-footer {
        /*position: absolute;*/
        z-index: 10;
        bottom: 5px;
    }
    button#btn-chat, button#btn-clear{
        margin-top: 9px;
        float: right;
    }
    button#btn-clear {
        margin-right: 5px;
    }
    .chat li.right {
        margin-left: 20px;
        border-radius: 12px 0 0 12px;
    }
    .chat li.left {
        margin-right: 20px;
        border-radius: 0 12px 12px 0;
    }
    .responsiableCardHead{
        background: #00a7e5;
        color: #fff;
        padding: 6px 10px;
    }
    .responsiableCard {
        border: 1px solid #ddd;
    }
    .responsiableBody{
        padding: 0 15px;
        /*max-height: 523px;*/
        max-height: 70vh;
        overflow-y: auto;
    }
    .responsiableInnerCard{
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
    .responsiableInnerCard h5{
        text-decoration: underline;
    }

    .responsiableInnerCard h4:first-child{
        text-decoration: underline;
    }
    .innerItem{
        padding-left: 15px;
    }
    .responsiableInnerCard .innerItem h4{
        text-decoration: none;
    }
    .responsiableInnerCard:last-child{
        border-bottom: 0;
    }
    .showCustomFields  + .error {
        position: absolute;
        top: -20px;
        left: 0px;
    } 
    /*-------------21/02/2019---------------*/

    @media (min-width: 320px) and (max-width: 767px) {
        section.tables .card h5 {
            font-size: 13px;
        }
    }
    @media(max-width: 576px) {
        .blueCustomCard p {
            font-size: 12px;
            font-weight: 400;;
        }
        .blueCustomCard h4 {
            margin: 0;
            padding: 8px 0 0 0;
            font-size: 32px;
            color: #fff;
            text-align: center;
            font-weight: 400;;
            font-family: 'MYRIADPROREGULAR', sans-serif;
            line-height: 100%;
        }
        .blueCustomCard h4 span {
            display: inline-block;
            font-size: 21px;
            position: relative;
            top: -6px;
            padding-right: 0;
        }
    }
    @media(max-width: 320px) {
        .blueCustomCard p {
            font-size: 9px;
        }
        .blueCustomCard h4 {
            font-size: 29px;
        }
        .blueCustomCard h4 span {
            font-size: 19px;
        }
    }

    /* 6th May 2019 */
    .nps-custom-file{
        position: relative;
    }
    .nps-custom-file > label{
        width: 30px;
        height: 30px;
        position: absolute;
        margin: 0;
        top: 15px;
        left: 10px;
        line-height: 30px;
        cursor: pointer;
    }
    .nps-custom-file > label input[type="file"]{
        display: none;
    }
    .nps-custom-file > label i{
        font-size: 25px;
    }
    .nps-edit-custon-auto #autoTextarea{
        resize: none;
    }
    .nps-edit-custon-auto .card .card-header{
        background: #3479bd;
        color: white;
    }
    #npsDetailResponsible .card .card-header{
        background: #3479bd;
        color: #fff;
    }
    #npsDetailResponsible .card .card-body > div > h4{
        font-weight: 500;
        color: #00a7e5;
    }
    #npsDetailResponsible .card .card-body > div > h4 i {
        font-size: 14px;
    }
    @media (max-width: 1200px){
        .content-inner {
            width: 100%;
        }
    }


    #patient-search{
        font-size: 14px;
        padding: 0.48rem;
    }
    .nps-chatbox-name{
        font-weight: 400;
        font-size: 14px;
    }
    .menu-btn {
        background: #3479bd
        cursor: pointer;
    }
    /* kuldeep 28thMay19 */
    .nps-custom-dropdown .nps-dd-head {
        padding: 10px;
        background: #3479bd
        color: #fff;
        border-radius: 2px 2px 0 0;
        cursor: pointer;
        font-weight: 600;
    }
    .nps-custom-dropdown .nps-dd-body {
        border: 1px solid #eee;
        border-top: 0;
        border-radius: 0 0 2px 2px;
        height: 0;
        overflow: auto;
        transition: all .3s ease-in;
    }
    .nps-custom-dropdown .nps-dd-body.active {
        height: 250px;
    }
    .nps-custom-dropdown .nps-dd-body p {
        padding: 10px;
        margin-bottom: 0;
    }
    .nps-custom-dropdown .nps-dd-body a {
        display: block;
        padding: 10px;
    }
    .nps-custom-dropdown .nps-dd-body a:nth-child(odd) {
        background: #f7f7f7;
    }
    .nps-doc-date  {
        font-size: 12px;
    }
    .W-100 {
        width: 100% !important;
    }
    .hide-debt-collection-custom {
        display: none;
    }
    .nps-practice-m {
        padding: 15px;
    }
    .nps-practice-inner {
        background: #f7f7f7;
    }
    .nps-practice-select {
        background: #fff;
        padding: 15px;
    }
    .nps-practice-select h4 {
        text-transform: capitalize;
        font-weight: 400;
    }
    .nps-practice-select-i {
        max-width: 50%;
        margin: auto;
    }
    .nps-practice-body {
        padding: 15px;
    }
    .nps-practice-body button.btn {
        border-radius: 1px;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        padding: 4px 25px;
    }
    .nps-practice-body .card {
    }
    .nps-practice-body .card a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    .nps-add-listing-form label {
        margin: 0;
        font-size: 13px;
    }
    .media-link-status-toggle {
        cursor: pointer;
    }

    /* For Analytics UI - Vimal */
    table#analytics td {
        width: 100%;
    }
    .voice,.emailp {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .counter-count {
        font-size: 18px;
        background-color: #00b3e7;
        border-radius: 50%;
        position: relative;
        color: #ffffff;
        text-align: center;
        line-height: 92px;
        width: 92px;
        height: 92px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
    }
    .voice-p,.email-p {
        font-size: 24px;
        color: #000000;
        line-height: 34px;
    }

    #chat-list .new-message {
        border-left: 5px solid #2bb6dc;
    }

    .statementHeader .card-body {
        padding: 0.30rem;
    }
    .analytics-card-wrapper {
        margin-bottom: 10px;
    }
    .analytics-card {
        background: #3479bd;
        border-radius: 7px;
    }
    .stripe-button-el,
    .stripe-button-el span {
        width: 100%;
    }
    .adl-signs {
        border: 1px solid;
        border-radius: 37px;
        height: 14px;
        width: 14px;
        color: white;
        border: 2px solid white;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'MYRIADPROREGULAR', sans-serif;
        line-height: 14px;
        content: '+';
        background-color: #0275d8;
        position: absolute;
        left: 0px;
    }

    .divanalyte {
        border-bottom: 1px solid #efefef;
        padding: 0.5em 0;
    }

    .appOptOutTable{
     width:100%!important;
 }

 .divanalyte {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}
.actice-reply {
    padding: 10px;
    border-radius: 4px;
    background-color: #1e7e34;
}
.chat-body.actice-reply {
    padding: 10px;
    border-radius: 4px;
}
.chat-body .fa-comments-o {
    color: #28a745;
    cursor: pointer;
}

/*22-10-19*/
.responsiableCardHead:after {
    content: '';
    clear: both;
    display: table;
}
.chartBox .collapse ul.chat {
    margin-left: -10px;
    margin-right: -10px;
}
#conversation::-webkit-input-placeholder {
    color: black;
}

.nopadding {
 padding: 0 !important;
 margin: 0 !important;
}

#more-stuff{
    overflow-y: auto;
}
.chat_list.active {
    background: #51a3d4;
}

.modal-body{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.search-by-conversation {
    border: none;
	background: #eee;
	color: #333;
	border-radius: 50px;
	max-height: 36px;
	text-align: left;
	padding: 0 15px;
}
.practic-section {
    padding: 0;
}
button.show-more-patient {
    max-width: 99%;
  border-radius: 50px;
}
button.show-appointment {
    border-radius: 50px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-fill .nav-item {
    padding: 0px 5px;
}
.nav-tabs .nav-link {
    background: #d1d1d1 !important;
    color:#000;
    border: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #d1d1d1 !important;
    color: #e17f2e !important;
}
.btn-info {
    color: #fff !important;
    background-color: #3479bd;
    border-color: #3479bd;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #3479bd;
    border-color: #3479bd;
  }
.analytics-dashboard-section {
    width: 100%;
    height:43vh;
}
.dashboard.statistics {
    width: 49.6%;
    margin: 0px .2% 5px !important;
    border: 1px solid #cfcfcf;
    background: #fff;
}

/*13thFeb'20*/
@media only screen and (max-width : 540px)
{
    .chat-popup
    {
        width: 97% !important;
        left: 50% !important;
    }
    .nav-fill .nav-item {
        padding: 5px 5px !important;
    }
}

.popup-box
{
   display: none;
    position: absolute;
    top: 50%;
    left: 52.3%;
    transform: translate(-50%, -50%);
    height: 420px;
    background-color: rgb(237, 239, 244);
    width: 45%;
    border: 1px solid rgba(29, 49, 91, .3);
    z-index: 105;
}
.popup-box .popup-head
{
    background-color: #17a2b8;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    clear: both;
}

.popup-box .popup-head .popup-head-left
{
    float: left;
}

.popup-box .popup-head .popup-head-right
{
    float: right;
    opacity: 0.5;
}

.popup-box .popup-head .popup-head-right a
{
    text-decoration: none;
    color: inherit;
}

.popup-box .popup-messages
{
    height: 100%;
}
.popup-box .popup-messages #frame {
    min-height: initial;
    max-height: initial;
    min-width: initial;
    max-width: 100%;
    height: calc(100% - 34px);
}
.popup-box .popup-messages #frame .content {
    width: 100%;
}
.popup-box .popup-messages #frame .content .messages {
    min-height: calc(100% - 41px);
    max-height: calc(100% - 41px);
    max-height: 310px;
    background: #e6eaea;
    overflow-y: auto;
}
.popup-box .popup-messages #frame .content .message-input {
    padding: 0;
}
.popup-box .popup-messages #frame .content .messages ul li p {
    max-width: calc(100% - 61px);
}
.popup-box .popup-messages .chat-popup-attachment input {
    display: none;
}
.popup-box .popup-messages #frame .content .chat-popup-attachment i {
    margin: 0;
}
.popup-box .popup-messages #frame .content .message-input .wrap input {
    padding: 13px 8px;
    width: calc(100% - 100px);
}

.popup-box .popup-messages #frame .content .custom-checkbox {
    /*max-height: 60px;*/
    /*overflow-y: auto;*/
    padding: 5px 5px 0;
}
.popup-box .popup-messages #frame .content .custom-checkbox > .checkbox {
    margin-bottom: 5px !important;
}
.popup-box .popup-messages #frame .content .custom-checkbox > .checkbox + .checkbox {
    margin-left: 2px;
}
.popup-box .popup-messages #frame .content .custom-checkbox .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}
.popup-box .styled-checkbox + label:before {
    width: 16px;
    height: 16px;
}
.popup-box .styled-checkbox:checked + label:after {
    left: 3px;
    top: 8px;
}
.chat-popup-type {
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.chat-popup-type.open {
    opacity: 1;
    transform: translateY(-51px);
    background: #eeeeee;
    bottom: -13px;
}
.popup-box .popup-messages .toggle-chat-type {
    right: 85px;
    left: initial;
    font-size: 16px;
    color: #435f7a;
}

.pop-up-status {
    font-size: 13px;
    text-align: center;
    color: greenyellow;
    margin-bottom: -16px;
}
.popup-messages .fa-comments-o, .msgs-chk, .merge-images-chk, .google-review-body {
    display: none;
}


/*** 14-04-20 ****/

/*.timestamp {
    display: flex;
    margin: 6px 0px 1px;
}*/

.timestamp span{
    margin-right: 6px;
}

#frame .content .messages ul li.replies p{
    position: relative;
}

/*#frame .content .messages ul li.replies p span .dropdown-body{
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 999;
}*/

#frame .content .messages ul li.replies p .dropdown-body{
    display: none;
}

#frame .content .messages ul li.replies p:hover .dropdown-body{
    display: block;
}


#frame .content .messages ul li.sent p{
    position: relative;
}

#frame .content .messages ul li.sent p span .dropdown-body{
    position: absolute;
    right: 15px;
    top: 2px;
}

#frame .content .messages ul li.sent p .dropdown-body{
    display: none;
}

#frame .content .messages ul li.sent p:hover .dropdown-body{
    display: block;
}

.msg-images{
    display: block;
    width: 100%;
}

#frame .content .messages ul li.sent .msg-images img{
    width: 100%;
    border-radius: 0;
    margin-bottom: 6px;
}

#frame .content .messages ul li.replies .msg-images img{
    width: 100%;
    border-radius: 0;
    margin-bottom: 6px;
}

.input-class {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width:100%;
}

.option-select {
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    height: 2rem;
    width:100%;	

}
.attched-custom-padd{
 padding: 8px 15px;
 background:#1883b1;
}

nav.side-navbar .title h1, nav.side-navbar.shrinked ul li a{
    word-break: break-word;
}
.unread-msg {
    background: coral !important;
}

#frameCom {
    width: 100%;
    min-width: 360px;
    max-width: 1365px;
    height: 100vh;
    min-height: 300px;
    max-height: 720px;
}

#frameCom #sidepanelCom {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #fff;
    /* color: #f5f5f5;
    overflow: hidden; */
    position: relative;
    transition: all ease 0.5s;
}

#frameCom #contentCom {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.form-header{
    padding: 10px;
    border-bottom: 1px solid gray;
    background-color: #31abda
}
.box{
    border: 1px dotted gray;
    padding: 10px;
}
.video_display{
    display: inherit;
}
.card-body legend {
    color: gray;
    border-bottom: 1px solid;
    text-align: left;
    margin-bottom: 20px;
}

.paymetTable .card-header {
    background: #2b90d9;
    color: #fff;
    text-align: left !important;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    width: 100% !important;
}
table.dataTable>tbody>tr.child span {
    vertical-align: top;
}
table.dataTable>tbody>tr.child span span {
    width: auto !important;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}


/* lg */
@media (min-width:1200px) and (max-width:1280px) {
/*.pos-text {
            position: absolute;
    margin-top: 12px;
    }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
 /*.pos-text {
            position: absolute;
    margin-top: 12px;
    }*/
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {

}
/* xs */
@media (min-width: 320px) and (max-width: 767px) {
    .cardDesi.lead-create-section {
        margin-top: 20px;
    }
    .patient-request-box {
        padding: 20px 20px !important;
    }
    select#b_day, select#b_month {
        margin-bottom: 10px;
    }
    section {
        padding: 0px 0;
    }
    #frameCom #sidepanelCom {
        float: none;
        max-width: 100%;
        width: 90%;
    }
    #frameCom #contentCom {
    float: none;
    width: 90%;
    }
    .dashboard-header {
        width: 100%;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
    	display: table-caption;
    }
}

table.dataTable th {
    white-space: break-spaces!important;
}
table.dataTable {
    font-size: 15px !important;
    border: 1px solid #d1d1d1;
}


.statement-plan {
    font-weight: bold;
    background-color: #ced4da;
    border-radius: 4px;
}

nav.side-navbar ul li {
    margin-bottom: 4px;
}
nav.side-navbar ul li a:hover{
    border-radius: 12px!important;
}
#cp-search-type{
    text-align: left;
}
.swal-text{
        text-align: center;
}
.swal-footer{
    text-align: center;
}
div#form iframe {
    height: 78px!important;
}
iframe#framecstm {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

footer.main-footer {
    padding: 10px 10px;
}

.datepick-popup {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    padding: 0px 10px;
}

.select2-search__field {
    width: 100% !important;
    font-size: 14px !important;
}

input.select2-search__field {
    padding: 7px 0px 0px 0px !important;
    display: block;
    margin: 0px !important;
}

/* 
span.select2.select2-container.select2-container--bootstrap4 .select2-selection--multiple:before, span.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
} */


/* 07 Dec CSS*/
button.btncstm-dropdown {
    background: #d9d9d9;
    border: 0;
    font-size: 12px;
    padding: 10px 14px;
}
button.btncstm-dropdown i {
	font-size: 20px;
}
.cstm-row-msg-bottom {
    display: flex;
    justify-content: end;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio {
    position: relative;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio .custom-checkbox.checkbox-custom-value {
	position: absolute;
    background: white;
    min-width: 140px;
    right: 0;
    border: 1px solid #e5e5e5;
    bottom: 100%;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 6px #0000001c;
    display: none;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio .custom-checkbox .checkbox{
	width:100%;
	margin:0px !important;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio.active .custom-checkbox.checkbox-custom-value {
    display: block;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio.active button.btncstm-dropdown i {
    transform: rotate(180deg);
}
#frame .content .contact-profile select{
	border-radius:6px;
}
#frame .content .message-input .chat-popup-type-big > div {
    width: calc(25% - 8px);
}
#frame .content .message-input .chat-popup-type-big {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 8px;
	margin:0;
}
#frame .content .message-input .chat-popup-type-big > div input, #frame .content .message-input .chat-popup-type-big > div select {
    margin: 0 !important;
}
#frame .content .message-input .chat-popup-type-big {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    padding: 8px 6px 0;
    bottom: 100%;
    left: 0;
}

.practic-section .form-group select,
.practic-section div#appointment-history {
    margin-left: 4px;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio .custom-checkbox .styled-checkbox + label:before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.cstm-row-msg-bottom .dropdownbtn-form_check-radio .custom-checkbox .styled-checkbox:checked + label:after {
    top: 8px;
    left: 2px;
}

.styled-checkbox + label {
    margin-bottom: 4px !important;
}


#survey-notification-modal:before  {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 38%);
    width: 100%;
    height: 100%;
}

.select2-container--open .select2-dropdown {
    left: 49px !important;
  }

.message-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: #00000073;
    overflow: hidden;
    outline: 0;
}