
@font-face {
  font-family: Industry;
  src: url(Industry-Light.ttf);
}

html *
{
 /*  font-size: 1em !important;*/
   color: #043d5d !important;
   font-family: Industry !important;

}

body
{
	   background-color: #f5f5f5 !important;
	
}

h1{
	font-size:30px;
}
h3{
	font-size:15px;
}

.inputbox{
	background-color: #ebf8fe;
  border-color: #e7e9e9;
	
}

#mydiv{
	
	 position:relative;
	text-align:center;
  width:600px;
  height:300px;

  margin: 0 auto;
  /* display:none; */
}

/* #mylogindiv
{
	margin-top:60px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px 4px lightgray;
	
} */



input
{
	margin-top:5px;	
	border:2px solid #dadada;
    border-radius:2px;
	height:25px;
}

#actions {
	height:25px;
	margin-top:5px;
}



input:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.button{
	/* box-shadow: 0px 0px 6px 1px lightgray; */
	margin: 0 auto;
	border-radius:3px;
	background-color: #f5f5f5 !important;
	cursor: pointer;
	border:1px solid #aaa;
}

.button:hover {
    background-color: #EBF8FE !important; /* Color when hovered */
	border-color:#9ecaed;
}

.button:active {
	background-color: #f5f5f5 !important;
	border-color:#aaa;
}

#PerformAction {
	display: inline-block;
	width: auto;
	padding: 10px;
	float: right;
	margin-top: 10px;;
	
}





#submit{
	width:70px;
	height:30px;
	padding-top:5px;
}


#tablediv{
	display:none;
}

@font-face {
  font-family: Industry;
  src: url(Industry-Light.ttf);
}

#top_header{
	
	width:100.3%;
	background-color: #043d5d;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:-10px;
	margin-top:-10px;
	text-align:center;
}
#logo{
	margin-left:-41%;
	position:absolute;
}

#title{
	 color: #FFFFFF !important;
	 margin-top:-10px;
	 font-size:30px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: #043d5d;
  text-align: center;
  border:0.5px solid #043d5d;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

table td span.online {
    color: limegreen !important;
}

table td span.offline {
    color: red !important;
}

.table-container {
	display: inline-block;
	/* position: absolute; */
	vertical-align: top; /* Align tables at the top */
	margin-right: 10px;  /* Space between tables */
}

/* #ManageDevices {
	position: relative;
	top: 0px;
    left: 300px;

} */
#datatablecontainer {
	position: relative;
}

#datatable {
	position: absolute;
}

#refresh {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
    left: 180px;
	z-index: 999;
}

#refresh img{
	width: 28px;
    height: auto;
}

#firmwareUpdateWarning{
	max-width: 500px;
	border: 1px solid red;
	border-radius: 5px;
	padding: 10px;
}

