/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 13, 2017, 9:38:52 AM
    Author     : jonismaurinceara
*/

body {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 2%;
}

#box-status {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center;
    margin-top: 100px;
}
#box-status > div {
    margin-bottom: 10px;
    max-width: 250px;
}
#box-status > div > a {
    margin-bottom: 0;
    height: 100%;
    padding: 43px 5px 5px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#box-status .top-block > i {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

#airnav_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #3b4442;
    display: flex;
}

#airnav_logo {
    max-width: 285px;
    margin: auto;
    display: block;
}
.box-header.well {
	background: #6f807c;
	    border-radius: 0;
		padding:13px 20px;
		min-height: 50px !important;
}
.box-header.well h2 i {
	margin-right: 2px;
	    font-size: 14px;
		    top: 3px;
}
.box-header.well h2 {
	color: #FFF;
	font-family: 'PragatiNarrow';
	text-transform:uppercase;
	    font-size: 18px;
}
.box-header.well .btn-minimize {
    color: #FFF;
    background: #6f807c;
	border: 0;
}
.box-content.row table {
	margin-bottom:0;
}
.box-content.row table td{
	border: 0;
	padding: 8px;
}
.box-content.row table td:first-child, .box-content.row table th:first-child{
	padding-left: 41px;
}
.box-content.row table td:last-child, .box-content.row table th:last-child{
	padding-right: 41px;
}
.box-inner {
	border:0;
}
.box-inner > .box-content {
	padding:0;
}
#box-status > div > a {
	    border-radius: 0;
    background: #EBEBEB;
	    box-shadow: none;
	text-decoration:none!important;
	    font-family: 'PragatiNarrow';
    font-size: 16px;
}
#box-status > div > a div {
	color:#3b4442;
	text-decoration:none!important;
}
.glyphicon-plane, .glyphicon-map-marker, .glyphicon-headphones, .glyphicon-screenshot, .glyphicon-envelope, .glyphicon-fire {
	color:#262c24;
}

#freq_table .input-group.pull-right {
    margin-right: 40px;
}
#freq_table .center {
    vertical-align: middle;
}
.freqin {
    min-width: 120px;
}
@media only screen and (max-width: 1024px) {
.box-content.row table td:first-child, .box-content.row table th:first-child {
    padding-left: 15px;
}
}

@media only screen and (max-width: 500px) {
.freqin {
    min-width: 80px;
}
}

#latest_flights {
    overflow: hidden;
    position: relative;
    display: block;
    overflow-x: visible;
}

.btn {
    max-width: 150px;
    margin: auto;
}

@font-face {
  font-family: 'PragatiNarrow';
  src: url('PragatiNarrow.ttf')  format('truetype');
}