section.content {
	position: relative;
	width: 100%;
	min-height: -webkit-calc(100% - 115px);
	min-height: -moz-calc(100% - 115px);
	min-height: calc(100% - 115px);
}
.left_col,
.right_col {
	position: absolute;
	bottom: 0;
	top: 0;
	-top: 115px;
	width: 300px;
	-min-height: 100%;
	-height: -webkit-calc(100% - 115px);
	-height: -moz-calc(100% - 115px);
	-min-height: calc(100% - 115px);
	background-color: #252B3C;
	font-family: 'Roboto', sans-serif;	
}
.right_col {
	position: absolute;
	top: 0;
	right: 0;
}
.select_wrap,
.cal_wrap {
	float: left;
	height: 43px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #252B3C;
	cursor: pointer;
}
.select_wrap {
	width: 165px;
	border-right: 1px solid rgba(15,15,14, .4);
	border-bottom: 1px solid rgba(15,15,14, .4);
}
.select_wrap .select {
	display: table;
	margin-top: 12px;
	margin-left: 22px;
	 font-size: 13.3px;
  color: rgb( 255, 255, 255 );
  text-shadow: 0px 2px 2px rgb( 35, 31, 32 );
  -border-bottom: 4px dotted #fff;
}
div.cal_wrap {
	position: relative;
	width: 135px;
	border-bottom: 1px solid rgba(15,15,14, .4);
}
input.datepicker {	
	display: block;
	width: 100%;
	height: 100%;
	border: 0 none;
	background-color: transparent;
	font-size: 13.3px;
    color: rgb( 255, 255, 255 );
    padding-left: 20px;
    cursor: pointer; 
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.datepicker:focus,
input.datepicker:active {
	outline: 0 none;
}
div.cal_wrap div.filter_arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../img/filter_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px; 
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
input.datepicker:focus + div.filter_arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
-.cal_wrap:before {
	position: absolute;
	content: "За:";
	left: 10px;
	top: 12px;
	font-size: 13.3px;
    color: rgb( 255, 255, 255 );
}
/*
Календарь
*/
.ui-datepicker {
	width: 260px;
	padding: 0;
}
.ui-widget-content {
	border: 0 none;
	-webkit-box-shadow: 0px 6px 10px rgba(0,0,0, .7);
	-moz-box-shadow: 0px 6px 10px rgba(0,0,0, .7);
	box-shadow: 0px 6px 10px rgba(0,0,0, .7);
	background: #fff;
}
.ui-widget-header {
	border: 0 none;
	background: #1C6AAE;
	color: #ffffff;
	font-weight: normal;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  font-size: 13.3px;
  line-height: 2.4;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;	
}
.ui-datepicker th {
	font-size: 13.3px;
  	font-family: 'Roboto', sans-serif;
  	color: rgb( 116, 116, 116 );
}
.ui-datepicker-calendar .ui-state-default {
	border: 0 none;
	background: transparent;	
	font-size: 13.3px;
  	font-family: 'Roboto', sans-serif;
  	color: rgb( 116, 116, 116 );
  	text-align: center;
}
.ui-datepicker-calendar .ui-state-active {
	background: #F45E60;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-hover {
	background: rgb(244,94,121);
	color: #ffffff;
}
.ui-widget-header .ui-datepicker-prev,
.ui-widget-header .ui-datepicker-next {
	cursor: pointer;
	border: 0 none;
	top: 3px;
}
.ui-widget-header .ui-datepicker-prev,
.ui-widget-header .ui-datepicker-prev-hover {
	left: 23px;
}
.ui-widget-header .ui-datepicker-next,
.ui-widget-header .ui-datepicker-next-hover {
	right: 15px;
}
.ui-widget-header .ui-datepicker-prev .ui-icon {
	background-image: url(../img/cal_arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 8px 15px;
}
.ui-widget-header .ui-datepicker-next .ui-icon {
	background-image: url(../img/cal_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 8px 15px;
}
.ui-widget-header .ui-state-hover {
	background: transparent;
	border: 0 none;
}
.cal {
	margin-left: 20px;
	margin-top: 12px;
	font-size: 13.332px;
color: rgb( 255, 255, 255 );
text-shadow: 0px 2px 2px rgb( 35, 31, 32 );
}
.cal span {
	-border-bottom: 4px dotted #fff;
}
/*
Работники
*/
.workers {
	position: relative;
	margin-top: 43px;
	height: -webkit-calc(100% - 43px);
	height: -moz-calc(100% - 43px);
	height: calc(100% - 43px);
	overflow: auto;
}
.otdel {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 280px;
	height: 40px;
	font-size: 16px;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, .15 );
	background-color: #1E76C2;
	color: #ffffff;
	padding-left: 22px;
	padding-top: 8px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.worker {
	position: relative;
	width: 280px;
	height: 86px;
	border-bottom: 1px solid rgb( 27, 31, 37 );
  	-webkit-box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 );
  	-moz-box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 );
  	box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 );
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}
.worker:hover {
	cursor: pointer;
	opacity: .6;
}
.worker:active {
	opacity: .2;
}
.worker .arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 86px;
	width: 36px;
	opacity: 0;
	visibility: hidden;
	background-image: url(../img/worker_arrow.png);
	background-color: #224264;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;	
}
-.worker:hover .arrow {
	opacity: 1;
	visibility: visible;
}
.worker.current {
	opacity: 1;
	background-color: #224264;
	-border-top: 1px solid rgba(15,15,14, .5);
	border-bottom: 1px solid rgba(15,15,14, .5);
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	cursor: default;
}
.worker.current .arrow {
	opacity: 1;
	visibility: visible;
	background-image: url(../img/worker_arrow.png);
	background-color: #224264;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;
}
.worker_photo {
	position: absolute;
	top: 16px;
	left: 21px;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  	border-radius: 50%;
  	overflow: hidden;
	/*-webkit-box-shadow:  0px 2px 2px 0px rgba( 35, 31, 32, .4 );
	-moz-box-shadow:  0px 2px 2px 0px rgba( 35, 31, 32, .4 );
  	box-shadow: 0px 2px 2px 0px rgba( 35, 31, 32, .4 );*/
}
.worker_photo img {
	width: 52px;
	height: 52px;	
}
.worker.current .worker_photo {	
	-webkit-box-shadow:  0px 0px 0px 0px transparent;
	-moz-box-shadow:  0px 0px 0px 0px transparent;
  	box-shadow: 0px 0px 0px 0px transparent;
}
div.worker_avatar {
	position: absolute;
	top: 16px;
	left: 21px;
	width: 52px;
	height: 36px;
	font-size: 18px;
	line-height: 18px;
	color: rgba(255,255,255,.9);
	text-align: center;
	padding: 16px 0px 0px 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  	border-radius: 50%;
  	overflow: hidden;
  	box-shadow: inset 0px 10px 10px rgba(255,255,255,.1), inset 0px 0px 0px 1px rgba(255,255,255,.1);
  	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
}
div.worker_avatar[data-zoneid="1"] {
	background: rgb(101,14,175); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1MGVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YTBlYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(101,14,175,1) 0%, rgba(138,14,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,14,175,1)), color-stop(100%,rgba(138,14,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,14,175,1) 0%,rgba(138,14,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,14,175,1) 0%,rgba(138,14,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,14,175,1) 0%,rgba(138,14,165,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,14,175,1) 0%,rgba(138,14,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650eaf', endColorstr='#8a0ea5',GradientType=0 ); /* IE6-8 */
  	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
}
div.worker_avatar[data-zoneid="2"] {
	background: rgb(255,126,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWE2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,126,0,1) 0%, rgba(249,166,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,126,0,1)), color-stop(100%,rgba(249,166,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,126,0,1) 0%,rgba(249,166,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,126,0,1) 0%,rgba(249,166,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,126,0,1) 0%,rgba(249,166,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,126,0,1) 0%,rgba(249,166,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e00', endColorstr='#f9a600',GradientType=0 ); /* IE6-8 */
  	box-shadow: inset 0px 10px 10px rgba(255,255,255,.1), inset 0px 0px 0px 1px rgba(255,255,255,.2);
}
div.worker_avatar[data-zoneid="3"] {
	background: rgb(47,236,158); /* Old browsers */
	background: rgb(36,214,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDY3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMmNjOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(36,214,125,1) 0%, rgba(34,204,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,214,125,1)), color-stop(100%,rgba(34,204,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,214,125,1) 0%,rgba(34,204,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,214,125,1) 0%,rgba(34,204,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,214,125,1) 0%,rgba(34,204,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,214,125,1) 0%,rgba(34,204,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d67d', endColorstr='#22cc9e',GradientType=0 ); /* IE6-8 */
  	box-shadow: inset 0px 10px 10px rgba(255,255,255,.1), inset 0px 0px 0px 1px rgba(255,255,255,.3);
}
div.worker_avatar[data-zoneid="4"] {
	background: rgb(0,110,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEwZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,110,255,1) 0%, rgba(0,160,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,110,255,1)), color-stop(100%,rgba(0,160,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,110,255,1) 0%,rgba(0,160,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,110,255,1) 0%,rgba(0,160,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,110,255,1) 0%,rgba(0,160,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,110,255,1) 0%,rgba(0,160,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eff', endColorstr='#00a0f7',GradientType=0 ); /* IE6-8 */
  	box-shadow: inset 0px 10px 10px rgba(255,255,255,.1), inset 0px 0px 0px 1px rgba(255,255,255,.2);
}
div.worker_avatar[data-zoneid="5"] {
	background: rgb(221,213,51); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZDUzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMzMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(221,213,51,1) 0%, rgba(255,195,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,213,51,1)), color-stop(100%,rgba(255,195,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,213,51,1) 0%,rgba(255,195,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,213,51,1) 0%,rgba(255,195,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,213,51,1) 0%,rgba(255,195,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,213,51,1) 0%,rgba(255,195,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd533', endColorstr='#ffc31e',GradientType=0 ); /* IE6-8 */
  	box-shadow: inset 0px 10px 10px rgba(255,255,255,.1), inset 0px 0px 0px 1px rgba(255,255,255,.3);
  	text-shadow: 0px 1px 1px rgba(0,0,0,.25);
}
.worker_info_wrp {
	position: absolute;
	left: 98px;
	top: 15px;
}
.worker_name {
font-size: 14.665px;
  color: rgb( 255, 255, 255 );
  line-height: 1.273;
  -text-shadow: 0px 2px 2px rgb( 35, 31, 32 );
}
.worker_pos,
.worker_shift {
	font-size: 13.332px;
  color: rgb( 255, 255, 255 );
  line-height: 1.4;
  -text-shadow: 0px 2px 2px rgb( 35, 31, 32 );
}
.worker_alarm {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 14px;
	left: 63px;
	border-radius: 50%;
	color: white;
	background: rgb(250,82,124); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNTI3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNDRiNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,82,124,1) 0%, rgba(228,75,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,82,124,1)), color-stop(100%,rgba(228,75,113,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,82,124,1) 0%,rgba(228,75,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,82,124,1) 0%,rgba(228,75,113,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,82,124,1) 0%,rgba(228,75,113,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,82,124,1) 0%,rgba(228,75,113,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa527c', endColorstr='#e44b71',GradientType=0 ); /* IE6-8 */
	box-shadow: 0px 0px 0px 2px #252b3b;
}
div.worker.current div.worker_alarm {
	box-shadow: 0px 1px 1px rgba(0,0,0,.4), 0px 0px 0px 2px #244363;
}
.worker_alarm:before {
	content: "!";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: -10px 0px 0px 0px;
	color: white
}
div.worker_accept {
	width: 14px;
	height: 9px;
	top: 38px;
	left: 225px;
	position: absolute;
	background: url(../img/worker_accept.png) no-repeat;
	-webkit-background-size: 14px 9px;
	-moz-background-size: 14px 9px;
	-o-background-size: 14px 9px;
	background-size: 14px 9px;
}
.worker_online {
	display: none;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 39px;
	left: 230px;
	background: url(../img/worker_online.png) no-repeat;
	-webkit-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-o-background-size: auto 10px;
	background-size: auto 10px;	
}
-.worker_online span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -45px;
	top: -38px;
	z-index: 10;
	height: 17px;
	min-width: 80px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  font-size: 11.998px;
  color: rgb( 255, 255, 255 );
  background-color: rgba(0,0,0, .7);
  padding: 7px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  	border-radius: 2px;
}
-.worker_online span:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;    
    border-top: 5px solid rgba(0,0,0, .7);
}
-.worker_online:hover span {
	opacity: 1;
	visibility: visible;
}
.right_col_btn_wrp {
	height: 53px;
	width: 300px;
	position: relative;
	background: rgb(29,115,188);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTZiYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(29,115,188,1) 0%, rgba(26,107,175,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,115,188,1)), color-stop(100%,rgba(26,107,175,1)));
	background: -webkit-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: -o-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: -ms-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d73bc', endColorstr='#1a6baf',GradientType=0 );
}
.right_col_btn_wrp > div {
	float: left;
	width: 150px;
	height: 53px;	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.approve_btn,
.cancel_btn {
	font-size: 16px;
  color: rgb( 255, 255, 255 );
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.approve_btn {
	border-right: 1px solid rgba(0,0,0,.2);
}
.approve_btn:hover {
	background-color: #15649f;
}
.approve_btn:active {
	background-color: transparent;
}
.approve_btn input[type="checkbox"] {
    display:none;
}
.approve_btn input[type="checkbox"] + label {
	position: relative;
	top: 15px;
    cursor: pointer;
    padding: 14px 16px 18px 51px;
}
.approve_btn input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
	left: 18px;
	top: 14px;
    height: 25px;
    width: 24px;
    margin: 0 5px 0 0;
    background: url(../img/approve_unc.png) no-repeat;
	-webkit-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-o-background-size: auto 25px;
	background-size: auto 25px;		
}
.approve_btn input[type="checkbox"]:checked + label:before {	
	height: 25px;
    width: 28px;
    background: url(../img/approve_c.png) no-repeat;
	-webkit-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-o-background-size: auto 25px;
	background-size: auto 25px;	
}
.cancel_btn {	
	position: relative;	
	cursor: pointer;	
    padding: 15px 20px;
	background: rgb(29,115,188);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTZiYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(29,115,188,1) 0%, rgba(26,107,175,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,115,188,1)), color-stop(100%,rgba(26,107,175,1)));
	background: -webkit-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: -o-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: -ms-linear-gradient(top,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,115,188,1) 0%,rgba(26,107,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d73bc', endColorstr='#1a6baf',GradientType=0 );
}
.cancel_btn:after {
	position: absolute;
	content: "";
	width: 21px;
	height: 25px;
	left: 110px;
	top: 14px;
    background: url(../img/cancel_btn.png) no-repeat;
	-webkit-background-size: 21px 25px;
	-moz-background-size: 21px 25px;
	-o-background-size: 21px 25px;
	background-size: 21px 25px;
}
.cancel_btn.disabled {
	background: rgb(24,92,150);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NWM5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjU0ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(24,92,150,1) 0%, rgba(22,84,137,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,92,150,1)), color-stop(100%,rgba(22,84,137,1)));
	background: -webkit-linear-gradient(top,  rgba(24,92,150,1) 0%,rgba(22,84,137,1) 100%);
	background: -o-linear-gradient(top,  rgba(24,92,150,1) 0%,rgba(22,84,137,1) 100%);
	background: -ms-linear-gradient(top,  rgba(24,92,150,1) 0%,rgba(22,84,137,1) 100%);
	background: linear-gradient(to bottom,  rgba(24,92,150,1) 0%,rgba(22,84,137,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185c96', endColorstr='#165489',GradientType=0 );
	color: #1A4B78;
	text-shadow: 0px 0px;
	cursor: default;
}
.cancel_btn.disabled:after {
    background: url(../img/cancel_btn_disab.png) no-repeat;
    background-position: center;
	-webkit-background-size: 19px 22px;
	-moz-background-size: 19px 22px;
	-o-background-size: 19px 22px;
	background-size: 19px 22px;
}
.cancel_btn.disabled span {
	display: none;
}
.cancel_btn:hover {
	background: #15649f;
}
.cancel_btn:active {
	background: transparent;
}
.notes {
	padding-top: 5px;
	height: -webkit-calc(100% - 53px);
	height: -moz-calc(100% - 53px);
	height: calc(100% - 53px);
}
.note {
	position: relative;
	width: 220px;
	display: table;
	font-size: 14px;
  color: rgb( 255, 255, 255 );
  line-height: 1.4;
  font-style: italic;
  padding-top: 15px;
  padding-bottom: 18px; 
  	padding-left: 30px;	
  	margin-left: 33px;
	border-left: 1px solid #051d30;
  	-webkit-box-shadow: -2px 0px 2px -1px rgba( 255, 255, 255, .05 );
  	-moz-box-shadow: -2px 0px 2px -1px rgba( 255, 255, 255, .05 );
  	box-shadow: -2px 0px 2px -1px rgba( 255, 255, 255, .05 );
}
.note > span:first-of-type {
	font-weight: 500;
	font-style: normal;
}
.note_place {
	font-weight: 500;
}
div.note_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 15px;
	left: -11px;
}
div.note_time {
	color: rgb(210, 210, 210);
	font-weight: 400;
	font-style: normal;
}
div.icon1 {
	background-image: url(../img/history_accept.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.icon2 {
	background-image: url(../img/history_reject.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.icon3 {
	background-image: url(../img/history_add.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.diagram {
	position: relative;
	left: 301px;
	min-width: 670px;
	width: -webkit-calc(100% - 600px);
	width: -moz-calc(100% - 600px);
	width: calc(100% - 600px);
	min-height: 100%;
	-overflow-y: auto;
	-overflow: hidden;
	background-color: #fbfbfb;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
	-webkit-box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
	-moz-box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
	box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
}
.head {
	display: table;
	-width: 100%;
	height: 43px;
	margin: 0 auto;
}
.head_part {
	position: relative;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
  font-size: 15.998px;
  color: rgb( 116, 116, 116 );
  -text-shadow: 0px 2px 2px rgb( 255, 255, 255 );
  float: left;
  width: 226px;
  padding-top: 10px;
}
.head .head_part:first-child {
	width: 228px;
}
.head .head_part:nth-child(2) {
	width: 216px;
}
.head_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 43px;
	width: 56px;
	background-color: #f5f5f5;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	-webkit-box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
	-moz-box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
	box-shadow: inset 0px 5px 12px -12px rgb( 35, 31, 32 );
}
.head .head_part:first-child .head_btn {
	background-image: url(../img/btn1.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 22px;
	-moz-background-size: auto 22px;
	-o-background-size: auto 22px;
	background-size: auto 22px;
}
.head .head_part:nth-child(2) .head_btn {
	background-image: url(../img/btn2.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 23px;
	-moz-background-size: auto 23px;
	-o-background-size: auto 23px;
	background-size: auto 23px;
}
.head .head_part:nth-child(3) .head_btn {
	background-image: url(../img/btn3.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 21px;
	-moz-background-size: auto 21px;
	-o-background-size: auto 21px;
	background-size: auto 21px;
}
.head_btn:hover {
	background-color: #d8d8d8;
	cursor: pointer;
}
.cancel_btn span,
.head_btn span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -75%;
	z-index: 10;
	-height: 17px;
	min-width: 120px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  font-size: 11.998px;
  color: rgb( 255, 255, 255 );
  background-color: rgba(0,0,0, .55);
  padding: 7px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  	border-radius: 2px;  	
  -text-shadow: 0px 2px 2px rgba( 35, 31, 32, .6 );
  	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	-o-transform: translate(0px, 10px);
  	transform: translate(0px, 10px);
}
.cancel_btn span {
	left: 5px;	
  	background-color: rgba(18,86,143, .9);
  	z-index: 2;
}
.cancel_btn span:after,
.head_btn span:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;    
    border-bottom: 8px solid rgba(0,0,0, .5);
}
.cancel_btn span:after {	
    border-bottom: 8px solid rgba(18,86,143, .75);
}
.cancel_btn:hover span,
.head_btn:hover span {
	opacity: 1;
	visibility: visible;
  	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
  	transform: translate(0px, 0px);
}
/*
Modal
*/
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #3d3d3d;
    display: none;
}
#add-fact {
  width: 490px;
  height: 380px;
  display:none;
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; 
  border-radius: 2px; 
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.33); 
  -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.33); 
  font-family: 'Roboto', sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrp1 {
	display: table;
	border-bottom: 1px solid rgba(216,216,216, .4);
}
.wrp1 > section {
	float: left;
	border: 1px solid transparent;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
.wrp2 textarea:focus {
	border: 1px solid rgba(0,159,242,1);
  -webkit-box-shadow: 0px 0px 6px rgba(20,99,158,1);
  -moz-box-shadow: 0px 0px 6px rgba(20,99,158,1); 
  box-shadow: 0px 0px 6px rgba(20,99,158,1); 
}
.wrp1 > section.start_time:focus,
.wrp1 > section.finish_time:focus,
.wrp1 > section.modal_place:focus {
	background-color: #d1eaff;
}
section.start_time,
section.finish_time {
	position: relative;
	width: 153px;
	height: 186px;
}
.time_btn {
	display: none;
	position: absolute;
	left: 75px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  	border-radius: 50%;
	width: 27px;
	height: 27px;
	background-color: #f4f4f4;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.7) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.7) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.7) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(220,220,220, .6);
	cursor: pointer;
}
#start_inc,
#finish_inc {
	top: 33px;
	background-image: url(../img/time_inc.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 9px;
	-moz-background-size: auto 9px;
	-o-background-size: auto 9px;
	background-size: auto 9px;	
}
#start_dec,
#finish_dec {
	bottom: 37px;
	background-image: url(../img/time_dec.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 9px;
	-moz-background-size: auto 9px;
	-o-background-size: auto 9px;
	background-size: auto 9px;	
}
.time_btn:active {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.7) inset;
	-moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.7) inset;
}
div.start_time,
div.finish_time {
	display: table;
	margin: 71px auto 0px;
}
div.start_time div,
div.finish_time div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #ffffff;
	font-size: 24px;
	color: rgb( 135, 135, 135 );
	width: 43px;
	height: 43px;
	float: left;
	text-align: center;
	border: 1px solid rgb( 215, 215, 215 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 3px;
}
div.start_time span,
div.finish_time span {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 20px;
	height: 43px;
	font-size: 24px;
	color: rgb( 135, 135, 135 );
	text-align: center;
	padding-top: 3px;
}
div.start_time div:focus,
div.finish_time div:focus {
	border: 1px solid rgba(0,159,242,1);
	background-color: #ECF7FF;
  -webkit-box-shadow: 0px 0px 6px rgba(20,99,158,1);
  -moz-box-shadow: 0px 0px 6px rgba(20,99,158,1); 
  box-shadow: 0px 0px 6px rgba(20,99,158,1);
}
section.modal_place {
	position: relative;
	width: 184px;
	height: 186px;
	border-left: 1px solid rgba(216,216,216, .4);
	border-right: 1px solid rgba(216,216,216, .4);
	padding-top: 17px;
}
section.modal_place label {
	display: block;
	position: relative;
	font-size: 16px;
  color: rgb( 152, 151, 151 );
  cursor: pointer;
  margin-bottom: 4px;
  margin-left: 59px;
}
section.modal_place label:after {
	content: "";
	position: absolute;
	top: 4px;
	left: -26px;
	width: 16px;
	height: 18px;
    background: url(../img/modal_radio_unc.png) no-repeat;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-o-background-size: auto 18px;
	background-size: auto 18px;	
}
section.modal_place label:before {
	position: absolute;
	top: 2px;
	left: -43px;
	font-size: 14px;
}
section.modal_place label:first-of-type:before {
	content: "1";
}
section.modal_place label:nth-of-type(2):before {
	content: "2";
}
section.modal_place label:nth-of-type(3):before {
	content: "3";
}
section.modal_place label:nth-of-type(4):before {
	content: "4";
}
section.modal_place label:nth-of-type(5):before {
	content: "5";
}
section.modal_place label:nth-of-type(6):before {
	content: "6";
}
section.modal_place label:nth-of-type(7):before {
	content: "7";
}
section.modal_place input[type="radio"]:checked + label:after {	
	width: 18px;
	height: 19px;
	background: url(../img/modal_radio_c.png) no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;		
}
.wrp2 {
	position: relative;
	width: 100%;
	-height: 150px;
}
.wrp2 p {
	font-size: 16px;
  color: rgb( 125, 125, 125 );
	margin: 10px 0px 10px 43px;	
}
.wrp2 textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
  	font-family: 'Roboto', sans-serif;
	border: 1px solid #6d9ec5;
	resize: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; 
  border-radius: 2px;
  width: 295px;
  height: 108px;
  padding: 3px 7px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	margin-left: 23px;
	margin-top: 19px;
}
.wrp2 label {
	position: relative;
	bottom: 95px;
	left: 37px;
	font-size: 16px;
  color: rgb( 125, 125, 125 );
  cursor: pointer;
}
.wrp2 input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
	left: -22px;
	top: 3px;
    height: 18px;
    width: 19px;
    margin: 0 5px 0 0;
    background: url(../img/modal_ch_unc.png) no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;		
}
.wrp2 input[type="checkbox"]:checked + label:before {
    background: url(../img/modal_ch_c.png) no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;		
}
.wrp3 {
	position: relative;
	height: 45px;
	width: 100%;
	overflow: hidden;
    border-bottom: 1px solid rgba(216,216,216, .4);
}
.modal_head {	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 427px;
    padding-left: 23px;
    padding-top: 9px;
    background-color: #ffffff;
}
.modal_head span:first-child {
	font-size: 19px;
	color: rgb( 125, 125, 125 );
}
.modal_head span:last-child {
	font-size: 16px;
	color: rgb(203,203,203);
}
.modal_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	height: 45px;
	border-left: 1px solid rgba(216,216,216, .4);	
    background: url(../img/modal_close.png) center no-repeat;
	-webkit-background-size: auto 17px;
	-moz-background-size: auto 17px;
	-o-background-size: auto 17px;
	background-size: auto 17px;	
	cursor: pointer;	
}
.wrp2 .modal_btn {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	right: 24px;
	width: 130px;
	height: 40px;
	float: left;
	font-size: 15px;
	font-weight: normal;
  	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  	cursor: pointer;  	
	padding-left: 36px;
	padding-top: 9px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.wrp2 .modal_btn:before {
	content: "";
	position: absolute;	
}
.submit_btn,
.save_btn {	
	display: none;
	top: 41px;
	text-align: left;
	background-color: rgb(40,215,191);
}
.submit_btn:hover, .save_btn:hover {
	background-color: #50e2ce;
}
.submit_btn:before,
.save_btn:before {
	top: 13px;
	left: 12px;
	width: 17px;
	height: 11px;
	background: url(../img/save_btn_modal.png) no-repeat;
	-webkit-background-size: 17px 11px;	
	-moz-background-size: 17px 11px;	
	-o-background-size: 17px 11px;	
	background-size: 17px 11px;	
}
.delete_btn {
	display: none;
	top: 87px;
	background: rgb(250,82,124);
}
.delete_btn:hover {
	background-color: #ff6289;
}
.delete_btn:before {	
	top: 11px;
	left: 15px;
	width: 11px;
	height: 15px;
	background: url(../img/del_btn_modal.png) no-repeat;
	-webkit-background-size: 11px 15px;	
	-moz-background-size: 11px 15px;	
	-o-background-size: 11px 15px;	
	background-size: 11px 15px;	
}
/*
Diagram
*/
.diag_wrp {
	position: relative;
	border-top: 1px solid #D8D8D8;
}
.scale {
	top: 0;
	width: 43px;
	background-color: #f7f7f7;
	line-height: .6;
}
.scale.left {
	position: relative;
	left: 0;
	text-align: right;
	padding: 47px 11px 10px 0;
}
.scale.right {
	position: absolute;
	right: 0;
	text-align: left;
	padding: 47px 0 10px 11px;
}
.scale_time {
	font-size: 11.998px;
  color: rgb( 192, 192, 192 );
  display: block;
  margin-bottom: 52px;
  height: 8px;
}
.block_wrp {
	position: absolute;
	height: 100%;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 668px;
}
.plan_wrp,
.fact_wrp,
.bio_wrp {
	position: absolute;
	top: 0;
}
.plan_wrp {
	padding-top: 50px;
	padding-left: 33px;
	margin-left: 54px;
	z-index: 1;
}
.fact_wrp {
	padding-top: 50px;
	z-index: 2;
}
.bio_wrp {
	padding-top: 50px;
	z-index: 1;
}
.diag_wrp .grid {
	height: 28px;
	border-bottom: 1px dotted rgb(231,231,231);
	border-top: 1px solid rgb(231,231,231);
	margin-bottom: 30px;
}
.plan_wrp .grid {
	width: 130px;
	margin-left: -33px;
}
.fact_wrp .grid {
	margin-left: 193px;
	width: 282px;
}
.bio_wrp .grid {
	margin-left: 484px;
	width: 130px;
}
.diagram .block,
.diagram .block_noresize {
	position: absolute;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 9px;
	min-height: 15px;
}
.diagram .block .blTitle,
.diagram .block_noresize .blTitle {
	font-weight: 500;
	display: block;
	line-height: .9;
}
.plan_wrp .block {
	left: 33px;
	width: 65px;	 	
}
.fact_wrp .block ,
.fact_wrp .block_noresize {
	left: 223px;
	width: 226px;
	-webkit-transition: box-shadow.3s ease, opacity .4s ease-out;
	-moz-transition: box-shadow .3s ease, opacity .4s ease-out;
	-o-transition: box-shadow .3s ease, opacity .4s ease-out;
	transition: box-shadow .3s ease, opacity .4s ease-out;
}
.bio_wrp .block {
	left: 528px;
	width: 65px;
}
.fact_wrp .block:not(.red):hover,
.focused {
  -webkit-box-shadow: 0px 0px 6px rgba(20,99,158,1);
  -moz-box-shadow: 0px 0px 6px rgba(20,99,158,1); 
  box-shadow: 0px 0px 6px rgba(20,99,158,1);
}
.block:hover .resize {
	display: block;
}
.yellow {
	background-color: rgba(215, 252, 9, .3);
	border-top: 3px solid rgba(221, 231, 51, .8);
	color: rgba(207,217,26, 1);
}
.red {	
	background-color: rgba(236, 47, 49, .3);
	border-top: 3px solid rgba(236, 47, 49, .8);
	color: rgba(236, 47, 49, 1);
}
.green {
	background-color: rgba(47, 236, 158, .3);
	border-top: 3px solid rgba(89, 200, 154, .8);
	color: rgba(89, 200, 154, 1);
}
.blue {
	background-color: rgba(0, 110, 255, .3);
	border-top: 3px solid rgba(0, 110, 255, .8);
	color: rgba(0, 110, 255, 1);
}
.grey {
	background-color: rgba(187, 187, 187, .3);
	border-top: 3px solid rgba(141, 141, 141, .8);
	color: rgba(141, 141, 141, 1);
}
.purple {
	background-color: rgba(101,14,175, .3);
	border-top: 3px solid rgba(101,14,175, .8);
	color: rgba(101,14,175, 1);
}
.orange {
	background-color: rgba(255,126,0, .3);
	border-top: 3px solid rgba(255,126,0, .8);
	color: rgba(255,126,0, 1);
}
#test1 {
	cursor: pointer;
	height: 50px;
}
.resize,
.resize_add {
	position: absolute;
	margin-left: -11px;
	width: 22px;
	height: 22px;
	-overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
  border-radius: 50%;
    background: url(../img/resize_btn.png) no-repeat;
	-webkit-background-size: auto 22px;
	-moz-background-size: auto 22px;
	-o-background-size: auto 22px;
	background-size: auto 22px;
	-box-shadow: 0px 1px 1px rgba(35,31,32,.3);
	cursor: pointer;
	z-index: 20;
}
.resize {
	display: none;
	left: 50%;
}
.resize_add {
	display: block;
	right: 130px;
	cursor: default;
}
.resize:after,
.resize:before,
.resize_add:after,
.resize_add:before {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	width: 330px;
	height: 1px;
	background-color: rgba(0,159,242,.5);
  	-webkit-transition: opacity .2s ease, visibility .2s ease;
	-moz-transition: opacity .2s ease, visibility .2s ease;
	-o-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
}
.resize:before,
.resize_add:before  {
	left: -330px;
}
.resize:after,
.resize_add:after {
	right: -330px;
}
.resize:active {
	display: block;
}
.resize:active,
.grabbing {
	cursor: -moz-grabbing; 
	cursor: -webkit-grabbing; 
	cursor: grabbing;
}
-section.grabbing {
	pointer-events: none;
}
.resize.top {
	top: -11px;
}
.resize.bottom {
	bottom: -11px;
}
.resize.top:after,
.resize.top:before {	
	margin-top: -3px;
}
.resize.top:active:after,
.resize.top:active:before,
.resize.bottom:active:after,
.resize.bottom:active:before,
.resize_add:after,
.resize_add:before  {
	opacity: 1;
	visibility: visible;
}
.time_end {
	position: absolute;
	bottom: 9px;
	line-height: .9;
}
div.block div.hint {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: none;
	position: absolute;
	top: 50%;
	right: -184px;
	margin: -18px 0px 0px 0px;
	z-index: 30;
	width: 180px;	
  	color: rgb( 255, 255, 255 );
  	background-color: rgba(0,0,0, .55);
  	-text-shadow: 0px 2px 2px rgba( 35, 31, 32, .6 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  	border-radius: 2px; 
  	padding: 7px 10px;
}
div.block div.hint:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -8px;
	margin: -8px 0px 0px 0px;
	width: 0px;
	height: 0px;
	border-right: 8px solid rgba(0,0,0, .55);
    border-bottom: 8px solid transparent;    
    border-top: 8px solid transparent;
}
-div.block:hover div.hint {
	display: block;
}
div.block div.hint_time {
	font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
}
div.block div.hint_time:nth-child(2) {
	border-bottom: 1px solid rgba(63, 63, 63, .8);
	padding-bottom: 5px;
	margin-bottom: 1px;
	box-shadow: 0px 1px 1px -1px rgba(255, 255, 255, .13);
}
div.block div.hint_time > span {
	font-weight: 700;
}
div.block p.hint_text {
	font-size: 12px;
	line-height: 1.556;
}
/*
Неявка
*/
.absence_overlay {
	opacity: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .65);	
	background-image: url(../img/absence.png);
	background-repeat: no-repeat;
	background-position: center 248px;
	-webkit-background-size: 104px 104px;	
	-moz-background-size: 104px 104px;	
	-o-background-size: 104px 104px;	
	background-size: 104px 104px;
	z-index: 20;
	padding-top: 354px;
	text-align: center;
	font-size: 32px;
	color: rgb( 227, 74, 111 );
}
.absence_cancel {
	display: table;
	margin: 0 auto;
	font-size: 18.6px;
	color: rgb( 161, 161, 161 );
	text-decoration: underline;
	cursor: pointer;
}
/*
Все смены закрыты/открыты
*/
.no_smen {
	position: absolute;
	display: table;
	height: 46px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	color: rgb( 98, 120, 139 );
	font-size: 13.3px;
	padding-top: 13px;
	text-align: center;
	border-top: 1px solid rgb( 27, 31, 37 );
	border-bottom: 1px solid rgb( 27, 31, 37 );
  	-webkit-box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 ), inset 0.5px 1px 0px 0px rgba( 255, 255, 255, .05 );
  	-moz-box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 ), inset 0.5px 1px 0px 0px rgba( 255, 255, 255, .05 );
  	box-shadow: 0.5px 1.5px 0px -1px rgba( 255, 255, 255, .1 ), inset 0.5px 1px 0px 0px rgba( 255, 255, 255, .05 );  	
  	left: 87px;
  	width: 130px;
  	text-align: center;
}