@font-face {
  font-family: Titillium Web;
  src: url({{request.static_url('/etc/geomapfish/static/fonts/TitilliumWeb-Light.ttf')}});
}

body {
  font-family: 'Titillium Web', sans-serif;
}

footer {
  background: rgba(241, 244, 248, 1) !important;
  border-top: 0;
}

a {
  color: #008c6f;
  font-weight: bold;
}

.breadcrump {
  border-radius: 0;
}

.btn-primary {
  background-color: #008c6f;
  border-color: #354052;
}

.btn btn-link event-link {
  color: #008c6f !important;
}

.btn-primary:hover {
  background-color: #00c79e;
}

.btn {
  border-radius: 0;
  font-size: 18px;
}

form .required::after {
  color: black;
  content: '*';
  display: inline;
}

.input {
  border-radius: 0;
}

.btn-new-issue {
  top: calc(100vh - 15rem) !important;
}

#banner_mapnv {
  max-height: 40px;
  padding-bottom: 5px;
}

header {
  color: white !important;
  background: #008c6f !important;
  text-align: center;
  height: 7em;
  vertical-align: middle;
}

.panel {
  border: 0;
}

.form-control:focus {
  border-color: #008c6f !important;
  box-shadow: 0 0 5px rgba(0, 140, 111, 1) !important;
}

.map-container {
  width: 100%;
}

.content .map {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 992px) {
  #banner_mapnv {
    max-height: 35px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h4 {
    font-size: 16px;
  }
  .btn-new-issue {
    top: calc(100vh - 30rem) !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h4 {
    font-size: 14px;
  }

  #banner_mapnv {
    max-height: 30px;
  }
}

.ol-zoom .ol-zoom-in {
  background-color: #008c6f;
}

.ol-zoom .ol-zoom-out {
  background-color: #008c6f;
}

.c2cgeoform-locate-me-btn button {
  background-color: #008c6f;
}

.ol-control button {
  background-color: #008c6f;
}

.ol-zoom .ol-zoom-in:hover {
  background-color: #00c79e;
}

.ol-zoom .ol-zoom-out:hover {
  background-color: #00c79e;
}

.c2cgeoform-locate-me-btn button:hover {
  background-color: #00c79e;
}

.ol-control button:hover {
  background-color: #00c79e;
}

.ol-control button:focus {
  background-color: #00c79e;
}

.btn-file:before {
  content: url({{request.static_url('/etc/geomapfish/static/images/getitfixed/camera.png')}});
}
