﻿/*body {
    background: url(../assets/images/login/Guest.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
body {
    font-family: "Helvetica Now";
}
a:hover {
    text-decoration: none;
}

.page-container {
    position: relative;
}

.container-fluid {
    max-width: 1440px;
}
.login-bg-img {
    box-shadow: 0 0 6px 6px white inset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 16%;
    background-position-x: center;
}
/* Login header section */
.header-logo {
    margin: 20px 30px 25px 30px;
    position: fixed;
}
/* Login Panel section */
.panel {
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #ffffff;
    height: 100vh;
}

.panel-heading {
    font-size: 38px;
    line-height: 42px;
    color: #11406e;
    font-family: "Helvetica Now";
}

    .panel-heading .aon-care-text {
        color: #e11b22;
    }

.panel-body .sub-text {
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    font-family: "Helvetica Now";
    font-weight: 400;
    margin-top: 5px;
}

.panel-body .sub-heading {
    font-size: 28px;
    color: #000000;
    font-family: "Helvetica Now";
    margin: 30px 0px 10px 0px;
    font-weight: 600;
}
/*Kentico-10253*/
.sub-head-align {
    text-align: center !important;
}

.line {
    width: calc(50% - 20px);
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.line-head {
    margin-bottom: 33px;
}
/*Kentico-10253*/

.sub-panel-block {
    display: flex;
    /* padding: 0px 30px; */
    /* max-width: 460px;*/
    margin-bottom: 50px;
    margin-top: 2px;
}

.sub-panel {
    font-size: 12px;
    color: #007585;
    font-family: "Helvetica Now";
    font-weight: 400;
    display: inline-block;
    width: 40%;
    padding: 10px 10px;
    border: solid 1px #ccc;
}

    .sub-panel:nth-child(2) {
        width: 28%;
        border-radius: 0 !important;
    }

    .sub-panel:nth-child(3) {
        width: 32%;
    }

.sub-panel-block .right, .sub-panel-block .left {
    margin: 5px 0;
    padding: 10px;
}

.sub-panel.full {
    margin-top: 2px;
    width: 100%;
    border-radius: 6px;
}

.sub-panel .panel-body {
    display: block;
}

.sub-panel.full .panel-body {
    height: 36px;
    padding-top: 5px;
}

.sub-panel .panel-body a {
    color: #007585;
    display: block;
    font-size: 13px;
}

.sub-panel .sub-panel-text {
    display: inline-block;
    line-height: 18px;
    margin-left: 6px;
    vertical-align: middle;
    width: calc(100% - 35px);
}

img.sub-panel-img.member-login-img {
    width: 26px;
}

.sub-panel-text.member-login-div {
    margin-left: 5px;
}

.sub-panel-img {
    display: inline-block;
}

.sub-panel .sub-panel-text.member-login-div {
    display: none;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.login-fields:focus {
    /* border: none; */
    /* border-bottom: 1px solid black; */
    box-shadow: none;
}

.login-fields {
    font-size: 16px;
    color: #4a4a4a;
    font-family: "Helvetica Now";
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    height: 45px;
}

.password-show, .password-hide {
    font-size: 14px;
    color: #e11b22;
    font-family: "Helvetica Now";
    font-weight: 400;
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    cursor: pointer;
}

.password-hide {
    display: none;
}

.datepicker {
    display: none;
    margin: 0px 0px 40px 0;
    font-size: 16px;
    color: #4a4a4a;
    font-family: "Helvetica Now";
    font-weight: 400;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0px;
}

    .datepicker:focus {
        box-shadow: none;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
    }

    .datepicker.datepicker-dropdown.dropdown-menu {
        font-size: 12px;
        color: #393e47;
    }
    .forgot-password-link a {
        font-size: 14px;
        color: #393e47;
        font-weight: 400;
    }

.login-button, .reset-button {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 14px 35px;
    line-height: 24px;
    border-radius: 6px;
    background-color: #007585;
    font-size: 16px;
    color: #E5EFF0;
    font-family: "Helvetica Now";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    margin-bottom: 15px;
}

    .login-button:hover, .reset-button:hover {
        color: #E5EFF0;
        background-color: #007585;
        text-decoration: none;
    }

    .login-button:focus, .login-button:active, .reset-button:focus, .reset-button:active {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
/* Login Foooter CSS */
.footer {
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    font-family: "Helvetica Now";
    font-weight: 400;
    bottom: 0px;
    position: fixed;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.5));
    padding: 0 2% 0 2%;
    text-align: center;
    padding-top: 5px;
}

    .footer .footer-row {
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }

    .footer a {
        /* font-size: 14px; */
        color: #FFF;
        font-family: "Helvetica Now";
        font-weight: 400;
    }

.footer-main {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer-copyright {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFF;
}

footer ul {
    padding-left: 0px;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}

    footer ul li {
        display: inline-block;
        padding-right: 6%;
    }

.mobile-only-section {
    position: relative;
    display: none;
}

    .mobile-only-section .header-image {
        width: 100%;
    }
/*
    pop up for reset password
*/

.pop-up-container {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.7);
    height: 100%;
    z-index: 999;
    overflow-y: auto;
}

.content-row {
    margin: 4% auto;
    max-width: 375px;
    background-color: #FFF;
    border-radius: 6px;
}

.body-section {
    padding: 30px 30px 40px 30px;
    display: block;
    width: 100%;
}

.pop-up-container h3 {
    font-family: Helvetica Now;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #11406e;
    margin-bottom: 30px;
}

.pop-up-container label {
    display: block;
    font-family: Helvetica Now;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4f53;
    margin-bottom: 0px;
}

.close-dialog-btn {
    text-align: right;
    cursor: pointer;
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.pop-up-container input.login-fields {
    width: 97%;
    padding: 5px;
    margin-top: 10px;
}

.msg-div {
    display: block;
    font-family: Helvetica Now;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 10px;
}

.green {
    color: #82c505;
}

.red {
    color: #e11b22;
}

.reset-button {
    margin-top: 38px;
    margin-left: -2px;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .login-bg-img {
        height: 400px;
    }

    .panel.panel-default, .sub-panel-block {
        display: block;
    }

    .sub-panel {
        width: 100% !important;
        margin-top: 3px;
        box-shadow: none;
        margin: 0;
        padding-left: 0px;
        font-size: 16px;
    }

    .sub-panel-block .left {
        margin: 5px 0;
        padding: 10px;
    }

    .sub-panel-img {
        width: 20px;
    }
}

@media (max-width: 910px) and (min-width: 768px) {
    .footer {
        font-size: 12px;
    }

    /*footer ul li {
         margin-right: 17px; 
    }*/
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .row.login-form-conainer {
        padding: 0 15px;
    }

    .footer {
        padding: 0px;
    }

    .header-logo {
        position: relative;
    }

    .panel.panel-default {
        margin-top: 0px;
        max-width: 100%;
        padding: 15px;
        height: 100%;
    }

    body {
        background: none !important;
    }

    .panel {
        box-shadow: none;
        padding: 0;
    }

    /*.login-row {
        float: none;
    }*/

    /*.mobile-only-section {
        display: block;
    }*/


    .footer-main {
        margin-top: 15px;
    }

    .footer-copyright {
        text-align: left;
    }

    .footer {
        position: relative;
        float: none;
        background-image: none;
        background-color: #e11b22;
    }
}

@media (max-width: 575px) {
    .panel-heading {
        font-size: 28px;
        line-height: 1.14;
    }

    .sub-panel-text.member-login-div {
        margin-left: 2px;
    }



    .footer {
        font-size: 10px;
        padding-bottom: 5px;
    }
}

.scroll-top {
    width: 100%;
    position: relative;
    display: block;
}

.oval {
    width: 54px;
    height: 54px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    display: none;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: -10px;
    cursor: pointer;
    z-index: 10;
}

    .oval img {
        padding: 15px;
    }
/* datepicker css */
.ui-datepicker {
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    font-family: Helvetica Now;
    margin-top: 2px;
    padding: 0 !important;
    border-color: #2967a2 !important;
}

.ui-datepicker {
    width: 256px;
}

.openemr-calendar .ui-datepicker {
    width: 191px;
}

.ui-datepicker table {
    width: 256px;
    table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
    width: 191px;
    table-layout: fixed;
}

.ui-datepicker-header {
    background-color: #2967a2 !important;
    background-image: none !important;
    border-radius: 0;
    border: 1px solid #2967a2;
}

.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

    .ui-datepicker-next span {
        display: none !important;
    }

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #11406e;
    font-family: Helvetica Now !important;
    color: #fff;
    font-size: 14px !important;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
    font-family: Helvetica Now;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #11406e;
    width: 61px !important;
    border: none !important;
    font-family: Helvetica Now !important;
    color: #fff;
    font-size: 14px !important;
    text-align: left;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
    font-family: Helvetica Now;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #11406e !important;
    background-color: #fff !important;
    font-family: Helvetica Now !important;
    font-size: 14px !important;
}

    .ui-datepicker-month option[selected],
    .ui-datepicker-year option[selected] {
        background-color: #e5edf0 !important;
    }

.ui-datepicker .ui-state-hover {
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    font-family: Helvetica Now;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

    .ui-datepicker .ui-state-default.ui-state-highlight {
        border-color: #dcdcdc;
        background-color: #cad4e0 !important;
        color: #11406e !important;
    }

.openemr-calendar .ui-state-default {
    font-size: 10px;
    margin: 0;
}

.ui-datepicker td {
    width: 33px;
}

.openemr-calendar .ui-datepicker td {
    width: 26px;
}

.openemr-calendar .ui-state-default {
    width: 26px;
    height: 20px;
    line-height: 20px;
}

.ui-state-default.ui-state-hover {
    border-color: #dcdcdc;
    background-color: #afcdf5 !important;
}

.ui-datepicker .ui-state-active {
    border-color: #dcdcdc;
    background-color: #afcdf5 !important;
    color: #2967a2 !important;
}

.ui-datepicker-calendar thead tr th {
    font-family: Helvetica Now;
    color: #2967a2;
    font-size: 12px;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 10px;
}

.ui-datepicker-close {
    display: none;
}

.openemr-calendar .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Helvetica Now;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #2967a2;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}

.openemr-calendar .ui-state-default {
    border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
    margin-right: 10px !important;
}

.ui-datepicker .ui-datepicker-title select {
    margin-top: 0px !important;
}

/* Placeholder fly-in and fly-out CSS*/
span.placeholder {
    font-family: Helvetica Now;
    font-size: 16px;
    color: #4a4a4a;
    padding: 7px 0px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.75;
}

    span.placeholder.focus {
        opacity: 1;
        transform: scale(0.75) translateY(-100%) translateX(-17%);
        font-size: 13px;
        color: #393e47;
        font-family: Helvetica Now;
    }

.placeholder.date {
    display: none;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

#required-error, #alphanumric-error {
    color: #e11b22;
    font-family: Helvetica Now;
    font-size: 14px;
    padding-top: 5px;
}

.aon-care-text {
    color: #e11b22;
}

.invalid-login-popup {
    position: fixed;
    background-color: #eee;
    opacity: 0.95;
    top: 25%;
    margin-left: 2.5%;
    border-radius: 14px;
    padding: 20px 40px;
    width: 32%;
    color: #e11b22;
    font-size: 16px;
    font-weight: 600;
    font-family: "Helvetica Now";
}

@media only screen and (min-width: 1440px) {
    .invalid-login-popup {
        top: 32%;
        width: 27%;
        padding: 40px;
        margin-left: 5%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
    .invalid-login-popup {
        width: 92%;
        padding: 40px;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .invalid-login-popup {
        width: 92%;
        padding: 20px 10px;
   /*     margin-left: 0%;*/
    }
}

@media screen and (min-width: 1200px) and (min-height: 650px) {
    .panel-body .sub-heading {
        padding: 6vh 0px 6vh 0px;
        margin: 0px;
    }

    .panel-default {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 6vh;
    }

    .form-group {
        margin-bottom: 4vh;
    }

    .line-head {
        margin: 4vh 0;
    }

    .sub-panel-block{
        margin-top: auto;
        margin-bottom: 5%;
    }
}

@media screen and (min-width: 1200px) and (min-height: 900px) {
    .panel-body .sub-heading {
        padding: 8vh 0px 8vh 0px;
        margin: 0px;
    }

    .panel-default {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 8vh;
    }

    .form-group {
        margin-bottom: 5vh;
    }

    .line-head {
        margin: 8vh 0;
    }

    .sub-panel-block {
        margin-top: auto;
        margin-bottom: 5%;
    }
}