/* ============= *
 * ## General ##
 * ============= */

body { font-family: Arial !important; }

/* ======================== *
 * ## Flighttracking Map ##
 * ======================== */

.fl-map-header { text-align: center; }
.fl-map-header h2 { margin-bottom: 0; }


/* ============== *
 * ## Map Icon ##
 * ============== */

.db-graphic-container.select .map-icon-label:before {
   border-top-color: rgba(4,66,139,1);
}

/* ============ *
 * ## navbar ##
 * ============ */

.navbar-collapse.show .navbar-nav .nav-item a.nav-link,
.navbar-collapse.collapsing .navbar-nav .nav-item a.nav-link {
   border-style: solid;
   border-width: 0 0 1px 0;
}

.noise-table-calendar::before {
   border-style: solid;
   border-width: 0 0 1px 0;
}

.noise-table-calendar tr {
   border-style: solid;
   border-width: 0 0 1px 0;
}

input {
   border-style: solid;
   border-width: 1px;
}


/* ========================== *
 * ## Runway Use Component ##
 * ========================== */

.runway-use-component #active #label text { font-size: 4px; }
.runway-use-component text#l31Lin {
	transform: translate(60px,89.3px);
	-webkit-transform: translate(60px,89.3px);
}


/* ============ *
 * ## Swiper ##
 * ============ */

.swiper-pagination-bullet { opacity: 1; }
