﻿* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	box-sizing: border-box;
}
a {
	color: #2D6B9C;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a .text_color1 {
	text-decoration: inherit;
}
body {
	background-color: #FBFBFB;
}
img {
	border: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
}
textarea {
	overflow: auto;
	border: 1px solid #ABADB3;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.load {
	position: relative;
}
.load:before {
	content: "";
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 1100;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.load:after {
	content: "";
	background-image:url(images/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px;
	max-height: 200px;
	position: absolute;
	z-index: 1101;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.error {
	background-color: #CC0207;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.ok {
	background-color: #00A600;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.intext {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	box-shadow: inset 0px 1px 3px 0px rgba(1, 2, 3, 0.10);
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-bottom: 12px;
}
.intext option:disabled {
	display: none;
}
select.intext {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
select.intext optgroup {
	font-style: italic;
	color: #999999;
	font-weight: lighter;
}
.intext[type="file"] {
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 12px;
	padding-right: 13px;
	padding-left: 3px;
	vertical-align: top;
}
.intext2 {
	width: 68%;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	overflow: hidden;
	resize: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: rgba(0,0,0,0.2);
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-weight: bold;
}
.intext2[type="file"] {
	vertical-align: top;
	font-size: 12px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
}
.intext2:hover {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
}
.intext2:focus {
	border: 1px solid rgba(0,0,0,0.3);
	background-color: #FFFFFF;
}
select.intext2 {
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	appearance: inherit;
}
.intext2::-webkit-input-placeholder {
	color:#A9A9A9;
	font-style:italic;
	font-weight:normal;
}
.intext2::-moz-placeholder {
	color:#A9A9A9;
	font-style:italic;
	font-weight:normal;
}
.intext2:-moz-placeholder {
	color:#A9A9A9;
	font-style:italic;
	font-weight:normal;
}
.intext2:-ms-input-placeholder {
	color:#A9A9A9;
	font-style:italic;
	font-weight:normal;
}
select.intext2:hover, select.intext2:focus {
	background-image: url(images/arr_down.png);
	background-repeat: no-repeat;
	background-position: 100% center;
}
textarea.intext2 {
	vertical-align: top;
}
.size_img_line {
	padding-right: 7px;
}
.full_line {
	width: 100%;
}
.intext.date {
	width: 75px;
}
.intext2.date {
	width: 65px;
}
.intext2.time {
	width: 60px;
}
.intext2.phone {
	width: 41%;
}
.intext2.addon {
	width: 13%;
}
.intext2.email {
	width: 54%;
}
.type_select {
	display: inline-block;
	height: 28px;
	width: 32px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.type_selected {
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.type_select ul {
	position: absolute;
	display: none;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.3);
	z-index: 1000;
}
.type_select ul li {
	height: 32px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
}
.type_select ul li:hover {
	background-color: #EFEFEF;
}

.sel_select {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
}
.sel_select>div {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	box-shadow: inset 0px 1px 3px 0px rgba(1, 2, 3, 0.10);
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 6px;
	min-width: 60px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.sel_select>div:before {
	content: "";
	background-color: #FFFFFF;
	position: absolute;
	top: 3px;
	right: 0px;
	bottom: 3px;
	width: 17px;
}
.sel_select>div:after {
	content: "";
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 12px;
	right: 6px;
}
.sel_select>div span {
	position: relative;
}
.sel_select>ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #FFFFFF;
	z-index: 1000;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	border: 2px solid #FFFFFF;
}
.sel_select>ul li {
	margin-bottom: 0px;
	padding: 5px;
	position: relative;
}
.sel_select>ul  li:hover {
	background-color: #5AA4E0;
	color: #FFFFFF;
}
.sel_select >ul li.selected {
	background-color: #2274b8;
	color: #FFFFFF;
}
.sel_select>ul li span {
	position: relative;
	z-index: 1000;
}
.sel_select>ul li.sel_add_option  {
	padding: 3px 35px 3px 4px;
}
.sel_select>ul li.sel_add_option input {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	box-shadow: inset 0px 1px 3px 0px rgba(1, 2, 3, 0.10);
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	padding: 3px;
	vertical-align: middle;
	width: 100%;
	min-width: 40px;
}
.sel_select>ul li.sel_add_option span {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background-color: #2274b8;
	color: #FFFFFF;
	padding: 2px 5px 6px 5px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.color_preload {
	display: none;
}



.color_select {
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	width: 214px;
	color: #424242;
}
.color_select>div {
	padding: 5px 8px;
}
.color_select>div span {
	position: relative;
}
.color_select>ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #FFFFFF;
	z-index: 1000;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.6);
	border: 2px solid #FFFFFF;
	width: 228px;
}
.color_select>ul li {
	margin-bottom: 0px;
	padding: 6px;
	position: relative;
}
.color_select>ul li:hover {
	opacity: 0.8;
}
.color_select>ul li span {
	position: relative;
	z-index: 1000;
}
.color_gray {
	background-color: #CCCCCC;
	color: #000000;
}
.color_pink {
	background-color: #F3C2C2;
}
.color_pink2 {
	background-color: #f5a4a4;
}
.color_brown {
	background-color: #9C4E4E;
	color: #FFFFFF;
}
.color_bluelight {
	background-color: #89ACE0;
	color: #FFFFFF;
}
.color_bluelight_blue {
	background-color: #89ACE0;
	color: #FFFFFF;
}
.color_bluelight_blue:before {
	content: "";
	background-color: #2B5BA4;
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}
.color_blue {
	background-color: #2B5BA4;
	color: #FFFFFF;
}
.color_greenlight {
	background-color: #C1E89B;
}
.color_greenlight_green {
	background-color: #C1E89B;
}
.color_greenlight_green:before {
	content: "";
	background-color: #75BC2E;
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}
.color_green {
	background-color: #7AC530;
}
.color_violetlight {
	background-color: #DA9EDA;
	color: #FFFFFF;
}
.color_violetlight_violet {
	background-color: #DA9EDA;
	color: #FFFFFF;
}
.color_violetlight_violet:before {
	content: "";
	background-color: #B949B9;
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}
.color_violet {
	background-color: #B949B9;
	color: #FFFFFF;
}
.color_yellow {
	background-color: #F7DB18;
}
.color_red {
	background-color: #DE3838;
	color: #FFFFFF;
}
.color_darkred {
	background-color: #801515;
	color: #FFFFFF;
}
.color_orange {
	background-color: #ff8c40;
}
.color_orange2 {
	background-color: #ffad77;
}
.color_orangelight_orange {
	background-color: #ffad77;
}
.color_orangelight_orange:before {
	content: "";
	background-color: #ff8c40;
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}
.color_turquoise {
	background-color: #70f0f0;
}
.phone_type_0 {
	background-image: url(images/work_phone.png);
}
.phone_type_1 {
	background-image: url(images/mobile_phone.png);
}
.phone_type_2 {
	background-image: url(images/fax_phone.png);
}
.phone_type_3 {
	background-image: url(images/other_phone.png);
}
.email_type_0 {
	background-image: url(images/work_email.png);
}
.email_type_1 {
	background-image: url(images/personal_email.png);
}
.email_type_2 {
	background-image: url(images/other_email.png);
}
.priority {
	vertical-align: middle;
	display: inline-block;
	height: 15px;
	width: 15px;
	cursor: pointer;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	padding: 1px;
}
.priority_low {
	background-color: #CCCCCC;
}
.priority.checked:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 7px;
	width: 7px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.priority_medium {
	background-color: #54A52B;
}
.priority_hight {
	background-color: #D24444;
}
.checkbox {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2px;
	height: 16px;
	width: 16px;
}
.radio {
	vertical-align: middle;
	height: 16px;
	width: 16px;
}
.textarea {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border: 1px solid #ABADB3;
	background-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 11px;
}
.tinymce {
	width: 100%;
}
.button {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	background: rgb(34,116,184);
	background: linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -moz-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -webkit-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -ms-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -o-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #306b93;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: baseline;
	line-height: 12px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	text-shadow: 0 -1px 0 rgba(33, 101, 171, 0.75);
	margin-bottom: 12px;
}
.button:hover {
	background-color: #595959;
	background: linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -moz-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -webkit-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -ms-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -o-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
}
.button:active {
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	background: #2274b8;
	border: 0;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 8px;
	padding-left: 19px;
}
.button:disabled, .button.disabled {
	background: #848890;
	border-color: #717679;
}
.button2 {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	background: rgb(129,172,23);
	background: linear-gradient(bottom, rgb(129,172,23) 0%, rgb(165,195,30) 100%);
	background: -moz-linear-gradient(bottom, rgb(129,172,23) 0%, rgb(165,195,30) 100%);
	background: -webkit-linear-gradient(bottom, rgb(129,172,23) 0%, rgb(165,195,30) 100%);
	background: -ms-linear-gradient(bottom, rgb(129,172,23) 0%, rgb(165,195,30) 100%);
	background: -o-linear-gradient(bottom, rgb(129,172,23) 0%, rgb(165,195,30) 100%);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #749913;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	text-shadow: 0 -1px 0 rgba(33, 101, 171, 0.75);
}
.button2:hover {
	background-color: rgb(149,185,26);
	background: linear-gradient(bottom, rgb(149,185,26) 0%, rgb(178,204,34) 100%);
	background: -moz-linear-gradient(bottom, rgb(149,185,26) 0%, rgb(178,204,34) 100%);
	background: -webkit-linear-gradient(bottom, rgb(149,185,26) 0%, rgb(178,204,34) 100%);
	background: -ms-linear-gradient(bottom, rgb(149,185,26) 0%, rgb(178,204,34) 100%);
	background: -o-linear-gradient(bottom, rgb(149,185,26) 0%, rgb(178,204,34) 100%);
}
.button2:active {
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	background: #789e12;
	border: 0;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 8px;
	padding-left: 19px;
}
.button2.add {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-size: 18px;
	float: right;
	margin-right: 5%;
}
.button2.add:before {
	content: "+";
}
.button:after, .button2:after {
	content: "";
	position: absolute;
	height: 2px;
	left: -1px;
	top: -1px;
	right: -1px;
	background-color: rgba(255, 255, 255, 0.5);
}
.button:active:after, .button2:active:after {
	display: none;
}
.button3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #306b93;
	padding-bottom: 3px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	line-height: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #306b93;
}
.button3:hover {
	border-bottom-color: transparent;
}
.button3:active {
}
.button4 {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54575D;
	border: 1px solid #CFCFCF;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	line-height: 12px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	text-shadow: 1px 1px 0 #EAEAEA;
	background-color: #E4E4E4;
	vertical-align: middle;
}
.button4:hover {
	background-color: #CFCFCF;
}
.button4:active, .button4.active {
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	background: #C5C5C5;
	border: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.image_box {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 20px;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	overflow: hidden;
	height: 180px;
	width: 160px;
	background-color: #FFFFFF;
}
.image_box .image {
	display: block;
	text-align: center;
	height: 100%;
}
.image_box .image:after {
	content: "";
	display:inline-block;
	height: 100%;
	width:0px;
	vertical-align: middle;
}
.image_box .image img {
	max-width: 160px;
	max-height: 180px;
	vertical-align: middle;
}
.image_box .image_title {
	text-align: center;
	font-weight: bold;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	right: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.image_box:hover .image_title {
	background-color: rgba(255,255,255,0.9);
}
.image_box .control_buttons {
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	top: 0px;
	right: 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
}
.image_box:hover .control_buttons {
	background-color: rgba(255,255,255,0.9);
}
.wrap {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.all {
	min-width: 1400px;
	padding-top: 90px;
}
.header {
	width: 100%;
	min-width: 1100px;
	background-color: #495262;
	padding-top: 3px;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
.header .menu {
	list-style-type: none;
}
.header .menu li {
	display: inline-block;
}
.header .menu li a {
	background-color: #3379b1;
	background: linear-gradient(bottom, rgb(55,93,125) 0%, rgb(43,136,186) 100%);
	background: -moz-linear-gradient(bottom, rgb(55,93,125) 0%, rgb(43,136,186) 100%);
	background: -webkit-linear-gradient(bottom, rgb(55,93,125) 0%, rgb(43,136,186) 100%);
	background: -ms-linear-gradient(bottom, rgb(55,93,125) 0%, rgb(43,136,186) 100%);
	background: -o-linear-gradient(bottom, rgb(55,93,125) 0%, rgb(43,136,186) 100%);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d8e1e8;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
.header .menu li a:hover {
	background-color: #7DACE6;
	background: linear-gradient(bottom, rgb(50,97,134) 0%, rgb(33,156,216) 100%);
	background: -moz-linear-gradient(bottom, rgb(50,97,134) 0%, rgb(33,156,216) 100%);
	background: -webkit-linear-gradient(bottom, rgb(50,97,134) 0%, rgb(33,156,216) 100%);
	background: -ms-linear-gradient(bottom, rgb(50,97,134) 0%, rgb(33,156,216) 100%);
	background: -o-linear-gradient(bottom, rgb(50,97,134) 0%, rgb(33,156,216) 100%);
	color:#FFFFFF;
}
.header .menu li a.active {
	background-color: #dcdcdc;
	color: #565656;
	text-shadow: 0 1px 0 #fff;
	background: linear-gradient(bottom, rgb(220,220,220) 0%, rgb(249,249,249) 100%);
	background: -moz-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(249,249,249) 100%);
	background: -webkit-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(249,249,249) 100%);
	background: -ms-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(249,249,249) 100%);
	background: -o-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(249,249,249) 100%);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
}
.header .current_time {
	float: right;
	margin-top: 6px;
	margin-right: 25px;
	color: #FFFFFF;
}
.header .login_user_status_block {
	float: right;
	margin-top: 5px;
	margin-right: 30px;
}
.header .login_user_status_block .color_select {
	width: 90px;
}
.header .login_user_status_block .color_select>div {
	padding: 4px 8px;
	font-size: 13px;
}
.header .login_user_status_block .color_select>ul {
	width: 90px;
	border: 1px solid #FFFFFF;
}
.header .login_user_status_block .color_select>ul li {
	font-size: 13px;
	padding: 4px;
}

.header .tasks_alert {
	background-image: url(images/tasks.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 6px;
	margin-right: 30px;
	cursor: pointer;
}
.header .tasks_alert.active {
	background-image: url(images/tasks_active.png);
}
.header .exit {
	float: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.header .exit a {
	color: #e9e9e9;
	display: block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(images/exit.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.header .exit a:hover {
	color: #FFFFFF;
}
.header .line {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	z-index: 100;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -3px;
	height: 6px;
	background-color: #dcdcdc;
}
.sidebar {
	position: fixed;
	top: 41px;
	z-index: 996;
	min-width: 1770px;
	background-color: #EFEFEF;
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-khtml-border-radius:0 0 2px 2px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sidebar h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #2661ad;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.sidebar h2.sidebar_h2_1 {
	background-image: url(images/sidebar_haeder_1.png);
}
.sidebar h2.sidebar_h2_2 {
	background-image: url(images/sidebar_haeder_2.png);
}
.sidebar h2.sidebar_h2_3 {
	background-image: url(images/sidebar_haeder_3.png);
}
.sidebar h2.sidebar_h2_4 {
	background-image: url(images/sidebar_haeder_4.png);
}
.sidebar h2.sidebar_h2_5 {
	background-image: url(images/sidebar_haeder_5.png);
}
.sidebar ul {
	list-style-type: none;
}
.sidebar ul:after {
	content: "";
	clear: both;
	display: block;
}
.sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 3px;
	float: left;
}
.sidebar ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	color: #565656;
	display: block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
	position: relative;
	border-radius: 3px;
	text-decoration: none;
}
.sidebar ul li a:hover {
	background-color: #E2E2E2;
	text-decoration: none;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.sidebar ul li a.active {
	background-color: #E2E2E2;
	text-decoration: none;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.sidebar ul li a.icon {
	padding-left: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #424242;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 18px;
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
dl {
	margin-bottom: 5px;
}
dl dt {
	width: 255px;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}
dl dd {
	padding-bottom: 10px;
	width: 460px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
ul {
	list-style-type: none;
}
ul li {
	margin-bottom: 2px;
}
ul li ul {
	margin-left: 14px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	padding-top: 70px;
	padding-bottom: 20px;
	position: relative;
}
.main_header_block {
	position: fixed;
	top: 96px;
	z-index: 996;
	background-color: #E6E6E6;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	height: 44px;
	max-width: 1770px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 15px;
	width: 100%;
}
.main_header_block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	background-color: #0099FF;
}
.main_header_block .left {
	vertical-align: middle;
	display: inline-block;
	float: none;
	width: 450px;
}
.main_header_block .right {
	vertical-align: middle;
	display: inline-block;
	float: none;
	width: 250px;
	text-align: right;
}
.main_header_block h2 {
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 17px;
	color: #424242;
	vertical-align: middle;
	display: inline-block;
}
.main_header_block h2.st2 {
	line-height: 17px;
	font-size: 15px;
}
.main_header_block h2.st3 {
	line-height: 15px;
	font-size: 13px;
}
.main_header_block .active_block {
	width:auto;
	margin-right:10px;
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
}
.main_header_block .button {
	margin-bottom: 0px;
}
.form_block_type1 {
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
.form_block_type2 {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}
.form_block_type3 {
	vertical-align: top;
	display: inline-block;
}
.table {
	width: 100%;
	margin-bottom: 15px;
}
.table tr:hover {
	background-color: #EFEFEF;
}
.table tr.new {
	background-color: #fff9ce;
}
.table tr.new:hover {
	background-color: #FFEF82;
}
.table tr.opened {
	background-color: rgba(20,170,20,0.1);
}
.table tr.opened:hover {
	background-color: rgba(20,170,20,0.2);
}
.table th {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0085C6;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.table th .intext {
	margin-bottom: 0px;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding: 5px;
	/*line-height: 24px;*/
}
.table td .save_inp {
	margin-bottom: 0px;
	width: 100%;
	min-width:330px;
	max-width: 600px;
}
.table td .save_name {
	font-size: 12px;
}
.table td .sel_select {
	margin-bottom: 0px;
}
.table td.url {
	width: 190px;
}
.table td.url input {
	width: 180px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 13px;
}
.gray_block .table {
	background-color: #f4f4f4;
}
.gray_block .table td {
	border-bottom-color: #ededed;
}
.gray_block .table tr:hover {
	background-color: #EBEBEB;
}
.table th {
	background-color: #fbfbfb;
}
.num_list {
	list-style-type: none;
}
.num_list li .input_border {
	margin-bottom: 8px;
}
.pages a {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	background: rgb(34,116,184);
	background: linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -moz-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -webkit-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -ms-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	background: -o-linear-gradient(bottom, rgb(34,116,184) 0%, rgb(33,155,214) 100%);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #306b93;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	line-height: 12px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	text-shadow: 0 -1px 0 rgba(33, 101, 171, 0.75);
	padding-right: 12px;
	padding-left: 12px;
}
.pages a:hover {
	background-color: #595959;
	background: linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -moz-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -webkit-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -ms-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
	background: -o-linear-gradient(bottom, rgb(39,134,195) 0%, rgb(38,168,219) 100%);
}
.pages  a:active, .pages a.active {
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	background: #2274b8;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 13px;
	padding-left: 13px;
}
.pages a:after {
	content: "";
	position: absolute;
	height: 2px;
	left: -1px;
	top: -1px;
	right: -1px;
	background-color: rgba(255, 255, 255, 0.5);
}
.pages a:active:after {
	display: none;
}
.text_color1 {
	color: #E74C3C;
}
.text_color2 {
	color: #757575;
}
.edit_cell {
	cursor: pointer;
}
.img_block {
	position: relative;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
	margin-top: 2px;
	max-height: 80px;
}
.gray_block  .img_block .button {
	margin-bottom: 0px;
}
.img_block  .image {
	cursor: move;
}
.img_block .del_img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#options .button {
	margin-right: 5px;
	margin-left: 5px;
}
.save_sort {
	float: right;
	display: none;
}
.save_sort_top {
	margin-top: -45px;
}
.save_sort_top .button {
	margin-bottom: 0px;
}
.show_info {
	display: inline-block;
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	padding: 3px;
}
.show_info:before {
	content: "?";
	color: #6F6565;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	height: 17px;
	width: 18px;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	cursor: help;
	padding-top: 1px;
	border: 1px solid #BCBEBF;
}
.show_info>div{
	position: absolute;
	background-color: #FFFFFF;
	left: 100%;
	top: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.32);
	display: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 10;
	font-size: 13px;
	line-height: 16px;
	white-space: pre;
	max-width: 500px;
	max-height: 500px;
	overflow: auto;
}
.show_info:hover>div {
/*	display: block;*/
}
.show_info>div a {
	white-space: nowrap;
	margin-bottom: 2px;
	display: inline-block;
	margin-top: 2px;
}
.show_info>div div {
	padding-top: 3px;
	padding-bottom: 3px;
}
.num_list {
	list-style-type: none;
	display: inline-block;
	vertical-align: bottom;
}
.num_list li {
	vertical-align: top;
	display: inline-block;
	background-color: #f7f7f7;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-bottom-width: 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-right: 3px;
	padding: 9px 15px;
	cursor: pointer;
}
.num_list li.active {
	position: relative;
	background-color: #2199d5;
	padding: 10px 15px;
	margin-bottom: -2px;
	color: #FFFFFF;
}
.num_list li.add {
	padding: 7px 8px;
    margin-top: 4px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    font-size: 22px;
    color: #a0a0a0;
}
.num_list li.copy {
	margin-top: 4px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	font-size: 22px;
	color: #a0a0a0;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
#offers_block {
	padding: 5px;
	border: 2px dotted #e6e6e6;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.material_head {
	background-color: #ececec;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
}
.materials_block {
	border: 1px solid #e6e6e6;
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #f7f7f7;
}
.materials_block .gray_block {
	background-color: #e6e6e6;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
	margin-bottom: 10px;
}
.materials_block .color_select {
	width: 150px;
}
.materials_block .color_select>div {
	padding: 4px 8px;
	font-size: 13px;
}

.events_menu {
}
.events_menu ul {
	list-style-type: none;
}
.events_menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: inline-block;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #565656;
	position: relative;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 3px;
}
.events_menu ul li:hover {
	background-color: #E2E2E2;
	text-decoration: none;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.events_menu ul li.active {
	background-color: #E2E2E2;
	text-decoration: none;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.events_menu ul li.incoming_ico {
	background-image: url(images/pay_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.note_ico {
	background-image: url(images/note_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.file_ico {
	background-image: url(images/file_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.task_ico {
	background-image: url(images/task_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.event_ico {
	background-image: url(images/info_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.call_ico {
	background-image: url(images/phone_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.send_mail_ico {
	background-image: url(images/mail_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}
.events_menu ul li.doc_status_ico {
	background-image: url(images/doc_status_16_ico.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 23px;
}


.event_date {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 1px;
}
#events_block .incoming {
	background-image: url(images/pay_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-left: 25px;
}
#events_block .expense {
	background-image: url(images/pay_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-left: 25px;
}
#events_block .note {
	background-image: url(images/note_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
#events_block .file {
	background-image: url(images/file_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
#events_block .task {
	background-image: url(images/task_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-left: 25px;
}
#events_block .call {
	background-image: url(images/phone_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
#events_block .send_mail {
	background-image: url(images/mail_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
#events_block .doc_status {
	background-image: url(images/doc_status_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-left: 25px;
}
#events_block .event {
	background-image: url(images/info_16_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
.call_flow_in {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(images/incall_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.call_flow_out {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(images/outcall_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.call_flow_inner {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(images/innercall_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.call_status_miss {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(images/misscall_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.call_status_ok {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(images/okcall_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.inline_block {
	vertical-align: top;
	display: inline-block;
}
.title_block {
	font-size: 15px;
	color: #6D737B;
	margin-bottom: 9px;
	display: inline-block;
	width: 32%;
	line-height: 24px;
	margin-top: 2px;
}
.full_title_block {
	font-size: 15px;
	color: #6D737B;
	padding-top:5px;
	margin-bottom: 6px;
}
.head_title_block {
	font-size: 14px;
	font-weight: bold;
	color: #3c4249;
	margin-bottom: 15px;
	background: #E5E5E5;
	background: linear-gradient(bottom, rgb(229,229,229) 0%, rgb(249,249,249) 100%);
	background: -moz-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(249,249,249) 100%);
	background: -webkit-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(249,249,249) 100%);
	background: -ms-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(249,249,249) 100%);
	background: -o-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(249,249,249) 100%);
	padding: 7px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.32);
}
.text_block {
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 13px;
	line-height: 18px;
	padding-top: 5px;
}
.list {
	margin-bottom: 12px;
}
.list li {
	margin-bottom: 5px;
}
.show_button {
	font-size: 14px;
	font-style: italic;
	color: #565656;
	background-image: url(images/arr_down.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: -5px;
	text-indent: 20px;
	display: block;
}
.hide {
	display: none;
}
.gray_block {
	background-color: #efefef;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
	margin-bottom: 15px;
}
.gray_block .title_block {
	font-size: 14px;
}
.gray_block .full_title_block {
	font-size: 14px;
}
.gray_block  .intext, .gray_block  .button, .gray_block .text_block {
	margin-bottom: 10px;
}
.sort_group_up_button {
	display: block;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 8px;
	border-left-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: #728B9C;
	border-left-color: transparent;
	margin: 4px 6px 3px 3px;
}
.sort_group_down_button {
	display: block;
	border-top-width: 8px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: #728B9C;
	margin: 4px 6px 0px 3px;
}
.move_contact_right:after {
	content: "";
	display: inline-block;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #728B9C;
	height: 0px;
	margin: 5px;
}
.move_contact_left:after {
	content: "";
	display: inline-block;
	border-top-width: 10px;
	border-left-width: 0px;
	border-bottom-width: 10px;
	border-right-width: 12px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #728B9C;
	height: 0px;
	margin: 5px;
}
.remove {
	opacity: 0.65;
}
.move_property {
	margin-left: 6px;
	vertical-align: middle;
	margin-bottom: 4px;
	cursor: move;
}
.del_property {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}
.property_name {
	font-weight: bold;
	margin-bottom: 6px;
	cursor: move;
}
.option {
	vertical-align: top;
	display: inline-block;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 6px;
	margin-right: 5px;
}
.option .intext {
	margin-bottom: 0px;
	vertical-align: middle;
}
.option:hover {
	background-color: #F8F8F8;
}
.option_value {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: move;
}
.move_option {
	margin-left: 8px;
	vertical-align: bottom;
	display: inline-block;
	cursor: move;
}
.del_option {
	cursor: pointer;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
	display: inline-block;
}

select.price_operation {
	padding-top: 4px;
	padding-bottom: 4px;
}
input.price_operation_value {
	padding-top: 5px;
	padding-bottom: 5px;
}



.enter {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background: #dedede;
	background: linear-gradient(bottom, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -moz-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -o-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 1px 62px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #FFFFFF;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	margin-top: 200px;
	padding: 15px;
}
.enter h2 {
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #565656;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
}
.enter div {
	text-align: center;
}
.enter  .intext {
	margin-bottom: 10px;
}
.enter .button {
	margin-bottom: 0px;
}
.action_img {
	float: left;
	margin-right: 6px;
}
.action_img_2 {
	margin-top: 6px;
	margin-left: 5px;
	cursor: pointer;
}
.sort_button {
	cursor: move;
}
.storage_comment_button {
	vertical-align: top;
	background-image: url(images/storage_comment_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 24px;
	display: inline-block;
	background-color: rgb(34,116,184);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-left: 4px;
	border: 1px solid #306b93;
}
.storage_comment_button:hover {
	background-color: rgb(33, 146, 207);
}
.storage_comment_button.disabled {
	background-color: #848890;
	border-color: #717679;
}
.chart_works {
	/*max-height: 571px;*/
	overflow: auto;
	white-space: nowrap;
	clear: both;
}
.chart_works_dates {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D1D1;
	/*margin-left: 250px;*/
	margin-bottom: 5px;
}
.chart_works_dates>div {
	background-color: #EFEFEF;
	padding: 1px;
	vertical-align: top;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D1D1;
	width: 24px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
.chart_works_dates .current {
	background-color: #A6E2FF;
}
.chart_works_line_title {
	vertical-align: top;
	display: inline-block;
	clear: both;
	padding-right: 5px;
	width: 170px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 1000;
}
.chart_works_line_title>div {
	background-color: #EFEFEF;
	padding: 3px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 1px;
	height: 24px;
}
.chart_works_line_info {
	min-height: 450px;
	vertical-align: top;
	display: inline-block;
	clear: both;
	background-image: url(images/chart_bg.gif);
	position: relative;
}
.chart_works_line_info .current_line {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 24px;
	background-color: #E2F6FF;
}
.chart_works_line_info .works_info {
	background-color: #eded0b;
	padding: 4px 6px;
	white-space: nowrap;
	margin-bottom: 1px;
	height: 24px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.chart_works_line_info .works_info>div {
	display: none;
	position: absolute;
	z-index: 100;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.7);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.7);
	background-color: #FFFFFF;
	left: 5px;
	top: 5px;
	padding: 4px 6px;
	cursor: default;
	line-height: 20px;
}
.chart_works_line_info .works_info2 {
	background-color: #e0e939;
	white-space: nowrap;
	height: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,1);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.chart_works_line_info .work_scale {
	display: block;
	position: relative;
	padding: 2px;
	background-color: #F0FBC8;
	margin-bottom: 1px;
	max-width: 453px;
	overflow: hidden;
}
.chart_works_line_info .work_scale>div {
	position: relative;
}
.chart_works_line_info .works_title {
	position: relative;
	font-size: 13px;
}
.chart_works_line_info .ready {
	position: absolute;
	background-color: rgba(51, 209, 7, 0.4);
	left: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ui-sortable-helper {
	display: table;
}
.ui-sortable-placeholder {
}
.ui-menu {
	padding: 0px;
	background: #efefef;
}
.ui-menu .ui-menu-item {
	font-size: 14px;
	line-height: 20px;
	color: #2C313A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	cursor: pointer;
	padding: 2px;
	white-space: nowrap;
	border-bottom: dashed 1px #ABADB3;
}
.ui-menu .ui-menu-item a {
	color: #2C313A;
	padding: 2px;
}
.ui-menu .ui-state-focus {
	background: #D4D4D4;
	border-bottom: dashed 1px #ABADB3;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	font-weight: normal;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1100;
}
.ui-autocomplete-loading {
	background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-widget-content .work_day1 a {
	background: #57ED33;
}
.ui-widget-content .work_day2 a {
	background: #FF9292;
}
#tasks {
	opacity: 0.5;
	position: fixed;
	background-color: #eef3f6;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	padding: 9px 10px 0px 10px;
	bottom: 8px;
	z-index: 1100;
	overflow-y: hidden;
	-webkit-transition: all 0.3s ease, right 0s ease;
	-moz-transition: all 0.3s ease, right 0s ease;
	-ms-transition: all 0.3s ease, right 0s ease;
	-o-transition: all 0.3s ease, right 0s ease;
	transition: all 0.3s ease, right 0s ease;
	right: -500px;
	min-width: 175px;
	min-height: 175px;
	max-height: 500px;
	display: none;
}
#tasks.open {
	opacity: 1;
}
#tasks h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
#tasks .table {
	font-size: 14px;
	margin-bottom: 10px;
}
#tasks .table td {
	padding: 4px;
}
#tasks .close_tasks {
	color: #999999;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
}
#tasks .open_tasks {
	color: #0085C6;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 50px;
	z-index: 1;
	background-color: #eef3f6;
	padding-top: 10px;
	font-weight: bold;
	padding-right: 20px;
}

#users_status_block {
	opacity: 0.5;
	position: fixed;
	left: -420px;
	background-color: #eef3f6;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	padding: 10px 18px 10px 10px;
	bottom: 8px;
	z-index: 1100;
	width: 450px;
	min-height: 317px;
	-webkit-transition: left 0.1s ease;
	-moz-transition: left 0.1s ease;
	-ms-transition: left 0.1s ease;
	-o-transition: left 0.1s ease;
	transition: left 0.1s ease;
}
#users_status_block.open {
	opacity: 1;
}
#users_status_block h2 {
	margin-bottom: 5px;
}
#users_status_block .table {
	font-size: 15px;
}
#users_status_block .close_users_status_block {
	color: #999999;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	height: 30px;
	width: 30px;
}

#users_status_block .open_users_status_block {
	color: #0085C6;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 50px;
	z-index: 1;
	background-color: #eef3f6;
	padding-top: 29px;
	font-weight: bold;
	padding-left: 20px;
}

#users_status_block .color_select {
	width: 80px;
}
#users_status_block .color_select>div {
	padding: 4px 8px;
	font-size: 13px;
}

#users_status_block table {
	width: 100%;
}
#users_status_block table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0085C6;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#users_status_block table td {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding: 2px;
	/*line-height: 24px;*/
}

