@charset "UTF-8";
.nav-tabs {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nav-tabs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.nav-tabs li a {
  border-width: 0 0 0.125rem 0;
  border-color: transparent;
  border-style: solid;
  border-radius: 0;
  padding: 0.625rem 0.75rem;
  text-align: center;
  transition: color .25s ease, border-color .25s ease;
}
.theme-1gg .nav-tabs li a {
  color: #B0AFBA;
}
.nav-tabs li a:active, .nav-tabs li a:hover, .nav-tabs li a:focus {
  background: transparent;
}
.theme-1gg .nav-tabs li a:active, .theme-1gg .nav-tabs li a:hover, .theme-1gg .nav-tabs li a:focus {
  color: #4D4F5C;
  border-color: #4D4F5C;
}
@media only screen and (min-width: 768px) {
  .nav-tabs li a {
    min-width: 6.875rem;
  }
}
.nav-tabs li.active a {
  border-width: 0 0 0.125rem 0;
}
.theme-1gg .nav-tabs li.active a {
  color: #3B86FF;
  border-color: #3B86FF;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  border-width: 0 0 0.125rem 0;
}
.theme-1gg .nav-tabs li.active a:hover, .theme-1gg .nav-tabs li.active a:active, .theme-1gg .nav-tabs li.active a:focus {
  color: #3B86FF;
  border-color: #3B86FF;
}

.tab-pane {
  padding: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .tab-pane {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

button {
  outline: 0;
}

label {
  font-weight: normal;
}

.form-control {
  box-shadow: none;
  font-size: 1rem;
}
.theme-1gg .form-control {
  border-color: #ddd;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 0.875rem;
  }
}
.form-control:focus {
  box-shadow: none;
}

.btn {
  border-radius: 0.3125rem;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  transition: all .3s ease;
}
@media only screen and (min-width: 768px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn:active, .btn:hover, .btn:focus, .btn:active:focus, .btn:active:hover {
  outline: 0;
  text-decoration: none;
}

.btn-primary {
  background: transparent;
  font-weight: normal;
}
.theme-1gg .btn-primary {
  border-color: #3B86FF;
  color: #3B86FF;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background: transparent;
}
.theme-1gg .btn-primary:active, .theme-1gg .btn-primary:hover, .theme-1gg .btn-primary:focus, .theme-1gg .btn-primary:active:focus, .theme-1gg .btn-primary:active:hover {
  border-color: #225BB7;
  color: #225BB7;
}

.btn-default {
  background: transparent;
}
.theme-1gg .btn-default {
  border-color: #aaa;
  color: #444;
}
.btn-default:active, .btn-default:hover, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  background: transparent;
}
.theme-1gg .btn-default:active, .theme-1gg .btn-default:hover, .theme-1gg .btn-default:focus, .theme-1gg .btn-default:active:focus, .theme-1gg .btn-default:active:hover {
  color: #111111;
  border-color: #777777;
}

.panel-group .panel {
  box-shadow: none;
}
.theme-1gg .panel-group .panel {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  padding: 0;
}
.theme-1gg .panel-default > .panel-heading {
  border-color: #ddd;
  background: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
}

.panel-title {
  font-size: inherit;
}
.panel-title a {
  display: block;
  padding: 0.625rem 0.9375rem;
  position: relative;
}
.panel-title a:before {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 0.5625rem;
  right: 0.625rem;
}

.panel-heading.active .panel-title a:before {
  content: "\f106";
}

.theme-1gg .panel-title a:hover:before, .theme-1gg .panel-title a:active:before, .theme-1gg .panel-title a:focus:before {
  color: #444;
}

.bg-info {
  padding: 0.75rem 1.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.theme-1gg .bg-info {
  color: #0c5460;
  border-color: #bee5eb;
  background-color: #d1ecf1;
}
.bg-info > .fa {
  margin-right: 0.3125rem;
}

.jstree .jstree-node {
  position: relative;
  padding-left: 0.9375rem;
  margin-left: 0.5rem;
  background: 0 0 none;
}
.jstree .jstree-icon.jstree-ocl {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background: 0 0 none;
  font-size: 1rem;
  width: 0.875rem;
  text-align: left;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.theme-1gg .jstree .jstree-icon.jstree-ocl {
  color: #A4AFB7;
}
.jstree .jstree-open > .jstree-ocl:before {
  content: "\f0d7";
}
.jstree .jstree-closed > .jstree-ocl:before {
  content: "\f0da";
}
.jstree .jstree-anchor {
  line-height: 1.2em;
  padding: 0.375rem 0 0.375rem 1.5625rem;
  min-height: 1.375rem;
  white-space: normal;
  position: relative;
  height: auto;
}
.jstree .jstree-anchor > .jstree-undetermined:after {
  transition: none;
  content: "\f068";
  left: 0.25rem;
  font-size: 0.75rem;
  transform: scale(1);
  opacity: 1;
}
.jstree .jstree-checkbox {
  background: 0 0 none;
  position: absolute;
  left: 0.1875rem;
  top: 0.125rem;
}
.jstree .jstree-checkbox:before {
  content: " ";
  border: thin solid;
  border-radius: 0.25rem;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
}
.theme-1gg .jstree .jstree-checkbox:before {
  border-color: #ddd;
}
.jstree .jstree-checkbox:after {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  transition: opacity .3s ease, transform .3s ease;
  transform: scale(0);
  opacity: 0;
  margin-top: -0.375rem;
  font-size: 0.75rem;
}
.theme-1gg .jstree .jstree-checkbox:after {
  color: #3B86FF;
}
.jstree .jstree-clicked,
.jstree .jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree .jstree-clicked > .jstree-checkbox:after {
  transform: scale(1);
  opacity: 1;
}
.theme-1gg .jstree .jstree-search {
  color: #3B86FF;
}

* {
  outline: 0;
}

html,
body {
  height: 100%;
  overflow: hidden;
  position: relative;
}

html {
  font-size: 100%;
}

body {
  font-family: Roboto;
  font-size: 1rem;
}
.theme-1gg body {
  background: #040A14;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  cursor: pointer;
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

dt {
  padding: 0 0 0.125rem;
  border-bottom: thin solid;
  margin-bottom: 0.1875rem;
}
.theme-1gg dt {
  color: #727272;
  border-color: #ddd;
}

dd {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.theme-1gg dd {
  color: #909090;
}

.clear {
  clear: both;
}

.standard-link {
  background: transparent;
  border: 0 none;
  padding: 0;
  transition: color 0.25s ease;
}
.theme-1gg .standard-link {
  color: #0093FF;
}
.standard-link i {
  transition: color 0.25s ease;
}
.theme-1gg .standard-link i {
  color: #D1E3FF;
}
.theme-1gg .standard-link:hover, .theme-1gg .standard-link:active, .theme-1gg .standard-link:focus {
  color: #02568E;
}
.theme-1gg .standard-link:hover i, .theme-1gg .standard-link:active i, .theme-1gg .standard-link:focus i {
  color: #02568E;
}

.menuLayerCounter {
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 2.7272em;
  text-align: center;
  width: 2.8em;
}
.menuLayerCounter:before {
  content: " ";
  position: absolute;
  width: 2.7272em;
  height: 2.7272em;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -1.3636em;
  margin-top: -1.3636em;
  border-radius: 0.3636em;
  border: 0.1818em solid;
}
.theme-1gg .menuLayerCounter:before {
  background: #9D9CA9;
  border-color: #3A3952;
}
.menuLayerCounter:after {
  content: " ";
  width: 2.5454em;
  height: 2.5454em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -0.909em;
  margin-top: -1.6363em;
  border-radius: 0.3636em;
}
.theme-1gg .menuLayerCounter:after {
  background: #9D9CA9;
}
.menuLayerCounter span {
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 1.4em;
  line-height: 1.8em;
  top: 0.0625rem;
  width: 100%;
  height: 100%;
}
.theme-1gg .menuLayerCounter span {
  color: #3A3952;
}
.menuLayerCounter span.loading {
  background-size: 1.4em;
  color: transparent !important;
}

.tree-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .tree-list {
    font-size: 0.875rem;
  }
}
.tree-list ul {
  list-style-type: none;
  margin: 0;
  display: none;
  padding: 0.0625rem 0 0 0.625rem;
}
@media only screen and (min-width: 992px) {
  .tree-list ul {
    padding-left: 1.25rem;
  }
}
.tree-list li {
  padding: 0 0 0.0625rem;
}
.tree-list li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .tree-list li {
    padding: 0;
  }
}
.tree-list li.classic-checkbox {
  border-bottom: 0.0625rem solid;
  padding: 0.1875rem 0;
}
.theme-1gg .tree-list li.classic-checkbox {
  border-bottom-color: #ddd;
}
.tree-list li.classic-checkbox:last-child {
  border-bottom: 0 none;
}
@media only screen and (min-width: 992px) {
  .tree-list li.classic-checkbox {
    padding: 0;
    border: 0 none;
  }
  .tree-list li.classic-checkbox.select-all-checkbox {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    padding-bottom: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.tree-list .item-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 2rem;
  min-height: 2.625rem;
  padding: 0 0.625rem;
}
.theme-1gg .tree-list .item-title {
  color: #3B86FF;
  background: #eee;
}
@media only screen and (min-width: 992px) {
  .tree-list .item-title {
    min-height: 0;
    font-weight: bold;
    padding: 0.1875rem 0;
  }
  .theme-1gg .tree-list .item-title {
    background: 0 none;
  }
}
.tree-list .item-title .fa {
  margin-right: 0.625rem;
}
.tree-list label {
  display: flex;
  margin-left: -0.25rem;
  min-height: 2.375rem;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .tree-list label {
    min-height: 0;
    padding: 0.1875rem 0;
  }
}

.loading {
  display: none;
  background: url("../images/loading.gif") no-repeat center center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.loading.main-loader {
  height: 3.375rem;
  width: 3.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.6875rem;
  margin-left: -1.6875rem;
  border-radius: 6.25rem;
  z-index: 999;
}
.theme-1gg .loading.main-loader {
  background-color: white;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}

#toast-container > div {
  width: auto;
  max-width: 25rem;
  font-size: 0.8125rem;
}

.toast-message ul {
  padding-left: 1.25rem;
}

.toast-bottom-right {
  right: 4.6875rem;
  bottom: 9px;
}
@media only screen and (min-width: 992px) {
  .toast-bottom-right {
    right: 5.9375rem;
  }
}

.full-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.full-screen-loader .upper,
.full-screen-loader .lower {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #3A3952;
}
.full-screen-loader .upper {
  bottom: 50%;
  transition: bottom 1s ease, margin-bottom 1s ease;
  z-index: 2;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.5);
}
.full-screen-loader .upper .image-loader {
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
  background: #2c3691;
  overflow: hidden;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 6.25rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
  text-align: right;
  border: white 0.1875rem solid;
}
.full-screen-loader .upper .image-loader img {
  height: 11.875rem;
  position: absolute;
  top: 0.3125rem;
  right: 0;
  -webkit-animation: loading-image 8s infinite linear;
  /* Safari 4+ */
  -moz-animation: loading-image 8s infinite linear;
  /* Fx 5+ */
  -o-animation: loading-image 8s infinite linear;
  /* Opera 12+ */
  animation: loading-image 8s infinite linear;
  /* IE 10+, Fx 29+ */
}
.full-screen-loader .lower {
  top: 50%;
  transition: top 1s ease;
  z-index: 1;
}
.full-screen-loader.loaded .upper {
  bottom: 100%;
  margin-bottom: 6.4375rem;
}
.full-screen-loader.loaded .lower {
  top: 100%;
}

@-webkit-keyframes loading-image {
  0% {
    right: 0;
  }
  100% {
    right: -23.25rem;
  }
}
@-moz-keyframes loading-image {
  0% {
    right: 0;
  }
  100% {
    right: -23.25rem;
  }
}
@-o-keyframes loading-image {
  0% {
    right: 0;
  }
  100% {
    right: -23.25rem;
  }
}
@keyframes loading-image {
  0% {
    right: 0;
  }
  100% {
    right: -23.25rem;
  }
}
.copy-btn {
  background: transparent;
  border: 0 none;
  transition: all 0.5s ease;
  position: absolute;
  top: -0.875rem;
  right: -0.9375rem;
  padding: 0.9375rem;
  font-size: 1rem;
}
.theme-1gg .copy-btn {
  color: #3B86FF;
}
.copy-btn:before {
  position: relative;
  z-index: 1;
}
.copy-btn:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.8125rem;
  left: 0.6875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
}
.theme-1gg .copy-btn:after {
  border: transparent 0.625rem solid;
}
.theme-1gg .copy-btn:hover, .theme-1gg .copy-btn:active, .theme-1gg .copy-btn:focus {
  color: #225BB7;
}
.copy-btn.ok:after {
  transition: all 0.5s ease;
}
.theme-1gg .copy-btn.ok:after {
  border-color: #20F33D;
  border-width: 0;
}

.tooltip .tootip-inner {
  min-width: 6.25rem;
}

.squared-type {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 0.1em 0.3em;
  border-radius: 0.1875rem;
  position: relative;
  top: -0.15em;
}
.theme-1gg .squared-type {
  border: 0.0625rem solid #444;
}

.word-break {
  word-break: break-all;
}

/* Autocompletion */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 15px;
  max-height: 273px;
  overflow: auto;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.switch-checkbox input[type="checkbox"] {
  display: none;
}
.theme-1gg .switch-checkbox input[type="checkbox"]:checked + label:before {
  background: #20F33D;
}
.switch-checkbox input[type="checkbox"]:checked + label:after {
  right: 0.125rem;
}
.switch-checkbox label {
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  padding-right: 2.8125rem;
  position: relative;
}
.switch-checkbox label:before {
  content: " ";
  border-radius: 0.9375rem;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.3s ease;
  height: 1.25rem;
  width: 2.1875rem;
}
.theme-1gg .switch-checkbox label:before {
  background: #ccc;
}
.switch-checkbox label:after {
  content: " ";
  border-radius: 1.25rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  transition: all 0.3s ease;
  height: 1rem;
  width: 1rem;
}
.theme-1gg .switch-checkbox label:after {
  background: white;
}

.classic-checkbox label {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  min-width: 50%;
  padding-left: 1.5625rem;
  position: relative;
}
.classic-checkbox label:before {
  content: " ";
  border: thin solid;
  border-radius: 0.25rem;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
}
.theme-1gg .classic-checkbox label:before {
  border-color: #ddd;
}
.classic-checkbox label:after {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
  opacity: 0;
  margin-top: -0.4375rem;
  font-size: 0.75rem;
}
.theme-1gg .classic-checkbox label:after {
  color: #0093FF;
}
.classic-checkbox input[type="checkbox"] {
  display: none;
}
.classic-checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.classic-checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.8;
}

.classic-radio label {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  min-width: 50%;
  padding-left: 1.5625rem;
  position: relative;
}
.classic-radio label:before {
  content: " ";
  border: 0.125rem solid;
  border-radius: 1.125rem;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  transition: all 0.3s ease;
}
.theme-1gg .classic-radio label:before {
  border-color: #ddd;
}
.classic-radio label:after {
  content: " ";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
  opacity: 0;
  margin-top: -0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
}
.theme-1gg .classic-radio label:after {
  background: #0093FF;
}
.classic-radio input[type="radio"] {
  display: none;
}
.theme-1gg .classic-radio input[type="radio"]:checked + label:before {
  border-color: #0093FF;
}
.classic-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.theme-1gg .classic-radio input[type="radio"]:disabled + label:after {
  background: #b8b8b8;
}
.theme-1gg .classic-radio input[type="radio"]:disabled:checked + label:before {
  border-color: #b8b8b8;
}

.classic-file label {
  border: thin solid;
  border-radius: 0.3125rem;
  cursor: pointer;
  width: 100%;
  padding: 0.5rem 1.25rem 0.5rem 8.4375rem;
  position: relative;
}
.theme-1gg .classic-file label {
  border-color: #ddd;
}
.theme-1gg .classic-file label.error {
  border-color: #ce4848;
  color: #b21e1e;
}
.classic-file label .classic-file-btn {
  content: "Choose file";
  display: inline-block;
  margin-right: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  transition: all 0.3s ease;
  position: absolute;
  left: -0.0625rem;
  top: -0.0625rem;
  border: thin solid;
}
.theme-1gg .classic-file label .classic-file-btn {
  border-color: #3B86FF;
  color: #3B86FF;
}
.theme-1gg .classic-file label:hover .classic-file-btn {
  border-color: #225BB7;
  color: #225BB7;
}
.classic-file input[type="file"] {
  display: none;
}

.theme-1gg .btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  box-shadow: none;
  text-decoration: underline;
}
.theme-1gg .btn-link:hover, .theme-1gg .btn-link:active, .theme-1gg .btn-link:focus, .theme-1gg .btn-link:active:hover, .theme-1gg .btn-link:active:focus {
  border-color: transparent;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  pointer-events: none;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 992px) {
  #header {
    width: calc(100% - 5rem);
  }
}
#header * {
  pointer-events: auto;
}
#header .banniere {
  float: left;
  padding: 0.4375rem 0 0 0.625rem;
  position: relative;
}
#header .banniere img {
  max-width: 4.375rem;
  max-height: 2.625rem;
}
@media only screen and (min-width: 768px) {
  #header .banniere img {
    max-width: 5.3125rem;
    max-height: 3.75rem;
  }
}
@media only screen and (min-width: 992px) {
  #header .banniere img {
    max-width: none;
    max-height: 4.6875rem;
  }
}
#header .brand-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0.375rem 0.375rem 0.375rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  left: 8.125rem;
  width: 38.25rem;
}
.theme-1gg #header .brand-text {
  background: white;
}
#header .brand-text .brand-band {
  padding-left: 1.6875rem;
  position: relative;
  left: -0.125rem;
  height: 0.625rem;
}
.theme-1gg #header .brand-text .brand-band {
  background: #28aae1;
}
#header .brand-text .brand-band p {
  margin: 0;
  padding: 0 0.3125rem;
  width: auto;
  display: inline-block;
  font-size: 0.75rem;
  position: absolute;
  font-style: italic;
  top: -0.1875rem;
}
.theme-1gg #header .brand-text .brand-band p {
  background: white;
  color: #28aae1;
}
#header .gazetteer,
#header .base-layer-selector {
  position: absolute;
  right: 0;
  top: 3rem;
  display: none;
}
#header .gazetteer:after, #header .base-layer-selector:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 0.625rem solid transparent;
}
.theme-1gg #header .gazetteer:after,
.theme-1gg #header .base-layer-selector:after {
  border-bottom-color: white;
}
#header .gazetteer.active,
#header .base-layer-selector.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer,
  #header .base-layer-selector {
    display: block;
    position: relative;
    top: 0;
    right: auto;
  }
  #header .gazetteer:after,
  #header .base-layer-selector:after {
    border: 0 none;
  }
}
#header .gazetteer {
  width: 14.8125rem;
}
@media only screen and (min-width: 992px) {
  #header .gazetteer {
    width: 18.75rem;
  }
}
#header .gazetteer:after {
  right: 3rem;
}
#header .gazetteer .gazetteerSearchInput {
  border: none;
  border-radius: 0.25rem;
  font-family: Roboto;
  outline: 0;
  padding: 0.5625rem 1.9375rem 0.625rem 2.5rem;
  width: 100%;
}
.theme-1gg #header .gazetteer .gazetteerSearchInput {
  background: white;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  #header .gazetteer .gazetteerSearchInput {
    font-size: 0.8125rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
#header .gazetteer .locatorIcon, #header .gazetteer .gazetteerCloseResult {
  background: transparent;
  border: 0 none;
  font-size: 1.3em;
  opacity: 0.6;
  outline: 0;
  position: absolute;
  top: 0;
  transition: color 0.25s ease;
}
.theme-1gg #header .gazetteer .locatorIcon,
.theme-1gg #header .gazetteer .gazetteerCloseResult {
  color: #444;
}
#header .gazetteer .locatorIcon:hover, #header .gazetteer .locatorIcon:active, #header .gazetteer .locatorIcon:focus, #header .gazetteer .gazetteerCloseResult:hover, #header .gazetteer .gazetteerCloseResult:active, #header .gazetteer .gazetteerCloseResult:focus {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  #header .gazetteer .locatorIcon, #header .gazetteer .gazetteerCloseResult {
    top: -0.25rem;
  }
}
#header .gazetteer .locatorIcon {
  left: 0;
  padding: 0.625rem;
}
#header .gazetteer .gazetteerCloseResult {
  right: 0;
  padding: 0.375rem 0.625rem;
}
#header .gazetteer .result-section {
  margin-top: 0.625rem;
  position: relative;
}
#header .gazetteer .result-section .gazetteerResultCategory {
  margin: 0 0 0.3125rem;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
}
#header .gazetteer .result-section .alert {
  margin: 0.3125rem 0.9375rem 0.9375rem;
}
#header .gazetteer .result-section .alert .btn {
  font-size: 1em;
  padding: 0.125rem 0.625rem;
  margin-top: 0.3125rem;
}
.theme-1gg #header .gazetteer .result-section .alert .btn {
  background: white;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .result-section .alert .btn {
    float: right;
  }
}
#header .gazetteer .result-section .alert .btn i {
  margin-right: 0.3125rem;
  font-size: 0.9em;
}
#header .gazetteer .gazetteerResultContainer {
  border-radius: 0.25rem;
  margin-top: 0.0625rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.theme-1gg #header .gazetteer .gazetteerResultContainer {
  background: white;
  box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .gazetteerResultContainer {
    width: 150%;
  }
}
#header .gazetteer .gazetteerLoader {
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem;
}
#header .gazetteer .gazetteerResult {
  max-height: 25rem;
  overflow: auto;
  padding: 0.3125rem 0;
}
#header .gazetteer .gazetteerResult p {
  margin: 0;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.8125rem;
}
#header .gazetteer .gazetteerResult .mx-2 {
  margin-left: 15px;
  margin-right: 15px;
}
#header .gazetteer .gazetteerResult .mb-2 {
  margin-bottom: 15px;
}
#header .gazetteer .gazetteerMore {
  font-size: 0.875rem;
  padding: 0.3125rem 0.9375rem;
}
#header .gazetteer .gazetteerResultList {
  margin: 0;
  list-style: none;
  padding: 0.3125rem 0.9375rem;
}
#header .gazetteer .gazetteerResultList.show-all li.exceedingItem {
  display: block;
}
#header .gazetteer .gazetteerResultList li {
  cursor: pointer;
  font-size: 0.8125rem;
  padding: 0.3125rem 0.3125rem;
  display: flex;
  align-items: flex-start;
}
#header .gazetteer .gazetteerResultList li.exceedingItem {
  display: none;
}
.theme-1gg #header .gazetteer .gazetteerResultList li:hover {
  background-color: #0093FF;
  color: white;
}
.theme-1gg #header .gazetteer .gazetteerResultList li:hover .squared-type {
  border-color: white;
}
.theme-1gg #header .gazetteer .gazetteerResultList li:hover .fa {
  color: white;
}
.theme-1gg #header .gazetteer .gazetteerResultList li + li {
  border-top: 1px solid #ddd;
}
#header .gazetteer .gazetteerResultList li .fa,
#header .gazetteer .gazetteerResultList li .squared-type {
  margin-right: 5px;
  opacity: 0.8;
  position: relative;
}
#header .gazetteer .gazetteerResultList li .fa {
  min-width: 1em;
  top: 0.125rem;
}
.theme-1gg #header .gazetteer .gazetteerResultList li .fa {
  color: #0093FF;
}
#header .gazetteer .gazetteerResultList li .squared-type {
  top: 0.0625rem;
}
#header .gazetteer .gazetteerHelp {
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .gazetteerHelp {
    width: 522px;
  }
}
@media only screen and (min-width: 992px) {
  #header .gazetteer .gazetteerHelp {
    width: 587px;
  }
}
#header .gazetteer .gazetteerHelp .btn-close {
  background: none;
  border: none;
  padding: 5px 10px;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  opacity: 0.6;
  transition: opacity .3s ease;
}
#header .gazetteer .gazetteerHelp .btn-close:hover, #header .gazetteer .gazetteerHelp .btn-close:focus, #header .gazetteer .gazetteerHelp .btn-close:active {
  opacity: 1;
  box-shadow: none;
}
#header .gazetteer .gazetteerHelp ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header .gazetteer .gazetteerHelp ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .gazetteerHelp ul li {
    display: flex;
  }
}
#header .gazetteer .gazetteerHelp ul li:last-child {
  margin-bottom: 0;
}
#header .gazetteer .gazetteerHelp .fa {
  margin-right: 5px;
  width: 1em;
}
.theme-1gg #header .gazetteer .gazetteerHelp .search-icon,
.theme-1gg #header .gazetteer .gazetteerHelp .search-type {
  color: black;
}
#header .gazetteer .gazetteerHelp .search-type {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .gazetteerHelp .search-type {
    min-width: 105px;
    margin-right: 15px;
  }
}
#header .gazetteer .gazetteerHelp .standard-link,
#header .gazetteer .gazetteerHelp .search-example {
  display: block;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  #header .gazetteer .gazetteerHelp .standard-link,
  #header .gazetteer .gazetteerHelp .search-example {
    display: inline-block;
    margin-top: 0;
  }
}
#header .base-layer-selector {
  border-radius: 0.25rem;
  width: 14.8125rem;
}
.theme-1gg #header .base-layer-selector {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
#header .base-layer-selector:after {
  right: 0.5625rem;
}
@media only screen and (min-width: 768px) {
  #header .base-layer-selector {
    margin-left: 0.625rem;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  #header .base-layer-selector {
    margin-left: 1.25rem;
  }
}
#header .base-layer-selector label {
  margin: 0;
  border-right: thin solid;
  border-radius: 0.3125rem 0 0 0.3125rem;
  padding: 0.5625rem 0.9375rem;
  height: 2.5625rem;
  /* 'cause firefox doesnt set height auto like chrome */
  min-width: 7.3125rem;
  text-align: center;
}
.theme-1gg #header .base-layer-selector label {
  border-right-color: #bababa;
  background: #ebebeb;
}
@media only screen and (min-width: 992px) {
  #header .base-layer-selector label {
    height: 1.875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
#header .base-layer-selector .form-control {
  border: 0 none;
  border-radius: 0.25rem;
  padding-bottom: 0.625rem;
  padding-top: 0.5625rem;
  height: 2.5625rem;
  /* 'cause firefox doesnt set height auto like chrome */
}
@media only screen and (min-width: 768px) {
  #header .base-layer-selector .form-control {
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
  }
}
@media only screen and (min-width: 992px) {
  #header .base-layer-selector .form-control {
    font-size: 0.8125rem;
    height: 1.875rem;
    width: 9.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.sidebar-tabs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 0.625rem 0;
  width: 3.75rem;
}
.theme-1gg .sidebar-tabs {
  background: #3A3952;
}
@media only screen and (min-width: 992px) {
  .sidebar-tabs {
    width: 5rem;
  }
}
.sidebar-tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .sidebar-tabs ul {
    width: 5rem;
  }
}
.sidebar-tabs ul + ul {
  position: absolute;
  bottom: 0.625rem;
}
.sidebar-tabs li {
  height: auto;
  border: 0 none;
}
.sidebar-tabs li.active, .sidebar-tabs li:hover {
  background: transparent;
}
.sidebar-tabs li a {
  display: block;
  font-size: 0.6875rem;
  padding: 0.625rem 0;
  height: auto;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
.theme-1gg .sidebar-tabs li a {
  color: #9D9CA9;
}
.sidebar-tabs li a:hover, .sidebar-tabs li a:focus {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .sidebar-tabs li a {
    font-size: 0.8125rem;
  }
}
.sidebar-tabs li a .fa,
.sidebar-tabs li a .ogi,
.sidebar-tabs li a .menuLayerCounter {
  margin-bottom: 0.625rem;
  display: block;
}
.sidebar-tabs li a .ogi {
  font-size: 2.125rem;
}
.sidebar-tabs li a .fa {
  font-size: 1.875rem;
}
.sidebar-tabs li a .menuLayerCounter {
  font-size: 0.6875rem;
  margin-left: auto;
  margin-right: auto;
}
.theme-1gg .sidebar-tabs li a:hover, .theme-1gg .sidebar-tabs li a:active, .theme-1gg .sidebar-tabs li a:focus {
  color: white;
}
.theme-1gg .sidebar-tabs li a:hover .menuLayerCounter:before, .theme-1gg .sidebar-tabs li a:active .menuLayerCounter:before, .theme-1gg .sidebar-tabs li a:focus .menuLayerCounter:before {
  background: white;
}
.theme-1gg .sidebar-tabs li.active a {
  color: white;
}
.theme-1gg .sidebar-tabs li.active a .menuLayerCounter:before {
  background: white;
}

.sidebar-content {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 9;
  width: calc(100% - 3.75rem);
  max-width: 31.25rem;
  transition: right .5s ease, width .5s ease;
  height: 100%;
}
.theme-1gg .sidebar-content {
  background: white;
  box-shadow: -0.0625rem 0 0.3125rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .sidebar-content {
    right: -27.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-content {
    width: calc(100% - 5rem);
    right: -26.25rem;
  }
}
.sidebar-content.active {
  right: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .sidebar-content.active {
    right: 5rem;
  }
}
.sidebar-content.active .panel-toggle-btn i {
  transform: rotate(180deg);
}
.sidebar-content .panel-toggle-btn {
  position: absolute;
  right: 100%;
  top: 6.0625rem;
  border: 0 none;
  padding: 0.875rem 0.625rem;
  font-size: 1.375rem;
  z-index: -1;
  opacity: 0.7;
  transition: opacity .3s ease;
  display: none;
}
.theme-1gg .sidebar-content .panel-toggle-btn {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-right: 0.0625rem #ddd solid;
}
.sidebar-content .panel-toggle-btn:hover, .sidebar-content .panel-toggle-btn:focus, .sidebar-content .panel-toggle-btn:active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .sidebar-content .panel-toggle-btn {
    display: block;
  }
}
.sidebar-content .panel-toggle-btn i {
  transition: transform .5s ease;
}
.sidebar-content .sidebar-pane {
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: none;
  position: relative;
  z-index: 1;
}
.theme-1gg .sidebar-content .sidebar-pane {
  background: white;
}
.sidebar-content .sidebar-pane.active {
  display: block;
}
.sidebar-content .sidebar-pane .sidebar-pane-title {
  padding: 2.5rem 0.9375rem;
}
.theme-1gg .sidebar-content .sidebar-pane .sidebar-pane-title {
  background: #0093FF;
  color: white;
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1,
.sidebar-content .sidebar-pane .sidebar-pane-title h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1 {
  position: relative;
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1 .fa,
.sidebar-content .sidebar-pane .sidebar-pane-title h1 .ogi {
  font-size: 2.1rem;
  line-height: 0;
  position: relative;
  top: 0.3125rem;
  margin-right: 0.625rem;
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1 .ogi {
  top: 0.5rem;
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1 .menuLayerCounter {
  font-size: 0.8125rem;
  margin-right: 10px;
}
.theme-1gg .sidebar-content .sidebar-pane .sidebar-pane-title h1 .menuLayerCounter:before {
  background: white;
  border-color: #0093FF;
}
.theme-1gg .sidebar-content .sidebar-pane .sidebar-pane-title h1 .menuLayerCounter:after {
  background: rgba(255, 255, 255, 0.5);
}
.sidebar-content .sidebar-pane .sidebar-pane-title h1 .menuLayerCounter.loading:before {
  background-size: 1.3rem;
}
.theme-1gg .sidebar-content .sidebar-pane .sidebar-pane-title h1 .menuLayerCounter span {
  color: #0093FF;
}
.sidebar-content .sidebar-pane .sidebar-pane-content {
  height: calc(100% - 98px);
  overflow: auto;
}
.sidebar-content .sidebar-pane-subpane {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  width: calc(100% - 3.75rem);
  height: 100%;
  transition: right .5s ease;
  max-width: 460px;
}
.theme-1gg .sidebar-content .sidebar-pane-subpane {
  background: white;
  box-shadow: -3px 0 20px rgba(0, 0, 0, 0.5);
}
.sidebar-content .sidebar-pane-subpane.active {
  right: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .sidebar-content .sidebar-pane-subpane {
    width: calc(100% - 5rem);
  }
  .sidebar-content .sidebar-pane-subpane.active {
    right: 5rem;
  }
}
.sidebar-content .sidebar-pane-subpane .sidebar-pane-title {
  padding-right: 3.125rem;
  position: relative;
}
.sidebar-content .sidebar-pane-subpane .sidebar-pane-title h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-content .sidebar-pane-subpane .sidebar-pane-content {
  height: calc(100% - 4.9375rem);
  overflow: auto;
}
.sidebar-content .sidebar-pane-subpane .closeSubpanel {
  background: transparent;
  border: 0 none;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  font-size: 2rem;
  margin-top: -1.3125rem;
  transition: color .3s ease;
  padding: 0.3125rem 0.625rem;
}
.theme-1gg .sidebar-content .sidebar-pane-subpane .closeSubpanel {
  color: white;
}
.theme-1gg .sidebar-content .sidebar-pane-subpane .closeSubpanel:hover, .theme-1gg .sidebar-content .sidebar-pane-subpane .closeSubpanel:active, .theme-1gg .sidebar-content .sidebar-pane-subpane .closeSubpanel:focus {
  color: #cccccc;
}

.wrapper {
  position: relative;
  height: 100%;
}

#map {
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 3.75rem);
  position: absolute;
}
@media only screen and (min-width: 992px) {
  #map {
    width: calc(100% - 5rem);
  }
}

#olMap,
#csMap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#olMap.active,
#csMap.active {
  z-index: 1;
}

#csMap .cesium-credit-textContainer,
#csMap .cesium-credit-expand-link {
  display: none !important;
}

.oneg-controls {
  position: absolute;
  z-index: 5;
}
.oneg-controls .ol-control {
  position: static;
}

.oneg-bottom-controls {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
}
.theme-1gg .oneg-bottom-controls {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls {
    left: auto;
    right: 50%;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    width: auto;
    margin-right: -21.0625rem;
  }
  .oneg-bottom-controls.cs-mode {
    border-top-left-radius: 0.3125rem;
    margin-right: -5.75rem;
  }
  .oneg-bottom-controls.cs-mode .ol-mouse-position {
    min-width: 7.8125rem;
  }
}
.oneg-bottom-controls .oneg-control {
  float: left;
}
.theme-1gg .oneg-bottom-controls .oneg-control {
  color: #707070;
}
.oneg-bottom-controls .scale-line-control {
  margin: 0.625rem 0;
  display: block;
  float: left;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .scale-line-control {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.oneg-bottom-controls .ol-scale-line {
  background-color: transparent;
  position: static;
}
.oneg-bottom-controls .ol-scale-line .ol-scale-line-inner {
  font-size: 0.75rem;
  margin: 0 0 0 0.3125rem;
}
.theme-1gg .oneg-bottom-controls .ol-scale-line .ol-scale-line-inner {
  color: #707070;
  border-color: #707070;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .ol-scale-line .ol-scale-line-inner {
    font-size: 0.625rem;
  }
}
.oneg-bottom-controls .ol-mouse-position {
  background-color: transparent;
  position: static;
  padding: 0.625rem 0.1875rem;
  min-width: 11.5625rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .ol-mouse-position {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    font-size: 0.6875rem;
  }
}
.oneg-bottom-controls .go-to-coord-control {
  float: right;
  position: relative;
  right: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .go-to-coord-control {
    right: 0;
    float: left;
  }
}
.oneg-bottom-controls .go-to-coord-control span {
  padding: 0.8125rem;
  cursor: pointer;
}
.theme-1gg .oneg-bottom-controls .go-to-coord-control span:hover {
  color: #444;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .go-to-coord-control span {
    padding: 0.5rem;
  }
}
.oneg-bottom-controls .go-to-coord-control small {
  display: block;
  margin-top: 0.3125rem;
}
.oneg-bottom-controls .go-to-coord-control .popover-content,
.oneg-bottom-controls .go-to-coord-control .popover-title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.oneg-bottom-controls .go-to-coord-control .popover-title {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .go-to-coord-control .popover-title {
    font-size: 0.875rem;
  }
}
.oneg-bottom-controls .go-to-coord-control .popover.top {
  width: 14.0625rem;
  margin-left: -4.3125rem;
}
.oneg-bottom-controls .go-to-coord-control .popover.top .arrow {
  margin-left: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .go-to-coord-control .popover.top {
    margin-left: 0;
  }
  .oneg-bottom-controls .go-to-coord-control .popover.top .arrow {
    margin-left: -0.6875rem;
  }
}
.oneg-bottom-controls .projection-control {
  float: right;
  position: relative;
  left: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control {
    left: 0;
  }
}
.oneg-bottom-controls .projection-control .srs-button {
  padding: 0.625rem;
  font-weight: bold;
  border: 0 none;
  background: none;
}
.oneg-bottom-controls .projection-control .srs-button:active, .oneg-bottom-controls .projection-control .srs-button:focus, .oneg-bottom-controls .projection-control .srs-button:hover {
  border: 0 none;
}
.theme-1gg .oneg-bottom-controls .projection-control .srs-button:active, .theme-1gg .oneg-bottom-controls .projection-control .srs-button:focus, .theme-1gg .oneg-bottom-controls .projection-control .srs-button:hover {
  color: #444;
}
.oneg-bottom-controls .projection-control .srs-container {
  display: none;
  position: absolute;
  width: 15.3125rem;
  bottom: 3.25rem;
  right: 0.3125rem;
  border-radius: 0.25rem;
}
.theme-1gg .oneg-bottom-controls .projection-control .srs-container {
  background: white;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
.oneg-bottom-controls .projection-control .srs-container:after {
  content: " ";
  position: absolute;
  top: 100%;
  right: 0.5625rem;
  width: 0;
  height: 0;
  border: 0.625rem solid transparent;
}
.theme-1gg .oneg-bottom-controls .projection-control .srs-container:after {
  border-top-color: white;
}
.oneg-bottom-controls .projection-control .srs-container.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control .srs-container {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
  }
  .theme-1gg .oneg-bottom-controls .projection-control .srs-container {
    background: none;
    box-shadow: none;
  }
  .oneg-bottom-controls .projection-control .srs-container:after {
    border: 0 none;
  }
}
.oneg-bottom-controls .projection-control .dropup {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control .dropup {
    width: 16.25rem;
  }
}
.oneg-bottom-controls .projection-control label {
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control label {
    font-size: 0.75rem;
  }
}
.oneg-bottom-controls .projection-control .dropdown-toggle {
  border: 0 none;
  border-radius: 0.25rem;
  background: transparent;
  outline: 0;
  cursor: pointer;
  width: 100%;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-1gg .oneg-bottom-controls .projection-control .dropdown-toggle {
  color: #707070;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control .dropdown-toggle {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control .dropdown-toggle {
    font-size: 0.75rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    border-top-right-radius: 0.25rem;
  }
}
.oneg-bottom-controls .projection-control .dropdown-toggle .fa {
  right: 0.5rem;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  margin-top: -0.5625rem;
}
.theme-1gg .oneg-bottom-controls .projection-control .dropdown-toggle .fa {
  color: #666;
}
.oneg-bottom-controls .projection-control .dropdown-menu {
  left: auto;
  right: 0;
  margin-bottom: 0.0625rem;
  max-width: 100%;
  padding: 0;
}
.oneg-bottom-controls .projection-control .dropdown-menu a {
  font-size: 0.875rem;
  padding: 0.625rem;
  white-space: normal;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control .dropdown-menu a {
    font-size: 0.8125rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.theme-1gg .oneg-bottom-controls .projection-control .dropdown-menu a:hover, .theme-1gg .oneg-bottom-controls .projection-control .dropdown-menu a:active, .theme-1gg .oneg-bottom-controls .projection-control .dropdown-menu a:focus {
  color: white;
  background-color: #0093FF;
}
.oneg-bottom-controls .projection-control .dropdown-menu li {
  border-bottom: 0.0625rem solid;
}
.theme-1gg .oneg-bottom-controls .projection-control .dropdown-menu li {
  border-bottom-color: #bababa;
}
.oneg-bottom-controls .projection-control .dropdown-menu li:first-child a {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.oneg-bottom-controls .projection-control .dropdown-menu li:last-child {
  border-bottom: 0 none;
}
.oneg-bottom-controls .projection-control .dropdown-menu li:last-child a {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control .dropdown-menu li {
    border-bottom: 0 none;
  }
}
.oneg-bottom-controls .projection-control.scales-zoom-control {
  position: absolute;
  left: 0;
  bottom: 100%;
  min-width: 5.9375rem;
  border-top-right-radius: 0.3125rem;
  float: none;
}
.theme-1gg .oneg-bottom-controls .projection-control.scales-zoom-control {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5), 5px 0 5px -5px rgba(0, 0, 0, 0.5), -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control.scales-zoom-control {
    border-top-right-radius: 0;
    position: relative;
    bottom: 0;
    float: left;
  }
  .theme-1gg .oneg-bottom-controls .projection-control.scales-zoom-control {
    box-shadow: none;
    background: none;
  }
}
.oneg-bottom-controls .projection-control.scales-zoom-control .srs-button {
  width: 100%;
}
.oneg-bottom-controls .projection-control.scales-zoom-control .srs-container {
  right: auto;
  left: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control.scales-zoom-control .srs-container {
    left: 0;
    padding-left: 0.3125rem;
  }
}
.oneg-bottom-controls .projection-control.scales-zoom-control .srs-container:after {
  right: auto;
  left: 0.5625rem;
}
@media only screen and (min-width: 768px) {
  .oneg-bottom-controls .projection-control.scales-zoom-control .dropup {
    width: 7.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .oneg-bottom-controls .projection-control.scales-zoom-control .dropup {
    width: 6.875rem;
  }
}
.oneg-bottom-controls .projection-control.scales-zoom-control .dropdown-menu {
  min-width: 0;
  width: 100%;
  max-height: 70vh;
  overflow: auto;
}

.oneg-top-controls .ol-control,
.oneg-right-controls .ol-control {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.oneg-top-controls .ol-control button, .oneg-right-controls .ol-control button {
  border: thin solid;
  transition: color 0.3s ease;
  margin: 0;
  border-radius: 0;
  width: 2.4375rem;
  height: 2.3125rem;
}
.theme-1gg .oneg-top-controls .ol-control button,
.theme-1gg .oneg-right-controls .ol-control button {
  border-color: rgba(188, 188, 203, 0.9);
  color: #bcbccb;
  background: white;
}
.theme-1gg .oneg-top-controls .ol-control button:active,
.theme-1gg .oneg-top-controls .ol-control button a:hover,
.theme-1gg .oneg-top-controls .ol-control button a:focus,
.theme-1gg .oneg-right-controls .ol-control button:active,
.theme-1gg .oneg-right-controls .ol-control button a:hover,
.theme-1gg .oneg-right-controls .ol-control button a:focus {
  color: #444;
}

.oneg-top-controls {
  right: 0.625rem;
  top: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .oneg-top-controls {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1.0625rem;
    margin-left: 1.1875rem;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .oneg-top-controls {
    margin-top: 1.375rem;
  }
}
.oneg-top-controls .ol-search-control button {
  border-right: 0 none;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.oneg-top-controls .ol-background-selector-control button {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.oneg-right-controls {
  left: 0.75rem;
  top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .oneg-right-controls {
    top: 4.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .oneg-right-controls {
    left: 1.25rem;
    top: 6.5625rem;
  }
}
.oneg-right-controls .ol-search-control button {
  border-bottom: 0 none;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.oneg-right-controls .ol-background-selector-control {
  margin-bottom: 1.25rem;
}
.oneg-right-controls .ol-background-selector-control button {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.oneg-right-controls .ol-globe-control button {
  margin-top: 1.25rem;
  border: 0 none;
  border-radius: 0.1875rem;
  font-size: 1.1rem;
}
.theme-1gg .oneg-right-controls .ol-globe-control button {
  background: #616083;
  background: -moz-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #616083), color-stop(100%, #0d0c11));
  background: -webkit-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -o-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -ms-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: linear-gradient(to bottom, #616083 0%, #0d0c11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616083', endColorstr='#0d0c11', GradientType=0 );
  transition: color 0.3s ease;
}
.theme-1gg .theme-1gg .oneg-right-controls .ol-globe-control button {
  color: #bcbccb;
}
.theme-1gg .oneg-right-controls .ol-globe-control button:hover, .theme-1gg .oneg-right-controls .ol-globe-control button:focus, .theme-1gg .oneg-right-controls .ol-globe-control button:active {
  background: #0d0c11;
  background: -moz-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d0c11), color-stop(100%, #616083));
  background: -webkit-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -o-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -ms-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: linear-gradient(to bottom, #0d0c11 0%, #616083 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0c11', endColorstr='#616083', GradientType=0 );
}
.theme-1gg .theme-1gg .oneg-right-controls .ol-globe-control button:hover, .theme-1gg .theme-1gg .oneg-right-controls .ol-globe-control button:focus, .theme-1gg .theme-1gg .oneg-right-controls .ol-globe-control button:active {
  color: white;
}
.oneg-right-controls .ol-zoom .ol-zoom-in,
.oneg-right-controls .ol-zoom .ol-zoom-out {
  font-size: 0.8rem;
}
.oneg-right-controls .ol-zoom .ol-zoom-in {
  border-bottom: 0 none;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.oneg-right-controls .ol-zoom .ol-zoom-out {
  position: relative;
  top: 2.3125rem;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.oneg-right-controls .ol-zoom-extent button {
  border-bottom: 0 none;
  position: relative;
  top: -2.3125rem;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
}
.oneg-right-controls .ol-full-screen {
  display: none;
}
@media only screen and (min-width: 992px) {
  .oneg-right-controls .ol-full-screen {
    display: block;
  }
}
.oneg-right-controls .ol-full-screen button {
  font-size: 1.3rem;
  border-radius: 0.1875rem;
}

.ol-overviewmap {
  display: none;
  left: 1.25rem;
  bottom: 3.6875rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .ol-overviewmap {
    display: block;
  }
}
.ol-overviewmap button {
  background: #616083;
  background: -moz-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #616083), color-stop(100%, #0d0c11));
  background: -webkit-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -o-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: -ms-linear-gradient(top, #616083 0%, #0d0c11 100%);
  background: linear-gradient(to bottom, #616083 0%, #0d0c11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616083', endColorstr='#0d0c11', GradientType=0 );
  transition: color 0.3s ease;
  margin: 0;
  width: 2.4375rem;
  height: 2.3125rem;
  border-radius: 0;
}
.theme-1gg .ol-overviewmap button {
  color: #bcbccb;
}
.ol-overviewmap button:hover, .ol-overviewmap button:focus, .ol-overviewmap button:active {
  background: #0d0c11;
  background: -moz-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d0c11), color-stop(100%, #616083));
  background: -webkit-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -o-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: -ms-linear-gradient(top, #0d0c11 0%, #616083 100%);
  background: linear-gradient(to bottom, #0d0c11 0%, #616083 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0c11', endColorstr='#616083', GradientType=0 );
}
.theme-1gg .ol-overviewmap button:hover, .theme-1gg .ol-overviewmap button:focus, .theme-1gg .ol-overviewmap button:active {
  color: white;
}
.ol-overviewmap button .fa {
  transform: rotate(-45deg);
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
}
.ol-overviewmap .ol-overviewmap-map {
  margin: 0;
}
.theme-1gg .ol-overviewmap .ol-overviewmap-map {
  border-color: white;
}

.ol-overviewmap-box {
  border: 0.125rem solid;
}
.theme-1gg .ol-overviewmap-box {
  border-color: red;
}

.ol-attribution.ol-uncollapsible {
  padding: 5px;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  height: auto;
  left: auto;
  bottom: 2.625rem;
  right: 0;
  width: auto;
  max-height: 75vh;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.theme-1gg .ol-attribution.ol-uncollapsible:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .ol-attribution.ol-uncollapsible {
    bottom: 0;
  }
}
.ol-attribution.ol-uncollapsible ul {
  padding: 0.5em 0;
}

.ol-dragbox {
  border: 2px solid #ff3333;
  background: rgba(255, 255, 255, 0.5);
}

.gfi-panel {
  position: fixed;
  bottom: -19.0625rem;
  left: 0;
  right: 0;
  height: 18.75rem;
  overflow: hidden;
  width: 100%;
  max-width: 825px;
  margin: auto;
  transition: bottom 0.3s linear, height 0.3s ease, max-width 0.3s ease;
  z-index: 10;
}
.theme-1gg .gfi-panel {
  background: white;
  box-shadow: 0 -0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 825px) {
  .gfi-panel {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
.gfi-panel.opened {
  bottom: 0;
  overflow: auto;
}
.gfi-panel.expanded {
  height: 100%;
}
@media only screen and (min-width: 825px) {
  .gfi-panel.expanded {
    height: 95%;
    max-width: 90%;
  }
}
.gfi-panel h2 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.9375rem 0.9375rem 0.625rem;
}
.theme-1gg .gfi-panel h2 {
  color: #444;
}
.gfi-panel .modal-btn {
  font-size: 1.125rem;
  transition: color 0.3s ease;
  background: none;
  padding: 0.4375rem 0.5625rem;
}
.theme-1gg .gfi-panel .modal-btn {
  color: #bcbccb;
}
.gfi-panel .modal-btn:hover, .gfi-panel .modal-btn:active, .gfi-panel .modal-btn:focus {
  text-decoration: none;
  box-shadow: none;
}
.theme-1gg .gfi-panel .modal-btn:hover, .theme-1gg .gfi-panel .modal-btn:active, .theme-1gg .gfi-panel .modal-btn:focus {
  color: #444;
}
.gfi-panel .close-btn {
  line-height: 0.5;
}
.gfi-panel .close-btn span {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: -0.125rem;
}
.gfi-panel .coordinates {
  position: relative;
  padding: 0 3.125rem 0.625rem 0.9375rem;
  margin-bottom: 0;
}
.theme-1gg .gfi-panel .coordinates {
  border-bottom: 1px solid #ddd;
}
.gfi-panel .coordinates span,
.gfi-panel .coordinates .copy-btn {
  float: left;
  font-size: 0.8125rem;
}
.gfi-panel .coordinates .copy-btn {
  top: auto;
  right: auto;
  position: absolute;
  margin-top: -0.75rem;
}
.gfi-panel .coordinates .copy-btn:after {
  top: 0.6875rem;
}
.gfi-panel .gfi-content {
  height: 12.5rem;
  width: 100%;
  overflow: auto;
  font-size: 0.75rem;
  padding: 0 0.9375rem 0.625rem;
  display: contents;
}
.gfi-panel .gfi-content .title {
  padding: 0.3125rem 0.5rem;
  margin-bottom: 0.3125rem;
}
.theme-1gg .gfi-panel .gfi-content .title {
  color: #444;
  background-color: #E0ECFF;
}
.gfi-panel .gfi-content .layer {
  margin-bottom: 0.625rem;
}
.gfi-panel .gfi-content .response {
  border: 0 none;
  width: 100%;
  height: auto;
  overflow: auto;
  /* ===@SUBSECTION override server inline CSS === */
  /* !important is hazardous, don't try it at home ;) */
}
.gfi-panel .gfi-content .response table {
  border: 0 none !important;
  border-collapse: collapse !important;
  min-width: 100% !important;
  margin-bottom: 10px;
}
.gfi-panel .gfi-content .response table:last-child {
  margin-bottom: 0;
}
.gfi-panel .gfi-content .response table.wfs-gfi-result th {
  border: 1px solid !important;
}
.theme-1gg .gfi-panel .gfi-content .response table.wfs-gfi-result th {
  background: #ececec !important;
  border-color: #ddd !important;
}
.gfi-panel .gfi-content .response th, .gfi-panel .gfi-content .response td {
  background: none transparent !important;
  font-size: 0.75rem !important;
  padding: 0.1875rem 0.5rem !important;
  font-weight: normal !important;
  border: 0 none !important;
  border-bottom: thin solid !important;
}
.theme-1gg .gfi-panel .gfi-content .response th,
.theme-1gg .gfi-panel .gfi-content .response td {
  color: #444 !important;
  border-bottom-color: #ddd !important;
}
.gfi-panel .gfi-content .response tr {
  background: none transparent !important;
}
.gfi-panel .gfi-content .response tr:last-child th,
.gfi-panel .gfi-content .response tr:last-child td {
  border-bottom: 0 none !important;
}
.gfi-panel .gfi-content .response br,
.gfi-panel .gfi-content .response hr {
  display: none !important;
}
.gfi-panel .gfi-content .response caption, .gfi-panel .gfi-content .response h1, .gfi-panel .gfi-content .response h2, .gfi-panel .gfi-content .response h3, .gfi-panel .gfi-content .response h4, .gfi-panel .gfi-content .response h5, .gfi-panel .gfi-content .response h6 {
  background: none transparent !important;
  font-size: 0.75rem !important;
  margin: 0 0 0.625rem 0 !important;
  padding: 0 0.5rem !important;
  font-weight: normal !important;
  border: 0 none !important;
}
.theme-1gg .gfi-panel .gfi-content .response caption,
.theme-1gg .gfi-panel .gfi-content .response h1,
.theme-1gg .gfi-panel .gfi-content .response h2,
.theme-1gg .gfi-panel .gfi-content .response h3,
.theme-1gg .gfi-panel .gfi-content .response h4,
.theme-1gg .gfi-panel .gfi-content .response h5,
.theme-1gg .gfi-panel .gfi-content .response h6 {
  color: #444 !important;
}
.gfi-panel.modal-body .coordinates {
  padding: 0;
}
.gfi-panel.modal-body .gfi-content {
  width: auto;
  max-height: none;
  padding: 0;
}

#dragable #dragzone {
  cursor: move;
}

#dragable {
  resize: both;
}

#menu-datasets .layerswitcher {
  height: 100%;
}
#menu-datasets .sidebar-pane-title {
  position: relative;
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
}
#menu-datasets .sidebar-pane-title .switch-checkbox {
  position: absolute;
  bottom: 0;
  right: 0.625rem;
}
@media only screen and (min-width: 768px) {
  #menu-datasets .sidebar-pane-title .switch-checkbox {
    position: relative;
    height: 0;
    right: 0;
    top: -0.375rem;
  }
}
#menu-datasets .sidebar-pane-title .switch-checkbox label {
  font-size: 1rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
@media only screen and (min-width: 992px) {
  #menu-datasets .sidebar-pane-title .switch-checkbox label {
    font-size: 0.875rem;
  }
}
#menu-datasets .layer-management {
  height: 100%;
}
#menu-datasets .layer-management .tab-content {
  height: calc(100% - 7.9375rem);
  overflow: auto;
}
#menu-datasets .layer-management .tab-content.without-bottom-button {
  height: calc(100% - 2.75rem);
}
@media only screen and (min-width: 768px) {
  #menu-datasets .layer-management .tab-content.without-bottom-button {
    height: calc(100% - 3.0625rem);
  }
}
@media only screen and (min-width: 992px) {
  #menu-datasets .layer-management .tab-content {
    height: calc(100% - 8.0625rem);
  }
  #menu-datasets .layer-management .tab-content.without-bottom-button {
    height: calc(100% - 3rem);
  }
}
#menu-datasets .layer-management .tab-content .tab-content {
  height: calc(100% - 8.375rem);
}
@media only screen and (min-width: 768px) {
  #menu-datasets .layer-management .main-tabs {
    padding-top: 0.3125rem;
  }
}
@media only screen and (min-width: 992px) {
  #menu-datasets .layer-management .main-tabs {
    font-size: 0.9375rem;
  }
}
#menu-datasets .bottom-button-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.9375rem 0.9375rem 1px;
  border-top: thin solid;
}
.theme-1gg #menu-datasets .bottom-button-container {
  background: white;
  border-top-color: #ddd;
}
@media only screen and (min-width: 768px) {
  #menu-datasets .bottom-button-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
#menu-datasets .bottom-button-container .btn {
  padding: 0.875rem;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}
.theme-1gg #menu-datasets .bottom-button-container .btn:disabled {
  background: #d0d0d0;
  color: #444;
  border-color: #aaa;
}
#menu-datasets .layerswitcher-pane {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #menu-datasets .layerswitcher-pane {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.layerSwitcherLayersList .sortable-anchor, .layerSwitcherLayersList .sublist-sortable-anchor {
  font-size: 1.3rem;
  padding: 0.625rem 0.875rem;
  cursor: grab;
}
.theme-1gg .layerSwitcherLayersList .sortable-anchor,
.theme-1gg .layerSwitcherLayersList .sublist-sortable-anchor {
  color: #bcbccb;
}
.theme-1gg .layerSwitcherLayersList .sortable-anchor:hover, .theme-1gg .layerSwitcherLayersList .sublist-sortable-anchor:hover {
  color: #444;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayersList .sortable-anchor, .layerSwitcherLayersList .sublist-sortable-anchor {
    font-size: 1rem;
    padding: 0.3125rem;
    position: relative;
    top: -0.3125rem;
  }
}

.layerSwitcherLayerThematic .thematic-title-container {
  padding: 0.625rem 0;
}
.theme-1gg .layerSwitcherLayerThematic .thematic-title-container {
  background: #0093FF;
}
.layerSwitcherLayerThematic .thematic-title-container:first-child {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayerThematic .thematic-title-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .layerSwitcherLayerThematic .thematic-title-container:first-child {
    margin-top: 0;
  }
}
.theme-1gg .layerSwitcherLayerThematic .thematic-title-container p,
.theme-1gg .layerSwitcherLayerThematic .thematic-title-container .sortable-anchor {
  color: white;
}
.layerSwitcherLayerThematic .thematic-title-container p {
  padding: 0.5625rem 0;
  margin: 0 0 0 0.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayerThematic .thematic-title-container p {
    padding: 0.25rem 0;
  }
}
.layerSwitcherLayerThematic .thematic-title-container .sortable-anchor {
  position: relative;
  top: -0.125rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayerThematic .thematic-title-container .sortable-anchor {
    top: 0;
  }
}

.layerSwitcherLayer {
  position: relative;
  padding-bottom: 0.4375rem;
}
.theme-1gg .layerSwitcherLayer {
  border-bottom: 0.0625rem solid #ddd;
}
.layerSwitcherLayer:last-child {
  border-bottom: 0 none;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer {
    padding: 0.625rem 0.9375rem;
  }
}
.layerSwitcherLayer .layerSwitcherLayerTransparency {
  height: 0.375rem;
  position: relative;
}
.theme-1gg .layerSwitcherLayer .layerSwitcherLayerTransparency {
  background: #C3DAFF;
}
.layerSwitcherLayer .layerSwitcherLayerTransparency.ui-widget-content {
  border: 0 none;
}
.layerSwitcherLayer .layerSwitcherLayerTransparency .ui-slider-handle {
  margin-top: -0.25rem;
  margin-left: -0.4375rem;
  border-radius: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0 none;
  position: absolute;
}
.theme-1gg .layerSwitcherLayer .layerSwitcherLayerTransparency .ui-slider-handle {
  background: #0093FF;
}
.layerSwitcherLayer .toolsContainer button {
  background: transparent;
  border: 0 none;
  outline: 0;
  transition: color 0.3s ease;
}
.theme-1gg .layerSwitcherLayer .toolsContainer button {
  color: #bcbccb;
}
.theme-1gg .layerSwitcherLayer .toolsContainer button:hover, .theme-1gg .layerSwitcherLayer .toolsContainer button:focus, .theme-1gg .layerSwitcherLayer .toolsContainer button:active {
  color: #444;
}
.layerSwitcherLayer .toolsContainer button.fa-cog {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
  padding: 0.6875rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .toolsContainer button.fa-cog {
    font-size: 0.9375rem;
    padding: 0.3125rem;
    position: relative;
    top: -0.25rem;
  }
}
.layerSwitcherLayer .toolsContainer button.layerSwitcherLayerDelete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.8125rem 0.875rem;
  font-size: 1.625rem;
  line-height: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .toolsContainer button.layerSwitcherLayerDelete {
    padding: 0.3125rem;
    position: relative;
    top: -0.25rem;
  }
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label {
  padding: 0.625rem 1.1875rem;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:before, .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:after {
  left: 50%;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:before {
  margin-left: -0.5625rem;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:after {
  margin-left: -0.375rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label {
    padding: 0 0 0 1.5625rem;
  }
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:after, .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:before {
    margin-left: 0;
  }
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:before {
    left: 0;
  }
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerShowHide label:after {
    left: 0.1875rem;
  }
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle {
  display: block;
  font-weight: bold;
  position: relative;
  padding-right: 2.1875rem;
  padding-left: 0.8125rem;
  width: 100%;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle {
  color: #444;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle {
    padding-right: 0.9375rem;
    padding-left: 0;
    max-width: 21.5625rem;
  }
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:after {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.5rem;
  transition: color 0.3s ease;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:after {
  color: #bcbccb;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:after {
    top: 0.0625rem;
    right: 0;
    margin-top: 0;
  }
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:hover, .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:focus, .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:active {
  text-decoration: underline;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:hover:after, .theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:focus:after, .theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle:active:after {
  color: #444;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTitle.autolayer {
  font-weight: normal;
}
.layerSwitcherLayer .toolsContainer .popover {
  position: fixed;
  border: 0 none;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .popover {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
}
.layerSwitcherLayer .toolsContainer .popover .arrow {
  left: 1.6875rem;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .popover .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.layerSwitcherLayer .toolsContainer .popover .popover-content {
  padding: 0;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo {
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  border-right: thin solid;
  border-bottom: thin solid;
  font-size: 0.625rem;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo {
  color: #444;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo:hover, .theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo:focus, .theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo:active {
  color: #3B86FF;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo i {
  font-size: 1rem;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 0.5625rem;
  position: relative;
  top: 0.4375rem;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerZoomTo i {
  color: #3B86FF;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTransparencyContainer {
  height: 3.125rem;
  border-bottom: thin solid;
  width: 9.375rem;
  padding: 1.0625rem 1.5625rem 0;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTransparencyContainer {
  border-bottom-color: #ddd;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerTransparencyContainer p {
  font-size: 0.625rem;
  margin: 0.4375rem 0 0;
  text-align: center;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerTransparencyContainer p {
  color: #444;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerDetailsMenu {
  padding: 0.625rem 0.8125rem;
  margin: 0;
  font-size: 0.75rem;
  list-style-type: none;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerDetailsMenu a {
  display: block;
  padding: 0.1875rem 0;
}
.theme-1gg .layerSwitcherLayer .toolsContainer .layerSwitcherLayerDetailsMenu a {
  color: #3B86FF;
}
.layerSwitcherLayer .toolsContainer .layerSwitcherLayerDetailsMenu a i {
  margin-left: 0.1875rem;
  position: relative;
  top: -0.0625rem;
}
.layerSwitcherLayer .layerSwitcherWfsFilters,
.layerSwitcherLayer .layerSwitcherFilters {
  padding-left: 30px;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters,
  .layerSwitcherLayer .layerSwitcherFilters {
    padding-left: 75px;
  }
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox {
  margin-bottom: 5px;
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox:last-child,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox:last-child {
  margin-bottom: 0;
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label {
  font-size: 0.9em;
  margin-bottom: 0;
}
.theme-1gg .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label,
.theme-1gg .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label,
.theme-1gg .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label,
.theme-1gg
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label {
  color: #444;
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:before, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:after, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:before, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:after, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:before, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:after,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:before,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:after {
  top: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:before, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:after, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:before, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:after, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:before, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:after,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:before,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:after {
    top: 0.625rem;
  }
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:hover .filter-name, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:active .filter-name, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox label:focus .filter-name, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:hover .filter-name, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:active .filter-name, .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-label:focus .filter-name, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:hover .filter-name, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:active .filter-name, .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox label:focus .filter-name,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:hover .filter-name,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:active .filter-name,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-label:focus .filter-name {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox span,
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .fa,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox span,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .fa {
    display: block;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .filter-name,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .filter-name {
    width: 285px;
  }
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .squared-type,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .squared-type {
  margin-right: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .squared-type,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .squared-type {
    top: 1px;
  }
}
.layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .fa,
.layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .fa {
  position: relative;
  top: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .layerSwitcherLayer .layerSwitcherWfsFilters .classic-checkbox .fa,
  .layerSwitcherLayer .layerSwitcherFilters .classic-checkbox .fa {
    margin-right: 5px;
    top: 3px;
  }
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherSubpanelTools {
  margin: 0.9375rem 0;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide {
  width: 25%;
  height: 3.75rem;
  border-right: thin solid;
}
.theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide {
  border-right-color: #ddd;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide label {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2.5rem 0 0;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 50%;
  margin-left: -0.8125rem;
  top: 1.0625rem;
  margin-top: -0.75rem;
  border-width: 0.1875rem;
}
.theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide label:before {
  border-color: #0093FF;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide label:after {
  font-size: 1rem;
  left: 50%;
  margin-left: -0.5625rem;
  top: 1rem;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerShowHide img {
  display: block;
  margin: 0.3125rem auto 0;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo {
  background: transparent;
  border: 0 none;
  height: 3.75rem;
  width: 25%;
  border-right: thin solid;
}
.theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo {
  border-right-color: #ddd;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo i {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 0.8125rem;
  position: relative;
  top: 0.25rem;
  transition: color 0.3s ease;
}
.theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo i {
  color: #3B86FF;
}
.theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo:hover i, .theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo:active i, .theme-1gg .layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerZoomTo:focus i {
  color: #225BB7;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerTransparencyContainer {
  height: 3.75rem;
  width: 50%;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}
.layerSwitcherLayer .layerInfoSubpanel .layerSwitcherLayerTransparencyContainer p {
  margin: 0.9375rem 0 0;
}
.layerSwitcherLayer .layerInfoSubpanel .layerLinks {
  margin-bottom: 1.25rem;
}
.layerSwitcherLayer .layerInfoSubpanel .layerLinks a {
  display: block;
  max-width: 40%;
}
.layerSwitcherLayer .layerInfoSubpanel address {
  margin-bottom: 0.9375rem;
}
.layerSwitcherLayer .layerInfoSubpanel .metadataAccessConstraint {
  line-height: 0.9375rem;
  font-style: italic;
}
.layerSwitcherLayer .layerInfoSubpanel .metadataLegendUrl,
.layerSwitcherLayer .layerInfoSubpanel .metadataServiceUrl,
.layerSwitcherLayer .layerInfoSubpanel .metadataWfsUrl,
.layerSwitcherLayer .layerInfoSubpanel .metadataDownloadFeatureUrl {
  position: relative;
}
.layerSwitcherLayer .layerInfoSubpanel .metadataLegendUrl a,
.layerSwitcherLayer .layerInfoSubpanel .metadataServiceUrl a,
.layerSwitcherLayer .layerInfoSubpanel .metadataWfsUrl a,
.layerSwitcherLayer .layerInfoSubpanel .metadataDownloadFeatureUrl a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.875rem;
  display: inline-block;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace {
  background-image: url("../images/layerSwitcher/rosace.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 4.75rem;
  width: 9.0625rem;
  position: relative;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace span {
  position: absolute;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .tnorth,
.layerSwitcherLayer .layerInfoSubpanel .trosace .tsouth {
  width: 100%;
  left: 0;
  text-align: center;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .tnorth {
  top: 0;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .tsouth {
  bottom: 0;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .teast,
.layerSwitcherLayer .layerInfoSubpanel .trosace .twest {
  top: 50%;
  margin-top: -0.5rem;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .twest {
  left: 0;
}
.layerSwitcherLayer .layerInfoSubpanel .trosace .teast {
  right: 0;
}
.layerSwitcherLayer .layerSwitcherLayerSRS {
  background: url("../images/layerSwitcher/attention.png") center center no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .layerSwitcherLayerSRS {
    width: 1.125rem;
    height: 0.9375rem;
    margin-right: 0.6875rem;
  }
}
.layerSwitcherLayer .layerSwitcherLayerLoader {
  display: none;
  padding: 0.625rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .layerSwitcherLayer .layerSwitcherLayerLoader {
    margin-right: 0.5625rem;
    padding: 0;
  }
}
.layerSwitcherLayer .layerSwitcherLayerLoader img {
  max-width: 1.125rem;
  position: relative;
  top: -0.0625rem;
}
.layerSwitcherLayer .layerTimeManagement .layer-time-form .btn .fa {
  margin-right: 0.25rem;
}
.layerSwitcherLayer .layerTimeManagement .layer-time-stop-btn {
  margin-left: 0.5rem;
}

.ui-sortable-helper {
  border: 0.0625rem solid;
}
.theme-1gg .ui-sortable-helper {
  background: white;
  border-color: #ddd;
}
.ui-sortable-helper .toolsContainer .sortable-anchor {
  cursor: grabbing;
}

.ui-sortable-placeholder {
  visibility: visible !important;
  /* override inline jquery-ui css */
}
.theme-1gg .ui-sortable-placeholder {
  background: #eee;
}

.add-layer-pane .filterButtons .btn {
  width: 48%;
}
.add-layer-pane .filterButtons .btn:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .add-layer-pane .filterButtons .btn {
    width: auto;
  }
}
.add-layer-pane .filterForm {
  margin-bottom: 1.25rem;
  position: relative;
}
.add-layer-pane .filterForm .extent-filter {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .add-layer-pane .filterForm .extent-filter {
    width: auto;
    float: left;
    margin-bottom: 0.9375rem;
  }
}
.add-layer-pane .filterForm .extent-filter label {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
}
.add-layer-pane .filterForm .no-right-padding {
  padding-right: 0;
}
.add-layer-pane .filterForm fieldset {
  border: thin solid;
  padding: 0.8125rem 0.625rem 0.5rem;
  position: relative;
  margin-top: 1.25rem;
  display: none;
}
.theme-1gg .add-layer-pane .filterForm fieldset {
  border-color: #ddd;
}
.add-layer-pane .filterForm fieldset legend {
  display: inline-block;
  position: absolute;
  padding: 0 0.3125rem;
  top: -0.625rem;
  left: 0.625rem;
  border: 0 none;
  margin: 0;
  font-size: inherit;
  font-weight: bold;
  width: auto;
}
.theme-1gg .add-layer-pane .filterForm fieldset legend {
  background: white;
}
.add-layer-pane .filterForm fieldset .form-group {
  margin-bottom: 0.4375rem;
}
.add-layer-pane .filterForm .filterButtons.absolute {
  position: absolute;
  top: 0;
  right: 70px;
}
.add-layer-pane .addLayerTab {
  margin: 0;
  position: relative;
}
.add-layer-pane .addLayerTab .nav-tabs {
  margin: 0;
  padding: 0;
}
.add-layer-pane .addLayerTab .nav-tabs li {
  width: 49%;
}
.add-layer-pane .addLayerTab .nav-tabs li:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .add-layer-pane .addLayerTab .nav-tabs li {
    width: auto;
  }
  .add-layer-pane .addLayerTab .nav-tabs li:first-child {
    margin-right: 0.625rem;
  }
}
.add-layer-pane .addLayerTab .nav-tabs li a {
  border: 0.0625rem solid;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0;
}
.theme-1gg .add-layer-pane .addLayerTab .nav-tabs li a {
  background: white;
  border-color: #ddd;
}
.add-layer-pane .addLayerTab .nav-tabs li a:hover, .add-layer-pane .addLayerTab .nav-tabs li a:active, .add-layer-pane .addLayerTab .nav-tabs li a:focus {
  border: 0.0625rem solid;
}
.theme-1gg .add-layer-pane .addLayerTab .nav-tabs li a:hover, .theme-1gg .add-layer-pane .addLayerTab .nav-tabs li a:active, .theme-1gg .add-layer-pane .addLayerTab .nav-tabs li a:focus {
  border-color: #ddd;
}
@media only screen and (min-width: 768px) {
  .add-layer-pane .addLayerTab .nav-tabs li a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .add-layer-pane .addLayerTab .nav-tabs li a br {
    display: none;
  }
}
.theme-1gg .add-layer-pane .addLayerTab .nav-tabs li.active a {
  border-bottom-color: white;
  background: white;
}
.add-layer-pane .addLayerTab .tab-pane {
  padding-left: 0;
  padding-right: 0;
}
.add-layer-pane .nb-results {
  font-style: italic;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .add-layer-pane .nb-results {
    float: right;
    margin: 0;
  }
}
.theme-1gg .add-layer-pane .thematic-keywords option {
  color: #000;
}
.theme-1gg .add-layer-pane .thematic-keywords option:disabled {
  color: rgba(0, 0, 0, 0.5);
}

.import-layer-pane .import-form .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .import-layer-pane .import-form .btn {
    width: auto;
  }
}
.import-layer-pane .classic-radio {
  display: inline-block;
  width: 48%;
}
@media only screen and (min-width: 768px) {
  .import-layer-pane .classic-radio {
    width: auto;
    min-width: 4.375rem;
  }
}
.import-layer-pane .classic-radio label {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.import-layer-pane .tree-list li {
  position: relative;
}
.import-layer-pane .externalOGCMetadata,
.import-layer-pane .externalOGCResult,
.import-layer-pane .add-button {
  display: none;
}
.import-layer-pane .externalOGCResult {
  margin-bottom: 0.9375rem;
}
.import-layer-pane .externalOGCResult .classic-radio label {
  width: 9.375rem;
}
.import-layer-pane .add-button {
  padding: 0.875rem;
  white-space: normal;
}
.import-layer-pane .bbox-coord {
  font-size: 0.8125rem;
}
.import-layer-pane .bbox-coord b {
  display: inline-block;
  width: 2.8125rem;
}
@media only screen and (min-width: 992px) {
  .import-layer-pane .bbox-coord b {
    width: 2.375rem;
  }
}
.import-layer-pane .extent-btn {
  margin-right: 0.9375rem;
}
.import-layer-pane .loading {
  margin-bottom: 1.25rem;
}
.import-layer-pane .import-wmc-form {
  margin: -0.9375rem -0.9375rem 0;
}
.import-layer-pane .import-wmc-form .tab-pane {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.import-layer-pane .import-wmc-form .submit-wmc-zone {
  padding: 0 0.9375rem;
}
.import-layer-pane .import-kml-form {
  margin-top: 0.625rem;
}
.import-layer-pane .import-loader {
  display: none;
  margin-right: 0.3125rem;
}
.import-layer-pane .import-url-label {
  display: block;
  font-size: 0.875rem;
  padding: 0 0 0.4375rem;
  border-bottom: thin solid;
  margin-bottom: 0.8125rem;
  font-weight: bold;
  line-height: 1.4em;
}
.theme-1gg .import-layer-pane .import-url-label {
  color: #727272;
  border-bottom-color: #ddd;
}

#help .icon-prefix {
  font-size: 1.2em;
  position: absolute;
  left: 0;
}
.theme-1gg #help .icon-prefix {
  color: #3B86FF;
}
#help .help-links {
  margin-bottom: 1.25rem;
}
#help .help-links a {
  display: block;
  padding: 0.5625rem 0;
}
@media only screen and (min-width: 992px) {
  #help .help-links a {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
}
#help .help-links a.with-icon-prefix {
  padding-left: 1.375rem;
  position: relative;
}
.theme-1gg #help .help-links a:hover .icon-prefix, .theme-1gg #help .help-links a:active .icon-prefix, .theme-1gg #help .help-links a:focus .icon-prefix {
  color: #225BB7;
}
#help .fa-github {
  top: 0.5rem;
}
@media only screen and (min-width: 992px) {
  #help .fa-github {
    top: 0.1875rem;
  }
}
#help .fa-envelope {
  top: 0.625rem;
}
@media only screen and (min-width: 992px) {
  #help .fa-envelope {
    top: 0.3125rem;
  }
}
#help .bg-info {
  margin-top: 0.9375rem;
}
#help .bg-info p {
  margin-bottom: 0.3125rem;
}
.theme-1gg #help .bg-info p {
  color: #0c5460;
}
#help .bg-info .btn {
  transition: all 0.25s ease;
}
.theme-1gg #help .bg-info .btn {
  color: #0c5460;
  background-color: white;
  border-color: #bee5eb;
}
.theme-1gg #help .bg-info .btn:hover, .theme-1gg #help .bg-info .btn:active, .theme-1gg #help .bg-info .btn:focus {
  background: #eee;
  border-color: #8ab3b9;
}
#help .btn-quick-help-container .btn {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
#help .btn-quick-help-container .btn-quick-help {
  display: none;
}
@media only screen and (min-width: 768px) {
  #help .btn-quick-help-container .btn-quick-help {
    display: inline-block;
  }
}
#help .wms-validator .validator-loader {
  display: block;
  margin: 0 auto;
}
#help .wms-validator .alert {
  padding-left: 3.125rem;
  position: relative;
}
#help .wms-validator .alert .fa {
  position: absolute;
  left: 0.9375rem;
  font-size: 1.9em;
  top: 0.45em;
}
#help .wms-validator .wms-validator-results {
  padding-left: 0.9375rem;
}
#help .wms-validator .wms-validator-results .result-category {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
#help .wms-validator .wms-validator-results .result-category ul {
  padding-left: 0.9375rem;
}
#help .wms-validator .wms-validator-results .result-category li {
  font-weight: normal;
}

.quick-help {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998;
}
.theme-1gg .quick-help {
  background: rgba(0, 0, 0, 0.65);
}
.quick-help p {
  font-size: 1rem;
  max-width: 19.375rem;
  width: 100%;
  position: absolute;
  margin: 0;
}
.theme-1gg .quick-help p {
  color: white;
}
.quick-help .arrow {
  position: absolute;
  width: 5.625rem;
}
.quick-help .dataset-help {
  position: absolute;
  top: 0;
  right: 3.75rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .quick-help .dataset-help {
    right: 5rem;
  }
}
.quick-help .dataset-help:after {
  content: " ";
  position: absolute;
  top: 0.0625rem;
  right: 0;
  width: 0;
  height: 5.625rem;
  border-radius: 3.125rem;
}
.theme-1gg .quick-help .dataset-help:after {
  border: 0.1875rem solid white;
  background: white;
}
.quick-help .dataset-help .arrow {
  top: 1.125rem;
  right: 0.625rem;
}
.quick-help .dataset-help .dataset-help-text {
  text-align: right;
  right: 2.1875rem;
  top: 7.375rem;
}
.quick-help .background-help {
  position: absolute;
  top: 3.5rem;
  left: 29.625rem;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .quick-help .background-help {
    display: block;
  }
}
.quick-help .background-help:after {
  content: " ";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 16.875rem;
  height: 0;
  border-radius: 3.125rem;
}
.theme-1gg .quick-help .background-help:after {
  border: 0.1875rem solid white;
  background: white;
}
.quick-help .background-help .arrow {
  left: 0.625rem;
  top: 0.625rem;
  transform: rotate(90deg);
}
.quick-help .background-help .background-help-text {
  left: -8.875rem;
  top: 4.5625rem;
  width: 8.75rem;
  text-align: right;
}
.quick-help .controls-help {
  position: absolute;
  top: 4.75rem;
  left: 3.4375rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .quick-help .controls-help {
    left: 4rem;
    top: 6.5rem;
  }
}
.quick-help .controls-help:after {
  content: " ";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 0;
  height: 10.5625rem;
  border-radius: 3.125rem;
}
.theme-1gg .quick-help .controls-help:after {
  border: 0.1875rem solid white;
  background: white;
}
@media only screen and (min-width: 992px) {
  .quick-help .controls-help:after {
    height: 14.125rem;
  }
}
.quick-help .controls-help .arrow {
  left: 0.625rem;
  top: 6.25rem;
}
@media only screen and (min-width: 992px) {
  .quick-help .controls-help .arrow {
    top: 9.875rem;
  }
}
.quick-help .controls-help .controls-help-text {
  left: 2.375rem;
  top: 12.3125rem;
}
@media only screen and (min-width: 992px) {
  .quick-help .controls-help .controls-help-text {
    top: 15.9375rem;
  }
}
.quick-help .help-help {
  position: absolute;
  bottom: 0;
  right: 3.75rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .quick-help .help-help {
    right: 5rem;
  }
}
.quick-help .help-help:after {
  content: " ";
  position: absolute;
  bottom: 0.0625rem;
  right: 0;
  width: 0;
  height: 5.625rem;
  border-radius: 3.125rem;
}
.theme-1gg .quick-help .help-help:after {
  border: 0.1875rem solid white;
  background: white;
}
.quick-help .help-help .arrow {
  bottom: 1.125rem;
  right: 0.625rem;
  transform: rotate(180deg);
}
.quick-help .help-help .help-help-text {
  text-align: right;
  right: 2.1875rem;
  bottom: 7.375rem;
}

#measurement {
  padding: 0.9375rem 1.875rem;
}
#measurement .draw-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -1.875rem;
}
#measurement .draw-list li {
  border-bottom: thin solid;
  display: block;
  padding: 0.1875rem 1.875rem;
}
.theme-1gg #measurement .draw-list li {
  border-bottom-color: #ddd;
}
#measurement .draw-list li:last-child {
  border-bottom: 0 none;
}
#measurement .geom-choice {
  width: auto;
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0.1875rem 0.75rem;
  height: auto;
}
#measurement .clear-btn {
  padding: 0.1875rem 1.5625rem;
  margin-bottom: 0.1875rem;
  margin-left: 0.9375rem;
}
#measurement .info-text {
  font-weight: bold;
  font-size: 0.8125rem;
}

#exportContext {
  padding: 0.9375rem 1.875rem;
}
#exportContext .export-label, #exportContext h2 {
  display: block;
  padding: 0 0 0.4375rem;
  border-bottom: thin solid;
  margin-bottom: 0.8125rem;
  font-weight: bold;
  line-height: 1.4em;
}
.theme-1gg #exportContext .export-label,
.theme-1gg #exportContext h2 {
  color: #444;
  border-bottom-color: #ddd;
}
#exportContext h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  #exportContext h2 {
    font-size: 0.875rem;
  }
}
#exportContext .classic-radio {
  display: inline-block;
}
#exportContext .classic-radio label {
  min-width: 6.25rem;
}

.layerAnalysis .analysis-title {
  margin-bottom: 1.25rem;
}
.layerAnalysis .analysis-title h2 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 0.5625rem;
}
.theme-1gg .layerAnalysis .analysis-title h2 {
  color: #444;
}
.layerAnalysis .analysis-title .btn-default {
  padding: 0.3125rem 0.625rem;
  font-size: 0.6875rem;
}
.layerAnalysis .colors-dropdown {
  display: inline-block;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
.layerAnalysis .colors-dropdown .btn-dropdown {
  padding: 0 1.125rem 0 0.625rem;
  border: thin solid;
  background: transparent;
  height: 1.75rem;
  line-height: 1;
  position: relative;
}
.theme-1gg .layerAnalysis .colors-dropdown .btn-dropdown {
  color: #bcbccb;
  border-color: #ddd;
}
.theme-1gg .layerAnalysis .colors-dropdown .btn-dropdown:hover, .theme-1gg .layerAnalysis .colors-dropdown .btn-dropdown:active, .theme-1gg .layerAnalysis .colors-dropdown .btn-dropdown:focus {
  color: #444;
  border-color: #aaa;
}
.layerAnalysis .colors-dropdown .btn-dropdown i {
  position: absolute;
  right: 0.25rem;
  top: 0.375rem;
  font-size: 0.9rem;
}
.layerAnalysis .colors-dropdown .color-choice {
  display: inline-block;
  width: 2.5rem;
  height: 1.125rem;
  position: relative;
  top: 0.0625rem;
}
.layerAnalysis .colors-dropdown .color-choice.bordered {
  border: thin solid;
}
.theme-1gg .layerAnalysis .colors-dropdown .color-choice.bordered {
  border-color: #ddd;
}
.layerAnalysis .colors-dropdown .dropdown-menu {
  padding: 0.3125rem;
  width: 10.5rem;
  min-width: 0;
  left: auto;
  right: 0;
}
.layerAnalysis .colors-dropdown .dropdown-menu li {
  padding: 0.1875rem;
  float: left;
}
.layerAnalysis .colors-dropdown .dropdown-menu a {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  min-width: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.layerAnalysis .colors-dropdown .dropdown-menu a.bordered {
  border: thin solid;
}
.theme-1gg .layerAnalysis .colors-dropdown .dropdown-menu a.bordered {
  border-color: #ddd;
}
.layerAnalysis .colors-dropdown .dropdown-menu a.checked:before {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  font-size: 0.75rem;
}
.theme-1gg .layerAnalysis .colors-dropdown .dropdown-menu a.checked:before {
  color: white;
  text-shadow: 0.0625rem 0rem 0.625rem rgba(0, 0, 0, 0.5);
}
.layerAnalysis .data-table-container {
  width: 100%;
  overflow: auto;
}
.layerAnalysis .cbox-options {
  display: inline-block;
  padding: 0.1875rem 0.9375rem;
  height: auto;
  width: auto;
}
.layerAnalysis .statistics-content .form-group label {
  margin-bottom: 0;
  margin-right: 0.625rem;
}
.layerAnalysis .jstree {
  position: relative;
}
.layerAnalysis .dataTable {
  border-collapse: collapse;
  border-bottom: 0 none;
  margin-bottom: 0.625rem;
}
.layerAnalysis .dataTable td, .layerAnalysis .dataTable th {
  padding: 0.1875rem 0.5rem;
  border-bottom: 0.0625rem solid;
  font-size: 0.75rem;
}
.theme-1gg .layerAnalysis .dataTable td,
.theme-1gg .layerAnalysis .dataTable th {
  border-bottom-color: #ddd;
  color: #7c7c7c;
}
.layerAnalysis .dataTable thead td,
.layerAnalysis .dataTable thead th {
  font-weight: bold;
  padding-right: 1.25rem;
}
.layerAnalysis .dataTables_paginate {
  margin-bottom: 0.9375rem;
}
.layerAnalysis .paginate_button {
  border: 0 none;
  cursor: pointer;
}
.layerAnalysis .paginate_button:hover, .layerAnalysis .paginate_button:active, .layerAnalysis .paginate_button a:focus {
  border: 0 none;
  background: transparent;
  text-decoration: underline !important;
  /* override !important of the lib */
  box-shadow: none;
}
.theme-1gg .layerAnalysis .paginate_button:hover, .theme-1gg .layerAnalysis .paginate_button:active,
.theme-1gg .layerAnalysis .paginate_button a:focus {
  color: #444 !important;
  /* override !important of the lib */
}
.layerAnalysis .paginate_button.current {
  cursor: default;
}
.theme-1gg .layerAnalysis .paginate_button.current {
  background: #eee;
}
.layerAnalysis .paginate_button.current:hover, .layerAnalysis .paginate_button.current:active, .layerAnalysis .paginate_button.current a:focus {
  text-decoration: none !important;
  /* override !important of the lib */
}
.theme-1gg .layerAnalysis .paginate_button.current:hover, .theme-1gg .layerAnalysis .paginate_button.current:active,
.theme-1gg .layerAnalysis .paginate_button.current a:focus {
  background: #eee;
}
.layerAnalysis .paginate_button.disabled {
  cursor: default;
  opacity: .7;
}
.layerAnalysis .paginate_button.disabled:hover, .layerAnalysis .paginate_button.disabled:active, .layerAnalysis .paginate_button.disabled a:focus {
  text-decoration: none !important;
  /* override !important of the lib */
  opacity: .7;
}
.theme-1gg .layerAnalysis .paginate_button.disabled:hover, .theme-1gg .layerAnalysis .paginate_button.disabled:active,
.theme-1gg .layerAnalysis .paginate_button.disabled a:focus {
  color: #444 !important;
  /* override !important of the lib */
}

.theme-1gg #legends .layerSwitcherLegend + .layerSwitcherLegend {
  border-top: 0.0625rem solid #ddd;
}

.layerWfsParams .wfs-colors-dropdown {
  display: inline-block;
  margin-left: 0.625rem;
}
.layerWfsParams .wfs-colors-dropdown .btn-dropdown {
  padding: 0 1.125rem 0 0.625rem;
  border: thin solid;
  background: transparent;
  height: 1.75rem;
  line-height: 1;
  position: relative;
}
.theme-1gg .layerWfsParams .wfs-colors-dropdown .btn-dropdown {
  color: #bcbccb;
  border-color: #ddd;
}
.theme-1gg .layerWfsParams .wfs-colors-dropdown .btn-dropdown:hover, .theme-1gg .layerWfsParams .wfs-colors-dropdown .btn-dropdown:active, .theme-1gg .layerWfsParams .wfs-colors-dropdown .btn-dropdown:focus {
  color: #444;
  border-color: #aaa;
}
.layerWfsParams .wfs-colors-dropdown .btn-dropdown i {
  position: absolute;
  right: 0.25rem;
  top: 0.375rem;
  font-size: 0.9rem;
}
.layerWfsParams .wfs-colors-dropdown .color-choice {
  display: inline-block;
  width: 2.5rem;
  height: 1.125rem;
  position: relative;
  top: 0.0625rem;
}
.layerWfsParams .wfs-colors-dropdown .color-choice.bordered {
  border: thin solid;
}
.theme-1gg .layerWfsParams .wfs-colors-dropdown .color-choice.bordered {
  border-color: #ddd;
}
.layerWfsParams .wfs-colors-dropdown .dropdown-menu {
  padding: 0.3125rem;
  width: 10.5rem;
  min-width: 0;
  left: auto;
  right: 0;
}
.layerWfsParams .wfs-colors-dropdown .dropdown-menu li {
  padding: 0.1875rem;
  float: left;
}
.layerWfsParams .wfs-colors-dropdown .dropdown-menu a {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  min-width: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.layerWfsParams .wfs-colors-dropdown .dropdown-menu a.bordered {
  border: thin solid;
}
.theme-1gg .layerWfsParams .wfs-colors-dropdown .dropdown-menu a.bordered {
  border-color: #ddd;
}
.layerWfsParams .wfs-colors-dropdown .dropdown-menu a.checked:before {
  content: "";
  border: 0 none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  font-size: 0.75rem;
}
.theme-1gg .layerWfsParams .wfs-colors-dropdown .dropdown-menu a.checked:before {
  color: white;
  text-shadow: 0.0625rem 0rem 0.625rem rgba(0, 0, 0, 0.5);
}
.layerWfsParams .layerSwitcherLayerWFSParamsRow {
  border: thin solid;
  padding: 0.625rem 0.625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.9375rem;
  position: relative;
}
.theme-1gg .layerWfsParams .layerSwitcherLayerWFSParamsRow {
  border-color: #ddd;
}
.layerWfsParams .layerSwitcherLayerWFSParamsRow .alert {
  margin-bottom: 0;
}
.layerWfsParams .remove-param-btn {
  border: 0 none;
  font-size: 2em;
  position: absolute;
  top: -1.6875rem;
  right: -0.9375rem;
  line-height: 1.5rem;
}
.theme-1gg .layerWfsParams .remove-param-btn {
  background: white;
}
.layerWfsParams .remove-param-btn span {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.layerWfsParams .remove-param-btn:hover span, .layerWfsParams .remove-param-btn:focus span, .layerWfsParams .remove-param-btn:active span {
  opacity: 1;
}
.layerWfsParams legend {
  margin: 0;
  border: 0 none;
  width: calc(100% - 10px);
}
.layerWfsParams .param-choice {
  padding: 0.25rem 0.625rem;
  height: auto;
}
.layerWfsParams .param-values-filter {
  margin-bottom: 0.625rem;
}
.layerWfsParams .param-values-filter .classic-checkbox,
.layerWfsParams .param-values-filter .search-filter-value {
  width: 50%;
}
.layerWfsParams .param-values-filter .classic-checkbox {
  padding-top: 0.3125rem;
  padding-right: 0.3125rem;
}
.layerWfsParams .param-values-filter .classic-checkbox label {
  padding-bottom: 0.125rem;
}
.layerWfsParams .param-values-filter .search-filter-value {
  position: relative;
  padding-left: 0.3125rem;
}
.layerWfsParams .param-values-filter .search-filter-value .glyphicon {
  font-size: 1.4em;
  position: absolute;
  top: 0.375rem;
  left: 0.625rem;
  opacity: 0.5;
  pointer-events: none;
}
.theme-1gg .layerWfsParams .param-values-filter .search-filter-value .glyphicon {
  color: #444;
}
.layerWfsParams .param-values-filter .search-filter-value .form-control {
  padding: 0.25rem 0.625rem 0.25rem 1.875rem;
  height: auto;
  font-family: Roboto;
}
@media only screen and (min-width: 992px) {
  .layerWfsParams .param-values-filter .search-filter-value .form-control {
    font-size: 0.8125rem;
  }
}
.layerWfsParams .param-loader {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.layerWfsParams .param-values {
  border: thin solid;
  max-height: 12.5rem;
  overflow: auto;
  border-radius: 0.25rem;
  padding: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-1gg .layerWfsParams .param-values {
  border-color: #ddd;
}
.layerWfsParams .param-values .classic-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding: 0.3125rem;
}
.layerWfsParams .param-values .classic-checkbox label:before {
  top: 0;
  margin-top: 0.0625rem;
}
.layerWfsParams .param-values .classic-checkbox label:after {
  top: 0;
  margin-top: 0.25rem;
}

#generateUrl .presentation {
  margin: 0.9375rem;
}
#generateUrl .presentation p:last-child {
  margin: 0;
}
#generateUrl h2, #generateUrl .title-like {
  font-size: 1rem;
  display: block;
  padding: 0 0 0.4375rem;
  border-bottom: thin solid;
  margin: 0 0 0.8125rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media only screen and (min-width: 992px) {
  #generateUrl h2, #generateUrl .title-like {
    font-size: 0.875rem;
  }
}
.theme-1gg #generateUrl h2,
.theme-1gg #generateUrl .title-like {
  color: #444;
  border-bottom-color: #ddd;
}
#generateUrl h2.link-title, #generateUrl .title-like.link-title {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
#generateUrl .share-link {
  position: relative;
  margin: 0.9375rem 1.25rem;
  padding-right: 1.9375rem;
  word-break: break-all;
}
#generateUrl .set-extent-instructions {
  max-width: 50%;
}
#generateUrl .trosace {
  background-image: url("../images/layerSwitcher/rosace.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 4.75rem;
  width: 9.0625rem;
  position: relative;
}
#generateUrl .trosace span {
  position: absolute;
}
#generateUrl .trosace .tnorth,
#generateUrl .trosace .tsouth {
  width: 100%;
  left: 0;
  text-align: center;
}
#generateUrl .trosace .tnorth {
  top: 0;
}
#generateUrl .trosace .tsouth {
  bottom: 0;
}
#generateUrl .trosace .teast,
#generateUrl .trosace .twest {
  top: 50%;
  margin-top: -0.5rem;
}
#generateUrl .trosace .twest {
  left: 0;
}
#generateUrl .trosace .teast {
  right: 0;
}
#generateUrl .generate-url-from-layers .btn-group {
  width: 100%;
}
#generateUrl .generate-url-from-layers .dropdown-menu li a {
  white-space: normal;
}

/*# sourceMappingURL=style.css.map */
