* {
    box-sizing: border-box;
}
  
body, html {
    font-family: Verdana, Arial, Helvetics, Sans-Serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    box-sizing:border-box;
}

iframe {
    display:block;
    top: --0px;
    left: -0px;
    height:calc(100vh - 85px);
    border: 0px SOLID green;
    box-sizing:border-box;
}

input {
  margin: 2px;
  padding: 1px 1px 1px 4px;
  }

input#search {
  background:url(../images/search.gif);
  background-repeat: no-repeat;
  width:40px;
  height:40px;
  border: 0;
  }

textarea,td,checkbox,radio, select {
  margin: 2px;
  padding: 1px 1px 1px 4px;
  }

img {
  border: 0px SOLID #e0e0e0;
  }

hr {
  padding: 0px; 
  width: 100%;   
  border-top: medium double #bbbbbb;    
  color: #bbbbbb;    
  text-align: center;
  }

A {
  color: #000080;
  text-decoration:none;
  font-weight: bold;
  cursor: pointer;
  }
A:link {
  color: #000080;
  }
A:visited 
  {
  color: #000080;
  }
A:hover {
  color: #000080;
  }

table {
  color: #000000;
  background: transparent;
  background-image: none;
  }

.logo {
  position: absolute;
  margin: 4px;
  top: 55px;
  min-width: 100px;
  min-height: 600px;
  border: 0px SOLID blue;
  box-sizing:border-box;
}

.rpanel {
  position: absolute;
  margin: 4px;
  top: 55px;
  left: 110px;
  border: 1px SOLID grey;
  box-sizing:border-box;
  border-radius: 5px;
}

.tab-content {
    padding: 0px;
}

.page {
  position: absolute;
  padding: 2px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 300px;
  border: 0px SOLID blue;
  box-sizing:border-box;
  }

.header {
  float: left;
  text-align: left;
  width: 100%;
  height: 26px;
  background: #215175;
  }

.heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 10px;
  color: white;
  background: transparent;
  } 

#content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  border: 0px solid red;
  overflow: auto; 
  box-sizing:border-box;
  }

.chart {
  WIDTH: 100%;
}

.tabulate {
  border: 0px SOLID red;
  padding: 0px;
  margin: 0px;
  height: 80%;
  box-sizing:border-box;
  }

.sep {
  float: left;
  WIDTH: 100%;
  height: 2px;
  }
  
navs.a, navs.a:link, navs.a:hover, navs.a:visited {
  color: #000000;
  text-decoration: none;
  }

.navs {
  float: right;
  FONT-SIZE: 1.1rem;
  font-weight: BOLD;
  TEXT-ALIGN: CENTER;
  background:#e0e0e0; 
  padding: 2px 4px 1px 0px;
  cursor: pointer;
  box-sizing:border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navs:hover {
    background:#d0d0d0; 
}

navs.a, navs.a:link, navs.a:hover, navs.a:visited {
    color: #000000;
    background:#d0d0d0; 
    text-decoration: none;
}

.navb {
    float: right;
    COLOR: #000000;
    FONT-SIZE: 1.1rem;
    font-weight: BOLD;
    padding:5px 15px; 
    background:#e0e0e0; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
.navb:hover {
    background:#d0d0d0; 
}

input[type=submit] {
    float: right;
    COLOR: #000000;
    FONT-SIZE: 1.2rem;
    font-weight: BOLD;
    padding:5px 15px; 
    background:#e0e0e0; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=submit]:hover {
    background:#d0d0d0; 
}

.submitx {
    float: right;
    COLOR: #eeeeee;
    FONT-SIZE: 14px;
    font-weight: BOLD;
    TEXT-ALIGN: CENTER;
    background: transparent ;
    MARGIN: 3px 4px 1px 0px;
    cursor: pointer;
    box-sizing:border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.buttonbar {
  float: left;
  WIDTH: 100%;
  height: 25px;
  border: 0px SOLID blue;
  background-color: #e0e0e0;
  margin-top: 1px;
  box-sizing:border-box;
  }

.btnicon {
  float: left;
  height: 14px;
  MARGIN-top: 2px;
  MARGIN-left: 3px;
}

.btntext {
  float: left;
  PADDING: 0px 4px 3px 5px;
  }

.row  {
  float: left;
  WIDTH: 100%;
  MARGIN: 0px;
  PADDING: 0px;
  border : 0px SOLID #f0f0f0;
  box-sizing:border-box;
  }

.column {
  float: left;
  MARGIN: 0PX;
  PADDING: 3PX;
  COLOR: #000000;
  box-sizing:border-box;
  }

.col {
  float: left;
  MARGIN: 0PX;
  PADDING: 3PX;
  COLOR: #000000;
  box-sizing:border-box;
  }

.columne
  {
  float: left;
  MARGIN: 0PX;
  PADDING: 3PX;
  COLOR: #900000;
  font-weight: BOLD;
  box-sizing:border-box;
  /*border : THIN SOLID #f0f0f0;*/
  }

.columnh {
  float: left;
  MARGIN: 0PX;
  font-weight: bold;
  PADDING: 3PX;
  COLOR: #000000;
  box-sizing:border-box;
  }

.msg {
  float: left;
  MARGIN: 0PX;
  PADDING: 3PX;
  COLOR: #800000;
  box-sizing:border-box;
  }

.colh
  {
  float: left;
  font-weight: bold;
  PADDING: 3PX;
  COLOR: #000000;
  }

.picture
  {
  padding: 0px;
  }


















