body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "sans-serif" !important;
  min-height: 100%;
  position: relative;
}

body.cookie div.cookie_hint {
  display: block;
}

div.devel_hint {
  display: block;
  background-color: #ffb5b5;
}

textarea {
  min-height: 150px;
}

dl {
  display: grid;
  grid-gap: 4px 16px;
  grid-template-columns: max-content;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  grid-column-start: 2;
}

.cookie_hint, .devel_hint {
  text-align: center;
  line-height: 1.5em;
  color: #555;
  background-color: #f5f5f5;
  font-size: 0.8em;
  display: none;
  padding: 5px;
  border-bottom: 1px solid lightgrey;
}

.cookie_hint a:link, .cookie_hint a:visited {
  color: white !important;
  font-weight: bold !important;
  text-shadow: none !important;
}

.cookie_hint .cookie_close, .cookie_hint .details {
  background-color: #999;
  border: 1px solid rgba(0,0,0,.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 2px 6px;
  margin-left: 2px;
  text-decoration: none;
  white-space: nowrap;
  color: darkgrey;
}

.hide {
  display: none !important;
}

.block {
}

.curmiddle_relative, .curmiddle_fixed {
  top: 0px;
  left: 0px;
  z-index:100;
  width:100%;
  height:100%;
}

.curmiddle_relative {
  position: relative;
}
.curmiddle_fixed {
  position: fixed;
}

.curbg {
  position:fixed !important;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2;
  filter:alpha(opacity=10);
  background-color:#000000;
}

.curtable {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin: auto;
  border-collapse:collapse;
}

.curtableoutertd {
}

.curtableinner {
  text-align: center;
  padding-top: 10px;
  vertical-align: middle;
  height:auto;
  display: table-cell;
}

.curouter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.curinner {
  position: absolute;
}

.curcontainer {
  display: table-cell;
  width: 200px;
  margin: 20px 300px 20px 300px;
}

.curwaithead {
  height: 31px;
  background:linear-gradient(to bottom, #383838 0%, #5a5a5a 100%);
  border-left: 1px #555555 solid;
  border-top: 1px #606060 solid;
  border-right: 1px #666666 solid;
}

.curwaitmsg {
  border-left: 1px #555555 solid;
  border-right: 1px #666666 solid;
  border-bottom: 1px #606060 solid;
  padding: 30px 10px 30px 10px;
  min-height: 50px;
  vertical-align: middle;
  background-color: #fefefe;
  overflow: hidden;
}

div.back-to-top {
  display: none;
  padding: 14px 16px;
  position: fixed;
  z-index: 11999;
  top: -1;
  right: 30px;
  bottom: -2px;
  background-color: #ddd;
  color: black;
  border: 1px solid #aaa;
}

.upload .featurette-heading {
  text-align: center;
}

.featurette .description {
  font-size: 120%;
}

.upload, .description {
  background-color: rgba(51, 51, 51, 0.1);
}

.description, .send {
  padding: 15px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.files .row > div {
    vertical-align: middle;
    text-align: center;
    height: 70px;
}

.files .row, .add_images {
  padding-top: 7px;
  padding-bottom: 7px;
}

.files .row {
  border-bottom: grey 1px solid;
}

.files .btn {
  margin-left: 7px;
}

.thanks {
  display: none;
  padding-bottom: 100px;
  color: darkgreen;
}

body.sent .thanks {
  display: block;
}

@media only screen and (min-width : 800px) {
  .first-slide, .second-slide, .third-slide, .fourth-slide {
    top: -150px !important;
  }
}

@media only screen and (min-width : 992px) {
  .upload {
    margin-top: 15px;
    padding-top: 7px;
  }

  .first-slide, .second-slide, .third-slide, .fourth-slide {
    top: -220px !important;
  }
}

@media only screen and (min-width : 1200px) {
  .first-slide, .second-slide, .third-slide, .fourth-slide {
    top: -310px !important;
  }
}

.section_head {
  vertical-align: top;
  font-weight: bold;
  font-size: 1.2em;
  width: 130px;
  padding: 20px 20px 20px 20px;
  display: table-cell;
}

.section_content {
  display: table-cell;
  padding: 20px 0px;
}

.big_section_head {
  width: 16em !important;
}

.form-group {
  white-space: nowrap;
}
span.needed {
  display: none;
}

.required span.needed {
  display: inline;
}

.missing_text {
  display: none;
  color: red;
  font-size: 0.8em;
}

.missing.required .missing_text {
  display: block;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #7a3500 0%, #ab8c00 100%);
  background-image: -o-linear-gradient(top, #7a3500 0%, #ab8c00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a3500), to(#ab8c00));
  background-image: linear-gradient(to bottom, #7a3500 0%, #ab8c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3500', endColorstr='#ffab8c00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#myCarousel .carousel-inner > .item > img {
  top: unset;
  bottom: 0;
}