﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Reset
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* eSight styles
-------------------------------------------------- */

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Noto Sans';
}

body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 8px;
    margin: auto;
    background-color: #fff;
    width: 400px;
    height: auto;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* style */
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    caret-color: black;
}

    main .change-password {
        width: 600px;
    }

footer {
    background-color: #fff !important;
    color: #607184;
    width: 100%;
    height: 42px;
    bottom: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 12px;
}

    footer .footer-label {
        color: #607184;
    }

.fullSize {
    height: 100%;
    width: 100%;
}

.defaultPadding {
    box-sizing: border-box;
    padding: 5px;
}

a {
    color: #47c6d3;
    font-weight: 600;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#MasterPageBody {
    overflow: hidden;
}

#MainBody {
    height: 100%;
    width: 100%;
    background-color: #FAFAFA;
    overflow: hidden;
}

#MenuPane {
    width: 100%;
    position: absolute;
    top: 0;
    overflow: visible !important;
}

#MainPane {
    width: 100%;
}

.MenuControlBanner {
    position: relative;
    height: 60px;
    width: 100%;
    background: url("") no-repeat;
    background-color: white;
}

#CompanyLogo {
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 40px;
    top: 0;
    margin: auto;
}

#ProductLogo {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 40px;
    top: 0;
    margin: auto;
}

.PageTitle {
    line-height: 40px;
    /*font-size: 20px;*/
    color: #081122;
    background-color: #FAFAFA;
    text-align: left;
    padding-left: 5px;
    overflow: hidden;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.ux-page-title {
    font-size: 20px;
}

.Card {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.ConfigBlock {
    margin: 0 0 13px 0;
    padding: 2px 0 6px 0;
    width: auto;
    font-family: 'Noto Sans';
}

.two-factor-configuration .ConfigBlock {
    overflow-y: auto;
}

.ConfigBlock label,
.ConfigBlock span,
.ConfigBlock input,
.ConfigBlock select {
    float: left;
    font-size: 13px;
}


.form-checkbox {
    height: 18px;
    width: 18px;
    align-self: center;
}

.ActionButtons {
    overflow: auto;
    border: 0;
    margin-top: 6px;
}

    .ActionButtons:only-child {
        margin-top: 0;
    }

    .ActionButtons button:nth-child(2) {
        margin-left: 4px;
    }

.ActionButton {
    padding: 2px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    text-align: center;
    background-image: none;
    background-color: white;
    border: 1px solid #081122;
    border-radius: 4px;
    height: 28px;
    font-family: 'Noto Sans';
    font-size: 14px;
    background-image: none;
}

    .ActionButton:hover {
        color: white;
        background-color: #081122 !important;
        border-color: #081122 !important;
        box-shadow: none !important;
        cursor: pointer;
    }


#login_details {
    width: 380px;
    background: #FFF;
    margin: 30px auto 0 auto;
    padding: 20px 30px 20px 30px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#LoginInfo {
    border-top: 1px solid rgba( 200, 215, 225, 0.5 );
    margin: 30px auto 5px auto;
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
    width: 420px;
}

#VersionInfo {
    width: 420px;
    margin: 10px auto 5px auto;
    text-align: center;
    font-size: 11px;
}

#LicenseRenewalInfo {
    font-size: 11px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

#CopyrightLogin {
    font-size: 11px;
    color: black;
    text-align: center;
}

.loginFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

    .loginFooter p,
    .loginFooter a {
        color: #aaa;
    }

@media (max-height: 700px) {
    .loginFooter {
        bottom: -999999px;
    }
}

#LoginText {
    width: 100%;
    text-align: center;
}

    #LoginText p {
        font-size: 9px;
        line-height: 12px;
    }

/*MAIN MENU */
#ex4 .p1[data-count]:after {
    position: absolute;
    right: 10%;
    top: 8%;
    content: attr(data-count);
    font-size: 40%;
    padding: .2em;
    border-radius: 50%;
    line-height: 1em;
    color: white;
    background: rgba(255, 0, 0, 0.85);
    text-align: center;
    min-width: 1em;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.menu-header-group-nobox {
    position: relative;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    color: #656565;
}

#AdvancedMenu {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 1000;
    float: left;
    background-color: white;
    line-height: 13px;
}

    #AdvancedMenu .group-wrap-left {
        float: left;
    }

        #AdvancedMenu .group-wrap-left .menu-dropdown-container {
            left: 0;
        }

    #AdvancedMenu .group-wrap-right {
        float: right;
    }

        #AdvancedMenu .group-wrap-right .menu-dropdown-container {
            right: 0;
        }

    #AdvancedMenu .menu-header-groups {
        margin: 0;
        font-size: 0;
    }

        #AdvancedMenu .menu-header-groups a {
            text-decoration: none;
            display: block;
            color: inherit;
        }

            #AdvancedMenu .menu-header-groups a > .menu-item-content {
                height: 18px;
                display: inline-flex;
                vertical-align: middle;
                align-items: center;
            }

                #AdvancedMenu .menu-header-groups a > .menu-item-content > i {
                    font-size: 18px;
                    vertical-align: middle;
                }

        #AdvancedMenu .menu-header-groups .menu-header-group {
            position: relative;
            display: inline-block;
            font-size: 13px;
            height: 40px;
            color: #656565;
        }

            #AdvancedMenu .menu-header-groups .menu-header-group:hover {
                box-shadow: inset 0 -3px 0 #3eb21b;
                color: #3eb21b;
            }

            #AdvancedMenu .menu-header-groups .menu-header-group > a {
                cursor: default;
                padding: 11px 10px 11px 10px;
            }

                #AdvancedMenu .menu-header-groups .menu-header-group > a:only-child {
                    cursor: pointer;
                }

                #AdvancedMenu .menu-header-groups .menu-header-group > a > .menu-item-content > :nth-child(2) {
                    margin-left: 5px;
                }

            #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container {
                overflow: auto;
                visibility: hidden;
                display: flex;
                max-height: 75vh;
                position: absolute;
            }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown {
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: wrap;
                    -ms-flex-flow: column wrap;
                    flex-wrap: wrap;
                    background-color: #f9f9f9;
                    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                    z-index: 1;
                    padding-bottom: 30px;
                    max-height: 640px;
                    min-width: 240px;
                    border: 1px solid rgba(0, 0, 0, 0.15);
                    border-radius: 4px;
                    box-sizing: content-box;
                }

                    #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown.columns-2 {
                        min-width: 480px;
                    }

                    #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown.columns-3 {
                        min-width: 720px;
                    }

                    #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown.columns-4 {
                        min-width: 960px;
                    }

                    #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown.user-menu {
                        min-width: 130px;
                    }

                        #AdvancedMenu .menu-header-groups .menu-header-group .menu-dropdown-container .menu-dropdown.user-menu li {
                            width: 130px;
                        }

            #AdvancedMenu .menu-header-groups .menu-header-group:hover .menu-dropdown-container {
                display: flex;
                visibility: visible;
            }

            #AdvancedMenu .menu-header-groups .menu-header-group .menu-header-item {
                font-size: 14px;
                color: #000021;
                width: 240px;
                height: 38px;
                text-transform: uppercase;
            }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-header-item:hover {
                    text-decoration: none;
                }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-header-item > a {
                    cursor: default;
                    padding: 10px 5px 10px 1px;
                }

            #AdvancedMenu .menu-header-groups .menu-header-group .menu-item {
                font-size: 12px;
                color: #4881A7;
                width: 240px;
                height: 24px;
            }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-item:hover {
                    text-decoration: none;
                    background-color: #13527B;
                    color: #FFFFFF;
                }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-item > a {
                    cursor: pointer;
                    padding: 2px 3px 2px 1px;
                }

            #AdvancedMenu .menu-header-groups .menu-header-group .menu-item-prefix {
                display: inline-flex;
                width: 40px;
                justify-content: center;
            }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-item-prefix > hr {
                    width: 33px;
                    border: none;
                    border-top: 1px solid #4881A7;
                    margin-inline-start: 0;
                    margin-block-start: 0.5em;
                    margin-block-end: 0.5em;
                }

                #AdvancedMenu .menu-header-groups .menu-header-group .menu-item-prefix > i {
                    font-size: 18px;
                    vertical-align: middle;
                }

            #AdvancedMenu .menu-header-groups .menu-header-group .menu-item-separator {
                border: none;
                border-top: dotted 1px #4881A7;
                margin: 0 25px 0 40px;
            }

.modal-header {
    margin: 0;
    padding: 5px 0 2px 20px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: bold;
}

.ConfigBlockRow {
    margin: 5px 0;
    padding: 5px 0 2px 10px;
    overflow: auto;
    font-weight: normal;
    font-size: 12px;
}

#uxManualRegistrationStepsLoc {
    font-weight: bold;
}

.modal-body {
    font-weight: normal;
}

.ConfigLabel {
    font-weight: normal;
    font-size: 10px;
}

.btn {
    font-family: 'Noto Sans';
    font-size: 14px;
    -moz-transition: background-color .3s ease-in,color .3s ease-in;
    -o-transition: background-color .3s ease-in,color .3s ease-in;
    -webkit-transition: background-color .3s ease-in,color .3s ease-in;
    transition: background-color .3s ease-in,color .3s ease-in;
    color: #081122;
    background-image: none;
    padding: 0px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border: 1px solid #081122;
    border-radius: 4px;
    height: 24px;
    margin-left: 20px;
}

.btn-mri-square {
    font-family: 'Noto Sans';
    font-size: 14px;
    color: #081122;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 5px 17px;
    margin: 8px 0;
}
/* New login */

.login-body {
    font-family: 'Noto Sans';
    background-color: #f9f9f9;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 100%;
    min-width: 100%;
    overflow: auto;
    position: relative;
}

.login-container {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-container-content, .main-container-content {
    min-height: 100%;
    min-width: 250px;
    display: inline-block;
    width: 100%;
}

.login-content::after {
    content: "";
    display: block;
    height: 30px;
}

.login-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background-color: #fff !important;
    color: #607184;
    min-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    overflow: hidden;
    transition-duration: 0.5s;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    /* box model */
    padding: 12px;
    z-index: 101;
}

.login-footer-policy-active {
    height: 100px;
    padding: 5px;
    transition-duration: 0.5s;
}

.footer-first-level {
    display: flex;
    justify-content: space-around;
    height: inherit;
    align-items: center;
    transition-duration: 0.5s;
}

.footer-first-level-policy-active {
    height: initial;
    transition-duration: 0.5s;
}

.footer-second-level {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}

    .footer-second-level > .footer-label p {
        display: block;
        text-align: center;
    }

.footer-second-level-hidden {
    display: none;
    transition-duration: 0.5s;
}

.footer-label {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

#privacy-text {
    position: relative;
}

    #privacy-text::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        border-radius: 6px;
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    #privacy-text:hover {
        cursor: pointer;
    }

        #privacy-text:hover::before {
            transform-origin: left;
            transform: scaleX(1);
        }

.signin-header {
    display: flex;
    justify-content: start;
    padding-top: 15px;
    padding-left: 15px;
}

    .signin-header > img {
        max-width: 300px;
        max-height: 100px;
    }

.signin-container {
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsl(0deg 0% 69% / 12%);
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border-style: solid;
    border-width: 3px;
    height: auto;
    width: 400px;
    min-width: 300px;
    margin: 65px auto 8px;
}

@media only screen and (max-width: 650px) {
    .signin-container {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .login-footer-policy-active {
        height: 145px;
    }

    .footer-second-level {
        font-size: 9px;
    }
}

.signin-container-header {
    padding: 30px 0 20px 0;
}

.signin-container-content {
    padding: 10px 30px 20px 30px;
}

.signin-logo {
    display: block;
    max-width: 275px;
    max-height: 100px;
    height: auto;
    margin-bottom: 40px;
}

.signin-form-header {
    font-size: 20px;
    line-height: 22px;
    color: #10689D;
    margin-top: 10px;
    text-align: center;
    text-transform: none;
    margin: 0 0 15px;
    padding: 0;
}

.signin-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
}

.password-label-group {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 8px 0 0;
}

.form-label {
    margin: 8px 0 0;
    color: #212529;
}

.signin-forgot-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #10689D !important;
    text-decoration: none !important;
    outline: none !important;
}

    .signin-forgot-label:hover, .signin-forgot-label:focus {
        color: #2b97d8 !important;
    }


.form-control {
    border: 1px solid #909FAE;
}

.btn-primary {
    background-color: #10689D !important;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #0582C3;
    }

    .btn-primary:active {
        border: 1px solid #0582C3;
    }

.btn-default {
    color: #10689D;
    border: 1px solid #909FAE;
}

    .btn-default:hover {
        background: rgba(58, 157, 210, 0.10);
        color: #10689D;
    }

    .btn-default:active {
        background: rgba(58, 157, 210, 0.20);
    }


.header-default {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

    .header-default.blue {
        color: #10689D !important;
    }

.header-small {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
}

.mri-input {
    margin: 8px 0 0;
}

main.two-factor-configuration {
    width: 60vw;
}

main.main-eula {
    width: 80vw;
    height: 90vh;
}

.two-factor-configuration .list-group {
    list-style: none;
    counter-reset: list-counter;
    padding-left: 0;
}

.two-factor-configuration .list-group-item {
    counter-increment: list-counter;
    position: relative;
    display: flex;
    padding-left: 0;
    border: none;
}

    .two-factor-configuration .list-group-item::before {
        content: counter(list-counter) ". ";
        margin-right: 0.5rem;
        display: inline-block;
    }

.eula-content-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .eula-content-container form {
        height: calc(100% - 141px);
        display: flex;
        flex-direction: column;
    }


.EulaContent {
    overflow: auto;
    height: 95% !important;
    margin: 10px 10px 10px 10px;
    line-height: 2rem;
}

    .EulaContent b {
        font-weight: bolder;
    }

@media only screen and (min-width: 480px) and (max-width: 932px) and (orientation: landscape) {
    main, main.two-factor-configuration {
        width: 90%;
        height: calc(100vh - 60px);
        top: calc(50% - 45px / 2);
        padding: 25px 50px;
    }

        main.main-full-height {
            height: 95%;
            top: 50%;
        }

        main.main-eula {
            height: 95vh;
            width: 95vw;
            top: calc(50% - 5px / 2);
        }

    .eula-content-container {
        flex-direction: row;
    }



        .eula-content-container .logo-container {
            margin: auto;
        }

        .eula-content-container form {
            height: calc(100% - 50px);
            padding-left: 10px;
        }

    main .login-container-content, main .main-container-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

        main .login-container-content h1, main .main-container-content h1 {
            width: 45%;
            margin: auto;
            margin-right: 20px;
            margin-left: 20px;
        }

    .signin-form, .main-form {
        width: 45%;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    main {
        width: 95vw;
    }

    .login-container-content {
        min-width: 100%;
    }

    main.main-eula {
        width: 95vw;
        height: 95vh;
        padding: 20px;
    }

    .eula-content-container form {
        height: calc(100% - 170px);
    }


    .login-footer {
        height: max-content;
        padding: 5px;
    }

        .login-footer .footer-first-level-policy-active {
            padding-bottom: 10px;
        }

    .two-factor-configuration .main-container-content {
        display: flex;
        flex-direction: column;
    }

        .two-factor-configuration .main-container-content .signin-logo {
            margin-bottom: 10px;
        }

    main.two-factor-configuration {
        width: 95%;
        height: 95%;
        padding: 20px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 932px) and (orientation: landscape) {
    main, main.two-factor-configuration {
        width: 90%;
        height: calc(100vh - 60px);
        top: calc(50% - 45px / 2);
        padding: 5px 10px;
    }

        main.main-full-height {
            height: 95%;
            top: 50%;
        }

        main .login-container-content, main .main-container-content {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
        }

            main .login-container-content h1, main .main-container-content h1 {
                width: 45%;
                margin: auto;
                margin-right: 20px;
                margin-left: 20px;
            }

    .signin-form, .main-form {
        width: 45%;
        overflow-y: auto;
    }
}
