@import "/media/css/menu.css";

.loader {
    background-color: rgb(255, 255, 255);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.94;
    z-index: 10000;
}

.loading {
    background: url('/media/images/ajax_loader_red_256.gif') top left 200px/200px;
    height: 172px;
    width: 200px;
    z-index:15;
    position: absolute;
    top:50%;
    left:50%;
    margin:-100px 0 0 -100px;
}

pre {
	background: black;
	color: white;
	font-size: 12px;
}
body {
   margin: 0;
   overflow-y: scroll !important;
}
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;    
}
header {
    border-top: 11px solid #59ad59;
}
.home header {
    height: 580px;
        
}
header .top {
    height: 75px;
    background: #ebebec;
}
#logo {
    float: left;
    width: 160px;
    height: 32px;
    margin-top: 20px;
    background: url('/media/images/edrazbe_logo.svg') no-repeat top left;
}
.ajax_servertime {
    float: right;
    color: #59ad59;
    font-size: 1.8em;
    margin-top: 20px;
    width: 210px;
    min-height: 22px;
    padding: 7px 0 7px 0px;
}
.ajax_servertime i {
    padding-right: 10px;
}

header .middle {
    min-height: 502px;
    background: url('/media/images/homeheader.png') no-repeat top center;
}
header .middle nav {
    height: 60px;
    background: url('/media/images/nav_bg.png') top left;
}


footer .wrapper,
header .wrapper{
    margin: 0 auto;
    width: 980px;
    position: relative;
}
header .wrapper .head_holder{
    float: right;
}
section#login_s {
    top: 95px;
    right: 0px;
    position: absolute;
    display: none;
}

header .login_button {
    margin-top: 25px;
    float: right;
    width: 68px;
    height: 29px;
    background: url('/media/images/login_button.png') no-repeat top left;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    padding-top: 8px;
    padding-left: 41px;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);    
}
header .login_button:hover {
    text-decoration: none;    
}
section#main .wrapper {
    margin: 0 auto;
    width: 962px;    
}
.home .left_side {
    float: left;
    width: 400px;
    background: #fff;
}
.home .login_box {
    float: right;
}
.subscriber_title {
    float: left;
    font-size: 1.2em;
    
    margin-top: 13px;
    margin-left: 80px;
}
footer, .push {
    height: 80px;   
}
footer {
    background: #59ad59;
}
footer .content_footer{
    color: #ebebec;
    font-size: 1.4em;
    margin-top: 35px;
}
footer .f_left {
    float: left;
}
footer .f_right {
    margin-top: 25px;
    float: right;
}
header nav .wrapper ul:first-child {
    float: left;
}

.lang_menu {
    margin-top: 25px;
    float: right;
    list-style: none;
    font-size: 1.4em;
}
.lang_menu li{
    text-align: center;
    font-weight: bold;
    padding: 5px 15px;
}
.lang_menu li.active,
.lang_menu li:hover {
    background: #d2d2d2;
}


.demand_header .data p span img{
	max-width: 630px;
}





/*temp*/
#statistics{
    
}