﻿@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
    font-family: 'Lato', sans-serif;
}

/* hide extra space on screen when no error msg */
.field-validation-valid {
    display: none;
}

li.nav-item {
    padding: 0 1em;
}

    li.nav-item a:hover {
        color: #fff;
    }

#headerNavList li.nav-item {
    padding: 0 0.5em;
}

.bg-white {
    background-color: #ffffff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.k-textbox.input-validation-error:hover {
    border-color: #e51937;
    box-shadow: 0 0 0 0.1rem #e51937;
}

.k-textbox.input-validation-error {
    border: 1px solid #e51937;
    background: url(../../img/upp/mhango/errorIcon.svg) 98% center no-repeat;
}

select.dropdown-label.input-validation-error {
    border: 1px solid #e51937 !important;
}

.alert-messages.error {
    border: solid 1px #e51937;
    background-color: #fbdde1;
    color: #e51937;
}

.alert-messages.important {
    border: solid 1px #d06400;
    background-color: rgba(208, 100, 0, 0.15);
}

.alert-messages.success {
    border: solid 1px #0f803e;
    background-color: #e3ece7;
}

.alert-messages.info {
    border: solid 1px #13499f;
    background-color: #f3f6fa;
}

.alert-messages.myvisitsimportant {
    background-color: rgba(208, 100, 0, 0.15);
}

.alert-messages.myvisitsinfo {
    background-color: #f3f6fa;
}

.secqa.k-checkbox_label:before {
    top: inherit;
    margin-top: 5px;
}

.secqa.k-checkbox_label svg {
    top: inherit;
    margin-top: 9px;
}

.textbox-password-wraper input::-ms-reveal, input::-ms-clear {
    display: none;
}

.upp-pwd-visibility {
    font-size: 25px !important;
    position: absolute;
    color: #767676 !important;
}

    .upp-pwd-visibility.normalLogin {
        right: 10px;
        bottom: 10px;
        margin: 13px 0 0;
        top: inherit;
    }
/* for safari*/
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .upp-pwd-visibility.normalLogin {
            margin: -35px 0 0 !important;
        }
    }
}

/*.upp-pwd-visibility.first-lite-account {
    right: 10px;
    margin: 3px 0 0;
    top: inherit;
}*/
.upp-pwd-visibility.first-lite-account {
    right: 30px;
    margin: 3px 0 0;
    top: 11px;
    bottom: 33px;
}

.upp-pwd-visibility.newPwd {
    right: 30px;
    margin: 13px 0 0;
    top: inherit;
}

.upp-pwd-visibility.changePsw {
    right: 30px;
    margin: 3px 0 0;
    top: inherit;
}


.upp-pwd-visibility.firstTime {
    left: 350px;
    margin-top: 2%;
    position: absolute;
}

@media only screen and (max-width: 328px) {
    .upp-pwd-visibility.firstTime {
        left: 77%;
        margin-top: 4.4%;
        position: absolute;
    }
}

@media only screen and (min-width: 328px) and (max-width: 385px) {
    .upp-pwd-visibility.firstTime {
        left: 80%;
        margin-top: 3.4%;
        position: absolute;
    }
}

@media only screen and (min-width: 385px) and (max-width: 438px) {
    .upp-pwd-visibility.firstTime {
        left: 83%;
        margin-top: 3.2%;
        position: absolute;
    }
}

@media only screen and (min-width: 438px) and (max-width: 992px) {
    .upp-pwd-visibility.firstTime {
        margin-top: 2.5%;
    }
}

.upp-pwd-visibility.fa-eye:before {
    content: url(../../img/upp/mhango/visibility-on.svg);
}

.upp-pwd-visibility.fa-eye-slash:before {
    content: url(../../img/upp/mhango/visibility-off.svg);
}

.k-textbox.input-validation-error + .upp-pwd-visibility.newPwd {
    right: 50px !important;
    margin: 14px 0 0 !important;
}

.k-textbox.input-validation-error + .upp-pwd-visibility.normalLogin {
    right: 50px !important;
    bottom: 32px !important;
    margin: 14px 0 0 !important;
}

.k-textbox.input-validation-error + .upp-pwd-visibility.changePsw {
    right: 50px !important;
    margin: 4px 0 0 !important;
}

.alert-messages .alert-icons {
    margin-bottom: 4px;
    /*vertical-align: middle;*/
    border-style: none;
    position: relative;
    top: 6px;
}

.alert-icon-important:before {
    content: url(../../img/upp/mhango/important.svg);
}

.alert-icon-info:before {
    content: url(../../img/upp/mhango/info.svg);
}

.alert-icon-success:before {
    content: url(../../img/upp/mhango/success.svg);
}

.alert-icon-error:before {
    content: url(../../img/upp/mhango/error.svg);
}

.customCloseIcon:before {
    content: "\00d7";
    padding-left: 5px;
}

.close-icon {
    content: url(../../img/upp/mhango/close.svg);
}

.location-icon:before {
    content: url(../../img/upp/mhango/location-icon-inactive.svg);
}

.btn:focus .location-icon {
    content: url(../../img/upp/mhango/location-icon-active.svg);
}

.custom-icon {
    font-size: 12px;
    margin-left: -5px;
    margin-right: 5px;
    margin-top: 2px;
    width: 1em;
    height: 1em;
    height: 1em;
}

@media all and (-ms-high-contrast: none) {
    .custom-icon > img {
        margin-bottom: 13px;
    }
}

.plus-icon {
    content: url(../../img/upp/mhango/plus.svg);
}

.check-icon {
    /*    content: url(../../img/upp/mhango/checkmark.svg);*/
    content: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' d='M 22.59375 3.5 L 8.0625 18.1875 L 1.40625 11.5625 L 0 13 L 8.0625 21 L 24 4.9375 Z'/%3E%3C/svg%3E");
}

.check-img {
    width: 60%;
}

.left-arrow-icon {
    content: url(../../img/upp/mhango/left-arrow.svg);
}


.down-caret-icon {
    width: 22px;
    height: 10px;
    top: -1px;
    position: relative;
    border: none;
    background: url(../../img/upp/on/icon-select.png) no-repeat center right;
    background-size: 100%;
}

.view-icon {
    content: url(../../img/upp/mhango/view.svg);
}

.view-icon-custom {
    position: relative;
    top: 7px;
    margin-left: 3px;
}

.bs-modal-header {
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container.main-container {
    min-height: calc(100vh - 136px);
    padding-top: 1rem;
}

    .container.main-container.reduce {
        min-height: calc(100vh - 220px);
        padding-top: 1rem;
    }

footer.page-footer {
    padding: 10px;
    padding-top: 20px;
    background-color: #f3f6fa;
    color: white;
}

    footer.page-footer a {
        color: #13499f;
    }

.list-inline-item a:hover {
    text-decoration: none;
}

.list-text-decoation:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .container.main-container {
        padding-bottom: 6rem;
        min-height: calc(100vh - 280px);
    }
}

.login-text {
    font-size: 0.9em;
}

@media only screen and (max-width: 576px) {
    .login-text {
        font-size: 1em;
    }
}

.first-time-login-btn-set {
    width: 420px;
}

.heading {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.03px;
    color: #221e1e;
}

.login-form {
    margin: 0 auto;
    width: 320px;
}

@media only screen and (max-width: 600px) {
    /*for bug 67951*/
    .upp-pwd-visibility.normalLogin {
        right: 10px;
    }

    .upp-pwd-visibility.first-lite-account {
        right: 10px;
    }

    .upp-pwd-visibility.newPwd {
        right: 60px;
    }

    .upp-pwd-visibility.changePsw {
        right: 60px;
    }
}

.vertical-line, .myvisits-vertical-line {
    border-left: 2px solid #13499f;
    width: 0px;
    height: auto;
    margin: 0;
    margin-right: 0.5rem;
}

.myvisits-vertical-line, .myvisits-vertical-line-left {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 !important;
    height: 45px !important;
}

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand-custom .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

.vertical-line {
    border-left: 2px solid #13499f;
    width: 0px;
    height: auto;
    margin: 0;
    margin-right: 0.5rem;
}

.vertical-line-right::after {
    content: "";
    display: inline-block;
    border-right: 2px solid #13499f;
    padding-right: 0.5rem;
    height: 1.2rem;
    vertical-align:sub;
}

.navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand-custom .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

.vertical-line {
    border-left: 2px solid #13499f;
    width: 0px;
    height: auto;
    margin: 0;
    margin-right: 0.5rem;
}

.navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand-custom .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

.navbar-nav, .right-menu {
    padding: 0;
    display: flex;
}

    .right-menu .mobile {
        order: -1;
        margin-bottom: 20px;
        padding: 0;
    }

    .right-menu:not(.mobile) .header-active-items {
        box-shadow: none;
    }

@media only screen and (min-width: 1600px) {
    .main-container {
        max-width: 1460px !important;
    }
}

@media only screen and (max-width: 640px) {
    .navbar-expand-custom {
        height: 51px;
    }
}


.align-checkbox:before {
    left: 0px !important;
}


/*IE*/
/* IE10+ CSS styles go here */
@media all and (min-width: 780px) and (-ms-high-contrast: none),all and (min-width: 780px) and (-ms-high-contrast: active) {
    .footer-inline {
        white-space: nowrap;
    }
}

@media all and (max-width: 1600px) and (-ms-high-contrast: none), all and (max-width: 1600px) and (-ms-high-contrast: active) {
    .bottom-margin {
        margin-top: 2rem !important;
    }
}


@media only screen and (min-width: 1200px) {
    .flyclear-togglePassword {
        float: right;
        margin-top: 13px !important;
        margin-left: -55px !important;
        position: absolute;
        z-index: 2;
    }
}

@media only screen and (min-width: 567px) and (max-width: 1199px) {
    .flyclear-togglePassword {
        float: right;
        margin-top: 13px;
        margin-left: -55px;
        position: absolute;
        z-index: 2;
    }
}

@media only screen and (min-width: 407px) and (max-width: 567px) {
    .flyclear-togglePassword {
        float: right;
        margin-right: 31px !important;
        margin-top: 13px !important;
        margin-left: -55px !important;
        /*margin-top: -36px !important;*/
        position: absolute;
        z-index: 2
    }
}

@media only screen and (max-width: 406px) {
    .flyclear-togglePassword {
        float: right;
        margin-right: 31px !important;
        margin-top: -37px !important;
        position: relative;
        z-index: 2;
    }
}

/*
.k-button:hover {
    color: white !important;
    background-color: #0b2d65 !important; 
    border-color: #0b2d65 !important;
}


.k-button.k-outline:hover {
    background-color: #e3e9f3 !important;
    border: solid 1px #13499f !important;
}*/

.k-button.a-k-button:hover, .k-button.a-k-button:focus {
    color: #fff !important;
}

.inline-header {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .form-margin {
        max-width: 27% !important;
    }

    .margin-left {
        margin-left: 6.333333%;
    }
}

#loginProvinceSelector::-ms-expand {
    display: none;
}

#loginProvinceSelector {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}


@media all and (-ms-high-contrast: none), all and (-ms-high-contrast: active) {
    .upp-pwd-visibility.first-lite-account {
        top: 10px;
    }
}

@media all and (max-width:530px) {
    .mobile-width-auto {
        width: auto !important;
    }
}

#flyClearCreateAccountLink:hover {
    background-color: #e3e9f3 !important;
    border: solid 1px #13499f !important;
    color: #0056b3 !important;
}

#createAccountLink:hover {
    background-color: #e3e9f3 !important;
    border: solid 1px #13499f !important;
    color: #0056b3 !important;
}

@media all and (min-width:1200px) and (max-width:1706px) {

    #phoneErrorMsg {
        width: 90%;
    }

    #provinceErrorMsg {
        width: 90%;
    }

    #emailErrorMsg {
        width: 90%;
    }
}

@media all and (min-width:436px) and (max-width:480px) {

    #phoneErrorMsg {
        width: 90%;
    }

    #provinceErrorMsg {
        width: 90%;
    }

    #emailErrorMsg {
        width: 90%;
    }
}

@media all and (min-width:480px) and (max-width:545px) {

    #phoneErrorMsg {
        width: 72%;
    }

    #provinceErrorMsg {
        width: 72%;
    }

    #emailErrorMsg {
        width: 72%;
    }
}

@media all and (min-width:545px) and (max-width:767px) {

    #phoneErrorMsg {
        width: 70%;
    }

    #provinceErrorMsg {
        width: 70%;
    }

    #emailErrorMsg {
        width: 70%;
    }
}

@media all and (min-width: 1705px) {
    #phoneErrorMsg {
        width: 70%;
    }

    #provinceErrorMsg {
        width: 70%;
    }

    #emailErrorMsg {
        width: 70%;
    }
}

input::-ms-reveal {
    display: none;
}

.btn-light-focus:focus {
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%) !important;
}

.a-k-button:hover {
    color: #fff;
}

.my-visit-button:hover {
    color: white;
}

.footer-first-time-login {
    width: 100%;
    max-width: 360px;
}

.activate-account-btn {
    width: 100%;
    max-width: 360px;
}

.account-activate-forgotPasswordlink {
    max-width: 356px;
    width: 100%;
}

.need-help-logging-in {
    width: 100%;
    max-width: 360px;
}

.hyperLink {
    color: #13499f !important;
}

.myVisit-hyperlink {
    color: #0066cc !important;
    border-bottom: 1px solid #0066cc;
    text-decoration: none !important;
    cursor: pointer;
}

    .myVisit-hyperlink:hover {
        border-bottom: 2px solid #0066cc;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        text-decoration: none;
        text-shadow: 1px 0 0 #0066cc !important;
        cursor: pointer;
    }

.my-visit-logo-login-screen {
    width: 108%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .my-visit-logo-login-screen {
        width: 106%;
    }
}

.k-textbox.my-visit-button:hover {
    color: white;
}


#faqLink {
    white-space: nowrap;
}

#recaptchaErrorMsg {
    max-width: 360px;
}

.notification-span:focus {
    box-shadow: 0 0 0 0.2px white, 0 0 0 1px white, 0 0 0 2px white, 0 0 0 3px white, 0 0 0 5px #13499f;
    color: #0b1e3d;
    outline: none;
}

.hyperLink:focus, .link-light:focus {
    background-clip: content-box;
    padding: 1px;
}

.btn-registration-page {
    width: 165px;
}

.k-button.btn-myvisits-submit {
    background: #0066cc;
}

    .k-button.btn-myvisits-submit:hover {
        background: #0a62f5;
        background: #0a5be1;
    }

.btn-myvisitsregistration-page {
    width: 165px;
    border: 0px;
}

.btn-registration-verify {
    padding: 6px 14px !important;
    margin-left: 3%;
}

@media only screen and (max-width: 380px) {
    .btn-registration-verify.k-button.a-k-button {
        padding: 6px 11px !important;
    }
}

.modal-registration-page {
    border: solid 5px #13499f !important;
    border-radius: 10px !important;
}


.modal-border-top-registration-page {
    border-top: none !important;
}

.modelbox-header.myvisits-modal-border-top-registration-page {
    border-top: none !important;
    padding-left: 0px;
}

.modal-registration-btn {
    width: 85px;
    font-size: 16px !important;
}

.k-button.myvisits-modal-registration-btn {
    border: none;
    color: #0f71d3;
    padding: 5px 16px 10px 16px;
    min-height: 36px;
    background: white;
    box-shadow: none;
}

    .k-button.myvisits-modal-registration-btn:hover {
        background-color: #e9f1fe;
    }


.k-i-user-custom-outline {
    text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
    color: white;
    margin-top: -5px;
}

.k-i-close-custom-icon {
    font-size: .9em !important;
}

.modal-close-btn-registration-page {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.welcomeletter-link {
    color: #E51937;
}

.registration-page-checkbox-margin-left {
    margin-left: 2.7rem !important;
}

.k-person-icon {
    margin-top: -11px;
}

.margin-left {
    margin-left: 2%;
}

.ml-25 {
    margin-left: 25px;
}

.myvisits-footer-liststyle {
    padding-left: 30px;
    padding-top: 20px
}

.myvisit-success-message {
    max-width: 600px;
    padding-left: 10px;
    width: 60%;
}

.myvisit-success-icon {
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
}
.myvisit-success-icon img{
    max-width: 100%
}
.container-fluid.myvisits-footer-divstyle {
    padding-right: 0px;
}

.myvisits-page-footer {
    padding-top: 0px;
    padding-bottom: 0px
}

.help-modal-btn-width {
    width: 325px !important;
}

@media only screen and (min-width: 300px) and (max-width: 428px) {
    .help-modal-btn-width {
        width: 200px !important;
    }

    .myvisit-success-message {
        width: 75%;
    }
    .myvisit-success-icon {
        width: 25%;
    }
}

@media only screen and (max-width: 300px) {
    .help-modal-btn-width {
        width: 175px !important;
    }

    .myvisit-success-message {
        width: 75%;
    }

    .myvisit-success-icon {
        width: 25%;
    }
}

@media only screen and (min-width: 428px) and (max-width: 550px) {

    .myvisit-success-message {
        width: 70%;
    }

    .myvisit-success-icon {
        width: 30%;
    }
}

@media only screen and (min-width: 1199px) {
    .myvisits-login-margin-left {
        margin-left: 20%;
    }
}

.text-dark-small {
    color: #323d43 !important;
    font-size: smaller
}

.text-dark-blue-small {
    color: #13499f !important;
    font-size: smaller
}