body {
  font-family: 'Roboto', sans-serif;
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #f0ece3;
}

body h1 {
  font-size: 1.25em;
  color: #808080;
  font-weight: 900;
  text-transform: uppercase;
}

body h2 {
  font-size: 0.75em;
  color: #808080;
  font-weight: 900;
  text-transform: uppercase;
}

body h3 {
  font-size: 1.16667em;
  color: #15a09b;
  font-weight: 400;
}

body.index, body.recording {
  background: #f0ece3 url(../images/background.jpg) left top no-repeat;
  background-size: cover;
}

body.index .form-group, body.recording .form-group {
  background-color: #fff;
  border-radius: 2.5em;
  box-shadow: 13px 13px 18px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 13px 13px 18px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 13px 13px 18px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  min-height: 100%;
}

body.index .form-group h4, body.recording .form-group h4 {
  background-color: #15a09b;
  color: #fff;
}

body.index input, body.index select, body.recording input, body.recording select {
  background-color: #fff;
  border: 2px solid #adadad !important;
  border-radius: 23px;
  padding: 0 25px;
  color: #808080;
  font-size: 1.16667em;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
}

body.index select, body.recording select {
  background: url(../images/select.png) right 5px center no-repeat;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding-right: 50px;
}

body.index input[type=submit], body.recording input[type=submit] {
  background-color: #15a09b;
  border: none;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  border: none;
}

body.index label, body.recording label {
  color: #15a09b;
  font-size: 0.83333em;
}

body.index .form-control, body.recording .form-control {
  border: none;
}

body .buttonstyle {
  background-color: #15a09b;
  border: none;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  display: inline-block;
  padding: 0 2em;
  text-transform: uppercase;
}

body nav.bg-light {
  background-color: transparent !important;
}

body nav .nav-link {
  color: #15a09b;
  text-align: center;
}

body .gc-container {
  font-family: 'Roboto', sans-serif !important;
}

body .gc-container .form-control {
  background-color: transparent !important;
  border: 2px solid #adadad !important;
}

body .gc-container .page-link {
  background-color: transparent !important;
}

body .gc-container .page-number-input {
  height: 30px !important;
  width: 50px !important;
  min-height: 30px !important;
  min-width: 50px !important;
}

body .table-label {
  background: #15a09b;
  color: #fff;
}

body .chosen-container {
  width: 100% !important;
}

body .chosen-container-single .chosen-single abbr {
  top: 16px !important;
}

body .chosen-container-single .chosen-single div b {
  background-position-y: 12px !important;
}

body .chosen-single {
  min-width: 300px !important;
  background-color: transparent !important;
  border: 2px solid #adadad !important;
  border-radius: 0.25rem !important;
  padding: 0 25px !important;
  color: #212529 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  height: 48px !important;
  line-height: 48px !important;
  -moz-appearance: none  !important;
  /* Firefox */
  -webkit-appearance: none  !important;
  /* Safari and Chrome */
  appearance: none !important;
  padding-right: 50px !important;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: none !important;
  box-shadow: none !important;
}

body .chosen-container .chosen-drop {
  background: #fdf9ef;
}

body .chosen-container .chosen-results li.highlighted {
  background-color: #15a09b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #15a09b), color-stop(90%, #15a09b));
  background-image: -webkit-linear-gradient(#15a09b 20%, #15a09b 90%);
  background-image: -moz-linear-gradient(#15a09b 20%, #15a09b 90%);
  background-image: -o-linear-gradient(#15a09b 20%, #15a09b 90%);
  background-image: linear-gradient(#15a09b 20%, #15a09b 90%);
  color: #fff;
}

body .btn-success {
  color: #fff;
  background-color: #15a09b;
  border-color: #15a09b;
}

body .btn-success:hover {
  color: #fff;
  background-color: #085755;
  border-color: #085755;
}

body .btn-info {
  color: #fff;
  background-color: #15a09b;
  border-color: #15a09b;
}

body .btn-info:hover {
  color: #fff;
  background-color: #085755;
  border-color: #085755;
}

body #field-logtext {
  word-wrap: break-word;
}
