@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,500,500italic,300italic,400italic&subset=latin,cyrillic);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
b {
	font-weight: bold
}
p {
	margin: 0px;
	padding: 3px 0px 7px 0px
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
aside {
	position: relative;
}
body {
	line-height: 1;
	font: 13px 'Ubuntu';
	background: url(../images/admin_bg.jpg) no-repeat fixed;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrap {
	min-height: 100%;
	margin-bottom: -306px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #444;
	text-decoration: underline
}
a:hover {
	text-decoration: none
}
body {
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
}
input[type="text"], input[type="password"], input[type="date"] {
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	color: #3f3f3f;
	font: 9pt 'Ubuntu', sans-serif;
	height: 16px;
	padding: 5px 2px 5px 6px;
}
::-moz-selection {
background: #666;
color: #FFF;
text-shadow: 1px 1px 1px #FFF
}
::selection {
	background: #666;
	color: #FFF;
	text-shadow: 1px 1px 1px #FFF
}
input[type="text"]::selection, input[type="password"]::selection, input[type="date"]::selection {
	background: #172742;
	color: #FFF;
	text-shadow: 1px 1px 1px #FFF
}
input[type="text"]::-moz-selection, input[type="password"]::-moz-selection, input[type="date"]::-moz-selection {
 background: #172742;
color: #FFF;
text-shadow: 1px 1px 1px #FFF
}
textarea {
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	color: #3f3f3f;
	font: 9pt 'Ubuntu';
	padding: 5px 2px 5px 6px;
	resize: none;
	width: 95% !important
}
button[type="submit"], .button, .buttons, input[type="submit"] {
background: rgb(118,145,221);
background: -moz-linear-gradient(top,  rgba(118,145,221,1) 21%, rgba(59,83,164,1) 96%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgba(118,145,221,1)), color-stop(96%,rgba(59,83,164,1)));
background: -webkit-linear-gradient(top,  rgba(118,145,221,1) 21%,rgba(59,83,164,1) 96%);
background: -o-linear-gradient(top,  rgba(118,145,221,1) 21%,rgba(59,83,164,1) 96%);
background: -ms-linear-gradient(top,  rgba(118,145,221,1) 21%,rgba(59,83,164,1) 96%);
background: linear-gradient(to bottom,  rgba(118,145,221,1) 21%,rgba(59,83,164,1) 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7691dd', endColorstr='#3b53a4',GradientType=0 );


	border: none;
	padding: 7px 0px;
	font: 9pt Verdana, Geneva, sans-serif;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(50, 50, 50, 1);
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.6);
	cursor: pointer;
	margin-right: 3px
}
button[type="submit"]:hover, .button:hover, .buttons:hover, input[type="submit"]:hover {
background: rgb(255,216,196);
background: -moz-linear-gradient(top,  rgba(255,216,196,1) 0%, rgba(255,99,62,1) 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,196,1)), color-stop(80%,rgba(255,99,62,1)));
background: -webkit-linear-gradient(top,  rgba(255,216,196,1) 0%,rgba(255,99,62,1) 80%);
background: -o-linear-gradient(top,  rgba(255,216,196,1) 0%,rgba(255,99,62,1) 80%);
background: -ms-linear-gradient(top,  rgba(255,216,196,1) 0%,rgba(255,99,62,1) 80%);
background: linear-gradient(to bottom,  rgba(255,216,196,1) 0%,rgba(255,99,62,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8c4', endColorstr='#ff633e',GradientType=0 );

}
button[type="submit"]:active {
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(25, 25, 25, 0.39);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(25, 25, 25, 0.39);
	box-shadow: inset 1px 1px 1px 0px rgba(25, 25, 25, 0.39);
	text-shadow: 0px -1px 0px rgba(50, 50, 50, 0.5);
}
#feedback_form {
}
#feedback_form input, #feedback_form textarea {
	width: 208px;
	margin-bottom: 6px
}
#div_crypt_image {
	float: left;
	width: 117px
}
#for_crypt_image {
	width: 90px !important;
}
#feedback_form img {
	vertical-align: middle
}
#div_crypt_text {
	float: left;
	width: 104px;
	padding-top: 10px
}
hr {
	background: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	height: 1px;
	margin: 12px 0px 18;
}
.clr, .cl_b {
	clear: both !important;
	height: 0px !important
}
h1 {
	font: normal 18px/20px 'Ubuntu';
	text-transform: uppercase;
	color: #172742;
	letter-spacing: 1px
}
.h-1 {
	font: normal 24px/30px 'Ubuntu';
	color: #172742;
	letter-spacing: 1px
}
#admin_sect {
	width: 95%;
	margin: 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 700px
}
#admin_left {
	margin-right: 270px;
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 5px;
	background: url(../images/content_bg.png);
	color: #444;
}
#admin_right {
	float: right;
	width: 240px;
	padding: 3px;
	border-radius: 5px;
}
#logo {
	background: url(../images/logo.png) center center no-repeat rgba(224,224,224,1.00);
	width: 106px;
	height: 62px;
	text-indent: -2000em;
	display: block;
	margin: 0 auto; border-radius: 10px; padding: 10px;
}
.head_menu_adm, .z {
	margin: 10px auto 0px;
	background:#7691DD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	text-align: center;
	z-index: 2;
	position: relative;
	color: #FFF;
	font: 14px/16px 'Ubuntu';
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
}
.head_menu_adm h1 {
	color: #FFF;
}
.admin_ul {
	margin: -3px 10px 10px 10px;
	list-style-type: disc;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
	border-radius: 5px;
	padding-top: 7px
}
.admin_ul li {
	margin: 5px 0px;
	list-style: none;
}
.admin_ul li:hover {
	color: #E22612
}
.admin_ul li a {
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	display: block;
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
	color: #222;
}
.admin_ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #7691DD;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
}
.grey {
	font-size: 13px;
	font-weight: bold;
	color: #727170;
}
.x {
	color: #555
}
.x:hover {
	background: rgba(212,212,212,0.10);
	color: #003793;
}
.x:hover a{
	color: #003793;
}


.y {
	color: #444
}

.y:hover, .admin_prod_table2:hover {
	background: rgba(212,212,212,0.10);
	color: #003793;
}

.y:hover a, .admin_prod_table2:hover a{
	color: #003793;
}

.y td, .x td {
    vertical-align: middle;
}
.z1 {
	background-color: #b78c5c;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0;
}
.tab0111 {
	border: #696969 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #ffffff;
}
.tab1111 {
	border: #d3d3d3 solid;
	border-width: 1px 1px 1px 1px;
	padding: 12px 20px 12px 20px;
}
.textfield {
	margin: 5px 0px;
	display: inline-block
}

input.textfield { width: 92%; min-width: 80px;}
input[type='file'].textfield { width: auto; font-family: 'Ubuntu', sans-serif; font-size: 7pt; color: #A3A3A3}
.floatingbox {
	float: left;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	overflow: auto;
	border: 1px solid #CCC
}
.floatingbox a:hover img {
	opacity: 0.7
}
.title {
	font-size: 16px;
	color: #a8a9ae;
}
.window_admin [type="text"], .window_admin input[type="password"], .window_admin input[type="date"] {
	height: 22px;
	padding: 0px !important;
}
.pages {
	margin: 5px auto;
	clear: both;
	text-align: center
}
.page_left {
	background-position: -15px -56px !important;
	text-indent: -2000em;
	margin-right: 5px
}
.page_right {
	background-position: -45px -56px !important;
	text-indent: -2000em;
	margin-left: 5px
}
.page_left:hover {
	background-position: -15px -196px !important;
	text-indent: -2000em;
}
.page_right:hover {
	background-position: -45px -196px !important;
	text-indent: -2000em;
}
.window_admin center a {
	background: url(../images/default1.png) no-repeat;
	width: 31px;
	height: 25px;
	display: inline-block;
	color: #1a2c47;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin: 0px 3px
}
.window_admin center a:hover {
	background-position: -59px 0px
}
.window_admin center b {
	background: url(../images/default1.png) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-position: -29px -127px;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	margin: 0px 3px
}
.admin_prod_table {
	margin-bottom: 1px;
}
.admin_prod_table2 {
	margin-bottom: 1px;
}
.admin_prod_table2 tr:hover td, .admin_prod_table tr:hover td {

}
.subprods_pad20 {
	margin-left: 3%;
	width: 97%;
	margin-bottom: 3px;
	border-bottom: 1px solid #999;
	margin-top: 5px;
}
.subpr_first_tr:hover td, .subpr_first_tr:hover + .subpr_second_tr td, .subpr_second_tr:hover td, .hov_act {
	background: rgba(50,50,50,0.60);
	color: #F7941D;
}
.subpr_first_tr:hover td a, .subpr_first_tr:hover + .subpr_second_tr td a, .subpr_second_tr:hover td a, .hov_act a {
	color: #FFF
}
.subpr_first_tr b {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal
}
form[name='edit_form'] input[type='text'], form[name='edit_form'] input[type='password'] {
	padding: 0px;
	height: 20px;
}
.prod_adm_table tr td {
	vertical-align: middle
}
#edit_form a:hover img {
	opacity: 0.8;
}

#edit_form .x {border-top: 1px dotted #D4D4D4}
.a_link {
	display: inline-block;
	margin: 2px;
	font-size: 11px
}
.a_link1 {
	display: inline-block;
	margin: 2px;
	font-size: 11px;
	color: #CCC
}

.img_src_a { position: relative; display: inline-block; padding: 0px; margin: 0px;}
.img_src_a span { position: absolute; background: rgba(0,0,0,0.5); width: 100%; height: 12px; color: #FFF; left: 0px; bottom: 3px; font-size: 10px; text-align: center;	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;}
.img_src_a:hover span{ opacity: 0.3}

.warning {color: #222; font-size:13px; font-weight:400; text-align: center; background: url(../images/icon-warning2.png) no-repeat 2px 28px; border: 1px solid  #B0B0B0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; padding: 1px 1px 19px 1px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.3); margin: 5px;

}
.warning:before {content: "Внимание:"; display: block;
	border-color: #d46d12;
	background: #ec993c;
	background: linear-gradient(top, #ec993c 0%, #d46d12 100%);
	background: -moz-linear-gradient(top, #ec993c 0%, #d46d12 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ec993c), to(#d46d12));
	background: -webkit-linear-gradient(top, #ec993c 0%, #d46d12 100%); 
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	color: #FFF; font-weight: 400; font: 11pt 'Ubuntu', sans-serif; line-height: 25px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	}	

.warning:hover:before {
border-color: #c2600a;
background: #dd892b;
background: linear-gradient(top, #dd892b 0%, #c2600a 100%);
background: -moz-linear-gradient(top, #dd892b 0%, #c2600a 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#dd892b), to(#c2600a));
background: -webkit-linear-gradient(top, #dd892b 0%, #c2600a 100%);  }

#edit_table2 { width: 99%}
#edit_table2 tr{ border-top: 1px solid #E5E5E5}
#edit_table2 input {width: 150px}

.window_tab { background:  url("../images/content_bg.png") }
.width18 { min-width: 18px !important}
.width10 { min-width: 10px !important}
.width33 { min-width: 33px !important}
.width48 { min-width: 48px !important}
.width63 { min-width: 63px !important}
.width_full {width: 70%}


.admin_filters {padding: 3px; box-shadow: 0px 0px 1px rgba(53,53,53,0.42); margin: 7px 0px; border-radius: 3px}
.admin_filters b{ display: inline-block; width: 60%}
.admin_filters span{ display: inline-block; width: 15%; max-width: 105px; float: right;}
.admin_filters:hover {background: #7691DD}

.tab_mb1, .tab_mb2{ border: 1px solid #FFF}
.tab_mb1:hover td, .tab_mb2:hover td{background: rgba(212,212,212,0.10);}
.tab_mb1:hover, .tab_mb2:hover{ border: 1px solid #7691DD}

.prods_tab_tr:hover {background: #E1E1E1}
.prods_tab_tr:hover + .prods_tab_links {background: #E1E1E1}
.selected_option {background: #FFEDD7; font-weight: bold}

#edit_table input.textfield {width: 40%}

.adminButtons{margin-top:10px; width:100px;}
.tableLines td {
    padding: 10px 7px;
    border-bottom: 1px dotted #D4D4D4;
}
.tableLines th {
    background: #90a5dd;
    padding: 10px 7px;
}