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;*/
	font-size:0.814em;
	color:#bcbbbb;
    padding-top: 2px;
    border: 0;
    outline: none;
    /*-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%;
	font-family: "Open Sans", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height:32px;
	
}

input[type="password"]
{
     /*font-size: 1.3em;*/
	font-size:0.814em;
	color:#bcbbbb;
    border: 0;
    outline:none;
    /*-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%;
	font-family: "Open Sans", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height:32px;
}

input[type="button"]
{
    cursor: pointer;
}

input[type="checkbox"]
{
    width: 20px;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #F37021;
}



.buttonClass
{
   
	padding:5px 10px;
    /*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 #EF5E38;
    max-width: 100px;
    color: #fff;
    background-color: #EF5E38;
    font-weight: bold;
    /*text-shadow: 0px 0px 3px #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
	*/
    width: 100%;
    font-size: 0.9em;
	-webkit-appearance: none;
	border-radius: 0;
}

.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: #FFF;
}

.signUp:hover
{
    color: #FFF;
}

.copyright
{
	display: none;
    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;
	color:#b3b2b2;
}

#UILabelForgotPassword
{
	text-decoration:underline;
}

.link:hover
{
    /*color: #F37021;*/
	color:#b3b2b2;
    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;*/
	border:1px solid #a7a6a6;
    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");
}
.container.username,
.container.password
{
	border-radius:none;
}


.mobilephone
{
    background-image: url("../../Resources/Images/Icons/XSmall/smartphone.png");
}

.validator
{
    color: #FF3E30;
    font-weight: 700;
}

.buttonContainer
{
    max-width: 348px;
    margin-top: 30px;
}

.actionButtonContainer
{
    float: left;
    width: 60%;
    cursor: pointer;
}

.actionButton
{
    border: 0;
    /*background-color: #F27A35;*/
	background-color:#EF5E38;
    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;
	-webkit-appearance: none;
	border-radius: 0;
}

.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;
	*/
	background-color: #FFFFFF;
}

#UIDivQuatenusLogo
{
    width: 50%;
    height: 83%;
    max-height: 375px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    /*margin-top: 20px;*/
	margin-top:70px;
}

#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;
	margin-top:30px;
}

#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-widget #recaptcha_widget
{
    width: 300px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.recaptcha-widget #recaptcha_image
{
    height: 57px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.recaptcha-widget #recaptcha_image a
{
    line-height: 17px;
}

.recaptcha-widget .recaptcha-main
{
    position: relative;
    padding: 5px;
}
.recaptcha-widget .recaptcha-main .errormsg
{
    margin: 0 0 .5em;
}

.recaptcha-widget .recaptcha-main label strong
{
    color: #222;
    display: block;
    margin: 0 0 .4em;
}

.recaptcha-widget .recaptcha-main span
{
    font-size: 0.8em;
}

.recaptcha-widget .recaptcha-main input[type=text]
{
    width: 190px;
    border: 1px solid #e5e5e5;
}

.recaptcha-widget .recaptcha-buttons
{
    position: absolute;
    bottom: 12px;
    right: 11px;
}

.recaptcha-widget .recaptcha-buttons a
{
    display: inline-block;
    height: 21px;
    width: 21px;
    margin-left: 2px;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 0;
    opacity: .55;
}

.recaptcha-widget .recaptcha-buttons a:hover
{
    opacity: .8;
}

.recaptcha-widget #recaptcha_reload_btn
{
    background: url("../../Resources/Images/Backgrounds/recaptcha-sprite.png") -63px;
}

.recaptcha-widget #recaptcha_switch_audio_btn
{
    background: url("../../Resources/Images/Backgrounds/recaptcha-sprite.png") -42px;
}

.recaptcha-widget #recaptcha_switch_img_btn
{
    background: url("../../Resources/Images/Backgrounds/recaptcha-sprite.png") -21px;
}

.recaptcha-widget #recaptcha_whatsthis_btn
{
    background: url("../../Resources/Images/Backgrounds/recaptcha-sprite.png");
}

.recaptcha-widget .recaptcha-buttons span
{
    position: absolute;
    left: -99999em;
}

.recaptcha-widget .recaptcha_is_showing_audio .recaptcha_only_if_image,
.recaptcha-widget .recaptcha_isnot_showing_audio .recaptcha_only_if_audio
{
    display: none !important;
}
  
/* @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;*/
		border-bottom:7px solid #EF5E38;
    }
    
    #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;
		margin-top:50px !important;
    }
    
    #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: 30px;
        margin-bottom: 20px;
        max-width: 559px;
    }
}

@media screen and (max-width:350px)
{
    .actionButton
    {
        border: 0;
        /*background-color: #F27A35;*/
		background-color:#EF5E38;
        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;
		-webkit-appearance: none;
		border-radius: 0;
    }
}

@media screen and (min-width:600px) and (max-width:700px)
{
    .actionButton
    {
        border: 0;
        background-color: #EF5E38;
        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;
		-webkit-appearance: none;
	border-radius: 0;
    }
}

@media screen and (max-width:599px)
{
    #UIDivSignUp
    {
        text-align: center;
    }
    
    .container
	{
        /*max-width: 100%;*/
    }
	
	
	input[type="text"]
	{
		/*font-size: 1.3em;*/
		font-size:0.814em;
		color:#bcbbbb;
		/*padding-top: 2px;*/
		border: 0;
		outline: none;
		/*-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: 90%;
		line-height:0.814em;
		
	}

	input[type="password"]
	{
		 /*font-size: 1.3em;*/
		font-size:0.814em;
		color:#bcbbbb;
		border: 0;
		outline:none;
		/*-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: 90%;
		line-height:0.814em;
	}
	.actionButton#UIInputSignInButton
    {
        border: none !important;
        background-color: #EF5E38 !important;
        font-size: 1.5em !important;
        width: 100% !important;
        height: 60px !important;
        color: #FFFFFF !important;
        font-weight: bold !important;
        margin-right: 10px !important;
        background-image: none !important;
        /*padding-left: 5px !important;*/
        cursor: pointer !important;
		 -webkit-appearance: none !important;
		border-radius: 0 !important;
		text-align:center !important;
    }
}

@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 */
