h1{
	font-color: red;
	
}	

.formClass{
/* text-align: center; */
	
	
}	

#form1{
	width:		380px;
	display:	inline;
	position:	left;
}	

#form2{
	width:		380px;
	display:	inline;
	position:	right;
}	

.panel, .panel-default{
	padding: 	20px !important;
	overflow:	scroll;
	overflow-x: hidden;
	height:		380px;
	width:		98%;	
	
}	

.imageDiv{
	height: 107px;
	width: 138px;	
	background-image:	url("Tubewell_logo.png");	
	background-size:	118px 87px;
	background-repeat:	no-repeat;
	display: 			block;
	text-align: 		center;
	margin: 			auto;
	padding: 			10px;
}

.divOnOff{
    /*
	height: 			32px;
	*/
	width: 				40%;	
	display: 			block;
	text-align: 		center;
	margin: 			auto;
	margin-bottom:		10px;
	padding: 			0px;
	background-color:	#ffffcc;
	font-size:			15pt;
	color: 				grey;

	
}
#txtLogs{
	text-align: center;
	
}
	
#txtStatusON{
	color: green;
	font-size: 18pt;
	font-weight: bold;
}
	
#txtStatusOFF{
	color: red;
	font-size: 18pt;
	font-weight: bold;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
}

.h4, h4{
	margin-bottom: 0px;
}

.panel-body {
    padding-top: 5px !important;
}






