body {
    font-family: helveticaNeueLightMediumCondenced;
    background-color: #fff;
}
html,
body,
.container-fluid {
    height: 100%;
}
.border-none {
    border: none !important;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px !important;
    font-size: 19px;
    border-radius: px;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.form-control::-webkit-input-placeholder {
    color: #333333;
}
.form-control::-moz-placeholder {
    color: #333333;
}
.form-control:-ms-input-placeholder {
    color: #333333;
}
.form-control:-moz-placeholder {
    color: #333333;
}
.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"] {
    font-family: helveticaNeueLightMediumCondenced;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-control:focus {
    border: 1px solid #666666;
}
.container {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}
.btn-primary {
    color: #fff;
    background-color: #539391;
    border-color: #488685;
}
.btn-success {
    background-color: #3c66ff;
    color: #fff;
    border: 1px solid transparent;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  border: 1px solid #3c66ff;
  background: #3c66ff;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    border: 1px solid #3c66ff;
    background: #3c66ff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    border: 1px solid #3c66ff;
    background: #3c66ff;
}

.text-white {
    color: #fff;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.health-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: sans-serif;
    color: #444444
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.dark-grey-text-color {
    color: #444444
}
.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.banner-pad-top {
    padding-top: 20px;
    padding-left: 50px;
    width: 100%;
    height: auto;
}
.full-height-container {
    height: 100% !important;
    text-align: center;
    display: table;
    width: 100%;
}
.disclaimerBody {
    width: 98%;
    max-height: 70vh;
    overflow-y: auto;
}
.disclaimers .disclaimerClose {
    margin-top: -10px;
    margin-right: -2px;
    font-size: 27px;
}
/*disclaimer css */
.dick-mark-accept {
  background-position: 0px 0px !important;
  line-height: 17px !important;
}
.no-event {
  pointer-events: none;
}
/*end*/

/* large screen more than 1550px */

@media screen and (min-width: 1550px) {
    .banner-pad-top {
        padding-top: 20px;
        padding-left: 50px !important;
        width: 1080px;
        !important;
        height: 1000px;
        !important;
    }
    #formpanel {
        width: 50% !important
    }
    #version {
        font-size: small !important;
        margin-top: -11% !important;
        margin-right: 15% !important;
    }
}
/* Media queries for i-pad portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-pad-top-portrait {
        padding-top: 20px;
        padding-left: 0px !important;
        width: 318px;
        height: auto;
        margin-right: auto !important;
        margin-left: auto !important;
        display: block !important;
    }
    #formpanel {
        width: 100% !important;
    }
    .drop-image {
        float: left !important;
        /*width: 30%;*/
    }
    .drop-image1 {
        display: none !important;
    }
}
/* Media queries for i-pad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-pad-top {
        padding-top: 20px !important;
        padding-left: 0px !important;
        width: 738px;
        height: 680px;
        margin-left: -50px !important;
    }
    #formpanel {
        width: 50% !important;
    }
}
@media screen and (max-width: 430px) {
    .mobile-hidden {
        display: none!important
    }
    .mobile-container {
        margin-right: 3%;
        width: 100%;
        !important height: auto;
    }
    #formpanel {
        width: 100% !important;
    }
    #version {
        margin-right: 10% !important;
        margin-top: -19% !important;
    }
}
@media (min-width: 430px) and (max-width: 580px) {
    .mobile-hidden {
        display: none!important
    }
    .mobile-container {
        margin-right: 3%;
        width: 100%;
        !important height: auto;
    }
    #formpanel {
        width: 100% !important;
    }
}
@media (min-width: 580px) and (max-width: 800px) {
    #version {
        font-size: 6px !important;
        margin-right: 6% !important;
        margin-top: -22% !important;
    }
    .banner-pad-top {
        height: 350px !important;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    #version {
        margin-right: 8% !important;
        margin-top: -20% !important;
    }
    .banner-pad-top {
        height: 500px !important;
    }
}
.associate-header {
    color: #333333;
    min-height: 16.43px;
    padding: 15px 0;
}
.createAccountAlerts {
    margin-bottom: 0px;
}
.skip-anchor-tag {
    float: right;
    padding: 6px;
}
/*Associate page css ends here*/

.login-form {
    padding-top: 25px;
}
.login-controls {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    max-height: 60px;
}
.login-form-error {
    padding-top: 15px;
}
.sign-in-wrapper {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.forget-pwd-body .sign-in-wrapper {
    margin-top: 20px;
}
.sign-in-wrapper .btn {
    padding: 22px 98px;
    border-radius: 4px;
    line-height: 5px;
    font-size: 20px;
    font-family: helveticaNeueLightRegularCondenced;
    letter-spacing: 1px;
}
.sign-in-wrapper .btn:hover {
    background-color: #3c66ff;
}
.btn-warning {
    background-color: #3c66ff;
}
.connect-with {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 0px 0;
    float: left;
    opacity: 0.85;
    filter: Alpha(opacity=85);
}
.connect-with span {
    text-align: center;
    width: 33%;
    display: inline-block;
}
.connect-with-text {
    width: 100% !important;
}
.form-signin-heading {
    padding: 45px 60px 23px 60px;
}
.img-responsive {
    margin: auto;
}
.login-form,
.forget-pwd-body,
.new-user-body {
    padding: 10px 15px 5px 15px;
    float: left;
    opacity: 0.85;
    filter: Alpha(opacity=85);
    margin-bottom: 0;
    width: 100%;
}
.login-alexa, .assosiate-form {
  padding: 10px 15px 70px 15px !important;
}
.forget-pwd-body {
    padding: 10px 15px 75px 15px;
}
.new-user-body {
    padding: 10px 15px 5px 15px;
}
.social-login {
    width: 100%;
    float: left;
}
.border-indicator {
    border: 1px solid #999998;
}
.connect-with-text {
    position: relative;
    top: 4px;
}
.social-controls {
    float: left;
    position: relative;
    width: 100%;
}
.soc-control label {
    color: #666666;
}
.terms-and-conditions-styling {
    max-height: 90%;
    overflow-y: hidden;
    border-radius: 0px !important;
}
.terms-and-conditions-styling .modal-body {
    height: 415px;
    overflow-y: scroll;
}
.terms-and-conditions-styling .modal-footer {
    background: #fff;
    width: 100%;
}
.btn-warning.hoverClass {
    color: #fff;
    background-color: #3c66ff;
    border-color: #3c66ff
}
.patient_bgn {
    background: url(/assets/images/patient-login-splash-new.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 15% 50%;
}
.fcrc_bgn {
    background: url(/assets/images/brandinglogo/fcrc/login-splash.png) no-repeat fixed center;
}
.create-signup {
    width: 72%;
    margin: 0 auto;
}
.btn-forgot {
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #555;
    background-color: #eee;
}
.bgn-layer {
    position: absolute;
    top: 33%;
    width: 100%;
}
.bgn-layer-virtual {
    background-color: #3c66ff;
    min-height: 135px;
    opacity: 0.72;
    filter: Alpha(opacity=72);
    background-image: url(/assets/images/360.png);
    background-repeat: no-repeat;
    background-position: 26% 47%;
}
.bgn-bottom-layer {
    position: absolute;
    bottom: -15%;
    width: 100%;
}
.bgn-bottom-layer-copyrights {
    background-color: #fff;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
}
.form-panel {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.signInForm {
    margin: 0 auto;
    float: none !important;
    border: 0px;
    min-width: 275px;
    max-width: 360px;
    padding: 16px;
    display: inline-block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1), 0px 11px 15px rgba(0, 0, 0, 0.06), 0px 4px 20px rgba(0, 0, 0, 0.07);
}

.social-logins-bottom {
    background-color: #fff;
    float: left;
    opacity: 0.85;
    filter: Alpha(opacity=85);
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 0 50px 0;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 7px 12px;
    font-size: 14px;
}
.btn-signIn {
    padding: 13px 12px;
    font-size: 18px;
    line-height: 1;
}
.btn-create {
    border-radius: 8px;
    background-color: #3c66ff;
}
.btn-signIn:hover,
.btn-forgot:hover {
    background-color: #3c66ff;
}
.alert {
    text-align: center;
}
.labelTitle {
    width: 110px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 2.428571;
}
.reset-password-field {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
    /*background-color: #eee;*/
    border: 1px solid #666666;
    border-radius: 4px;
    color: #333333;
    padding: 8px 10px;
    height: auto;
}
.form-header {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #666666;
    margin: 0 0 25px 0;
}
.application-Version {
    position: relative;
    right: 20px;
    font-size: 13px;
    line-height: 30px;
}
/* .homehealth_bgn {
    background: url(/assets/images/brandinglogo/login_bg.jpg) no-repeat;
    background-size: cover;
    overflow-x: auto;
    background-position: 15% 75%;
} */
.homehealth_bgn {
    background: #F5F6F8;
    background-size: cover;
    overflow-x: auto;
    background-position: 15% 75%;
}
.nopadding {
    padding: 0px;
}
.createMobileEmail {
    width: 100%;
    float: left;
}
.patient_bgn .logo {
    float: none !important;
    margin: 0 auto !important;
    max-width: 240px;
}
.pfizer-login-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    background-color: #FFFFFF;
    padding: 10px 20px 0 0;
}
.gender-group {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.affiliationCodeTitle {
    width: 100%;
    float: left;
    text-align: left;
    font-family: helveticaNeueCondencedRegular;
}
/* fix iOS bug not displaying 100vh correctly */
/* ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .disclaimerBody {
        max-height: 500px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .disclaimerBody {
        max-height: 810px;
    }
}
/* iphone5 */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .disclaimerBody {
        max-height: 200px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .disclaimerBody {
        max-height: 450px;
    }
}
/* iPhone 4 */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .disclaimerBody {
        max-height: 200px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .disclaimerBody {
        max-height: 350px;
    }
}
/** used from patient-login css ends here **/
/** css for login with mobile starts **/

.login-register {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.loginTitle {
    float: left;
    margin: 0;
}
.login-register label.register-text {
    width: 110px;
    font-family: helveticaNeueCondencedRegular;
    font-size: 0.90em;
    color: #cbcbcb;
    text-align: left;
    margin-left: 0;
}
@media (min-width: 320px) and (max-width: 800px) {
    .login-register label.register-text {
        font-size: 0.75em;
    }
}
.login-register label {
    float: left;
    line-height: 42px;
    width: auto;
    font-size: 16px;
    color: #ccc;
    margin: 0 5px;
}
.login-register label.labelText {
    padding: 8px 0px;
    background-color: #eee;
    border-radius: 10px;
    line-height: 26px;
    width: 68px;
    text-align: center;
    color: #999999;
    margin: 0;
    text-transform: uppercase;
}
.login-register label.labelText.active {
    background-color: #f0ad4e;
    color: #fff;
}
input#countryCodeFlag, input#phone {
    width: 55%;
    float: right;
    padding: 8px 0 6px 10px !important;
    border-radius: 4px;
    border: 1px solid #666666;
    color: #333333 !important;
    min-height: 43px;
}
#emailRadio, #mobileRadio {
    display: none;
}
/*.password-field,
.confirmPassword-field.active {
    opacity: 1;
}
.confirmPassword-field {
    opacity: 0.5;
}*/
.reset-password-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.reset-password-field::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
.reset-password-field:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
.reset-password-field:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}
.loginForm input[type=radio] {
    /*top: -2px;*/
}
#gender input[type=radio]:not(old) {
    width: 15px;
    margin: 0;
    /*padding: 0;
    -webkit-appearance: progress-bar;*/
    float: left;
    left: -3px;
}
#gender input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -16px;
    padding-left: 33px;
    background-image: url(/assets/images/check_box1.png);
    background-repeat: no-repeat;
    background-position: 0 -24px;
    line-height: 24px;
    font-size: 17px;
    color: #c1c1c1;
}
#gender input[type=radio]:not(old):checked + label {
    background-position: 0 0px;
    color: #3c66ff;
}
#gender input[type=radio]:not(old):checked + label.radioMale {
    background-position: 105px 0px !important;
}
#gender span {
    text-transform: capitalize;
    color: #333333;
    float: right;
}
.radioMale {
    padding-left: 0px !important;
    background-position: 107px -24px !important;
    position: relative;
    width: 135px;
    text-align: center;
}
#gender {
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
.form-signin .checkbox {
    text-align: left;
    margin-left: 5px;
}
.checkbox input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.checkbox input[type=checkbox]:not(old) + span {
    display: inline-block;
    margin-left: 0px;
    padding-left: 22px;
    background-image: url(/assets/images/check_box1.png);
    background-repeat: no-repeat;
    background-position: 0 -15px;
    line-height: 24px;
    font-size: 17px;
    color: #333333;
    background-size: 16px 32px;
}
.checkbox input[type=checkbox]:not(old):checked + span {
    background-position: 0 6px;
}
.checkbox label {
    padding-left: 0px;
}
.signup-submit a {
    padding: 22px 60px;
    font-size: 20px;
    border-radius: 4px;
    line-height: 5px;
    font-family: helveticaNeueLightRegularCondenced;
    letter-spacing: 1px;
}
.signin-redirect {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    font-family: helveticaNeueCondencedRegular;
    font-size: 17px;
    color: #333333;
    text-decoration: underline;
}
.signin-redirect a {
    color: #333333;
}
.email-forgot {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 19px;
    border-radius: 4px;
    border: 1px solid #666666;
    color: #333333 !important;
}
/** css for login with mobile ends **/
/** CSS for language change dropdown Starts here **/

.open > .dropdown-menu {
    display: block;
}
.language-drop-down-select {
    min-width: 155px;
}
.lang-dropdown {
    padding: 5px 49px 15px 49px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}
.dropdown-menu li a {
    font-size: 15px;
}
.list-country {
    cursor: pointer;
    padding: 10px 0px 10px 0px;
}
.open > a {
    outline: 0;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-menu {
    border-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 31px;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}
/** CSS for language change dropdown Ends here **/
/** IntlInput custom CSS starts **/

.intl-tel-input .selected-flag {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #666666;
    border-radius: 4px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    text-align: left;
    padding: 5px 0 0 40px;
    color: #333333;
    font-size: 20px;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input .flag-container {
    width: 40%;
    float: left;
    box-sizing: border-box;
    position: static;
    margin: 0;
    padding: 0;
}
.intl-tel-input .selected-flag {
    width: 100%;
    height: 43px;
}
.intl-tel-input .country-list {
    max-width: 300px;
    overflow-x: hidden;
    text-align: left;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;
}
/**  IntlInput custom CSS end **/

.login-footer {
    padding: 5px 0 0 0;
}
.footerText {
    line-height: 27px;
    font-size: 13px;
}
.social-icons-control {
    width: 28%;
    margin: 0 auto;
}
.link-controls a {
    color: #333333;
    font-family: helveticaNeueLightMediumCondenced;
    text-decoration: underline;
}
.link-controls {
    display: inline-block;
}
.soc-log-fb {
    max-width: 100%;
    opacity: 0.8;
}
.soc-log-twitter {
    max-width: 100%;
    opacity: 0.6;
}
.soc-log-fb:hover {
    opacity: 1;
}
.soc-log-twitter:hover {
    opacity: 1;
}
.logo-bottom {
    width: 100%;
    float: left;
    text-align: right;
}
.logo-bottom img {
    padding: 20px 15px 10px 0;
    max-width: 150px;
}
.login-type-select {
    width: 91%;
    margin: auto;
    font-family: helveticaNeueLightMediumCondenced;
    text-transform: lowercase;
}
.login-type-select [type="radio"],
.login-type-select [type="radio"]:checked {} .login-type-select label {
    color: #666666;
    margin-top: 2px;
}
.login-type-select span {
    padding: 0 0 0 5px;
    color: #333333;
}
.forget-pwd-text {
    text-align: left;
    font-family: helveticaNeueLightRegularCondenced;
}
.new-user-submit a {
    padding: 22px 45px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 5px;
    font-family: helveticaNeueLightRegularCondenced;
    letter-spacing: 1px;
}
.new-user-submit a:hover {
    background-color: #3c66ff;
}
.close {
    height: 18px;
}
.text-danger {
    color: #a94442;
}
.new-user-body.form-signin input[type="password"]::-webkit-input-placeholder {
    color: #999999;
}
.new-user-body.form-signin input[type="password"]::-moz-placeholder {
    color: #999999;
}
.new-user-body.form-signin input[type="password"]:-ms-input-placeholder {
    color: #999999;
}
.new-user-body.form-signin input[type="password"]:-moz-placeholder {
    color: #999999;
}
