
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  background-color: #f2f2f2;
}

.errorlist {
	font-weight: bold;
	color: red;
	margin-top: 7px;
	}
	

.main-top-bar {
  overflow: hidden;
  background-color: #003c3c;
  float: center;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px 10px 40px;
}

.sub-top-bar {
  overflow: hidden;
  background-color: #007d69;
  #float: left;
  color: #ffffff;
  text-align: left;
  #padding: 0px 16px;
  text-decoration: none;
  font-size: 24px;
  padding: 14px 40px 14px 40px;
}

.uoe-logo {
  background: url("../img/uoe-logo.svg");
  padding: 0px;
  margin: 25px;
  width: 150px;
  height: 51px;
  float: left;
  background-position: center;
  }

#form-title {
    inline: block;}


legend {
  padding: 0;
  display: table;
  margin-top: 16px;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}


.login-grid {
  display:grid;
  grid-template-columns: 1fr 3fr;
  grid-row-gap: 10px;
}

.declaration {
  #overflow: hidden;
  #float: left;
  padding: 12px 0 12px 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=password] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=submit], input[type="reset"], button{
  background-color: #003b46;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

input[type=submit]:hover, input[type="reset"]:hover, button:hover {
  background-color: #00c592;
}

label  {
 padding: 8px 8px 8px 0;
 display: inline-block;
}

label.labelgroup{
 display: initial;
}

.button-row {
  #display: inline-block;
  float: left;
  padding: 12px 12px 12px 0;
}

.container {
  #border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px 40px 80px 40px;
}

.response {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 50px;
}

.validation {
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #991f1f;
  padding: 20px;
}

.copyright {
  color: #003b46;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 130%;
}

.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-15{
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-10{
  float: left;
  width: 10%;
  margin-top: 6px;
}

.col-120px{
  float: left;
  width: 120px;
  margin-top: 6px;
}

.col-200px{
  float: left;
  width: 200px;
  margin-top: 6px;
}

.col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
}

.loginInput {
	float: left;
	width: 200px;
	margin-top: 6px;
	display: inline;
	}
	
.loginInputLabel {
	float: left;
	width: 200px;
	margin-top: 6px;
	}
	
.radio-bar {
  float: left;
  width: 80%;
  padding: 12px 12px 8px 12px;
}

.divider {
  float: left;
  width: 80%;
  padding: 12px 10px 12px 0;
}

.error {
    color: red;}

.error_alert_block {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	color: red;
	padding: 12px 10px 12px 0;
	border-style: solid;
        border-width: 5px;
	border-color: red;
	margin: 10px;
	}

.linksContainer {
  background-color: #f2f2f2;
  padding: 40px 40px 80px 40px;
  margin: -20px 0px 0px 0px;
}

.linkbutton {
  margin: auto;
  border-radius: 15px;
  background: black;
  padding: 14px;
  width: 400px;
  height: 50px; 
  text-align: center;
  }
  
 a:visited, a:link, a:hover, a:focus, a:active .whitelink {
   #color: white;
   color: #212529;
   text-decoration: none;
   font-size: 12pt;
   font-weight: bold;
 }


#highlightMessage {
	font-weight: bold;
	color: green;
	padding: 12px 0 12px 0;
	}


#list-status-radio {
	margin-top: 9px;
	}
	
/* Clear floats after the columns */
.row:after {
content: "";
  display: table;
 clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-120px, .col-200px, .col-20, .col-80, .col-15, input[type=submit], input[type=reset]{
    width: 100%;
    margin-top: 0;
  }
  .uec-logo {display:none;}
}