
.container {
    width: 900px;
    text-align: left;
    background : #e8e8e8;
    margin: auto;
}

body, font {
    font: 12px verdana,arial,sans-serif;
    color: #ffffff;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.header {
    background : #3083b8;
    text-decoration : none;
    color : #ffffff;
    font-family : verdana, arial, sans-serif;
    text-align : left;
    padding : 5px 0px 5px 0px;
    border-radius : 10px 10px 10px 10px;
 }

.nav {
    float : left;
    margin : 0;
    padding : 3px 3px 3px 3px;
    width : 185px;
    background : #f1f1f1;
    font-weight : normal;
    min-height : 100%;
}

.content {
    margin : 0 0 0 0px;
    padding : 1px 5px 5px 5px;
    color : #000000;
    background : #f1f1f1;
    text-align: center;
}
.content2 {
    margin : 0 0 0 0px;
    padding : 1px 5px 5px 5px;
    color : #000000;
    background : #f1f1f1;
    text-align: center;
}
.contentwide {
    padding: 5px 5px 5px 5px;
    color: #000000;
    background: #f1f1f1;
    text-align: center;
}

.footer {
    background : #3083b8;
    text-decoration : none;
    color : #ffffff;
    font-family : verdana, arial, sans-serif;
    font-size : 9px;
    text-align : center;
    padding : 10px 0 10px 0;
    border-radius : 0 0 10px 10px;
    clear : both;
}

#tail {
    height: 450px;
    width: 805px;
    overflow-y: scroll;
    overflow-x: scroll;
    color: #00ff00;
    background: #000000;
}

table {
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse:collapse;
    border-color: #454545;
    border-style: solid;
    border-spacing: 4px;
    border-width: 2px;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    font-family: verdana,arial,sans-serif;
    width: 100%;
    //white-space: nowrap;
}

table.linki {
border: none;
}
table.linki td {
border: none; 
font-size:12px; 
color:white; 
font-weight: bold;
background-color: #045fb4;
}

table.linki a:link {
color: yellow;
font-weight: bold;
}
table.linki a:visited {
color: yellow;
font-weight: bold;
}
table.linki a:hover {
font-weight: bold;
color: orange;
}

table th {
    font-family: "Lucidia Console",Monaco,monospace;
    text-shadow: 0px 0px #8b0000;
    text-decoration: none;
    background: #2595dd;
    border: 1px solid #454545;
}

table tr:nth-child(even) {
    background: #d1d2d3;
}

table tr:nth-child(odd) {
    background: #afb1b2;
}

table.info tr:nth-child(even) {
    background: #afb1b2;
}

table.info tr:nth-child(odd) {
    background: #afb1b2;
}

table td {
    color: #000000;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 1px solid #000000;
    overflow-x: hidden;
}
table td.links {
    color: #ff0000;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 0px solid #000000;
    overflow-x: hidden;
}
table.info td.links {
    color: #ff0000;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 0px solid #000000;
    overflow-x: hidden;
}


body {
    background: #edf0f5;
    color: #000000;
}

a {
    text-decoration:none;
    
}

a:link, a:visited {
    text-decoration: none;
    color: blue;
    font-weight: 590;
}


h1 {
    text-shadow: 2px 2px #303030;
    text-align: center;
}

/* CSS Toggle Code here */
.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
}

.button {
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  color:white;
  border: none;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 4px 2px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

.buttonIRC {
  background-image: linear-gradient(0deg, rgba(251,0,0,1) 0%, rgba(251,0,0,1) 50%, rgba(251,131,131,1) 100%);color:white;);
  color: white;
  border: none;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 4px 2px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}
/* .link {background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);color:white;} */
.link {background-color: #2A6594; outline:none;}
.link:hover {background: #3a87cd; color:white;} 
/*.link:hover { background-color: #3a87cd;color:white;outline:none;} */
/*.link:hover {background-color: #3a87cd; outline:none;}*/

.linkIRC:hover {background: #ff8164; color:white;} 

.blink {outline:none; color:white}
.blink:hover {outline:none;color:white}


.dropbtn {
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  color:white;
  border: none;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 2px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 135px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3a87cd;}

.nodeTX {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid red;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top:3px;
    text-align: center;
    font-weight:600;
    color:white;
    background-color: #ff4500;
}
.nodeRX {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #20cf52;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #20cf52 30%, #4aa02c  100%);

}
.nodeRXrpt {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #337ab7;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

.nodeRXhp {
    display: inline-block;
    width: 120px;
    padding: 2px;
    /* border: none; */
    border: 1px solid #ffa940;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    background-image: linear-gradient(to bottom, #ffa940 0%, #c7801b 100%);
}

.nodeRXgw {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #b37b4b;
    /* border: none; */
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    /*background-image: linear-gradient(to bottom, #FCF6BA 20%, #AA771C 100%);*/
    background-image: linear-gradient(to bottom, #b37b4b 0%, #835c3b 100%);
}

.nodeRXlink {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #835c3b;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #b37b4b 0%, #835c3b 100%);
}

.nodeRXbl {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #464646;
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #656565 0%, #212121 100%);
}

.green
{
  background-color: #448f47;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;

}

.blue
{
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);color:white;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}

.red
{
  background-color: #b00;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.orange
{
  background-color: DarkOrange;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.purple
{
  background-color: #800080;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}

.brown
{
  background-color: brown;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}


.tooltip {
  position: relative;
  opacity: 1;
  display: inline-block;
  border-bottom: hidden;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #7E7E7E;
  box-shadow: 4px 4px 6px #3b3b3b;
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  opacity: 1;
  top:100%;
  left:22%; 
  margin-left:-50%;
  max-width:200px;
  width:195px; 
  word-wrap:break-word; 
  white-space: pre-wrap; 
  padding: 3px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
  
.tooltip:hover .tooltiptext {
  right: 100%;
  opacity: 1;
  visibility: visible;
}

.toolt1 {
top:100%; 
left:22%; 
margin-left:-50%;
max-width:200px;
width:195px; 
word-wrap:break-word; 
white-space: pre-wrap; 
padding: 3px 0;
}

.toolt2 {
color:gold;
margin-left:10px;
margin-right:10px;
font-weight:bold;
}
.toolt3 {
color:yellow;
margin-left:5px;
margin-right:5px;
font-weight:bold;
}
.toolt4 {
color:yellow;
margin-left:10px;
margin-right:10px;
font-weight:bold;
}

.iframe-embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: 0;
}

.iframe-embed-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.iframe-embed-responsive-16by9 {
    padding-bottom: 66.25%;
}

#lact {
 height:45px;
 width: 100%;
 border-collapse: collapse;
 border:none;
}

#rcorner {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border: 1px solid LightGrey;
  background-image: linear-gradient(to top, #f1f1f1 65%, #d9d9d9 100%);
  margin-top:2px;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:0px;
  color:#002d62;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px White, 0 0 0.5em LightGrey, 0 0 1em Grey;
  white-space:normal;
  height: auto;
  line-height:12px;
}
.rcornertx {
  /* display: flex;*/
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border:none;
  font-size: 13pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-shadow: 0 0 0.5px Grey, 0 0 0.25px LightGrey, 0 0 0.5em Grey;
  margin-top:0px;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:10px;
  color:#002d62;
  white-space:normal;
  width: 825px;
  height: auto;
  min-height:56px;
  line-height:28px;
  vertical-align: middle;
  word-wrap:break-word;
}

#rcornerdata {
  /* display: flex; */
  display: block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border:none;
  font-size: 13pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-shadow: 0 0 0.5px Grey, 0 0 0.25px LightGrey, 0 0 0.5em Grey;
  margin-top:0px;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:0px;
  color:#002d62;
  white-space:normal;
  height: 32px;
  line-height:32px;
}
#rcornerh {
  justify-content: center;
  align-items: center;
  border:none;
  color:#002d62;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px White, 0 0 0.5em LightGrey, 0 0 1em Grey;
  margin-top:5px;
  margin-bottom:5px;
  height:20px;
  line-height:20px;
}
#rcornerh2 {
  justify-content: center;
  align-items: center;
  border:none;
  color:#002d62;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
 
/* text-shadow: 0px 0px 0.5px White, 0 0 0.25em LightGrey, 0 0 0.5em Grey; */
  margin-top:5px;
  margin-bottom:5px;
  height:20px;
  line-height:20px;
}
td.info {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    /*background: #A4A4A4;*/
    background: #789cb3;
    color: #FFF;
    /*padding: 0em 1.5em;*/
    padding: 0.5em 1.5em;
    border-collapse: separate;
    border: 0px solid #000;
    /*text-shadow: 1px 1px #000000;*/
    text-align:left;
    vertical-align: top;
}
div.parent{ 
    //border:solid black 1px;
    display:table;
    padding:5px; 
    width:100%;
    margin:0px 0; /* you can change/remove margin */
}
div.text{ 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
}
div.parent .img{
    vertical-align:middle;
    display:table-cell;
    padding-right:5px;
    width:70px; /* you can change width */
}
div.img img{ 
    width:100%;
    height:64px; /* you can change height */
    vertical-align:middle;
}

.certs1 {
    display: inline-block;
    width: 120px;
    padding: 4px;
    border: 1px solid #b37b4b;
    /* border: 1px solid green; */
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    font-size:16px;
    background-image: linear-gradient(to bottom, #b37b4b 0%, #835c3b 100%);

}
.certs2 {
    display: inline-block;
    width: 100px; 
    padding: 4px;
    border: 1px solid #20cf52;
    /* border: 1px solid green; */
    border-radius: 5px;
    margin: 3px 5px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    font-size:12px;
    /* background-color: #85CC6F; */
    /* background: linear-gradient(to bottom, transparent 0%, #20cf52 0%), linear-gradient(#F7f7f7, #EEE); */
    background-image: linear-gradient(to bottom, #20cf52 30%, #4aa02c  100%);

}

.lhtr {
 height:24px;
 font-size:12.5px; 
}
.lhtd1 {
 vertical-align:middle;
 font-size:12.5px;
 font-weight:bold; 
 color:#464646;
}
.lhtd2 {
 vertical-align: middle;
 font-size:12.5px;
 font-weight:bold; 
 color:blue;
}
