@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(../fonts/notosans.woff) format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/notosans-bold.woff) format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(../fonts/notosans-italic.woff) format('woff');
}

@media (max-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
    float: none;
  }
}

a {
  color: #333;
}

a:hover {
  color: #1fa67a;
}

.animationFlash #userVideo {
  border: 3px solid #fff !important;
}

#answers-checkbox,
#answers-likert,
#answers-pixel,
#answers-select,
#answers-text {
  display: none;
}

.bg-1 {
  background: url('../images/background_02.jpg') repeat center center fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}

body,
html {
  font-family: 'Noto Sans', 'sans-serif', 'Arial' !important;
  font-size: 14px;
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
}

body.userVideo {
  background-color: #000;
  height: 100%;
  overflow: hidden;
}

body.userVideo #wrap {
  height: 100% !important;
  padding: 0;
  width: 100%;
}

.bootstrap-switch {
  min-width: 70px;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: none repeat scroll 0 0 #1fa67a;
  color: #fff;
}

.btn > .btn-label {
  margin-left: 5px;
}

.btn-info {
  background-color: #61a0bf;
  color: #fff;
}

.btn-link {
  color: #333;
}

.btn-link:hover {
  color: #1fa67a;
}

.btn-primary {
  background-color: #1fa67a !important;
  color: #eee;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #1fa67a;
  color: #eee;
}

.btn-primary:hover {
  background-color: #1fa67a;
  color: #fff;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

.color-danger {
  color: #f00;
}

.color-primary {
  color: #0000ff;
}

.color-success {
  color: #1fa67a;
}

#contact {
  background-color: #eee;
}

#contact-info {
  background-color: rgba(255, 255, 255, 0.9);
  height: 300px;
  margin-top: 20px;
  padding: 20px 10px 20px 20px;
}

.container .credit {
  margin: 20px 0;
}

.container-center {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.crosshairs,
.crosshairsSolution {
  cursor: pointer;
  display: none;
  font-size: 32px;
  font-weight: bold;
  padding: 0px 0px;
  position: absolute;
  text-align: center;
  z-index: 9;
}

.crosshairs-danger {
  background-color: #ff3333;
}

.crosshairs-primary {
  background-color: #0069aa;
}

.crosshairs-success {
  background-color: #009ddc;
}

.crosshairs-warning {
  background-color: #ffd200;
}

.divider {
  height: 50px;
}

#driving_at_work_vehicle {
  display: none;
}

#driving_license_taken_away_note {
  display: none;
}

.dropdown-menu {
  border: 0px solid black;
  padding-top: 20px;
}

.file-caption-name {
  color: #aaa;
}

.file-preview-frame {
  width: 100%;
}

.file-preview-frame video,
.file-preview-image {
  height: auto !important;
  width: 100% !important;
}

#footer {
  background-color: #1fa67a;
  bottom: 0px;
  color: #fff;
  float: left;
  font-size: 12px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#footer a {
  color: #fff;
}

#footer .row {
}

#footer .text-center {
  color: #fff;
  cursor: default;
  font-size: 10px;
  padding: 10px;
}

#footer > .container {

}

.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
/*
.form-group img {
  width: 100%;
}

.form-horizontal .control-label {
  word-wrap: break-word;
}
*/
#form-login {
  min-width: 250px;
}

.grecaptcha-badge {
  z-index: 11;
}

h1 {
  font-size: 42px;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  color: #1fa67a;
  margin-right: 5px;
}

h2 .badge {
  font-size: 16px;
  padding: 5px 8px;
  vertical-align: middle;
}

h2 .btn {
  margin-left: 10px;
}

header {
  background-color: #333;
  color: #555;
}

header .dropdown-menu {
  background: #ffcc33;
  border-width: 0;
  top: 74px;
}

#home {
  height: 50px;
}

#home-link {
  padding-right: 20px;
}

.icon-big {
  color: #1fa67a;
  font-size: 72px;
}

.image-hazard {
  cursor: pointer;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.lead-title {
  font-size: 28px;
}

.logo {
  color: #fff;
  font-size: 40px;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 100%;
  z-index: 1200;
}

.logo h1,
.logo h2 {
  text-shadow: 2px 2px #333;
}

#map-canvas {
  height: 300px;
  margin: 20px 0px 0px 0px;
  position: absolute;
  width: 100%;
}

#myCarousel img {
  height: 600px;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
  background-color: #bbb;
  height: 600px;
}

#nav {
  position: static;
  top: -32px;
  width: 100%;
}

#nav.navbar-static-top {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
/*
  -webkit-transition: all .6s ease-in-out;
*/
}

#nav li a i {
  margin-right: 8px;
}

.navbar-collapse.in { /* 3.0.2 bug workaround */
  overflow-y: visible;
}

/* customize nav style */
.navbar-custom {
  background-color: #1fa67a;
  border-width: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
/*
  text-transform: uppercase;
*/
}

.navbar-custom .dropdown-menu li > a:hover {
  color: #eee;
}

.navbar-custom .navbar-nav .active a,
.navbar-custom .navbar-nav .active a:hover,
.navbar-custom .navbar-nav li > a:hover,
.navbar-nav li .open {
	background-color: #fff;
  color: #1fa67a;
}

.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #999;
  border-top-color: #999;
}

.navbar-custom .navbar-nav > li > a {
  color: #eee;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #1fa67a;
}

.navbar-nav {
  margin: 0px;
}

.navbar-toggle {
	outline: 0;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#normal_sight_wearing_glasses {
  display: none;
}

p a {
  color: #1fa67a !important;
}

p.message {
  padding: 15px;
}

.page-header {
  border-bottom: 0px solid #eee;
  margin-top: 20px;
}

.panel {
	border-width:0;
}

.panel .img-responsive {
  max-height: 270px;
  min-height: 270px;
}

#professional_driver_type {
  display: none;
}

.question {
  padding-left: 30px;
}

.question-statement,
.question-substatement {
  display: block;
}

.question-substatement {
  color: #555;
}

.questions {
  margin-top: 30px;
}

#reactionTimeVideo.video-js .vjs-tech {
  position: relative;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.row h2 {
  margin-bottom: 25px;
  margin-top: 20px;
}

.scroll-top {
  background: #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  font-size: 16px;
  position: fixed;
  right: 6%;
  z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}

section {
  float: left;
  height: auto !important;
  height: 100%;
  padding-bottom: 50px;
  padding-top: 60px;
  width: 100%;
}

table .btn.btn-link {
  margin-top: -4px;
  padding: 0px;
}

.table td {
  vertical-align: middle !important;
}

td.edit {
  cursor: pointer;
}

.text-danger {
  color: #ff3333 !important;
}

.text-default {
  color: #1fa67a !important;
}

.text-gray {
  color: #888 !important;
}

.text-primary {
  color: #1fa67a !important;
}

.text-success {
  color: #008800 !important;
}

.text-warning {
  color: #ffd200 !important;
}

.text-warning-dark {
  color: #d2ac2b !important;
}

.text-white {
  color: #fff !important;
}

tr .border-left {
  border-left: 1px solid #ddd;
}

tr .border-left a {
  padding-left: 12px;
}

tr .border-right {
  border-right: 1px solid #ddd;
}

#team a {
  float: left;
  height: 120px;
  padding: 20px;
  width: 100%;
}

#team .lead {
  margin-top: 20px;
}

th {
  font-weight: bold;
}

th span {
  margin-left: 8px
}

#userVideo {
  cursor: pointer;
  display: inline;
  height: 100vh !important;
  width: 100% !important;
}

#userVideoContainer {
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#userVideoContainer #userVideo,
#userVideoContainer #userVideoWrapper,
#userVideoContainer video {
  background-color: #000;
  border: 3px solid #000;
  height: 100%;
  position: absolute;
  width: 100%;
}

#userVideoProgress {
  background-color: transparent !important;
  color: #ddd;
  font-size: 20px;
  height: 20px;
  margin-left: 0px;
  position: absolute;
  text-align: center;
  top: 80%;
  width: 100%;
  z-index: 9;
}

#userVideoProgress .progress-bar {
  background-color: #1fa67a !important;
}

#userVideoType {
  background-color: #fff;
  color: #1fa67a;
  cursor: default;
  font-size: 30px;
  margin-top: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}

#wearing_glasses {
  display: none;
}

#wearing_glasses_now {
  display: none;
}

/* Wrapper for page content to push down footer */
#wrap {
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto;
  min-height: 100%;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

#wrap > .container {
  padding: 20px 15px 0;
}
