@CHARSET "UTF-8";
/*################################################HEADER START########################################################*/

body{
	font-size: 14px; /*15px*/
	line-height: 24px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background:#fff;
	min-width: 1200px;
}
.container{
	/*width:1300px;*/
	margin: 0 auto;
	padding:0 10px;
	min-width: 1000px;
}
.container:after{
	content:'';
	display:table;
	clear:both;
}

h1.header_logo {
	background: url('../img/sgs.png') no-repeat 20px center;
	color: #37a;
	font-family: Arial;
	font-weight: normal;
	font-size: 24px;
	padding-left: 140px;
	padding-top: 47px;
	/*background-size: auto 80px;*/
	margin: 0;
	height: 80px;
}

.main-header{
	background-image: -webkit-linear-gradient(-90deg,#fff,rgba(230,230,230,0.9));
}

.main-header-logo{
	width: 190px;
	height: 95px;
}

.menu{
	background: #37a;
}

.data{
}

.data-search{
	/*padding-top:50px;
	padding-bottom:30px;*/
	padding: 50px 30px 30px 30px;
	margin-bottom: 20px;
	border: solid 1px #b7ddf2;
	background: #ebf4fb;
}
.data-search-item{
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}

.data-search-item:last-child{
	margin-right: 0;
}
.data-search-item{
	position: relative;
}
.data-search-item .error-div{
	position: absolute;
	top: 60px;
	font-size: 12px;
}
.data-search-item label{
	display:block;
	font-size:16px;
	font-weight:bold;
	width:140px;
	color:gray;
}
.data-search-item input[type="text"], .data-search-item input[type="number"]{
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	border-radius:4px;
	width:140px;
	height:20px;
	margin:2px 0 20px 10px;
	text-align: center;
}
.data-search-item select{
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	border-radius:4px;
	width:140px;
	height:30px;
	margin:2px 0 20px 10px;
	text-align: center;
}

.rounded-button{
	font-family: 'Open Sans', sens-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 35px;
    vertical-align: middle;
    background: none;
    border: 2px solid #7dade8;
    border-radius: 4px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#1f5fad;
}
.rounded-button:hover{
	background-color: #7dade8;
	color: #ffffff;
}
.data-search-item a{
	text-decoration: none;
	line-height: 35px;
	display: inline-block;
}

.error{
	color: red;
}

/*--------Start------Div that renders logo image */
.main-header-logo {
	width: 190px;
	height: 130px;
	float: left;
}
/*--------End------Div that renders logo image */



/*--------Start------Div that renders link for login */
#page_headerlinks {
	margin-top: 10px;
	width: 100px;
	float: right;
	text-align: center;
	word-spacing: -1px;
}
/*--------End------Div that renders link for login */

/*--------Start------ of Menu CSS */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	z-index: 99;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: white;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {
	content: '';
	display: table;
}

#cssmenu:after, #cssmenu > ul:after {
	clear: both;
}

#cssmenu a{
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#cssmenu ul{
	background: #3b5998;
	border-radius: 3px;
	border: 1px solid #2b4479;
	-webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-o-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-ms-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
}

#cssmenu ul > li{
	float: left;
	list-style: none;
}

#cssmenu ul > li > a{
	display: block;
	text-decoration: none;
	padding: 15px 44px;
	position: relative;
}

#cssmenu ul > li > a:hover{
	background: #2f4b87;
	-webkit-box-shadow: inset 0 0 1px #1f325d;
	-o-box-shadow: inset 0 0 1px #1f325d;
	-moz-box-shadow: inset 0 0 1px #1f325d;
	-ms-box-shadow: inset 0 0 1px #1f325d;
	box-shadow: inset 0 0 1px #1f325d;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

#cssmenu ul > li > a:hover:before{
	content: '';
	z-index: 2;
	position: absolute;
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: -1px;
	opacity: .2;
}

#cssmenu ul > li > a:hover:after{
	content: '';
	z-index: 2;
	position: absolute;
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: -1px;
	opacity: .2;
}

#cssmenu > ul > li > ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

#cssmenu > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	position: absolute;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow:none;
	-ms-box-shadow: none;
	box-shadow: none;
}

#cssmenu > ul > li > ul{
	width: 220px;
	position: absolute;
}

#cssmenu > ul > li > ul > li{
	float: none;
	position: relative;
}

#cssmenu > ul > li > ul > li > ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

#cssmenu > ul > li > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	position: absolute;
}

#cssmenu > ul > li > ul > li > ul{
	left: 202px;
	top: 1px;
	width: 200px;
}

#cssmenu > ul > li > ul > li > ul > li{
	float: none;
}
/*--------End------ of Menu CSS */

.mytable table{
	width:100%;
	border:1px solid #dfdfdf;
	/*border-radius:8px;*/
	border-spacing:0;
}
.mytable table th, .mytable table td{
	border:1px solid #dfdfdf;
	padding:6px;
	text-align:center;
}

.mytable table tr.total, .mytable table tr.total td, .mytable table tr.total td.ttl {
	border:1px solid #000 !important;
}

.mytable table tr:hover{
	background:#EBF4FB !important;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}

.mytable table th{
	background-color:#dce9f9;
	text-align:center;
}
.mytable table td{
	text-align:center;
}
.mytable table tr:first-child th:first-child, .mytable table tr:first-child td:first-child{
	/*border-top-left-radius:8px;*/
	text-align:center;
}
.mytable table tr:first-child th:last-child, .mytable table tr:first-child td:last-child{
	/*border-top-right-radius:8px;*/
	text-align:center;
}
.mytable table tr:last-child td:first-child, .mytable table tr:last-child th:first-child{
	/*border-bottom-left-radius:8px;*/
	text-align:center;
}
.mytable table tr:last-child td:last-child, .mytable table tr:last-child th:last-child{
	/*border-bottom-right-radius:8px;*/
	text-align:center;

}
.mytable table tr:nth-child(even){
	background:#f5f5f5;
	text-align:center;
}
.mytable table tr:nth-child(odd){
	background:#FFFFFF;
	text-align:center;
}
.mytable table tr.danger{
	background:#FFCCCC;
	text-align:center;
}

/*Для страницы channel.jsp*/
.channel-search{
	padding-top: 30px;
	padding-bottom: 40px;
}

.error-message{
	color:red;
	position:absolute;
}
.success-message{
	color:green;
	position:absolute;
}

table .display tbody tr td{
	text-align: center;
	color:darkred;
}
#editGroupPanel{
	display:inline-block; float:right; margin-right: 20px; margin-top:-15px;
}

.navbar .brand {
	max-height: 30px;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar a.navbar-brand {
	padding: 9px 15px 8px;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
	color: #337ab7;
}

.table.table-bordered.dataTable th {
	 text-align: center;
	 vertical-align: middle;
}

.table.table-bordered.dataTable td {
	text-align: center;
	vertical-align: middle;
}

.table.table-bordered.dataTable tr:hover {
	background: #EBF4FB !important;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.table.table-bordered.dataTable tr.dnc7:hover{
	background:#D8BDB8 !important;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}

.table.table-bordered.dataTable tr.dncM:hover{
	background:#D39AAB !important;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}

.footer_all {
	margin-top: 50px;
}
.footer {
	background-color: #37a;
	border-top: 6px solid #58b;
	height: 90px;
}
.footer .row {
	padding: 10px;
	text-align: left;
	margin-left: 30px;
}
.footer .row a, .footer .row a:hover, .footer .row p {
	color: #adf;
	font-size: 14px;
	text-decoration: none;
}
.footer .row a p {
	margin: 3px 0 10px;
}

.device_info {
	border: solid 1px #b7ddf2;
	background: #ebf4fb;
	padding: 10px;
}
.device_info h4 {
    margin: 25px;
    text-align: center;
    font-weight: bold;
}
.device_info table th,
.device_info table td{
	padding: 3px 15px;
}

table.device_state td {
    text-align: center;
}

.dev-btns {
    margin: 30px;
    text-align: center;
}

#meter h4 {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.tab {
	color : rgb(33, 103, 158);
}
	.tab label {
		padding: 14px 25px;
		cursor: pointer;
		border: solid 1px #aacfe4;
	}
[type=radio],
[type=checkbox] {
	display: none;
}

[type=radio]:checked ~ label,
[type=checkbox]:checked ~ label {
	background-color: #dce9f9;
}

.tab label.valve-btn {
	border: 1px solid #2e6da4;
}

[type=checkbox]:checked ~ label.valve-btn {
	color: #fff;
	background-color: #286090;
	border: 1px solid #204d74;
}

#meters_info {
	border: solid 1px #b7ddf2;
	background: #ebf4fb;
	padding: 30px 0;
	width: 60%;
	text-align: center;
	margin: 100px auto;
}
	#meters_info table {
		margin: 0 auto;
	}
		#meters_info table tr.brd {
			border-top: 1px solid #b7ddf2;
		}
			#meters_info table td {
				padding: 5px 25px;
				text-align: left;
			}

.pager .left {
	float: left;
}

.pager .right {
	float: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.pager .prev, .pager .next, .pagecount {
	cursor: pointer;
}

.pager a {
	text-decoration: none;
	color: grey;
}

.pager a.current {
	color: #0080ff;
	font-weight: bold;
}

.hide-calendar .ui-datepicker-calendar {
	display: none;
}

.sgs_arcCol {
	float: left;
	padding: 10px;
}