html,
body {
  font-size: 0.9em !important;
  margin: 0px;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background-color: #3c6290;
}

i {
  cursor: pointer;
}

.arrow {
  border: 5px solid #444;
  font-size: 0 !important;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.arrow.right {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

hr {
  height: 1px;
  background-color: #ffffff;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}

footer {
  width: 35%;
  height: 42px;
  float: none;
  position: fixed;
  bottom: 0px;
  left: 10px;
}

textarea {
  resize: none;
  vertical-align: top;
}

iframe {
  border: 0;
}

a:link,
a:visited,
a:hover {
  color: #3c6290;
}

a:active {
  color: #6ba3ef;
}

input[type="submit"],
button {
  font-size: 0.9em !important;
  cursor: pointer;
}

button[data-tooltip]:before {
  position: absolute;
  left: 32px;
  top: 0;
  background: rgba(0, 60, 136, 0.5) none repeat scroll 0% 0%;
  color: #ffffff;
  height: 22px;
  line-height: 20px;
  border-radius: 5px;
  padding: 0 15px;
  content: attr(data-tooltip);
  white-space: nowrap;
  display: none;
}

div.olControlMousePosition {
  display: none !important;
}

button[data-tooltip]:after {
  position: absolute;
  left: 24px;
  top: 4px;
  border-right: 7px solid rgba(0, 60, 136, 0.5);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: none;
}

button[data-tooltip]:hover:after,
button[data-tooltip]:hover:before {
  display: inline-block;
}

#report_menu {
  width: 100%;
  border-top: 1px solid white;
  height: 45px;
  background-color: #90aac3;
  display: table;
}

#report_table {
  color: #3c6290;
}

p.navi {
  background-image: url("/img/nav_btn_small.png");
  text-align: center;
  float: left;
  margin: 10px 0.5em;
  width: 100px;
  height: 25px;
  line-height: 25px;
}

#legend {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 100%;
  height: 4%;
}

#objectFilter.normal {
  width: 100%;
  text-align: center;
}

#objectFilter.route {
  width: 100%;
}

#filterSelect {
  margin-left: 15px;
}

label.short {
  display: inline-block;
  width: 9em;
  text-align: right;
}

label.routeLabel {
  display: inline-block;
}

label.inter_km {
  margin-right: 1em;
}

#objPopup {
  color: #3c6290;
}

label.new_poi {
  display: inline-block;
  width: 5em;
  text-align: right;
}

label.long {
  display: inline-block;
  width: 15em;
  text-align: right;
}

select,
input[type="text"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="button"],
input[type="password"],
button {
  font-size: 0.9em !important;
  width: 13em;
  margin: 0.2em !important;
}

#userCreateForm {
  text-align: center;
}

#objectCreateForm {
  width: 40em;
}

#send_result {
  text-align: center;
}

div .errorDiv {
  color: red;
  font-weight: bold;
  font-size: 1.2em !important;
  text-align: center;
  background-color: white;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="radio"] {
  width: 2em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#lbl_car_Select {
  width: 11em;
}

#car_select {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

div#map.normal {
  float: right;
  width: 65%;
  height: 100%;
  position: relative;
}

div#map.big {
  width: 90%;
  position: fixed;
  right: 0;
  bottom: 0;
}

#btn_big_map {
  position: fixed;
  margin: 0;
  left: 35%;
  width: 22px;
  z-index: 1004;
}

li.layer {
  color: #000000;
}

#menu {
  width: 100%;
  border: 0;
  height: 5%;
  min-height: 45px;
  background-color: #90aac3;
  display: table;
}

#content {
  height: 95%;
  width: 100%;
}

#menu h1 {
  float: left;
  margin-left: 1em;
  width: 20%;
  vertical-align: middle;
}

div.ol-zoom {
  top: 2em;
}

#menu iframe {
  width: 80%;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}

#info {
  width: 35%;
  height: 100%;
  float: left;
}

#OpenLayers_Control_Attribution_7 {
  display: none;
}

#car_table {
  height: 50%;
}

#popup_undefined_close {
  display: none;
}

#cont_table {
  height: 50%;
}

#nfc_table {
  height: 50%;
}

.infoTable {
  color: #3c6290;
  width: 100%;
  background-color: #d2dcd7;
}

.infoTable td {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #093470;
  border-collapse: separate;
  text-align: center;
}

td {
  text-align: center;
}

.legend {
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 5px;
}

.green {
  background-color: #4df84d;
  color: #000;
}

.red {
  background-color: #ff3131;
}

.yellow {
  background-color: #eeaf30;
}

.blue {
  background-color: #33cccc;
}

.white {
  background-color: #ffffff;
}

.even_row {
  background-color: #ffffff;
}

.uneven_row {
  background-color: #dceaf6;
}

tr.selected td {
  border: 2px solid red;
}

tr.noclick td {
  border: 2px solid black;
}

#map_control {
  height: 5%;
  min-height: 45px;
  width: 65%;
  background-color: #90aac3;
  float: right;
  z-index: 1005;
  position: relative;
  display: none;
}

#login_error {
  margin-top: 50px;
}

#login_btn {
  float: right;
  margin-right: 20px;
  width: 132px;
  height: 24px;
  line-height: 24px;
  background-image: url("/img/btn_inet.png");
}

#tbl_div {
  height: 75%;
  overflow-y: auto;
  display: inline-block;
  min-width: 30%;
}

.olControlLayerSwitcher {
  width: 25em !important;
}

.olPopupCloseBox {
  display: none;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  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: "✖";
}

div.olControlZoom {
  top: 30px !important;
}

div#poiDiv {
  left: 8px;
  top: 82px !important;
  z-index: 1004;
}

.groupSelBtn {
  background-image: url("/img/nav_btn_small.png");
  text-align: center;
  float: right;
  margin-top: 10px;
  width: 100px;
  height: 25px;
  line-height: 25px;
}

div.alertCont {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  /* background-image:url(tp.png);  required by MSIE to prevent actions on lower z-index elements */
}

div.alertBoxC {
  position: relative;
  width: 600px;
  min-height: 100px;
  margin-top: 150px;
  border: 1px solid #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 30px;
}

div.alertCont > div.alertBoxC {
  position: fixed;
}

div.alertBoxC h1 {
  margin: 0;
  font: bold 0.9em verdana, arial;
  background-color: #3073bb;
  color: #fff;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px 5px;
}

div.alertBoxC p {
  padding-left: 5px;
  margin-left: 25px;
}

div.alertBoxC button.cbtn_alert {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 70px;
  font: 0.7em verdana, arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #357ebd;
  border-radius: 3px;
  text-decoration: none;
}

#routing {
  position: fixed;
  height: 100%;
  left: 20%;
  background-color: rgb(144, 170, 195);
  width: 15%;
  top: 45px;
}

#addRoutePoint {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  float: right;
  padding: 2px;
}

#addRoutePoint a {
  background: rgba(0, 60, 136, 0.5);
  display: block;
  text-decoration: none;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  color: white;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

div.div_new_job {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  /* background-image:url(tp.png);  required by MSIE to prevent actions on lower z-index elements */
}

div.box_new_job {
  color: #3c6290;
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  min-height: 150px;
  margin-top: 50px;
  border: 1px solid #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 30px;
}

div.div_new_job > div.box_new_job {
  position: fixed;
}

div.box_new_job h1 {
  margin: 0;
  font: bold 0.9em verdana, arial;
  background-color: #3073bb;
  color: #fff;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px 5px;
}

div.box_new_job div {
  overflow-y: auto;
}

.cbtn_alert {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 100px;
  font: 0.7em verdana, arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #357ebd;
  border-radius: 3px;
  text-decoration: none;
}

.icon_tooltip:hover .tooltip {
  display: block;
}

.icon_tooltip {
  margin-left: 1px;
  margin-right: 1px;
}

.tooltip {
  display: none;
  position: absolute;
  margin-top: 15px;
  margin-left: 30px;
  border: 1px solid;
  background-color: #fff;
  padding: 0 3px;
}

tr.job_new td,
tr.job_new th {
  background-color: #ffffff;
}

tr.job_pdf_arrived td,
tr.job_pdf_arrived th {
  background-color: #fc8389;
}

tr.job_done td,
tr.job_done th {
  background-color: #70d870;
}

tr.job_sent td,
tr.job_sent th {
  background-color: #ffed58;
}

.tbl_tgl {
}

#tt_cont {
  width: auto;
  color: #3c6290;
}

#tt_nfc {
  width: auto;
  color: #3c6290;
}

#nfcTableData tr {
  cursor: pointer;
}

#contTableData tr {
  cursor: pointer;
}

#carDataTable tr {
  cursor: pointer;
}

.fixedHor {
  position: absolute;
  height: 54px;
  width: 48px;
  background-color: #d2dcd7;
}

.scale-line {
  position: absolute;
  bottom: 0;
  left: 35%;
}

.ol-scale-line {
  position: relative;
  bottom: 0px;
  left: 0px;
  background: rgba(233, 80, 20, 0.88) !important;
}

#cont-status-form input[type="checkbox"] {
  margin-right: 5px !important;
}

.ui-timepicker-select,
.ui-timepicker-input {
  width: 6em;
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

#feature__popover-container {
  color: #444;
}

#feature__popover-header {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px;
}

#feature__popover-close {
  cursor: pointer;
}

#feature__popover-body {
  text-align: center;
}

#feature__popover-content {
  display: none;
}

div[id^='feature__popover-driver-'] {
  display: none;
}

.feature__popover-data {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.feature__popover-data ion-icon + p {
  margin-bottom: 0;
}

.feature__popover-data .vertical__line {
  border: 1px solid #444444;
}

.feature__popover-data ion-icon {
  font-size: 24px;
}

.feature__popover-driver p {
  margin-top: 0;
  text-align: left;
  font-size: 16px;
}

.sbl-circ-path {
  height: 24px;
  width: 24px;
  color: rgba(90, 90, 90, 0.2);
  position: relative;
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-right-color: #444;
  animation: rotate 1s linear infinite;
}

.drive__time-green {
  color: #059e05;
}

.drive__time-red {
  color: #f33131;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Einstellungen */

aside.settings_nav ul {
  list-style: none;
  font-size: 16px;
}

aside.settings_nav li {
  margin: 8px 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

aside.settings_nav li:hover {
  background: #2b507b;
}

#settings__content>div {
  display: none;
}

#settings__driver>section {
  padding: 2em;
}

.driver-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.driver-flex label {
  margin-bottom: 8px;
}