/* CSS file modified by CN8VX, Youness.
It is to have a more relaxing view that I chose the dark color and to fill the empty spaces I put the tables in the center of the page.
We can even add a second logo.
To see the result you can go to the site: http://135.125.205.162/supermon/link.php?nodes=492510,492511,590820,588891 */

.nodeNum {
    margin: 5px;
    cursor: pointer;
}

/* Colour of Node Number when Hovering over it to add to control box */
.nodeNum:hover {
    font-weight: bold;
/* Light Green */
#   color: #00fa1e;
/* Light Green */
	color: #15FF2B;
}

#bubblechart {
    font-size: 9.5px;
}

#lsnodeschart {
    font-size: 9.5px;
}

#website {
    font-size: 9.5px;
}

body {
	margin:0px auto 7px;
	padding:0 5px;
	font-weight:bold;
/* Text Colour  Grey */
	color: #687561;
	min-width:350px;
	max-width:1800px;
	text-align:center;
/* Main Background Colour Light Blue */
	background-color: #46ffff;
}

/* Node Number from AllStar Link in each Table and Bubble Chart Colour */
a, a:link, a:visited, .nodeNum {
	color: #E8E600;
#    color: hsl(130deg 49.51% 59.61%);
    text-decoration: none;
}

#node {
	color: white;
/*  Darkish Blue Colour */
    border: 2px solid #045791;
/* Blue / Grey Colour */
	background-color: #01406d;
	margin: 2px;
}


#header {
    width: 100%;
    position: relative;
    margin: 1px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
/* Background definitions are in global.inc - Do not change here */
/*    background-color: blue; */
/*    background-image: url("background.jpg"); */
/*    height: 124px; */
}

#headerTitle {
    position: absolute;
    top: 3px;
    left: 5px;
    margin: 0px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: white;
    line-height: normal;
    letter-spacing: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headerTitle a:link {
    text-decoration: none;
    color: white;
}

#headerTitle a:visited {
    text-decoration: none;
    color: white;
}

#headerTag {
    position: absolute;
    top: 58px;
	text-align:left;
    left: 10px;
    margin: 0px 0px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header2Tag {
    position: absolute;
    top: 103px;
    left: 10px;
    margin: 0px 0px;
    font-size: 0.9em;
/* Light Green Colour */
	color: #90e56c;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header3Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: lightgreen;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header4Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: yellow;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#headerImg {
    position: absolute;
    top: 2px;
    right: 12px;
}

#headerImg2{
    position: absolute;
    top: 2px;
    right: 170px;
}

#mytilepic {
    position: absolute;
    top: 4px;
    right: 128px;
}

#mytilepic2 {
    position: absolute;
    top: 4px;
    right: 228px;
}

#headerLogin {
    position: absolute;
    top: 34px;
    left: 11px;
    font-size: 14px;
	font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
    color: lightgray;
}

/* Header Login Colour */
#headerLogin a:link {
    text-decoration: none;
    color: lightgray; 
}

#headerLogin a:visited {
    text-decoration: none;
/* Light Green Colour */
	color: #90e56c;
}

#headerLogin a:hover {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
/* Very Light Green Colour */
    color: #d3efa4;
}

#menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 12px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	/* SWDG Website Line Background Colour */
	background-color: #045791;
    font-size: 15px;
    font-family: Verdana,Arial,sans-serif;
}

#menu a {
    display: block;
    padding: 2px 8px 2px 2px;
    text-decoration: none;
/* External Links Colour SWDG Website etc */
	color: yellow;
}

#menu a:hover {
    background: transparent;
    font-weight: bold;
}

#menu a:active {
}

#menu a.active {
/* Light Green Colour */
    color: #90e56c;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    float: left;
    padding: 1px 8px 2px 3px;
    background-color: #045791;
}

#menu li {
    float: left;
}

#menu li a, .dropbtn {
    display: inline-block;
    /** color: white; **/
    text-align: center;
    /** padding: 14px 16px; **/
    text-decoration: none;
}

#menu li a:active {
}

#menu li a.active {
/* Light Orange Colour */
    color: #ffe599;
}

#menu li.dropdown {
    display: inline-block;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
/* Blue Colour */	
    background-color: #0383dd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

#menu .dropdown-content a {
    color: #d3efa4;
    padding: 1px 4px 4px 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#menu .dropdown-content a:hover {
/* Blue Colour */
    background-color: #0383dd;
    font-weight: bold;
}

#menu .dropdown:hover .dropdown-content {
    display: block;
}

#footer {
    font-size: 15px;
	color: blue;
}

table {
	margin:auto;
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    
}

table.rtcm {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
    font-family: verdana,arial,sans-serif;
}

table.rtcm tr {
    font-size: 12px;
}

table.rtcm td {
    white-space: nowrap;
}

table.rtcm th {
    border: 1px solid black;
    font-size: 12px;
    padding: 5px;
/* Very Light Gray */	
    background-color: #dedede;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: white;
    padding: 4px;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

/* Node number and Table Column Headers Background Colour */
table.gridtable th {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
/* Grey Colour */
    border-color: #666666;
/* Dark Grey Colour */	
    background-color: #3f4353;
#	background-color: #f37d03;
    font-size: 12px;
}

table.gridtable td {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
	/* Node Tables Grid Background Colour */
    background-color: #000000;
	font-size: 11px;
}

table.gridtable tr.rColor td {
/* Blue Colour */
    background-color: #000FD7;
    font-weight: bold;
    color: yellow;
}

table.gridtable tr.cColor td {
    background-color: red;
    font-weight: bold;
    color: yellow;
}

table.gridtable tr.bColor td {
    background-color: red;
    font-weight: bold;
    color: black;
}

table.gridtable tr.gColor td {
    background-color: #4f736f;
    font-weight: bold;
    color: black;
}

table.gridtable tr.tColor td {
    background-color: #f80807;
    font-weight: bold;
    color: black;
}

table.gridtable tr.lColor td {
    background-color: #00fa1e;
    font-weight: bold;
    color: black;
}

.disconnect {
    font-size: 14px;
    text-align: left;
}

.text {
    position: relative;
    margin: 0px 0px 0px 10px;
    width: 330px;
    font-size: 14px;
    text-align: left;
}

.barbox_a {
    position: absolute;
    top: 2px;
    left: 10px;
    margin: 0px 0px 0px 0px;
    width: 302px;
    height: 22px;
    background-color: black;
}

.bar {
    position: relative;
    top: 1px;
    left: 1px;
    margin: 0px 0px 0px 0px;
    width: 0px;
    height: 20px;
	background-color: #0099FF;
    text-align: center;
    color: white;
}

.per {
    position: absolute;
    top: 0px;
    font-size: 12px;
    left: 50%;
    height: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #0099FF;
    color: white;
}

.blank {
    background-color: white;
    width: 300px;
}

#login {
    display: none;
}

#login-header {
    margin: 0 auto;
    position: absolute;
    right: 250px;
}

#login-link {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #FFFFFF;
}

#login-panel {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 200px;
    padding: 10px 15px 5px 15px;
    background: #2a2a2a;
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    display: none;
}

label {
    line-height: 1.8;
}

.clearer {
    clear: both;
}

#cpMain {
    display: none;
}

.submit {
    background: #3f4353;
    padding: 3px 4px 4px 4px 1px;
    color: white;
}

.submit:hover {
    background: #797a7e;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: white;
}

.submit2 {
    background: lightgray;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}

.submit2:hover {
    background: yellow;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}

/* Pink color: FF8AEC; */
