
/* @group PRIMARY STYLES */

html {
    height: 100%;
    background-color: #FFF;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-size: cover;
    font-size: 100%;
    font-family: "Open Sans", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

input[type="text"] {
    font-size: 1.3em;
    padding-top: 2px;
    border: 0;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 95%;
}

input[type="password"] {
    font-size: 1.5em;
    border: 0;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 95%;
}

input[type="button"] {
    cursor: pointer;
}

input[type="checkbox"] {
    width: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #F37021;
    }



.buttonClass {
    padding: 5px;
    padding-left: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    max-width: 100px;
    color: #fff;
    background-color: #F27A35;
    font-weight: bold;
    text-shadow: 0px 0px 3px #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 100%;
}

    .buttonClass:hover {
        cursor: pointer;
        background-color: #F37021;
        text-shadow: 0px 0px 5px #444;
    }

.backButton {
    background-image: url("../../Resources/Images/Icons/XXXSmall/left.png");
    background-repeat: no-repeat;
    background-position: 7px 5px;
}

.printButton {
    background-image: url("../../Resources/Images/Icons/XXXSmall/print.png");
    background-repeat: no-repeat;
    background-position: 7px 5px;
}

.signUp {
    font-weight: bold;
    color: #F27A35;
}

    .signUp:hover {
        color: #F37021;
    }

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 0.7em;
}

    .copyright div {
        width: 50%;
        float: left;
        -webkit-overflow-scrolling: touch; /* iOS devices iframe scroll fix */
    }

    .copyright label {
        padding-left: 5px;
        padding-right: 5px;
    }

.link {
    color: #000;
    text-decoration: none;
}

    .link:hover {
        color: #F37021;
        cursor: pointer;
    }

.termsAndPrivacy {
    width: 90%;
    height: 410px;
    font-size: 0.8em;
    margin: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.passwordRecovery {
    width: 304px;
    height: 410px;
    margin: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.container {
    height: 32px;
    padding: 5px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-color: #FFF;
    border: 1px solid #AAA;
    max-width: 290px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.username {
    background-image: url("../../Resources/Images/Icons/XSmall/user.png");
    margin-bottom: 10px;
}

.password {
    background-image: url("../../Resources/Images/Icons/XSmall/key.png");
}

.mobilephone {
    background-image: url("../../Resources/Images/Icons/XSmall/smartphone.png");
}

.validator {
    color: #FF3E30;
    font-weight: bold;
}

.buttonContainer {
    max-width: 348px;
    margin-top: 30px;
}

.actionButtonContainer {
    float: left;
    width: 60%;
    cursor: pointer;
}

.actionButton {
    border: 0;
    background-color: #F27A35;
    font-size: 1.5em;
    width: 100%;
    height: 60px;
    color: White;
    font-weight: bold;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 0 5px #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-left: 50px;
    cursor: pointer;
}

    .actionButton:hover {
        border: 0;
        background-color: #F37021;
        cursor: pointer;
        text-shadow: 0 0 10px #aaa;
    }

.signInButton {
    background-image: url("../../Resources/Images/Icons/Small/signin.png");
}

.recoverButton {
    background-image: url("../../Resources/Images/Icons/Small/recover.png");
}

.spinnerPlaceHolder {
    margin-top: 30px;
    margin-right: 40px;
    float: right;
    width: 10%;
}



#UIDivWrapper {
    width: 100%;
    height: 100%;
    background-image: url("../../Resources/Images/Backgrounds/dots.png");
    background-repeat: repeat;
}

#UIDivLogin {
    background-color: rgba(255,255,255,0.94);
    background-image: url("../../Resources/Images/Backgrounds/stripes.png");
    background-repeat: repeat;
}

#UIDivQuatenusLogo {
    width: 50%;
    height: 83%;
    max-height: 375px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin-top: 20px;
}

#UIDivPasswordRecoveryLogoContainer {
    width: 50%;
    height: 83%;
    max-height: 375px;
    margin-top: 20px;
    float: left;
}

#UIDivPasswordRecoveryLogo {
    background-image: url("../../Resources/Images/Backgrounds/transmitter.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: auto;
    height: 250px;
    margin: 20px;
}

#UIDivAuthentication {
    width: 50%;
    float: right;
}

#UIDivError {
    margin-bottom: 25px;
}

#UIDivErrorIcon {
    padding-right: 15px;
    float: left;
}

#UIDivErrorMessage {
    padding-top: 8px;
}

#UIDivSignUp {
    margin-top: 25px;
    font-size: 0.8em;
}

#UIDivKeepMeSignedIn {
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 355px;
}

#UILabelForgotPassword {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}

/* @end PRIMARY STYLES */





/* @group RECAPTCHA */

#recaptcha {
    margin-top: 10px;
}

/* @end RECAPTCHA */





/* @group MEDIA QUERIES */

@media screen and (min-width:850px) and (min-height:500px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,0.94);
        width: 800px;
        height: 450px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -225px;
        margin-left: -400px;
        -webkit-box-shadow: 0 5px 20px 1px #444;
        -o-box-shadow: 0 5px 20px 1px #444;
        -moz-box-shadow: 0 5px 20px 1px #444;
        -ms-box-shadow: 0 5px 20px 1px #444;
        box-shadow: 0 5px 20px 1px #444;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    #UIDivAuthenticationLogin {
        height: 350px;
        margin-top: 5%;
        padding: 5%;
    }
}

@media screen and (min-width:850px) and (min-height:440px) and (max-height:499px), screen and (min-width:600px) and (max-width:849px) and (min-height:440px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    #UIDivAuthenticationLogin {
        height: 350px;
        padding: 20px;
    }

    #UIDivQuatenusLogo {
        margin-top: 0;
        height: 400px;
    }
}

@media screen and (min-width:600px) and (max-width:849px) and (max-height:439px), screen and (min-width:850px) and (max-height:439px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    #UIDivAuthenticationLogin {
        height: 350px;
        padding: 20px;
    }

    #UIDivQuatenusLogo {
        margin-top: 0;
        height: 400px;
    }
}

@media screen and (max-height:420px) and (min-width:600px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 420px;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

@media screen and (min-height:421px) and (max-height:499px) and (min-width:600px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

@media screen and (max-height:590px) and (max-width:599px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 590px;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

@media screen and (min-height:591px) and (max-width:599px) {
    #UIDivLogin {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: 0;
        -o-box-shadow: 0;
        -moz-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

@media screen and (max-width:599px) {
    #UIDivQuatenusLogo {
        width: 100%;
        height: 40%;
        float: none;
    }

    #UIDivPasswordRecoveryLogoContainer {
        width: 100%;
        height: 15%;
        float: none;
    }

    #UIDivAuthentication {
        width: 100%;
        float: none;
    }

    #UIDivAuthenticationLogin {
        height: 350px;
        padding: 20px;
    }

    #UIDivQuatenusLogo {
        margin-top: 0;
        height: 180px;
    }

    #UIDivPasswordRecoveryLogo {
        display: none;
    }

    #UIDivKeepMeSignedIn {
        font-size: 0.8em;
        margin-top: 10px;
        margin-bottom: 20px;
        max-width: 559px;
    }
}

@media screen and (max-width:350px) {
    .actionButton {
        border: 0;
        background-color: #F27A35;
        font-size: 1.5em;
        width: 100%;
        height: 60px;
        color: White;
        font-weight: bold;
        margin-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 0 5px #444;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        background-image: none;
        padding-left: 5px;
        cursor: pointer;
    }
}

@media screen and (min-width:600px) and (max-width:700px) {
    .actionButton {
        border: 0;
        background-color: #F27A35;
        font-size: 1.5em;
        width: 100%;
        height: 60px;
        color: White;
        font-weight: bold;
        margin-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 0 5px #444;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        background-image: none;
        padding-left: 5px;
        cursor: pointer;
    }
}

@media screen and (max-width:599px) {
    #UIDivSignUp {
        text-align: center;
    }

    .container {
        max-width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1) and (device-width:768px) and (device-height:1024px) /* iPad 1 and 2 */
{
    input[type="text"], input[type="password"] {
        font-size: 1.1em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.3) /* for "retina" Apple devices */
{
    input[type="text"], input[type="password"] {
        font-size: 1.1em;
    }
}

/* @end MEDIA QUERIES */
