/*
orange color
body {
background: #ffe0cc;
}

.menu {
	background-color: #ff8533; 
}

header {
	background-color: #ff8533; 
}

.admin_table thead
{
	background-color: #ff8533; 
}

.add_btn {
    background-color: #ff8533; 
}
*/



body {
	margin: 0;
	height: 100%;
	padding: 0;
	#background: #cce0ff;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	cursor: default;
}


header {
	height: 30px;
	background-color: #6699ff; 
	margin-bottom: 5px;
	border-bottom: 1px solid black;
}

li {
   list-style-type: none; /* Убираем маркеры */
}
 ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
    margin-top: 0;
   }

fieldset {
	border: 1px solid black;
}

.ui-widget {
font-size: 12px !important;
}

.select_db {
    background: transparent none repeat scroll 0% 0%;
    font-size: 16px;
    border: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 600;
	color: black;
}

.call {

	background-color: #6699ff; 
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
	margin-left: 10px;
}


.setting {
        display:none;
        position: absolute;
        border: 2px solid #2a2a2a;
        top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
        width: 660px;
        height: 365px;
        background: #eee;
        box-shadow: 0 0 10px;

}

.auto {
	float: right;
	width: 100%;
	border: 1px solid;
}
.menu {
	background-color: #6699ff; 
	font-size: 16px;
	padding-left: 5px;
	border: 1px solid;
	margin-top: 1px;

}

.login_page_div {
	width: 100%;
	max-width: 360px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	height: 170px;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	padding: 5px;
}

.login_page_form {
		#background: #ccc;
		padding: 10px;

}

.field {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 8px;
	border: none;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.6);
	height: 26px;
}

.title {
	margin-bottom: 15px;
	font-size: 21px;
}

.sidebar {
	width: 12%;
	height: 100%;
	float: left;
	margin-left: 2px;
}

.content {
	width: 87%;
	height: 100%;
	float: left;
	margin-left: 2px;
}

.admin_table
{
	margin-top: 10px;
	border: 1px solid black;
	font-size: 14px;
	border-collapse: collapse;
	margin-top: 0;
}

.admin_table thead
{
	background-color: #6699ff; 
	font-size: 16px;
	font-weight: bold;

}

.admin_table tr td
{
	border: 1px solid black;
	padding: 1px 10px 1px 10px;

}

.tr_hover:hover {
background: rgba(0,0,0,0.1);
}

.add_btn {
    background-color: #6699ff; 
    border: 1px solid black;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.add_btn:hover {
	background-color: #3377ff;
}

.payment_btn_add
{
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	font-size:25px; 
	margin-left:10px;
	margin-top:0px;
	padding:0 5px;
	width:50px;
	background:#33cc33
}

.input_client
{
	width: 100%;
	border: 1px solid red;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
}

.payment_btn_minus
{
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	font-size:25px; 
	margin-left:10px;
	margin-top:0px;
	padding:0 5px;
	width:50px;
	background:#ff3333
}
.payment_btn_add:hover {
	background-color: #2eb82e;
}
.payment_btn_minus:hover {
	background-color: #ff5050;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.area {
  fill: steelblue;
}


svg {
	font-size: 10px;
	margin-left: 100px;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 20% auto;
	padding: 5px 20px 13px 20px;
	border: 2px solid black;
	border-radius: 5px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #ff8533;
	color: #000;
	border: 2px solid black; 
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #ff6600; }


/*orange color*/
body {
#background: url(../images/20121105202239.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
}

.menu {
	background-color: #ff8533; 
}
.menu:hover {
	background-color: #ff6600; 
}

header {
	background-color: #ff8533; 
}

.admin_table thead
{
	background-color: #ff8533; 
}

.add_btn {
    background-color: #ff8533; 
}

.call {
    background-color: #33cc33; 
}

.add_btn:hover {
	background-color: #ff6600;
}

.call:hover {
	background-color: #2eb82e;
}

.help_div {
display: none;
top: 0px;
width: 300px;
height: 180px;
background: rgba(250,255,189,0.95);
border: 1px solid black;
left: 375px;
float: left;
position: absolute;
color: black;
box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

.lk_help {
	width: 600px;
	float: right;
	font-size: 16px;
}



/* СКЛАД */
/* Базовый контейнер табов */
.tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto; 
}
.tabs_section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #2a2a2a;
}
.tabs input {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 20px;
//  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
/* шрифт-иконки от Font Awesome в формате Unicode */
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
//  border-top: 1px solid gray;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}


#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu {
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    width: 500px;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li > a {
    background: rgb(54,170,231); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(54,170,231,1) 0%, rgba(31,160,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,170,231,1)), color-stop(100%,rgba(31,160,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36aae7', endColorstr='#1fa0e4',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    background: rgb(31,160,228); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(31,160,228,1) 0%, rgba(25,146,209,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,160,228,1)), color-stop(100%,rgba(25,146,209,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa0e4', endColorstr='#1992d1',GradientType=0 ); /* IE6-9 */
    color: #eeeeee;
}
#cssmenu > ul > li.open > a {
    border-bottom: 1px solid #1682ba;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
}
.holder {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.holder:after, .holder:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px;
    z-index: 10;
}
.holder:after {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 17px;
}
#cssmenu > ul > li > a:hover > span:after,
#cssmenu > ul > li.active > a > span:after,
#cssmenu > ul > li.open > a > span:after {
    border-color: #eeeeee;
}
.holder:before {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 2px;
    top: 18px;
}
#cssmenu ul ul li a {
    background:#49505a;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #eeeeee;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 1;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: none repeat scroll 0 0 #424852;
    color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0 none;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0 none;
}

#cssmenu ul ul li.active > a:after,
#cssmenu ul ul li.open > a:after,
#cssmenu ul ul li > a:hover:after {
    border-color: #ffffff;
}


/* /СКЛАД */