body, html, .container-fluid, .card {
    height: 100%;
    margin: 0;
    padding: 0;
}
.nav {
    padding-left: 0;
}
.nav li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
.content {
    display: flex;
    width: 80%;
}
.sidebar {
    display: flex;
    width: 20%;
}

.header-bg {
    background: url('../image/bg_top.png') no-repeat !important;
    background-position: center;
    background-size:cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    width: 1155px;
    height: 278px;
}

#div_form, .terms {
    padding-left: 50px;
}

#div_form > div {
    padding-bottom: 15px;
}

/** Logo and title in the header **/

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

/* Logo on the left */
#logo {
    height: 51px;
}

/* Title and lang selector on the right */
#right-title {
    text-align: right;
}

button.btn-danger-low {
    border-color: #761C19;
}
div.btn-danger-low {
    border-color: #761C19;
}

.btn-danger-low {
  color: #761C19;
  background-color: #F2DEDE;
  border-color: #761C19;
}

.btn-danger-low:focus,
.btn-danger-low.focus {
  color: #761C19;
  background-color: #F2DEDE;
  border-color: #761c19;
}
.btn-danger-low:hover {
  color: #761C19;
  background-color: #F2DEDE;
  border-color: #761C19;
}
.btn-danger-low:active,
.btn-danger-low.active,
.open > .dropdown-toggle.btn-danger-low {
  color: #761C19;
  background-color: #F2DEDE;
  border-color: #761C19;
}
.btn-danger-low:active:hover,
.btn-danger-low.active:hover,
.open > .dropdown-toggle.btn-danger-low:hover,
.btn-danger-low:active:focus,
.btn-danger-low.active:focus,
.open > .dropdown-toggle.btn-danger-low:focus,
.btn-danger-low:active.focus,
.btn-danger-low.active.focus,
.open > .dropdown-toggle.btn-danger-low.focus {
  color: #761C19;
  background-color: #F2DEDE;
  border-color: #761c19;
}
.btn-danger-low:active,
.btn-danger-low.active,
.open > .dropdown-toggle.btn-danger-low {
  background-image: none;
}
.btn-danger-low.disabled:hover,
.btn-danger-low[disabled]:hover,
fieldset[disabled] .btn-danger-low:hover,
.btn-danger-low.disabled:focus,
.btn-danger-low[disabled]:focus,
fieldset[disabled] .btn-danger-low:focus,
.btn-danger-low.disabled.focus,
.btn-danger-low[disabled].focus,
fieldset[disabled] .btn-danger-low.focus {
  background-color: #F2DEDE;
  border-color: #761C19;
}
.btn-danger-low .badge {
  color: #d9534f;
  background-color: #fff;
}

button.btn-success-low {
    border-color: #3C763D;
}
div.btn-success-low {
    border-color: #3C763D;
}

.btn-success-low {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #3C763D;
}
.btn-success-low:focus,
.btn-success-low.focus {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #3C763D;
}
.btn-success-low:hover {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #398439;
}
.btn-success-low:active,
.btn-success-low.active,
.open > .dropdown-toggle.btn-success-low {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #398439;
}
.btn-success-low:active:hover,
.btn-success-low.active:hover,
.open > .dropdown-toggle.btn-success-low:hover,
.btn-success-low:active:focus,
.btn-success-low.active:focus,
.open > .dropdown-toggle.btn-success-low:focus,
.btn-success-low:active.focus,
.btn-success-low.active.focus,
.open > .dropdown-toggle.btn-success-low.focus {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #3C763D;
}
.btn-success-low:active,
.btn-success-low.active,
.open > .dropdown-toggle.btn-success-low {
  background-image: none;
}
.btn-success-low.disabled:hover,
.btn-success-low[disabled]:hover,
fieldset[disabled] .btn-success-low:hover,
.btn-success-low.disabled:focus,
.btn-success-low[disabled]:focus,
fieldset[disabled] .btn-success-low:focus,
.btn-success-low.disabled.focus,
.btn-success-low[disabled].focus,
fieldset[disabled] .btn-success-low.focus {
  background-color: #DFF0D8;
  border-color: #3C763D;
}
.btn-success-low .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn_image_delete, .btn_image_preview {
    height: 100%;
}

#locate_me, .btn_image_delete, .increment-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#address, #fault_type_btn, .btn_image_preview, .btn_image_delete, .decrement-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#report_submit_errors {
    flex: .1;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.alert-narrow {
    margin-bottom: 0;
    padding: 0;
}
#map {
    position: relative;
    height: 100%;
    width: 100%;
}

#map_panel.panel {
    background-color: inherit;
}
.twitter-typeahead, .tt-input, .tt-menu, .tt-hint {
    flex: 1;
}

.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}

.tt-suggestion:hover {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}

.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  width:100%;
}


.ol-popup {
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px 5px 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  /*
  left: -150px;
  min-width: 280px;
  position: absolute;
  */
}

/*
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 148px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
*/

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 5px;
}
.ol-popup-closer:after {
  content: "✖";
}

input.fault_type_extra {
    width: 3em;
}

.waitloader {
	  background: url('../image/waitloader.gif') no-repeat !important;
      background-position: center;
}

.input-cit-glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

div.terms {
    padding-top: 1em;
}

div.terms label {
    display: inline;
}

label.control-label {
    font-size: 22px;
}

.info-link {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: .3em;
    right: .3em;
    background-color: rgba(0, 114, 198, 0.5);
    border: none;
    border-radius: 20%;
    color: white;
    cursor: pointer;
    font-size: 30px;
    z-index: 1000;
    text-align: center;
    line-height: 40px;
}

.info-link:hover {
    background-color: rgba(0, 114, 198, 0.8);
}

.text-info {
    color: #fff;
}

.dropdown-item > a {
    text-decoration: none;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 1em;
    text-align: center;
}

.lamp-spinner {
    max-width: 10em;
}

.spinner-input {
    text-align: center;
}

@media (max-width: 1024px) {
    #logo {
        height: 40px;
    }
    #right-title {
        font-size: .9em;
    }
}

@media (max-width: 768px) {
    #logo {
        height: 30px;
    }
    #right-title {
        font-size: .8em;
    }
}

@media (max-width: 480px) {
    #logo {
        height: 20px;
    }

    #right-title {
        font-size: .7em;
    }
}
footer {
    text-align: center;
}
