
body
{
    background: url(../../images/bg_content.png) repeat scroll 0 0 #42abbd;
    margin: 0 auto;
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #333333;
}

/* === Title === */
.title {
  background: url("../../images/title.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    margin: -40px 0px 10px -46px;
    padding: 10px 0 5px;
    position: relative;
    text-align: center;
    width: 500px;
    z-index: 10000;
}

#login-box .btnLogin {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-family: Tahoma;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 0;
  color: #fff;
  background-color: #1e70b8;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  
  transition: all 1s ease 0s;
}

#login-box .btnLogin:hover,
#login-box .btnLogin:focus
{
 background-color : #3fa5ff;
  color: #fff;
  transition: all 1s ease 0s;
}

#login-box .btnLogin:disabled 
{
 background-color : #dddddd;
  color: #fff;
  transition: all 1s ease 0s;
}



/* === Copyright === */
.copyright {
  margin-top: 20px;
  text-align: center;
}

.copyright p, a {
  color: #828078;
  font-size: 11px;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.copyright a:hover {
  color: #f2672e;
}

div#footer
{
    background: url("../../images/bg_footer.png") repeat-x scroll 0 0 #E0E0E0;
}

div#footer #footer_bot
{
    background: none repeat scroll 0 0 #E0E0E0;
    padding: 5px 0 15px 0px;
}
div#footer #footer_bot #footer_bot_inner
{
    margin: 0 auto;
    width: 980px;
}
div#footer #footer_bot #footer_bot_inner .footer_left
{
    float: left;
    padding: 18px 0 0 30px;
}

div#footer #copyright
{
    color: #333333;
    float: left;
    font-size: 11px;
    padding: 8px 0 0 8px;
    font-family: Arial;
    line-height: 15px;
    width: 320px;
}
div#footer #copyright a
{
    color: #333333;
    text-decoration: none;
}
div#footer #copyright a:hover
{
    text-decoration: underline;
}
div#footer #footer_bot #footer_bot_inner .footer_right
{
    float: right;
    width: 450px;
    padding-right: 30px;
}
div#footer #footer_bot #footer_bot_inner .footer_right .footer_right_inner
{
    text-align: center;
}
div#footer #footer_bot #footer_bot_inner .footer_right .footer_right_inner .btn_action
{
    padding: 10px 0 0;
}
div#footer #footer_bot #footer_bot_inner .footer_right .footer_right_inner .hotline
{
    padding: 18px 0 0;
}

#login-box::before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: -1;
}

#login-box
{
    width: 410px;
    height: 360px;
    padding: 60px 20px 0 20px;
    color: #000000;
    font: 14px Tahoma, Arial, Helvetica, sans-serif;
    background: white;
    border-radius: 3px;
    left: 50%;
    top: 40%;
    position: absolute;
    margin: -100px 0 0 -230px;
}

#login-box .label {
    vertical-align: middle;
    font-size: 14px;
}

#login-box img
{
    border: none;
}

#login-box h2
{
    padding: 0;
    margin: 0;
    color: #ebebeb;
    font: bold 44px "Calibri" , Arial;
    text-align: left;
}


.login-box-name
{
    float: left;
    display: inline;
    width: 93px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin: 0 0 7px 0;
}

.login-box-field
{
    float: left;
    display: inline;
    width: 230px;
    margin: 0;
    margin: 0 0 7px 0;
}


.form-login
{
    width: 205px;
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    background-color: #1e4f8a;
    font-size: 16px;
    color: #ebebeb;
}


.login-box-options
{
    clear: both;
    padding-left: 98px;
    font-size: 11px;
}

.login-box-options a
{
    color: #ebebeb;
    font-size: 11px;
}


/*.dxeButtonEditButtonHover_Moderno, .dxeSpinIncButtonHover_Moderno, .dxeSpinDecButtonHover_Moderno, .dxeSpinLargeIncButtonHover_Moderno, .dxeSpinLargeDecButtonHover_Moderno
{
    background: linear-gradient(to bottom, #00A285 0%, #00856D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.dxeListBoxItemHover_Moderno
{
    background-color: #00A285 !important;
}

.dxeFocused_Moderno
{
    border: 1px solid #00A285 !important;
    box-shadow: none !important;
}*/

.dxeListBox_Moderno
{
    margin-top: 2px;
}

.box_skitter_large
{
    background: none;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 369px;
}
