/* CSS Document (c) By Xul.fr  Freeware */

@font-face {
	font-family: segoeuisb;
	src: url("../fonts/seguisb.ttf"), url("../fonts/seguisb.eot");
}

@keyframes logoanimation {
0% {left: 0px; top: 55px;}
50% {left: 0px; top: 27px;}
100% {left: 0px; top: 0px;}
}

body { 
	color: #b0b4b7;
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
    font-size:100%;
    font-family: Arial;
    background-color: #2b2b2b;
}

a:link {
    text-decoration: none;
	color: #b0b4b7;
}

a:visited {
    text-decoration: none;
	color: #b0b4b7;
}

a:hover {
    text-decoration: none;
	color: #b0b4b7;
}

a:active {
    text-decoration: none;
	color: #b0b4b7;
}

h3.login {
	font-family: Arial;
	font-size: 100%;
	font-weight: 400;
	padding: 0px;
	text-align: center;
}

h3.grid {
	font-family: Arial;
	font-size: 150%;
	font-weight: 700;
	padding: 0px;
	margin: 10px;
	text-align: center;
}

#tabs ul {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
    margin: 1px 5px 0px 5px;
    padding-left: 5px;
    padding-right: 5px;	
    padding-bottom: 25px;
    border-bottom: 1px solid #4d5154;	
}

#tabs ul li {
    display: inline;
    float: left;
    min-width:100px;
    text-align:center;
    margin: 0px 0px 0px 0px;
}

#tabs ul li a {
    float: left;
    color: #b0b4b7;
    text-decoration: none;
    padding: 4px 20px 4px 20px;
    text-align: center;
    background-color:#3b3f42;
	margin-right:1px;
    min-width:70px;
}

#tabs ul li a.selected {
    color: #b0b4b7;
    background-color: #515659;
	padding: 4px 20px 5px 20px;
}

#tabs ul li a:hover {
    color: #b0b4b7;
	cursor: pointer;
	transition: 0.8s;
}

.tabs-row {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	height: 88px; 
	width: 100%;
}

iframe.tabs {		
	display: block; 
	width: 100%; 
	height: 100%; 
	border: none; 
}

.main-row {
	position: absolute;
	top: 88px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	width: 100%;
}

iframe.main {		
	display: block; 
	width: 100%; 
	height: 200%;
	border: none;
}

.login-row {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #4d5154;
	color: #b0b4b7;
	background-color: #2b2b2b;
	
}

.login-block {
	position: relative;
	margin: auto;
	top:15%;
	height: 300px;
	width: 514px;
	border: 0px;
}

.login-left {
	margin-left:0px;
	float:left;
	position:relative;
	width: 127px;
	height: 300px;
}

.login-right {
	margin-left:0px;
	float:right;
	position:relative;
	width: 127px;
	height: 300px;
}

form.login {
	margin-right:0px;
	float:left;
	position:relative; 
	top:10%; 
	margin-top:0px;
	padding:0px;
	font-family: Arial;
	font-size: 90%;
}

input.logemail {
   display: block;
   color: #b0b4b7;
   border: 1px solid #4d5154;
   padding: 10px 20px 10px 20px;
   background: #45494a;
   text-decoration: none;
}

input.logpass {
   display: block;
   color: #b0b4b7;
   border: 1px solid #4d5154;
   padding: 10px 20px 10px 20px;
   background: #45494a;
   text-decoration: none;
}

input.val-fail {
   display: block;
   color: #b0b4b7;
   border: 1px solid #fc0707;
   padding: 10px 20px 10px 20px;
   background: #45494a url(../images/red_x.png) no-repeat right;
   text-decoration: none;
}

input.val-success {
   display: block;
   color: #b0b4b7;
   border: 1px solid #60d246;
   padding: 10px 20px 10px 20px;
   background: #45494a url(../images/green_check.png) no-repeat right;
   text-decoration: none;
}
	
.logbutton {
	display: block;
	border: 0px;
	color: #b0b4b7;
	padding: 10px 20px 10px 20px;
	background: #365780;
	margin: auto;
	text-decoration: none;

	font-family: Arial;
	font-size: 100%;
	transition: background 0.8s, transform 0.8s;
}

.logbutton:hover {
	background: #3b3f42;
}

.compute-block {
	position: relative;
	margin: 40px auto;
	width: 1550px;
	border: 0px;
}

.network-block {
	position: relative;
	margin: 40px auto;
	width: 1400px;
	border: 0px;
}

.client-block {
	position: relative;
	margin: auto;
	width: 530px;
	border: 0px;
}

form.client {
	margin:4px;
	text-align: center;
}

form.selector {
	margin:4px;
	text-align: left;
}

select.client {
   display: inline-block;
   color: #b0b4b7;
   border: 1px solid #4d5154;
   padding: 2px 10px 2px 10px;
   background: #45494a;
   text-decoration: none;
}

div.grid {
	display: inline-block;
}

label.grid {
	display: block;
	font-size: 100%;
	text-align: left;
}

input.grid {
   display: inline-block;
   color: #b0b4b7;
   border: 1px solid #4d5154;
   margin-bottom: 4px;
   padding: 2px 10px 2px 10px;
   background: #45494a;
   text-decoration: none;
}

textarea.grid {
   display: inline-block;
   color: #b0b4b7;
   border: 1px solid #4d5154;
   margin-bottom: 4px;
   padding: 2px 10px 2px 10px;
   background: #45494a;
   font-size: 90%;
   font-family: Arial;
   text-decoration: none;
}

.gridbutton {
	display: inline-block;
	border: 0px;
	color: #b0b4b7;
	padding: 3px 10px 3px 10px;
	background: #365780;
	margin: auto;
	text-decoration: none;
	transition: background 0.8s, transform 0.8s;
}

.gridbutton:hover {
	background: #3b3f42;
}

.updatebutton {
	display: inline-block;
	border: 0px;
	color: #b0b4b7;
	padding: 1px 10px 2px 10px;
	background: #365780;
	margin: auto;
	text-decoration: none;
	font-family: Arial;
	transition: background 0.8s, transform 0.8s;
}

.updatebutton:hover {
	background: #3b3f42;
}

.updatebutton a {
	font-size: 90%;
}

header {
	position: relative;
	display:block;
	width:100%;
	height:60px;
	padding:0px;
	background:#3b3f42;
	border-bottom: 1px solid #4d5154;
}
		
#head {	
	width:100%;
	height:60px;
}

#errMsg {	
	position: absolute;
	margin-top: 2%;
	width: 90%;
	text-align: center;
	color: #444444;
	font-size: 90%;	
	font-family: Arial;	
}

footer.login {
	clear:both;
	display:block;
	text-align:center;
	font-family: Arial;
	padding: 5px 0 5px 0;
	border:0px;
	position: fixed;
	width: 100%;
	bottom:0;
	color: #b0b4b7;
	background-color: #3b3f42;
}

h3.footer {
	font-family: Arial;
	font-size: 120%;
	font-weight: 300;
}

img {
	border: 0px;
}

/* add transition: top:0%; margin-top: 82px; transition: 1.0s; */
img.login {
	margin-left:0px;
	float:left;
	position:relative; 
	top:20%; 
	margin-top:0px;
	padding:0px 40px 0px 0px;
	border:0px;
}

img.title {
	margin-left: 5%;
	float:left;
	position:relative; 
	padding:0px;
	border:0px;
}

.titleright {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 50%;
	padding: 0px;
	float: right;
	margin-right: 5%;
	padding: 0px;
	border: 0px;
	color: #000000;
	text-align: right;
	font-family: Arial;
}

p.user {
	float: right;
	padding: 0px;
	border: 0px;
	color: #57b1fd;
	text-align: right;
	font-family: Arial;
	font-size: 90%;
}

a.logoutbutton {
	display: block;
	float: right;
	border: 0px;
	margin-left: 20px;
	padding: 2px 15px 2px 15px;
	color: #b0b4b7;
	background: #365780;
	text-decoration: none;
	font-family: Arial;
	font-size: 100%;
	transition: background 0.8s;
}

a.logoutbutton:hover {
	background: #365780;
}

#animation {
   position:relative;
   animation-name: logoanimation;
   animation-duration: 1.5s;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-play-state: running;
}

#background-dim {
	position:fixed;
	display:none;
	z-index:9999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.5);
	overflow-x:hidden;
	overflow-y:hidden;
}

.modal {
	position:absolute;
	display:none;
	margin:auto;
	background-color:#333;
	width:fit-content;
	padding: 0px 20px 20px 20px;
	z-index:10000;
	top:150px;
	left:0;
	right:0;
}

.modal-head {
	text-align:center;
	margin: 20px 0px 20px 0px;
	font-size:24px;
	font-weight:400;
}

.modal-body {
	margin:auto;
	margin-bottom:15px;
}