@charset "utf-8";
body {
	margin:0px;
	background-image: -o-linear-gradient(0deg, #009900 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(0deg, #009900 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(0deg, #009900 0%, #CCCCCC 100%);
}
.ajaxLoader {
	position: fixed;
	top: 45%;
	left: 45%;
	margin-top: -24px;
	margin-left: -24px;
	z-index: 999;
	display: none;
}
.ui-autocomplete {
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	height:200px;
	width:230px;
	max-height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	z-index:999;
}
.ui-autocomplete-loading {
	background: white url('images/wait02.gif') right center no-repeat;
}
.ui-datepicker{  
    width:180px;  
    font-family:tahoma;  
    font-size:12px;  
    text-align:center;  
}  
h1 {
	margin:-3px;
	font-size:16px;
	color: rgba(255,0,0,1);
	-webkit-text-fill-color: color: rgba(0,0,0,0.5);
	text-shadow: 2px 2px 4px rgba(0%, 0%, 0%,0.4);
}
h2 {
	margin:-3px;
	font-size:24px;
	color: rgba(255,255,0,1);
	-webkit-text-fill-color: color: rgba(0,0,0,0.5);
	text-shadow: 2px 2px 4px rgba(0%, 0%, 0%,0.4);
}
div.centered{
    display:block;
    position:absolute;
    top:35%;
    left:35%;
	padding:10px;
	background: #DDDD00;
	border-radius: 10px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);
}
#dialogLogin {
	background-image: -o-linear-gradient(90deg, #93F 0%, #FFF 100%);
	background-image: -webkit-linear-gradient(90deg, #93F 0%, #FFF 100%);
	background-image: -moz-linear-gradient(90deg, #93F 0%, #FFF 100%);
    display:block;
	width:400px;
	height:150px;
    position:absolute;
	border-radius: 10px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);
	z-index:5;
}
#displayMain {
	background-image: -o-linear-gradient(90deg, #FFF 0%, #93F 100%);
	background-image: -webkit-linear-gradient(90deg, #FFF 0%, #93F 100%);
	background-image: -moz-linear-gradient(90deg, #FFF 0%, #93F 100%);
    display:block;
    position:absolute;
	top:80px;
	left:1%;
	width:98%;
	height:80%;
	padding:2px;
	border-radius: 10px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);	
}
.frameSection {
	padding:10px;
	border: 1px solid;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 8px rgba(255, 255, 255, 0.3), 0 5px 5px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 8px rgba(255, 255, 255, 0.3), 0 5px 5px rgba(0, 0, 0, 0.08);
	background: #DDD;
	border-color: #AAA;
}
.frameSection h1{
    text-align: left;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
	-webkit-box-shadow: 0 5px 6px -6px black;
	   -moz-box-shadow: 0 5px 6px -6px black;
	        box-shadow: 0 5px 6px -6px black;
}	
#monitorMain {
	background-image: -o-linear-gradient(90deg, #FFF 0%, #93F 100%);
	background-image: -webkit-linear-gradient(90deg, #FFF 0%, #93F 100%);
	background-image: -moz-linear-gradient(90deg, #FFF 0%, #93F 100%);
    display:block;
    position:absolute;
	top:50px;
	left:0%;
	width:100%;
	height:1200px;
	padding:2px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);	
}
div.bar{
	background-image: -o-linear-gradient(90deg, #93F 0%, #93F 50%);
	background-image: -webkit-linear-gradient(90deg, #93F 0%, #93F 50%);
	background-image: -moz-linear-gradient(90deg, #93F 0%, #93F 50%);
	top:0px;
	height:80px;
    display:block;
    position:fixed;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);
}
div.menuItem{
    display:block;
    position:absolute;
	width:85%;
	padding:5px;
	border-radius: 5px;
}
.toolBox {
	padding:10px;
	position:relative;
	background:#BBCC66;
	width: 400px;
	border-radius: 10px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);
	z-index:-1
}
.frameBox1 {
	padding:10px;
	position:relative;
	background:#BBBB66;
	width: 400px;
	border-radius: 10px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.7);
	z-index:-1
}
.frameBox {
	padding:10px;
	position:absolute;
	background: #000000;
	border-radius: 10px;
}
.menu {
	cursor:pointer;
	font-size:12px;
	margin:3px;
	height:20;
	width:90%;
	background:#666666; 
	border-radius: 5px;
	padding:	5px;
}
.menu:hover {
	background:#999999;
}
.imgButton {
	cursor:pointer;
}
.imgButton:hover {
	width:32px;
}
.imgButtonS {
	cursor:pointer;
}
.imgButtonS:hover {
	width:35px;
}
.imgButtonSS {
	cursor:pointer;
}
.imgButtonSS:hover {
	width:24px;
}
.imgDisabled {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.myCombo {
	padding:2px;
	width:130px;
	background:#5e5e5e;
	border-radius: 3px;
}

#accordion {
list-style: none;
margin: 0px 0;
padding: 0;
height: 60px;
overflow: hidden;
}
 
#accordion li {
float: left;
border-left:
display: block;
height: 70px;
width: 90px;
padding: 5px 0;
overflow: hidden;
color: #000;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 1px solid #fff;}
 
#accordion li img {
border: none;
float: left;
margin: 0px;
}
 
#accordion li.active {
width: 450px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #93F;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
  background-color: #93F;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 12px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #929292;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  font-size: 12px;
  float: none;
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-overflow: inherit;
}
/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #076000;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
