body {
    font-family: 'Roboto', sans-serif;
}

p, a, span {
    font-size: 14px;
}

/*a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}*/

    a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }

.padding-0 {
    padding: 0;
}

.username {
    font-weight: 500;
    color: var(--secondary-color);
    margin-right: 10px;
}
.atp-logo-header{
        border-left: solid 1px #dedede;
    display:inline-block; 
}

.sec_box a,.sec_box{
    color:#212529;
}

ul.inner_ul {
    min-height: 118px;
}
ul.inner_ul {
    min-height: 118px;
}
.login-signup {
    position: absolute;
    right: 0;
    min-width: 328px;
}

    .login-signup a {
        font-size: 12px;
    }

.navbar-toggler i {
    color: var(--secondary-color);
    font-size: 20px;
}

.soft-hidden {
    display: none;
}

.alert-msg {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    padding: 32px 10px 32px 10px;
    font-size: 13px;
    z-index: 100000;
    width: 350px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 0px 2px #666;
}

    .alert-msg p {
        margin: 0;
        font-size: 14px;
    }

.alert-msg-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
    text-shadow: none;
}

.alert-msg-heading {
    font-size: 17px;
}

.alert-msg.success-alert {
    border: solid 2px #A4E3A4;
    background-color: rgba(26, 156, 26, 0.9);
}

.alert-msg.success-notification-alert {
    border: solid 3px #FFF;
    background-color: rgba(26, 156, 26, 0.9);
}

.alert-msg.error-alert {
    border: solid 3px #FFF;
    background-color: rgba(33, 141, 159, 0.9);
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.4 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #bd1135;
}

    .dropdown-item:hover i, .dropdown-item:focus i {
        color: #fff;
    }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 6px !important;
}


.pageMargin {
    margin-bottom: 30px;
}

.pageMargin2 {
    margin-bottom: 15px;
}



.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 11;
    display: none;
    top: 0;
    bottom: 0;
}

.spinner {
    margin: 330px auto;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #cb4949;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



.mainNavBar .bg-dark {
    background-color: #f7f7f7 !important;
    box-shadow: inset 0px -5px 5px #ececec;
}

.mainNavBar .navbar-dark .navbar-nav .nav-link {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    text-align: center;
}

    .mainNavBar .navbar-dark .navbar-nav .nav-link:focus, .mainNavBar .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--primary-color);
    }

.mainNavBar li.actvNav a.nav-link,
.navbar-nav li.actvNav a {
    color: var(--primary-color) !important;
}

.rgtbtmNav .navbar-nav a,
.rgtbtmNav .navbar-nav a:hover {
    padding: 0.85rem 0;
    text-decoration: none;
}

.mainNavBar .navbar-brand img {
    width: 124px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.user_identify .dropdown-menu.show {
    display: block;
    right: 0;
    left: auto !important;
    border-radius: 0;
    border: solid 1px var(--secondary-color);
}

.user_identify li i {
    color: #666;
    margin-left: -10px;
    margin-right: 5px;
}

.user_identify img.login {
    max-width: 43px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    border: solid 1px #ccc;
    border-radius: 10px !important;
}

.user_identify li span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    text-align: center;
    top: -50px;
}

.user_identify {
    margin-left: auto;
    float: right;
    margin-right: 100px;
    position: relative;
}

    .user_identify li {
        border: none !important;
    }

.mainNavBar #collapsibleNavbar {
    position: relative;
    padding-left: 1rem;
    justify-content: flex-end;
}

.mainNavBar .navbar-expand-md .nav-item {

    width: 114px;
    position: relative;
}

.mainNavBar .navbar-expand-md .nav-item:last-child {
    width:auto;
}

    .mainNavBar .navbar-expand-md .nav-item:first-child {
        
    }

.mainNavBar .navbar-expand-md .navbar-nav .nav-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .mainNavBar .navbar-expand-md .navbar-nav .nav-link i {
        display: block;
        text-align: center;
        font-size: 25px;
        color: #7688a4;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.nav-item.actvNav .nav-link,
.navbar-nav li.actvNav a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #eee;
}

    .nav-item.actvNav .nav-link,
    .navbar-nav li.actvNav a i {
        color: var(--primary-color) !important;
    }

.rgtbtmNav li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 12px;
}

.rgtbtmNav li.actvNav a {
    background: var(--secondary-color);
    color: #fff !important;
    box-shadow: 0px 5px 0px var(--primary-color);
}

.user-menu {
    font-size: 13px !important;
    color: var(--primary-color) !important;
    padding-bottom: 3px !important;
    padding: 0 !important;
}

    .user-menu:after {
        font-size: 16px;
        vertical-align: 0;
        position: absolute;
        bottom: 6px;
        color: var(--secondary-color);
    }

.fixed-nav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 5px 5px #ccc;
}

.fixed-nav-bar .navbar-brand img {
    width: 120px;
    height: 56px;
}

    .fixed-nav-bar #collapsibleNavbar {
        top: 0;
    }

    .fixed-nav-bar .user_identify li span {
        top: -15px;
    }

    .fixed-nav-bar .user_identify img.login {
        max-width: 34px;
    }

    .fixed-nav-bar .user-menu {
        padding-bottom: 0 !important;
    }

    .fixed-nav-bar .user_identify {
    }

.bottomNavBar .breadcrumb {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.bottomNavBar {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
    content: ">";
    font-weight: 700;
}

.bottomNavBar div {
    width: 50%;
}

    .bottomNavBar div.rgtbtmNav {
        display: flex;
        text-align: right;
    }

.rgtbtmNav .navbar-nav {
    flex-direction: row;
    margin-left: auto;
    padding: 0;
}

    .rgtbtmNav .navbar-nav li {
        border-left: solid 1px #ccc;
        text-align: center;
    }

        .rgtbtmNav .navbar-nav li a {
            width: 130px;
            display: inline-block;
        }
/* end of navbar*/
.search-conditions {
    border-right: none !important;
    border-left: none !important;
}

.conditionScroll {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #959595;
}

.card-block .head {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.ContentWraper .filtersBar .card-block {
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

.accordion-head {
    cursor: pointer;
}

.card-block .head {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: var(--secondary-color);
    font-weight: 500;
    border-left: solid 4px;
    background: #f1f4f9;
}

    .card-block .head:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f4f9+0,cadbf7+100 */
        background: #f1f4f9; /* Old browsers */
        background: -moz-linear-gradient(top, #f1f4f9 0%, #cadbf7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f1f4f9 0%,#cadbf7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f1f4f9 0%,#cadbf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f9', endColorstr='#cadbf7',GradientType=0 ); /* IE6-9 */
    }

.mainLabel {
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin-top: 0.5rem;
    width: 100%;
}

.filterBox {
    padding: 10px 15px;
    background: #fff;
}

.filtersBar {
    border-right: 1px solid #ccc;
    background: #eee;
    box-shadow: 7px 0px 5px #eee;
}

.DctrInfoSect {
    padding-top: 1rem;
}
.country {
    display: flex;
    align-items: center;
}
    .country .flag{
        margin-right:7px;
    }
    .country select {
        font-size: 12px;
    }
        .country select:focus{
            outline:none;
            box-shadow:none;
        }
        .alert {
            border-radius: 0;
            margin: 0;
        }
.alert-sm {
    font-size: 12px;
}
button.close{
    font-size:1rem;
}
.AppointmentType.active, .AppointmentType:active, .AppointmentType:focus {
    background-color: var(--primary-color);
    box-shadow: none;
    color: #fff;
}

.conditionsbox {
    min-height: 240px;
}

.doctors-conditions-scroll {
    height: 180px;
}

.list-group.condtnBlck .list-group-item {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    color: var(--secondary-color);
    border: none;
    background: transparent;
    padding-left: 20px;
}

    .list-group.condtnBlck .list-group-item i {
        margin-right: 0.5rem;
        color: var(--primary-color);
        font-size: 8px;
        position: relative;
        top: -2px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        display: none;
    }

    .list-group.condtnBlck .list-group-item:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        margin-right: 0.5rem;
        background: var(--primary-color);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        left: 0px;
        top: 10px;
    }



    .list-group.condtnBlck .list-group-item:hover:before {
        background: var(--secondary-color);
        width: 9px;
        height: 9px;
    }

.infosect h6 {
    font-size: 15px;
    font-weight: 500;
}

.DctrInfoSect .intro {
    margin-top: 0.5rem;
}

    .DctrInfoSect .intro p {
        margin-bottom: 0px;
    }

.btn-appoint:hover, .btn-treated:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-treated, .btn-treated:focus, .btn-treated:active {
    width: auto !important;
    position: relative;
    border-radius: 3px;
    box-shadow: -6px 0px 0px var(--secondary-color);
    padding: 0.37rem 1rem 0.37rem 0.37rem;
    margin-bottom: 0.5rem;
    left: -13px;
}

.btn-appoint {
    border-radius: 0px;
    margin-bottom: 0.5rem;
    margin-top: 1.2rem;
    width: 100%;
    padding: 5px;
    font-size: 13px !important;
}

h6.subtittle {
    margin-bottom: 0;
}

.infosect h6, .infosect h5 {
    margin-bottom: 0px;
    cursor: pointer;
}

    .infosect h5:hover {
        text-decoration: underline;
    }

.daysRow {
    display: inline-block;
}

    .daysRow span {
        border: 1px solid #e4e4e4;
        width: auto;
        display: inline-block;
        text-align: center;
        color: var(--primary-color);
        padding: 0 3px;
        font-size: 12px;
        background: #e1e1e1;
        cursor: pointer;
        margin-bottom: 2px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        border-radius: 5px;
    }

        .daysRow span:hover {
            background-color: var(--primary-color);
            border: 1px solid var(--primary-color);
            color: #fff;
        }

.dayInfo {
    font-size: 15px;
    margin-bottom: 0.5rem;
}

    .dayInfo .daylb {
        font-weight: 500;
        color: var(--primary-color);
        margin-bottom: 5px;
        font-size: 18px;
    }

.timelbl {
    display: inline-block;
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #eee;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .timelbl:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
        background: #e5e5e5; /* Old browsers */
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.ByPfefferedDctr .addressBar {
    margin-top: 0.5rem;
}

.addressBar {
    margin-bottom: 0.3rem;
    margin-top: 0.5rem;
}

.favBar {
    padding-left: 3px;
    cursor: pointer;
    display: inline-block;
}

    .favBar:hover span {
        color: var(--primary-color);
    }

    .favBar span {
        font-size: 13px;
    }

    .favBar i {
        color: #ccc;
    }

    .favBar:hover i {
        color: rgb(255, 216, 0);
    }

.myFav i {
    color: rgb(255, 216, 0);
}
/* Appoint  Earlist page*/

.Appttmesect {
    padding-top: 1rem;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

    .Appttmesect .ApptTime {
        float: left;
        width: 32.5%;
    }

        .Appttmesect .ApptTime:nth-child(3n+2) {
            margin: 0 2% 0.5rem;
        }

.current-day-time {
    text-align: center;
}

.cur-date-change {
    color: var(--primary-color);
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 26px;
    vertical-align: top;
}

.date-day-wrapper {
    width: 100px;
    line-height: 1;
    display: inline-block;
    margin-top: 20px;
}

    .date-day-wrapper span {
        display: inline-block;
        width: 100%;
    }

    .date-day-wrapper .cur-day {
        color: var(--secondary-color);
        font-weight: 500;
        font-size: 15px;
    }

    .date-day-wrapper .cur-date {
        color: #6f6f6f;
        font-size: 12px;
    }

.Appttmesect .ApptTime {
    float: left;
    width: 32%;
    background: #e1e1e1;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--secondary-color);
    box-shadow: 2px 2px 0px #c2c2c2;
}

    .Appttmesect .ApptTime.active,
    .ApptBookWrap .appointTime.active, .ApptBookWrap .leaveTime.active {
        background: var(--primary-color);
        color: #fff;
        box-shadow: none;
    }
/*If physician has appointment in that particular slot time we will use this class*/
.Appttmesect .ReservedTime {
    float: left;
    width: 32%;
    background: #196177;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #fff;
    box-shadow: 2px 2px 0px #c2c2c2;
}

    .Appttmesect .ReservedTime.active {
        background: var(--primary-color);
        color: #fff;
        box-shadow: none;
    }

    .Appttmesect .ReservedTime:nth-child(3n+2) {
        margin: 0 2% 0.5rem;
    }
/*If physician is unavailble in that particular slot time we will use this class*/
.Appttmesect .UnavlSlot {
    float: left;
    width: 32%;
    background: var(--primary-color);
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #fff;
    box-shadow: 2px 2px 0px #c2c2c2;
}

    .Appttmesect .UnavlSlot.active {
        background: #e1e1e1;
        color: var(--secondary-color);
        box-shadow: none;
    }

    .Appttmesect .UnavlSlot:nth-child(3n+2) {
        margin: 0 2% 0.5rem;
    }


.Appttmesect .ApptTimes:nth-child(3n+2) {
    margin: 0 2% 0.5rem;
}

.Appttmesect .ApptTimes {
    float: left;
    width: 32%;
    background: #e1e1e1;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--secondary-color);
    box-shadow: 2px 2px 0px #c2c2c2;
}

    .Appttmesect .ApptTimes.active {
        background: var(--primary-color);
        color: #fff;
        box-shadow: none;
    }

a.redclrback:hover,
a.blueclrback:hover {
    color: #fff;
    opacity: 0.9;
}

/* calander box style*/
.ApptBookWrap .DctrInfoSect.apptInfo {
    border-right: 1px solid #ccc;
}

.clndrBox {
    margin-top: 0.5rem;
}

.slideArrow {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: inline-block;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px;
}

.ApptBookWrap .clndrBox .clndrdayTime {
    float: left;
    width: 19%;
    margin-right: 0.5%;
}

.ApptBookWrap .clndrdayTime .head {
    margin-bottom: 0.2rem;
}

.ApptBookWrap .clndrdayTime .weekday {
    text-align: center;
}

.ApptBookWrap .datelbl {
    display: block;
    font-size: 12px;
    text-align: center;
}

.ApptBookWrap .daylbl {
    font-weight: 500;
    color: var(--primary-color);
}

.ApptBookWrap .appointTime {
    font-size: 13px;
    text-align: center;
    background: #e1e1e1;
    padding: 5px 0;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 0.15rem;
    font-weight: 500;
    color: var(--secondary-color);
}

.ApptBookWrap .leaveTime {
    font-size: 13px;
    text-align: center;
    background: #e1e1e1;
    padding: 5px 0;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 0.15rem;
    font-weight: 500;
    color: var(--secondary-color);
}

.ApptBookWrap .slideArrow span {
    text-align: center;
    padding: 2px 12px;
    background: #e1e1e1;
    display: inline-block;
    margin-right: 2px;
    font-size: 20px;
    color: var(--secondary-color);
    cursor: pointer;
    float: left;
}

    .ApptBookWrap .slideArrow span:hover {
        background: var(--primary-color);
        color: #fff;
    }

.owl-next, .owl-prev {
    font-size: 30px !important;
    color: var(--primary-color) !important;
    width: 30px;
}

    .owl-next:hover, .owl-prev:hover {
        background: #eee !important;
    }
/**/
.SignLogin {
    background-image: url('../images/login-bg.jpg');
    background-position: center;
    background-size: cover;
    min-height: 540px;
}

.loginform {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    max-width: 600px;
    min-height: 460px;
    margin: 4.5% auto 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    border: solid 4px #d3d8dc;
    position: relative;
}

    .loginform .tab-group {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }

        .loginform .tab-group:after {
            content: "";
            display: table;
            clear: both;
        }

        .loginform .tab-group li a {
            display: block;
            text-decoration: none;
            padding: 15px;
            background: rgb(197, 197, 197);
            color: #fff;
            font-size: 15px;
            float: left;
            width: 50%;
            text-align: center;
            cursor: pointer;
            transition: .5s ease;
        }

            .loginform .tab-group li a:hover {
                background: var(--secondary-color);
                color: #ffffff;
            }

.tab-group .active a {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.loginform .tab-content > div:last-child {
    display: none;
}


.loginform label {
    position: absolute;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    left: 13px;
    color: #343434;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 14px;
}

    .loginform label .req {
        margin: 2px;
        color: var(--secondary-color);
    }

    .loginform label.active {
        -webkit-transform: translateY(-21px);
        transform: translateY(-21px);
        left: 2px;
        font-size: 14px;
    }

        .loginform label.active .req {
            opacity: 0;
        }

    .loginform label.highlight {
        color: var(--primary-color);
    }

.loginform input, .loginform textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    height: 40px;
    padding: 0px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #343434;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
    background: #fff;
}

    .loginform input:focus, .loginform textarea:focus {
        outline: 0;
        border-color: var(--secondary-color);
    }

.loginform textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.loginform .field-wrap {
    position: relative;
    margin-bottom: 20px;
}

#login .field-wrap {
    margin-bottom: 40px;
}

#login label {
    top: -7px;
}

.loginform .top-row:after {
    content: "";
    display: table;
    clear: both;
}

.loginform .top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

    .loginform .top-row > div:last-child {
        margin: 0;
    }

.loginform .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: var(--secondary-color);
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

    .loginform .button:hover, .button:focus {
        background: var(--secondary-color);
    }

.loginform .button-block {
    display: block;
    width: 100%;
    max-width: 270px;
    position: absolute;
    bottom: 5px;
    margin-left: 24%;
    cursor: pointer;
}

.reset-password-form {
    margin-top: 120px;
    text-align: center;
}

.loginform .button-varifi {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    cursor: pointer;
    margin-top: 20px;
}

.loginform .button-block i {
    font-size: 17px;
}

.loginform .forgot {
    margin-top: -20px;
    text-align: right;
}

.profile-update-form {
    min-height: 321px;
    margin-top: 7%;
    box-shadow: 0px 0px 20px #efefef;
    padding-bottom: 0px;
}

    .profile-update-form button {
        margin-top: 20px;
        position: relative !important;
        max-width: 180px !important;
        position: absolute;
        margin-left: 33% !important;
    }

    .profile-update-form label {
        margin-top: 8px;
        font-weight: 500;
    }

    .profile-update-form input {
        margin-top: 10px;
    }

    .profile-update-form .input-group-append {
        margin-top: 10px;
    }

    .profile-update-form select {
        margin-top: 10px;
    }


.divLoginAppointment {
    width: 39%;
    margin-left: 14px;
    position: relative;
}

    .divLoginAppointment .loginform {
        box-shadow: none;
    }

    .divLoginAppointment .button-block {
        position: relative;
        left: 10%;
        margin-top: 14%;
    }

/* caresoul styling*/
.detailedProfile {
    min-height: 400px;
    font-size: 14px;
}

    .detailedProfile li {
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .detailedProfile p {
        margin-bottom: 5px;
    }

.btn-aapointment {
    display: inline-block;
    padding: 7px 15px 7px 15px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    float: right;
    font-size: 14px;
}

    .btn-aapointment:hover {
        color: #fff;
    }

.bottom-buttons {
    display: inline-block;
    margin-top: 10px;
}

.goback {
    display: inline-block;
    color: var(--primary-color);
    float: left;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin-right: 12%;
}

    .goback i {
        margin-right: 5px;
        font-size: 33px;
    }

    .goback:hover i {
        color: var(--secondary-color);
    }


.dataTables_wrapper {
    font-size: 13px;
}

    .dataTables_wrapper .dataTables_processing {
        margin-top: -40px;
        height: 100%;
        position: absolute;
        top: 13%;
        background: rgba(255,255,255,0.9);
        width: 100%;
        bottom: 0;
        z-index: 11;
        padding-top: 200px;
        font-size: 30px;
        color: var(--primary-color);
    }

table.dataTable {
    margin-bottom: 20px !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 5px;
    min-width: 260px;
    box-shadow: 0px 0px 5px #eee;
}

.dataTables_length {
    margin-bottom: 20px !important;
}

    .dataTables_length select {
        padding: 5px;
        margin-left: 5px;
        margin-right: 5px;
        box-shadow: 0px 0px 5px #eee;
    }

.column-title {
    background: #eee;
    color: #fff;
    border: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #c0c0c0 !important;
    color: #333;
    text-shadow: none;
    font-size: 14px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid var(--primary-color) !important;
}

.dataTables_info {
    font-weight: 500;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 10px !important;
    border-radius: 6px;
    margin-top: 8px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1em;
    padding: 0.2em .5em;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: var(--secondary-color) !important;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #e9b1bd !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: var(--primary-color) !important;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: var(--secondary-color) !important;
        color: #fff !important;
    }
/* Patient Communications Page*/


.tabs-level-1 a {
    padding: 10px;
    display: inline-block;
    min-width: 130px;
    border-right: solid 1px #ccc;
    text-align: center;
    font-weight: 500;
    background: #fff;
    color: var(--secondary-color);
}

.tabs-level-1 li a.active, .tabs-level-1 li a.active:hover {
    background: var(--primary-color);
    color: #fff;
}

.tabs-level-1 li:hover a {
    background: #fff2f5;
    color: #333;
}

.portal-tabs a {
    background: var(--primary-color);
    color: #fff;
}

.portal-tabs li a.active, .portal-tabs li a.active:hover {
    background: #fff;
    color: #333;
}

.portal-tabs li:hover a {
    background: #fff;
    color: #333;
}

.days-tabs li a.active, .days-tabs li a.active:hover {
    background: var(--secondary-color);
    color: #fff;
}

.days-tabs li:hover a {
    background: #fff2f5;
    color: #333;
}



.calls-dedails-tabs li {
    width: 33.3%;
}

.calls-dedails-tabs a {
    width: 100%;
    font-size: 12px;
}

.tabs-level-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e0e0e0+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

    .tabs-level-2 a {
        padding: 3px;
        display: inline-block;
        min-width: 85px;
        text-align: center;
        font-size: 13px;
    }

    .tabs-level-2 li a.active, .tabs-level-2 li a.active:hover {
        color: #ffffff;
        background: var(--secondary-color);
    }

    .tabs-level-2 li:hover a {
        background: #e8edf5;
        color: #333;
    }

.level-2-enc-tabs a.active, .level-2-enc-tabs li a.active:hover {
    color: #ffffff !important;
    background: var(--primary-color) !important;
}

.level-2-enc-tabs a {
    width: 150px;
}

.patient-filters {
    float: right;
    width: 67%;
    text-align: right;
}

    .patient-filters.doctors-side {
        width: auto;
    }

    .patient-filters .checkWrap {
        display: inline-block;
        margin-left: 15px;
        padding-left: 23px;
        margin-bottom: 0;
        margin-top: 6px;
    }

.patient-filters-doctors-side .checkWrap {
    display: inline-block;
    margin-left: 15px;
    padding-left: 23px;
    margin-bottom: 0;
    margin-top: 6px;
}

.appointmet-contents {
    padding: 25px 10px;
}

.appointment-one-row {
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 12px;
    padding-bottom: 10px;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-right: 17px;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .appointment-one-row:hover {
        box-shadow: 0px 0px 15px #ccc;
    }

.appointments-left-col .appointment-count {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6198d3+0,1169ad+100 */
    background: #6198d3; /* Old browsers */
    background: -moz-linear-gradient(top, #6198d3 0%, #1169ad 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6198d3 0%,#1169ad 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6198d3 0%,#1169ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6198d3', endColorstr='#1169ad',GradientType=0 ); /* IE6-9 */
    color: #fff;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: -7px;
}

.appointments-left-col h5 {
    color: var(--secondary-color);
    margin-top: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e2e2e2+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e2e2e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    font-size: 17px;
    margin-left: -14px;
    margin-right: -14px;
    border-radius: 6px;
    border: solid 1px #ccc;
    box-shadow: 0px 2px 0px #ccc;
}

.action-button-patient {
    float: right;
}

    .action-button-patient span {
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
        font-size: 16px;
    }

.SetReminder {
    color: rgb(227, 34, 34);
}

.re-order {
    color: #28a745;
}

.cancel-order {
    color: var(--primary-color);
}

.appointments-left-col .detail-row {
    font-size: 14px;
    width: 70%;
}

.app-doctor-img {
    width: 95px;
    display: inline-block;
    position: absolute;
    top: 58px;
    right: 40px;
}

.appointments-left-col .detail-row b {
    display: inline-block;
    width: 140px;
}

.appointments-right-col {
}

    .appointments-right-col.urgent-calls {
        margin-top: 30px;
    }

    .appointments-right-col button {
        margin-top: 7px;
        padding: 4px;
        height: 27px;
        text-align: center;
        width: 162px;
        font-size: 12px;
    }

        .appointments-right-col button i {
            font-size: 14px;
        }

    .appointments-right-col p {
        font-size: 13px;
        margin-bottom: 14px;
    }

.app-action-buttons {
    text-align: center;
    margin-top: 10px;
}

.upload-document {
    font-size: 13px;
    border-color: var(--primary-color);
}

.scroll-item {
    position: relative;
    overflow: hidden;
}

.document-scroll {
    height: 895px;
}

.documents-list {
    margin: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #ccc;
    text-align: center;
}

    .documents-list li {
        width: 138px;
        height: 175px;
        background: #eee;
        list-style: none;
        display: inline-block;
        margin-top: 10px;
        border: solid 2px #ccc;
        padding: 5px;
        cursor: pointer;
        position: relative;
    }

        .documents-list li:hover, .documents-list li.active {
            border-color: var(--primary-color);
        }

.document-preview-wrapper {
    border: solid 1px #ccc;
    width: 100%;
    min-height: 400px;
    text-align: center;
    background: #eee;
    box-shadow: inset 0px 0px 5px #9f9f9f;
    padding: 10px;
}

.inner-wrapper {
    display: inline-block;
    width: 700px;
}

.pdf-wrapper {
    width: 1000px;
}

.bg-online-doctor {
    background-image: url('../images/doctor-online.jpg');
    background-size: 100%;
    min-height: 546px;
}

.online-intro h5 {
    color: var(--primary-color);
    padding: 5px 5px 5px 0px;
    font-size: 24px;
    margin-top: 85px;
}

.online-intro p {
    font-size: 18px;
}

.connection-alert {
    font-size: 15px !important;
    font-weight: 500;
}

.reason-section {
    margin-top: 16%;
    background: #fff;
    border: solid 2px #ccc;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
}

    .reason-section h6 {
        text-align: left;
        color: var(--secondary-color);
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .reason-section h7 {
        font-size: 13px;
        display: inline-block;
        margin-top: 8px;
        font-weight: 500;
        margin-bottom: 5px;
        color: var(--secondary-color);
    }

        .reason-section h7.mainHeading {
            font-size: 18px;
            color: #3b3b3b;
        }

.devider {
    font-size: 26px;
    position: absolute;
    right: -5px;
    top: 0;
    color: #959595;
}

.reason-section label {
    text-align: left;
    font-weight: 500;
    color: var(--secondary-color);
    width: 100%;
    font-size: 18px;
}

.reason-area {
    border: solid 1px #aeaeae;
    border-radius: 20px;
    height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    font-size: 13px;
    padding: 20px;
}

#btnConnectDoctor {
    margin-top: 15px;
}

.field-margin {
    margin-bottom: 10px;
}

.online-doctors-logins .loginform {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 4px 4px rgba(212, 212, 212, 0.3);
    border: solid 1px var(--primary-color);
}

    .online-doctors-logins .loginform .button-block {
        bottom: 54px;
        margin-left: 20%;
    }

.bg-waiting-room {
    background-image: url('../images/waiting-room.jpg');
    background-size: 100%;
    min-height: 546px;
    background-position: 0px -120px;
}

.waiting-room-outer {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 60px;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #fff;
    box-shadow: 0px 0px 10px #ccc;
    min-height: 400px;
}

.time-text {
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

    .time-text h5 {
        font-size: 20px;
    }

    .time-text p {
        text-align: justify;
        font-size: 16px;
    }

.waiting-time {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.time-part {
    display: inline-block;
    width: 60px;
    line-height: 1;
}

    .time-part .main, .time-part .sub-label {
        display: block;
    }

    .time-part .main {
        font-weight: bold;
        color: var(--primary-color);
        font-size: 28px;
    }

    .time-part .sub-label {
    }

.online-doctors-heading {
    text-align: center;
    margin-top: 20px;
}

.waiting-room-doctors-outer {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cfcfcf;
    margin-top: 3%;
}

.waiting-room-doctors {
    width: 100%;
    height: 370px;
}

    .waiting-room-doctors .doctor-img {
        margin-top: 10px;
        padding: 10px;
        background: #eee;
        display: inline-block;
        border-radius: 20px;
        width: 110px;
        box-shadow: 0px -3px 1px #cfcfcf;
    }

    .waiting-room-doctors .doctor-details {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        margin-top: 30px;
    }

    .waiting-room-doctors ul {
        padding: 0;
        margin: 0;
    }

    .waiting-room-doctors li {
        list-style: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }

    .waiting-room-doctors .doctor-details .h3 {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        margin: 0;
        color: var(--primary-color);
        margin-top: 5px;
    }

    .waiting-room-doctors .doctor-details .h5 {
        font-size: 12px;
        display: inline-block;
        width: 100%;
        margin: 0;
        color: var(--secondary-color);
    }


.notes-list {
    margin: 0;
    padding: 0;
    width: 98%;
    border: solid 1px #ccc;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0px 0px 7px #eee;
    border-radius: 10px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    float: right;
}

    .notes-list li {
        width: 100%;
        list-style: none;
        display: inline-block;
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
        padding: 5px 15px 5px 65px;
        cursor: pointer;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 0px #d2d2d2;
        position: relative;
    }

        .notes-list li .note-count {
            position: absolute;
            width: 27px;
            height: 15px;
            background: #db5153; /* Old browsers */
            background: -moz-linear-gradient(top, #db5153 0%, #9b0f11 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #db5153 0%,#9b0f11 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #db5153 0%,#9b0f11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5153', endColorstr='#9b0f11',GradientType=0 ); /* IE6-9 */
            color: #fff;
            left: -22px;
            text-align: center;
            border-radius: 3px 0px 0px 3px;
            font-size: 12px;
        }

    .notes-list p {
        font-size: 14px;
        margin-top: 10px;
    }

    .notes-list li:hover {
        border-color: var(--primary-color);
    }

#urgent_calls .notes-list li {
    padding-bottom: 10px;
}

#urgent_calls .notes-list p {
    margin-bottom: 0;
}

.tele-id {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: var(--primary-color);
}

    .tele-id i {
        color: #bdbdbd;
        font-size: 43px;
        position: absolute;
        left: 18px;
        top: -6px;
    }

    .tele-id b {
        color: #333;
        font-size: 13px;
    }

#urgent_calls .tele-id {
    width: auto;
    margin-right: 10px;
    font-size: 14px;
}

.note-content {
    display: none;
}

.soft-display-block {
    display: block;
}

.note-content video {
    margin-top: 20px;
    margin-left: 24%;
}

.spacer {
    margin-top: 40px;
}

.note-content audio {
    width: 720px;
    margin-top: 20px;
    margin-left: 24%;
}


.homelayer2 {
    background-image: url('../images/smart-header.jpg');
    min-height: 300px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 127px;
}

.header-text {
    text-align: center;
    color: var(--secondary-color);
    width: 50%;
    margin: 0 auto;
    font-size: 50px;
}

.header-text2 {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 300;
}

.home-block {
    width: 100%;
}

    .home-block p {
        text-align: justify;
        margin-top: 10px;
    }

    .home-block h5 {
        color: var(--secondary-color);
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 20px;
    }

.available-for {
    width: 100%;
    text-align: center;
}

.av-text {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.av-icon {
    width: 26px;
    text-align: center;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
}

.login-checkbox label {
    display: inline-block !important;
    position: relative !important;
}

.drop-down-simple {
    border: 1px solid #a0b3b0;
    color: #343434 !important;
    border-radius: 0;
    padding: 8px;
    height: 40px;
}

.success-message {
    text-align: center;
    padding-top: 3%;
    background-image: url(../images/app-success.jpg);
    background-position: center;
    background-size: cover;
    min-height: 554px;
    color: #fff;
}

    .success-message h2 {
        color: #fff;
        text-transform: uppercase;
        width: 100%;
    }

    .success-message h5 {
        text-align: center;
        width: 100%;
    }

    .success-message h4 {
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .success-message h3 {
    }

    .success-message h4.patient-name {
        font-size: 20px;
        color: #ffd803;
    }

.whats-next {
    width: 405px;
    display: inline-block;
    border: solid 1px var(--secondary-color);
    padding: 10px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    border: solid 4px #d3d8dc;
    color: #000;
}

    .whats-next button {
        margin-top: 5px;
    }

    .whats-next p {
        margin-bottom: 5px;
    }

.PateintName {
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 14px;
}

.MeetingDate {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
}

.doctor-table td {
    padding: 15px !important;
}

.doctor-table tr {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.TeleLink {
    font-size: 13px !important;
    cursor: pointer;
    margin-right: 3px;
}

.re-shedule {
    color: var(--primary-color) !important;
    font-size: 18px;
    position: absolute;
    border: solid 1px #eee;
    margin-top: -3px;
    margin-left: 5px;
    cursor: pointer;
}

.re-shedule-app {
    color: #fff !important;
    font-size: 13px !important;
    cursor: pointer;
    width: 121px;
}

.DoctorTime {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0px 0px 5px #e6e6e6;
}

.AppType {
    color: #006809;
    font-weight: 500;
}

.datepicker td {
    width: 37px !important;
    font-size: 14px !important;
}

.calander-icon, .calander-icon2 {
    font-size: 19px;
    padding: 9px;
    background: #e1e6e5;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    color: var(--primary-color);
    border: solid 1px #aeaeae;
    cursor: pointer;
}

    .calander-icon:hover, .calander-icon2:hover {
        background: #ededed; /* Old browsers */
        background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.datepicker table tr td.active.active {
    background: var(--primary-color);
    border-radius: 0px;
}

.datepicker {
    border-radius: 0px;
    border-color: rgb(189, 18, 54);
}

.patient-heading {
    color: #727272;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.doctor-patients-wrapper {
    border: solid 1px #ccc;
    font-size: 12px;
}

.doctor-patient {
    cursor: pointer;
    padding: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-bottom: solid 5px #dadada;
    position: relative;
    margin-bottom: 8px;
}

.patient-info .gender {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 500;
}

.patient-info .dob {
    font-size: 14px;
    color: #5c5c5c;
    display: inline-block;
    position: absolute;
    font-weight: 500;
    top: 7px;
    right: 8px;
    line-height: 1;
    text-align: right;
}

.doctor-patient.active h5:not(.patient-name-list) {
    background: var(--primary-color);
    color: #fff;
}

.doctor-patients-wrapper h5 {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}

    .doctor-patients-wrapper h5.patient-name-list {
        width: 157px;
    }

.doctor-patients-app-wrapper h5 {
    margin-left: 0px;
    font-size: 15px;
    color: #363636;
    background: #f6f6f6;
    padding: 10px 5px 5px 10px;
    border: solid 1px #cecece;
    margin-bottom: 5px;
}

.doctor-patients-wrapper b {
    color: var(--secondary-color);
    font-size: 12px;
}

.patient-info span {
    font-size: 12px;
}

.doctor-patients-scroll {
    height: 460px;
    padding-right: 10px;
    background: #f5f5f5;
    box-shadow: 3px 0px 9px #ddd;
    padding-top: 10px;
}

.doctor-patients-calls-scroll {
    height: 428px;
    padding-right: 8px;
    padding-left: 8px;
}

.doctor-data-tab li {
    width: 25%;
}

.level-2-enc-tabs li {
    width: 16%;
}

.doctor-data-tab li a {
    width: 100%;
}

    .doctor-data-tab li a.active {
        background: var(--secondary-color);
    }

.doctor-data-tab li:hover a {
    background: #e7ebf2;
}

.doctor-data-tab li a.active:hover {
    background: var(--secondary-color);
}

.doc-rec-note {
    min-height: 300px;
    margin-bottom: 10px;
}

.media-upload .form-control {
    margin-bottom: 10px;
    float: left;
    width: 84%;
}

.encounters-list {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.single-encounter-detail {
    width: 74%;
    display: inline-block;
    vertical-align: top;
}

.encounters-list .doctor-patient {
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: 8px;
}

.doctor-patient:hover {
    border-color: var(--primary-color);
}

.doctor-patient.active {
    border-color: var(--primary-color);
    background: #fff;
}

.encounters-list .patient-info {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.encounters-list .doctor-patients:hover {
    border-color: var(--primary-color) !important;
}

.encounters-list .patient-info:last-child {
    border: none;
}

.encounters-list .doctor-patients-wrapper b {
    font-size: 14px;
}

.a-up .form-control {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.v-up .form-control {
    margin-top: 40%;
    text-align: center;
}

.no-record {
    color: #ccc;
    text-align: center;
    margin-top: 15%;
    font-size: 33px;
    font-weight: 500;
}

.doctor-row {
    box-shadow: 0px 5px 5px #eee;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 150px;
    top: 2.1em;
    height: 36px;
    cursor: pointer;
}

.file-upload__label {
    display: block;
    padding: 0.43em 1em;
    color: #fff;
    background: var(--secondary-color);
    border-radius: .4em;
    transition: background .3s;
    cursor: pointer;
}

    .file-upload__label:hover {
        cursor: pointer;
        background: var(--secondary-color);
    }

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    cursor: pointer;
    height: 36px;
    opacity: 0;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    max-width: 500px;
    margin: 20px auto;
}

    .hr-text:before {
        content: '';
        background: linear-gradient(to right, transparent, #575656, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }

.audioWrap {
    max-width: 463px;
    margin: 0px auto;
    padding: 8px 7px 7px;
    background: #d8d8d8;
    border-radius: 4px;
}

.videoWrap {
    padding: 8px 7px 0;
    background: #d8d8d8;
    border-radius: 4px;
    width: 335px;
    display: block;
    margin: 0px auto;
}

.graybtn.darken-1 {
    background-color: transparent !important;
    color: #404040;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(168, 166, 166, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    border-right: 1px solid #b1b1b1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.microIco {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    line-height: 139px;
}


.wrapperVideo {
    position: relative;
    width: 80%;
    margin: 0px 10%;
    float: left;
}

    .wrapperVideo .line {
        position: absolute;
        left: 50%;
        top: 40px;
        bottom: 10px;
        width: 1px;
        background: #ccc;
        z-index: 1;
    }

.microIco.videoIco {
    margin-top: 45px;
}

.wrapperVideo .wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.wrapperVideo .word {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
    display: block;
    width: 100px;
    margin: 0px auto;
    text-align: center;
}

.leftvideo {
    float: left;
    width: 50%;
}

.rightvideo {
    float: right;
    width: 50%;
}

.info-message {
    position: absolute;
    width: 100%;
    top: 0;
}

    .info-message .alert {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 11111;
        box-shadow: 0px 1px 7px #848484;
    }

.appDateSelect {
    width: 150px;
    float: left;
    margin-right: 1px;
}

    .appDateSelect input {
        font-size: 13px;
        height: 34px;
    }

    .appDateSelect .calander-icon, .appDateSelect .calander-icon2 {
        font-size: 13px;
    }

.SetAppReminder select {
    margin-bottom: 10px;
}

.doctor-app-rows {
    margin-top: 20px;
    text-align: center;
}

.doctor-app {
    position: relative;
    border: solid 1px #ccc;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    width: 80%;
    box-shadow: 3px 4px 0px #f1f1f1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    /*.doctor-app:nth-child(3n+3) {
        margin-right: 0px;
    }*/

    .doctor-app:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.calender-style {
    display: inline-block;
    width: 150px;
    border: solid 1px #ccc;
    height: 150px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,e9e8f2+100 */
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #e9e8f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feffff 0%,#e9e8f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feffff 0%,#e9e8f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9e8f2',GradientType=0 ); /* IE6-9 */
    box-shadow: 5px 3px 7px #eee;
    position: relative;
}

.c-header {
    height: 40px;
    width: 100%;
    height: 40px;
    width: 100%;
    background: -moz-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
    background: -webkit-linear-gradient(top, var(--primary-color) 0%,var(--primary-color) 100%);
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='var(--primary-color)',GradientType=0 );
    border-radius: 19px 19px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding-top: 8px;
}

.c-body {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-top: 23px;
}

.c-footer {
    position: absolute;
    width: 100%;
    height: 30px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-radius: 0px 0px 19px 19px;
    text-align: center;
    color: #5f5f5f;
    font-size: 17px;
    font-weight: 500;
    padding-top: 3px;
    bottom: 0;
}

.detail-row-app {
    display: inline-block;
    width: 80%;
    margin-bottom: 3px;
    clear: right;
    text-align: center;
}

.LoadOpenCloseTabAppointments .detail-row-app {
    padding-left: 0px;
}

.detail-row-app b {
    color: var(--secondary-color);
    display: inline-block;
    text-align: right;
}

.detail-row-app.patient-name {
    font-size: 17px;
    font-weight: 500;
}

    .detail-row-app.patient-name b {
        color: var(--primary-color);
    }

.detail-row-app i {
    color: var(--primary-color);
}

.doctor-app-actions {
    display: inline-block;
    width: 75%;
    text-align: center;
    background: #e6e6e6;
    margin-top: 10px;
}

.app-number {
    position: absolute;
    color: #ffdce4;
    font-size: 17px;
    top: 11px;
    right: -4px;
    background: var(--primary-color);
    line-height: 1;
    width: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 7px 0px 0px 7px;
    box-shadow: -5px 3px 7px #ccc;
}

.pagination.custom {
    text-align: center;
    display: block;
}

    .pagination.custom li {
        display: inline-block;
    }

    .pagination.custom a {
        text-align: center;
        color: var(--primary-color);
        font-weight: 500;
    }

    .pagination.custom .page-item.active .page-link {
        background: var(--primary-color);
        color: rgba(255, 255, 255, 1);
    }

.no-time-slot {
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 5px;
    clear: both;
    color: #ccc;
}

.physicians_filters_li {
    width: 60%;
    text-align: right;
    line-height: 0;
}

.call_filters_li {
    width: 100%;
    text-align: right;
    line-height: 0;
}

.physicians_filters {
    line-height: 0;
    display: inline-block;
}

    .physicians_filters .slideArrow span {
        line-height: 1;
        padding: 2px 8px;
    }

    .physicians_filters .appDateSelect input {
        font-size: 12px !important;
        height: 25px !important;
    }

    .physicians_filters .appDateSelect .calander-icon {
        font-size: 12px;
        padding: 5px;
    }

    .physicians_filters .slideArrow {
        margin-top: 2px;
        border: none;
        padding: 0px;
    }

.physicians_today {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: var(--primary-color);
    vertical-align: top;
    margin-top: 2px;
    cursor: pointer;
    line-height: 1.7;
    background: #eee;
    padding: 3px 10px 3px 10px;
}

    .physicians_today.active {
        background: var(--primary-color);
        color: rgba(255, 255, 255, 1);
    }

.appointment-date-time {
    position: absolute;
    color: #fff;
    width: 100px;
    z-index: 11;
    line-height: 1;
    padding: 5px;
    background: var(--secondary-color);
}

    .appointment-date-time b {
        width: 100%;
        display: inline-block;
        font-size: 12px;
    }

        .appointment-date-time b.p-name {
            font-size: 14px;
            color: rgb(255, 216, 0);
        }

.common-info {
    float: left;
    width: 40%;
    text-align: left;
}

.short-reason {
    float: left;
    text-align: left;
    width: 50%;
}

.call-room .doctor-app-actions {
    width: 100%;
}

.doctors-list .doctor-image {
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

.doctors-list .list-group-item {
    padding: 0.40rem 0.40rem;
}

    .doctors-list .list-group-item.active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfc+0,e1edec+100 */
        background: #f7fbfc; /* Old browsers */
        background: -moz-linear-gradient(top, #f7fbfc 0%, #e1edec 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7fbfc 0%,#e1edec 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7fbfc 0%,#e1edec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#e1edec',GradientType=0 ); /* IE6-9 */
        border-color: #ccc;
        color: #495057;
    }

.doctor-search-box {
    font-size: 14px;
    border-color: #6c757d;
}

.doctors-list {
    margin-top: 10px;
}

    .doctors-list .doctor-info {
        display: inline-block;
        margin-top: 5px;
        margin-left: 15px;
        margin-top: 10px;
        font-weight: 500;
        width: 70%;
    }

        .doctors-list .doctor-info b {
            color: var(--primary-color);
            font-size: 12px;
        }

.single-row {
    width: 80%;
    display: inline-block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
    padding-top: 8px;
}

    .single-row .row-label {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        width: 150px;
        color: var(--primary-color);
    }

        .single-row .row-label.days {
            color: var(--secondary-color);
            font-size: 14px;
        }

    .single-row .row-value {
        display: inline-block;
        width: 300px;
    }

        .single-row .row-value.dayTime {
            width: 76%;
        }

.day-time-slot {
    display: inline-block;
    border: solid 1px var(--primary-color);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer;
}

    .day-time-slot:hover {
        background: var(--primary-color);
        color: rgba(255, 255, 255, 1);
    }

.slot-not-available {
    color: #999;
}

.edit-icon {
    display: inline-block;
    color: var(--primary-color);
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-left: 5px;
}

    .edit-icon:hover {
        color: var(--secondary-color);
    }

.days-tabs {
    padding-bottom: 5px;
}

.tabs-level-1.days-tabs a {
    width: 110px;
}

.edit-shedule .single-row {
    width: 100%;
}

.edit-shedule .s-time, .edit-shedule .e-time {
    display: inline-block;
    margin-right: 20px;
}

    .edit-shedule .s-time input, .edit-shedule .e-time input {
        font-size: 17px;
        max-width: 170px;
    }

    .edit-shedule .s-time label, .edit-shedule .e-time label {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--primary-color);
    }

.edit-shedule .row-value {
    width: 100%;
}


.Testing .row-value {
    margin-bottom: 10px;
}

.timepicker .input-group-addon i {
    font-size: 19px;
    padding: 10px;
    background: #eee;
    width: auto;
    height: auto;
    color: var(--primary-color);
}

.bootstrap-timepicker-widget table td input {
    width: 35px;
}

.remove-row {
    display: inline-block;
    color: #e00000;
    cursor: pointer;
}

.remove-row {
    display: inline-block;
    color: #e00000;
    cursor: pointer;
}

.weekdays-all {
    display: inline-block;
    border: solid 1px var(--primary-color);
    margin-left: 30px;
    padding: 5px;
}

    .weekdays-all .checkWrap {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 23px;
        font-weight: 500;
        border-right: solid 1px #aeaeae;
        padding-right: 10px;
    }

        .weekdays-all .checkWrap .checkmark {
            top: 2px;
        }

    .weekdays-all .single-day {
        display: inline-block;
        font-size: 14px;
        padding: 2px;
        cursor: pointer;
        width: 35px;
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
    }

    .weekdays-all span:hover, .weekdays-all span.active {
        background: var(--primary-color);
        color: rgba(255, 255, 255, 1);
    }

.add-new-row {
    margin-top: 20px;
}

.save-cancel {
    float: right;
}

.li-buttons {
    width: 77%;
    text-align: right;
}

.doctors-leaves .weekday {
    text-align: center;
    margin-top: 20px;
}

.doctors-leaves .clndrdayTime {
    width: 32% !important;
}

.briefly-describe label {
    margin-top: 30px;
    color: var(--primary-color);
    font-weight: 500;
}

.briefly-describe textarea {
    min-height: 150px;
}

.leave-date {
    margin-right: 10px;
}

#leave label {
    float: left;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    width: 42%;
    text-align: left;
}

.doctors-scroll {
    height: 550px;
    padding-right: 10px;
}

.physician-name-on-schedule {
    font-size: 22px;
    border-left: solid 3px var(--primary-color);
    padding-left: 10px;
    width: 80%;
}

.physician-nav {
    text-align: center;
    background: #eee;
    position: relative;
}

    .physician-nav li {
        display: inline-block;
        list-style: none;
    }

        .physician-nav li a {
            background: rgba(255, 255, 255, 1);
            display: inline-block;
            padding: 5px;
            width: 100px;
        }

            .physician-nav li a:hover, .physician-nav li a.active {
                background: var(--primary-color);
                color: #fff;
            }

.add-new-physician {
    position: absolute;
    top: 0;
    right: 14px;
    color: #14a735;
    font-weight: 500;
    font-size: 14px;
    margin-top: 4px;
}

.doctor-profile-image {
    text-align: center;
    margin-top: 10px;
    background: #eee;
    padding: 10px;
    box-shadow: inset 0px 0px 10px #e1e1e1;
    border: solid 3px #ccc;
}

    .doctor-profile-image img {
        max-width: 120px;
    }

.patient_info_outer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: #ffffff; /* Old browsers */
}

.patient_info {
    max-width: 1100px;
    margin: 0 auto;
}

.patient-details {
    display: inline-block;
    width: 100%;
}

.one-dedail {
    display: inline-block;
    width: 19.7%;
}

.one-dedail {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

.detail-heading {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color);
}

.detail-value {
    color: #2f2f2f;
    font-size: 14px;
}

.section-navigations-outer {
    background: #f0f0f0;
    box-shadow: 0px 4px 5px #cecece;
}

.section-navigations {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    line-height: 1;
}

    .section-navigations ul {
        padding: 0;
    }

    .section-navigations li {
        list-style: none;
        display: inline-block;
    }

        .section-navigations li a {
            color: #000;
            padding-left: 4px;
            padding-right: 4px;
            border-right: solid 1px #d57589;
            font-size: 12px;
            padding-top: 5px;
            display: inline-block;
            padding-bottom: 5px;
        }

        .section-navigations li.active {
            background: var(--secondary-color);
        }

            .section-navigations li.active a {
                color: #fff;
            }

.history-action-buttons {
    width: 70px;
    margin-top: 10%;
    background: #fff;
    box-shadow: 0px 0px 10px #dadada;
    padding: 0px 0px 5px 5px;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    right: 0;
    z-index: 2;
}

    .history-action-buttons button {
        line-height: 1;
        font-size: 12px;
        width: 62px;
        margin-top: 8px;
    }

.details-section {
    max-width: 95%;
    margin: 0 auto;
}

.one-detail-section h5 {
    color: #fff;
    font-size: 15px;
    background: #00609e;
    padding: 9px;
    margin-left: -10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0px 4px 0px #3896d4;
    margin-bottom: 20px;
}

    .one-detail-section h5.active {
        background: var(--primary-color);
        box-shadow: none;
    }

.one-detail-section {
    margin-bottom: 15px;
}

    .one-detail-section .input-details {
        font-size: 13px;
        color: #666;
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

.inputs-margin {
    margin: 10px;
}

.text-field-wrapp {
    display: inline-block;
    position: relative;
}

    .text-field-wrapp label {
        font-size: 13px;
        font-weight: 500;
        color: var(--secondary-color);
        margin-bottom: 5px;
    }

.width1 {
    width: 25%;
}

.width2 {
    width: 12%;
}

.width3 {
    width: 20%;
}

.width4 {
    width: 22%;
}

.new-row {
    color: rgb(26, 156, 26);
    font-size: 24px;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    cursor: pointer;
}

.view-table td {
    font-size: 12px;
    padding: 5px;
}

.remove-row-history {
    color: var(--primary-color);
    cursor: pointer;
}

.padding-left-1p {
    padding-left: 1% !important;
}

.padding-left-2p {
    padding-left: 2% !important;
}

.checkWrap.Social-History {
    display: inline-block !important;
    margin-right: 9px;
    padding-left: 21px;
    margin-bottom: 0;
}

.padding-5 {
    padding: 5px !important;
}

.short-input {
    border: none;
    border-bottom: solid 1px #666;
    font-size: 12px;
    padding-left: 10px;
}

.fixed-history-menu {
    position: fixed;
    width: 100%;
    padding-bottom: 5px;
    z-index: 8;
    top: 86px;
}

.fixed-history-menu-2 {
    position: fixed;
    width: 83%;
    padding-bottom: 5px;
    z-index: 9;
    top: 86px;
}

.width1p {
    width: 83%;
}

.width2p {
    width: 69%;
}

.width3p {
    width: 59%;
}

.text-field-wrapp.patient-info-input {
    width: 100%;
}

.form-check-label {
    font-size: 12px !important;
    color: #666 !important;
}

.details-section .input-text-element {
    padding: 5px;
}

.deletePatDoc {
    position: absolute;
    color: #fff;
    top: -5px;
    right: -4px;
    background: var(--primary-color);
    width: 17px;
    line-height: 1;
    padding: 2px;
    border-radius: 5px;
}

.utc-menu {
    max-width: 180px;
    float: left;
    margin-right: 10px;
    height: 29px !important;
    font-size: 12px !important;
}

    .utc-menu option {
        font-size: 12px;
    }

.patient-vitals {
    position: absolute;
    right: 0;
}

.details-left-menu {
    float: left;
    width: 20%;
    border-right: solid 2px #ccc;
    margin-right: 9px;
    height: 433px;
}

    .details-left-menu ul {
        border-bottom: none;
        margin-top: 13px;
    }

        .details-left-menu ul li {
            display: inline-block;
            width: 100%;
        }

            .details-left-menu ul li a {
                display: inline-block;
                width: 100%;
                padding: 5px 5px 5px 10px;
                font-weight: 500;
                border: solid 1px transparent;
            }

            .details-left-menu ul li.active a {
                border: solid 1px #ccc;
                border-right: #fff;
                box-shadow: -6px 0px 7px #f3f1f1;
                border-radius: 5px 0px 0px 5px;
                background: #ffffff;
                background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
                background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
                background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
            }

.details-right-col {
    float: left;
    width: 79%;
    overflow-y: scroll;
    height: 433px;
    padding-top: 50px;
}

    .details-right-col p {
        margin: 0;
        font-size: 13px;
    }

.main-history-headings {
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 10px;
    background: #eee;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .main-history-headings.active {
        background: var(--primary-color);
        color: #fff;
    }

.details-right-col .moving-section {
    position: absolute;
    z-index: 11;
    width: 76%;
    margin-top: -60px;
}

.second-history-heading {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

.multiple-problems {
    padding: 0;
    margin: 0;
}

    .multiple-problems li {
        display: inline-block;
        font-size: 12px;
        border: solid 1px var(--primary-color);
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

.patient-information h6 {
    margin: 0;
}

.patient-information p {
    margin: 0;
    font-size: 12px;
}

.patient-information .row {
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
}

.details-right-col .patient-information .row {
    margin-left: 0;
    margin-right: 0;
}

.details-right-col .patient_info_outer {
    display: none;
}

.details-right-col .width2p {
    width: 67%;
}

.details-right-col .width1p {
    width: 71%;
}

.details-right-col .width3 {
    width: 19%;
}

.view-details-table {
    font-size: 12px;
}

.patient-detail-header {
    border-bottom: solid 2px #ccc;
    padding-bottom: 10px;
    display: none;
}

    .patient-detail-header ul {
        margin: 0;
    }

    .patient-detail-header li {
        display: inline-block;
        font-size: 13px;
        margin-right: 40px;
    }

        .patient-detail-header li.bullets {
            position: relative;
            padding-left: 20px;
        }

            .patient-detail-header li.bullets:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                background: var(--primary-color);
                left: 5px;
                top: 6px;
            }

.patient-name-in-detail {
    font-weight: 500;
    color: var(--primary-color);
    margin-right: 90px !important;
    font-size: 15px !important;
    padding-left: 20px;
    position: relative;
}

    .patient-name-in-detail::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: var(--secondary-color);
        left: 3px;
        top: 4px;
    }

#divNotePopup {
    display: inline-block;
    vertical-align: top;
}

    #divNotePopup a {
        display: inline-block;
    }

        #divNotePopup a i {
            font-size: 21px;
            margin-top: 2px;
            margin-left: 2px;
        }

#physicianNoteModel .close {
    color: #fff;
    margin-right: 0px;
}

.edit-details-button {
    font-size: 12px !important;
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 30px;
}

    .edit-details-button:focus {
        background-color: var(--primary-color);
    }

.edit-detail-switch {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .edit-detail-switch .one-detail-section h5 {
        margin-left: 2px;
    }

    .edit-detail-switch .width3p {
        width: 53%;
    }

.TimeZoneDiv {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}

.searchAbleField {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border: solid 1px #ccc;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 0px 9px #ccc;
    max-height: 200px;
    overflow-y: scroll;
}

    .searchAbleField ul {
        margin: 0;
        padding: 0;
    }

        .searchAbleField ul li {
            list-style: none;
            font-size: 12px;
            border-bottom: solid 1px #ccc;
            padding: 3px 10px 3px 10px;
            color: #3f3f3f;
            cursor: pointer;
        }

            .searchAbleField ul li:hover {
                background: var(--primary-color);
                color: #ffffff;
            }

.login-select {
    display: inline-block !important;
    position: relative !important;
    width: 68px;
    pointer-events: auto !important;
}

    .login-select input {
        display: inline-block !important;
        width: auto !important;
        height: 20px;
    }

    .login-select span {
        vertical-align: top;
        display: inline-block;
        color: #000;
    }

.login-label-as {
    color: var(--secondary-color);
    font-weight: 500;
    margin-top: 9px;
    display: inline-block;
    float: left;
}

.val-msg {
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    left: 0px;
}

.intl-tel-input {
    width: 100% !important;
}

.top-row {
    position: relative;
}

.val-msg.ok {
    background: rgba(26, 156, 26, 1);
}

.val-msg.notok {
    background: var(--primary-color);
    width: 100% !important;
    z-index: 1;
}

.conditions_treated .dropdown-menu {
    min-width: 460px !important;
}

    .conditions_treated .dropdown-menu li {
        max-width: 450px !important;
    }

        .conditions_treated .dropdown-menu li a {
            max-width: 450px !important;
            border-bottom: solid 1px #eee;
        }

            .conditions_treated .dropdown-menu li a span.text {
                font-size: 12px !important;
                white-space: normal;
            }

.conditions_treated .inner {
    overflow-x: hidden;
}

.pickerdropdown .dropdown-menu li a {
    border-bottom: solid 1px #eee;
}

    .pickerdropdown .dropdown-menu li a span.text {
        font-size: 12px !important;
    }

.patient-actions-bar {
    margin-top: 10px;
}

.dropdown-toggle {
    font-size: 12px;
}

.patients-card {
    display: block;
    padding: 25px 10px 25px 10px;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    border: solid 3px #efefef;
    margin-bottom: 30px;
    border-bottom: solid 3px #d2d2d2;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    cursor: pointer;
}

    .patients-card:hover {
        border-bottom-color: var(--primary-color);
    }

.card-left-col {
    border: solid 1px #ccc;
    text-align: right;
    padding-right: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding-left: 10px;
    box-shadow: 5px 0px 10px #eaeaea;
    border-radius: 0px 5px 5px 0px;
    margin-left: -15px;
}

.card-left-col, .card-right-col {
    display: inline-block;
    width: 57%;
    vertical-align: top;
    text-align: center;
}

.card-right-col {
    width: 36%;
    margin-left: 20px;
    text-align: right;
}

.card-left-col .pname {
    font-size: 16px;
    color: var(--primary-color);
}

.card-right-col .pgender {
    display: inline-block;
    width: 100%;
    color: #969696;
    font-size: 16px;
    font-weight: 500;
}

.card-right-col .pdob {
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
    font-size: 16px;
}

.login-signup .dropdown-toggle {
    font-size: 12px;
    padding: 5px;
}

.login-signup .dropdown.bootstrap-select .dropdown-menu {
    width: 300px !important;
    min-width: 330px !important;
}

.login-signup .dropdown-menu .inner li a span.text {
    font-size: 12px !important;
}

.login-signup .dropdown-menu .inner {
    overflow-x: hidden;
}

.bs-searchbox .form-control {
    font-size: 12px;
    border-radius: 0px;
}

.disabled-bt {
    color: #ccc !important;
    cursor: no-drop !important;
}

    .disabled-bt:hover {
        background: #e1e1e1 !important;
        color: #ccc !important;
    }

.set-options {
    background: #fff;
    margin-top: 23px;
    font-size: 13px !important;
    border-radius: 10px;
    border: solid 1px;
}

    .set-options .field-wrap {
        margin-bottom: 0;
        margin-left: 4%;
        width: 45% !important;
        padding-bottom: 9px;
    }

.varification-form {
    text-align: center;
    margin-top: 16%;
}

    .varification-form button {
        bottom: auto !important;
        margin-top: 40px !important;
    }

.patient-edu-records {
    font-size: 12px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    height: 420px;
    box-shadow: -7px 0px 7px #e0e0e0;
    position: relative;
    overflow: hidden;
    padding-right: 8px;
}

.delete-record {
    color: var(--primary-color);
    cursor: pointer;
}

.patient-edu-records th {
    background: #7688a4;
    color: #fff;
}

.patient-edu-records td.content-title {
    color: var(--secondary-color);
    font-weight: 500;
}

.file-upload-control, .content-title-input {
    font-size: 12px;
}

.content-title-input {
    width: 99% !important;
}

.edu-headings {
    font-size: 14px;
    color: var(--primary-color);
    text-align: left;
    display: block;
    clear: both;
}

.padding-right-0 {
    padding-right: 0;
}

.content-inputs {
    margin-top: 13%;
    border: solid 1px #aaa;
    padding: 10px 7px 10px 7px;
    border-radius: 5px;
    background: #f6f6f6;
    box-shadow: inset 0px 0px 7px #ccc;
}

.record-video {
}

.pedu-heading {
    color: #7688a4;
    font-size: 21px;
    margin-top: 26px;
    background: #f6f6f6;
    padding: 5px;
    border: solid 1px #ccc;
}

.patient_education {
    margin-top: 20px;
}

.patient_education {
    text-align: center;
}

    .patient_education h4 {
        font-size: 17px;
        color: #6b6b6b;
        padding-top: 0;
        padding-bottom: 7px;
    }

.p-ed-date-time {
    font-size: 12px;
    color: #666;
    text-align: left;
    color: var(--primary-color);
    font-weight: bold;
}

.documents-content {
    width: 425px;
    height: 250px;
    background: #eee;
}

    .documents-content audio {
        margin-top: 24%;
    }

.image-docs {
    max-height: 230px;
}

.content-container {
    padding: 5px;
    cursor: pointer;
}

.rows-buttons {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
}

    .rows-buttons .add {
        font-size: 15px !important;
        color: var(--primary-color) !important;
        background: rgba(255, 255, 255, 1) !important;
        padding: 0 !important;
        margin-right: 10px !important;
    }

    .rows-buttons .remove {
        font-size: 15px !important;
        color: rgba(26, 156, 26, 0.9) !important;
        background: rgba(255, 255, 255, 1) !important;
        padding: 0 !important;
    }

.left-document-preview {
    background: #fff;
    position: fixed;
    width: 600px;
    height: 650px;
    box-shadow: 0px 0px 10px #ccc;
    right: 0;
    top: 0;
    z-index: 11;
    border-left: solid 2px var(--primary-color);
    padding: 10px;
    right: -620px;
}

.document-view-container {
    width: 580px;
    height: 630px;
    position: relative;
    overflow: hidden;
    margin-top: 19px;
}

.close-preview {
    position: absolute;
    color: var(--primary-color);
    font-size: 23px;
    top: -2px;
    left: 5px;
    text-shadow: 0px 0px 5px #ffdcdc;
    cursor: pointer;
}

.SignLogin-reset {
    padding-top: 30px;
}

.loginform-reset {
    margin-top: 0px;
}

    .loginform-reset h4 {
        margin-top: 10px;
        color: var(--secondary-color);
    }

.InvalidCode-text {
    display: block;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.SuccessCode h2 {
    text-align: center;
    margin-top: 17%;
    color: #28a745;
    font-size: 24px;
    background: #fff;
    padding: 40px 10px 40px 10px;
    box-shadow: 0px 6px 0px #ccc;
    border-radius: 10px;
}

    .SuccessCode h2 span {
        display: block;
        font-size: 55px;
        color: #e0e0e0;
    }

.patient_education_notes {
    text-align: left;
}

    .patient_education_notes .row {
        border-bottom: solid 1px #ccc;
        box-shadow: 0px 5px 5px #eee;
        margin-bottom: 10px;
    }

    .patient_education_notes h4 {
        margin-bottom: 0px;
    }

.vidyo-rendering-container .media-grid.video-grid .video-container.displayCropped:not(.video-muted).aspectRatioTooHigh:not(.vidyo-expanded) video {
    width: 54% !important;
}

.vidyo-rendering-container .media-grid.video-grid .video-container.displayCropped:not(.video-muted).aspectRatioTooWide:not(.vidyo-expanded) video {
    height: 35% !important;
}

.vidyo-rendering-container .media-grid .video-display-name-wrapper .video-display-name {
    display: none !important;
}

.vidyo-rendering-container .media-grid .video-display-name-wrapper .volume-indicator {
    display: none;
}

.videoContainer .video video {
    object-fit: contain !important;
}
.calls-counter{
   position: absolute;
    width: 19px;
    height: 17px;
    border-radius: 100%;
    background: var(--primary-color);
    font-weight: 500;
    color: #fff;
    top: -3px;
    right: 6px;
    font-size: 12px;

}
.paymentmodal{
    text-align:center;
}
.paymentmodal label{
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 1.4em;
}

.one-payment{
    border:solid 1px #ccc;
    background:rgba(255, 255, 255, 1);
    padding:10px;


    box-shadow: 0px 0px 5px #eee;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.hidden {
    display:none;
}
select {
    cursor: pointer;
}


.overLayWrap {
    content: "";
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#LoginDropBox.show ~ .overLayWrap {
    display: block;
}