* {
margin:0;
}
h5 a:link, a:visited {
    color:#1E90FF;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

h5 a:hover, a:active {
    color: grey;
}
h3 a:link, a:visited {
    color:#000000;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}
h3 a:hover, a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

/*-------------Table Style--------------*/
/*
 * table {
 * border-collapse: collapse;
 * }
 *
 * table, td, th {
 * border: 1px solid black;
 * }
 * */

/*---------------------------*/
/*-------------Menu--------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1E90FF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

table {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     border-collapse: collapse;
     padding: 8px;
}

table th {
    background: #2E8B57 ;
    padding: 8px;
    color: white;
}

table#t01 thead tr{
    display:block;
}
table#t01 tbody tr{
    text-align: center;
}
table#t01 th,table#t01 td{
    width:500px;//fixed width
}

table#t01  tbody{
  display:block;
//  height:250px;
  overflow:auto;//set tbody to auto
}

table#t01 tr:nth-child(even) {
    background-color: #e2f2d3;
}
table#t01 tr:hover {
    background-color: #85c942;
}

table#t02 td {
    padding: 6px;
}

table#t02 {
  border: 1px solid #2E8B57;
}

table#t03 td {
    border: 1px solid #860;
}
table#t04 th { background: #229944; padding: 2px;text-align: left;//color: green;}
//table#t04 td { padding: 2px;}

table.sortable th div:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
/*---------------BUTTONS------------*/
.notbutton {
     background:none!important;
     color:#555;
     border:none;
     padding:0!important;
     font: inherit;
     font-weight: bold;
     /*border is optional*/
//     border-bottom:1px solid #444;
     cursor: pointer;
}
.notbutton:hover {
    border-bottom:1px solid #444;
    color:#fff;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 12px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
border-radius: 6px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
//    cursor: pointer;
}
.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}
.button2:hover img  {
    filter:invert(100%);
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}
.button3:hover img  {
    filter:invert(100%);
}
.small {
background-color: white;
color: black;
border: 2px solid #2E8B57;
}

b:hover {
color: white;
}
.small:hover {
background-color: #4CAF50;
color: white;
}
.disabled {
opacity: 0.6;
cursor: not-allowed;
}
/*---------SEARCH BOX----------------*/
input[type=text] {
width: 160px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 18px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
width: 260px;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    text-align: justify;
    text-justify: inter-word;
}
.tabcontent a:link, a:visited {
    color:#1E90FF; 
    text-align: left;
    text-decoration: none;
    display: inline-block;
}
.tabcontent a:hover, a:active {
    color: grey;
}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
/*========= ToolTip with image============*/
/* Relative positioning*/
#wrapper {
    position: relative;
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
    position: absolute;
    background: url(new.png);
    width: 180px;
    height: 92px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltip {
    display: none;
    width: 200px;
    cursor: help;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 9999;
    margin-left: -115px;
    color: #222;
    border-radius: 5px;
}

.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}
.tooltip li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*============ POPUP List==============*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close, .close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,.close1:hover,
.close:focus,.close1:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a.export, a.export:visited {
    display: inline-block;
    text-decoration: none;
    color:#000;
    float:left;
    margin-right:0.5em
    background-color:#ddd;
    border: 2px solid #ccc;
    padding:8px;
}
a.export:hover {
    color:#1E90FF;
    background-color:#fff;
    border: 2px solid #000;
}
/*/================/*/
a.tooltips {
  border-bottom: 1px dotted #1E90FF;
  color: #1E90FF; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
  font-weight: bold;
}
a.tooltips span {
  margin-left: -999em;
  position: absolute;
}
a.tooltips:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 2em;
  top: -5em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);

}
a.tooltips:hover img {
  border: 0;
  margin: 0 0 0 0;
  float: left;
  position: absolute;
}
a.tooltips:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.chartWithMarkerOverlay {
    position: relative;
}
.overlay-marker {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;   /* chartArea top */
    left: 250px; /* chartArea left */
}
.wrapp {
  width: 100%;
  position: relative;
  border: 1px solid #fff;
/*   background: #efefef; */
  overflow: hidden;
  border-radius: 5px;
}

.container {
  overflow-y: scroll;
//  height: 250px;
  border-top: 41px solid transparent;
  border-bottom: 2px solid transparent;
}

table#t04 {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table#t04 td + td {
  border-left: 1px solid #fff;
}

table#t04 td, th {
  border-bottom: 1px solid #fff;
  padding: 4px;
}

table#t04 tbody tr:nth-child(even) {
    background-color: #e2f2d3;
}
table#t04 tbody tr:nth-child(odd) {
    background-color: #efefef;
}
table#t04 tbody tr:hover {
    background-color: #85c942;
}
/*
table#t04 tbody tr:hover {
    background-color: #85c942;
*/
table#t04 thead tr th {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
  background: transparent;
}

table#t04 thead tr th div {
  position: absolute;
  color: #fff;
  padding: 10px;
  margin-left: -10px;
  line-height: normal;
  width: 100%;
  z-index: 2;
  text-align: left;
  font-weight: bold;
  background: #229A33;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table#t04 thead tr th div {
  top: 0;
}

table#t04 thead tr th:first-child div {{
  border-left: none;
}
.overlay-text{
  height:200px;
  width:200px;
  position:absolute;
  top:50px;
  left:20px;
}
