/* Background Colors
-------------------------------------------------- */

.bg-black {
  background-color: #000;
  color: #fff;
}

.top {
  background-color: #242077;
}

.box {
  border-radius: 6px;
  background-color: #fff;
}

.bg-dark-grey {
  background-color: #87C440;
  color: #2C3083;
  padding: 7px 0;
}

/* Nav
-------------------------------------------------- */

.message {
  background-color: #fd6607;
  color: #fff;
  font-weight: bold;
}

.nav li {
	display: inline-table;
}

.nav li a,
.nav li span {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
}

.nav li a:hover,
.nav li span:hover {
  /*background: #87C440;
  color: #30369f;*/
  text-decoration: underline;
  font-weight: bold;
}

/* Popup
-------------------------------------------------- */

.popup-bg {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

.popup {
  position: fixed;
  z-index: 301;
}

/* Popup
-------------------------------------------------- */

.form-search {
  width: calc(100% - 40px);
  height: 40px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 18px;
  color: #fff;
  background-color: #87C440;
}

::placeholder {
  color: #2C3083;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
}

.button-search {
  height: 40px;
  width: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  color: #2C3083;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.video-players {
  position: relative;
  z-index: 200;
}

.display-pdf {
  width: 100%;
  height: 700px;
}

.progress-bar {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #EFF3F6;
  overflow: hidden;
}

.progress-bar-inside {
  height: 20px;
  background-color: #72d112;
}