﻿/* You can add global styles to this file, and also import other style files */
/* @font-face {
  font-family: HelveticaNeue;
  src: url(./assets/fonts/HelveticaNeue-Roman.otf);
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(./assets/fonts/HelveticaNeueBold.ttf);
}
@font-face {
  font-family: HelveticaNeueMedium;
  src: url(./assets/fonts/HelveticaNeue-Medium.ttf);
} */
@font-face {
    font-family: HelveticaNeueRegular;
    src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
    src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url("../fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
    src: url("../fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("../fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype");
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url("../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
    src: url("../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("../fonts/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype");
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f6f8fa !important;
}

.body-container {
    margin: 0px;
    padding: 0px;
    font-family: HelveticaNeueRegular;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #f5f5f5 #efefef;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    height: 5px;
}

:hover::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    height: 5px;
    overflow: hidden;
}

:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: none;
}

.nav-page {
    display: none !important;
}

    .nav-page.logout {
        display: block !important;
    }

.navbar-brand > img {
    display: inline !important;
}
/*.main_container {
    overflow: hidden;
} */
/*.main_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.left_container {
    display: none;
    background-size: 100% 100%;
    min-height: 100vh;
    position: fixed;
    left: 0;
    z-index: 9;
}

button.btn.btn-secondary {
    margin-top: 15px;
}

.btn {
    text-transform: uppercase;
}

.carousel {
    position: relative;
    color: #fff;
    margin-left: -15px;
    top: 77px;
    display: block;
}

.carousel-indicators {
    margin-bottom: -14%;
    bottom: -365px;
    width: auto;
}

.carousel-indicators {
    position: relative;
    right: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li, .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 5px;
        background-color: #fff !important;
    }

    .carousel-indicators .active {
        opacity: 1;
    }

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 50%;
        border: none;
    }

.carousel-inner > .item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.right_container {
    min-height: 100vh;
    background-color: #fff;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 50%;
}
/*login form styles*/
.login-permit {
    margin-bottom: 10px;
}

    .login-permit p {
        color: #526171;
        margin-top: .3em;
        font-weight: 400 !important;
        letter-spacing: -.2px;
        font-size: 12px;
        margin-bottom: 0px;
        padding-left: 0;
        line-height: 18px;
    }

.loginSection {
    display: flex;
    flex-direction: column;
    color: #526171;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 100vh;
}
/*
    .loginSection {
    color: #526171;
    position: relative;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 20px;
    min-height: 100vh;
    background: #fff;
    background-color: #fff;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
}
*/
.card {
    max-width: 316px;
    margin: 0 auto;
}

.loginForget {
    padding: 15px 0;
}

.loginSection img.logo {
    width: 150px;
    margin-bottom: 30px;
}

.loginSection h2 {
    font-size: 22px;
    color: #212931;
    margin-bottom: 16px;
    font-family: HelveticaNeueMedium;
    margin-top: 0px;
}

    .loginSection h2.signIntext {
        font-size: 22px;
        font-family: HelveticaNeueMedium;
        margin-bottom: 1em !important;
        line-height: 1.2;
    }

        .loginSection h2.signIntext.sign_in {
            margin-bottom: 0;
        }

    .loginSection h2.sign_in {
        font-size: 24px;
    }

img {
    max-width: 100%;
}

.margin_top {
    margin-top: .3em !important;
    font-weight: 400 !important;
    margin-bottom: 16px;
    font-size: 16px;
}

.signIntext {
    margin-bottom: .5em !important;
    font-size: 22px;
}

.main-title {
    font-size: 22px !important;
}

.loginSection h2.signIntext.sign_in {
    font-size: 24px;
    /*margin-bottom: .5em !important;*/
    margin-bottom: 14px !important
}

.forget_container .loginSection h2.signIntext.sign_in {
    margin-bottom: 0px !important;
}
/*.form-control {
    width: 343px;
    max-width: 100%;
    outline: 0;
    font-size: 16px;
    text-transform: unset;
    padding: 12px 16px;
    height: 44px;
}*/
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

/*.form-group {
    line-height: 1.7;
}*/
    button:focus {
        outline: none !important;
    }

    .formField > input,
    .formField > textarea,
    .formField > select,
    .form-group > input,
    .form-group > textarea,
    .form-group > select {
        width: 400px;
        max-width: 100%;
        border-radius: 4px;
        border: solid 1px #dadbdc;
        background-color: #fff;
        outline: 0;
        font-size: 16px;
        line-height: 1;
        color: #212223;
        text-align: left;
        position: relative;
        text-transform: unset;
        padding: 12px 16px;
    }

        .form-group > input.userName {
            background: url(../img/round-person.svg) 12px no-repeat;
            padding-left: 40px;
            background-color: #fff;
        }

        .form-group > input.password,
        .form-group > input.cPassword {
            background: url(../img/round-lock.svg) 12px no-repeat;
            padding-left: 40px;
            background-color: #fff;
        }

        .formField > input:focus,
        .formField > textarea:focus,
        .formField > select:focus,
        .formField > input:focus.touched:invalid,
        .formField > textarea:focus.touched:invalid,
        .formField > select:focus.touched:invalid,
        .form-group > input:focus,
        .form-group > textarea:focus,
        .form-group > select:focus,
        .form-group > input:focus.touched:invalid,
        .form-group > textarea:focus.touched:invalid,
        .form-group > select:focus.touched:invalid {
            box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
            border: solid 1px #66332b;
            background-color: #fff;
        }

input:focus.touched:invalid + label.input_label + p,
textarea:focus.touched:invalid + label.input_label + p,
.dropdown:focus.touched:invalid + label.input_label + p {
    /* display: none; */
    visibility: hidden;
}

input:focus.touched:invalid + label.input_label,
textarea:focus.touched:invalid + label.input_label,
.dropdown:focus.touched:invalid + label.input_label,
.alert.error-text {
    color: #526171;
}

::-ms-clear {
    background-color: #17a85f;
}

.formField > input:hover,
.formField > textarea:hover,
.formField > select:hover,
.form-group > input:hover {
    opacity: 0.98;
}

.formField > input::placeholder,
.form-group > input::placeholder {
    color: #cfd4d9;
}

.formField > select::placeholder {
    color: #cfd4d9;
}

.formField > input:-ms-input-placeholder,
.form-group > input:-ms-input-placeholder {
    color: #cfd4d9;
}

.formField > input::-ms-input-placeholder,
.form-group > input::-ms-input-placeholder {
    color: #cfd4d9;
}

.formField > select::-ms-input-placeholder {
    color: #cfd4d9;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus::placeholder {
    opacity: 0;
}

.formField > input.touched:invalid,
.formField > textarea.touched:invalid,
.formField > select.touched:invalid,
.form-group > input.touched:invalid {
    border: solid 1px #d50000;
}

.formField > input:disabled,
.formField > textarea:disabled,
.formField > select:disabled .form-group > input:disabled {
    border: solid 1px #e4e6ea;
    background-color: #f1f2f3;
    cursor: no-drop;
}

input[type=text], input[type=password], input[type=cPassword] {
    height: 40px;
}

label {
    font-size: 14px;
    color: #34495e;
    top: 0;
    left: 0;
    margin: 0 0 8px;
    font-weight: normal;
}

button {
    border-radius: 4px !important;
    min-width: 100px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 3px 8px 0 rgb(45 51 72 / 10%) !important;
    letter-spacing: .2px;
    cursor: pointer;
    padding: 10px 16px !important;
    width: 100%;
    border: transparent;
    border: 1px solid transparent !important;
    line-height: unset !important;
}

    button.btn.btn-primary:disabled {
        background-color: rgba(102,51,43,.2) !important;
        opacity: 1;
    }

    button.btn.btn-primary {
        text-transform: uppercase !important;
        background-color: #66332b !important;
        color: #fff;
    }

.alert {
    position: relative;
    padding: 1.2rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin: 16px 0px !important;
    font-size: 16px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.errorMsg {
    color: #d50000;
    font-family: HelveticaNeueRegular;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .22px;
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.forgotPassLink {
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 38px;
}

    .forgotPassLink a {
        font-size: 14px;
        color: #526171;
        float: right;
        display: inline-block;
        text-decoration: none !important;
        cursor: pointer;
    }

.forgotUserLink {
    margin-top: -30px;
    line-height: 1.2;
}

    .forgotUserLink h6 {
        color: #526171;
        font-size: 14px;
        font-weight: 400;
        font-family: HelveticaNeueRegular;
        margin-top: 0px;
        line-height: 1.2;
    }
/*.card {
    padding-right: 15px;
}*/
.mailText a {
    color: #7d8b9b;
}

.disclaimerText.unauth {
    margin-bottom: 5em !important;
}

h2.signIntext img {
    max-width: 100%;
    height: 28px;
}

p.mailText {
    color: #526171;
    margin-top: .3em;
    font-weight: 400 !important;
    font-size: 14px;
    margin-bottom: 16px;
}

.discContainer p {
    font-size: 12px !important;
    margin-bottom: 10px;
    color: #526171;
    font-weight: 400 !important;
    letter-spacing: -.2px;
    margin: 0;
    margin-top: .3em;
}

.copyright p {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    font-weight: 400 !important;
    font-size: 12px !important;
}

    .copyright p, .copyright p a {
        font-size: 12px;
        letter-spacing: -.2px;
        color: #7d8b9b;
        margin: 0;
    }

        .copyright p a:hover {
            color: #66332b;
            text-decoration: underline !important;
        }

a {
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    color: #66332b;
}

.copyright {
    text-align: center;
}

.lead p {
    font-size: 16px;
}

input#Username {
    background: url(/img/round-person.svg) 12px no-repeat;
    padding-left: 40px;
    background-color: #fff;
}

input#Password {
    background: url(/img/round-lock.svg) 12px no-repeat;
    padding-left: 40px;
    background-color: #fff;
}

.loginForget {
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    display: flex;
}

button {
    outline: 0;
    /*border: 0 !important;*/
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #66332b;
    border-color: #66332b;
}
/* Terms and Condition page styles*/
.checkbox {
    left: 20px;
}

.container.body-container .termsPage {
    width: 40%;
    margin: 0 auto;
    position: absolute;
    top: 24%;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

button.btn.btn-secondary.cancelBtn {
    background: #000;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.form-control:focus {
    box-shadow: 0 8px 18px 0 rgb(91 92 105 / 20%), 0 0 1px 0 rgb(91 92 105 / 30%);
    border: 1px solid #66332b;
    background-color: #fff;
}
/*styles for devices*/
/*.login_form{
    display:flex;
    flex-direction: column;
}*/
@media(max-width:992px) {
    body {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .left_container {
        display: none !important;
    }

    .right_container {
        padding-left: 15px;
        background-color: #f6f8fa;
    }

    .loginSection {
        padding-bottom: 20px !important;
    }

    .card {
        max-width: 380px !important;
    }

    .loginSection img.logo {
        width: 180px;
        margin-bottom: 48px;
    }

    .loginSection h2 {
        font-size: 32px;
        color: #212931;
        margin-bottom: 0;
    }

    .copyright p {
        left: 0;
        width: 100%;
    }

    .main_container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        background: #f6f8fa !important;
        height: 100vh;
        overflow-y: scroll;
    }

    .discContainer {
        margin-bottom: 10px;
    }

        .discContainer p {
            font-size: 12px !important;
            margin-bottom: 30px;
        }

    .container.body-container .termsPage {
        width: 55%;
    }
}

@media (max-width: 711px) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 44px !important;
    }

    .left_container {
        display: none !important;
    }

    .right_container {
        background-color: #fff;
        min-height: 100vh !important;
    }

    .loginSection p {
        font-size: 16px;
    }

    .loginSection img.logo {
        width: 150px;
        margin-bottom: 40px;
    }

    .loginSection h2.sign_in {
        font-size: 24px;
    }
}

@media only screen and (min-width: 712px) and (max-width: 1138px) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1138px) and (orientation: landscape) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 40px;
    }
}

@media screen and (min-device-width: 740px) and (orientation: landscape) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 48px;
    }
}

@media screen and (orientation:portrait) and (min-device-width: 740px) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 48px;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 1024px) {
    input[type=text], input[type=password], input[type=cPassword] {
        height: 40px;
    }
}

@media only screen and (min-device-width: 712px) and (orientation: landscape) {
    .copyright {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .right_container {
        min-height: 100vh !important;
    }

    .copyright p {
        position: relative;
    }

    .carousel {
        top: 58px;
    }
}

@media (min-width: 712px) and (max-width: 991px) {
    .right_container {
        min-height: 100vh !important;
        overflow-y: hidden;
    }

    .row {
        margin-left: 0 !important;
        clear: both;
    }

    .loginSection h2.signIntext.sign_in {
        font-size: 32px !important;
    }

    button.btn.btn-primary {
        padding: 17px 16px !important;
        font-size: 16px;
    }
}

@media only screen and (min-width: 712px) and (max-width: 1138px) and (orientation: landscape) {
    // .carouselDiv ngb-carousel.carousel {
        // transform: translateY(225px) !important;
        //
    }

    .carouselDiv {
        background-size: 100% 94% !important;
        min-height: 90vh !important;
    }

    .copyright p {
        bottom: 0px !important;
        position: relative;
    }

    .copyright {
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .copyright {
        margin-top: 0 !important;
    }

        .copyright p {
            bottom: 20px !important;
        }
}

@media only screen and (min-width: 320px) and (max-width: 712px) and (orientation: landscape) {
    .copyright {
        margin-top: 100px !important;
    }
}

@media (max-width: 767px) {
    .container.body-container .termsPage {
        width: 85%;
    }

    .login-permit p {
        font-size: 12px;
    }
}

@media(min-width: 992px) {
    .container {
        width: 100%;
    }

    .col-lg-6.left_container {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .right_container.forget_container {
        margin-top: 0px;
    }

    /*.forget_container .copyright {
        text-align: center;
        position: fixed;
        bottom: 5px;
        left: 65%;
    }*/

    .logout-page {
        width: 50%;
        margin: 0 auto;
    }

    .left_container {
        display: block;
        width: 50%;
        float: left;
        position: fixed;
        left: 0;
    }

    /*
        .right_container {
        display: flex;
        flex-direction: column;
        color: #526171;
        position: relative;
        margin: 0 auto;
        padding: 0 20px;
        min-height: 100vh;
        margin-top: 10px;
        font-size: 16px;
        right: 0;
        margin-left: 50%;
    }
    */

    /*.carousel-indicators {
        bottom: 180px;
        left: 50%;
    }

    */

    .carousel-inner .carouselDiv1, .carousel-inner .carouselDiv2, .carousel-inner .carouselDiv3, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: block;
        background-size: cover !important;
        background-position: bottom !important;
        min-height: 100vh;
        width: 100%;
    }

    .carousel-inner .carouselDiv1 {
        background: url(../img/Homepage-Images-720x900-1.jpg) no-repeat;
    }

    .carousel-inner .carouselDiv2 {
        background: url(../img/Homepage-Images-720x900-2.jpg) no-repeat;
    }

    .carousel-inner .carouselDiv3 {
        background: url(../img/Homepage-Images-720x900-3.jpg) no-repeat;
    }

    /*.card {
        max-width: 330px;
        margin: 0 auto;
    }*/
}

@media (max-width: 1151px) {
    .discContainer p {
        font-size: 12px !important;
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) {
    /*.card {
        padding-right: 15px;
        max-width: 380px;
        margin: 0 auto;
    }*/
    /*
        .right_container {
        display: flex;
        flex-direction: column;
        color: #526171;
        position: relative;
        margin: 0 auto;
        padding: 0 20px;
        min-height: 100vh;
        margin-top: 50px;
        font-size: 16px;
    }
    */
}

@media only screen and (min-device-width: 1200px) {
    .copyright {
        margin-top: 24px !important;
    }
}

@media only screen and (max-device-width: 768px) and (orientation: landscape) {
    .loginSection {
        top: 30px !important;
    }
}

@media only screen and (width: 768px) {
    .loginSection {
        top: 0px !important;
    }

    .loginForget {
        min-height: 88vh;
    }

    .forget_container .loginSection {
        top: 0px !important;
    }
}

@media only screen and (max-width: 740px) and (min-width: 320px) {
    .copyright {
        margin-top: 0 !important;
    }
}

@media (max-width: 376px) and (min-width: 375px) and (orientation: landscape) {
    .copyright p {
        bottom: 20px !important;
    }
}

@media (min-width: 375px) and (max-width: 376px) and (orientation: portrait) {
    .loginForget {
        min-height: 83vh !important;
    }
}

@media only screen and (max-width: 412px) and (min-width: 740px) {
    .copyright {
        margin-top: 0 !important;
    }

        .copyright p {
            bottom: 10px !important;
        }
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
    .copyright p {
        position: relative;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px) and (orientation: landscape) {
    .copyright p {
        bottom: -10px !important;
        position: relative;
    }
}

@media (max-width: 480px) {
    .card {
        max-width: inherit;
    }

    .loginForget {
        display: block;
        padding-top: 0px;
    }
}



@media (max-width: 431px) {
    .login-permit p {
        padding-left: 0% !important;
    }
}

@media (max-width: 375px) {
    .row {
        margin-left: -15px !important;
    }
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
    .row {
        margin-left: -8px !important;
    }
}

@media (max-width: 430px) {
    .loginSection {
        padding: 0;
    }

    .row {
        margin: 0 !important;
    }
}
