/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#content,
#footer { margin: 5px; margin-top: -5px; }

#header { 
	margin: 0 5px 5px 5px;
	padding: 5px 0px 0px 10px;
}

#logo { margin-right: 0px; padding-bottom: 0px;}

#toolbar,
#headerbar { margin-bottom: 45px; }

#toolbar + #headerbar { margin-top: -35px;}

#headerbar .module {
	margin-top: 0;
	margin-bottom: 0;
}

.breadcrumbs { margin-bottom: 20px; }

#footer {
	margin-bottom: 10px;
	padding: 10px;
}

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#header,
#footer { color: #CCC; }

#header { /*background: #1A1A1C;*/ }

#menubar { 
	/*position: absolute;
	right: 7px;
	bottom: 7px;*/
	text-align: center;
	background: url(../images/top_menu.png);
	padding-bottom: 45px;
	background-size: 1000px;
}

/*#menu { float: left; width: 980px;}*/

#top-a + #main:before,
#top-b + #main:before,
#main + #bottom-a:before,
#main + #bottom-b:before {
	display: block;
	content: "";
	height: 20px;
	margin: 0 5px;
	background: url(../images/layout_separator.png) repeat-x;
}

#content {
	padding: 20px;
	background: #FAFAFA;
}

#footer { 
	text-align: left;
	/*background: url(../images/module_transparent.png);*/ 
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 35px;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -50px; }

/*Мои правки*/

#top-a {
    margin-top: -35px;
}

.menu-dropdown li.level1:hover {
background: #81d3f0;
background: -moz-linear-gradient(top, #81d3f0 0%, #4ac0e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d3f0), color-stop(100%,#4ac0e2));
background: -webkit-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -o-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -ms-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: linear-gradient(to bottom, #81d3f0 0%,#4ac0e2 100%);
	
}

.menu-dropdown li.level1:active {
background: #81d3f0;
background: -moz-linear-gradient(top, #81d3f0 0%, #4ac0e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d3f0), color-stop(100%,#4ac0e2));
background: -webkit-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -o-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -ms-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: linear-gradient(to bottom, #81d3f0 0%,#4ac0e2 100%);
	
}

#maininner {
    
    float: right;
    width: 720px !important;
}


.mod-black {
    
    background: #1B94CB !important;
	color: #fff !important;
   
}

.mod_1 {
    text-align: center;
	font-size: 20px;
	background: url(../images/footer.png);
	background-repeat: no-repeat;
	background-size: 970px;
}

.menu-line {
	
	
}

.menu-line li:hover {
background: #81d3f0;
background: -moz-linear-gradient(top, #81d3f0 0%, #4ac0e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d3f0), color-stop(100%,#4ac0e2));
background: -webkit-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -o-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -ms-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: linear-gradient(to bottom, #81d3f0 0%,#4ac0e2 100%);
color: #ffffff;	
}

.menu-line li:active {
background: #81d3f0;
background: -moz-linear-gradient(top, #81d3f0 0%, #4ac0e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d3f0), color-stop(100%,#4ac0e2));
background: -webkit-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -o-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: -ms-linear-gradient(top, #81d3f0 0%,#4ac0e2 100%);
background: linear-gradient(to bottom, #81d3f0 0%,#4ac0e2 100%);
	
}

.menu-line li a {
    color: #444 !important;
}
.menu-line li a:hover {
    color: #ffffff !important;
}

#totop-scroller {
    display: none;
}

.menu-dropdown li.level1 {
    
    font-style: italic;
}

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
    font-size: 18px !important;
	text-transform:none !important;
}

#page-body {
    /* background: #353535 url(../../images/background/map_bg.jpg) 50% 0 repeat; */
    background: url(../images/bg.png);
    /*background-size: cover;*/
	background-position: center -290px;    
    background-attachment: fixed;
	background-repeat: no-repeat;
}

.mod-black {
    width: 230px;
}
.module.mod-box.mod.deepest {
    margin-top: 5px;
	width: 230px;
	background: #B4E7FE;
    border-radius: 15px;
	margin-bottom: 15px;
}
    
	.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
    font-size: 17px;
    line-height: 30px;
}
.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
    
    text-transform: none
}

td {
    padding: 2px;
}

module.mod-box.deepest {
    min-height: 0px!important;
}

.wrapper {
    overflow-x: hidden;
}

.module.mod-box.mod3.deepest {
    
    text-align: right;
    font-size: 16px;
    
    margin-bottom: -100px;
}

table.obiem td {
    padding: 20px;    min-width: 45px;
}

.formControlLabel {
    float: none !important;
    text-align: left !important;
}