
    @charset "utf-8";
    *

    body {
    	margin: 10;
    	background: #A9A9A9;
    	font-family: 'Work Sans', sans-serif;
    	font-weight: 800;
    }

    .container {
    	width: 90%;
    	margin: 0px auto;
    }

    header {
      background: #006400;

    }
    footer {
    	position: fixed;
    	bottom: 0;
    	width: 100%;
    	padding: 20px;
      	background: #006400;



    }

    header::after {
      content: '';
      display: table;
      clear: both;
    }

    .logo {
      float: right;
      padding: 20px 0;
    }

    nav {
      float: left;
    }

    nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    nav li {
      display: inline-block;
      margin-left: 20px;
      padding-top: 23px;

      position: relative;
    }

    nav a {
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 25px;
    }

    top {
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
    	text-align: center;
      font-size: 10px;
    }

    nav a:hover {
      color: #000;
    }

    nav a::before {
      content: '';
      display: block;
      height: 5px;
      background-color: #444;

      position: absolute;
      top: 0;
      width: 0%;

      transition: all ease-in-out 250ms;
    }

    nav a:hover::before {
      width: 100%;
    }


    section {

    	margin-left: 20px;

    }
















    #wrapper {
    	background-color: #EBEBEB;
    	width: 1000px;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: auto;
    	height: 1122px;
    }

    #content_wrapper {
    	background-color: #EBEBEB;
    	width: 960px;
    	margin-right: auto;
    	margin-left: auto;

    }

    #page_title{
    	background-color: #EBEBEB;
    	width: 955px;
    	height: 40px;
    	float: left;
    	padding-left: 10px;
    	padding-top: 10px;
    	margin-top: 10px;
    	border-bottom:2px solid ;
    }

    #pageTitleText{
    	background-color: #036;
    	width: 490px;
    	height: 30px;
    	float: left;
    }

    #pageTitleVersion{
    	background-color: #036;
    	width: 450px;
    	height: 30px;
    	float: left;
    }

    #tabs {

    	background-color: #999;
    	width: 960px;
    	height: 50px;
    	margin-top: 10px;
    	float: left;
    }

    #data_btn{
    	background-color: #999;
    	width: 90px;
    	height: 30px;
    	margin-top: 0px;
    	float: left;
    }

    #config_btn{
    	background-color: #999;
    	width: 90px;
    	height: 40px;
    	margin-top: 0px;
    	float: left;
    }

    #bypass_btn{
    	background-color: #999;
    	width: 90px;
    	height: 40px;
    	margin-top: 0px;
    	margin-left: 5px;
    	float: left;
    }

    #wifi_btn{
    	background-color: #999;
    	width: 90px;
    	height: 40px;
    	margin-top: 0px;
    	margin-left: 10px;
    	float: left;
    }

    #status_btn{
    	background-color: #EBEBEB;
    	width: 108px;
    	height: 30px;
    	margin-top: 0px;
    	margin-left: 5px;
    	float: left;
    }

    #dist_btn{
    	background-color: #999;
    	width: 300px;
    	height: 40px;
    	margin-top: 0px;
    	margin-left: 5px;
    	float: left;
    }

    #modbus_btn{
    	background-color: #999;
    	width: 108px;
    	height: 30px;
    	margin-top: 0px;
    	margin-left: 5px;
    	float: left;
    }

    #login_btn{
    	background-color: #999;
    	width: 90px;
    	height: 30px;
    	margin-top: 0px;
    	margin-left: 10px;
    	float: left;
    }


    #tabs_select {

    	background-color: #999;
    	width: 960px;
    	height: 30px;
    	margin-top: 0px;
    	margin-bottom: 5px;
    	float: left;
    }


    #data_btn_select{

    	background-color: #999;
    	width: 82px;
    	height: 10px;
    	margin-top: 0px;
    	float: left;
    }

    #conf_btn_select{
    	background-color: #999;
    	width: 96px;
    	height: 10px;
    	margin-top: 0px;
    	margin-left: 13px;
    	float: left;
    }

    #status_btn_select{
    	background-color: #999;
    	width: 96px;
    	height: 10px;
    	margin-top: 0px;
    	margin-left: 14px;
    	float: left;
    }

    #modbus_btn_select{
    	background-color: #036;
    	width: 110px;
    	height: 10px;
    	margin-top: 0px;
    	margin-left: 12px;
    	float: left;
    }

    #login_btn_select{
    	background-color: #999;
    	width: 87px;
    	height: 10px;
    	margin-top: 0px;
    	margin-left: 10px;
    	float: left;
    }

    .pgTitleText{

    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: bold;
    	line-height: 30px;
    	font-weight: bold;
    	color: #FFF;
    	text-decoration: none;
    	text-align: left;
    }

    .pgTitleVersion{

    	font-family: "Courier New", Courier, monospace;
    	font-size: 14px;
    	font-style: bold;
    	line-height: 30px;
    	font-weight: bold;
    	color: #FFF;
    	text-decoration: none;
    	text-align: right;
    	padding-right: 10px;
    }

    .row{

    	width: 800px;
    	height: 50px;
    	margin-left: 20px;
    	margin-top: 10px;
    	float: none;
    }


    .txtDistance{

    	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #CCC;
        overflow: auto;

    	width: 200px;
    	height: 30px;
    	margin-left:3px;
    	padding-left: 0px;
        padding: 7px 0px;
    	background-color: #FFF;
    	vertical-align: top;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: normal;
    	font-weight: bold;
    	color: #000;
    	text-decoration: none;
    	text-align: right;
    	float: left;
    }

    .txtUnits{

    	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #CCC;
        overflow: auto;

    	width: 50px;
    	margin-left:3px;
    	padding-left: 0px;
        padding: 7px 10px;
    	height: 30px;
    	background-color: #FFF;
    	vertical-align: top;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: normal;
    	font-weight: bold;
    	color: #000;
    	text-decoration: none;
    	text-align: center;
    	float: left;
    }

    .txtStatus{

    	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #CCC;
        overflow: auto;

    	width: 160px;
    	margin-left:3px;
    	padding-left: 0px;
        padding: 7px 10px;
    	height: 30px;
    	background-color: #FFF;
    	vertical-align: top;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: normal;
    	font-weight: bold;
    	color: #FC0307;
    	text-decoration: none;
    	text-align: center;
    	float: left;
    }

    .txtThreshold{

    	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #CCC;
        overflow: auto;

    	width: 200px;
    	height: 30px;
    	margin-left:3px;
    	margin-right: 10px;
    	padding-left: 0px;
        padding: 7px 0px;
    	background-color: #FFF;
    	vertical-align: top;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: normal;
    	font-weight: bold;
    	color: #000;
    	text-decoration: none;
    	text-align: right;
    	float: left;
    }

    .txtlabel{

    	width: 170px;
    	padding-left: 0px;
    	padding-right: 10px;
    	padding-top: 8px;
    	margin-right: 20px;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: 30px;
    	font-weight: bold;
    	color: #000;
    	text-decoration: none;
    	text-align: left;
    	float: left;

    }
    .txtlabellong{

      width: 390px;
      padding-left: 0px;
      padding-right: 10px;
      padding-top: 8px;
      margin-right: 20px;
      font-family: "Courier New", Courier, monospace;
      font-size: 24px;
      font-style: normal;
      line-height: 30px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      text-align: left;
      float: left;

    }


    .txtlabelshort{

    	width: 120px;
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-top: 8px;
    	margin-right: 0px;
    	font-family: "Courier New", Courier, monospace;
    	font-size: 24px;
    	font-style: normal;
    	line-height: 30px;
    	font-weight: bold;
    	color: #000;
    	text-decoration: none;
    	text-align: left;
    	float: left;

    }


    #bot_tabs{
    	background-color: #999;
    	width: 960px;
    	height: 50px;
    	margin-top: 10px;
    	float: left;
    }



    .btn {
      background: #003566;
      background-image: -webkit-linear-gradient(top, #003566, #003566);
      background-image: -moz-linear-gradient(top, #003566, #003566);
      background-image: -ms-linear-gradient(top, #003566, #003566);
      background-image: -o-linear-gradient(top, #003566, #003566);
      background-image: linear-gradient(to bottom, #003566, #003566);
      -webkit-border-radius: 1;
      -moz-border-radius: 1;
      border-radius: 1px;
      font-family: Arial;
      color: #ffffff;
      font-size: 20px;
      padding: 10px 20px 10px 20px;
      text-decoration: none;
      float: left;
    }

    .btn:hover {
      background: #3cb0fd;
      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      text-decoration: none;
    }

    *{
    	text-decoration: none;
    	margin: 0px;
    }
