/*
    Created on : 2015-05-20, 00:00:00
    Author     : arian.sobczak
*/
@import 'https://unpkg.com/ol3-contextmenu/build/ol3-contextmenu.min.css';

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
body,
html {
  font-family: 'Open Sans' !important;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#map {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 600px;
  position: relative;
  background-color: #f2f1ef;
  background-image: linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, transparent 1px), linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
.btn-default {
  background: #fff none repeat scroll 0 0;
  border-color: #ccc;
}
.modal-dialog .modal-footer {
  margin-top: 0;
}
.modal-header.danger {
  background-color: #D42124;
  color: #fff;
}
.modal .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.modal-header.warning {
  background-color: #f0ad4e;
  color: #fff;
}
.modal-header {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.ol-dragbox {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #649600;
}
.ol-zoom {
  display: none;
}
.zoom-indicator {
  top: 65px;
  left: 0.5em;
  display: none;
}
#toolbar {
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}
.ol-touch .zoom-indicator {
  top: 100px;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
  vertical-align: middle;
}
.ol-attribution.ol-uncollapsible {
  bottom: 5px;
  height: auto;
}
.ol-attribution a {
  text-decoration: none;
  color: #585858;
}
.btn-danger-outline {
  background: #fff;
  border-color: #ccc;
}
.btn-danger-outline:hover {
  background: #D43F3E;
  border-color: #D43F3E;
  color: #fff;
}
.eg-full-screen,
.eg-zoom {
  background: #fff;
  border-color: #ccc;
}
.eg-full-screen:checked,
.eg-full-screen:hover,
.eg-zoom:hover {
  background: #025aa5;
  border-color: #025aa5;
  color: #fff;
}
.eg-draw:checked,
.eg-draw:hover,
.eg-draw:checked,
.eg-draw:hover,
.eg-edit:checked,
.eg-edit:hover,
.eg-delete:checked,
.eg-delete:hover {
  background: #faae40;
  border-color: #faae40;
  color: #fff;
}
.ol-full-screen {
  display: none;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  padding: 4px 12px;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn.eg-tool-addon:active,
.eg-tool-addon:hover {
  background: #fff none repeat scroll 0 0;
  border-color: #ccc;
  cursor: default;
}
