﻿html {
    background-image: url(images/satelliteE.png);
    background-size: 7em;
}

html, body {
    height: 100%;
    bottom: 0;
    overflow: hidden;
}

form {
    padding: 0 1em;
}

div.footerLeft {
    padding-top: 25px;
}

div.footer {
    clear: both;
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    background-color: #272727;
}

div.footerPrint {
    text-align: center;
}

.footerPrintLeft {
    float: left;
    margin: 0.8em 0 0 0.8em;
}

.inputLabel {
    color: #254a65;
    font-size: 1rem !important;
    text-align: left;
    margin-bottom: 0.2em;
}

form .inputLabel {
    font-weight: bold;
}

.footer, .footerLeft {
    font-size: 1rem !important;
}

#divFooterLeft {
}

    #divFooterLeft a {
        font-size: 0.9rem;
        text-decoration: none;
    }

        #divFooterLeft a:hover {
            color: #FFFFFF;
            text-decoration: none;
            cursor: pointer;
        }

#divFooterLeft {
    color: #8F8F8F;
}

#liForgotUNP {
    padding-top: 1em;
}

    #liForgotUNP a {
        text-decoration: none;
        color: #37698c;
        font-style: italic;
    }

        #liForgotUNP a:hover {
            color: #ff0000;
            text-decoration: none;
            cursor: pointer;
            font-style: italic;
        }

.loginLogo {
    position: absolute;
    margin-top: -3.7em;
    /*margin-left: -12.7em;*/
    height: 4.6em;
}

.loginPanelLogin {
    width: 100%;
    display: inline-block;
    min-width: 20em;
    min-height: 13em;
}

.TRFORM td {
    padding-top: 14px;
}

.TBLOGINUSERNAME, .TBLOGINPASSWORD {
    padding: 0.2em 0.3em 0.1em 0.3em !important;
    font-size: 1.2rem !important;
    width: 100%;
    color: black;
    border-width: 0.1em !important;
}

    .TBLOGINUSERNAME:focus, .TBLOGINPASSWORD:focus {
        outline: none;
        border: 0.1em solid #049eff !important;
        background-color: white;
    }

.TBLOGINUSERNAME {
    text-transform: lowercase;
}

.TBLOGINPASSWORD {
    letter-spacing: 2px;
}

.LOGINBTN {
    margin-top: 0.1em;
    padding: 0.5em 1.7em 0.5em 1.7em !important;
    font-weight: bold;
}

.LOGINERR {
    margin-left: 1em;
    margin-right: 1em;
    color: red;
}

.FORGOTUSERNAMEPASS {
    font-size: 0.9rem;
}

#divLoadingText {
    color: #e20000 !important;
    font-size: 1.2rem;
}

#divLoadingText {
    margin-top: 120px !important;
}

#lblReadyProgress {
    float: right;
    color: inherit !important;
    font-size: 1rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
}

#divLoadingBar {
    width: 100%;
    height: 6px;
    margin-top: 3px;
}

#divBody {
    display: table;
    table-layout: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow: visible !important;
    /*background-color: #305188;*/
}

#divLeft {
    display: table-cell;
    height: 100% !important;
}

#divRight {
    display: table-cell;
    width: 50%;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    color: #EEEEFF;
    background-color: #051146;
    border-left: 1px solid 1px solid #3c5171;
    vertical-align: top;
	background-image: url(images/login/EagleGPSTruckOnRoad_byOcean.jpg);
    /*background-image: url(images/login/EagleGPSSnowplowTrucks.jpg?x);*/
    background-position: center center;
    /*background-image: url(images/login/EagleGPSTruckOnRoad.jpg?x2);
    background-position: left center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

#divLeftWrap {
    display: block;
    text-align: center;
    min-height: 100%;
    height: 100%;
    padding-bottom: 3em;
    overflow: hidden;
    /*background-image: url(images/bg/bg6.jpg?x3);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.MAINTENANCE {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#divLoginPanel {
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 1em;
    border: 0.05em solid #b1bfd8;
    -webkit-border-radius: 0.4em !important;
    -moz-border-radius: 0.4em !important;
    border-radius: 0.4em !important;
    max-width: 22em;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#F0F0F4));
    background: -ms-linear-gradient(top, #FAFAFA 0%, #F0F0F4 100%);
    background: -moz-linear-gradient(top, #FAFAFA, #F0F0F4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FAFAFA', endColorstr='#F0F0F4');
    color: #203060;
}

#divFormWrap {
    display: block;
    overflow: hidden;
}

#divLeftCenter {
    display: table;
    text-align: left;
    padding: 14em 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1100px) {
    #divLeft {
        width: 33em;
    }
}

@media only screen and (max-width: 1024px) {
    html, body {
        overflow: auto !important;
    }

    #divBody {
        height: 100%;
        padding-bottom: 60px;
    }

    #divLeft {
        width: 32em;
        height: auto;
    }

    .footer {
        position: fixed !important;
    }
}

@media only screen and (max-width: 900px) {
    #divLeft {
        width: 25em;
    }
}

@media only screen and (max-width: 800px) {
    #divLeft {
        width: 27em;
    }

    #divLeftCenter {
        display: inline-block;
        left: inherit;
        max-width: 100%;
        margin-left: inherit;
    }

    #divFormWrap {
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    input[type=text] {
        font-size: 1rem; /* no auto-zooming on iOS devices */
    }

    #divRight {
        display: none;
    }
}

@media only screen and (max-height: 1200px) {
    #divLeftCenter {
        padding-top: 16em;
    }
}

@media only screen and (max-height: 1000px) {
    #divLeftCenter {
        padding-top: 14em;
    }
}

@media only screen and (max-height: 900px) {
    #divLeftCenter {
        padding-top: 12em;
    }
}

@media only screen and (max-height: 736px) {
    #divLeftCenter {
        padding-top: 10em;
    }

    #divLogoWrapper {
        height: 70px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-height: 670px) {
    #divLeftCenter {
        padding-top: 8.5em;
    }

    #divLogoWrapper {
        height: 70px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-height: 610px) {
    #divLeftCenter {
        padding-top: 7em;
    }

    #divLogoWrapper {
        height: 73px;
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 610px) {
    #divLeftCenter {
        display: inline-block;
        left: inherit;
        max-width: 100%;
        margin-left: inherit;
    }

    #divFormWrap {
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    input[type=text] {
        font-size: 1rem; /* no auto-zooming on iOS devices */
    }

    #divRight {
        display: none;
    }

    /*.loginLogo {
        margin-left: -36px;
    }*/
}

.footerRight, .footerRightTOP {
    position: absolute;
    right: 7px;
    margin-top: 11px;
    cursor: pointer;
}

.footerRightTOP {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
}

@-webkit-keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    10% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    90% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    25% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    75% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    25% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    75% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

.imgshadingLOGIN {
    -moz-box-shadow: 3px 3px 7px #bcbcbc;
    -webkit-box-shadow: 3px 3px 7px #bcbcbc;
    box-shadow: 3px 3px 7px #bcbcbc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bcbcbc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bcbcbc');
}

.LEFTBOTTOM {
    margin-top: 1em;
    font-size: 0.8em;
}

    .LEFTBOTTOM, .LEFTBOTTOM *, .LEFTBOTTOM a:link, .LEFTBOTTOM a:link, .LEFTBOTTOM a:visited {
        color: #004170;
        text-decoration: none;
    }

        .LEFTBOTTOM a {
            font-style: italic;
            color: #0067b1 !important;
            letter-spacing: 0.1em;
        }

            .LEFTBOTTOM a:hover {
                letter-spacing: 0.34em;
                background-color: #FFF;
                padding: 0 0.2em;
            }

            .LEFTBOTTOM a, .LEFTBOTTOM a:hover {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

.FOOTER_EAGLEGPS:hover .FOOTER_EAGLE {
    color: #0065af !important;
}

.FOOTER_EAGLEGPS:hover .FOOTER_GPS {
    color: #e81510 !important;
}

.DIVFORGOTUSERNAMEORPASSWORDWRAP {
    border: inset 2px #FAF4F3;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.DIVFORGOTUSERNAMEORPASSWORD {
    background-color: #EAE7EF;
    height: 100%;
}

    .DIVFORGOTUSERNAMEORPASSWORD table {
        width: 100%
    }

.loginIssuesHeader {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 4px;
    color: #447;
    cursor: pointer;
}

.FORGOTUNP_TDHEADER {
    padding: 0 0 0.2em 0.4em;
    border-bottom: solid 0.1em #DDF;
}

.FORGOTUNP_TDBODY {
    padding: 1.1em 0.7em 0 0.7em;
}

.FORGOTUNP_CLOSE {
    cursor: pointer;
    float: right;
    width: 1.5em;
    height: 1.5em;
    margin: 0.1em 0.1em 0 0;
}

.FORGOTUNP_TATECHSUP {
    width: 100%;
    height: 8em;
}

.FORGOTUNP_DIVEMAIL, .FORGOTUNP_DIVTECHSUP {
    text-align: right;
    padding-top: 0.2em;
}

.DIVFORGOTUSERNAMEORPASSWORD input[type=button] {
    padding: 0.3em 0.8em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 5em;
    -moz-box-shadow: 2px 2px 7px #A4A4A4;
    -webkit-box-shadow: 2px 2px 7px #A4A4A4;
    box-shadow: 2px 2px 7px #A4A4A4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A4A4A4')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A4A4A4');
}

.FORGOTUNP_BTNCLOSE {
    margin-top: 1.5em;
    float: right;
}

.FORGOTUNP_FOCUSED {
    font-weight: bold;
    color: #0045af;
}

.FORGOTUNP_TBEMAIL {
    width: 100%;
    font-size: 1.2em;
}

.footerRight {
    width: unset !important;
}
