﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*Override Theme Padding*/
/*.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;*/ /* the bottom margin is the negative value of the footer's height */
	/*width: 90%;
    margin-left: auto;
    margin-right: auto;    
}

#footer, #push {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;*/ /* .push must be the same height as .footer */
    /*text-align: center;
}*/

html * {
    outline: none !important;
}

html,
body {
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    background: #f5f5f5 url('../img/wqBG.jpg') left top repeat;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #656d78;
    overflow-x: hidden;
}

/* Logon
----------------------------------------------------------*/

.login-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background: url("../img/wqBG.jpg") left top repeat #33414e;
}

.login-container .login-box {
    /*width: 400px;*/
    margin: 0px auto;
    padding-top: 30px;
}

.login-container .login-box .login-logo {
    background: url("../img/logo-lr.png") top center no-repeat;
    width: 100%;
    height: 100px;
    float: left;
}

.login-container .login-box .login-body {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.login-container .login-box .login-body .login-title {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

.login-container .login-box .login-body .form-control {
    border: 0px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    color: #CCC;
    line-height: 20px;
    height: auto;
    font-size: 2rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.login-container .login-box .btn {
    font-size: 2rem;
}

.login-container .login-box .login-body .form-control:focus {
    background: rgba(0, 0, 0, 0.3);
}

.login-container .login-box .login-footer {
    width: 100%;
    float: left;
    padding: 10px;
    color: #FFF;
}

.login-container .login-box .login-footer a {
    color: #FFF;
}

/* Logon Lightmode Theme
----------------------------------------------------------*/

.login-container.lightmode {
    background: url("../Content/images/wqBG.jpg") left top no-repeat;
    position: fixed;
}

.login-container.lightmode .login-logo{
    background-image: url("../Content/images/logo@2x.png");
    background-size: contain;
}

.login-container.lightmode .login-box .login-body {
    background: rgba(0, 0, 0, 0.4);
}

.login-container.lightmode .login-box .login-body .form-control {
    background: rgba(255, 255, 255, 0.4);
    color: #333;
}

/* Logon
----------------------------------------------------------*/
/*.logonContainer {
    background: url(images/wqBG.jpg) left top no-repeat;
}*/


/* Floating Box
----------------------------------------------------------*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #679c67;
    text-decoration: none;
}

.bottom-logo {
    padding-bottom: 160px;
}

.error {
    color: #f1631d;
}

.innerbox {
    color: #000;
}

.floatingbox .pane {
    position: fixed;
    top: 200px;
    left: 20px;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 200px;
    background: #fff;
    background: rgba(240,240,253,0.80);
    padding: 20px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.font-new {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

.floatingbox {
    position: absolute;
    top: 103%;
    left: 2%;
    background: #555;
    bottom: 0;
    right: 0;
}

.topvert {
    margin-top: 100px;
}

.login-container.lightmode .login-box .login-body .form-control {
    background: #fff;
    color: #333;
}

@media only screen and (max-width : 992px) {
    /* Styles */
    .bottom-logo {
        padding-bottom: 0;
    }
}

/*Registration*/
iframe.registration-form {
    min-height: 470px;
}

/* Error
----------------------------------------------------------*/
/*.error-container {
    width: 500px;
    margin: 50px auto 0px;
}

    .error-container .error-code {
        float: left;
        width: 100%;
        font-size: 135px;
        line-height: 130px;
        text-align: center;
        color: #333;
        font-weight: 300;
    }

    .error-container .error-text {
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 26px;
        line-height: 24px;
        text-transform: uppercase;
        color: #666;
        text-align: center;
        font-weight: 400;
    }

    .error-container .error-subtext {
        float: left;
        width: 100%;
        margin: 30px 0px 10px;
        font-size: 13px;
        line-height: 20px;
        color: #AAA;
        text-align: center;
        font-weight: 400;
    }

    .error-container .error-actions {
        float: left;
        width: 100%;
        margin-top: 10px;
    }*/
/* end errors */