@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body{
  background: linear-gradient(to right, #25c481, #25b7c4);
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
section{
  margin: 0 5px 0 5px;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#search_table {text-align: center; padding: 10px; font-size: 12px; display: table;}
#search_table label {font-size: 12px; line-height: 18px;}
#search_table input, #search_table select {padding: 5px;}
.inline {float: left;}
.inner-div {margin: 0 auto;}
.imgav {border: 1px solid #fff; background: #2e2e2e; padding: 1px;}
#search_bar p {margin: 0 10px 0 10px; vertical-align: text-top;}
#search_bar p span{color: #000;}
.top-bar {width: 1000px; margin: 0 auto; display: table;}
.top-bar a {color: #ddd; text-decoration: none; font-size: 13px;}
.zetrechts {float: right; background-color: rgba(255,255,255,0.3); padding: 10px; color: #fff;}
.zetlinks {float: left; background-color: rgba(255,255,255,0.3); padding: 10px; color: #fff;}
/*
 * Table content
 */
h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
h3{
  color: #f1f1f1;
  margin: 10px 0 10px 0;
}
.h3{
  color: #f1f1f1;
  margin: 0;
}
table{
  width:100%;
  table-layout: fixed;
}
th{
  padding: 10px;
  text-align: center;
  vertical-align:middle;
  font-weight: 800;
  font-size: 11px;
  color: black;
  background: #f1f1f1;
}

a {
    text-decoration: none;
}
a:link {
    color: blue;
}

a:hover, a:visited, .gewist, .nigewist {
    color: red;
}


table>tr>td {background-color:rgba(255,255,255,0.9);}

td{
  background-color:rgba(255,255,255,0.5);
  padding: 10px;
  text-align: center;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #2e2e2e;
  font-family: Arial;
  border-bottom: solid 1px rgba(255,255,255,0.5);
  /*border-bottom: 1px dashed #ccc;*/
}
/*
 * Table content
 */
pre, pre p { margin: 0; }
.tbl-header{
  background-color: rgba(255,255,255,0.3);
  padding-top: 10px;
  display: table;
 }
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
/*
 * Table http content
 */
.div-http-up{
  float:right;
  width:70%;
}
.tbl-http-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-http-content{
  height:300px;
  overflow-x:auto;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
}

.tbl-hblinks-content{
  height:600px;
  overflow-x:auto;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
}
/*
 * Table Loads
 */
.div-loads{
  float:left;
  width:30%;
}
.tbl-loads{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-loads-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}


.tdred{
  background: linear-gradient(to top, red, #f06d06);
}
.tdora{
  background: #ffaa00;
}
.tdhost{
  background-color:rgba(255,255,255,0.6);
  color: #2e2e2e;
  border-right: 3px solid rgba(255,255,255,0.1);
}
.blink {
    animation-duration: 0.5s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
