@import './libs/bootstrap-4.1.3-dist/css/bootstrap.min.css';
@import './libs/jquery/jquery-ui.min.css';
@import './libs/jquery/jquery.datetimepicker.css';
@import './libs/adminlte.min.css';
@import './libs/overlayScrollbars/css/OverlayScrollbars.min.css';
@import './libs/fontawesome-free/css/all.min.css';
@import './base.css';


.modal-md{
  max-width:550px;
}

.modal-title{
  font-family: Roboto,Lucida Grande,Verdana,Arial,sans-serif;
}

.header{
  color: #212529;
  font-weight: 700;
}

.main-footer {
  background: #343a40;
  border-top: 1px solid #dee2e6;
  color: white;
  padding: 0.1rem;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link {
  color: #343a40;
}

.nav-item-gray{
  background-color:lightgray;
}

#mouse-position{
  position:fixed;
  right: 5em;
  bottom: 5em;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 10px 15px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}

.ol-attribution.ol-uncollapsible {
    bottom: 3em !important;
}

.ol-zoom {
  left:unset !important;
  top: 15em !important;
  width: 30px;
  right: 1em !important;
}

.layer-switcher {
  right:1em;
  top: 6em;
}

.vehicles_titles{
  background: #343a40;
  border-top: 1px solid #dee2e6;
  color: #fff;
  padding: .5rem;
}

a.ol-popup-closer {
    color: #ffffff;
    background-color: transparent;
    z-index:2;
}

.card_ol{
  z-index:1;
  box-shadow:0 0 0px;
}

.card_ol_title{
  font-size:10px;
  font-weight: bold;
  margin-bottom: 0rem;
}

.card_ol_text{
  font-size:14px;
  margin-bottom: 0.5rem;
}

a.card_ol_link{
  color:#007bff;
  font-weight: bold;
}

#map-container {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 50px;
  right: 0;
}

#map_canvas_6 {
  width: 100%;
  height: 100%;
}

.gm-style .gm-style-iw-c {
	padding:0px !important;
}
