/*
		açık gri = #a4aeb9;
		koyu gri = #72808f;
		*/
		* {
			font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
		}
		
		html {
		  position: relative;
		  min-height: 100%;
		}
		
		#mainContainer {
			margin-bottom:25px;
		}
		table thead *{
			text-align: center ;
			color:#FFFFFF;
			font-size:14px;
			font-weight: 600;
		}
		table thead tr:first-child *{
			padding:5px;
			vertical-align: middle;
		}
		table thead tr:nth-child(2) *{
			padding:5px;
			vertical-align: middle;
		}
		
		table thead tr:first-child th:nth-child(odd) {
			background-color:#a4aeb9;
			font-weight: 700;
		}
		table thead tr:first-child th:nth-child(even) {
			background-color:#72808f;
			font-weight: 700;
		}
		.acikgri_bg {
			background-color:#a4aeb9;
		}
		.koyugri_bg {
			background-color:#72808f;
		}
		table tr td {
			color:#6d767e;
			font-size:13px;
			vertical-align: middle !important;
			padding:8px !important;
		}
		
		.remarks {
			color:#FFFFFF;
		}
		
		.cancelled {
			background-color:#f36174;
		}
		
		.onair {
			background-color:#48cfad;
		}
		
		.landed {
			background-color:#55b6ed;
		}
		
		.delayed {
			background-color:#a07ac3;
		}
		
		.onhold {
			background-color:#f9ce34;
		}
		
		.amateur {
			background-color:#ff765a;
		}
		
		.baslik {
			text-align:center;
			background-color:#ed5565;
			color:#FFFFFF;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			padding:15px;
		}
		
		.mapbaslik {
			background-color:#a4aeb9;
			color:#FFFFFF;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			padding:15px;
			margin-bottom:2px;
			position: relative;
		}
		
		.maptime {
			position: absolute;
			right:15px;
		}
		
		#tarih {
			margin-left:20px;
		}
		
		#slider {
			font-family:"BenchNine", sans-serif !important;
			margin-top:15px;
			background-color:#a4aeb9;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			padding:15px 15px 0 15px;
			color:#FFFFFF;
			font-size:12px;
		}
		
		#logoHolder {
			background-color:#eff3f7;
			text-align: center;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			padding:15px;
			margin-top:15px;
		}
		 
		
		.footer{
			position: absolute;
			bottom: 0;
			/* Set the fixed height of the footer here */
			background-color: #a4aeb9;
			height: 20px;
			background-clip:content-box
		}
		
		