::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
.jumbotron h1, h1, h2, h3, h4, h5, h6, h2.date-header a{
  color:#2279ad;
  font-weight:300;
}
h1{
	font-size: 2.2em;
}
h1 small{
  font-size:0.5em;
  margin-left: 0.5em;
  font-weight:300;
}
h2 small {
	font-size:0.5em;
	color: #989898;
	font-weight: 300;
	margin-left: 0.5em;
}
h4.modal-title{
	font-weight:300;
}
p{
  line-height:1.8em;
  margin-bottom:1.8em;
}
ul{
  margin-bottom:1.8em;
}
.main-content ul li {
	margin-bottom: 0.25em;
}
strong{
  font-weight:400;
}
label{
  font-weight: inherit;
}
.global-message{
	padding:8px;
	background-color:#fffedd;
	border-bottom:1px solid #ddd;
	font-size:0.9em;
	text-align:  center;
}
fieldset{
  margin-bottom:2.0em;
}
/*
.form-group span{
  display:block;
  margin-top:0.3em;
}
*/
.form-group select{
	margin-left: 1.5em;
}
.form-control{
	font-weight: 400;
}
.hoverInfo{
  border-bottom:1px dotted #000;
}
.hoverInfo a{
    color:#000;
}
.table-info{
  text-align:center;
  padding:5px;
  padding-top:0px;
  font-size:0.9em;
  display:none;
  padding-bottom:1.0em;
} 
.page-header{
  margin-top:1.0em;
  margin-bottom:3em;
  position: relative;
}
.page-header button{
  position: absolute;
  right: 0px;
  top: 10px;
}
.page-header .btn-group{
  position: absolute;
  right: 0px;
  top: 0px;
}
.page-cover{
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width:100%;
	min-height:500px;
	margin-top:-20px;
	margin-bottom:1em;
}
.page-cover span{
    position:absolute;
    top:10px;
    right:10px;
}
.page-cover a{
    color:#fff;
    text-shadow: 1px 1px 1px #282f37;
}
.page-cover a span{
    position: relative;
    font-size: 0.5em;
    display: block;
    top: 0px;
    right: 0px;
    margin-top: 0.25em;
    color:#ccc;
}
.page-cover h2,
.page-cover h3{
    position:absolute;
    bottom:0px;
    padding-left: 3%;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-bottom: 0px !important;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.block-cover{
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width:100%;
	min-height:350px;
	margin-bottom:1em;
}
.block-cover a{
    color:#fff;
    text-shadow: 1px 1px 1px #282f37;
}
.block-cover span{
    position:absolute;
    top:10px;
    right:10px;
}
.block-cover h2,
.block-cover h3{
    position:absolute;
    bottom:0px;
    padding-left: 3%;
    padding-bottom: 3%;
    padding-top:3%;
    margin-bottom: 0px !important;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.block-cover a span{
    position: relative;
    font-size: 0.5em;
    display: block;
    top: 0px;
    right: 0px;
    margin-top: 0.25em;
    color:#ccc;
}
.panel .panel-heading{
    background-color:#282f37;
    color:#fff;
    font-weight:700;
}
.panel .panel-body i{
    color:#282f37;
}
.row-buttons{
	margin-bottom: 1.5em;
}
.row-buttons a{
	color: #fff;
	background-color:#282f37;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.row-buttons a:hover{
	opacity: 0.75;
}
.row-buttons div{
    margin-bottom:0.75em;
}
.dropdown-menu{
    min-width:200px;
}
.dropdown-menu li strong{
  padding: 3px 20px;
  font-weight: 600;
}
.dropdown.user span.badge{
	background-color:#a94442;
	font-size: 0.7em;
}
.dropdown-menu li form{
  padding: 3px 20px;
}
.dropdown-menu li form input {
	width: 100%;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-2 ul.multi-column-dropdown,
.dropdown-menu.columns-3 ul.multi-column-dropdown{
	padding:0px;
}
.dropdown-menu.columns-2 li,
.dropdown-menu.columns-3 li{
	list-style: none;
	list-style-type: none;
}
.dropdown-menu.columns-2 li a,
.dropdown-menu.columns-3 li a{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.pager li{
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.btn-info{
  border:0px;
  background-color:#282f37;
  font-size:0.9em;
  opacity:0.75;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-info:hover{
  opacity: 1.0;
  border:0px;
  background-color:#282f37;
  -webkit-appearance: none;
}
.pager li>a{
  border:0px;
  background-color:#282f37;
  color:#fff;
}
.pager li>a:hover{
  opacity: .75;
  border:0px;
  background-color:#282f37;
  -webkit-appearance: none;
}
.jumbotron{
	position: relative;
	text-align: center;
	background:transparent;
}
.jumbotron .btn{
  margin-top:1.0em;
  font-weight:100;
}
.jumbotron .small {
	font-size: 1.1em;
}
.jumbotron .filter {
	font-size: 0.7em;
	display: block;
	line-height: 1em;
}
.jumbotron .row {
	margin-top: 3em;
}
.alert strong {
	font-weight: 500;
}
.alert-big i{
	float:left;
	line-height: 40px;
	padding-right: 15px;
	font-size:1.5em;
}
.alert-big h4{
	font-weight:400;
	margin-bottom:0px;
}
.aircraftSlideshow img{
	max-height:137px;
}
.count{
	visibility: hidden;
}
.extra-links {
	text-align: center;
	margin-top: 1em;
}
.extra-links a {
	margin-left: 0.5em;
	margin-right: 0.5em;
	display: inline-block;
}
#modalAlert {
	text-align: left;
}
#modalAlert .checkbox {
	margin-bottom: 0.8em;
}
#modalAlert .checkbox .icon {
	opacity: 0.5;
}
#modalAlert .checkbox:hover .icon {
	opacity: 1;
}
#modalSuggest {
	text-align: left;
}
#modalSuggest .form-group p {
	font-size: 0.9em;
	color: #989898;
	line-height: 1.2em;
	margin-bottom: inherit;
}
#modalSuggest .form-group select {
	margin-left: 0px;
}
.features .section {
	margin-top: 5em;
	margin-bottom: 5em;
	text-align: center;
}
#modalLog {
	text-align: left;
}
#modalLog .radio{
	margin-bottom:1em;
}
.features .fas {
	font-size: 2em;
}
.features .section .col-sm-4 {
	margin-bottom: 1em;
}
.jumbotron-small {
	margin-bottom: 0px;
}
.page-banner {
	display: block;
	margin-bottom: 1.5em;
}
.page-banner .caption {
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.8em;
	color: #989898;
}
.info-box{
    border:1px solid #ccc;
    margin-top:1em;
    margin-bottom:1em;
    -webkit-box-shadow: 1px 1px 16px -5px rgba(49,49,64,0.75);
    -moz-box-shadow: 1px 1px 16px -5px rgba(49,49,64,0.75);
    box-shadow: 1px 1px 16px -5px rgba(49,49,64,0.75);
}
body.page-index .info-box{
   font-size: 1.2em;
}
.row.display-flex::before {
	display: inherit;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.alert-cookies{
    margin-top:0px;
    margin-bottom:0px;
}
.alert-cookies .btn{
    margin-left:1em;
    font-size:0.8em;
}
.btn-news{
    width:100%;
    margin-bottom:2.5em;
    font-size: 1em;
}


.summary h1,
.summary h2 {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	-webkit-animation: transform 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
     -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
}
.summary p {
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
     -o-animation: fadein 6s; /* Opera < 12.1 */
        animation: fadein 6s;
}
.summary .hero{
    -webkit-animation: transform 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s;
}
.summary .hero h1 {
	-webkit-animation: fadein 9s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 9s; /* Firefox < 16 */
    -ms-animation: fadein 9s; /* Internet Explorer */
     -o-animation: fadein 9s; /* Opera < 12.1 */
        animation: fadein 9s;
}
.summary .hero p {
	-webkit-animation: fadein 12s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 12s; /* Firefox < 16 */
    -ms-animation: fadein 12s; /* Internet Explorer */
     -o-animation: fadein 12s; /* Opera < 12.1 */
        animation: fadein 12s;
}
.summary .info span{
	text-align: center;
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.summary .info span.number{
	display: block;
	font-size: 2em;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 0.2em;
	color: #282f37;
	text-shadow: 0px 0px 7px rgba(152,152,152, 0.75);
}
.summary .info span.title {
	display: block;
	color: #fff;
	background-color: #282f37;
	padding: 3px;
	padding-left: 10px;
	padding-right:  10px;
	font-size: 0.8em;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer-ads {
	margin-top: 4em;
}
.total-results {
	font-size: 0.9em;
	margin-left: 0.2em;
}
.legend-color{
	text-align: center;
	margin-bottom:2.0em;
}
.legend-color span.legend-item{
	display:inline-block;
	margin-right:1.5em;
}
.legend-color span.color{
	display:inline-block;
	width:20px;
	height:11px;
	margin-right:0.1em;
}

.search {
	position: relative !important;
	margin-bottom: 2em;
}
.search-hide {
	display: none;
}
body.page .search input.q{
	border:0px;
	font-size:2em;
	height:auto;
	box-shadow:none;
	-webkit-box-shadow:none;
	font-weight:300;
	color:#989898;
	padding-bottom:0px;
	border-bottom:1px solid #ddd;
}
body.page .search textarea:focus, 
body.page .search input:focus,
body.page .search *:focus {
    outline: none !important;
}
.copy_code {
	background-color: #343a40;
	-webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0, 0, 0, .5);
	box-shadow: inset 0 .25rem .125rem 0 rgba(0, 0, 0, .5);
	border-radius: .25rem;
	padding: 1em;
	margin-top: 1em;
	font-family: Menlo, Monaco, Consolas, Courier New, monospace;
	position: relative;
}
.copy_code input {
	background: none;
	border: 0px;
	color: #fff;
	width: 100%;
	outline: 0;
}
.copy_code .copy_clipboard {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size:1.1em;
	color:#adb5bd;
}
.copy_code .copy_clipboard:hover {
	opacity: 0.75;
}
.feed .news-item{
	margin-bottom: 4em;
}
.nav-sub{
    text-align: center;
    margin-top: -1em;
}
.nav-sub li{
    text-align: center;
    width: 20%;
    display: inline-block;
    float: none;
}
.nav-sub li a{
    padding:5px !important;
    padding-left:1em !important;
    padding-right:1em !important;
    font-size:0.9em;
    display:block;
}


/* HEADER */
.navbar-aib-family-top{
    background-color: #282f37!important;
    margin-bottom:0px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
    z-index: 9999;
}
.navbar-aib-family-top .navbar-right{
    max-height:50px;
}
.navbar-aib-family-top li a{
    color:#fff;
}
.navbar-aib-family-top li a:focus{
    background:transparent !important;
}
.navbar-aib-family-top li.user-link-first{
    margin-left:2em;
}
.navbar-aib-family-top li.current-date-time{
    color:#fff;
    padding-top: 15px;
    margin-left:2em;
    text-align:right;
}
.navbar-aib-family-top .navbar-toggle{
    margin-bottom:inherit;
    margin-right: inherit;
    padding: 15px 10px !important;
}
.navbar-aib-family-top .navbar-toggle-link{
    margin-top: 0px;
}
.navbar-aib-family-top .user-notification .dropdown-notification{
	max-height: 380px;
	overflow-y: scroll;
}
.navbar-aib-family-top .user-notification .dropdown-notification li{
	border-bottom: 1px solid #ddd;
	width: 225px;
}
.navbar-aib-family-top .user-notification .dropdown-notification li:last-child{
	border-bottom: 0px;
}
.navbar-aib-family-top .user-notification .dropdown-notification li a.clear{
	font-size: 0.8em;
	color: #989898;
	font-weight: normal;
}
.navbar-aib-family-top .user-notification .dropdown-notification li span.date{
	color: #989898;
	font-size: 0.8em;
}
.navbar-aib-family-top .user-notification .dropdown-notification li a{
	white-space: inherit;
}
.navbar-aib-family-top .user-notification .badge{
    margin-left: -8px;
  	background-color: #a94442;
  	font-size: 0.7em;
}



.navbar-aib-family {
    border-bottom:1px solid #ddd;
    box-shadow: 0 1px 10px rgba(0,0,0,.15);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.navbar-aib-family .navbar-toggle{
    float:right;
}
.navbar-aib-family .navbar-brand.logo-white{
    display:none;
}
.navbar-aib-family .navbar-brand img{
    width:150px;
}
.navbar-aib-family .navbar-right{
    width:75%;
    text-align: right;
}
.navbar-aib-family .navbar-right li{
    width:15%;
    padding-top:1em;
    padding-bottom:1em;
    float:none;
    display:inline-block;
    vertical-align: top;
}
.navbar-aib-family .navbar-right li.mobile-only{
        display:none;
    }
.navbar-aib-family .navbar-right li a{
     text-align: center;
    color: #282f37;
    text-transform: uppercase;
}
.navbar-aib-family .navbar-right li a:focus{
    background:transparent !important;
}
.navbar-aib-family .navbar-right li a i{
    display:block;
    font-size:28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #bababa;
    background-color: #F6F6F6;
    width:60px;
    height:60px;
    line-height: 60px;
    margin: 0 auto 25px;
}
.navbar-aib-family .navbar-right li a:hover{
    opacity:1 !important;
}
.navbar-aib-family .navbar-right li a:active i,
.navbar-aib-family .navbar-right li.active a i,
.navbar-aib-family .navbar-right li a:hover i{
    background-color: #282f37;
    color:#fff;
}

.navbar-brand:hover{
	opacity: 0.75;
}

.navbar-toggle .icon-bar{
  border-bottom:2px solid #213476;
}

.nav li.search-icon a{
	padding-right:10px;	
}
.header-container{
	position: relative;
}
.nav .open>a{
	background: transparent !important;
}
.nav>li>a {
	padding: 15px 10px;
}
.nav>li>a:hover {
	opacity: 0.75;
}
.navbar-static-top .dropdown-menu a {
	color: inherit;
}
.nav .open>a:hover,
.navbar-nav li a:hover{
	background: transparent !important;
	opacity: 0.5;
}
.navbar-nav .user-notification .dropdown-toggle{
	padding-left: 0px;
}
.navbar-nav .user-notification .badge{
	margin-left: -8px;
}
.navbar-nav .user-notification .dropdown-notification{
	max-height: 380px;
	overflow-y: scroll;
}
.navbar-nav .user-notification .dropdown-notification li{
	border-bottom: 1px solid #ddd;
	width: 225px;
}
.navbar-nav .user-notification .dropdown-notification li:last-child{
	border-bottom: 0px;
}
.navbar-nav .user-notification .dropdown-notification li a.clear{
	font-size: 0.8em;
	color: #989898;
	font-weight: normal;
}
.navbar-nav .user-notification .dropdown-notification li span.date{
	color: #989898;
	font-size: 0.8em;
}
.navbar-nav .user-notification .dropdown-notification li a{
	white-space: inherit;
}
.navbar-nav .user-icon,
.navbar-nav .search-li {
	padding-left: 0.25em;
}
.nav-tabs {
	margin-bottom: 1.5em;
	margin-top: 2em;
}
.nav-tabs li{
    background: #f8f8f8;
    border:2px solid #fff;
}
.nav-tabs li a {
	padding: 10px;
}
.nav-tabs li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs li.active a {
	background-color: #282f37;
	color: #fff;
}
.nav-pills {
	margin-bottom: 3em;
}
.nav-pills li a{
	padding: 8px;
	background-color: #eee;
	border:1px solid #fff;
} 
.nav-pills li ul li a,
.nav-pills li.active ul li a,
.nav-pills li.dropdown ul li a,
.nav-pills li.dropdown.open ul li a{
    background-color:#fff !important;
    color:inherit !important;
}
.nav-pills li.active a,
.nav-pills li.dropdown.open a,
.nav-pills li.active ul li.active a,
.nav-pills li a:hover,
.nav-pills li.active a:hover,
.nav-pills li.dropdown a:hover,
.nav-pills li.active ul li a:hover{
	background-color: #282f37 !important;
	color:#fff !important;
}

.nav-pills li ul li hr,
.nav-pills li.active ul li hr{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.nav-pills.airbus-division{
    margin-bottom:1em;
}
.select-type {
	text-align: center;
}


/* FOOTER */
footer{
  margin-top:4.0em;
  padding-top:1.0em;
  padding-bottom:3.5em;
  border-top:1px solid #d3d6db;
  color:#898f9c;
}
footer .column-left{
   float:left;
    width:30%;
}
footer .column-left .footer-logo{
  width:30%;
  opacity:0.5;
}
footer .column-right{
   float:right;
   width:70%;
    text-align: right;
}
footer .column-right .circle i{
    font-size:0.5em;
}
footer ul,
footer li{
   list-style:none;
   list-style-type:none;
   padding:0px;
   margin:0px;
}
footer li{
   margin-bottom:0.2em;
   font-size:0.9em;
   display: inline-block;
   margin-left:1em;
}
footer a{
   color:#898f9c;
}

/* DISPLAY OUTPUT */
.flight-item-full-photo {
	display: none;
	position: relative;
	margin-bottom: 1em;
}
.flight-item-full-photo .photo-owner{
   position: absolute;
	top:5px;
	right:5px;
   font-size:0.7em;
   margin-top:0.2em;
   margin-bottom:0.2em;
   color:#fff;
}
.flight-item-full-photo .no-photo{
  opacity:0.75;
  width: 90%;
  margin: 0 auto;
}

.flight-item .flight-info {
	padding: 1.5em;
}
.flight-container .date-fixed{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, 0.7);
	z-index:99;
}
.flight-container .date-fixed .date-item{
	border-bottom: 1px solid #eee;
	padding-left: 0.7em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flight-container .date-fixed a{
	color: #23527c;
	font-size: 1.3em;
}
.flight-container{
  margin-top:3em;
  clear: both;
}
.flight-item{
   -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
   -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
   box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
   padding: 0px;
   max-height:270px;
   overflow: hidden;
   position: relative;
   margin-bottom:3em;
   opacity: 0;
}
.flight-item.no-min-height {
	max-height:inherit !important;
}
.flight-item .col-sm-12 {
	padding: 0px;
}
.flight-item-date {
	padding-left: 0px;
	padding-right:0px;
}
.flight-item-date .date{
	  padding:0px;
	  margin-bottom:1.5em;
	  margin-top:2.5em;
	  padding-bottom:0.2em;
	   -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:0px;
}
.flight-item-date .date a{
	display:inline-block;
	padding:3px;
	color: #23527c;
	font-size: 1.75em;
}
.flight-item-date .date a i{
	margin-right:0.2em;
}
.flight-item-date-first .date{
	 margin-top:0px;
}
.flight-item h3{
  margin-top: 0px;
  margin-bottom: 0.5em;
}
.flight-item h3 span.special{
  display:block;
  color: #777;
  font-size:0.8em;
}
.flight-item h3 .actions{
	display: block;
	margin-top:0.2em;
}
.flight-item .icon {
	opacity: 0.5;
}
.flight-item:hover .icon {
	opacity: 1;
}
.flight-item .fa-check {
	color: green;
}
.flight-item .fa-times {
	color: red;
}
.flight-item .fa-plane {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.flight-item .btn-group{
	top:50%;
  right:0px;
  position: absolute;
}
.flight-item .btn-group.live a{
	color: #B30000;
}
.flight-item .btn-group li button{
	border: 0px;
	padding: 3px 20px;
	width: 100%;
	text-align: left;
}
.flight-item .photo {
	padding:0px;
} 
.flight-item .photo a{
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.flight-item .photo a:hover{
  opacity: 0.75;
}
.flight-item .photo .photo-owner{
   position: absolute;
	top:5px;
	right:10px;
   font-size:0.9em;
   margin-top:0.2em;
   margin-bottom:0.2em;
   color:#fff;
}
.flight-item .photo a {
	display: block;
	min-height: 300px;
}
.flight-item .photo .no-photo{
  opacity:0.75;
  width: 90%;
  margin:0 auto;
}
.flight-item .detail{
  margin-bottom:0.5em;
}
.flight-item .detail .value{
	font-size:0.9em;
}
.flight-item .detail .leased{
    font-size:0.9em;
    color: #989898;
}
.flight-item .detail .flight-time-distance {
	color: #989898;
	font-size: 0.9em;
	width: 60%;
}
.flight-item .detail .flight-time-distance span{
    margin-right:1em;
    border-top: 1px solid #ddd;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    margin-top: 0.25em;
    display: inline-block;
}
.flight-item s{
  color: #aaa;
  font-size: 0.8em;
}
.flight-item .flight-activity span{
    color: #989898;
	font-size: 0.9em;
}
.flight-item .flight-data a{
    border-bottom:1px dashed #ccc;
}
.flight-item-hr{
  margin-bottom: 4.0em;
  margin-top: 0px;
  border-top: 0px;
}
.flight-item .special-notes{
  margin-top: 0.5em;
  font-style: italic;
  color: #777;
  font-size:inherit;
}
.flight-item .link{
	margin-top: 1em;
	width: 100% !important;
}
.flight-item .flight-data-link {
	font-size: 0.8em;
    margin-left: 0.25em;
}

.flight-container-dashboard .flight-item-date .date {
	margin-bottom: 0.5em;
}
.flight-container-dashboard .flight-item-date .date a {
	font-size: 1.2em;
}
.flight-container-dashboard .flight-item {
	margin-bottom: 1em;
}
.flight-container-dashboard .flight-item .photo {
	margin-bottom:0.5em;
}
.flight-container-dashboard .flight-item .photo a {
	min-height: 200px !important;
}
.flight-container-dashboard .flight-item h3 {
	padding: 0.5em;
}

.flight-item-table{
  margin-bottom:0.5em;
  padding-bottom:0.5em;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flight-item-table-header {
	margin-top: 1em;
}
.flight-item-table .registration span,
.flight-item-table .special-notes {
	color: #989898;
	font-style: italic;
	font-size: 0.9em;
}

.flight-item-tv-header,
.flight-item-tv{
	font-size: 2.25em;
}
.flight-item-tv .special-notes {
	font-size: 0.75em;
}
.flight-item-tv button {
	font-size: 0.75em;
}

.photo-grid-container.row{
    margin-top:1em;
}
.photo-grid-container .photo {
	position: relative;
	opacity:0;
	height:300px;
	overflow: hidden;
	margin-bottom:2.5em;
}
.photo-grid-container .photo:nth-child(1),
.photo-grid-container .photo:nth-child(2),
.photo-grid-container .photo:nth-child(3),
.photo-grid-container .photo:nth-child(4),
.photo-grid-container .photo:nth-child(5),
.photo-grid-container .photo:nth-child(6),
.photo-grid-container .photo:nth-child(7),
.photo-grid-container .photo:nth-child(8),
.photo-grid-container .photo:nth-child(9),
.photo-grid-container .photo:nth-child(10),
.photo-grid-container .photo:nth-child(11),
.photo-grid-container .photo:nth-child(12){
	opacity: 1;
}
.photo-grid-container .photo .col-sm-12 {
	padding: 0px;
	height:300px;
	overflow: hidden;
	background-size: cover;
}
.photo-grid-container .photo:hover{
	opacity:0.75 !important;
}
.photo-grid-container .photo h4{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#fff;
	padding:20px;
	margin-bottom:0px;
	background: #213476;
    background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: -moz-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
}
.photo-grid-container .photo h4 span{
    display:block;
    font-size:0.9em;
    padding-top:0.35em;
    opacity:0.75;
    position: relative;
    top: inherit;
    right: inherit;
}
.photo-grid-container .photo h4 span span.date{
    display:inline-block;
    font-size:0.75em;
    margin-left:1em;
}
.photo-grid-container .photo a{
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	z-index:10;
}
.photo-grid-container .photo span{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size:0.7em;
	color:#fff;
	z-index:9;
}
.photo-grid-container .photo .no-photo{
  opacity:0.75;
  height:auto;
  width: 90%;
  margin:0 auto;
  padding:10px;
}

.photo-slideshow-container .photo-container {
	position: relative;
	min-height:750px;
	margin-top: -20px;
}
.photo-slideshow-container .photo-container .slidesjs-next{
	position: absolute;
	top:45%;
	right:1%;
	z-index: 99;
	font-size:2.5em;
	color:#fff;
	opacity:0.5;
}
.photo-slideshow-container .photo-container .slidesjs-previous{
	position: absolute;
	top:45%;
	left:1%;
	z-index: 99;
	font-size:2.5em;
	color:#fff;
	opacity:0.5;
}
.photo-slideshow-container .photo-container .slidesjs-next:hover,
.photo-slideshow-container .photo-container .slidesjs-previous:hover{
	opacity:0.75;
}
.photo-slideshow-container .slidesjs-container{
	height:750px !important;
}
.photo-slideshow-container .slidesjs-pagination {
	display: none;
}
.photo-slideshow-container .slidesjs-play,
.photo-slideshow-container .slidesjs-stop {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2.5em;
	font-size: 1.2em;
}
.photo-slideshow-container .slidesjs-play::before {
	content: '\f04b';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900; /* Fix version 5.0.9 */
	margin-right: 0.25em;
}
.photo-slideshow-container .slidesjs-stop::before {
	content: '\f04d';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900; /* Fix version 5.0.9 */
	margin-right: 0.25em;
}
.photo-slideshow-container .aircraft-header{
	width: 100%;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    width:100%;
	min-height:750px;
}
.photo-slideshow-container .aircraft-header a{
	color:#fff;
}
.photo-slideshow-container .aircraft-header .summary {
	background: transparent;
	background: -webkit-linear-gradient(#282f37 1%, transparent);
	background: -o-linear-gradient(#282f37 1%, transparent);
	background: -moz-linear-gradient(#282f37 1%, transparent);
	background: linear-gradient(#282f37 1%, transparent);
}
.photo-slideshow-container .aircraft-header .summary h2,
.photo-slideshow-container .aircraft-header .summary p{	
	color: #fff;
}

.flight-calendar-container .calendar{
	width:100%;
}
.flight-calendar-container .calendar .calendar-day-head{
	background-color:#eee;
	border-bottom:1px solid #282f37;
	padding:5px;
	text-align: center;
}
.flight-calendar-container .calendar .calendar-day{
	border:1px solid #ddd;
	width:14%;
	vertical-align: top;
}
.flight-calendar-container .calendar .calendar-day .day-number{
	color:#aaa;
	padding:5px;
	cursor:help;
}
.flight-calendar-container .calendar .calendar-day .day-content{
	height:225px;
	overflow:hidden;
}
.flight-calendar-container .calendar .calendar-day p{
	font-size:0.8em;
	margin-bottom: 0.8em;
	padding:5px;
}
.flight-calendar-container .calendar .calendar-day p .time{
	font-size:0.9em;
	color:#989898;
}
.flight-calendar-container .calendar .calendar-day .more{
	display: block;
	background-color: #282f37;
	color: #fff;
	padding:3px;
	font-size:0.8em;
}
.flight-calendar-container .calendar .calendar-day-current{
	background-color:#eee;
}
.flight-calendar-container .calendar .calendar-day .day-content-hidden{
	display:none;
}
.flight-calendar-container .calendar .calendar-day .delivered{
	background-color:#dff0d8;
	border:1px solid #d6e9c6;
}
.flight-calendar-container .calendar .calendar-day .flight-testing{
	background-color:#fcf8e3;
	border:1px solid #faebcc;
}
.flight-calendar-container .calendar .calendar-day .spotted{
	background-color:#d9edf7;
	border:1px solid #bce8f1;
}
.flight-calendar-container .calendar .calendar-day .taxi{
	background-color:#f2dede;
	border:1px solid #ebccd1;
}
.flight-calendar-container .calendar .calendar-day .production{
	background-color:#eee;
	border:1px solid #ddd;
}
.flight-calendar-container h3 {
	text-align: center;
	margin-bottom: 0.5em;
}

.flight-calendar-container .alert{
	display:none;
}
.flight-container-timeline ul {
	margin-top: 0.5em;
}
.popover-image{
  margin-bottom:0.5em;
  position: relative;
}
.popover-image .photo-owner{
  font-size:0.7em;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
}
.popover-info{
  font-size:0.9em;
  margin-bottom:0.3em;
}
.popover-info strong{
  font-weight: 500;
}


.flight-item-table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.flight-item-table.delivered {
	background-color:#dff0d8;
	border-top:1px solid #d6e9c6;
	border-bottom:1px solid #d6e9c6;
}
.flight-item-table.flight-test {
	background-color:#fcf8e3;
	border-top:1px solid #faebcc;
	border-bottom:1px solid #faebcc;
}
.flight-item-table.taxi {
	background-color:#f2dede;
	border-top:1px solid #ebccd1;
	border-bottom:1px solid #ebccd1;
}
.flight-item-table.spotted {
	background-color:#d9edf7;
	border-top:1px solid #bce8f1;
	border-bottom:1px solid #bce8f1;
}
.flight-item-table .btn-group {
	top: 0px;
	right: 5px;
}
.flight-item-table .log-type{
    text-align:center;
}
.flight-item-table .log-type .value{
    font-size: 1.25em;
    margin-top: 0.5em;
    opacity:0.5;
}
.flight-item-table:hover .log-type .value{
    opacity:1;
}
.flight-item-table .deleteUserLog{
    text-align:center;
    opacity:0.5;
}
.flight-item-table .deleteUserLog button{
    color:#CC0000;
}
.flight-item-table:hover .deleteUserLog{
    opacity:1;
}


/* ERROR */
.error-info{
    text-align:center;
    padding-top:10%;
}
.error-info h1{
    font-size:10em;
    color:#282f37;
}
.error-info h2{
    color:#989898;
    font-size:5em;
    font-weight:500;
}
.error-info h3{
    color:#989898;
    margin-bottom:2.5em;
}

/* FLIGHT */
body.page-flight .button{
    display:none !important;
}
body.page-flight #flight-map{
	width:100%;
    height:600px;
    margin-top:-20px;
}
body.page-flight #flight-map .flight-data-item{
    text-align: left;
}
body.page-flight #flight-map .flight-data-item div{
    margin-bottom: 0.25em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.2em;
}
body.page-flight #flight-map .flight-data-item div:last-child{
    border-bottom: 0px;
}
body.page-flight #flight-map .flight-data-item h5{
    margin-top:0px;
}
body.page-flight #chart{
    background-color:#2A2A2A;
    padding:1.5em;
    box-shadow: 0 1px 10px rgba(0,0,0,.5);
    margin-bottom:1em;
}
body.page-flight .block-cover-container .weather{
    position:absolute;
    top:0px;
    color:#fff;
    text-align:center;
    padding-top:0.5em;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
body.page-flight .block-cover-container .weather small{
    display:block;
}
body.page-flight .block-cover-container .weather strong{
    font-weight:700;
}
body.page-flight .block-cover-container .weather .winds i{
    font-size: 1.75em;
    display: block;
}
body.page-flight .page-header{
    margin-top:2em;
    margin-bottom:2em;
}
body.page-flight .page-header #addLogButton{
    font-size:0.5em;
    margin-left:1.5em;
}
body.page-flight .block-cover span.country-flag{
    position:relative;
    top:inherit;
    right:inherit;
}
body.page-flight .aircraft-flight-info h3{
    margin-top:0px;
    margin-bottom:1em;
}
body.page-flight .aircraft-flight-info .item{
    border-bottom:1px dashed #ddd;
    padding-bottom:0.5em;
    margin-bottom:0.5em;
    clear:both;
    overflow:hidden;
}
body.page-flight .aircraft-flight-info .item div{
    display:inline-block;
    vertical-align:top;
}
body.page-flight .aircraft-flight-info .item div.title{
    width:15%;
    font-weight:bold;
    text-align:right;
    margin-right:1em;
}
body.page-flight .aircraft-flight-info .item .leased{
    font-size:0.9em;
    color: #989898;
    display:block;
}
body.page-flight .photo{
    position: relative;
}
body.page-flight .photo .photo-owner{
    position: absolute;
    top:5px;
    right:25px;
    font-size:0.9em;
    color:#fff;
}
body.page-flight .add-log-form{
    margin-bottom:2.5em;
    display:none;
}

/* MSN */
body.page-msn .navbar{
	margin-bottom: 0px;
}
body.page-msn .aircraft-header{
	width: 100%;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    width:100%;
	min-height:750px;
}
body.page-msn .aircraft-header a{
	color:#fff;
}
body.page-msn .aircraft-header .summary {
	background: transparent;
	background: -webkit-linear-gradient(#282f37 1%, transparent);
	background: -o-linear-gradient(#282f37 1%, transparent);
	background: -moz-linear-gradient(#282f37 1%, transparent);
	background: linear-gradient(#282f37 1%, transparent);
	padding-top: 15%;
}
body.page-msn .aircraft-header .summary h2,
body.page-msn .aircraft-header .summary p{	
	color: #fff;
}
body.page-msn .aircraft-header .summary h2{
    font-size:2.25em;
}
body.page-msn .aircraft-header .photo-owner{
	position: absolute;
	top:1%;
	right:10px;
	color:#fff;
	z-index:9999 !important;
}
body.page-msn .photo-container{
	position: relative;
	visibility: hidden;
	min-height:750px;
}
body.page-msn .photo-container .slidesjs-next{
	position: absolute;
	top:45%;
	right:1%;
	z-index: 99;
	font-size:2.5em;
	color:#fff;
	opacity:0.5;
}
body.page-msn .photo-container .slidesjs-previous{
	position: absolute;
	top:45%;
	left:1%;
	z-index: 99;
	font-size:2.5em;
	color:#fff;
	opacity:0.5;
}
body.page-msn .photo-container .slidesjs-next:hover,
body.page-msn .photo-container .slidesjs-previous:hover{
	opacity:0.75;
}
body.page-msn .slidesjs-container{
	height:750px !important;
}
body.page-msn .slidesjs-pagination {
	display: none;
}
body.page-msn .photo-thumbnail-container {
	margin-top: 1em;
	text-align: center;
}
body.page-msn .photo-thumbnail-container a {
	opacity: 0.75;
	display: inline-block;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
body.page-msn .photo-thumbnail-container a:hover {
	opacity: 1;
}
body.page-msn .photo-thumbnail-container img {
	max-width: 50px;
	border: 1px solid #ddd;
}
body.page-msn .summary .info span.number{
    font-size:1.75em;
}
body.page-msn .summary .info span.title{
    font-size: 0.7em;
}
body.page-msn .aircraft-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body.page-msn .aircraft-details{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-top:1em;
	padding-bottom:1em;
	margin-bottom: 2em;
}
body.page-msn .nav-pills{
    margin-bottom:1em;
    margin-top:2em;
}
body.page-msn .alert-patreon a{
    font-weight:500;
}
body.page-msn .aircraft-activity-title{
    clear:both;
    overflow:hidden;
}
body.page-msn .aircraft-activity-title{
    clear:both;
    overflow:hidden;
}
body.page-msn .aircraft-activity-title h2.no-margin{
	margin-top: 0px;
}
body.page-msn .aircraft-activity .flight-item-msn {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ddd;
	background-color: #f8f8f8;
	position: relative;
}
body.page-msn .aircraft-activity .flight-item-msn strong {
	margin-bottom: 0.5em;
	display:block;
}
body.page-msn .aircraft-activity .flight-item-msn .icon {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-top:0.2em;
	float: left;
	opacity: 0.5;
}
body.page-msn .aircraft-activity .flight-item-msn:hover .icon {
	opacity: 1;
}
body.page-msn .aircraft-activity .flight-item-msn .fa-check {
	color: green;
}
body.page-msn .aircraft-activity .flight-item-msn .fa-times {
	color: red;
}
body.page-msn .aircraft-activity .flight-item-msn .fa-plane {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
body.page-msn .aircraft-activity .flight-item-msn .flight-activity span{
    color: #989898;
	font-size: 0.9em;
}
body.page-msn .aircraft-activity .flight-item-msn .leased{
    font-size:0.9em;
    color: #989898;
}
body.page-msn .aircraft-activity .flight-item-msn .date-time .flight-time-distance {
	display: inline-block;
	color: #989898;
	font-size: 0.9em;
}
body.page-msn .aircraft-activity .flight-item-msn .date-time .flight-time-distance span{
    margin-right:1em;
    border-top: 1px solid #ddd;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    margin-top: 0.25em;
    display: inline-block;
}
body.page-msn .aircraft-activity .flight-item-msn .btn-group {
	position: absolute;
	z-index: 2;
}
body.page-msn .aircraft-activity .flight-item-msn .live {
	top: 25px;
	right: 25px;
}
body.page-msn .aircraft-activity .flight-item-msn .live a{
	color: #B30000;
}
body.page-msn .aircraft-activity .flight-item-msn .btn-admin-edit {
	top: 25px;
	right: 40px;
}
body.page-msn .aircraft-activity .flight-item-msn .special-notes {
	font-size: 0.9em;
	color: #989898;
	width: 100% !important;
}
body.page-msn .social-link {
	margin-top: 1em;
	font-size: 1.5em;
}
body.page-msn .social-link a {
	margin-left: 0.25em;
	margin-right: 0.25em;
}
body.page-msn .social-link a .fa-facebook-square{
	color: #3b5998;
}
body.page-msn .social-link a .fa-twitter-square{
	color: #00aced;
}
body.page-msn .social-link a .fa-google-plus-square{
	color: #dd4b39;
}
body.page-msn .social-link a .fa-linkedin{
	color: #007bb5;
}
body.page-msn .social-link a .fa-pinterest-square{
	color: #cb2027;
}
body.page-msn .social-link a .fa-rss-square{
	color: orange;
}
body.page-msn .social-tools{
    text-align:center;
    margin-bottom:1.5em;
}
body.page-msn .social-tools a{
    margin-bottom:0.5em;
}



/* INDEX - MAIN FLIGHT DISPLAY */
body.page-index h2 {
	margin-bottom: 0.5em;
}
body.page-index h2 small a {
	color: #989898;
	font-size: 0.6em;
}

body.page-index .page-header h1 a.rss{
  float:right;
  font-size:0.5em;
  display:inline-block;
  margin-top:1.2em;
  color:#FF6600;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
body.page-index .page-header h1 a.rss:hover{
  opacity: 0.75;
}
body.page-index .modal .modal-content{
	background-color: rgba(255, 255, 255, 0.97);
}
body.page-index .modal .form-group p{
	margin-left: 1.5em;
  margin-top: 0.5em;
  font-size:0.9em;
}
body.page-index .label{
	margin-bottom:0.1em;
	margin-right:1em;
	padding-left:1em;
	display:inline-block;
	cursor: pointer;
}
body.page-index .label span{
	opacity:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
body.page-index .label span a{
	color:#fff;
}
body.page-index .label:hover span{
	opacity:1;
}

.gm-style-iw + div {display: none;}
.gm-style-iw {
  text-align: center !important;
}


body.page-index .social-media {
	margin-top: 1em;
    padding-bottom: 1em;
    clear: both;
    overflow: hidden;
}
body.page-index .social-media .col-sm-3{
    width:20%;
}
body.page-index .social-media a {
	color: #fff;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
}
body.page-index .social-media a:hover {
	opacity: 0.75;
}
body.page-index .social-media a.facebook {
	background-color: #3b5998;
}
body.page-index .social-media a.twitter {
	background-color: #00aced;
}
body.page-index .social-media a.instagram {
	background-color: #fb3958;
}
body.page-index .social-media a.paypal {
	background-color: #292562;
}
body.page-index .social-media a.support {
	background-color: #595959;
}
body.page-index .social-media a.discord {
	background-color: #7289da;
}
body.page-index .social-media a.github {
	background-color: #211F1F;
}

/* STATISTICS */
body.page-statistics .date-selector{
    text-align:right;
    margin-bottom:1em;
    margin-top:1.5em;
    position: relative;
}
body.page-statistics .date-selector input{
    font-size:0.9em;
}
body.page-statistics .date-selector input[type="text"]{
    width: 15%;
    display: inline-block;
}
body.page-statistics .disclaimer{
  text-align: center;
  font-size:0.7em;
  margin-top:2.0em;
  margin-bottom:1.0em;
  color: #737373;
}
body.page-statistics .chart{
	max-width: 1800px;
	max-height: 300px;
	margin-bottom:7em;
}
body.page-statistics .bar-chart{
	max-width: 1800px;
	max-height: 550px;
	margin-bottom:7em;
}
body.page-statistics .doughnut-chart{
	max-width: 1800px;
	max-height: 600px;
	margin-bottom:7em;
}
body.page-statistics .row h4{
    text-align:center;
    color: #333;
    padding-bottom: 1em;
}
body.page-statistics .row p.center{
    text-align:center;
}
body.page-statistics .btn-search{
    margin-bottom: 2.5em;
    font-size: 1.2em;
    padding: 0.75em;
}
body.page-statistics #deliveries_final_assembly .nav-sub{
    margin-top:1em;
}
body.page-statistics #deliveries_final_assembly .nav-sub li{
    width:18%;
}


/* ABOUT */
body.page-about .about-hero{
    min-height: 900px;
    text-align:center;
}
body.page-about .about-hero img{
    width:15%;
    margin-top:5%;
}
body.page-about .about-hero .fade-to-white{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body.page-about .social-media div{
    margin-bottom:1em;
}
body.page-about .social-media div i{
    background-color:#282f37;
    color:#fff;
    height:40px;
    width:40px;
    text-align:center;
    font-size:1.5em;
    line-height:1.9em;
    vertical-align: middle;
    margin-right:0.25em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
body.page-about .patreon-supporters{
    margin-top:1em;
    margin-bottom:2.5em;
}


/* API DOCUMENTATION */
body.page-user_api_documentation hr{
    margin-top:5em;
    margin-bottom:5em;
}
body.page-user_api_documentation pre{
    margin-bottom:2.5em;
}
body.page-user_api_documentation .documention-table{
    margin-bottom:2.5em;
}
body.page-user_api_documentation .documention-table h4{
    margin-top:1em;
}
body.page-user_api_documentation .documention-table .documention-table-header{
    background-color: #282f37;
    color: #fff;
    font-weight: 700;
    text-transform:uppercase;
    padding:8px;
}
body.page-user_api_documentation .documention-table .documention-table-row{
    padding:8px;
    border-bottom:1px solid #ddd;
}
body.page-user_api_documentation .documention-table .documention-table-row .col-sm-2,
body.page-user_api_documentation .documention-table .documention-table-row .col-sm-3{
    font-weight: 700;
}
body.page-user_api_documentation .documention-table .documention-table-row:last-child{
    border-bottom:0px;
}

/* BELUGA */
body.page-page-beluga .beluga-row-buttons div{
    width:20%;
}


/* CUSTOMERS */
body.page-customers .customer-view-type a{
    font-size:1.1em;
    display:inline-block;
    margin-left:1em;
    color:#989898;
}
body.page-customers .customer-view-type a.active,
body.page-customers .customer-view-type a:hover{
    color:inherit;
}
body.page-customers .map-container{
    position:relative;
}
body.page-customers #marker-tooltip {
    display: none;
    position:absolute;
    background-color:rgba(255, 255, 255, 0.9);
    text-align:center;
    padding:0.25em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 0.9em;
    min-width:100px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(152,152,152,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(152,152,152,1);
    box-shadow: 0px 0px 5px 1px rgba(152,152,152,1);
}
body.page-customers #customer-map{
    width:100%;
    height:600px;
}
body.page-customers #customer-map .gm-style-iw {
    width: 250px; 
    padding:0px;
}
body.page-customers #customer-map .gm-style-iw .btn{
    display:inline-block;
    margin:0 auto;
    margin-top:1em;
}
body.page-customers #customer-map .gm-style-iw .photo{
    position:relative;
    margin-top:1em;
}
body.page-customers #customer-map .gm-style-iw .photo img{
    width:100%;
}
body.page-customers #customer-map .gm-style-iw .photo span{
    position:absolute;
    top:5px;
    right:5px;
}
body.page-customers #customer-map .gm-style-iw .photo span a{
    color:#fff;
    font-size:0.75em;
}
body.page-customers #customer-map .gm-style-iw .photo span a:hover{
    opacity:0.75;
}
body.page-customers .main-jumbotron{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body.page-customers .alphabet-legend{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	text-align: center;
}
body.page-customers .alphabet-legend a{
	display:inline-block;
	margin-left:0.2em;
	margin-right:0.2em;
}
body.page-customers .alphabet-header{
	margin-bottom: 0px;
	padding-bottom:1em;
}
body.page-customers .alphabet{
	margin-bottom:3.0em;
}
body.page-customers .top {
	text-align: center;
	margin-top: 1.5em;
}
body.page-customers .top a{
	font-size:0.9em;
	color:#989898;
}
body.page-customers .block-cover{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body.page-customers .block-cover span.country-flag{
    position:relative;
    top:inherit;
    right:inherit;
}
body.page-customers .disclaimer{
  text-align: center;
  font-size:0.7em;
  margin-top:2.0em;
  margin-bottom:1.0em;
  color: #737373;
}
body.page-page-customer #aircraft-transfers{
    display:none;
}
body.page-page-customer #total_deliveries,
body.page-page-customer #total_transfers{
    min-height:200px;
    margin-bottom:2.5em;
}
body.page-page-customer .top-5 h4{
    border-bottom:1px solid #ddd;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
body.page-page-customer .top-5 .flight-row{
    overflow:hidden;
    clear:both;
    margin-bottom:1em;
}
body.page-page-customer .top-5 .flight-row .photo{
    float:left;
    width:125px;
    position: relative;
    margin-right:0.5em;
}
body.page-page-customer .top-5 .flight-row .photo:hover{
    opacity:0.75;
}
body.page-page-customer .top-5 .flight-row .photo span{
    position: absolute;
    top:5px;
    right:5px;
    font-size:0.7em;
    color:#fff;
}
body.page-page-customer .top-5 .flight-row .no-photo{
    float:left;
    width:125px;
    position: relative;
    margin-right:0.5em;
    opacity:0.75;
}
body.page-page-customer .top-5 .flight-row .date{
    color:#aaa;
    font-size:0.9em;
}

/* ORDERS */
body.page-page-orders #aircraft-type-form-submit,
body.page-page-orders #year-form-submit{
    display:none;
}
body.page-page-orders .year-type-form-container form{
    display:inline-block;
    margin-left:0.5em;
}
body.page-page-orders .flight-item-table-header{
    color:#fff;
    font-weight:bold;
    background-color:#282f37;
}
body.page-page-orders .flight-container{
    margin-top:0px;
}
body.page-page-orders .flight-container .center{
    text-align:center;
}
body.page-page-orders .flight-container .total{
    font-weight:bold;
    border-top:2px solid #000;
    padding:5px;
}
body.page-page-orders .flight-item-row:hover{
    background-color:#eee;
}
body.page-page-orders .order-info-item{
    border-bottom:1px dotted #ddd;
    padding:5px;
    margin-bottom:1em;
    padding-bottom:1em;
}
body.page-page-orders .order-info-item:last-child{
    border-bottom:0px;
}
body.page-page-orders .order-info-item .special-notes{
    font-size: 0.9em;
	color: #989898;
}

/* NEWS */
body.page-news .news-content .col-sm-6{
    vertical-align:top;
    margin-bottom:1.5em;
}


/* DATE */
body.page-page-date .date-selector{
    text-align:right;
    margin-bottom:1em;
    margin-top:1.5em;
    position: relative;
}
body.page-page-date .date-selector input{
    font-size:0.9em;
}
body.page-page-date .date-selector input[type="text"]{
    width: 15%;
    display: inline-block;
}

/* USER LOGIN */
body.page-user_login{
  background: url('../images/login-background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.page-user_login .links{
	float:right;
	display: inline-block;
	margin-top:0.5em;
}
body.page-user_login .column {
	width: 70%;
	padding:0px;
	border: 1px solid #ddd;
	background-color:rgba(255, 255, 255, 0.90);
	margin: 0 auto;
	margin-top: 10em;
}
body.page-user_login .column h4 {
	padding: 0.75em;
    padding-left: 1.5em;
    color: #fff;
    background: #282f37;
    margin: 0px;
}
body.page-user_login .column form{
    padding: 1.5em;
}


/* USER RESET */
body.page-user_reset{
    background: url('../images/login-background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.page-user_reset .column {
	width: 70%;
	padding:0px;
	border: 1px solid #ddd;
	background-color:rgba(255, 255, 255, 0.90);
	margin: 0 auto;
	margin-top: 10em;
}
body.page-user_reset .column h4 {
	padding: 0.75em;
    padding-left: 1.5em;
    color: #fff;
    background: #282f37;
    margin: 0px;
}
body.page-user_reset .column form{
    padding: 1.5em;
}


/* USER REGISTER */
body.page-user_register .jumbotron{
    padding-bottom: 0px;
}
body.page-user_register .column-form {
	width: 70%;
	padding:0px;
	border: 1px solid #ddd;
	background-color:rgba(255, 255, 255, 0.90);
	margin: 0 auto;
	margin-bottom:5em;
}
body.page-user_register .column-form h4 {
	padding: 0.75em;
    padding-left: 1.5em;
    color: #fff;
    background: #282f37;
    margin: 0px;
}
body.page-user_register .column-form form{
    padding: 1.5em;
}
body.page-user_register .info .col-sm-1 {
	font-size: 1.5em;
	padding-top: 1em;
	color: #282f37;
}
body.page-user_register .info .col-sm-11 {
	text-align:left;
}


/* USER SETTINGS */
body.page-user_settings .side-menu{
    margin-top:1.5em;
}
body.page-user_settings .user_form .profile .glyphicon-remove{
	display:none;
}
body.page-user_settings .user_form .password .glyphicon{
	display:none;
}
body.page-user_settings .delete-account {
	float: right;
}
body.page-user_settings p {
	font-size:0.9em;
	margin-bottom:inherit;
}
body.page-user_settings .button{
    margin-top:2em;
}

/* USER REGISTER */
body.page-user_register .icon{
	font-size:5.0em;
	text-align: center;
	color: #23527c;
}
body.page-user_register .user_form .profile .glyphicon{
	display:none;
}
body.page-user_register .user_form .password .glyphicon{
	display:none;
}

/* USER FLIGHT CATEGORY */
body.page-user_flight_category form.delete-alert {
	display: inline-block;
}
body.page-user_flight_category form.delete-alert button {
	background: none;
	border: none;
}
body.page-user_flight_category form.delete-alert button .icon-delete{
	color: red;
}
body.page-user_flight_category .legend-color{
    text-align:left;
    margin-bottom:0.5em;
}
body.page-user_flight_category .sp-light{
    margin-left:0.5em;
}

/* USER ALERTS */
body.page-user_alerts .alert-list {
	margin-bottom: 2.5em;
}
body.page-user_alerts form.delete-alert {
	display: inline-block;
}
body.page-user_alerts form.delete-alert button {
	background: none;
	border: none;
}
body.page-user_alerts form.delete-alert button .icon-delete{
	color: red;
}
body.page-user_alerts .alert_form {
	margin-bottom: 2.5em;
}
body.page-user_alerts .alert-item {
	margin-bottom: 1em;
}
body.page-user_alerts .alert-item .trigger {
	color: #989898;
	font-size: 0.8em;
}


/* USER FLIGHT SUMMARY */
body.page-user-flight-summary .date-selector{
    text-align:right;
    margin-bottom:1em;
    margin-top:1.5em;
    position: relative;
}
body.page-user-flight-summary .date-selector input{
    font-size:0.9em;
}
body.page-user-flight-summary .date-selector input[type="text"]{
    width: 15%;
    display: inline-block;
}
body.page-user-flight-summary hr.seperator{
    margin-top:7em;
    margin-bottom:7em;
}
body.page-user-flight-summary .alert{
    margin-bottom:5em;
}
body.page-user-flight-summary .alert h4{
    margin-top:0px;
    padding-bottom:0.25em;
    border-bottom:1px solid #bce8f1;
    margin-bottom:0.5em;
    font-weight:500;
}
body.page-user-flight-summary .alert strong{
    font-weight:700;
}

/* USER LOG */
body.page-user_log .filter{
    margin-bottom:2.5em;
}
body.page-user_log .filter .nav-pills{
    margin-bottom:1.5em;
}
body.page-user_log .filter form{
    width:75%;
    margin:0 auto;
}


/* SEARCH */
body.page-search  .search-form-container {
	margin-top: 1em;
}
body.page-search  .search-form-container .col-sm-12 .col-sm-4 {
	padding-left: 0px;
}
body.page-search  .search-form-container .form-group select {
	margin-left: 0px;
	margin-top: 0.2em;
	width: 100%;
}
body.page-search  .search-form-container .form-group #start_date,
body.page-search  .search-form-container .form-group #end_date {
	cursor: pointer;
	width: 100%;
}
body.page-search  .search-form-container .picker select {
	width: inherit;
}
body.page-search  .search-form-container .btn{
	width: 100%;
	margin-bottom:0.25em;
}
body.page-search .search-extra {
	font-size: 0.9em;
	text-align: right;
	margin-top: 1em;
}
body.page-search .other_flight_activity_form{
    display:none;
    padding-left:1em;
    padding-right:1em;
}
body.page-search .other_flight_activity_form_show{
    display:block !important;
}


/* PAGE: HELICOPTER */
body.page-page-helicopter .flight-item-table-header strong{
    font-weight:700;
}
body.page-page-helicopter .edit{
    font-size:0.8em;
    text-align:right;
}
body.page-page-helicopter .edit a{
    margin-left:0.25em;
}
body.page-page-helicopter .edit a.delete{
    color:#CC0000;
}

/* PAGE: CUSTOMER */
body.page-page-customer #aircraft-type-form-submit,
body.page-page-customer #year-form-submit{
    display:none;
}
body.page-page-customer .year-type-form-container form{
    display:inline-block;
    margin-left:0.5em;
}

/* PAGE: AIRPORTS */
body.page-page-airports .block-cover-container .weather{
    position:absolute;
    top:0px;
    color:#fff;
    text-align:center;
    padding-top:0.5em;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
body.page-page-airports .block-cover-container .weather small{
    display:block;
}
body.page-page-airports .block-cover-container .weather strong{
    font-weight:700;
}
body.page-page-airports .block-cover-container .weather .winds i{
    font-size: 1.75em;
    display: block;
}
body.page-page-airports .block-cover span.country-flag{
    position:relative;
    top:inherit;
    right:inherit;
}

/* PAGE: AIRPORT */
body.page-page-airport .page-cover .weather{
    position:absolute;
    top:0px;
    color:#fff;
    text-align:center;
    padding-top:0.5em;
    font-size:1.1em;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
body.page-page-airport .page-cover .weather small{
    display:block;
}
body.page-page-airport .page-cover .weather strong{
    font-weight:700;
}
body.page-page-airport .page-cover .weather .winds i{
    font-size:2em;
    display: block;
}
body.page-page-airport .page-cover .weather .wx i.wi{
    font-size: 2.25em;
    margin-bottom:0.25em;
}
body.page-page-airport .weather-button-container{
    text-align:center;
}
body.page-page-airport .weather-button-container .weather-button{
    text-align: center;
    margin-bottom:2.5em;
    display:inline-block;
    margin-right:1em;
}
body.page-page-airport .weather-container{
    display:none;
    margin-bottom:2.5em;
}
body.page-page-airport .weather-container .source{
    color:#989898;
    font-size:0.75em;
    text-align: center;
    padding-top:0.5em;
}
body.page-page-airport .weather-container .taf-item{
    padding-top:1em;
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}
body.page-page-airport .weather-container .taf-item:last-child{
    border-bottom:0px;
}
body.page-page-airport .weather-container .taf-item .col-sm-2,
body.page-page-airport .weather-container .taf-item .col-sm-3{
    text-align: center;
}
body.page-page-airport .weather-container .taf-item .date span{
    border-bottom:1px dashed #000;
    cursor: help;
    margin-bottom:0.5em;
    display:inline-block;
}
body.page-page-airport .weather-container .taf-item .winds i{
    font-size: 2em;
}
body.page-page-airport .weather-container .taf-item .wx i.wi{
    font-size: 2.25em;
    margin-bottom:0.25em;
}
body.page-page-airport .weather-container .taf-item i.red{
    color:#a94442;
}


/* PAGE: PRODCUTION LIST */
body.page-page-production-list .disclaimer{
  text-align: center;
  font-size:0.7em;
  margin-top:2.0em;
  margin-bottom:1.0em;
  color: #737373;
}


/* ADMIN */
[class*="page-admin"] .side-menu{
    margin-top:1.5em;
}
body.page-admin-suggestions .row,
body.page-admin-users .row,
body.page-admin-aircraft-photos .row,
body.page-admin-photo-owner .row,
body.page-admin-news .row,
body.page-admin-airports .row,
body.page-admin-airlines .row,
body.page-admin-orders .row{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ddd;
	position: relative;
}
body.page-admin-suggestions .row.header,
body.page-admin-users .row.header,
body.page-admin-aircraft-photos .row.header,
body.page-admin-photo-owner .row.header,
body.page-admin-news .row.header,
body.page-admin-airports .row.header,
body.page-admin-airlines .row.header,
body.page-admin-orders .row.header{
	font-weight: bold;
}
body.page-admin-suggestions .row .actions a,
body.page-admin-users .row .actions a,
body.page-admin-aircraft-photos .row .actions a,
body.page-admin-news .row .actions a,
body.page-admin-airports .row .actions a,
body.page-admin-airlines .row .actions a,
body.page-admin-orders .row .actions a{
	margin-left: 0.25em;
	margin-right: 0.25em;
}
body.page-admin-users .row .type .red {
	color: red;
}
body.page-admin-users .row .type .green {
	color: green;
}
body.page-admin-aircraft-photos .row .photo-owner {
	text-align: center;
	margin-top: 0.25em;
	font-size: 0.8em;
}
body.page-admin-suggestions .action-center,
body.page-admin-users .action-center,
body.page-admin-aircraft-photos .action-center {
	text-align: center;
	margin-top: 0.5em;
}
body.page-admin-add-news .form-group select,
body.page-admin-edit-news .form-group select,
body.page-admin-add-flight .form-group select,
body.page-admin-edit-flight .form-group select,
body.page-admin-copy-flight .form-group select{
    margin-left:0px;
}
body.page-admin-flight-operations h4{
    margin-bottom:1.5em;
    color:#282f37;
}
body.page-admin-flight-operations .row .col-sm-4{
    margin-bottom:1em;
}
body.page-user-operational-information-system h4{
    color:#fff;
    background-color:#282f37;
    padding:15px;
}
body.page-user-operational-information-system h4 i{
    margin-right:0.3em;
}
body.page-user-operational-information-system p{
    margin-bottom:0.5em;
}
body.page-user-operational-information-system p strong{
    font-weight:700;
}
body.page-user-operational-information-system .ois-row{
    margin-bottom:3em;
}
#admin-form .quick-add{
    font-size:0.9em;
    margin-top:0.5em;
}

/* CSS FADE */
.fadeIn {
  opacity: 0;
  animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FADEIN OPTIONS */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* CSS SHAKE */
.shake{
	 animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-4px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(8px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-16px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(16px, 0, 0);
  }
}

/* CSS TRANSFORM */
.transform{
    opacity:1;
    -webkit-animation: transform 0.5s;
    -moz-animation: transform 0.5s; /* Firefox < 16 */
    -ms-animation: transform 0.5s; /* Internet Explorer */
    -o-animation: transform 0.5s; /* Opera < 12.1 */
    animation: transform 0.5s;
}
@keyframes transform {
    from { -webkit-transform: scale( 10 ); opacity:0; }
    to   { -webkit-transform: scale( 1 ); opacity:1; }
}
/* Firefox < 16 */
@-moz-keyframes transform {
    from { -webkit-transform: scale( 10 ); opacity:0; }
    to   { -webkit-transform: scale( 1 ); opacity:1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes transform {
    from { -webkit-transform: scale( 10 ); opacity:0; }
    to   { -webkit-transform: scale( 1 ); opacity:1; }
}

/* Internet Explorer */
@-ms-keyframes transform {
    from { -webkit-transform: scale( 10 ); opacity:0; }
    to   { -webkit-transform: scale( 1 ); opacity:1; }
}

/* Opera < 12.1 */
@-o-keyframes transform {
    from { -webkit-transform: scale( 10 ); opacity:0; }
    to   { -webkit-transform: scale( 1 ); opacity:1; }
}

/* ANIMATION FLICKER */
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}



/* CSS SNOW */
@keyframes snow {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

/* RETINA DEVICES */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	body {
	    font-weight: 300;
	}
	h1, h2, h3, h4, h5, h6, h2.date-header a{
	  font-weight:100;
	}
}

/* Widescreen */
@media only screen and (min-width: 1200px) {
	
	/* GLOBAL */
	
	/* FLIGHT ITEM */
	.photo-grid-container .photo .title{
		font-size:1.2em;
	}
}
@media only screen and (min-width: 1500px) {

	/* GLOBAL */
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height:325px  !important;
	}
	.page-cover{
    	min-height:600px;
    }
	
}
@media only screen and (min-width: 1800px) {

	/* GLOBAL */
	.page-cover{
    	min-height:700px;
    }
	
}
@media only screen and (min-width: 2500px) {

	/* GLOBAL */
	.page-cover{
    	min-height:800px;
    }
	
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
	
	/* GLOBAL */
	.photo-slideshow-container .slidesjs-container{
		height:900px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:900px;
	}
	
	/* MSN */
	body.page-msn .slidesjs-container{
		height:900px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:900px;
	}
	
}
@media only screen and (min-width: 1800px) and (max-width: 2000px) {

	/* GLOBAL */
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height:350px !important;
	}
	.photo-slideshow-container .slidesjs-container{
		height:1100px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:1100px;
	}

	/* MSN */
	body.page-msn .slidesjs-container{
		height:1100px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:1100px;
	}

}
@media only screen and (min-width: 2000px) and (max-width: 2500px) {
	
	/* GLOBAL */
	.container{
		width: 1500px;
	}
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height:450px !important;
	}
	.photo-slideshow-container .slidesjs-container{
		height:1180px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:1180px;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 4.5em;
		top:150px;
	}
	
	/* MSN */
	body.page-msn .slidesjs-container{
		height:1180px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:1180px;
	}
	body.page-msn .aircraft-header h2{
		font-size: 3em;
		top:150px;
	}
	
}
@media only screen and (min-width: 2500px) {
	
	/* GLOBAL */
	.container{
		width: 1800px;
	}
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height:550px !important;
	}
	.photo-slideshow-container .slidesjs-container{
		height:1400px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:1400px;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 5em;
		top:150px;
	}
	
	/* MSN */
	body.page-msn .slidesjs-container{
		height:1400px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:1400px;
	}
	body.page-msn .aircraft-header h2{
		font-size: 4em;
		top:150px;
	}
	
	/* OUTPUT */
	.flight-item{
	   max-height:400px !important;
	}
	.flight-item .photo a {
		min-height: 400px !important;
	}
	
}

@media only screen and (min-width: 3500px) {


	/* GLOBAL */
	.photo-slideshow-container .slidesjs-container{
		height:2100px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:2100px;
	}
	.photo-slideshow-container .aircraft-header .jumbotron {
		padding-top: 12em;
		padding-bottom:  12em;
	}
	.photo-slideshow-container .aircraft-header .jumbotron p {
		font-size: 3em;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 6em;
		top:150px;
	}

	/* MSN */
	body.page-msn .slidesjs-container{
		height:2100px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:2100px;
	}
	body.page-msn .aircraft-header .jumbotron {
		padding-top: 12em;
		padding-bottom:  12em;
	}
	body.page-msn .aircraft-header h2{
		font-size: 6em;
		top:150px;
	}
}

/* Tablet (Landscape) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	/* GLOBAL */
	#user-options{
		opacity:1;
	}
	.page-cover{
        min-height:400px;
      }
    .block-cover{
        min-height: 250px;
    }
	
	/* ABOUT */
	body.page-about h1{
		margin-top:1.0em;	
	}
	/* ABOUT */
    body.page-about .about-hero{
        min-height: 500px;
    }
	
	
	/* FLIGHT ITEM */
	.flight-item{
	   max-height:280px !important;
	}
	.flight-item .photo a {
		min-height: 280px !important;
	}
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height: 300px;
	}
	.photo-slideshow-container .slidesjs-container{
		height:700px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		min-height:700px;
	}
	
	/* MSN */
	body.page-msn .flight-info .flight-item-msn .btn-group{
  display:block !important;
	}
	body.page-msn .slidesjs-container{
		height:700px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		min-height:700px;
	}
	body.page-msn .aircraft-header .summary h2{
      font-size:1.8em;
    }
	
	/* STATISTICS */
	.statistics .intro span{
		margin-right: 1em;
	}
	.statistics .intro .badge{
	  font-size: 2em;
	}
}	


/* Tablet (Portrait) (usually until 959px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* GLOBAL */
	#user-options{
		opacity:1;
	}
	.page-cover{
        min-height:300px;
      }
    .block-cover{
        min-height: 225px;
    }
	body.page-index .info-box{
        font-size: inherit;
    }
    body.page-statistics .info-box{
       font-size: 0.8em;
    }
	
	/* HEADER */
    .navbar-aib-family-top li{
        padding-top: 15px;
        font-size:0.9em;
    }
    .navbar-aib-family-top .navbar-toggle{
        padding-top:0px !important;
    }
	.navbar-aib-family .navbar-header{
	    width:27%;
	}
	.navbar-aib-family .navbar-brand{
	    width:100%;
	}
    .navbar-aib-family .navbar-brand img{
        width:125px;
    }
    .navbar-aib-family .navbar-right li a{
        font-size: 0.9em;
    }
    .navbar-aib-family .navbar-right li a i{
        font-size:20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
	.navbar-header{
		width:100%;
	}
	.navbar-brand{
		width:100%;
		text-align:center;
	}
	.navbar-collapse{
  	text-align: center;
	}
	.navbar-nav{
    float:none;
    display:inline-block;
	}
	.navbar-nav>li>a{
  	padding-top: 0px;
    padding-bottom: 5px
	}
	.navbar-nav .socialmedia-icon {
		display: none;
	}
	
	/* ABOUT */
	body.page-about h1{
		margin-top:1.0em;	
	}
    body.page-about .about-hero{
        min-height: 400px;
    }
    body.page-about .about-hero .fade-to-white{
        height:150px;
    }
	
	/* DISPLAY OUTPUT */
	.flight-item{
		max-height: inherit !important;
		padding-bottom: 0px;
	}
	.flight-item .col-sm-7,
	.flight-item .col-sm-5 {
		width: 100%;
	}
	.flight-item .photo a {
		min-height:400px !important;
	}
	.flight-item .photo .no-photo {
		width: 50% !important;
	}
	.photo-grid-container .photo,
	.photo-grid-container .photo .col-sm-12 {
		height: 400px;
	}
	.photo-slideshow-container .slidesjs-container{
		height:500px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		background-attachment: inherit;
		min-height:500px;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 1.8em;	
	}
	
   /* FOOTER */
   footer .column-left,
   footer .column-right{
      float:none;
       width:100%;
       text-align: center;
   }
   footer .column-right{
        font-size:0.9em;
    }
    footer .column-right .circle{
      display: block;
        color: #fff;
        height: 0px;
    }
    
    /* BELUGA */
    body.page-page-beluga .beluga-row-buttons div{
        width:100%;
    }
   
   /* MSN */
    body.page-msn .aircraft-title{
      display:block !important;
    }
    body.page-msn .aircraft-header .summary{
      display:none !important;
    }
   body.page-msn .flight-info .flight-item-msn .btn-group{
  display:block !important;
	}
	body.page-msn .slidesjs-container{
		height:500px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		background-attachment: inherit;
		min-height:500px;
	}
	
	/* INDEX */
	body.page-index .advanced-search {
		width: 95%;
		margin: 0 auto;
		margin-top: 1em;
	}
	body.page-index .advanced-search .col-sm-12 {
		margin-bottom: 1em;
	}
	body.page-index  .advanced-search .col-sm-12 .col-sm-4 {
		width: 50%;
	}
	body.page-index .search-container .filter a{
		font-size: 0.9em;
	}
	body.page-index .search-container .filter .filter-label{
		display: block;
	}
	
}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
}


/* Mobile (Portrait/Landscape) */
@media only screen and (max-width: 767px) {
  
  /* GLOBAL */
  .navbar-aib-family-top{
      display:none;
  }
  .navbar-aib-family .navbar-toggle{
      margin-top:0px;
       padding-top: 3em;
      z-index:9999;
  }
    .navbar-aib-family .navbar-brand{
        height:100px;
        display:block;
        text-align: center;
        float:none;
    }
  .navbar-aib-family .navbar-brand img{
        width:75px;
        display:inline-block;
    }
    .navbar-aib-family .navbar-right{
        width:100%;
    }
    .navbar-aib-family .navbar-right li{
        width:100%;
        padding-bottom: 0px;
        padding-top: 0px;
        border-bottom:1px solid #ddd;
    }
    .navbar-aib-family .navbar-right li.mobile-only{
        display:block;
    }
    .navbar-aib-family .navbar-right li:last-child{
        border-bottom:0px;
    }
    .navbar-aib-family .navbar-right li a{
        width:100%;
        display:block;
        text-align: left;
    }
    .navbar-aib-family .navbar-right li a i {
        display: inline-block;
        font-size: 12px;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin:inherit;
        text-align: center;
    }
    .navbar-aib-family .navbar-right li.user-notification .navbar-toggle{
        float:none;
        padding: 15px 10px;
        margin-bottom:0px;
    }
    .navbar-aib-family .navbar-right li.user-notification .notification-container{
        margin-bottom:3em;
        margin-left:1em;
        margin-right:1em;
    }
    .navbar-aib-family .navbar-right li.user-notification .notification-container a.clear{
        display:inherit;
    }
    .navbar-nav .user-notification .badge{
        margin-left:0.25em;
    }
  h1 small{
    display:block;
    margin-top:0.8em;
  }
  .page-header .dropdown{
    position: relative;
    right: inherit;
    top: inherit;
  }
  .page-cover{
    min-height:250px;
  }
  .block-cover-container{
    margin-left:-15px;
    margin-right:-15px;
   }
  .block-cover{
	min-height:300px;
    }
    .row-buttons div{
        margin-bottom:0.75em;
    }
    .row-buttons div{
        width: 100%;
    }
  #user-options{
		opacity:1;
	}
	#user-options .btn{
		font-size:1.2em;
	}
	.extra-links a {
		margin-bottom: 1em;
	}
	.info-box{
        display:none;
    }
	
  
  /* HEADER */
  .navbar-nav{
     float:inherit;
   }
   .navbar-search{
     display: none;
   }
   .navbar-brand{
	   	text-align: center;
   }
   .navbar-collapse{
   	background-color: #fff;
   }
   .navbar-collapse .user-icon,
  .navbar-collapse .search-icon,
  .navbar-nav .socialmedia-icon{
	  display:none;
  }
  .nav>li{
  	padding-left: 10px;
  	padding-right: 10px;
  	font-size: 1.1em;
  	margin-bottom:0.3em;
  }
  .navbar-header .custom-icon{
  	float: right;
  	padding-left: 0px;
  }
  button.navbar-toggle{
  	float: left;
  }
  #navbar-close{
  	width: 22px;
  	color: #282f37;
  	font-size: 1.1em;
  	margin-top: -5px;
  }
  .custom-icon .dropdown-menu a {
  	color: #333;
  }
  .custom-icon .notification .badge{
  	margin-left: -8px;
  	background-color: #a94442;
  	font-size: 0.7em;
  }
  .custom-icon .notification li a.clear {
  	font-size: 0.8em;
  	color: #989898;
  	font-weight: normal;
  }
  .custom-icon .notification li span.date {
  	color: #989898;
  	font-size: 0.8em;
  }
  

	   
   /* FOOTER */
   footer .column-left,
   footer .column-right{
      float:none;
       width:100%;
       text-align: center;
   }
   footer .column-right{
        font-size:0.9em;
    }
    footer .column-right .circle{
      display: block;
        color: #fff;
        height: 0px;
    }
    
    /* ABOUT */
    body.page-about .about-hero{
        min-height: 350px;
    }
    body.page-about .about-hero .fade-to-white{
        height:100px;
    }
  
  /* DISPLAY OUTPUT */
  .flight-item-notes{
  	margin-left:15px;
  	margin-right:15px;
  }
  .flight-item{
  	opacity: 1 !important;
  	max-height: inherit !important;
  	margin-left:15px;
  	margin-right:15px;
  	margin-bottom: 3em;
  	padding-bottom: 0px;
  }
  .flight-item .date{
	  margin-left: 15px;
	  margin-right: 15px;
  	max-height: inherit;
   }
   .flight-item-date .date {
   		padding-left: 15px !important;
   		padding-right: 15px !important;
   }
	.flight-item .col-sm-3.photo i{
		left:1%;
		font-size:1.2em;
	}
	.flight-item .detail{
	    margin-bottom:0.8em;
	    width:50% !important;
		display:inline-block;
		vertical-align: top;
  	}
  	.flight-item .special-notes{
  	  width:100% !important;
  	}
  	.photo-grid-container .photo .col-sm-12, 
  	.photo-grid-container .photo{
  		opacity: 1 !important;
  		height: 350px;
  	}
	.photo-grid-container .photo .no-photo{
		width:100%;
	}
	.photo-grid-container .photo .title{
		font-size:1.1em;
	}
	.summary .info span{
		display: inline-block;
		width: 42%;
	}
	.summary .info span.number{
		width: 100%;
	}
	.summary .info span.title {
		width: 100%;
	}
	.photo-slideshow-container .slidesjs-container{
		height:400px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		background-attachment: inherit;
		min-height:400px;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 1.5em;	
	}
    
    /* BELUGA */
    body.page-page-beluga .beluga-row-buttons div{
        width:100%;
    }
	
	/* INDEX */
	body.page-index .social-media .col-sm-3{
        width:100%;
    }
  
  /* MSN */
  body.page-msn .aircraft-title{
      display:block !important;
  }
  body.page-msn .slidesjs-container{
		height:400px !important;
	}
	body.page-msn .photo-container,
  body.page-msn .aircraft-header{
		background-attachment: inherit;
		min-height:400px;
	}
	body.page-msn .aircraft-header .summary{
      display:none !important;
    }
	body.page-msn .aircraft-header .photo-owner{
		font-size:0.9em;	
	}
	body.page-msn .aircraft-activity-title {
		margin-left: 15px;
		margin-right: 15px;
	}
	body.page-msn .aircraft-details .detail {
		width: 48%;
		display: inline-block;
		margin-bottom: 1em;
		vertical-align: top;
	}
	body.page-msn .aircraft-activity .flight-item-msn {
		margin-left: 15px;
		margin-right: 15px;
	}
	  body.page-msn .aircraft-activity .flight-item-msn .detail {
	  	width: 48%;
	  	display: inline-block;
	  	margin-bottom: 1em;
	  	vertical-align: top;
	  }
	  body.page-msn .aircraft-activity .flight-item-msn .detail .fas {
	  	display: none;
	  }
	  body.page-msn .nav-pills li{
	      width:100%;
	  }
	  body.page-msn .social-tools a{
          width:100%;
      }
	   
  
	  /* STATISTICS */
	body.page-statistics .date-selector input[type="date"]{
	    width: 25%;
	}
	
	/* PAGE: AIRPORTS */
    body.page-page-airports .block-cover-container .weather{
        width:100%;   
    }
    body.page-page-airports .block-cover-container .weather .col-sm-3{
        float:left;
    }
    
    /* PAGE: AIRPORT */
    body.page-page-airport .page-cover .weather{
        width:100%;   
        font-size:0.9em;
    }
    body.page-page-airport .page-cover .weather .col-sm-2,
    body.page-page-airport .page-cover .weather .col-sm-3{
        float:left;
    }
    
    /* PAGE: Log */
    body.page-user_log .nav-pills li{
	      width:100%;
	  }
	  body.page-user_log .filter form{
	      width:100%;
	  }
}

/* Mobile (Portrait) */
@media only screen and (max-width: 479px) {

	/* GLOBAL */
	.page-cover{
        min-height:200px;
      }
    .page-cover h2{
	    font-size:1.4em;
    }
    .block-cover{
	    min-height:200px;
    }
    .block-cover h2{
	    font-size:1.4em;
    }
    
    /* ABOUT */
    body.page-about .about-hero{
        min-height: 250px;
    }
	
	/* DISPLAY OUTOPUT */
	.flight-item-full-photo {
		display: block;
	}
	.flight-item .photo a {
		min-height:200px !important;
	}
	.flight-item-date .date a {
		font-size: 1.5em !important;
	}
	
	.photo-grid-container .photo .col-sm-12, 
	.photo-grid-container .photo {
		width: 100%;
		height: 275px;
	}
	.photo-grid-container .photo a.aircraft-image-link{
		height:115px;
	}
	.photo-grid-container .photo .no-photo{
		width: 90%;
	}
	.photo-grid-container .photo .title{
		font-size:1.0em;
	}
	.photo-slideshow-container .slidesjs-container{
		height:225px !important;
	}
	.photo-slideshow-container .photo-container,
	.photo-slideshow-container .aircraft-header{
		background-attachment: inherit;
		min-height:225px;
	}
	.photo-slideshow-container .aircraft-header h2{
		font-size: 0.9em !important;	
	}
	
	/* PAGE: AIRPORT */
	body.page-page-airport .page-cover .weather .col-sm-2,
	body.page-page-airport .page-cover .weather .col-sm-3{
	    font-size:0.75em;
	}

    /* PAGE: AIRPORTS */
	body.page-page-airports .block-cover-container .weather .col-sm-3{
        font-size:0.75em;
    }
	
	/* MSN */
	body.page-msn .slidesjs-container{
		height:225px !important;
	}
	body.page-msn .photo-container,
	body.page-msn .aircraft-header{
		background-attachment: inherit;
		min-height:225px;
	}
	body.page-msn .aircraft-header h2{
		font-size: 0.9em !important;	
	}
	body.page-msn .aircraft-statistic span {
		font-size: 0.75em;
	}
	body.page-msn .photo-container .slidesjs-next,
	body.page-msn .photo-container .slidesjs-previous {
		font-size: 1.5em;
	}
	
	/* USER LOGIN */
	body.page-user_login .column {
		width: 90%;
	}
	
	/* USER RESET */
	body.page-user_reset .column {
		width: 90%;
	}
	
	/* USER REGISTER */
	body.page-user_register form {
		width: 90%;
	}
    
    /* PAGE: AIRPORT */
    body.page-page-airport .airport-map-container .current-weather h2{
        font-size:3em;
    }
    body.page-page-airport .airport-map-container .current-weather h4,
    body.page-page-airport .airport-map-container .current-weather h5{
        font-size:1.1em;
    }
    
    /* PAGE: CUSTOMER */
    body.page-page-customer .year-type-form-container{
        float:none !important;
    }
 
}


@media all and (orientation:portrait) {
   
   /* CALENDAR */
   .flight-calendar-container .calendar,
   .flight-calendar-container .pager{
     display:none;
   }
   .flight-calendar-container .alert{
     display:block;
   }
	
	
	/* DASHBOARD */
	.dashboard-chart .chart{
		display:none;
	}
	.dashboard-chart .alert{
		display:block;
	}
   
}



@media (prefers-color-scheme: dark) {
 
     body{
         background-color:#282f37;
         color:#979898;
     } 
     .jumbotron h1, 
     h1, 
     h2, 
     h3, 
     h4, 
     h5, 
     h6, 
     h2.date-header a{
         color:#fff;
     }
     a{
         color:#dee2e6;
     }
     
     form legend{
         color:#fff;
     }
     
    .navbar-aib-family .navbar-brand.logo-dark{
        display:none;
    }
    .navbar-aib-family .navbar-brand.logo-white{
        display:block;
    }
    
    .navbar-aib-family .navbar-right li i,
    .navbar-aib-family .navbar-right li a i,
    .navbar-aib-family .navbar-right li i{
        background-color: #282f37;
        color:#fff;
    }
    .navbar-aib-family .navbar-right li a:active i,
    .navbar-aib-family .navbar-right li.active a i,
    .navbar-aib-family .navbar-right li a:hover i{
        background-color: #fff;
        color:#282f37;
    }
     
     .navbar-aib-family .navbar-right li a{
        color:#fff;
     }
     
    .nav-pills li a{
        background-color:#282f37 !important;
        color:#fff !important;
    }
    .nav-pills li.active a,
    .nav-pills li a:hover{
    	background-color: #fff !important;
    	color:#282f37 !important;
    }
    
    .row-buttons a,
    .btn-info{
        background-color:#fff;
        color:#282f37;
    }
    
    .dropdown-menu>li>a{
        color:#fff;
    }
    
    .form-control{
        background-color:#282f37 !important;
        color:#fff;
    }
    
    .alert a{
       color:#000; 
    }
    
    .panel{
       background-color:#282f37; 
    }
    
    body.page-search .search-form-container .btn{
        background-color:#282f37; 
        color: #fff;
    }
    body.page-search .search-form-container input[type="submit"]{
        background-color:#fff;
        color: #282f37;
    }
    .bootstrap-select .dropdown-menu.inner{
       background-color:#282f37; 
    }
    .bootstrap-select .filter-option-inner-inner{
        color:#fff;
    }
     
     .summary .info span.number{
         color:#fff;
     }
     
     body.page-msn .aircraft-details strong{
         color:#fff;
     }
     body.page-msn .btn-admin-edit .dropdown-menu{
         background-color:#282f37;
     }
     body.page-msn .aircraft-activity .flight-item-msn strong{
         color:#fff;
     }
     body.page-msn .aircraft-activity .flight-item-msn{
         background-color:transparent;
         border-bottom:1px dotted #6c757d;
     }
     
     
     .flight-item{
       -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
     }
     .flight-item .detail strong{
         color:#fff;
     }
     .flight-item-date .date a{
         color:#fff;
     }
     .flight-container .date-fixed{
         background-color:rgba(33, 37, 41, 0.7);
     }
     .flight-container .date-fixed a{
         color:#fff;
     }
     .pager li>a{
         color:#282f37;
         background:#fff;
     }
     
     .navbar-toggle .icon-bar{
         border-bottom:2px solid #fff;
     }
     .navbar-collapse{
         background-color:#282f37; 
     }
        
    body.page-statistics .row h4{
        color:#fff;
    }
    
    body.page-user_login,
    body.page-user_reset{
        background:none;
        background-color: #282f37;
    }
    body.page-user_login form,
    body.page-user_reset form,
    body.page-user_register form{
        background-color: #282f37;
    }
    
    .modal-dialog .modal-content{
        background-color: #282f37;
    }
    
    body.page-user_register .info .col-sm-1{
        color:#fff;
    }
    
    body.page-about .about-hero .fade-to-white{
        background: -moz-linear-gradient(top, rgba(40,47,55,0) 0%, rgba(40,47,55,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(40,47,55,0) 0%,rgba(40,47,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(40,47,55,0) 0%,rgba(40,47,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#282f37',GradientType=0 ); /* IE6-9 */
    }
    
}
