@charset "utf-8";

body {
  font: 0.8em Calibri, Monospace, "Lucida Console", Arial;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center; 
  color: #000000;
}
#page-container
{
	
	min-height: 100%;
	position:relative;
}
#wrapper 
{
	padding-bottom: 35px;
    background: #ffffff top center;
    text-align: center;	
  background: #F8F8FF;
}

html, body
{
	height: 100%;
	margin:0;
   padding:0;   
  background: #F8F8FF;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
border: 1px solid gray;
}


input[type="button"]
{
	background:lightgray;
}

.logo {
    position: relative;
	font: 1.5em Calibri, Monospace, "Lucida Console", Arial;
	color: #FFFFFF;
	background: linear-gradient(90deg, #384a61, #6584AD);
    margin: 0;
	text-align: left;
    padding: 0 0 0 0;  
}

img.logo {
	background: transparent;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: middle;
}

#closer 
{
	position: absolute;
	Border-top-left-radius: 10px;
	bottom: 0;
	width: 100%;
	height: 35px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#heading {
	Border-bottom-left-radius: 10px;
}

#logouttext{
	position: relative;
	font: 23px Calibri, Monospace, "Lucida Console", Arial;
	font-weight: bold;
	color: #FFFFFF;
    margin: 0;
	text-align: right;
    padding: 0 10px 0 0;
	float: right;
}

#logouttext a:link{color:#FFFFFF;}
#logouttext a:visited{color:#FFFFFF;}

table.linksbox {
	Border-radius: 10px;
    background: #a6c2de;
	Border-spacing: 0px;
	border-collapse: separate;
    float: right;
    text-align: left;
    border: 3px solid white;
    margin: 5px 0px 0px 5px;	
	min-width: 150px;
}

table.linksbox tr th {
	font-size: 1.6em;
	font-weight: bold;
	color: #294d70;
	
}

table.linksbox tr th,
table.linksbox tr td {
    border-bottom: 3px solid white;
    padding: 2px;
}


table.linksbox td {
	
    font-size: 1em;
    font-weight: bold;
}
}


/* bottom-right border-radius */
table.linksbox tr:last-child td:last-child {
	border-bottom: none;
}
 
table.linksbox tr:nth-child(even) {
    background-color: #dae6f1;
}

table.linksbox div{

padding-left: 10px;
padding-right: 10px;

}	

input.youtube,
form.youtube,
div.youtube
{
	
	font: 2em Calibri, Monospace, "Lucida Console", Arial;
	width: 100%;
	
}

progress[value]::-moz-progress-bar { 
  background-image:linear-gradient(#384a61, #6584AD);

}

progress::-webkit-progress-value {
  background: #384a61;
}

progress::-moz-progress-bar {
  background: #ebebeb;
}

progress::-webkit-progress-value {
  background: #384a61;
}

progress::-webkit-progress-bar {
  background: #ebebeb;
}
progress.youtube
{
	
	width: 95%;
	height: 50px;
	background: #ebebeb;
	border: 1px solid gray;
	
}

input.youtube[type="button"]
{
	
	font: 2em Calibri, Monospace, "Lucida Console", Arial;
	height: 20%px;
	width: 20%;
	display:inline-block;
}


.search-box,.close-icon,.search-wrapper {
	position: relative;
}


.search-box,.close-icon{
	padding: 10px;
}

.search-wrapper {
	width: 90%;
	margin: auto;
}
.search-box {
	width: 80%;
	border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px;
  margin: auto;
  
}

.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}


table.timeremaining {
	width: 100%;
	Border-spacing: 0px;
	border: 1px solid #6584AD;
	border-collapse: separate;	
}
	
table.timeremaining td {
	
	font: 2em Calibri, Monospace, "Lucida Console", Arial;
	text-align:left; 
	border: 1px solid #6584AD;
	padding: 5px;
}
 
a:link{
    color: #6582a5;
}

a:visited{
    color: #2f3c4c;
}

td.underline {
    background: #F8F8FF;
    padding: 2px 10px 2px 10px;
    border-style: solid solid solid solid;
    border-bottom: 4px;
    border-color: white white white white;
}

h1.mainarticle {
    margin: 15px 0 12px;
    font-size: 2.5em;
    font-weight: bold;
    font-style: italic;
    color: #6582a5; 
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

h2.mainarticle {
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 1px solid;
    width: 50%;
}

span.mainarticle {
    font-size: 1.2em;
    font-weight: bold;
    color: #6582a5;
}

hr.mainarticle {
    height: 5px;
    text-align: center;
    border: none;
    background: #6582a5;
    margin: 7px 0 0 0;
    padding: 0 0 0 0;
}

#article {
  font-family: Calibri, Arial;
  font-size: 1.2em;
  text-align: left; 
  padding: 20px; 
  margin: 0 0 0 0;
  color: #6582a5;
  background: #F8F8FF;
  overflow: auto;
}

#linkstop{
    text-align: center;
}
#linksbottom{
    text-align: center;
}

