@charset "utf-8";

@font-face {
    font-family: HelveticaNeueCyr;
    src: url(/fonts/HelveticaNeueCyr-Roman.woff);
}

/* Global reset */
* { margin: 0; padding: 0; }
html { height: 100%; 	overflow: hidden;}
fieldset, img { border: 0 solid; }
:focus { outline:0 }

.clear{clear: both;}
/*herpers	*/
.hr{clear: both;}

.hidden{display:none;}
.datepicker{
	background-image: url(../images/ico_datepicker.png);
	background-repeat: no-repeat;
	background-position: 98% 4px;
	}

/* body */
body{
	background: #fff;
	color: #7d7d7d;
	font: 13px/1.5em HelveticaNeueCyr, Tahoma;
	padding: 0px;
	}
	select{
		color: #000;
		font: 12px/1.4em HelveticaNeueCyr, Tahoma;
		border: 1px solid #c2bebb;
		padding: 4px;
		}

/* Typography */
h1, h2, h3, h4{
	
	}
h1, h2, h3{
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	font-family: HelveticaNeueCyr, Verdana;
	}



h4, h5, h6{
	color: #c21f31;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 2px 0;
	}
h5{font-size: 13px;}
h6{font-size: 12px;}


p{
	padding-bottom: 17px;
	line-height: 1.5em;
	}
a{color: #3f3f40;text-decoration: none;}
a:hover{text-decoration: underline;}

ul, ol{
	list-style: none;
	padding: 0 0 5px 0px;
	}
	li{
		padding: 0 0 5px 21px;
		background: url(../images/li.png) no-repeat 10px 5px;
		}
blockquote{
	color: #e38617;
	padding: 0px 0px 12px 0px;
	}
	

table{
	margin: 0 0 15px 0px;
	width: 100%;
	border-collapse: collapse;
	}
	table a{color: #3f3f40}
    table a:hover{color: #3f3f40;text-decoration: underline}
	td{
		background: #fff;
		color: #756d58;
		padding: 8px 8px 8px 8px;
		border: 1px solid #eaeaea;        
        border-bottom: 1px solid #DDD
		}
	tr.even td{background: #f3f3f3;}
	tbody tr:hover td, tbody tr:hover.even td{background: #d5d6d7;}
	tbody td.grey_small,
	tbody td.green_small{
		width: 25px;
		padding: 0px 10px;
		text-align: center;
		background: #f4f3f1;
		}
	tbody td.green_small{background: #eef3e7;}
	
	tbody .even td.grey_small{background: #f6f7f7;}
	tbody .even td.green_small{background: #f3f7ef;}
	
		tbody td .help{
			display: block;
			width: 20px;
			height: 21px;
			background: url(../images/help_ico.png);
			}
			tbody td .help span{display: none;}
	tbody tr:hover.even td.empty,
	tbody tr:hover td.empty,
	tbody td.empty{
		width: 12px;
		background: none;
		padding: 0;
		}
	tbody td.select{
		padding: 3px 3px 3px 7px;
		width: 132px;
		}
		tbody td.select select{
			width: 98%;
			}
	tbody td.input{
		width: 170px;
		}
		tbody td.input input{
            border: 1px solid #c2bebb;
			padding: 5px;
			color: #7d7d7d;
			font: 12px/1.4em Tahoma;
			width: 98%;
			}
	                             
	thead td{
		background: #a5a6a8;
		font-size: 15px;    
		color: #fff;
		padding-right: 20px;        
		}
		thead td.s,
		thead td.u,
		thead td.d{
			background: #f89b23 url(../images/thead_d.png) no-repeat right 12px;
            color: #fff;
			cursor: pointer;
			}
			thead td.u{background-image: url(../images/thead_u.png);}
			thead td.s{background: #a5a6a8 url(../images/thead_s.png) no-repeat right 10px; line-height: 14px}
                        
			
/*	layouts
---------------------------------*/
#button_accord{
	width: 28px;
	height: 28px;
	background: #cbc7c2 url(../images/button_accord.png) no-repeat center;
	display: block;
	position: absolute;
	}
#col1{
	overflow: auto;
    width: 254px;
	background: white;
	float: left;
	}
	#col1-margins{
		padding: 20px 10px 0 10px;
		}
		
	
#top{
	margin-left: 254px;
	background: #c21f31 url(../images/TheRenewableMaterialsCompany_RGB.png) no-repeat center left 35%;
	height: 41px;
	}
#col2{
    position: relative;
	margin-left: 254px;
    border-bottom: 3px solid #878a8c;	
	overflow: auto;
	overflow-y: scroll;
	}
	#col2-margins{
		padding: 40px 15px 30px 30px;
		min-width: 640px;
		}
	
.one_col #col1{width: 29px; overflow: hidden;}
.one_col #col1-margins{display: none;}
.one_col #top,
.one_col #col2{ margin-left: 29px;}
.one_col #button_accord{background-image: url(../images/button_accord-r.png);}

/*	nav
----------------------------------*/
#col1 .infoblock{
	margin-top: -20px;
    padding: 10px 0 0 12px;    
	}
	#col1 .infoblock b{
		color: #000;
        font-weight: normal;
		font-size: 13px;
		}
	#col1 .infoblock a{
		color: #3f3f40;
		display: block;		
		padding: 3px 0 4px 0px;
		}

.nav_ttl{
	text-align: right;
	color: #cbc7c2;
	padding: 0 0 3px 0;
	}
.nav{
	background-color: #e0e1e1 ;
    margin-bottom: 35px;
	padding: 10px;
	}
	.nav a{                       
		color: #3f3f40;
		font-size: 14px;
		text-decoration: none;
		display: block;
		padding: 10px 0 10px 15px;
		background: url(../images/nav_li.png) no-repeat 3px 14px;
		}
		.nav a:hover{ color: #fff }
		.nav li.single_act{
			
			}
			.nav .single_act a{
				background: #c21f31;
				color: #FFF
				}
		.nav li.act{
			}
			.nav li.act a{
				background: url(../images/nav_li-act.png) no-repeat 3px 14px;
				}
			.nav li.act ul{
				display: block;
				background: none;
				padding-left: 15px;
				}
				.nav li.act ul li{
					background: none;
					}
					.nav li.act ul li a{
						color: #3f3f40;
						font-size: 12px;
						font-weight: normal;
						background: none;
						padding: 0px 0 4px 9px;
						}
					.nav li.act ul li a:hover{
						color: #fff;
						}
					.nav li.act ul li span{
						display: block;
						color: #fff;
						font-size: 12px;
						/* font-weight: bold; */
                        font-weight: normal;
						background: #c21f31;
						padding: 4px 0 4px 9px;
						margin: -2px 0 2px 0;
						}
				
				
	.nav li{
		background: none;
        border-bottom: 1px solid #c3c4c5;
		padding: 1px 0 0 0;
		}
		.nav li ul{display: none;}
        .nav li:last-child {border: 0px;}

.nav .info{
	float: right;
	font-weight: bold;
	color: #d6c89e;
	background: #42413d;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
	margin-top: -4px;
	font-size: 11px;
	}
		
		
/*	top
---------------------------------*/
#top .user_nav{
	float: right;
	width: 135px;
	padding: 5px 0 0 3px;
    line-height: 14px;
    font-size: 11px;
	}
	#top .user_nav a{
		background: url(../images/small_arr-white.png) no-repeat 0px 5px;
		padding: 1px 0 0px 12px;
		display: block;
		color: #fff;
        font-size: 11px;
		}
	
#top .user_status{
	float: right;
	width: 220px;
	background: #a5a6a8;
	height: 35px;
	padding: 6px 0 0 9px;
	color: #ced1d1;
    font-size: 11px;
    line-height: 14px;
	}
    #top .user_status b{
        font-weight: normal;
        color: #FFF
    }
	#top .user_status strong{
		color: #fff;
		font-size: 13px;
        font-weight: normal;
		}

#top .user_basket{
    float: right;
    width: 175px;
    background: #c21f31;
    height: 32px;
    padding: 9px 0 0 9px;
    color: #FFF;
    cursor: pointer;    
    }
    #top .user_basket strong{
        color: #FFF;
        font-size: 14px;
        margin-top: -27px;
        margin-left: 33px;
        display: block;
        font-weight: normal;
        }
    #top .user_basket a {
        color: #FFF
    }                    
	
#top .path{
	color: #1e1e1e;
	padding: 11px 0 0 27px;
	}
	#top .path li{
		float: left;
		background: url(../images/small_arr-white.png) no-repeat 0px 7px;
		padding: 1px 4px 0px 12px;
		}
	#top .path li.first{
		background: none;
		padding: 1px 4px 0px 0px;
        color: #fff
			}
		#top .path li a{color: #464646;}
		#top .path li span{font-weight: normal;color: #fff}
	
/*	.block
---------------------------------*/
.block{
    border: 1px solid #e5e4e1;
	padding: 12px;	
	margin: 5px 0px 15px 0px;
	}
	.block .ttl{
		margin: -21px -13px 0 0;
		height: 28px;
		display: block;
		}
		.block .ttl h3{
			float: left;
			background: #fff;
			padding: 0 3px;
			}
		.block .ttl .h,
		.block .ttl .s{
			float: left;
			background: #c21f31;
			color: #fff;
			margin: -5px 0 0 8px;
			padding: 4px 8px;			
			text-decoration: none;
			}
			.block .ttl .s{display: none;}
		.block .ttl .ico_c,
		.block .ttl .ico_h,
		.block .ttl .ico_s{
			float: right;
			width: 15px;
			height: 15px;
			margin-left: 1px;
			z-index: 10;
			}
			
			body:nth-of-type(1) .block .ttl .ico_c,
			body:nth-of-type(1) .block .ttl .ico_h,
			body:nth-of-type(1) .block .ttl .ico_s{position: relative;}
			
			
			
			.block .ttl .ico_c{background: url(../images/block_rule_ico_close.png);}
			.block .ttl .ico_h{background: url(../images/block_rule_ico_hide.png);}
			.block .ttl .ico_s{background: url(../images/block_rule_ico_show.png); display: none;}
			
		.block .bottom_layer{height: 20px; position:static;}
		
		.block .bottom_layer .left_col{
			width: 350px;
            height: 30px;
			float: left;
			padding-top: -3px;            
			}
			.block .bottom_layer .left_col .ico_PDF,
			.block .bottom_layer .left_col .ico_XLS{				                
                padding: 3px;
                float: left;
				height: 16px;
				margin-left: 3px                
				}
			.block .bottom_layer .left_col .ico_PDF{background-color: #c21f31; padding-top: 3px; padding-bottom: 5px; padding-right: 5px; color: #FFF}
			.block .bottom_layer .left_col .ico_XLS{background-color: #c21f31; padding-top: 3px; padding-bottom: 5px; padding-right: 5px; color: #FFF }
				.block .bottom_layer .left_col .ico_PDF span,
				.block .bottom_layer .left_col .ico_XLS span{ padding-left: 5px; padding-right: 5px; font-size: 12px}
		.block .bottom_layer .right_col{
			color: #000;
            width: 250px;
			float: right;
			text-align: right;
			}
		.block .bottom_layer .center_col{margin: 0 150px;}
		
		
		.block .bottom_layer label{
			/*font-weight: bold;*/
			}
			.block .bottom_layer select{margin-left: 5px;}

            .block_alert {margin-top: 25px; background-color: #fef6be}            
            .block_cont {text-align: center; color: #000}
			
/*	.block .bottom_layer .buttons_cont	*/
		 .buttons_cont{
			height: 40px;
			padding: 5px 15px 0 0;
			}
			 .buttons_cont a{
				float: right;
				color: #f2f1f3;				
				background-color: #c21f31;
				height: 24px;
				line-height: 23px;				
				padding: 0 20px;				
				margin-left: 4px;
				text-decoration: none;
				}
				 .buttons_cont a.cancel{background-color: #929291;}
		
            input.submit {
                float: left;
                width: 1px;
                height: 1px;
                background-color: transparent;
                border: none;                
            }

		.buttons_cont_large{
				height: 40px;
				padding: 5px 15px 0 0;
				}
				 .buttons_cont_large a{
					float: right;
					color: #f2f1f3;				
					background-color: #c21f31;
					height: 34px;
					line-height: 34px;				
					padding: 0 40px;		
					font-size: 15px;		
					margin-left: 4px;
					text-decoration: none;
					}
					 .buttons_cont_large a.cancel{background-color: #919192;}
					 .buttons_cont_large a.export{background-color: #2a7729;}

		
		.block .pages_cont{
			padding: 3px 0 0 41%;
			}
		.block .pages{
			height: 20px;
			float: left;
			margin-left: -50px;
			}
			.block .pages a{
				float: left;
				color: #000;
				margin-left: 4px;
				padding: 3px 9px;
				text-decoration: none;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				}
				.block .pages a.act{
                    
                    background: #ffdc3f;
                    color: #000000!important;
                    -webkit-border-radius: 15px;
                    -moz-border-radius: 15px;
                    border-radius: 15px;
                    font-weight: normal;                    
					
					}
				.block .pages a.prw{
                    margin-right: 4px;
                    padding: 3px 7px 3px 7px;
                    /* min-width: 45px; */
                    color: #fff;
                    background-color: #c21f31;
                }
					.block .pages a.prw.pas{
						background-color: #c21f31;
						color: #b6b6b7;
						}
				.block .pages a.next{
					margin-left: 4px;
					padding: 3px 7px 3px 7px;
					/* min-width: 45px; */
					text-align: right;
					color: #fff;
					background-color: #c21f31;
					}
					.block .pages a.next.pas{
						background-color: #c21f31;
						color: #b6b6b7;
						}
						
		.block .buttons{
			height: 23px;
			}
			.block .buttons a{
				float: right;
				height: 23px;
				line-height: 23px;
				color: #fefeff;
				padding: 0 20px;
				min-width: 45px;
				text-align: center;
				margin-right: 2px;
				background: #c21f31;
				}
				.block .buttons a.cancel{background: #919192;}
				
.block.hide .buttons,
.block.hide .cont,
.block.hide .pages,
.block.hide .bottom_layer {display: none;}
	.block.hide .ttl .s, .block.hide .ttl .ico_s{ display: block;}
	.block.hide .ttl .h, .block.hide .ttl .ico_h{ display: none;}
	
	
/* form_input	*/
.form_label{width: 190px;}
.form_input{/*padding: 4px 0px 3px 7px;*/vertical-align: middle;        }
	.form_input .mark_color{color: #e38617;}
	.form_input .green{color: #cbcccd;}
	.form_input .green a{color:#a7b798;}	
    .form_input input{
		border: 1px solid #c2bebb;
		padding: 4px;
		color: #7d7d7d;
		font: 12px/1.4em Tahoma;
		width: 300px;
		margin-right: 5px;
		}
		.form_input input.datepicker{
			width: 80px;			
		    }
        .form_input input.checkbox {
            width: 15px;
            margin-top: 2px;
            border:0px;
            }
        .form_input textarea {
            border: 1px solid #c2bebb;
            padding: 4px;
            color: #7d7d7d;
            font: 12px/1.3em Tahoma;
            width: 250px;
            margin-right: 5px;
        }
	
.block .lang {
    color: #f2f1f3;
    font-size: 10px;
    display: block;
    width: 70px;
    margin-top: 1px;
    padding: 2px 4px 2px 4px;
    border-left: 3px solid #919192;
    background-color: #b1ada9;    
}
    
.form_input_checkbox{padding: 0px 0px 0px 7px;}
	
.select_small{width: 120px;}
.select_middle{width: 220px;}
.select_full{width: 300px;}
.select_max{width: 94%;}



.form_note{
	background: #f7f8f8;
	border: 1px solid #e7e7e6;
	padding: 8px;
	}
	
/*	mod_nav	*/
.mod_nav{
	float: right;
	height: 44px;
	margin-top: -39px;
	background: #e8e6e5 url(../images/mod_nav.jpg) repeat-x top;
	/* width: 329px; */    
	padding-left: 12px;
    padding-right: 15px;
	margin-left: -335px;
	}
	.mod_nav a{
		float: left;
		color: #f2f1f3;
		background: #c21f31 ;
		height: 24px;
		line-height: 23px;
		padding: 0 14px;
		/* min-width: 70px; */
		margin: 10px 0 0 6px;
		text-decoration: none;
		}
		.mod_nav a.cancel{background-color: #b1ada9;}
/*	slidable	*/
.slidable {
	position: fixed;
	display: block;
	visibility: hidden;
	bottom: 0px;
	width: 60%;
	padding: 10px 1px 0 20px;
	height: 45px;
	z-index: 100;
	background: #dccea9 url(../images/slidable.jpg) repeat-x 0px 0px;
	background-color: rgba(220, 206, 169, 0.89);
	margin: 0px 0 0 -30px;
	}
    
.error {
    background-color: #fff2f2;
    border: 1px solid #f05e5e;
    color: #797979;
    margin-bottom: 2px;
}
