
@charset "UTF-8";
body{
	overflow:scroll;
}
xmp{
	font-size:12px;	
	word-break:break-all;
	overflow:hidden;
}

a {color:color:#1E3531;} 
a:hover{ color:#1FACA6; }
input{	
	height:23px;
	line-height:18px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	outline:none;
}
img, a{
	border:none;
}
textarea{
	width:100%;
	min-height:100px;
	resize:none;
	padding-left:5px;
	padding-right:5px;
	max-width:100%;
	border:1px solid #AAA;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.comments{
	border:1px solid #AAA;
	min-height:50px;
}
.comments_span{
	width:100%;
	background:#eee;
	padding:5px;
	margin-bottom:10px;
	border: 1px solid #AAA;
	overflow:hidden;
}
.comments_span .remove_comments{
	float:right;
}

.enter_page, .logo, .enter {
	margin-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto; 
}
#login, #password{
	/*width:290px;*/
}
.enter{
	margin-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-right:2px; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.enter .remember, .enter .remember input{
	float:left;
}
.enter .remember #label{
	float:left;
	margin-top:5px;
	margin-left:5px; 
	font-size:12px;
	color:#555;
}
.remember{
	overflow:hidden;
	width:150px;
}
.enter input{
	float:right;
}
.logo{
	width:300px;
	height:110px;
	background:url(https://unis.dp.ua/themes/energy/res/images/bg/logo_all.png);
	margin-top:15%;
}

#ok{
	width:130px;	
	margin-right:-2px;
}
.left_menu_column{
	width:20%;
	min-width:130px;
	float:left;
	min-height:100%;
}
.left_menu_column #logo{
	width:100%;
}
.left_menu_column ul{
	list-style:none;
	margin-left:-30px;
	margin-top:-5px;
}
.left_menu_column li{
	margin-bottom:5px;
}
.left_menu_column li a{
	text-decoration:none;
}
#exit{
	text-decoration:none;
}
.content{
	overflow:hidden;
}
.copyright{
	text-align:right;
	width:100%;
	min-width:100%;
	margin-right:25px;
}
.copyright a{
	color:#1E3531;
	text-decoration:none;
}
.copyright a:hover{
	color:#1FACA6;
}
.main_content{
	/*border:#f00 1px solid;*/
	float:right;
	width:79%;
	min-height:250px;
	margin-bottom:10px;
	overflow:hidden;
}
.order{
	border:1px #999 solid;
	background:whiteSmoke;
	width:98%;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	min-height:60px;
	overflow:hidden;
	font-size:10px;
}
.order:hover{
	border:1px #000 solid;
	color:#000;
	background:#E5E5E5	;
}

.order_image{
	width:60px;
	height:100%;
	float:left;
	margin-right:15px;
}
.good_info{
	width:35%;
	min-height:60px;
	margin-right:10px;
	float:left;
	font-size:10px;
}
.buyer_info{
	width:30%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:10px;
}
.buyer_info a{
	font-size:10px;
}
.order_info{
	width:30%;	
	float:left;
	min-height:60px;
	font-size:10px;
	margin-bottom:5px;
}
.order_block{
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	padding-bottom:15px;
	border:#666 1px solid;
	border-radius:4px;	
	
}
.order_block .order_select{
	width:180px;
	border:#d3d3d3 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:5px;
	height:25px;
	color:#555;
	float:right;
	margin-right:20px;
}
.order_input{
	width:250px;
	border:#d3d3d3 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	height:25px;
	color:#555;
	float:right;
	margin-right:20px;
}
.order_button{
	width:100px;
	border:#d3d3d3 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	height:25px;
	color:#555;
	background:#F0F0F0;
	cursor:pointer;
	float:right;
}
.order_button:hover{
	color:#F0F0F0;
	background:#555;
 
}
.search_input{
	width:300px;
	border:#d3d3d3 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	height:25px;
	color:#555;
	margin-bottom:10px;
}
.search_button{
	width:80px;
	border:#d3d3d3 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	height:25px;
	color:#555; 
	margin-bottom:10px;
	background:#F0F0F0;
	cursor:pointer;
}
.order_select_form{
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.order_select_form .order_select{
	width:280px;
	border:#d3d3d3 1px solid;
	padding-left:5px;
	height:25px;
	color:#555;
	margin-top:5px;
}
.order_select_form .order_num{
	width:60px;
	border:#d3d3d3 1px solid;
	padding-left:5px;
	height:25px;
	color:#555;
	margin-top:5px;
	margin-left:10px;
}
.orser_status{
	float:right;
}
.users{
	height:30px;
}
.print_blank{
	float:left;
}
.print_blank a{
	margin-right:20px; 
}
#search_input{
	float:right; 
}
.pages{
	float:left;
	height:26px;
	margin-bottom:10px; 
}
.pages a{
	text-decoration:none;
}
.pages span{
	float:left;
	margin-top:4px;		
}
.pages .link{
	background:url(../images/bg/pages.png) 0 -26px no-repeat;
	height:26px;
	width:26px;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	padding-top:4px;
	overflow:hidden;
	float:left;
	font-size:12px;
	text-decoration:none;	
	color:#717171;
	text-shadow:#FFF 0px 1px 0px;
}
.pages .link a{
	font-size:12px;
	text-decoration:none;
	color:#717171;
	text-shadow:#FFF 0px 1px 0px;
	
}
.pages .link:hover, .pages #active{background-position: 0 0px; width:26px; height:22px; color:#FFF;}
.pages .link:hover a, .pages #active a{color:#FFF;}
.gray_backgroun{
	background:#EEE;
	margin:-3px -2px;
}
.gray_backgroun_with_border{
	background:#EEE;
	border:solid 1px #ccc;
	margin:-11px -15px;
	padding:10px;
}
.sortable {
	margin: 5px;
	list-style: none;
	padding: 0;
	padding: 0.5em;
}

.sortable li {
	border: solid 1px #aaaaaa;
	padding: 5px;
	margin: 5px;
	background-color: #eeeeee;
	height:10px;
	cursor:pointer;
}

.sortable li span.note {
	float: left;
	font-size:10px;
}

.sortable li a  img{
	border: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CCC;
	background-color: #EEE;
}
.settings_groupe input.boxCheckbox{
	float:left;
}
.settings_groupe label{
	display:block;
	padding-top:7px;

}
.TabbedPanelsContentGroup select{
	height: 25px;
}
.no_multilang{
	overflow:hidden;
	padding:15px;
	margin:15px 2px 0 2px;	
}
#tabs_attribute{
	margin-top:10px;
}
.half_width{
	float:left;
	width:50%;
	padding-right:3px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.half_width input{
	margin:5px 0;
}
.header_of_table{
	background:#E6E6E6;
	height:25px;
	padding:0 0 0 10px;
}
.main_header_of_table{
	background:#666;
	color:#FFF;
	height:25px;
	padding:0 0 0 10px;
}
.attribute{
	background:#fff;
	font-size:10px;
	width:100%;	
	background:#eee;
	border-collapse:collapse;
	border:none;
	padding:0;
}
.attribute tr th{
	text-align:left;
	padding:5px 5px;
}

.attribute tr td{
	border:none;
	padding:5px 5px 0 5px;
}
.attribute select{
	height:25px;
}
.attribute img.user{
	margin-right:10px;
}
.attribute_div{

}
.multi_parent{
	list-style:none;
	margin:0px 0;
	padding-left:20px;
}
.multi_parent li{
	margin:0px 0;
	padding:1px 5px;
	overflow:hidden;	
}
.multi_parent li:hover{
	color:#1FACA6;
}
.multi_parent li input{
	height:15px;
	width:15px;
	margin:5px 5px 0 0 ;
	padding:0px;
}
.multi_parent li label{
}



.cross_selling_price{
	float:right;
	overflow:hidden;
	width:110px;
}
#cross_selling_price_input{
	height:25px;
}

.related_products{
	margin-bottom:15px;
}
.related_products .related_item{
	min-height:25px; 
	margin-bottom:2px;	
	padding:0 0 0 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow:hidden;
}
.related_item:hover{
	background:#ffffff url(/admin/themes/css/custom-theme/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
.related_item:hover .cross_selling_price input{
	background:#EEE;
}
.select_category{
	padding-left:5px;
}
.related_products div .checkbox{
	
}
.related_title{
	overflow:hidden;
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding:0px; 
}

.search_article_input_div{	
	overflow:hidden;
	margin:5px 0 10px 0;
}
.search_article_input_div .search_article_input{
	height:30px; 
	overflow:hidden;
}
.search_article_input_div .search_article_input input{
	height:30px;
}
.search_article_input_div .search_article_submit{
	float:right;
	margin-left:2px;
}
.search_article_input_div .search_article_submit input{
	padding:0;	
}
.price_100{
	float:right; 
	width:110px;
	color:#000;
	margin-top:5px;
}
#small_size{
	
}
a.all_width{
	height:23px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}
#save_group_b{
	border:1px #aaa solid;	
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	right:8px;
	overflow:hidden;
}
#save_group_b .save_group_title{
	margin-right:240px;  
}
#save_group_b .save_group_title h2{
	margin:0 0 0 0;
	/*padding-top:5px;*/
	max-height:20px;
	overflow:hidden;
}
#save_group_b input{

}
#save_button{
	float:right;
	width:240px;
	text-align:right;
}
.all_width{
	width:100%;
}
.font_weight_bold{
	font-weight:bold;
}
.demo{
	
}
.mmenu{
	border:1px #aaa solid;	
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:10px 10px 0 10px;
	z-index:1000;
	top:0px;
	min-height:40px;	
	background:url(/admin/themes/images/bg/sidebar_left_bg.png);
}
.reconstruct{
	background:url(/admin/themes/images/bg/sidebar_left_bg.png);
	position:absolute; 
	right:10px; 
	z-index:900; 
	top:55px;  
	width:170px; 
	height:auto;
	padding:5px 10px 10px 10px;
}
.reconstruct_user{
	background:url(/admin/themes/images/bg/sidebar_left_bg.png);
	position:absolute; 
	right:10px; 
	z-index:900;  
	top:55px;  
	width:170px; 
	height:auto;
	padding:5px 10px 10px 10px;
}
#testt{
	float:right;
	text-align:right;
	color:#F00;
	position:absolute;
	z-index:10000;
	top:0px;
	right:10px;
	display:none;
}
#good_structure{
	margin-top:45px;
}
#user_info{
	border:#AAA 1px solid;
	padding:10px;
}
#tree_structure{
	margin-top:45px;
	border:#AAA 1px solid;
	padding:10px;
	min-height:200px;
}
.goods_table_print{
    font-size: 12px;
    width: 100%;
}
.goods_table_categoriy{
    background-color: gray;
    font-size: 14px;
}
.filter_goods{ font-size: 12px;}
.title_block{
	width:100%;
	overflow:hidden;	
}
.title_card_product{
	width:80%;
	float:left;
	overflow:hidden;
	margin-bottom:10px;		
}
.title_card_product span{
	float:left;
	width:20%;
	padding-top:5px;
}
.title_input_div{
	width:80%;
	float:left;
}
.title_checkbox{
	width:20%;
	float:right;
	margin-bottom:10px;
	margin-top:2px;
	padding-left:5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}
.title_checkbox label{
	padding-left:5px;

}
.checkbox{
	height:13px;
	width:13px;
	margin: 3px 0 0 0;
	padding: 0px;
}
#go_img_del_all{
	float:right;
}
.boxCheckbox{
	margin-right:10px;
}
.id_title{
	font-size:8px;
	
}
.article{
	font-size:10px;
	color:#900;
}


.demo-box{
	float:left;
	width:100%;
	padding-top:2px;
	margin-bottom:10px;
}
.uploadifyButton {
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}
.uploadify:hover .uploadifyButton {
	background-color: #808080;
}
.uploadifyQueueItem {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.users_list{
	list-style:none;
	margin-left:-30px;
}
.users_list li{
	height:21px;
	margin-bottom:2px;
	padding-top:3px;
}
.users_list li input{
	margin-bottom:5px;
	margin-right:5px; 
	margin-left:10px; 
	float:left;
}
.users_list li .title{
	margin-top:3px;
}
.start_page{
	width:200px;
	height:287px;
	margin:80px auto 63px auto;
	background:#fff url(https://unis.dp.ua/themes/energy/res/images/bg/logo_all.png) center top no-repeat;
}
.debuger_info{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-size:10px;
}
.errors_page{
	border: 1px solid #900; 
	background: #fcecec; 
	padding:5px; 
	text-align:left;
	color:#900;
	margin-bottom:10px;
}
#debbuger_page{
	float: right;
	width: 100%;
	overflow: hidden;
}
ul li.errors{
	color:red;
}
ul li.messages{
	color:green;
}
.red_span{
	color:#900;
}
.digits_info{
	text-align:right;
	margin-top:10px;
}

.informer{
	width:190px;
	float:right;
}
.informer_content{
	margin-right:200px;
}
#no_padding{
	clear:none;
	margin-top:1px;	
}
.support_fields{
	overflow:hidden;
}
.search_form{
	margin-bottom:10px;
}
.search_form #birds{
	min-width:287px;
}
