
orange color
body {
#background: #ffe0cc;
background: url("http://cs407424.userapi.com/v407424056/522f/K2gDI9UB1cA.jpg") no-repeat;
background-size: cover;
background-attachment: fixed;
}

.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;

background: url("/images/bg_m3x.jpg") no-repeat;
//background: url("http://cs407424.userapi.com/v407424056/522f/K2gDI9UB1cA.jpg") no-repeat;
background-size: cover;
background-attachment: fixed;

}


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: 230px;
	border: 1px solid;
}
.menu {
	background-color: #6699ff; 
	font-size: 16px;
	padding-left: 5px;
	border: 1px solid;
	margin-top: 1px;

}

.login_page_div {
	#border: 1px solid red;
	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.7);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	padding: 5px;
	/*border: 1px solid #2a2a2a;*/
}

.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%;
	#border: 1px solid red;
	float: left;
	margin-left: 2px;
}

.content {
	width: 87%;
	height: 100%;
	#border: 1px solid green;
	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;
#    color: white;
    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;
	#color: red;
	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: #F5F5F5;
}

.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);
}

.help_div a
{
font-size:13px;
left:10px;
position:absolute;

}

.help_div h3
{
margin-bottom: 0px;
margin-top: 0;

}

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