@charset "UTF-8";
/* CSS Document */
a.main:hover {
	background-color:#000033;
}

.top {
	vertical-align: top;
}
.bottom {
	vertical-align:text-bottom;
}
.underline {
	text-decoration: underline;	
}
.bdrdrbtm1{
	border-bottom: 1px solid;
}
div.oLay {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid LightBlue;
	z-index: 26;
	position: absolute;
	background-color: white;
	filter:alpha(opacity=92); /* IE */
    opacity: 0.92; /* Safari, Opera */
    -moz-opacity:0.92; /* FireFox */
	padding: 7px 10px 7px 10px;
}

div.loadMsg {
	position:fixed;
	background-color: white;
	filter:alpha(opacity=95); /* IE */
    opacity: 0.95; /* Safari, Opera */
    -moz-opacity:0.95; /* FireFox */
    z-index: 3;
	border: lightGray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	color: gray;
	padding: 30px 20px 30px 20px;

}

div#endLessonDiv {
	line-height: 1.5;	
}

div#viewerBackDiv{
	position: absolute;
	left: 0;
	top: 0;	
	z-Index: 2;
	/*background: black /*535353 url("/assets/images/2013/video/player-bg.jpg") repeat-y;*/
	/*opacity:0.1;
	filter:alpha(opacity=10); *//* For IE8 and earlier */
	border: 1px solid LightBlue;
}
/*
div#viewerDiv{
	position: fixed;
	left: 0;
	top: 0;	
	z-Index: 3;
	border: 1px solid LightBlue;
	background-color: #ffeac4; /*#ffecdd;*//*
	color:black;
}

#vDivParent {
	position: fixed;
	left: 0;
	top: 0;	
	z-Index: 3;
	background-color: #ffecdd;
}
*/	
div#escDiv{
	z-index: 6;
}
div#timeHolder {
	text-align: center;
	font-size: 24px;
	font-family:'Open Sans';
	color: red;
	z-index: 25;
	position: fixed;
	/*font-weight: bold;*/
	background-color: LightGray;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 9px 3px 9px;
	margin: 0px 5px 0px 5px;
}
.link-button{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #3366cc;
	color: white;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

div#message1, div.message1{
	position:fixed;
	background-color: black;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:2;
	font-size:15px;
	padding: 7px 7px 7px 7px;
}

.tempHidden {
	display:none;
}

.message1 a:visited {
	color:white;
}

.message1 a {
	color:white;
}

.paddedSpan {
	padding: 0.30em;
}
.left {
	text-align: left;
}
div#message2, div.message2{
	position:fixed;
	background-color: black;
	color: white;
	border: 1px solid blue;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:2;
	font-size:15px;
	padding: 7px 7px 7px 7px;
}

.helper {
	color:white;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px 2px 5px;
	font-size: 15px;
	vertical-align: center;
	margin-bottom: 2px;
}

.helpSmall{
	font-size: 10px;
}	

.border2p {
	border: 2px solid black;
}

.border2bl{
	border: 2px solid blue;
}

.viewLink {
	background-color:white;
	padding : 3px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.topRight{
	margin: 40px 56px 8px 8px;
	position: relative;
	right: 0;
}

.noBorder {
	border: 0px !important;
}

img#lessonLoader{
	position:fixed;	
}

span#ipHint, span#taHint, span#netIDHint, span#ipAddHint, span#sMaskHint, span#cidrHint {
	font-size: 13px;	
}

span#hint1 {
	font-size: 14px;
	line-height: 1.0;
	display: block;
}
span.check {
	text-align:center;
	height: 25px;
	vertical-align:middle;
	cursor:pointer;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid white;
	color: white;
}

span.check:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

input.ipError {
	border: 2px solid red;
}

span.filler{
	width: 120px;
	border: 1px solid black;
}

.msgDiv{
	position:absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid;
	font-family: 'PT Sans', 'sans-serif' ;
	color: #FFEAC4;
	background-color: #ff6f00;
	padding: 5px 5px 5px 5px;
	width: 420px;
	font-size: 16px;
	z-index: 6;
	display: inline-block;
}

.grayedOut {
	background-color: white;
    filter:alpha(opacity=85); /* IE */
    opacity: 0.85; /* Safari, Opera */
    -moz-opacity:0.85; /* FireFox */
    z-index: 3;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
}

.msgDiv a:link{
	color: white;
	text-decoration:underline;
}
.msgDiv a:visited{
	color:white;
	text-decoration:underline;
}
.closeX {
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}

img.result{
	height:20px;
	border: 0px !important;
}
.fa-check-right {
	color:#357F7A;
}
.fa-times-wrong {
	color:#A81400;
}
.ipOctet {
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid LightBlue;
	width: 80px;
	text-align: center;
	font-size: 17px;
	color: blue;
}

.maI{
	height: inherit;
	width: inherit;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid LightBlue;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: blue;
	margin: 0px;
	text-transform:uppercase;
}

.cidrOctet {
	width: 50px;
}

.ipTotAdd, .ipTotHost{
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid LightBlue;
	width: 80px;
	text-align: center;
	font-size: 17px;
	color: blue;
}

input.ipOctetRight {
	color: black;
	border: 0px;
}


.link {
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid white;
	width: 80px;
	text-align: center;
	font-size: 17px;
	color: white;
	background-color:black;
	text-decoration: underline;
	padding: 2px 11px 2px 11px;
	cursor: pointer;
}

.link:hover {
	color: black;
	background-color:white;
	border: 1px solid black;
}

td.ipBorderLeft {
	border-top: 1px solid LightBlue;
	border-bottom: 1px solid LightBlue;	
	border-left: 1px solid LightBlue;
	-moz-border-radius: 9px 0px 0px 9px;
	-webkit-border-radius: 9px 0px 0px 9px;
	border-radius: 9px 0px 0px 9px;
}

td.ipBorderRight {
	border-top: 1px solid LightBlue;
	border-bottom: 1px solid LightBlue;	
	border-right: 1px solid LightBlue;
	-moz-border-radius: 0px 9px 9px 0px;
	-webkit-border-radius: 0px 9px 9px 0px;
	border-radius: 0px 9px 9px 0px;
}

td.ipBorderTopBottom {
	border-top: 1px solid LightBlue;
	border-bottom: 1px solid LightBlue;	
}

table.aleft td{
	text-align: left;
	padding-left: 10px;
}
@layer base {
	*, ::after, ::before, ::backdrop, ::file-selector-button {
		box-sizing: content-box;
		padding: revert;
		margin: revert;
	}
	ol, ul, menu {
		list-style: disc;
	}
	img,video{
		max-width: none;
		height: revert;
	}
	button, input, select, optgroup, textarea, ::file-selector-button {
	  background-color: white;
	}
  }
  .font-weight500{
	font-weight: 500;;
  }
  .hidden {
	display: none !important;
  }
  .vh, .visibilityHidden {
	visibility: hidden;
  }
  .center{
	text-align: center;
  }