@import url('reset.css');

body{
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	/* text-transform:uppercase; */
	cursor: default;
}
a{
	font-size: 14px;
	color: #747474;
	text-decoration:none;
}
a:hover{
    color: #0E6AE5;
}
#firm_title {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 10px;
}
img.ac_bgimage{
    display: inline;
	position:fixed;
	top:0px;
    left: 0px;
	opacity:0.8;
    width: 100%;
    height: 100%;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../img/pattern.png) repeat top left;
}
.ac_overlay_for_modal{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../img/pattern.png) repeat top left;
    display: none;
    z-index: 1;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../img/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height: auto;
	width:100%;
	top: 35%;
	left:0px;
	margin-top: -65px;
}
.ac_content h1{
	background:transparent url(../img/bg_menu.png) repeat top left;
	display:block;
	float:left;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	width: 25%;
}
.ac_content h2 {
    text-align: left;
    font-size: 20px;
    letter-spacing: 3px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	background:transparent url(../img/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}
.ac_subitem{
	width:400px;
	height:0px; /* animate to 400px */
	top:50%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../img/bg_menu.png) repeat top left;
}
.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
}
.ac_subitem ul li:first-child{
	font-size:14px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}
span.ac_close{
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../img/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}
#form {
    background: #FFF;
    width: 600px;
    max-width: 800px;
    min-width: 300px;
    position: relative;
    color: #000;
    height: auto;
    margin: 0 auto;
}
#form td{
    padding: 15px;
    
}
#form span{
    color: #747474;
    
    padding-right: 10px;
}
#form input{
    font-size: 20px;
    height: 30px;
    
    color: #000;
    width: 250px;
}
#form_submit{
    width: 100%!important;
    
    background: #0F31A0;
    color: #fff! important;
    height: 40px!important;
    letter-spacing: 1px;
}
#table_content{
    text-align: center;
    width: 100%;
    background: #FFF;
    min-width: 300px;
    float: right;
    position: relative;
    color: #000;
    /* height: 450px; */
}
.global_table{
    position: relative;
	
    height: 100%;
	width:100%;
	
    min-width: 1000px;
    /* top:50%; */
	left:0px;
	
    /* margin-top: -65px; */
}
.global_table h1{
    background: transparent url(../img/bg_menu.png) repeat top left;
    display: block;
    float: left;
    height: 50px;
    padding: 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 1px;
}
.global_table h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
#tdI{
    width: 340px;
    
}
#tdII{
    vertical-align: middle;
    
}
#tdIII{
    background: rgba(4, 4, 4, 0.76);
    vertical-align: bottom;  
    bottom: 0;
    height: 90px;
}
#tdIII h1{
    background:transparent url(../img/bg_menu.png) repeat top left;
	display:block;
	float:left;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	
    /* width: 25%; */
}
#tdIII span{
    display:block;
	font-weight:normal;
	font-size:14px;
}
#top_panel{
    width: 100%;
    
    vertical-align: text-top;
}
#top_panel_title{
    width: 25%;
    
    text-align: left;  
    font-size: 20px;  letter-spacing: 3px;
    padding: 10px;
    height: 30px;
    color: #ddd;
}
#top_panel_email{
    width: 65%;
    
    text-align: right;
    color: #717171;
}
#top_panel_exit{
    width: 10%;
    text-align: center;
    
}
#exit_button{
    width: 80px;
    height: 30px;
    background: #0F31A0;
    
    text-align: center;
    color: #fff;
    padding: 10px;
}
#logo_h2{
    vertical-align: middle;
    margin-right: 10px;
}
#midle_panel{
    vertical-align: top;
    
    padding-top: 50px;
    background: #E4E4E4;
}
#midle_panel_table{
    width: 100%;
}
#midle_panel_table_tr1{
    vertical-align: top;
}
#midle_panel_menu{
    width: 20%;
    min-width: 270px;
    vertical-align: top;
    /*position: fixed;*/
}
#midle_panel_workplace{
    width: 80%;
    
    padding-right: 10px;
}
.main_menu{
    text-align: left;
    
    width: 80%;
    margin: 0 auto;
    background: #fff;
    /* box-shadow: 1px 1px 5px #aaa; */
}
.main_menu tr{
    
    /* border: 0; */
    /* border-bottom: white; */
    
    /* border-style: ridge; */
    
}
.main_menu td{
    padding: 10px;
    
}
.main_menu tr:hover{
    background: #ddd;
    /* border-bottom: #ddd; */
    /* border: 0; */
    /* border-style: ridge; */
    
}
.main_menu a{
    font-size: 16px;
    
}
.main_menu a:hover{
    
}
#menu_selected{background: #aaa}
#menu_selected a{color: #fff}
.workplace_pattern{
    width: 100%;
    
    min-height: 400px;
    margin-bottom: 30px;
}
#workplace_pattern_header{
    vertical-align: top;
    
}
#workplace_pattern_header a{  
    background: #747474;
    color: #fff;
    height: auto;
    
    padding: 10px;
    font-size: 22px;
    font-weight: 100;
    line-height: inherit;
    text-align: left;
    float: left;
    margin: 0 0 0 5px;
}
#workplace_pattern_header a:hover{  
    background: #0FA053;
}
#workplace_pattern_header td{
    background: #fff;
    
    height: 45px;
}
#workplace_pattern_header h1{
    background: #0FA053;
    color: #fff;
    height: auto;
    padding: 10px;
    font-size: 22px;
    font-weight: 100;
    line-height: inherit;
    text-align: left;
}
#workplace_pattern_middle{
    vertical-align: top;
    
}
#workplace_pattern_middle_td{
    padding: 0px 0 10px 0;
    
    background: #fff;
}
.menu_notifications{
    text-align: center;
}
.menu_notifications a{
    color: #DD1F1F;
}
#orders_dop_moskit{
    font-size: 12px;
    color: #40BD84;
    float: right;
}
#orders_dop_gluh{
    font-size: 12px;
    color: #BA0000;
    float: right;
}
#orders_dop_prof{
    font-size: 12px;
    color: #03041F;
    float: right;
}
#list_shet_control{
    text-align: left;
    background: #229DAD;
    color: #fff;
}
#list_shet_control tr{}
#list_shet_control td{
    border: 0;
}
#list_shet_control select{
    margin-left: 40px;
    padding: 10px;
    font-size: 16px;
    background: #1A7B88;
    color: #FFFFFF;
    cursor: pointer;
}
#list_shet_control_submit{
    cursor: pointer;
    width: auto;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    background: #176B4E;
}
#person{
    padding: 5px;
}
#person td{
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #FF8904;
}
#person:hover{
    background: #fff;
}
#form_submit2{
    background: #0F31A0;
    color: #fff!important;
    height: auto!important;
    padding: 5px;
    cursor: pointer;
}
#contacts{
    float: right;
    top: 0px; 
    height: 90px;
}
#contacts tr{
    vertical-align: middle;
}
#contacts tr{
}
#contacts td{
    padding: 3px;
    letter-spacing: 1px;
    -webkit-transition-property: background, color;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
}
#contacts td:hover{
      background: rgba(213, 36, 36, 0.66);
}
#contacts a{
    color: #fff;
    font-weight: 700;
    -webkit-transition-property: background, color;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
}
#contacts a:hover{
    color: #000;;
}
#contacts img{
    vertical-align: middle;
    width: 25px;
}
.version{
    display: 
    
    -webkit-box;
    float: right;
}
.version #value{}
.version #date{
    margin-left: 5px;
    font-size: 12px;
}

#menu_sec{
    width: 80%;
    float: right;
}
#menu_sec #menu_selected{}
#menu_sec tr{}
#menu_sec td{}
#menu_sec a{}