/*-
 * **************************************************-
 * InGrid Portal Apps
 * ==================================================
 * Copyright (C) 2014 - 2025 wemove digital solutions GmbH
 * ==================================================
 * Licensed under the EUPL, Version 1.2 or – as soon they will be
 * approved by the European Commission - subsequent versions of the
 * EUPL (the "Licence");
 * 
 * You may not use this work except in compliance with the Licence.
 * You may obtain a copy of the Licence at:
 * 
 * https://joinup.ec.europa.eu/software/page/eupl
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the Licence is distributed on an "AS IS" basis,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the Licence for the specific language governing permissions and
 * limitations under the Licence.
 * **************************************************#
 */
.btn-default {
  color: #FFFFFF;
  background-color: #871d33;
  border-color: #871d33;
  transition: background-color 0.2s ease-out;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
#menu-button {
  background-color: #871d33;
  border: 0;
}
.ga-more-layers {
  padding: 8px 5px !important;
}
.ga-more-layers a {
  color: #871d33;
}
body:not(.webkit) .ga-checkbox input[type="checkbox"]:checked + span::before {
  color: #0089C6;
}
#pulldown-content .panel > .accordion-toggle {
  font-weight: bold !important;
}
#pulldown-content .panel > .accordion-toggle.collapsed {
  background-color: #1D4B7B;
}
#pulldown-content .panel > .accordion-toggle:hover, #pulldown-content .panel > .accordion-toggle:active {
  text-decoration: none;
  color: #FFFFFF;
  background: #012D47;
}
#pulldown-content .panel > .accordion-toggle.light.collapsed {
  color: #474949;
}
#pulldown-content .panel > .accordion-toggle.light:hover, #pulldown-content .panel > .accordion-toggle.light:active {
  text-decoration: none;
  color: #666;
  background: #fff;
}
[ga-catalogtree] .ga-catalogitem-leaf {
  color: #871d33;
}
[ga-catalogtree] .ga-catalogitem-template .ga-catalogitem-selected, [ga-catalogtree] .ga-catalogitem-template .ga-catalogitem-selected:hover, [ga-catalogtree] .ga-catalogitem-template .ga-catalogitem-selected button {
  color: #0089C6;
}
#pulldown-content .accordion-toggle, #pulldown-content .panel-body-wide a {
  color: #000;
  font-weight: bold;
  background-color: #F6F6F6;
}
[ga-catalogtree] a.ga-catalogitem-entry label {
  font-weight: bold;
}
[ga-layermanager] li {
  color: #0089C6;
}
[ga-layermanager] .ga-layer-folded .fa-gear {
  color: #0089C6;
}
[ga-layermanager] .fa-gear {
  color: #1D4B7B;
}
[ga-layermanager] .ga-layer-tools {
  border-left: 0;
}
[ga-layermanager] .ga-layer-infos label:hover, [ga-layermanager] input:hover, [ga-layermanager] select:hover, [ga-layermanager] options:hover {
  color: #1D4B7B;
}
[ga-layermanager] .ga-layer-tools label {
  color: #1D4B7B;
}
[ga-print] button {
  margin-top: 10px;
  background-color: #F6F6F6;
  color: #4a4a4a;
  border: 1px solid #C6CFE2;
  transition: background-color 0.2s ease-out;
}
[ga-print] label {
  color: #4a4a4a;
}
#drawModeHeader {
  background-color: #871d33;
  color: #FFF;
}
#drawModeHeader .btn-primary  {
  background-color: #871d33;
  color: #FFF;
  border: 0px;
  font-size: 16px;
}
[ga-help] button.ga-icon {
  font-size: 18px;
}
[ga-draw] .ga-draw-buttons > .btn {
  color: #333;
  outline: none;
}
[ga-draw] .ga-more li a{
  color: #871d33;
}
[ga-draw] .ga-draw-disclaimer a {
  color: #871d33;
}
[ga-search] form {
}
[ga-search] .fa-remove-sign {
  font-size: 26px;
  right: 5px;
  color: #0089C6;
}
[ga-search] .fa-search, [ga-search] .fa-remove-sign {
  top: 8px;
}
[ga-search] .fa-search {
  background-color: transparent;
  border: 0;
  left: 10px;
  font-size: 22px;
  top: 8px;
  color: #871d33;
}
[ga-search] .ga-search-input {
  height: 45px;
  font-size: 16px;
  border-radius: 32px;
  padding-left: 2.8em;
  padding-right: 2.8em;
}
#header {
  left: 0;
  z-index: 500;
  display: flex;
}
#search-container {
  top: 5rem;
  max-width: 79.16667%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: 0;
  flex: 0 0 45%;
  max-width: 45%;
}
#search-container [ga-help] button.ga-icon {
  font-size: 26px;
  top: 7px;
}
.ga-menu-bt {
  width: 45px;
  height: 45px;
}
.theme-toggle .topic-modal-toggle {
  color: #871d33;
}
@media (max-width: 480px) {
  .search-focused #search-container {
    background: transparent;
  }
}
@media (max-width: 768px) {
  #search-container {
    top: .7em;
  }
}

#pulldown-content .panel > .accordion-toggle.collapsed {
  background-color: #871d33;
}
#pulldown-content .panel > .accordion-toggle:hover {
  background: #962039;
}
[ga-catalogtree] .ga-catalogitem-leaf .ga-layer-ordering button {
  color: #871d33;
}
input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, select:focus, .form-control:focus {
  border-color: rgb(179 38 67);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(179 38 67);
}
.popover-content a {
  color: #555;
}
.nav-tabs>li.active>a {
  color: #871d33;
}
[ga-draw] .ga-draw-buttons button.btn-default {
  transition: background-color 0.2s ease-out;
}
.btn-danger {
  border-radius: 15px;
  color: #fff !important;
  background-color: #871d33;
  border-color: #871d33;
}
[ga-map] .ol-zoom-extent .fa-resize-vertical {
  top: 10px;
}
[ga-draw] .ga-draw-buttons>.btn i {
  padding-top: 6px;
}
