/***********************************************************
Author:T0391
Description:Styles for LoginPage
***********************************************************/

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;   
    background: url("./../images/login/background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:100%;
  
}

#divContent{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    min-height: 700px;
    height: auto;
    overflow: hidden;
}
@media screen and (min-width: 1370px) {
    #divContent{
        min-height: 1250px;
    }
}
.loginContainer{
    height: auto;
    overflow: hidden;
    width: 100%;
}
.headerContainer {
    height: 92px;
    width: 100%;
}
.headerContainer img{
    width:100px;
    height:100px;
}
#login
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 315px;
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),
        0 1px 1px rgba(0, 0, 0, .2),
        0 3px 0 #fff,
        0 4px 0 rgba(0, 0, 0, .2),
        0 6px 0 #fff,  
        0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),  
        1px 1px   0 rgba(0,   0,   0,   .1),
        3px 3px   0 rgba(255, 255, 255, 1),
        4px 4px   0 rgba(0,   0,   0,   .1),
        6px 6px   0 rgba(255, 255, 255, 1),  
        7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),  
        0 1px 1px rgba(0, 0, 0, .2),
        0 3px 0 #fff,
        0 4px 0 rgba(0, 0, 0, .2),
        0 6px 0 #fff,  
        0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #686868;
    margin: 0 0 20px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
    
}
#inputs{
    height: 137px;
}

#inputs input
{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    font-size: 13px;
    height: 42px;
    margin: 14px 0 4px 29px;
    padding: 12px 23px 12px 34px;
    width: 353px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;  
}
#txtUserName
{
    background: #f8f8f8 url('./../images/login/user_icn.png') no-repeat;
    background-size: 19px auto !important;
    background-position: 10px !important;
    
}
#txtPassword
{
    background: #f8f8f8 url('./../images/login/pass_icn.png') no-repeat;
    background-position: 12px;
    background-size: 11px auto !important;
}
#inputs input:focus
{
    outline: none;
    border: 1px solid rgba(81, 203, 238, 1);
    color:#000000;
    box-shadow: 0 0 10px #9ecaed;
    
}
#actions
{
    margin: 19px 0 0 0;
}
#submit {
    background: none repeat scroll 0 0 #1c3044;
    border: 0px none;
    color: #3BAAE3;
    display: block;
    font-weight: bold;
    padding: 8px 30px;
    text-align: center;
    width: 353px;
    margin-left:29px;
}
#submit:hover
{
    background: none repeat scroll 0 0 #0081B5;
    color:#fff;
    transition: background 0.6s ease-in-out 0s;
}
#submit::-moz-focus-inner
{
    border: none;
}
#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
#lblMessage {
    color: #FF0000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
label.error {
    color: #fb3a3a;
    margin-left: 29px;
    text-align: left;
    width: 220px;
    font-size:10px;
}
.err_div{
    margin-left:29px;
}
.dealerLogo {
    margin-left: 66px;
    margin-top: 16px;
}

.dealerLogo img {
    margin-left: 26px;
    width: 229px;
}
.jqx-validator-error-label{
	display:none !important;
}

.versionDiv{
    font-size: 10px;
    color: #686868;
    bottom: 0;
    position: fixed;
    left: 2px;
}
