body, html, * {
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: 0px;
}
body {
	background: #DFE2ED;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 100%;
}

h1 {
	background: #9C130E;
	color: white;
	float: left;
	padding: 10px 15px 10px 45px;
	font-size: 25px;
	position: fixed;
	top: 10px;
	z-index: 10;
}
h2.currentDate {
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
}

.panel {
	position: relative;
	display:none;
}

.menu {
	position: fixed;
	bottom: 0px;
	background: #9C130E;
	color: white;
	width: 100%;
	z-index: 100;
}
.menu.nobg {
	background: none;
	border-bottom: 3px solid #9C130E;
	z-index: -100;
}
.menu.nobg img {
	display: block;
}
.menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 90%;
}
.menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	text-align: center;
}
.menu a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 0px 30px;
	width: 100%;
	color: white;
	font-size: 20px;
	border-top: 4px transparent solid;
}
.menu a.active {
	border-top: 4px white solid;
}

.container_calendar {
	clear: both;
	margin: 0px;
}
.container_calendar .calendar {
	padding: 88px 0px 100px;
}

.new_booking, .form_button {
	background: white;
	color: #9C130E;
	padding: 10px;
	width: 100%;
	border: 0px;
	border-radius: 5px;
}
.form_button {
	width: 48% !important;
	margin: 0px 1% !important;
	float: left;
}
.form_button.red {
	background: #848789;
	color: white;
}
.form_button.full {
	display: block;
	float: none;
	width: 90% !important;
	margin: 0px auto 10px !important;	
}

.edit_event, .edit_flight, .payment_form, .user_form, .app_settings, .csv_export {
	position: fixed;
	background: #545A5C;
	top: 100px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	padding: 20px;
	display: none;
	z-index: 100;
	overflow: scroll;
	padding-bottom: 50px;
}
.edit_flight, .payment_form, .user_form, .app_settings, .csv_export {
	top: 0px;
	padding-top: 75px;
	z-index: 9;
	padding-bottom: 75px;
}
.payment_form .help {
	font-size: 12px;
	color: white;
	margin-bottom: 20px;
	text-align: justify;
}
.input input, .input select, .input textarea {
	padding: 10px;
	background: white;
	border: 0px;
	font-family: 'Roboto';
	box-sizing: border-box;
	width: 100%;
	min-height: 35px;
	color: black;
	text-align: left;
	min-height: 40px;
}
.input input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
.input {
	display: block;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
.input .clear {
	width: 100%;
	float: none;
	clear: both;
}
.input label, .map label {
	display: block;
	padding: 10px;
	float:left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #9C130E;
}
.input label.chargeRow {
	background: white;
	color: black;
	padding: 10px;
	float: none;
	clear: both;
	font-weight: normal;
	margin-bottom: 1px;
}
input:disabled {
	opacity: 0.5;
}
.input label.chargeRow span {
	display: inline-block;
	margin: 5px 0px 0px;
}
.input label.chargeRow input {
	float: right;
	width: auto;
	min-height: auto;
	margin: 10px;
}

.login {
	padding: 125px 30px 0px;
}
.login .form_button.submit {
	background: #9C130E;
	color: white;
	width: 100% !important;
	margin: 0px !important;
}

.new_flight, .filter_flights, .make_payment, .filter_transactions, .remaining_fuel {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #9C130E;
	color: white;
	border-radius: 5px;
	padding: 10px;
}

.fuel_calc {
	position: absolute;
	right: 13px;
	text-align: right;
	color: #585858;
	bottom: 13px;
	font-size: 12px;
}

.filter_flights, .filter_transactions {
	right: 95px;
}
.filter_flights.enabled, .filter_transactions.enabled {
	background: green;
}

.flights {
	font-size: 11px;
	width: 100%;
}
.scroller {
	position: fixed;
	top: 70px;
	bottom: 68px;
	width: 100%;
	overflow: scroll;
}
.scroller.finances {
	top: 140px;
}
.flights tr.unpaid td:last-of-type {
	border-right: 4px solid #9C130E;
	color: #9C130E;
}
.flights .nowrap {
	white-space: nowrap;
}
.flights .header td {
	background: #9C130E !important;
	color: white;
	font-weight: bold;
}
.flights td {
	padding: 10px;
	vertical-align: top;
	line-height: 19px;
}
.flights td .mins {
	background-color: #545A5C;
	color: white;
	font-size: 9px;
	margin-left: 10px;
	display: inline-block;
	padding: 0px 5px;
	float: right;
}
.flights tr:nth-child(odd) td {
	background: #c2c2c2;
}
.flights .pic {
	font-weight: bold;
}

.home_airport_fees, .flight_costs, .rounding {
	display: none;
}
.search_airports {
	text-transform: uppercase;
}
.airport_finder {
	position: absolute;
	top: 337px;
	width: 100%;
	left: 0px;
	background: #9C130E;
	padding: 15px 10px;
	display: none;
	box-sizing: border-box;
}
.airport_finder ul {
	list-style: none;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: scroll;
}
.airport_finder ul li {
	display: inline-block;
	padding: 5px;
	margin: 0px 10px;
	background: white;
	color: #9C130E;
	border-radius: 5px;
}

.flight_costs {
	color: white;
	padding-bottom: 20px;
}
.flight_costs table {
	width: 98%;
	margin: 0px auto;
}
.flight_costs table [data-amount] {
	width: 60px;	
}
.flight_costs table td {
	padding: 5px;
}
.flight_costs table tr.total td {
	font-weight: bold;
	background: #9C130E;
	color: white;
}
.flight_costs table tr.head td {
	border-bottom: 1px solid white;
	font-weight: bold;
}
.flight_costs .amount {
	text-align: right;
	font-family: ccourier, Courier;
}



.panel .close {
	  position: absolute;
	  width: 30px;
	  height: 30px;
	  top: 20px;
	  right: 20px;
	  cursor: pointer;
}
.panel .close:before, .panel .close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #CBD1D2;
}
.panel .close:before {
	transform: rotate(45deg);
}
.panel .close:after {
	transform: rotate(-45deg);
}

.transactions td {
	padding: 10px;
	color: #545A5C;
}
.transactions tr:nth-child(odd) td {
	background: #c2c2c2;
}
.transactions .user {
	display: block;
	margin: 0px auto;
	background: #545A5C;
	color: white;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 11px;
	float: left;
}
.transactions .details {
	color: black;
}
.transactions .amount {
	font-size: 18px;
	text-align: right;
	color: #9C130E;	
}
.transactions .amount.payment {
	color: green;
}
.transactions .details span {
	display: block;
	font-size: 11px;
	color: #545A5C;
}

.form_button.pay_now, .full_width {
	width: 100% !important;
	margin: 0px !important;
}
.payment_amount {
	color: white;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

.footer i {
	font-size: 20px;
	color: #9C130E;
	margin-bottom: 20px;
}
.footer {
	font-size: 11px;
	margin: 60px;
	text-align: center;
}
.stats table td {
	width: 50%;
}
.stats {
	padding: 20px 0px 30px;
}
.stats .stat {
	width: 80%;
	margin: 0px auto;
	background: #9C130E;
	color: white;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	padding: 25px 0px;
}
.stats .stat h2 {
	font-size: 35px;
}
.stats .stat h2 span {
	font-size: 15px;
}

.adjustment {
	background: #9C130E;
	padding: 10px 20px;
	text-align: center;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}

.map {
	margin-bottom: 20px;
	display: none;
}
.map img {
	width: 100%;
}