
.progress {
	position: relative;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #dddddd;
	background-image: -moz-linear-gradient(top,#d5d5d5,#dddddd);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#d5d5d5),to(#dddddd));
	background-image: -webkit-linear-gradient(top,#d5d5d5,#dddddd);
	background-image: -o-linear-gradient(top,#d5d5d5,#dddddd);
	background-image: linear-gradient(to bottom,#d5d5d5,#dddddd);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
	animation: 1s linear 0s normal none infinite running bar-animation;
	background-size: 1rem 1rem;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255, 255, 255, 0.15)),color-stop(0.25,rgba(0, 0, 0, 0)),color-stop(0.5,rgba(0, 0, 0, 0)),color-stop(0.5,rgba(255, 255, 255, 0.15)),color-stop(0.75,rgba(255, 255, 255, 0.15)),color-stop(0.75,rgba(0, 0, 0, 0)),to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
}
.progress .bar {
	border-radius: 4px;
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
@keyframes bar-animation {
	from { background-position: 0rem; }
	to { background-position: 1rem; }
}

.bar_text {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
.title {
	width: 100%;
	position: relative;
	z-index: 1;
	zoom: 1;
}
.title em {
	display: none;
}
.title:hover em {
	display: block;
	position: absolute;
	z-index: 1;
 	background-color:#000;
 	-webkit-border-radius: 5px; /* красивости в виде скругленных углов */
 	-moz-border-radius: 5px;
 	border-radius: 5px;
	line-height: normal;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 5px 10px;
	bottom: 22px;
	right: 0;
	-webkit-box-shadow: 0 0 5px #000; /* красивости в виде тени */
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

/*
table.mon_table th {
	padding: 4px 6px;
	border: 1px solid #dfdfdf;
}
table.mon_table td {
	padding: 6px 10px;
	border: 1px solid #dfdfdf;
}
table.mon_table {
	border-collapse: collapse;
	border-radius:4px;
	width: 100%;
	overflow: visible !important;
}

.status-on {
	background:#7BA60D url(/lgsl/lgsl_files/bg-maintitle.png) repeat-x center left;
	border: 1px solid #689E07;
}
.status-off {
	background:#BF1D00 url(/lgsl/lgsl_files/bg-maintitle.png) repeat-x center left;
	border: 1px solid #B00303;
}
.status {
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
}
*/
.mon_table_wr .tabGroup {
	overflow: visible !important;
}
.mon_table {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	border-radius: 4px;
}
.mon_table_tr {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dfdfdf;
}
.mon_table_tr:first-child {
	border-radius: 4px 4px 0 0;
}
.mon_table_tr:last-child {
	border-radius: 0 0 4px 4px;
}

.mon_table_th, .mon_table_td {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 6px 10px;
	border-right: 1px solid #dfdfdf;
}
.mon_table_tr > div:nth-child(1) { max-width: 8%; }
.mon_table_tr > div:nth-child(2) { max-width: 15%; }
.mon_table_tr > div:nth-child(3) { max-width: 20%; }
.mon_table_tr > div:nth-child(4) { max-width: 27%; }
.mon_table_tr > div:nth-child(5) { max-width: 15%; }
.mon_table_tr > div:nth-child(6) { max-width: 15%; }

.mon_table_th {
	font-size: 11px;
	font-weight: bold;
	color: #5a5a5a;
}
.mon_table_td {
	font-size: 13px;
	font-weight: bold;
}
.mon_table_th:last-child, .mon_table_td:last-child, .mon_table_tr:last-child {
	border: none;
}
.mon_table_td {

}

.status {
	margin: 0;
}
.status .bar {
	width: 100%;
	background-color: #d8025c;
}
.status-on .bar {
	background-color: #42d547;
}
.th_bold{
	font-weight:bold;
}

.map_img {
	width: 160px;
	height: 120px;
}

@media (max-width: 900px) {
	.mon_table {
		overflow-x: auto;
	}
	.mon_table_tr {
		min-width: 800px;
	}
	.title:hover em {
		display: none;
	}
}



::-webkit-scrollbar-button {
  background-image: url();
  background-repeat: no-repeat;
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #DBDBDB;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #F9F9F9;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #EDF6FD;
}

::-webkit-resizer {
  background-image: url();
  background-repeat: no-repeat;
  width: 10px;
  height: 0;
}

::-webkit-scrollbar {
  width: 10px;
}