﻿html, body {
    background-color: #f0eff5 !important;
    margin: 0 0 0 0;
}

ul::-webkit-scrollbar{
    background:transparent;
    width:6px!important;
    height: 6px!important;
}

ul::-webkit-scrollbar-track        { }
ul::-webkit-scrollbar-track-piece  { background:transparent; }
ul::-webkit-scrollbar-thumb:horizontal {
    background: #c8c8c8!important;
}
ul::-webkit-scrollbar-thumb:horizontal:hover {
    background: #98a3a6!important;
}

ul::-webkit-scrollbar-thumb:vertical {
    background: #c8c8c8!important;
}
ul::-webkit-scrollbar-thumb:vertical:hover {
    background: #98a3a6!important;
}
ul::-webkit-scrollbar-corner       { background:transparent; }

.main {
    width: 100%;
    padding: 40px 0 0 0;
}

.formshadow {
    width: 232px;
    height: 34px;
    margin: 10px 0 0 0;
    background: url('../images/login/formshadow.png') no-repeat;
}

#divAutoLogin, #divForgot, #divAccess, #divSuperUser, #divAlert, #divTwoFactorOtpVerify, #frmGoogleAuth {
    display: none;
}

.topCritical {
    width: 100%;
    height: 47px;
    background: url('../images/headline/top_critical.png') top left repeat-x;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 10px;
}

.topWarning {
    width: 100%;
    height: 47px;
    background: url('../images/headline/top_warning.png') top left repeat-x;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 10px;
}

.termsBox {
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
}

    .termsBox .cover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 1000px;
        background-color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50)
    }

.txaTerms {
    font-size: 10px;
    overflow: auto;
    border: 1px solid #cdcdcd;
    padding: 5px;
    width: 555px;
}

#isometrix_logo {
    position: absolute;
    width: 395px;
    height: 60px;
    top: 50px;
    left: 50%;
    margin-top: 0px;
    margin-left: -197.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#isometrix_logo_aurora {
    position: absolute;
    width: 395px;
    height: 60px;
    top: 50px;
    left: 50%;
    margin-top: 0px;
    margin-left: -197.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#isometrix_logo.landing{
    top: 50%;
    width: 395px;
    height: 60px;
    margin-top: -30px;
    margin-left: -197.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .logo:hover {
        cursor: pointer;
    }

.loginBack {
    width: 390px;
    height: 302px;
    padding: 30px;
    background: url('../images/login.png') top left no-repeat;
}

/*-- Branding Colours --*/
svg.logo.image.grey.and.blue > g.iso-logo-graphic {
    fill: #006395;
}

svg.logo.image.grey.and.blue > g.iso-logo-graphic > .iso {
    fill: #999999;
}

/*-- Branding Colours Aurora --*/
svg.logo.image.grey.and.blue > g.iso-logo-graphic-aurora {
    fill: #006997;
}

svg.logo.image.grey.and.blue > g.iso-logo-graphic-aurora > .aurora-grey {
    fill: #8e9092;
}

.keyBack {
    width: 452px;
    height: 602px;
    padding: 30px;
    background: url('../images/infokey.png') top left no-repeat;
}


body > .content {
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 100px;
}

/* Login Box */
.login.box {
     margin: 12px;
     min-width: 250px;
     background-color: #FFF;
     display: inline-block;
     padding-top: 10px;
     text-align: left;
     border: 1px solid rgba(34,36,38,.15);
     box-shadow: 0 1px 6px rgba(0,0,0,.2);
     color: #999;
     font-weight: 400;
 }

/* LoggedOut Box */
#divlogout.login.box {
    margin: 12px;
    min-width: 250px;
    background-color: transparent;
    display: none;
    padding-top: 10px;
    text-align: left;
    border: none;
    box-shadow: none;
    color: #999;
    font-weight: 400;
}

    .login.box .pad {
        padding: 4px 14px 4px 14px;
    }

    .login.box .boxlabel {
        padding-top: 5px;
        padding-left: 10px;
        text-align: left;
        height: 19px;
    }

    .login.box .buttonbox {
        margin: 14px;
        height: 37px;
    }

        .login.box .buttonbox input {
            padding-bottom: 4px;
            float: right;
        }

    .login.box .bottom {
        background-color: #bebebe;
        height: 34px;
        margin: -1px;
    }

        .login.box .bottom .link {
            height: 34px;
            line-height: 32px;
            font-size: 10px;
            color: #fff;
            text-overflow: ellipsis;

            white-space: nowrap;

            display: block;
            overflow: hidden
        }

        .login.box .bottom a {
            color: #fff;
            text-decoration: none;
            outline: none;
            font-size: 10px;
        }

            .login.box .bottom a:hover, .login.box .bottom .link:hover a{
                color: #565656;
                outline: none;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .login.box .bottom .link:hover{
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background-color: #aeacac;
                cursor: pointer;
            }

        .login.box .bottom .div {
            width: 0px;
            height: 25px;
            border-left: 1px solid rgba(255,255,255,.35);
            margin-top: 3px;
        }

    .login.box input[type="text"], .login.box input[type="password"] {
        height: 24px;
        width: 220px;
        background-color: #fff;
    }

    .login.box input::-ms-reveal {
        display: none;
    }

    .login.box textarea {
        height: 50px;
        width: 390px;
        border: none;
        overflow: hidden;
    }

    .login.box .grFrame .reqbox div, .login.box .grFrame .nreqbox div {
        display: block;
    }

    .reqbox:not(.dirty) input, .reqbox:not(.dirty) textarea:not(#txaLicenceKey) {
        border: 1px solid #ff000038 !important;
    }
    
    .reqbox{
        position: relative;
    }

    .login.box .grFrame input[type="text"], .login.box input[type=number] {
        height: 24px;
        width: calc(100% - 5px);
        display: block;
    }

.topCritical {
    width: 100%;
    height: 47px;
    background: url('../images/login/top_critical.png') top left repeat-x;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
}

.topWarning {
    width: 100%;
    height: 47px;
    background: url('../images/login/top_warning.png') top left repeat-x;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
}

.button {
    margin: 5px 0px !important;
}

.button.secondary {
    margin: 5px 5px !important;
}

#LicencePopup .button {
    margin: 10px 10px 5px 10px !important;
}

.metadatalink {
    bottom: 0;
    position: fixed;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
}

.iso.login.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: left;
    height: 23px;
    padding: .8em;
    margin: 0 0px 0px calc(100% - 271px);
    color: #fff;
    z-index: 9999;
    font-size: 1em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .iso.login.footer:hover {
        margin: 0 0px 0px calc(100% - 400px);
    }

    .iso.login.footer .logo {
        height: 60px;
        width: 200px;
        padding-right: 10px;
        margin: -18px 0px 0px 0px;
    }

    .iso.login.footer .version:not(.date) {
        margin: 0px 0px 0px -8px;
        position: absolute;
        bottom: 14px;
        color: #999;
    }

    .iso.login.footer .version.date {
        margin: 16px 36px 0px -9px;
        position: relative;
        bottom: 26px;
        color: #999;
    }
    .iis.info{
        /*display: grid;*/
        /*position: fixed;*/
        /*bottom: 30px;*/
        /*left: 17px;*/
        line-height: 1.9;
    }    
    .iso.login.footer .iis.info .pipelinemode, .iso.login.footer .iis.info .cpumode  {
        margin: 16px 36px 0px -9px;
        position: relative;
        bottom: 26px;
        color: #999;
    }
    #informationIcon{
        position: absolute;
        bottom: 10px;
        color: #989898;
        font-size: 17px;
        left: 10px;
    }

#divIISInfoPopup{
    left: 0px;
    top: auto;
    bottom: 67px;
}
    
#iisinfopopup{
    margin: -74px 0 0 -150px;
    position: absolute;
    left: 156px;
}

#divTermsPopup {
    top: 10vh;
    left: 25vw
}

#termsPopups {
    width: 50vw;
    height: 80vh;
    margin: 0 0 0 0;
}

    #termsPopups .frameWrapper {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid #cdcdcd;
    }

    #termsPopups iframe {
        width: 100%;
        height: 100%;
        border: 0px solid #cdcdcd;
    }


.loginBody .centreTopPopup {
    display: none;
    width: 100%;
    top: 150px;
}

#enrolGoogleAuthPopup .popup {
    white-space: inherit;
    width: 80%;
}

#twoFactorHelpPopup .popup {
    white-space: inherit;
    max-width: 80%;
    min-width: 40%;
}
#googleAuthTooltip:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    color:blue;
}
#googleAuthTooltip {
    padding: 5px 10px;
    font-size: 15px;
}

i.icon.viewPassword{
    font-size: 16px;
    position: absolute;
    margin: 5px 0px 0px 197px;
}

#viewNewPassword, #viewConfirmPassword{
    margin: 5px 0px 0px calc(100% - 25px);
}

input#txtPassword, input#newPassword, input#confirmPassword{
    background: none;
}

.seperator{
    width: 1px;
}

#resetPassword, #requestAccess{
    color: white;
    text-decoration: underline;
}

#requestTable{
    border-collapse: separate;
    border-spacing: 10px;
}

#requestTable.grFrame tbody tr:nth-child(even){
    background: white;
}

#divSiteName{
    display: none;
    font-size: 16px;
    color: #006395;
    display: table-cell;
    position: absolute;
    width: 325px;
    height: 60px;
    top: 107px;
    left: 50%;
    margin-top: 5px;
    margin-left: -197.5px;
    text-align: right;
}

#divMixedMode{
    padding: 10px 0px 0px 0px;
}

.grFrame tbody td:first-child{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#divAccess .notifications {
    position: absolute;
    display: table;
    vertical-align: middle;
    top: 83px;
    width: 230px;
    z-index: 100;
    margin: 73px;
    right: auto;
}

#divForgot .notifications {
    position: absolute;
    display: table;
    vertical-align: middle;
    top: 83px;
    width: 450px;
    z-index: 100;
    margin-top: 86px;
    right:0;
    left:0;
    margin-right: auto;
    margin-left: auto;
}
.k-tooltip-button {
  
}
.serverSetupIncorrect{
    color: #BD081D;
}

.licenceInvalid {
    max-width: 400px;
    padding-bottom: 10px;
}
