.no-gutter{
	padding-left:0px;
	padding-right:0px;
	position:relative;
}
.sidebar{
	overflow:auto;
	height: calc(100%);
}
.main-content-wrapper {
    min-height: 0!important;
    box-sizing: border-box;
    height: calc(100% - 80px);
    
}
#main-content{
	overflow:hidden;
}
.no-gutter>.col-xs-1, 
.no-gutter>.col-sm-1, 
.no-gutter>.col-md-1, 
.no-gutter>.col-lg-1, 
.no-gutter>.col-xs-2, 
.no-gutter>.col-sm-2, 
.no-gutter>.col-md-2, 
.no-gutter>.col-lg-2, 
.no-gutter>.col-xs-3, 
.no-gutter>.col-sm-3, 
.no-gutter>.col-md-3, 
.no-gutter>.col-lg-3, 
.no-gutter>.col-xs-4, 
.no-gutter>.col-sm-4, 
.no-gutter>.col-md-4, 
.no-gutter>.col-lg-4, 
.no-gutter>.col-xs-5, 
.no-gutter>.col-sm-5, 
.no-gutter>.col-md-5, 
.no-gutter>.col-lg-5, 
.no-gutter>.col-xs-6, 
.no-gutter>.col-sm-6, 
.no-gutter>.col-md-6, 
.no-gutter>.col-lg-6, 
.no-gutter>.col-xs-7, 
.no-gutter>.col-sm-7, 
.no-gutter>.col-md-7, 
.no-gutter>.col-lg-7, 
.no-gutter>.col-xs-8, 
.no-gutter>.col-sm-8, 
.no-gutter>.col-md-8, 
.no-gutter>.col-lg-8, 
.no-gutter>.col-xs-9, 
.no-gutter>.col-sm-9, 
.no-gutter>.col-md-9, 
.no-gutter>.col-lg-9, 
.no-gutter>.col-xs-10, 
.no-gutter>.col-sm-10, 
.no-gutter>.col-md-10, 
.no-gutter>.col-lg-10, 
.no-gutter>.col-xs-11, 
.no-gutter>.col-sm-11, 
.no-gutter>.col-md-11, 
.no-gutter>.col-lg-11, 
.no-gutter>.col-xs-12, 
.no-gutter>.col-sm-12, 
.no-gutter>.col-md-12, 
.no-gutter>.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.panel>.panel-heading {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
}
.humiture-clearpadding{
	padding:0px;
}
.humiture-gauge-one{
	width:50%;
	overflow:hidden;
	height:70%;
	float:left;
	margin-bottom:10px;
	padding:2px;
}
.humiture-gauge-one:after{
	content:' ';
	display:block;
	clear:both;
	
}
.humiture-gauge-type{
	text-align:center;
	font-size:14px;
	width:20%;
	float:left;
	box-sizing:border-box;
}
.humiture-gauge-type>div{
	padding:8px 0px;
	cursor:pointer;
}
.humiture-gauge-type>div:hover{
	background-color:#edf9ff;
}
.humiture-gauge-type .active{
	color:#73d1f7;
	background-color:#edf9ff;
	border-left:2px solid #73d1f7;
	
}
.humiture-gauge-img{
	float:left;
	width:80%;
	height:100%;
	border:1px solid #f0f1f7;
}
.humiture-gauge-img>div{

	height:100%;
}
.humiture-gauge-table{
	width:100%;
	text-align:center;
	border-left:1px solid #f0f1f7;
	border-top:1px solid #f0f1f7;
}
.humiture-gauge-table td{
	padding:5px;
	border-right:1px solid #f0f1f7;
	border-bottom:1px solid #f0f1f7;
}
.humiture-gauge-table .td1{
	background-color:#edf9ff;
	font-weight:bold;
	width:160px;
}
.gauge{
	width:270px;
	height:270px;
	margin:auto;
	margin-top:10px;
}

.panel-body{
	height:calc(100% - 44px);
	padding:2px
}
.panel{
	height:100%;
	margin:1px;
	border:1px solid #f0f1f7;
}

.line-btn{
	height: 100% !important;
	top:0px !important;
}

@media screen and (max-width:1600px){
 	.gauge{
		width:200px;
		height:200px;
		margin-top:0px;
 	}
 	.humiture-gauge-one{
		height:65%;
		float:left;
		margin-bottom:5px;
	}
	.panel>.panel-heading {
	    padding: 5px;
	    height:44px;
	}



}
@media screen and (max-width:1400px){
 	.gauge{
		width:200px;
		height:200px;
		margin-top:0px;
	}  
	.humiture-gauge-one{
		height:60%;
		float:left;
		margin-bottom:5px;
	}
	.panel>.panel-heading {
	    padding: 3px;
	}


}
.nowrap{
	white-space:nowrap;
}
