html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar {
  background: #35408E;
  border-radius: 0;
  margin: 0;
}

.navbar.admin {
  background: #40ad07;
}

.main-container {
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
}

.div-container {
  padding-top: 50px;
}

.main-container .btn {
  min-width: 120px;
}

.menu-container {
  min-height: 360px;
  padding: 20px;
}

.bg-image {
  background: url("../images/quest_logo.png");
}

.greetings {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: url(../images/nu_facade2.jpg);
  background-size: cover;
}

.greetings-inner {
  color: #fff;
  background: rgba(54, 25, 25, .5);
  padding: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

.main-text {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffd41c;
}

.subtext {
  color: #ddd;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 22px;
}

.menu {
  padding: 10px;
}

.menu img {
  border-radius: 5px;
  display: block;
  margin: auto;
  margin-bottom: 22px;
  max-width: 100%;
}

.menu p {
  font-size: 16px;
  color: #888;
}

.footer {
  background: #35408E;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #dfdfdf;
  z-index: 100;
}

.footer.admin {
  background: #40ad07;
}

.text-lead {
  font-weight: bold;
  margin-bottom: 22px;
}

a.inverse,
a.inverse:visited,
a.inverse:active {
  color: #ccc;
}

a.inverse:hover {
  color: #fff;
  text-decoration: underline;
}

div.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-list {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  min-height: 120px;
}

span.list-title {
  font-weight: 500;
  font-size: 16px;
}

span.list-subtitle {
  font-size: 14px;
}

.modal-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

li.block {
  color: #fff;
  border-bottom: 1px solid #ccc;
  margin: 10px;
}

li.padding {
  margin: 10px;
}

.tab {
  padding-bottom: 35px;
}

span.sign {
  float: right;
  padding-right: 25px;
  color: #999999;
}

span.complete {
  color: #00ff00;
}

.radio-button-label {
  font-weight: normal;
}

.table-schedules {
  cursor: pointer;
}

.table-schedules tbody tr:hover {
  background-color: #ffe880 !important;
}

.table-schedules tbody tr.selected {
  background-color: #c9fcc9 !important;
}

.panel-approved {
  background-color: #bcf5ce;
}

.panel-expired {
  background-color: #ffc7b3;
}

.panel-info {
  background-color: #d9edf7;
}

.div-schedules {
  overflow-y: auto;
  max-height: 400px;
}

img#front-logo {
  margin: auto;
  height: 300px;
  margin-top: -50px;
  margin-bottom: -50px;
}


div#open-schedules .panel-body {
  padding-top: 15px;
}

.panel-group,
.panel,
.panel-heading {
  border-radius: 0 !important;
}

div.div-registration .control-label {
  text-align: left;
}

div.attachment-container,
div.add-attachment {
  border: 1px solid #3c763d;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 2px 6px;
  margin: 2px;
}

div.attachment-box {
  background-color: #efecec;
  border: 1px solid #cbc8c8;
  display: inline-block;
  padding: 2px 4px;
  margin: 2px;
  width: 260px;
}

div.attachment-verified {
  background-color: #dff0d8!important;
}

div.attachment-box>div.attachment-icon,
div.attachment-box>div.attachment-name {
  display: inline-block;
}

div.attachment-box>div.attachment-icon {
  font-size: 30px;
}

input[type="file"].attachment-file {
  display: none;
}

.attachment-text-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  margin-bottom: -5px;
  font-size: 90%;
}

.selectize-input.disabled {
  background-color: #eee !important;
  opacity: 1 !important;
}

#enrollment-requirements .lead {
  margin-bottom: 10px;
}

#enrollment-requirements .lst-requirements {
  text-indent: 60px;
  font-size: 18px;
}

#cke_1_bottom {
  display: none;
}

#evaluation-page .btn-evaluation {
  font-size: 10px;
  line-height: 1;
  padding: 5px;
}

#evaluation-page .col-btns {
  min-width: 40px;
}

@media (max-width: 1000px) {

  img#front-logo {
    height: 250px;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .subtext {
    color: #ddd;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 22px;
  }
}