/*
açık gri = #a4aeb9;
koyu gri = #72808f;
*/
table, tr, td, div, span, p, cite, button {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

html {
  position: relative;
  min-height: 100%;
}

#mainContainer {
	margin-bottom:25px;
}

.logo img {
	height: 65px;
}
.flighttable thead *{
	text-align: center ;
	color:#FFFFFF;
	font-size:14px;
	font-weight: 600;
}
.flighttable thead tr:first-child *{
	padding:5px;
	vertical-align: middle;
}
.flighttable thead tr:nth-child(2) *{
	padding:5px;
	vertical-align: middle;
}

.flighttable thead tr:first-child th:nth-child(odd) {
	background-color:#a4aeb9;
	font-weight: 700;
}
.flighttable thead tr:first-child th:nth-child(even) {
	background-color:#72808f;
	font-weight: 700;
}
.acikgri_bg {
	background-color:#a4aeb9;
}
.koyugri_bg {
	background-color:#72808f;
}
.flighttable tr td {
	color:#6d767e;
	font-size:13px;
	vertical-align: middle !important;
	padding:8px !important;
}

.baslik {
	text-align:center;
	background-color:#ed5565;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:20px 100px 20px 100px;
}


#tarih {
	margin-left:20px;
}

.baslikHolder {
	position: relative;
}
#onceki {
	position:absolute;
	left:0px;
	top:0px;
	padding:12px;
	background-color:#dd3646;
	border:none;
	font-weight: 400;
	border-radius: 0;
	border-top-left-radius: 5px;
	cursor: pointer;
	border-right:1px solid #FFFFFF;
}

#sonraki {
	position:absolute;
	right:0px;
	top:0px;
	padding:12px;
	background-color:#dd3646;
	border:none;
	font-weight: 400;
	border-radius: 0;
	border-top-right-radius: 5px;
	cursor: pointer;
	border-left:1px solid #FFFFFF;
}

#onceki span, #sonraki span {
	font-size:12px;
}

.footer{
	position: absolute;
	bottom: 0;
	/* Set the fixed height of the footer here */
	background-color: #a4aeb9;
	height: 20px;
	background-clip:content-box
}

#timepickerHolder {
	padding:0px;
	border:none;
}

#print_this_screen, #date-form {
	text-align:left;
	position:relative;
}

#print_this_screen i, #date-form i {
	position:absolute;
	margin-left:15px;
	margin-top:4px;
	right:10px;
}

@page {
	size:landscape;
}

@media print {
	* {
		font-size:9px !important;
		color:#000000 !important;
	}
	h1 {
		font-size:20px !important;
	}
}