﻿@import url(vendor/jquery.mmenu.all.css);

@import url(vendor/jquery.mmenu.counters.css);

@import url(vendor/jquery.jscrollpane.css);

@import url(vendor/roboto.css);

@import url(../dist/css/bundle.min.css);

html {
    font-size: 1rem;
    box-sizing: border-box;
    transition: padding .25s ease;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-shadow: none;
    outline: none;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    outline: none;
    background: #fff;
    font-size: 14px;
    color: #333F48;
    line-height: 20px;
    text-shadow: none;
    transition: padding .25s ease;
}

body, html {
    font-family: 'Roboto-Regular';
    padding: 0;
    margin: 0;
    line-height: 20px;
}

div, p {
    font-size: 0.875rem;
    margin: 0rem;
    padding: 0rem;
    word-break: break-word;
    font-size: 0.875rem;
    text-shadow: none;
    outline: none;
}

a {
    color: #004C97;
}

    a, a:hover, a:focus, a:active {
        cursor: pointer;
        box-shadow: none;
        outline: none;
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
        }

hr {
    background: #F6F6F7;
    opacity: 1;
}

.global-nav {
    background: #2b3841;
    width: 100%;
    height: 3.188rem;
    margin: 0rem;
    padding: 0rem;
}

.ms-auto {
    margin-left: auto !important;
}

.logo {
    line-height: 46px;
    float: left;
}

    .logo img {
        float: left;
        height: 1.438rem;
        margin: 15px 15px 0px 10px;
    }

.brand-name {
    margin-top: 4px;
    float: left;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 300;
    margin-right: 0.313rem;
}

.product-name {
    margin-top: 4px;
    float: left;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.login-body-container {
    background: #F6F6F7;
    position: relative;
    height: calc(100vh - 3.188rem);
    overflow: auto;
}

.loginformContainer {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 427px;
    padding: 30px;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    background: #fff;
    border-radius: 3px;
}

.errormessage {
    font-style: italic;
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #CC2B2B;
}

.form-check-input[type=checkbox] {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    outline: 0 !important;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: none !important;
    height: 24px !important;
    width: 24px !important;
    border-radius: 3px;
    border-color: #818D95;
    min-height: inherit !important;
    line-height: inherit !important;
    margin: 3px 10px 0px 0;
}

.form-check {
    padding: 0;
}

.form-check-input:checked[type=checkbox] {
    background-color: #0067E7;
    border-color: #0067E7;
}

.form-check-label {
    cursor: pointer;
}

.form-label {
    margin: 0;
    color: #2b3841;
    font-size: 14px;
    font-weight: 400;
}

label {
    margin: 0rem;
    display: inline-block;
    outline: 0rem;
    font-size: 0.875rem;
    line-height: 30px;
    height: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: inherit;
}

.login-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 5px 0 20px 0;
}

.btn-primary {
    background: #004C97;
    border-color: #004C97;
}

    .btn-primary:hover {
        background: #002138;
        border-color: #002138;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        box-shadow: none !important;
    }

    .btn-primary.btn-activate {
        background: #0067E7;
        border-color: #0067E7;
        padding-left: 25px;
        padding-right: 25px;
    }

        .btn-primary.btn-activate:hover {
            background: #004C97;
            border-color: #004C97;
        }

.btn-login {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #2B3841;
    background: #fff;
    border: 1px solid #818D95;
}

    .btn-login:hover {
        background: #004C97;
        border-color: #004C97;
        color: #fff;
    }

    .btn-login img {
        width: 20px;
        margin-right: 10px;
    }

.forget-password {
    line-height: 30px;
    color: #004C97;
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: underline;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.form-control {
    border: 1px solid #818D95;
    border-radius: 3px;
}

    .form-control.error {
        border: 1px solid #CC2B2B;
        box-shadow: none;
    }

    .form-control:disabled {
        background: #EAEBEC;
        border: 1px solid #818D95;
    }

/*.noaccount-try-box {
    text-align: center;
    border-top: 1px solid #F6F6F7;
    padding-top: 20px;
    margin-top: 30px;
}*/

.noaccount-try-title {
    font-weight: 500;
    font-size: 20px;
    color: #2B3841;
    margin-bottom: 15px;
}

.social-login {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.btn-single-signon {
    background: #f2f2f2;
    border-radius: 3px 3px 0px 0px;
    font-weight: 600;
    color: #2B3841;
    border: 1px solid #818D95;
    box-shadow: none;
}

    .btn-single-signon.collapsed:hover, .btn-single-signon:hover {
        background: #f2f2f2;
    }

    .btn-single-signon.collapsed {
        border-radius: 3px 3px 3px 3px;
        background: #fff;
    }

    .btn-single-signon i {
        float: left;
        line-height: 22px;
        transform: rotate(0deg);
        transform: rotate(90deg);
    }

    .btn-single-signon.collapsed i {
        transform: rotate(0deg);
    }

    .btn-single-signon.btn:focus {
        box-shadow: none;
    }

.singlesignon-dropdown {
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #818D95;
    border-right: 1px solid #818D95;
    border-left: 1px solid #818D95;
}

    .singlesignon-dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .singlesignon-dropdown ul li {
            border-bottom: 1px solid #EAEBEC;
            text-align: center;
            margin: 0 15px;
            line-height: 35px;
        }

            .singlesignon-dropdown ul li:last-child {
                border: none;
            }

            .singlesignon-dropdown ul li a {
                color: #2B3841;
            }

                .singlesignon-dropdown ul li a:hover {
                    text-decoration: underline;
                }

.footer-container {
    background: #2B3841;
    padding: 75px 0;
}

.footer-logo {
    width: 53px;
    height: auto;
    margin-bottom: 12px;
}

.footer-address {
    color: #58B4E5;
    padding: 0;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}

.footer-container .container {
    max-width: 1100px;
}

.footer-container h3 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.footer-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-container li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

.footer-container a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

    .footer-container a:hover {
        text-decoration: underline;
    }

.footer-container h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.footer-container h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 0 0 0;
}

.footer-container .social a {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

    .footer-container .social a:hover {
        opacity: 0.8;
    }

    .footer-container .social a:last-child {
        margin-right: 0;
    }

.privacy-row {
    margin-top: 40px;
}

.facebook {
    background: #415796;
}

.twitter {
    background: #658cc5;
}

.linkedin {
    background: #3478b4;
}

.youtube {
    background: #415796;
}

.facebook, .twitter, .linkedin, .youtube {
    border-radius: 40px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.social {
    padding-right: 75px;
}

.footer-menu {
    width: 20%;
}

.footer-menu-container {
    display: flex;
}

.thanks-content {
    height: 500px;
}

    .thanks-content h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }

@media only screen and (max-width: 1250px) {
    .footer-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-menu {
        margin-bottom: 30px;
        display: inline-block;
        float: left;
        width: 23%;
        margin-right: 2%;
    }

    .footer-menu-container {
        display: block;
    }

    .footer-menu.logo-container {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .footer-menu {
        width: 100%;
        margin-right: 0%;
    }

    .privacy-row {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-container {
        padding: 50px 0;
    }

    .loginformContainer {
        max-width: 350px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .modal.fade.show {
        padding-left: initial !important;
    }

    .social-login {
        flex-direction: column;
        text-align: center;
    }

        .social-login div button {
            margin-bottom: 15px;
            min-width: 200px;
            text-align: left;
        }

        .social-login div:last-child button {
            margin-bottom: 0px;
        }

    .privacy-row {
        flex-direction: column-reverse;
    }

    .social {
        padding: 0;
        text-align: left;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hide-body {
    display: none;
}

.signout {
    border: 0px;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
    padding-top: 10px;
}

.btn-default {
    color: #58b4e5;
    background-color: #fff;
    border-color: #58b4e5;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #58b4e5;
        background-color: #e6e6e6;
        border-color: #1a74a4;
    }

    .btn-default:hover {
        color: #58b4e5;
        background-color: #e6e6e6;
        border-color: #239cdd;
    }

.btn-success {
    color: #fff;
    background-color: #61a60e;
    border-color: #538e0c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #46770a;
        border-color: #0f1902;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #46770a;
        border-color: #325607;
    }

.modal-fullscreen {
    z-index: 9;
}

    .modal-fullscreen .modal-dialog {
        margin: 0px;
        width: auto;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #acc3cf;
}

    .modal-backdrop.show {
        opacity: 0.85;
    }

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header {
    color: #333f48;
    font-size: 18px;
    font-weight: bold;
    justify-content: inherit;
}

    .modal-header button.close {
        margin-top: -14px;
    }

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-content {
    -moz-background-clip: padding;
    -moz-border-radius: 0;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/*
    Styles used for password eyeicon in changepassword
*/
.show-pwd {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    color: black;
}

.pwd-position {
    position: relative;
}
/*
    Style used to hide eye icon in edge browser
*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
/* 
    This is used for password progress bar
*/
.progress {
    height: 4px;
}

.progress-bar {
    background-color: green;
}

/*It is for field boxes must be outlined in red whenever there is an error in it*/
.registerformContainer input.input-validation-error {
    border-color: red;
}

.registerformContainer {
    margin: 50px auto 50px auto;
    padding: 30px;
    width: 525px;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    background: #fff;
    border-radius: 3px;
}

.mobilewarning {
    display: none;
    padding: 3px;
    color: #2B3841;
    text-align: center;
    border: 1px solid #FF8600;
    border-radius: 3px;
}

.warningicon {
    color: #FF8600;
    margin: auto;
    padding: 10px;
}

 /*typical phone screen resolution*/ 
@media only screen and (max-width : 667px) {
    .registerformContainer {
        width: 390px;
    }

    .mobilewarning {
        display: flex;
        flex-direction: row;
    }
}

.required-field::after {
    content: ' *'
}

.footer-container.platform-user-settings-footer {
    padding: 10px 0px;
}

.footer-container.platform-user-settings-footer .privacy-row {
        margin-top: 0px;
}

.user-setting-container .card, .user-setting-container .card-header, .user-setting-container .card-body {
    border-color: transparent;
}

.my-profile-cancel {
    margin-top: 10px;
}

.my-profile-return-button {
    position:fixed;
    left:25px;
    top:70px;
}

.my-profile-alert-check-mark {
    margin-right: 1%;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
    background: #004c97 !important;
    border-color: #004c97 !important;
    color: #fff !important;
    opacity: 0.7 !important;
}

/*Shows Gordian Icon as Eula popup Background screen*/
.landingPage-spinner {
    animation: landingPageOpacityPulse 1s ease-in-out infinite;
    opacity: 1;
    width: 20%;
}