/* CSS Document */

html, body
{
    height: 100%;
}

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;
    /*
    background-color: #d9dee2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));
    background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: linear-gradient(top, #ebeef2, #d9dee2);    
    */
    
}

/*--------------------*/
#container {
    opacity: 0.95;
}
#login
{
    background-color: #FFFFFF;
    /*background-image: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);*/
    border-radius: 3px;
    /*box-shadow: 
        0 0 2px rgba(0, 0, 0, 0.2), 
        0 1px 1px rgba(0, 0, 0, 0.2), 
        0 3px 0 #FFFFFF, 
        0 4px 0 rgba(0, 0, 0, 0.2), 
        0 6px 0 #FFFFFF, 
        0 7px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 2px 2px 2px #838383;
    /* height: 435px; */
    left: 50%;
    margin: -200px 0px 0px -240px;
    position: absolute;
    top: 50%;
    width: 392px;
    z-index: 100;
    padding: 10px 50px;
    opacity: 0.98;
}
.customer-logo {
    text-align: center;
    padding: 10px 0;
}
img#customer_logo {
    max-height: 100px;
    max-width: 300px;
}
#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
{
    color: #268CCD;
    font: 26px/1 Verdana,Helvetica;
    letter-spacing: 4px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 0 rgba(12, 27, 195, 0.5);
    text-transform: uppercase;
    width: 409px;
}

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(#3151A2), to(#fff));
    background-image: -webkit-linear-gradient(left, #3151A2, #fff);
    background-image: -moz-linear-gradient(left, #3151A2, #fff);
    background-image: -ms-linear-gradient(left, #3151A2, #fff);
    background-image: -o-linear-gradient(left, #3151A2, #fff);
    background-image: linear-gradient(left, #3151A2, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#3151A2), to(#fff));
    background-image: -webkit-linear-gradient(right, #3151A2, #fff);
    background-image: -moz-linear-gradient(right, #3151A2, #fff);
    background-image: -ms-linear-gradient(right, #3151A2, #fff);
    background-image: -o-linear-gradient(right, #3151A2, #fff);
    background-image: linear-gradient(right, #3151A2, #fff);
    left: 0;
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input, #inputs select
{
    background: url("../img/admin/login-sprite.png") no-repeat scroll 5px 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 0 0 18px;
    padding: 15px 15px 15px 30px;
    width: 345px;
    font-size: 16px;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}
#id_office {
    width: 392px !important;
    background: none !important;
}

#inputs #captcha {
    background: none !important;
}
#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 0;
}

#submit
{        
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: left;
    height: 35px;
    padding: 0;
    width: 150px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
    margin-right: 10px;
    clear: right;
}

#submit:hover,#submit:focus
{        
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}    

#submit:active
{        
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}

#submit:-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    line-height: 35px;
    margin-left: 0px;
}
.forgot-password-line {
    margin-top: 12px;
    padding: 0 !important;
    clear: both;
}

/*--------------------*/

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
#error {
    color: #FF0000;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 13px;
    font-size: 13px;
    width: 80%;
    background-color: #e6e6e6;
    opacity: 0.8;
    font-weight: bold;
}
#error h3 {
    margin: 1px;
}
#error ol {
    margin: 1px;
}
#logo {
    background: url("../img/logo-od.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 120px;
    left: -5px;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
    top: 55px;
    width: 109px;
}
#main-inputs {
    float: left;
    position: relative;
    width: 422px;
}
#version {
    position: relative; top: -22px;
    height: 10px;
}
.powered-by {
    margin: 10px 0;
    position: relative;
    top: 5px;
    z-index: -1;
    font-size: 10px;
    text-align:center;
}
.powered-by a {
    text-decoration: underline;
    color: #3151A2;
}
.info {
    background: #A4F8B0;
    color: #3151A2;
    font-size: 14px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: -10px;
    position: relative;
    top: -20px;
    font-weight: bold;
}