.foot {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 680px;
    font-size: 12px;
    text-align: center;
}

a:link {
    color: #4388c6 !important;
    text-decoration: none !important;
}
a:visited {
    color: #4388c6 !important;
    text-decoration: none !important;
}
 
.table1 {
    border: 1px solid #ccc;
    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.table1 th {
    border: 1px solid #ccc;
    font-size: 120%;
    height: 70px;
    text-align: center;
}
.table1 td {
    border: 1px solid #ccc;
    font-size: large;
    height: 70px;
    text-align: center;
    width: 33%;
    padding: 5%;
} 

.table2 {
   /*table-layout: fixed;*/
    font-size: 14px;
    margin-left: 2%;
    width: 700px;
    /*border: 1px solid;*/
}
.table2 td {
    width: 40%;
    /*border: 1px solid;*/
    word-break: keep-all;
}
.table3 {
    /*border: 1px solid black;*/
    border-spacing: 100px;
}
.table3 td {
}
.continue {
    background-color: #c6dc00;
    color: white;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size:16px;
    font-family:Arial;
    /*background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0));*/
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
/*.logout {
    float:right;
    background-color: #c6dc00;
    color: white;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size:16px;
    font-family:Arial;
}*/
.logout {
    float:right;
    background-color: #c6dc00;
    color: white;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size:16px;
    font-family:Arial;
    /*background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0));*/
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.edit {
    float:right;
    background-color: #009933;
    color: white;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size:16px;
    font-family:Arial;
}
.wrapper{ 
    width: 500px; 
    padding: 20px;
}

/* Form elements */

.bold {
    font-weight: bold;
}

.editor-label {
    font-weight: bold;
    font-size: 100%;
    display: inline-block;
    /*text-shadow: 0 1px 0 #eee;*/
    color: #333;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 260px;
}

.editor-field {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 450px !important;
}

.editor-field2 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px !important;
}

.separator {
    border-top: 1px solid #ccc;
    margin: 5px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.centeredText {
    text-align: center;
    border: 5px solid red;
}

#logoBox { 
    /*width: auto !important;*/
    width: 1280px;
}

td.centeredText p { 
    margin: 0
}

.box {
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
    width: auto !important;
    display: table; 
}

.boxTitle {
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #c6dc00;
    text-shadow: 0 1px 0 #eee;
    color: #333;
}

.boxContent {
    padding: 15px;
}

.info {
    width: 650px;
    font-size: 14px;
}
.info2 {
    width: 700px;
    font-size: 14px;
}
.infoitalic {
    width: 700px;
    font-size: 14px;
    font-style: italic;
}
.infobold {
    width: 650px;
    font-size: 14px;
    font-weight: bold;
}
.infosmall {
    width: 650px;
    font-size: 12px;
    font-weight: normal;
}
.infolarge {
    width: 650px;
    font-size: 16px;
}.infoxlarge {
    width: 650px;
    font-size: 18px;
}
.infored {
    width: 650px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #ff0000;
    text-align: center;
}

/*input[type="submit"], input[type="button"], a.button {
    background-color: #c6dc00;
    color: white;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size:16px;
    font-family:Arial;
}

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
    background-color: #a1b300;
    text-decoration: none !important;
}*/

.removestudentbtn {
    /*background-color: #c6dc00;*/
    background-color: #f5f5f5;
    color: red;
    border-radius: 0px;
    padding: 0px;
    /*font-weight: bold;*/
    border-style: none;
    cursor: pointer;
    /*text-decoration: none !important;*/
    font-size:12px;
    font-family:Arial;
}

.removefilebtn {
    /*background-color: #c6dc00;*/
    background-color: #f5f5f5;
    color: #4388c6;
    border-radius: 0px;
    padding: 0px;
    /*font-weight: bold;*/
    border-style: none;
    cursor: pointer;
    /*text-decoration: none !important;*/
    font-size:12px;
    font-family:Arial;
}

.clearpassbtn {
    /*background-color: #c6dc00;*/
    background-color: #ffffff;
    color: #4388c6;
    border-radius: 0px;
    padding: 0px;
    /*font-weight: bold;*/
    border-style: none;
    cursor: pointer;
    /*text-decoration: none !important;*/
    font-size:12px;
    font-family:Arial;
}

.zipfilesbtn {
    /*background-color: #c6dc00;*/
    background-color: #f5f5f5;
    color: green;
    border-radius: 0px;
    padding: 0px;
    font-weight: bold;
    border-style: none;
    cursor: pointer;
    /*text-decoration: none !important;*/
    font-size:12px;
    font-family:Arial;
}

#eduTestLogo {
    width: 307px;
    display: block;
}

a {
    border-radius: 3px;
}

#logoBox {
    position: relative;
    min-height: 52px;
    min-height: 70px;
    /*padding-top: 25px;*/
    padding-right: 25px;
    padding-bottom: 5px;
}

#eduTestLogoRight {
    position: absolute;
    right: 0px;
}

.left {
    float: left;
}

.right {
    text-align:right;
}

.mandatory {
    color: red;
    font-size: 1.4em;
    font-weight: bold;
}

.droplabel {
  font-size: 14px; 
  display: inline;
  margin-left:10px;
}

/* The container2 */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
  margin-top: 4px;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
  /*background-color: #000;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a green background */
.container2 input:checked ~ .checkmark2 {
  background-color: #c6dc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container3 {
    width: 50%;
}

/* The container4 */
.container4 {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
  margin-top: 4px;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
  /*background-color: #000;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container4 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container4:hover input ~ .checkmark4 {
  background-color: #eee;
}

/* When the checkbox is checked, add a green background */
.container4 input:checked ~ .checkmark4 {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark4:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container4 input:checked ~ .checkmark4:after {
  display: block;
}

/* Style the checkmark/indicator */
.container4 .checkmark4:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container5 */
.container5 {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
  margin-top: 4px;
  margin-left: 40px;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  /*background-color: #000;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container5 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container5:hover input ~ .checkmark5 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a green background */
.container5 input:checked ~ .checkmark5 {
  background-color: #c6dc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark5:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container5 input:checked ~ .checkmark5:after {
  display: block;
}

/* Style the checkmark/indicator */
.container5 .checkmark5:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rectangle {
  margin-left: 40px;
}