/*
2015-2017 Perspectiva di Formentini Filippo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

2015-2017Perspectiva di Formentini Filippo
Concesso in licenza secondo i termini della Licenza Apache, versione 2.0 (la "Licenza"); è proibito usare questo file se non in conformità alla Licenza. Una copia della Licenza è disponibile all'indirizzo:

http://www.apache.org/licenses/LICENSE-2.0

Se non richiesto dalla legislazione vigente o concordato per iscritto,
il software distribuito nei termini della Licenza è distribuito
"COSÌ COM'È", SENZA GARANZIE O CONDIZIONI DI ALCUN TIPO, esplicite o implicite.
Consultare la Licenza per il testo specifico che regola le autorizzazioni e le limitazioni previste dalla medesima.

*/

html,
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Titillium Web", "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background-color: #fff;
}
#lam-app {
  width: 100%;
  height: 100%;
  position: relative;
}

:root {
  --lam-bg-color: rgba(252, 252, 252, 0.9);
  --lam-bg-color-no-alpha: rgba(252, 252, 252);
  --lam-bg-menu-color: #c88c64;
  --lam-btn-color: #9d9d9b;
  --lam-btn-color-darken: #c88c64;
  --lam-btn-color-lighter: #e39663;
  /*426678 8BA1AB 63818F 426678 2a4f60*/
}
.ol-attribution {
  bottom: 70px !important;
}
.app-terms-links {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 4px 8px;
  z-index: 1000;
}

.lam-background {
  background-color: var(--lam-bg-menu-color);
}

/*
sample class for layer background 
*/
.layer-red {
  background-color: red !important;
}
/*
sample class for styling fonts and icons 
*/
.layer-red .layertree-group__title-text {
  color: blue !important;
}
.layer-red .layertree-group__icon {
  fill: black !important;
}

.layer-red .layertree-layer__title-text {
  color: blue !important;
}
.layer-red .layertree-layer__icon {
  fill: black !important;
}

/*print*/
.lam-app-print-a4-portrait {
  width: 794px !important;
  height: 1100px !important;
}

.lam-app-print-a4-landscape {
  width: 1100px !important;
  height: 794px !important;
}

.lam-app-print-a3-portrait {
  width: 1100px !important;
  height: 1587px !important;
}

.lam-app-print-a3-landscape {
  width: 1587px !important;
  height: 1100px !important;
}