html,
body {
  margin: 0px;
  padding: 0px;
}
form.employee_login label {
  display: block;
}
#training_topic_list,
#training_topic_list > li {
  margin: 0px;
  padding: 0px;
}
#training_topic_list li {
  cursor: pointer;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 1em;
}
#training_topic_list li:nth-child(even) {
  background: #eaeaea;
}
#training_topic_list li:not(.open):hover {
  background: #ffcc00;
}

body#training #content {
  width: 100%;
}

#slides,
#slides li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#exam ul {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
  overflow: auto;
  height: 400px;
  overflow: auto;
}
#exam ul > li.incorrect {
  background: #ffff99;
}
#exam ol > li {
  clear: left;
  margin-top: 0.5ex;
  list-style-type: upper-alpha;
  list-style-position: inside;
}
#exam ol > li input {
  float: left;
  margin-right: 1ex;
}

#alert {
  margin: 0 0 5px 0;
  padding: 1em;
  background-image: url(/_image/header.jpg);
  background-position: center bottom;
  clear: both;
  color: #fff;
}

body #content-wrapper div#alert p {
  margin: 0;
  padding: 0;
}

/*////////////////////////////////////////*/
/*////////////  GLOBAL  ///////////*/
/*////////////////////////////////////////*/

body {
  font-family: Lato, arial, serif;
  font-size: 14px;
  line-height: 16px;
}

#content-wrapper {
  margin: 0 auto;
  min-width: 900px;
  max-width: 1280px;
  margin-top: 20px;
  padding-top: 0;
  overflow: auto;
}

.test_wrapper {
  overflow: hidden;
  /*min-width: 900px !important;*/
  width: 100%;
  white-space: nowrap;
  height: 495px;
  display: flex;
  display: flexbox;
}

.icontent {
  width: 64%;
  min-width: 640px !important;
  display: inline-block;
  position: relative;
}

/*////////////////////////////////////////*/
/*////////////  SLIDES  ///////////*/
/*////////////////////////////////////////*/

ul#slides {
  list-style-type: none;
  height: 475px;
  padding-right: 0;
  margin: 0 auto;
  overflow: hidden;
}

ul#slides li {
  padding-right: 0;
  margin-right: 0;
  white-space: normal;
}

ul#slides li img {
  padding: 0;
  margin: 0;
}

#slides li {
  display: none;
  text-align: center;
}
#slides li audio,
#slides li video,
#slides li object,
#slides li img {
  /*max-width: 100%;*/
  height: auto;
  max-height: 480px;
}
#slides li iframe {
  max-width: 100%;
}
#slides li.active {
  display: list-item;
}
#slides li div.slidePosition {
  position: absolute;
  top: 470px;
  left: 300px;
  z-index: 5001;
}
.icontent,
#exam {
  float: left;
  /*box-sizing: border-box;*/
}

.slideNav {
  /*border: 1px dashed blue;*/
  display: block;
  clear: both;
  overflow: hidden;
  /*position: fixed;*/
  margin: 0 auto;
  padding-top: 2px;
  bottom: 0;
  left: 0;
  width: 300px;
  min-width: 650px !important;
}
.slideNav a {
  border-top: 0.5em solid rgba(255, 255, 255, 0);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0);
  height: 0px;
  width: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.slideNav .prevSlide {
  border-right: 1em solid #000;
  float: left;
}
.slideNav .prevSlide:hover {
  border-right: 1em solid #00f;
}
.slideNav .nextSlide {
  border-left: 1em solid #000;
  float: left;
}
.slideNav .nextSlide:hover {
  border-left: 1em solid #00f;
}

.slideLegend {
  float: left;
  min-width: 620px;
  text-align: center;
  margin: 0 auto;
}

/*////////////////////////////////////////*/
/*////////////  QUESTIONS  ///////////*/
/*////////////////////////////////////////*/

#exam {
  display: inline-block;
  /*border: 1px dotted orange;*/
  overflow: hidden;
  width: 34%;
  border-left: 0;
  margin-left: 10px;
  padding-left: 0;
  min-width: 250px;
}

#exam ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 0;
  margin-left: 0;
  /*width: 250px !important;*/
  white-space: normal;
  /*border: 1px solid purple;*/
}

#exam ul ol {
  margin-top: 5px;
  padding-left: 5px;
}
#exam ul ol li {
  padding: 3px;
  margin: 0;
}

#exam form input[type="submit"] {
  float: right;
  background-color: #06c;
  border: 3px solid #fff;
  color: #fff;
  margin: 20px 20px 0 0;
  padding: 5px;
}

#exam form input[type="submit"]:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#content-wrapper form input[type="submit"] {
  background-color: #2db200;
  border: 3px solid #fff;
  color: #fff;
  margin: 20px 20px 0 0;
  padding: 5px;
}

#content-wrapper form input[type="submit"]:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#training_topic_list li {
  margin: 0;
}

/*////////////////////////////////////////*/
/*////////////  LOGOUT  ///////////*/
/*////////////////////////////////////////*/

#logout {
  float: right;
  text-align: right;
  color: #000355;
  text-decoration: none;
  font-family: Fjalla One, arial, serif;
}

#logout > a {
  margin-right: 15px;
  font-size: 18px;
  float: right;
  text-align: right;
  color: #000355;
  text-decoration: none;
  font-family: Fjalla One, arial, serif;
  margin-top: 20px;
}

#new-nav-wrapper {
  /* padding: 20px 0 20px 0; */
  background: #fff;
  border-bottom: solid 6px #99c164;
}

div#wrapper div#block-toolbar {
  height: 40px;
}

header#header {
  height: 120px;
}

/*////////////////////////////////////////*/
/*////////////  LOGIN  ///////////*/
/*////////////////////////////////////////*/

#logdis {
  background-color: #eee;
  padding: 10px;
}

#loginpage #content {
  padding: 20px;
}

#employee_landing_form {
  float: left;
  min-width: 400px;
}

body #content a {
  text-decoration: none;
}

#employee_login_form_wrapper {
  float: left;
  width: 49%;
}

#employee_landing_buttons {
  text-align: left;
  float: right;
  width: 49%;
}

#employee_landing_buttons a {
  display: block;
  width: 300px;
  float: left;
  padding: 50px 0 50px 0;
  margin: 0 30px 30px 0;
  text-align: center;
  font-family: Fjalla One, arial, serif;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 26px;
  background-color: #06c;
  border: 5px solid #06c;
}

/*////////////////////////////////////////*/
/*////////////  TABLES         ///////////*/
/*////////////////////////////////////////*/

div.right {
  float: right;
}

table.dataList {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
table.dataList thead th {
  text-align: left;
  background: #444444;
  color: white;
  line-height: 1.2em;
  margin: 0.5em 0px;
  cursor: pointer;
}
table.dataList thead th.up:after {
  content: url("_images/dn.png");
  content: url("_images/up.png");
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -5px;
  float: left;
}
table.dataList thead th.dn:after {
  content: url("_images/down.png");
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -5px;
  float: left;
}
table.dataList thead td {
  text-align: center;
}
table.dataList thead td form,
table.dataList thead td .form {
  float: left;
}
table.dataList thead td form input[type="checkbox"],
table.dataList thead td .form input[type="checkbox"] {
  margin-left: 1em;
}
table.dataList thead td form input[type="checkbox"]:first-child,
table.dataList thead td .form input[type="checkbox"]:first-child {
  margin-left: 0em;
}
table.dataList thead td a.paginator:link,
table.dataList thead td a.paginator:visited,
table.dataList thead td a.paginator:hover,
table.dataList thead td a.paginator:active {
  color: #0066cc;
  font-weight: normal;
  text-decoration: none;
}
table.dataList thead td a.paginator:hover {
  text-decoration: underline;
}
table.dataList thead td a.paginatorCurrent:link,
table.dataList thead td a.paginatorCurrent:visited,
table.dataList thead td a.paginatorCurrent:hover,
table.dataList thead td a.paginatorCurrent:active {
  font-weight: bold;
  text-decoration: none;
  color: black;
  cursor: default;
}
table.dataList tbody:nth-child(even) {
  background: #eaeaea;
}
table.dataList tbody tr.compact {
  display: table-row;
}
table.dataList tbody tr.compact:hover {
  cursor: pointer;
  background: #ffcc00;
}
table.dataList tbody tr.compact input[type="text"] {
  max-width: 14ex;
}
table.dataList tbody tr.detail {
  display: none;
}
table.dataList tbody tr.detail > td > div {
  overflow: hidden;
}
table.dataList tbody div.column {
  float: left;
  padding-right: 50px;
}
table.dataList tbody.open > tr.compact {
  display: none;
}
table.dataList tbody.open > tr.detail {
  display: table-row;
}
table.dataList tbody.open > tr.detail > td {
  padding: 10px;
  background: #cccccc;
}
table.dataList tbody.open > tr.detail > td tr.detail > td {
  background: white;
}
table.dataList tbody.open > tr.detail > td tr.detail > td tr.detail > td {
  background: #cccccc;
}
table.dataList tfoot tr td {
  padding: 0.5em 0em;
  text-align: center;
}
table.dataList tfoot tr td a {
  padding: 3px 6px;
  text-align: center;
}
table.dataList tfoot tr td a:link,
table.dataList tfoot tr td a:visited,
table.dataList tfoot tr td a:hover,
table.dataList tfoot tr td a:active {
  color: #0066cc;
  font-weight: normal;
  text-decoration: none;
}
table.dataList tfoot tr td a:link:hover,
table.dataList tfoot tr td a:visited:hover,
table.dataList tfoot tr td a:hover:hover,
table.dataList tfoot tr td a:active:hover {
  text-decoration: underline;
}

table.dataList tfoot tr td a.currentPage:link,
table.dataList tfoot tr td a.currentPage:visited,
table.dataList tfoot tr td a.currentPage:hover,
table.dataList tfoot tr td a.currentPage:active {
  font-weight: bold;
  /*color: white;*/
  /*background: #0066cc;*/
  /*border-radius: 12px;*/
  cursor: default;
  text-decoration: none;
}

table.dataList tbody tr.compact td {
  font-size: 16px;
  padding: 10px;
}
table.dataList thead th {
  font-size: 16px;
  padding: 5px;
}
table.dataList tbody tr.compact td a {
  text-decoration: none;
}
table.dataList thead th.up,
table.dataList thead th.dn {
  color: #fc0;
}

h1.dash-location {
  font-family: Fjalla One, arial, serif;
  font-size: 25px;
  color: #ff5c26;
  font-weight: 100;
}

#cert_link {
  color: yellow;
  font-weight: bold;
}
