@import url("../fonts/fonts.css");




html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

b, strong {
    font-weight: 500;
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px
}

    .btn.btn-app > .fa,
    .btn.btn-app > .glyphicon,
    .btn.btn-app > .ion {
        font-size: 20px;
        display: block
    }

    .btn.btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa
    }

    .btn.btn-app:active,
    .btn.btn-app:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
    }

    .btn.btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400
    }

/*---------------------------------------------*/
a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    /*line-height:0;*/
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

body a:hover {
    text-decoration: none;
    color: #000;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.app_status {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    height: calc(0.7em + .75rem + 2px);
    padding: .375rem .75rem;
    padding: 0rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.edit_app_status {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    height: calc(0.7em + .75rem + 2px);
    padding: .375rem .75rem;
    padding: 0rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size:12px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

hr {
    margin: 1rem 0 1rem;
    border-top: 1px solid rgba(0,0,0,0.2);
}

/*.min-height {
  min-height: 180px;
}*/

.payment_content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    /*outline: none;
    border: none;*/
    width: 100%;
}

    textarea:focus,
    input:focus,
    button:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.form-control:focus {
    box-shadow: none !important;
}

.color_black {
    color: #000;
}

input.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

input.form-control:focus:-moz-placeholder {
    color: transparent;
}

input.form-control:focus::-moz-placeholder {
    color: transparent;
}

input.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

textarea.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea.form-control:focus:-moz-placeholder {
    color: transparent;
}

textarea.form-control:focus::-moz-placeholder {
    color: transparent;
}

textarea.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

input.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
}

input.form-control:-moz-placeholder {
    color: #9e9e9e;
}

input.form-control::-moz-placeholder {
    color: #9e9e9e;
}

input.form-control:-ms-input-placeholder {
    color: #9e9e9e;
}

textarea.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
}

textarea.form-control:-moz-placeholder {
    color: #9e9e9e;
}

textarea.form-control::-moz-placeholder {
    color: #9e9e9e;
}

textarea.form-control:-ms-input-placeholder {
    color: #9e9e9e;
}


label {
    display: block;
    margin: 0;
}

.form-control {
    padding: 0rem 0.1rem;
    height: calc(0.5em + .75rem + 2px);
    /*border-radius:0px;*/
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 10px;
    top: 1px;
    position: relative;
}


/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*
=====================================
[ Menu ]
=====================================
*/

nav.main_menu {
    background: #231f20;
    padding: 1rem 2rem;
    border-bottom: #368fb7 solid 3px;
}

.main_menu .navbar-menu .nav-link {
    /*font-size: 14px;
    color: #adadad;
    position: relative;*/
    background: #231f20;
    padding: 0.5rem 2rem;
    /*border-bottom: #368fb7 solid 3px;*/
}

    .main_menu .navbar-menu .nav-link:hover,
    .main_menu .navbar-menu .nav-link.active {
        color: #3192bf;
    }

.nav_admin li {
    display: inline-block;
    position: relative;
}

    .nav_admin li + li {
        margin-left: 20px;
    }

        .nav_admin li + li:after {
            width: 1px;
            /*height: 20px;
            top: 1px;*/
            height: 10px;
            top: 10px;
            left: -12px;
            position: absolute;
            content: "";
            background: #615d5d;
        }

    .nav_admin li a i {
        /*font-size: 15px;*/
        font-size: 11px;
        color: #3192bf;
    }

    .nav_admin li a {
        font-size: 14px;
        color: #adadad;
    }

        .nav_admin li a:hover,
        .nav_admin li a.active {
            color: #3192bf;
        }


/*
=====================================
[ login ]
=====================================
*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.login100-more {
    width: calc(100% - 500px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url('../images/login-bg.jpg');
}

.login_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.btn {
    padding: 0rem .75rem !important;    
}


/*==================================================================
[ Form ]*/

.login100-form {
    /*  width: 500px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 30px 65px 20px 65px;*/
    width: 500px;
    height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 30px 65px 20px 65px;
    overflow: auto;
}

    .login100-form h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-align: center;
        color: #00aeee;
        font-size: 30px;
        margin-top: 10px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        .login100-form h1 span {
            color: #b9bbbd;
        }

    .login100-form .form-group {
        margin-bottom: 10px;
        position: relative;
    }
    .login100-form .button_group a.btn {
        /*margin:15px 0;*/
        margin: 0px 0;
    }
    .login100-form  img {
        height:95px;
    }

    .login100-form .form-group label {
        font-size: 22px;
        font-size: 16px;
        color: #00aeee;
        margin-bottom: 8px;
        margin-bottom: 2px;
    }

.form-group label small {
    color: #9c9ea4;
}

.login100-form .form-group label span {
    color: #000;
    font-size: 20px;
}

.login100-form .form-group .form-control {
    /*padding: 1.5rem .75rem;
    border-radius: 2px;
    border: 2px solid #bdbfc8;
    color: #8a8a8a;
    font-size: 19px;
    text-indent: 30px;*/
    padding: 0rem .75rem;
    padding: 0.9rem .75rem;
    border-radius: 2px;
    border: 2px solid #bdbfc8;
    color: #8a8a8a;
    font-size: 14px;
    text-indent: 24px;
}

    .login100-form .form-group .form-control:focus {
        border-color: #00afef;
        box-shadow: 0 0 2px #00afef !important;
    }

.field_icon {
    font-size: 22px;
    font-size: 20px;
    color: #00aeee;
    margin: 0 0 0 12px;
    /*top: 54px*/;
    top: 32px;
    top: 38px;
    position: absolute;
}

.toggle-password {
    float: right;
    margin: -34px 10px 0 0;
    margin: -38px 8px 0 0;
    font-size: 18px;
    font-size: 12px;
    font-size: 14px;
    color: #b1b4be;
    position: absolute;
    right: 0;
    /*top: 91px;*/
    top: 74px;
    top: 77px;
    top: 80px;
}

.remember-me_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}

.input-checkbox100 {
    display: none;
}

    .input-checkbox100:checked + .label-checkbox100::before {
        color: #00aeee;
    }

.label-checkbox100 {
    font-size: 17px;
    color: #8a8a8a;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-size: 13px;
        font-weight: bold;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        /* width: 22px;
        height: 22px;*/
        width: 16px;
        height: 16px;
        border-radius: 1px;
        background: #fff;
        border: 2px solid #b0b3bd;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.remember-me_wrap a {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #00aeee;
}

    .remember-me_wrap a:hover {
        text-decoration: underline;
        color: #333;
    }

.button_group {
    text-align: center;
}

    .button_group button.btn,
    .button_group a.btn {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        display: block;
        background-color: #00aeee;
        text-transform: uppercase;
        color: #fff;
        /*font-size: 24px;*/
        font-size: 18px;
        width: 100%;
        border-radius: 0;
        margin: 25px 0;
        /*padding: 8px 0;*/
        padding: 0px 0;
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    .button_group a.btn_black {
        background-color: #000;
    }

    .button_group button.btn:hover,
    .button_group a.btn:hover {
        background: transparent;
        color: #00aeee;
        border: 2px solid #00aeee;
        box-shadow: 0 4px 7px 0 #9e9e9e;
        transition: all 0.3s;
    }

    .button_group span {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #3192bf;
        /*font-size: 25px;*/
        font-size: 20px;
    }

.login_links {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
}

    .login_links ul li {
        display: inline-block;
        margin-right: 20px;
    }

        .login_links ul li a {
            font-size: 18px;
            color: #fff;
        }

            .login_links ul li a:hover {
                color: #000;
            }

        .login_links ul li i {
            font-size: 25px;
            margin-right: 5px;
        }

.instruc-pera {
    color: rgb(104, 104, 104,0.8);
    font-size: 17px;
    line-height: 20px;
    margin: 15px 0 0;
}

.login100-form.forgot_pass input.form-control {
    text-indent: 5px;
    margin-bottom: 10px;
}

.button_group p,
.button_group a {
    font-size: 18px;
    color: #8a8a8a;
}

.button_group a {
    color: #00aeee;
}


/*==================================================================
[ Header User ]*/

.user_details h2 {
    font-weight: 500;
    background: #231f20;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /*margin-top: 20px;*/
    margin-top: 0px;
    padding: 10px 0 11px;
}

.header_info {
    padding: 5px 25px;
    background: #ececec;
    padding-top: 0px;
    padding-bottom: 0px;
}

.profile_img {
    /* height: 140px;
    width: 140px;*/
    height: 78px;
    width: 80px;
    /*border-radius: 50%;*/
    border-radius: inherit;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #cacaca;
    margin-top:2px;
}


.right_border:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(146, 146, 146, 0.5);
    right: 1rem;
    top: 0;
}

.user_bioData {
    padding-top: 10px;
    padding-top: 2px;
}

.user_bioData ul li {
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
    color: #232323;
    /*font-size: 16px;*/
    font-size: 11px;
}

    .user_bioData ul li strong {
        color: #3192bf;
    }

.profile_btn_group {
    width: 170px;
    /*height: 100px;*/
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.btnLink {
    position: absolute;
    height: 25px;
    top: 25px;
    right: -10px;
    width: 25px;
    background: #3192bf;
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ececec;
    transition: all 0.5s;
}

    .btnLink:hover {
        background: #333;
        transition: all 0.5s;
    }

    .btnLink i {
        color: #fff;
        font-size: 9px;
        margin: 7px 0 0;
        display: block;
    }

.profile_setting_btn {
    top: 50px;
}


/*==================================================================
[ Main Content ]*/


.main_content {
    /*padding-top: 20px;*/
    padding-top: 5px;
}

.secondary_menu {
    border-bottom: 2px solid #3192bf;
    margin-bottom: 20px;
}

    /*.secondary_menu ul li {
        display: inline-block;
        background: #afd5e6;
        letter-spacing: 0.5px;
        border-radius: 7px 7px 0 0px;
        padding: 6px 0px 7px;
        border-top: 5px solid #9abac8;
        margin-right: 5px;
    }*/
    .secondary_menu ul li {
        display: inline-block;
        background: #afd5e6;
        letter-spacing: 0px;
        border-radius: 7px 7px 0 0px;
        padding: 0px 0px 0px;
        border-top: 5px solid #9abac8;
        margin-right: 5px;
    }

.lockspan {
    display: inline-flex;
    /*padding-right: 15px;*/
    /*margin-right:15px;*/
}

.link_icon {
    color: #f4f5f6;
    /*margin-left: 5px;*/
    width: 20px !important;
    display: inline-block;
}

a.link_icon:hover {
    color: #000;
}

.secondary_menu ul li:hover,
.secondary_menu ul li.active {
    background: #3192bf;
    border-color: #2d7293;
}

    .secondary_menu ul li:hover .menuLink,
    .menuLink:hover {
        color: #f4f5f6;
    }

.menuLink {
    font-size: 12px;
    color: #f4f5f6;
    font-weight: 500;
    /*margin-right: 15px;*/
    padding: 12px 15px;
    cursor: pointer;
}

.dash_accordian {
    min-height: 500px;
}

.sidebar-container {
    width: 210px;
    background: #3192bf;
    padding: 15px;
    padding-bottom: 50px;
    position: absolute;
    height:100vh;
    margin-left: 15px;
    overflow-x: hidden;
    overflow-x: auto;
    overflow-y: auto;
}
.calendarWrap .datepicker {
    background: #3192bf;
}

    .calendarWrap .datepicker th {
        font-weight: 500;
    }
    .sidebar-container p {
        color: #000;
        margin-bottom: 6px;
        margin-top: 12px;
    }

    /* width */
    .sidebar-container::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .sidebar-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .sidebar-container::-webkit-scrollbar-thumb {
        background: #222;
        border-radius: 10px;
    }

        /* Handle on hover */
        .sidebar-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .sidebar-container h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #000;
        /*text-align: center;*/
        /*margin-bottom: 35px;*/
        margin-bottom: 10px;
    }

h2.apt_head {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
}

.patient_side_menu li {
    font-size: 15px;
    margin-bottom: 15px;
}

    .patient_side_menu li span {
        color: #fff;
    }

    .patient_side_menu li strong {
        color: #000;
        font-weight: 500;
    }

.patient_progress .progress {
    height: 30px;
    border-radius: 0;
}

.patient_progress .progress-bar {
    width: 40%;
    height: 30px;
    background-color: #65ef00;
}

.content-container {
    padding-left: 225px;
}

h2.first_heading {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: left;
    background: #2C3E50;
    color: #fff;
    /*padding: 15px 0 14px 15px;*/
    padding: 5px 0 4px 15px;
}

.patient_history_list li {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #76b7d5;
    padding: 4px 0;
}

    .patient_history_list li a {
        color: #65ef00;
        font-size: 16px;
        font-weight: 500;
    }

        .patient_history_list li a:hover {
            color: #000;
        }

.main_btn.side_book_btn {
    font-size: 16px;
}

.main_btn.active {
    background: #000;
    color: #fff
}

.side_menu li {
    border-bottom: 1px solid #76b7d5;
    /*padding: 5px 0;*/
    padding: 0px 0;
}

    .side_menu li a {
        color: #fff;
        /*font-size: 15px;*/
        font-size: 12px;
        display: block;
    }

        .side_menu li a:hover,
        .side_menu li a.active {
            color: #000;
            background: #fff;
            padding-left: 5px;
        }

.side_form {
    /*margin-top: 30px;*/
    margin-top: 10px;
}

    .side_form .form-group label strong {
        font-weight: 500;
    }

    .side_form .form-group {
        /*margin-bottom: 25px;*/
    }

        .side_form .form-group label {
            color: #fff;
            font-size: 14px;
        }

        .side_form .form-group .form-control {
            background-color: #3192bf;
            color: #fff;
            border-radius: 1px;
            font-size: 14px;
        }

.calendar_icon {
    float: right;
    color: #fff;
    font-size: 26px;
    margin: -38px 10px 0px 0;
}

.date_picker:hover + .calendar_icon {
    display: none;
}

.select_colors .label-checkbox100 {
    color: #fff;
    font-size: 14px;
}

.select_colors .contact100-form-checkbox {
    margin-bottom: 13px;
}

.select_colors .label-checkbox100::before {
    border: none;
}

.select_colors .green_box .label-checkbox100::before {
    background-color: #2ed33d;
}

.select_colors .blue_box .label-checkbox100::before {
    background-color: #83d1f5;
}

.select_colors .input-checkbox100:checked + .label-checkbox100::before {
    color: #000;
}

.main_btn {
    background-color: #fff;
    color: #000;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    border-radius: 0;
    padding-bottom: 11px;
    font-weight: 500;
}

    .main_btn:hover {
        background-color: #000;
        color: #fff;
    }

/*  Main Calendad styling   */

.calendar-container {
    border: 2px solid #dbdbdb;
    padding: 20px;
    margin-top: 20px;
}

.calendar_date {
    font-weight: 500;
    color: #000;
    font-size: 33px;
}

    .calendar_date img {
        margin-top: -10px;
        margin-right: 10px;
    }

.main_table thead tr th:first-child {
    color: #000;
    font-size: 25px;
    letter-spacing: 1px;
    border: 0;
    font-weight: 500;
}

.main_table tr th, .main_table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px;
    min-width: 150px;
    height: 30px;
    min-height: auto;
}

.blue_bg {
    background: rgb(49, 146, 191,0.6);
}

.main_table tr td.active,
.main_table tr td.active a {
    color: #fff;
    background-color: #2ed33d;
    cursor: pointer;
}

.main_table tr th:first-child {
    color: #60aece;
    font-size: 25px;
    font-weight: 500;
}

.main_table.table-bordered td, .main_table.table-bordered th {
    border: 1px solid #959595;
}

.appointments_modal {
    text-align: center;
}

    .appointments_modal p {
        font-size: 38px;
        color: #000;
        line-height: 45px;
        margin-top: 25px;
    }

    .appointments_modal .modal-body {
        padding: 3rem;
    }

        .appointments_modal .modal-body h3 {
            font-size: 50px;
            color: #000;
            font-weight: 500;
            margin: 30px 0;
        }

        .appointments_modal .modal-body input {
            border: 2px solid #000;
            color: #000;
            height: 50px;
            border-radius: 0;
        }

        .appointments_modal .modal-body h3 span {
            color: #2d93c0;
        }

.modal_btnGroup {
    margin-top: 30px;
}

    .modal_btnGroup .btn {
        background-color: #000;
        font-weight: 500;
        font-size: 24px;
        color: #fff;
        padding: 5px 24px;
        min-width: 180px;
        border-radius: 0;
        margin: 0 5px;
    }

.btn.blue_btn {
    background-color: #2d93c0 !important;
    color: #fff;
    font-size: 12px !important;
    line-height: 0px;
    line-height: 16px;
    border-radius: 3px;
    background: #2d93c0;
    line-height: 0px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 160px;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
}

.btn.grey-btn {
    background-color: #dcdcdc !important;
    color: #000 !important;
}

.modal_btnGroup .btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 3px 6px 0px #444;
}

.booking_wrap {
    width: 80%;
    top: 50%;
    left: 50%;
    padding: 25px 25px 40px 25px;
    position: absolute;
    border: 2px solid #ccc;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    transform: translate(-50%,-50%);
}

.booking_details h3 {
    color: #60aece;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbfc8;
}

.booking_form label {
    font-size: 22px;
    color: #60aece;
}

.booking_form .form-control {
    border: 2px solid #bdbfc8;
    font-size: 14px;
    border-radius: 3px;
    color: #9e9e9e;
}

    .booking_form .form-control::placeholder {
        color: #bdbfc8;
    }

.booking_form .form-group {
    margin-bottom: 0.8rem;
}

.booking_instruction h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbfc8;
}

.inst_text {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 25px;
}

.book_btn {
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #419ec5;
    color: #fff;
    font-size: 17px;
    font-size: 12px;
    border-radius: 0;
    padding: 6px 18px;
    border: 2px solid transparent;
    width: 100%;
}

    .book_btn:hover {
        background: transparent;
        color: #00aeee;
        border: 2px solid #00aeee;
        box-shadow: 0 4px 7px 0 #9e9e9e;
        transition: all 0.3s;
    }

.dash_accordian .card {
    padding: 2px;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 0;
    margin-bottom: 10px;
}

.acc_heading_wrap {
    background-color: #419ec5;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

    .acc_heading_wrap h3 {
        float: left;
        font-size: 20px;
        margin-top: 3px;
    }

.acc_tools {
    float: right;
}

    .acc_tools li {
        display: inline-block;
    }

        .acc_tools li a {
            font-size: 18px;
            color: #fff;
            display: inline-block;
            width: 30px;
        }

            .acc_tools li a:hover {
                color: #000;
            }

    .acc_tools .edit_btn {
        width: 60px;
    }

.dash_accordian .collapsed > i:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f324";
}

.acc_content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.appoint_table thead tr {
    background-color: #d8d8d8;
}

.appoint_table tbody tr:nth-child(even) {
    background-color: #c1dce7;
}

.appoint_table tr th {
    font-weight: normal;
}

    .appoint_table tr th:first-child,
    .appoint_table tr td:first-child {
        border-left: 0;
    }

    .appoint_table tr th:last-child,
    .appoint_table tr td:last-child {
        border-right: 0;
    }

.table-responsive {
    border: 1px solid #b8b8b8;
    padding: 2px;
}

.appoint_table td, .appoint_table th {
    padding: 3px .50rem;
    /*padding: 3px .30rem;*/
    font-size: 11px;
    border: 1px solid #b8b8b8;
    border-bottom: 0;
    text-align: left;
    border-top: 0;
    vertical-align: middle;
    padding: 1px 10px !important;
}

.pt_balance li {
    font-size: 20px;
    line-height: 50px;
}

.pt_balance span {
    margin-right: 0;
    min-width: 202px;
    display: inline-block;
}

.table_field {
    padding: 5px 10px;
    border: 2px solid #b8b8b8;
    width: 300px;
}

.show_entries p {
    font-size: 18px;
    color: #000;
}


/*------------------------------------------------------------------
[ Main Form ]*/

.form-group label {
    font-size: 11px;
    color: #111;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    padding-right: 5px;
}

label.radio_label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    color: #111;
    margin-bottom: 0;
    font-size: 11px;
    position: relative;
    top: -4px;
    margin-left: 0px !important;
    line-height:20px !important;
}

.radio_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_label .checkmark {
    position: absolute;
    /*top: 0;
    left: 0;
    height: 15px;
    width: 15px;*/
    top: 4px;
    left: -1px;
    height: 10px;
    width: 10px;
    border: 1px solid #3192bf;
    border-radius: 50%;
}

.radio_label input:checked ~ .checkmark {
    border: 1px solid #3192bf;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_label input:checked ~ .checkmark:after {
    display: block;
}

.radio_label .checkmark:after {
    /*top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;*/
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3192bf;
}

/* CheckBox Styling */

.family_selection .checkbox_label {
    color: #3192bf;
    font-size: 11px;
}

.checkbox_label .checkmark {
    border-radius: 0;
    top: 3px;
}
div#icd10favlist span.checkmark {
    top: 2px;
}
div#cpt_primarycode .radio_label {
    color: #000;
}

    .checkbox_label .checkmark:after {
        font-family: "Font Awesome 5 Pro";
        border-radius: 0;
        content: "\f00c";
        font-size: 10px;
        color: #111;
        background-color: transparent;
        top: -6px;
        left: -1px;
    }

/* CheckBox Styling End */


.patient_form .member_dt .form-group {
    margin-bottom: 0;
}

.patient_form .form-group {
    margin-bottom: 0.3rem;
}

    .patient_form .form-group .form-control {
        border: 1px solid #777;
        border-radius: 2px;
        color: #111;
        font-size: 13px;
        font-size: 11px;
        /*height: calc(1.3em + .75rem + 2px);*/
        height: calc(1.3em + 0rem + 2px);
    }

    .patient_form .form-group textarea.form-control {
        height: auto;
    }

.buttons_group {
    /*text-align: center;*/
    text-align: left;
    margin-top: 150px;
    margin-bottom: 60px;
}

    .buttons_group .btn {
        font-size: 12px;
        color: #fff;
        min-width: 160px;
        margin: 0 5px;
        border-radius: 0;
        background-color: #000;
        text-transform: uppercase;
        font-weight: 500;
        font-weight: 400;
        padding: 0px;
        border-radius:3px;
        width:190px;
    }

.buttons_group .btn:hover,
.upload_btn_group .btn:hover {
    box-shadow: 0px 1px 7px 1px #999;
    background-color: #fff !important;
    color: #2d93c0;
    border-radius:3px;
}


.buttons_group2 {
    width:100%;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
}

    .buttons_group2 .btn {
        font-size: 12px;
        color: #fff;
        min-width: 100px;
        margin: 0 5px;
        border-radius: 0;
        background-color: #000;
        text-transform: uppercase;
        font-weight: 500;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 3px;
    }

.buttons_group2 .btn:hover  {
    box-shadow: 0px 1px 7px 1px #999;
    background-color: #fff !important;
    color: #2d93c0;
    border-radius:3px;
}


.print_section {
    text-align: center;
}

.upload_btn_group .btn {
    color: #fff;
    margin: 0 5px;
    border-radius: 0;
    background-color: #000;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.form_heading {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 10px 0;
    margin-bottom: 40px;
}

    .form_heading h3 {
        font-size: 24px;
        color: #3192bf;
        margin-top: 4px;
        font-weight: 500;
    }

.takePic_group .btn {
    font-size: 16px;
}

    .takePic_group .btn i {
        margin-right: 5px;
    }

.date_icon {
    float: right;
    font-size: 25px;
    color: #00aeff;
    margin: -37px 55px 0px 0;
}

.cardHeading {
    text-align: center;
}

    .cardHeading h3 {
        font-size: 30px;
        color: #00384e;
        font-weight: 500;
        position: relative;
        display: inline-block;
    }

        .cardHeading h3:before,
        .cardHeading h3:after {
            height: 1px;
            top: 19px;
            width: 160px;
            background-color: #959595;
            position: absolute;
            content: "";
        }

        .cardHeading h3:before {
            left: -175px;
        }

        .cardHeading h3:after {
            right: -175px;
        }

.input_icon {
    float: right;
    font-size: 20px;
    color: #00aeff;
    margin: -35px 15px 0px 0;
}

.section_heading {
    font-size: 24px;
    color: #3192bf;
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    position: relative;
}

    .section_heading span {
        position: relative;
        color: #3192bf;
        z-index: 99;
        top: 0;
        display: inline-block;
        background: #fff;
        padding-right: 20px;
        font-weight: 400;
    }

    .section_heading:after {
        position: absolute;
        height: 1px;
        width: 100%;
        /*background-color: #999;*/
        background-color: #3192bf;
        left: 0;
        content: "";
        top: 16px;
    }


.text-body {
    color: #212529 !important;
    border: 0px !important;
    border-bottom: #b8b8b8 solid 1px !important;
    border-radius: 0px !important;
    height: 18px;
}
.phone_field .form-control {
    display: inline-block;
}

.phome_field-1 {
    width: 20%;
}

.phome_field-2 {
    width: 78%;
    float: right;
}

.multiSelection hr {
    margin: 0rem 0 0.3rem;
}

.form_bottom_section h3 {
    font-size: 20px;
    color: #3192bf;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    font-weight: 500;
}

.form_bottom_section ul li {
    font-size: 20px;
    color: #848080;
    line-height: 40px;
}

    .form_bottom_section ul li span {
        display: inline-block;
        margin-right: 20px;
        min-width: 150px;
    }

.valu_label {
    margin-right: 10px;
    width: 26%;
    color: #9e9e9e !important;
    margin-top: 8px;
}

.formButton_group .btn {
    color: #fff;
    text-transform: uppercase;
    background-color: #52a4c9;
    font-family: 'Roboto', sans-serif;
}

.sending_field input {
    width: 80%;
    display: inline-block;
    height: 45px;
}

.sending_field .btn {
    font-family: 'Roboto', sans-serif;
    background-color: #3192bf;
    color: #fff;
    font-size: 21px;
    margin-top: -2px;
    margin-left: 15px;
    padding: 6px 3%;
}

    .sending_field .btn:hover {
        background-color: #231f20;
    }

.message_btnGroup .btn {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #3192bf;
    font-weight:300;
}

    .message_btnGroup .btn.blackBtn {
        background-color: #000;
    }

    .message_btnGroup .btn:hover {
        box-shadow: 0px 1px 7px 1px #999;
        background-color: #fff !important;
        color: #2d93c0;
    }

.greyBg {
    background-color: #ededed;
}

.users_names ul li {
    display: inline-block;
}

.users_names ul .btn {
    background-color: #e1e1e1;
    color: #2d93c0;
    border-radius: 0;
    padding: 0 20px;
}

    .users_names ul .btn:hover {
        background-color: #444;
        color: #fff;
    }

.password_policy {
    font-size: 18px;
    color: #4a4143;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    margin-bottom: 40px;
}



/*  Sticky Sidebar  */

.fixedSidebar {
    /*position: fixed;*/
    top: 0;
    /*height: 100% !important;*/
    height: 100vh !important;
}

/*------------------------------------------------------------------
[ Staf Interface ]*/

.editor_heading {
    color: #2d93c0;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}


.editor-menu li {
    display: inline-block;
    text-align: center;
}

    .editor-menu li a {
        font-size: 13px;
        display: block;
        padding: 0 25px;
        position: relative;
    }

        .editor-menu li a span {
            display: block;
            font-size: 12px;
            font-family: 'Roboto', sans-serif;
        }

        .editor-menu li a:after {
            position: absolute;
            content: "";
            height: 45px;
            width: 1px;
            background-color: #a1a1a1;
            left: 0;
            top: 0;
        }

    .editor-menu li:first-child a:after {
        position: static;
    }

.compose .compose-body .editor.btn-toolbar {
    margin: 0
}

.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}

.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.editor-wrapper {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.disc_table .table th,
.disc_table .table td {
    text-align: left;
}

.disc_table .appoint_table tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #b8b8b8;
}

    .disc_table .appoint_table tbody tr:last-child {
        border-bottom: 0;
    }

    .disc_table .appoint_table tbody tr:hover {
        background-color: #3192bf;
        color: #fff
    }

.calender_sorting {
    background-color: #3192bf;
    padding: 15px;
}

.small_btnGroup {
    display: inline-block;
}

    .small_btnGroup .btn {
        background: #231f20;
        color: #fff;
        border-radius: 0;
        font-size: 18px;
        padding: 0 6px;
    }

        .small_btnGroup .btn:hover {
            color: #3192bf;
            background-color: #fff;
        }

.date_heading {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 5px 0 0 20px;
}

#show_box {
    display: none;
}

/* Secure Page */

.log_wrap {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url("../images/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.user_avatar {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}

    .user_avatar img {
        width: 100%;
    }

.user_log {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .user_log .user_name {
        font-size: 35px;
        color: #fff;
        margin-top: 20px;
    }

.log_wrap .form-control {
    border-radius: 0;
    height: calc(2em + .75rem + 2px);
}

.log_btn {
    border-radius: 0;
    background: #f4f4f4;
    float: right;
    margin: -46px 0 0;
    color: #898989;
    font-size: 22px;
    padding: .310rem 17px .380rem;
    border-left: 2px solid #dbdbdb;
    transition: all 0.2s;
}

    .log_btn:hover {
        background: #2695c2;
        color: #fff;
    }

    .log_btn i {
        transition: all 0.2s;
    }

    .log_btn:hover i {
        transform: translateX(5px);
        transition: all 0.2s;
    }

.log_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 50px 15px;
}

.log_logo {
    width: 250px;
    float: left;
}

.log_icon {
    float: right;
    margin: -20px 0 0;
}

    .log_icon a {
        font-size: 60px;
        color: #fff;
    }

.medical_heading {
    font-size: 20px;
    color: #3192bf;
    font-weight: 500;
    background-color: #fff;
    margin: 30px 0px 20px;
}

.add_btn {
    text-align: right;
    margin-top: 10px;
}

    .add_btn a {
        color: #3192bf;
        font-size: 20px;
    }

.srch_bth {
    float: right;
    /*margin: -32px -8px 0 0;*/
    margin: -36px -4px 0 0;
    margin-top: -25px !important;
}

.icd-col-ac tr td:nth-child(1) {
    width: 15%;
    text-align: center;
}
.icd-col-ac tr td:nth-child(3) {
    width: 10%;
    text-align: center;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.entries_box {
    float: right;
    margin-top: 5px;
}

    .entries_box select {
        margin: 0 10px;
        color: #000;
        width: 50px;
    }

    .entries_box span {
        color: #2695c2;
    }

.pagiNation .page-link:hover,
.pagiNation .page-link.active {
    background: #2695c2;
    color: #fff;
}

.pagiNation .page-link {
    margin-left: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: 0;
    color: #000;
    font-size: 16px;
}

.table_btn {
    background: #2a2a2b;
    color: #fff;
    border-radius: 0;
    padding: 0 13px;
    display: inline-block;
    margin: 0 2px;
    font-size: 13px;
}

.btn_blue {
    /*background: #52a4c9;*/
    line-height: 0px;
    line-height: 16px;
    border-radius: 3px;
    background: #2d93c0;
    line-height: 0px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 160px;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
}

.table_btn:hover {
    box-shadow: 0px 1px 7px 1px #999;
    background-color: #fff !important;
    color: #2d93c0;
}

.date_btn {
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    background: #52a4c9;
    padding: 0 8px;
    line-height: 26px;
}

.followUp_row .form-group p {
    font-size: 15px;
}

select#encountertype_id {
    height: calc(1em + .2rem + 2px) !important;
    font-size: 13px;
    padding-top: 0px;
}
label.radio_label.d-inline-block.mt-2.mr-3 {
    padding-top: 0px;
}

label.radio_label.checkbox_label {
    padding-top: 0px;
    margin-top:0px !important;
}

.followUp_row .appoint_table tr th {
    min-width: 150px;
}

.followUp_row .table thead th {
    vertical-align: middle;
}

.followUp_row .form-group {
    margin-bottom: 0rem
}

.followUp_row .appoint_table thead tr {
    background-color: #f0f0f0;
}

.followUp_row .table thead th,
.followUp_row .table tbody td {
    border-bottom: 1px solid #939393;
    text-align: left;
}

.followUp_row .table-responsive {
    border: none;
}

.followUp_row .appoint_table td,
.followUp_row .appoint_table th {
    border: none;
}

.followUp_row .appoint_table tbody tr {
    background: #fff !important
}


.file-upload {
    position: relative;
    overflow: hidden;
    border-radius: 0px !important;
    background: #52a4c9;
    font-size: 13px;
    float: left;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none;
    padding: 5px 30px !important;
    font-weight: 500;
    display: inline-block;
    /* vertical-align: middle; */
    margin: 0;
}

    .file-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn-save {
    padding: 5px 30px;
    font-size: 13px;
    background: #292929;
    border-radius: 0;
    color: #fff;
    border: 0;
    margin-left: 10px;
    float: left;
    /* min-width: 150px; */
}

    .btn-save:hover {
        background: #fff;
        box-shadow: 0px 1px 7px 1px #999
    }

.uploadTable_details {
    margin-top: 10px;
    margin-bottom: 50px;
}

.upload_dataHeading h3 {
    font-size: 30px;
    font-weight: 500;
    color: #3192bf;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.uploadTable_details .radio_label .checkmark {
    background: #fff;
}

.checkbox_label.above_checked {
    text-align: left;
    color: #000;
    font-size: 16px;
}

    .checkbox_label.above_checked .checkmark:after,
    .checkbox_label.below_checked .checkmark:after,
    .checkbox_label.normal_checked .checkmark:after {
        color: #fff;
    }

    .checkbox_label.above_checked .checkmark {
        background: #ff0000;
        border-color: #ff0000;
    }

.checkbox_label.below_checked {
    text-align: left;
    color: #000;
    font-size: 16px;
}

    .checkbox_label.below_checked .checkmark {
        background: #0000ff;
        border-color: #0000ff;
    }

.checkbox_label.normal_checked {
    text-align: left;
    color: #000;
    font-size: 16px;
}

    .checkbox_label.normal_checked .checkmark {
        background: #39b54a;
        border-color: #39b54a;
    }

.check_input {
    border: 1px solid #b3b3b3;
    font-size: 12px;
    padding: 2px 0 2px 10px;
    margin-left: 0;
}

.state_wrap .border-bottom,
.state_wrap .border-right {
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #c2c2c2 !important;
}

.state_heading h3 {
    color: #3192bf;
    font-size: 15px;
}

.order_table .table th,
.order_table .table td {
    min-width: 170px;
}

.receipt_wrap ul li {
    margin-bottom: 25px;
}

.receipt_wrap h4 {
    font-size: 20px;
    color: #3192bf;
    margin-bottom: 10px;
}

.receipt_wrap span {
    font-size: 18px;
    color: #9e9e9e;
    display: block
}

.currency_field {
    display: flex;
    align-items: center;
}

    .currency_field .form-control {
        max-width: 80px;
        margin-left: 5px;
    }

.modal-form .form-group label {
    text-align: left;
}

.modal-body .modal-form h3 {
    font-size: 38px;
    margin-top: 0;
}

.modal-form .srch_bth {
    margin: -45px 0 0;
    font-size: 20px;
}

.group-list {
    border: 1px solid #d7d7d7;
    /* padding: 15px;
    min-height: 400px;*/
    padding: 12px;
    min-height: 225px;
}

    .group-list .nav li {
        display: block;
        width: 100%;
        /*padding: 8px 0;*/
        padding: 0px 0;
        border-bottom: 1px solid #8ec2da;
    }

        .group-list .nav li:last-child {
            border-bottom: 0;
        }

        .group-list .nav li > a {
            font-size: 18px;
            position: relative;
            display: block;
        }

            .group-list .nav li > a.active {
                color: #3192bf;
            }

.nav_icons {
    position: absolute;
    right: 0;
    margin-top: -25px;
    margin-right: 36px;
}

    .nav_icons a {
        font-size: 16px;
        padding: 0 3px;
    }

.group_field {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

    .group_field input {
        margin-right: 20px;
        border-color: #b7b4b4;
    }

    .group_field a {
        font-size: 20px;
        color: #3192bf;
    }

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 7px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput .tag {
        background-color: #5bc0de;
        position: relative;
        max-width: 100%;
        word-wrap: break-word;
        color: #fff;
        padding: 2px 10px 3px 5px;
        border-radius: 2px;
        margin: 0 5px 5px 0;
    }

.fav_add_btn {
    font-size: 20px;
    color: #3192bf
}

.order_wrap {
    display: none;
}

.vital_box {
    min-width: 50%;
}

.tabNave .nav-item {
    margin-right: 10px;
}

    .tabNave .nav-item a {
        display: inline-block;
        background: #3192bf;
        letter-spacing: 0.5px;
        border-radius: 7px 7px 0 0px;
        padding: 6px 16px 7px;
        border-top: 5px solid #2d7293;
        color: #fff;
    }

        .tabNave .nav-item a:hover,
        .tabNave .nav-item a.active {
            background: #444;
            border-color: #222;
        }

.tabNave .nav {
    border-bottom: 1px solid #ccc;
}

.sub_heading {
    color: #3192bf;
    font-weight: 500;
    margin-bottom: 20px;
}

.result_heading {
    font-size: 24px;
    color: #fff;
    background-color: #4a4a4a;
    padding: 9px 10px;
}

.border-right-grey {
    border-right: 1px solid #b1b1b1;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #f0f0f0;
}

.sender-info img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.heading-inbox h4 {
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.sender-info {
    margin-bottom: 20px;
}

    .sender-info strong {
        font-size: 14px;
        font-weight: 500;
    }

    .sender-info span {
        font-size: 14px;
    }

.view-mail p {
    margin-bottom: 10px;
    color: #000;
}

.attachment-mail {
    margin-top: 30px;
}

    .attachment-mail p {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .attachment-mail p a {
            color: #3192bf;
        }

    .attachment-mail ul {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .attachment-mail ul li {
            float: left;
            width: 150px;
            margin-right: 10px;
            margin-bottom: 10px;
            font-size: 14px;
        }

            .attachment-mail ul li a {
                color: #3192bf;
            }

            .attachment-mail ul li img {
                width: 100%;
            }

    .attachment-mail .file-name {
        float: left;
    }

    .attachment-mail ul li span {
        float: right;
    }

    .attachment-mail .links {
        width: 100%;
        display: inline-block;
        font-size: 14px;
    }


.table-inbox tr td,
.table-inbox tr th {
    padding: 6px !important;
    font-size: 12px;
    min-width: 100px;
    color: #000;
}

.table-inbox.orders_listNew tr td,
.table-inbox.orders_listNew tr th {
    min-width: 40px !important;
}

.table-inbox tr td a {
    color: #3192bf;
    font-size: 12px;
}

.cr_btn {
    color: #3192bf;
}

.datepicker-inline {
    width: auto;
    color: #fff;
}

.calendarWrap .datepicker {
    background: #3192bf;
}

.calendarWrap .datepicker th {
    font-weight: 500;
}

.calendarWrap .datepicker td,
.calendarWrap .datepicker th {
    font-size: 14px;
}

.calendarWrap .datepicker td:hover,
.calendarWrap .datepicker th:hover {
    color:#000;
}

.calendarWrap .datepicker table tr td.new,
.calendarWrap .datepicker table tr td.old {
    color: #fff;
}

.calendarWrap .datepicker table tr td.day.focused,
.calendarWrap .datepicker table tr td.day:hover {
    color: #000;
}

.calendarWrap .datepicker table thead {
    border-bottom: 1px solid #fff;
}

.view-mail h4 {
    font-size: 22px;
    color: #3192bf;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
}

#myTable.appoint_table td,
#myTable.appoint_table th,
#myTable2.appoint_table td,
#myTable2.appoint_table th {
    border: 0;
}

table.dataTable.no-footer {
    border-color: #ccc;
}

.filter_form .form-group .form-control {
    border: 1px solid #bdbfc8;
    color: #9e9e9e;
    font-size: 14px;
    height: calc(1.8em + .75rem + 1px);
}

.filter_acc {
    min-height: auto;
    margin-bottom: 50px;
}

#myTable_wrapper #myTable_filter {
    display: none;
}

#myTable_wrapper .dataTables_length {
    margin-bottom: 20px;
}

.smallBtn_group .btn.btn_blue {
    background: #3aa7da;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
}

    .smallBtn_group .btn.btn_blue:hover {
        background: #444;
    }

.mark_sign {
    text-align: right;
    margin: 0 30px 0;
    float: right;
}

    .mark_sign label {
        color: #fff;
    }

    .mark_sign .radio_label .checkmark {
        border: 1px solid #fff !important;
    }

    .mark_sign .checkbox_label .checkmark:after {
        color: #fff;
    }

/*=====================
  Quick Note Demo Styling
=======================*/

#quickNoteWrapp h2.first_heading {
    padding: 7px 0 7px 15px;
    font-size: 18px;
}

#quickNoteWrapp .patient_form .form-group {
    margin-bottom: 0.5rem;
}

#quickNoteWrapp .family_selection .checkbox_label,
#quickNoteWrapp .form-group label,
#quickNoteWrapp label.radio_label {
    font-size: 12px;
}

/*=====================
  Quick Note Demo Styling
=======================*/

/* Clinical Time Management */

.timeTabsNave .nav {
}

    .timeTabsNave .nav li + li {
        margin-left: 20px;
    }

    .timeTabsNave .nav li a {
        background: #dedede;
        border-radius: 50px;
        padding: 5px 20px;
        font-size: 13px;
        color: #444;
        text-transform: uppercase;
        border: 1px solid #444;
        font-weight: 500;
    }

        .timeTabsNave .nav li a.active,
        .timeTabsNave .nav li a:hover {
            background: #3192bf;
            border-color: #3192bf;
            color: #fff;
        }

.tabsDetailWrap {
    padding: 20px;
    border: 1px solid #d7d7d7;
    margin-top: 40px;
}


    .tabsDetailWrap .form-group {
        margin-bottom: 1rem;
    }

        .tabsDetailWrap .form-group label {
            font-size: 14px;
        }

.timeWrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #444;
}

.timeWrap .add_btn {
    margin: 0;
}

.delete_btn {
    margin: 0;
}

    .delete_btn a {
        color: #C70039;
    }

.timeWrap hr {
    margin: 15px 0 25px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 576px) {
}

.modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
}


@media screen and (min-width: 768px) and (max-width: 1335px) {

    .navbar-brand img {
        max-width: 160px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .nav_admin li a {
        font-size: 11px;
    }

        .nav_admin li a i {
            font-size: 13px;
        }
}

@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}




/* Form Builder CSS */
.form-rendered #build-wrap {
    display: none;
}

.render-wrap {
    display: none;
}

.form-rendered .render-wrap {
    display: block;
}

#edit-form {
    display: none;
    float: right;
}

.form-rendered #edit-form {
    display: block;
}



.minWidth {
    min-width: 180px;
}

.fav_star {
    /*font-size: 20px;*/
    color: #999
}

    .fav_star:hover,
    .add_fav_star {
        color: #DC143C;
    }

tbody#icd10codes tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.favorite-hd  tr th{
    font-weight: 600;
    text-align: center;
    padding-bottom:0px;
}
.favorite-hd tr th:nth-child(2) {
    text-align: left;
}
.searh-diagnois {
    /*height: calc(1em + .75rem + 2px) !important;*/
    /*height: calc(1em + .75rem + 10px) !important;*/
    height: calc(.1em + .75rem + 10px) !important;
}
.fa-search {
    font-size: 12.5px;
}
.favorite_listBox {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; 
    padding-bottom: 5px;
    padding-top: 5px;*/
    position: relative;
    border-bottom: 1px solid #ccc;
}

.fav_desc_text {
    font-size: 11px;
    margin: 0 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .fav_desc_text span {
        font-size:11px;
    }

.favorite_listBox label.radio_label {
    font-size:11px;
    min-width: 70px;
    padding-top:0px;
}

.fav_act_btn a {
    color: #3192bf;
    position: absolute;
    right: 0;
    top: 1px;
}

.scrolable_table th,
.scrolable_table td {
    min-width: 150px;
}

.scrolable_table .fa-check-circle {
    color: #28B463;
}

.scrolable_table .far.fa-check-circle {
    color: #999;
}

.add_new li a {
    width: auto
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 15px;
}

.owl-theme .owl-nav i {
    font-size: 22px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #999;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.family_dt label {
    min-width: 150px;
}


.form-rendered #edit-form {
    display: block;
}

.closeBtn {
    font-size: 17px !important;
    min-width: 100px !important;
}

#ModalMessage {
    text-align: center;
    color: #2d93c0;
    font-size: 22px;
}

.modalWrap .modal-dialog {
    max-width: 80%;
}


/* Center the loader */

.loader-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 10;*/
    z-index:9999;
}

.loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#preLoader {
    z-index: 11;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.rowpadding tr td {
    padding: 0px 10px 10px 0;
}

.cancel {
    border: 1px solid gray;
}

.lead {
    padding-bottom: 20px;
}

.green-dot {
    height: 7px;
    width: 7px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
}

.red-dot {
    height: 7px;
    width: 7px;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

#image-modal1 .modal-content {
    background: transparent;
    border: none
}

#image-modal2 .modal-content {
    background: transparent;
    border: none
}

#image-modal3 .modal-content {
    background: transparent;
    border: none
}

.card-image {
    background: #fff;
}

#showSubstanceBox1,
#showSubstanceBox3,
#showSubstanceBox4,
#showSubstanceBox5,
#showDUIBox {
    display: none;
}

#show_box1, #show_box2, #show_box3, #show_box4 {
    display: none;
}

.show_box5, .showSubstanceBox2, .showSubstanceBox6 {
    display: none;
}

.tableHeaderRow label {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.tableHeaderRow {
    background: #3192bf;
}

.totalSubHeading {
    text-align: right;
}

    .totalSubHeading label {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        background: #2c3e50;
        padding: 5px 10px;
    }

.form_bottom_section ul.scoreList li {
    line-height: 30px;
    font-size: 16px;
}

    .form_bottom_section ul.scoreList li span {
        color: #2d93c0;
        color:#111;
    }

.rangeTablehead {
    background: #f3f3f3;
    /*margin-bottom: 10px;*/
}

    .rangeTablehead label {
        color: #2C3E50;
        color: #000;
        font-size: 13px;
        font-size: 12px;
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
        padding: 5px 0;
    }

.file-upload2 {
    width: 100%;
    text-align: center;
    padding: 9px 0 !important;
}

.appoint_table1 thead tr {
    background-color: #d8d8d8;
}

.appoint_table1 tr th {
    font-weight: normal;
}

    .appoint_table1 tr th:first-child,
    .appoint_table1 tr td:first-child {
        border-left: 0;
    }

    .appoint_table1 tr th:last-child,
    .appoint_table1 tr td:last-child {
        border-right: 0;
    }

.appoint_table1 td, .appoint_table1 th {
    padding: 3px .50rem;
    font-size: 11px;
    border: 1px solid #b8b8b8;
    /*border-bottom: 0;*/
    text-align: left;
    border-top: 0;
    vertical-align: middle;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

#tbodymessages .unread {
    background-color: aliceblue;
    font-weight: bold;
}

#tbodymessages .read a {
    color: #6c757d;
}

.row-hilight {
    background-color: rgba(0,0,0,.075);
}



input::-ms-reveal,
input::-ms-clear {
    display: none;
}

app-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    position: absolute;
    background: #3192bf;
    opacity: 1;
    text-align: center;
    font-size: large;
    padding-top: 25%;
    font-weight: bold;
}
}

.ros-table tr td {
    vertical-align:middle;
}

.current-appointment-table table td:last-child,
.current-appointment-table table th:last-child {
    text-align: center;
}


.navbar-brand img {
    max-width: 160px;
}

.set-scroll {
    /*max-height: 500px;*/
    max-height: 320px;
    overflow: auto;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
}

.text-error-field {
    position: absolute;
    bottom: -7px;
    left: 64px;
}

.dataTables_length {
    margin-bottom: 10px;
}

.form-wrap.form-builder .frmb .form-field .form-group {
    width: auto !important;
}

.form-wrap.form-builder .frmb .form-field .form-group.w-100 {
    width:100% !important;
}

.form-wrap.form-builder .frmb .prev-holder .form-group > label:not([class='formbuilder-checkbox-label']) {
    display:block !important;
}

.form-wrap.form-builder .frmb .prev-holder .form-group > label.formbuilder-pe-label,
.form-wrap.form-builder .frmb .prev-holder .form-group > label.formbuilder-ros-label,
.form-wrap.form-builder .frmb .prev-holder .form-group > label.formbuilder-mse-label
.form-wrap.form-builder .frmb .prev-holder .form-group > label.formbuilder-radio-group-label {
    display: none !important;
}

.pe-form table {
    width: 100%;
}

.pe-form table tr td {
    padding:5px 10px;
}

.formbuilder-radio {
    margin-right:15px;
}

.formbuilder-radio,
.formbuilder-radio label {
    display: inline-block;
}

#edit-PhoneContact {
    position: absolute;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
    font-size:12px;
}

#edit-Email {
    position: absolute;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 12px;
}
.mse-table .form-control {
    height: calc(.5em + .75rem + 2px);
    font-size:13px;
    display:inline-block;
    width:auto;
}
.pull-right{
    text-align:right;
}
.sidebar-container1 {
    width: 210px;
    background: #3192bf;
    padding: 15px;
    padding-bottom: 50px;
    position: absolute;
    height: 84%;
    margin-left: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-container1 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    /* text-align: center; */
    margin-bottom: 35px;
}


@media screen and (max-width: 1600px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .doyou {
        flex: 0 0 20.666667% !important;
        max-width: 20.666667% !important;
    }

    .stag {
        flex: 0 0 12.333333% !important;
        max-width: 12.333333% !important;
    }

    .cutSeHiour {
        flex: 0 0 17.333333% !important;
        max-width: 17.333333% !important;
    }

    .se-dia ul li {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1536px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .doyou {
        flex: 0 0 23.666667% !important;
        max-width: 23.666667% !important;
    }

    .stag {
        flex: 0 0 12.333333% !important;
        max-width: 12.333333% !important;
    }

    .cutSeHiour {
        flex: 0 0 17.333333% !important;
        max-width: 17.333333% !important;
    }

    .se-dia ul li {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1440px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .doyou {
        flex: 0 0 23.666667% !important;
        max-width: 23.666667% !important;
    }

    .stag {
        flex: 0 0 12.333333% !important;
        max-width: 12.333333% !important;
    }

    .cutSeHiour {
        flex: 0 0 17.333333% !important;
        max-width: 17.333333% !important;
    }

    .se-dia ul li {
        margin-right: 20px !important;
    }
} 



@media screen and (max-width: 1366px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }
    .doyou {
        flex: 0 0 24.666667% !important;
        max-width: 24.666667% !important;
    }
    .stag {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }
    .cutSeHiour {
        flex: 0 0 18.333333% !important;
        max-width: 18.333333% !important;
    }
    .se-dia ul li {
        margin-right: 20px !important;
     }
}

@media screen and (max-width: 1280px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .doyou {
        flex: 0 0 26.666667% !important;
        max-width: 26.666667% !important;
    }

    .stag {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }

    .cutSeHiour {
        flex: 0 0 19.333333% !important;
        max-width: 19.333333% !important;
    }

    .se-dia ul li {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .hmpre {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .doyou {
        flex: 0 0 26.666667% !important;
        max-width: 26.666667% !important;
    }

    .stag {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }

    .cutSeHiour {
        flex: 0 0 19.333333% !important;
        max-width: 19.333333% !important;
    }

    .se-dia ul li {
        margin-right: 20px !important;
    }
} 