html,
body {
    height: 100%;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    padding: 0 !important;
}

/* Bootstrap .container-fluid adds horizontal padding; remove for true edge-to-edge header/footer */
body.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Sticky footer: keep header + main + footer in normal flow; footer stays at bottom of viewport */
body.container-fluid > div[ng-controller] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Terms strip: outside .row so it is always 100% of the viewport (no Foundation max-width row) */
.login-top-banner {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

/* Same horizontal inset for top banner text, logo, and footer (matches on all viewports) */
.login-bar-inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

/* Full-width band; content aligns via .login-bar-inner (same as blue banner) */
.login-logo-strip {
    width: 100%;
    background-color: #fff;
}

.login-logo-strip .login-bar-inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

*, :before, :after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

header.slim-header {
    margin: 0;
    width: 100%;
    max-width: none;
}

.login-logo-strip header.slim-header,
.login-logo-strip .login-bar-inner {
    text-align: left;
}

.login-logo-strip .login-logo-link {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.login-logo-strip .login-logo-img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
}

.notification-bar {
    display: none;
    background-color: #2f85c8;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
}

.login-top-banner.notification-bar {
    padding: 10px 0;
}

.login-top-banner .login-bar-inner p {
    margin-bottom: 0;
}

.login-top-banner .login-bar-inner a {
    color: #fff;
}

.login-top-banner .login-bar-inner a:hover {
    color: #fff !important;
}

.grid-container {
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .grid-container a {
        color: #fff; /*text-decoration: underline;*/
    }

    .grid-container p {
        margin-bottom: 0;
    }

.login {
    margin: 30px auto;
    font-family: "Open Sans",sans-serif;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-title {
    font-family: "Open Sans",sans-serif;
    color: rgb(39, 39, 39);
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 60px;
}

.login a {
    color: #2f85c8 !important;
}



.login {
    -webkit-border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

#wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

#footer {
    width: 100%;
    flex-shrink: 0;
    margin-top: auto;
    position: relative;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
}



    #footer a {
        color: rgb(205, 168, 105);
        text-decoration: none;
    }

    #footer p {
        margin-bottom: 0px;
    }


a:hover {
    text-decoration: underline !important;
}

#footer .credits {
    border-top: 1px solid #d5d5d5;
}

/*Temp Css*/

.k-primary, .k-state-active {
    background: #2f85c8 !important;
    border-color: #10c4b2 !important;
}

.k-button:hover {
    background: #2f85c8 !important;
    border-color: #10c4b2 !important;
    color: white !important;
}
/*End Temp Css*/

/*Start Country Code*/
[type='tel'] {
    height: 2.10rem;
}

.iti__country-list {
    max-height: 200px;
    overflow-y: auto;
}

.table-hover > tbody > tr:hover .iti--separate-dial-code .iti__selected-flag {
    background-color: #999;
}

.iti.iti--allow-dropdown {
    margin: 0 0 1rem !important;
}

.table-hover > tbody > tr:hover .iti.iti--allow-dropdown input {
    color: rgba(0, 0, 0, .87) !important;
}

.iti__flag-container + input {
    color: #404040;
    border: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 7px;
}

.iti {
    width: 100% !important;
}
/*End Country Code*/
#Mobile_validationMessage {
    display: none;
}

.required {
    position: relative;
    color: #dc3545;
    top: 4px;
    left: -2px;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0d6efd !important;
        text-decoration: underline !important;
    }
