/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

#knopka_oplombirovat
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 400px;
	bottom: 0px;
	right: 0px;
	position: fixed;
}

#close_window
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	position: fixed;
}

button.oplombirovat
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	zoom: 1.5;
	float: right;
	position: relative;
}

#current_item
{
	zoom: 3;
	width: 1.5em;
}

#insert_priemka_packing:hover, #insert_priemka:hover, div.priemka_handwork a:hover
{
	zoom: 1.02;
}

#outer_barcode
{
	margin: 2.5em 3.0em 1.5em 3.0em;
	width: 45em;
}

#priemka_info_panel
{
	padding: 0em 1.5em 0em 1.5em;
	width: 30em;
	top: 2.5em;
	left: 50em;
	position: fixed;
	background: #E0F8E6;
}

div.priemka_handwork
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	float: right;
	position: relative;
	right: 2 em;
}
#priemka_navigation_panel
{
	padding: 0em 1.5em 0em 1.5em;
	width: 35em;
	height: 40em;
	top: 2.5em;
	left: 84em;
	position: fixed;
	background: #E0F8E6;
	overflow: scroll;
}

#priemka_navigation_panel ul li {
padding-bottom: 20px;
}
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Form styles */

input,select{
	padding:3px;
	color:#333333;
	
	border:1px solid #96A6C5;
	margin-top:2px;
	width:150px;
	font-size:11pt;
}

select{
	width:auto;
	padding:2px;
}

.formline{
	padding:3px;
}

label{
	font-size:11pt;
	display:block;
	text-align:right;
}

/* Outer */

#outer
{
	margin: 0.1em 0.1em 0.1em 0.1em;
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('/images/a1.gif') top right no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 1.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 0.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}




/* Menu */

#menu
{
	height: 8em;
	//background: #fafafa url('/images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A url('/images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	//background: #fff url('/images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul, ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}



#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#content p, ul, ol
{
	color: black;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}

/* Форма регистрации */
.input-container{
	padding:1px;
}

#div-regForm,#div-logForm, .registered{	
	border:3px solid gray;
	padding:15px;
	
	color:#203360;
	
	margin:0px;
	width:200px;
}

.form-title,
.form-sub-title{
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
}

.form-sub-title{
	font-weight:normal;
	padding:6px 0 15px 0;
}

.greenButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

.greenButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}

#loading{
	left:10px;
	position:relative;
	top:3px;
	visibility:hidden;
}

#error_reg, #error_log{
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	padding:7px 3px;
	text-align:center;
	margin-top:10px;
	visibility:hidden;
}

/* modal box style, can be anything you want */
.modal {
    background: #eee;
    width: 300px;
    margin: 20px auto;

    border: 3px solid #666;
    padding: 20px;
}

.modal .close {
    float: right;
    text-decoration: none;
    font-size: 40px;
}

.lock {
	/* when modal is opened we're removing scrollbars from the main content */
	overflow: hidden;
}

.themodal-overlay {
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;

	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;

	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(0, 0, 0, 0.5);
	/* IE6–IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
	zoom: 1;
}

/* Переход вверх страницы */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -38px;
}
#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/* Таблица прайс-листа */
#content p.cmp {
	font-size: 12px;
	color: #AF0A0A;
	padding: 0;
	margin: 0;
}

#content p.cmpt {
	font-size: 12px;
	color: gray;
	padding: 0;
	margin: 0;
}

#content p.cmu {
	font-size: 12px;
	color: #00cc00;
	padding: 0;
	margin: 0;
}

#content p.cma {
	font-size: 12px;
	color: #3333ff;
	padding: 0;
	margin: 0;
}

#content p.in_box {
	font-size: 11px;
	color: #afafaf;
	padding: 0;
	margin: 0;
}

#content input[type=text] {
	width: 50px;
	zoom: 1.2;
}

#content input[type=number] {
	width: 50px;
	zoom: 1.2;
}

#content input[type=text].small {
	width: 80px;
	zoom: 1.2;
}

#content input[type=number].small {
	width: 80px;
	zoom: 1.2;
}

#content input[type=text].medium {
	width: 150px;
	zoom: 1.2;
}

#content input[type=number].medium {
	width: 150px;
	zoom: 1.2;
}

#content input[type=text].long {
	width: 400px;
	zoom: 1.2;
}

#content input[type=number].long {
	width: 400px;
	zoom: 1.2;
}

#content td.pr {
	width: 30px;
	maxlength: 3;
	text-align: center;
}

/* ИТОГО в прайс-листе */
#summary {
	position: fixed;
	right:0px;
	bottom: 0px;
	margin-right: 0px;
	background-color: #eaeaea;
	border-top-width: 2px;
	border-top-color: black;
	border-top-style: solid;
}

#summary #total{

	position: relative;
	float: left;

}

#summary #total span {
	font-size: 14pt;
	margin-bottom: 0px;

}
#summary a:hover span {
	background-color: #777;
}

/* Sticker */

.stick {
	margin:5px;
	padding:15px;
	width:200px;
	z-index: 1;
}
.exit {
	background:url('exit.png') no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin:-5px -5px 0 0;
	cursor:pointer;
}
.classic {
	border:1px solid #A7CD10;
	background-color:#E1FAB8;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.classic.error {
	border:1px solid #E2365C;
	background-color:#F7C8D2;
}
.opacity {
	background:url('bg.png');
	color:#F4F4F4;
}
.next {
	background:url('bg1.png') repeat-x #FEF6BF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.last {
	background-color:#CBECFA;
	border:1px solid #15A6E3;
}
.click-ex {
	width:50px;
	height:20px;
	border:1px solid #626262;
	background:url('pointer.gif') no-repeat left center #7A7A7A;
	color:#F4F4F4;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:25px;
	padding-top:10px;
	margin-right:10px;
	cursor:pointer;
}
.ex pre {
	width:80%;
}

/* всплывающие подсказки */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

table.list_of_order tr.list_of_order:hover {
background-color: #ccff66;
cursor: pointer;
}

/* Навигация по брендам и товарам */
.brand{
	border: 2px solid Gray;
  border-radius: 10px;
  text-align: center;
  max-width: 20%;
  float: left;
  margin: 0.1%;
  padding: 0.1%;
  cursor: pointer;
  position: relative;
}
.prod_block{
  border: 2px solid Gray;
  border-radius: 10px;
  margin: 1%;
  padding: 0.5%;
  cursor: default;
  float: left;
  font-size: 1em;
  white-space: nowrap;
  max-width: 95%;
  color: black;
}
.panel{
	border: 2px solid Gray;
	border-radius: 10px;
	margin: 0.1%;
	padding: 0.1%;
	float: left;
	width: 100%;
}

/* Фильтр */
#filtr {
  background: #FFFFFF;
  left: 40px;
  list-style: none;
  position: fixed;
  bottom: 0px;
}

/* Прогресс-бар загрузки прайс-листа */
#loadimg {display:none; text-align: center;}

/*Стили упаковки в мешки */
#content input[type=text].new_in_bag {
color:black; 
font-size: 12pt; 
text-align: center;
vertical-align: top;
width: 20px;
zoom: 1;
}

#content input[type=number].new_in_bag {
color:black; 
font-size: 12pt; 
text-align: center;
vertical-align: top;
width: 55px;
zoom: 1;
}

.put_all_in_bag {
font-size: 8pt; 
text-align: center;
}

#content tr.contacts_client_details {
vertical-align: top;
}

#content tr.contacts_client_details input[type=text] {
width: 90%;
}

#content tr.contacts_client_details input[type=checkbox] {
margin: 0 30px 0 0;
padding: 0px;
width: 15px;
}

#content tr.contacts_client_details input[type=text].short {
width: 42%;
}

#content tr.contacts_client_details p {
margin: 0;
padding: 0;
}
#content tr.contacts_client_details p.title {
margin: 10px 0px 0px 0px;
padding: 0;
font-size: 8pt; 
}
#content p.active_rekvizit {
margin: 20px 0px 0px 0px;
padding: 0;
font-size: 14pt;
color: red;
font-weight: bold;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

h4.zagolovok {
margin-bottom: 0px;
padding-bottom: 0px;}

div.panel {
margin-bottom: 20px;
}

div.zagolovok:hover {
cursor:hand;
}

div.barcodetype {
	padding: 0px 0px 0px 0px;
	width: 270px;
	background: url('/img/barcode_bg.jpg') top left no-repeat;
}

div.number_buttons {
margin-bottom: 50px;
}

button.barcode_count {
font-size: 16pt;
height: 50px;
width: 50px;
margin: 4px 4px 0 0;
padding: 1px 1px 1px 1px;
}

button.full_box {
font-size: 16pt;
height: 50px;
margin: 2px 2px 0 0;
padding: 1px 1px 1px 1px;
color: red; 
}

button.user_button {
font-size: 12pt;
margin: 1px 1px 0 0;
padding: 1px 1px 1px 1px;
background: cyan;
border-color: cyan;
}

button.kol_checked {
font-size: 12pt;
height: 30px;
width: 30px;
margin: 2px 2px 0 0;
padding: 1px 1px 1px 1px;
}

/*Стили упаковки в мешки */
#PackingList input[type=text].new_in_bag {
color:black; 
font-size: 12pt; 
text-align: center;
vertical-align: top;
width: 20px;
zoom: 1;
}

#PackingList input[type=number].new_in_bag {
color:black; 
font-size: 12pt; 
text-align: center;
vertical-align: top;
width: 55px;
zoom: 1;
}

.char_block {
  width: 100%;
  float: left;
}


.radius {
  border: 2px solid Gray;
  border-radius: 10px;
  text-align: center;
  max-width: 20%;
  float: left;
  margin: 0.1%;
}

.brand_logo {
max-height: 100px;
max-width: 90%;
padding: 0.1% 0.1% 0.1% 0.1%;
}

p.brand_name {
margin: 0 0 0 0;
font-size: 1em;
max-width: 100%;
}

.prod_name {
padding: 0.1%;
margin: 0.1%;
font-size: 1.5em;
position: relative;
}

.fas_name {
  padding: 0.1%;
  padding-top:5px;
  margin: 0.1%;
  border: 2px solid Gray;
  border-radius: 10px;
  font-size: 2em;
  vertical-align: text-top;
  cursor: pointer;
}

.fas_panel {
  padding: 0.1%;
  margin: 0.1%;
  font-size: 1em;
  text-align: center;
}

.up_menu {
  padding: 1em;
  margin: -4em 0 0 0;
  font-size: 1em;
  text-align: center;
  position: absolute;
}

.input_tools {
	vertical-align:middle; 
	margin-left:0.6em;
	cursor: pointer;
}

.tools_button {
  background-color: Gray;
  color: white;
  padding: 0.1em;
  margin: 0.1em;
  border: 2px solid Gray;
  border-radius: 30px;
  font-size: 1.5em;
  vertical-align: middle;
  cursor: pointer;
}

.korzina {
  height: 48px;
  width: 48px;
  background: Pink url('/images/cart_transparent.png') top right no-repeat;
  border-radius: 10px;
  padding: 0 0 0 0;
  line-height: 40px;
  margin: 0 0 -0.5em 0; 
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  color: black;
}

.korzina_fas {
  height: 48px;
  width: 40px;
  border-radius: 10px;
  padding: 0 0 0 0;
  line-height: 40px;
  margin: 8px 0 0 0; 
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  vertical-align: text-top;
  color: black;
  position: absolute;

}

.img_korzina {
  height: 48px;
  width: 48px;
  background-color: Pink;
  border-radius: 10px;
  padding: 0;
  margin: 0; 
  text-align: left;
  vertical-align: text-top;
}

.cart_invisible {
display: none;
}

.min_price {
  font-size: 0.5em;
  background-color: white;
  border-radius: 10px;
  color: gray;
  position: absolute;
  margin-top:-0.5em;
}