html{
	background-color: #fff !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#header{
	/*background-color: Black;
	height: 50px;
	*/
	background-color: #343434;
	background-image: url(../images/mobile/header-bg.gif);
	height: 50px;
}

#header img.logo{
	background-image: url(../images/mobile/ar-logo.jpg);
}

.header-title{
   background-color:  #6AA4BA;
	line-height: 20px;
	width: 100%;
	text-align: left;
	margin-left: 10px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}

/* set nav bar */
/*
nav {
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 100%;
    width: 100%;
    overflow: hidden;
 }
 
nav ul{
    list-style: none;
 }
 nav ul li {
    float: left;
    width: 20%;
 }
 
 *{
    margin: 0;
    padding: 0;
    line-height: 1;    
}

.navbar {
    margin-bottom: 0;
    background-color: #343434;
} 

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 8px;
  width: auto;
}

*/

.navbar {
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border: none!important;
}

.navbar-form{
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
	border-top: 0px;
}

.navbar-form .form-group input {
  display: inline-block;
  vertical-align: top;
}

/*
#searchVal{
	width:100px;
} 
*/

/* start new navbar */
.navbar {
    margin-bottom: 0;
    background-color: #343434;
} 
/* end new navbar */

#tblListings > table{
  width: 100%;	
}

#advanced-search-form > .form-group > select {
	width: 100%;
}

/* make the navbar collapse at higher width */
@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

#content-wrapper{
	padding-left: 10px;
}

body{
	margin:0px;
	height: 100%;
	background-color: #fff !important;
}

#menu-content{
  text-align: right;
  float: right;
  display: none;
	width: 200px;  
}

#content{
	background-color: #fff !important;
	padding-left: 20px;
}

#content p, h1{
	margin-top: 10px;
}

#content h1, h2{
	font-weight: bold;
}

#copywrite {
	color: White;
	font-weight: bold;
}

#copywrite a{
	color: White;
	font-weight: bold;
}

.whitebg{
	background-color: #fff !important;
}

.large-list li{
	line-height: 25px !important;
	text-align: left;
}

.aircraft-type{
	border-bottom: 1px solid #5b5b5b;
	text-decoration: none;
	color: #fff !important;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.aircraft-type:last-child{
	border-bottom:none;
}

.data > .row{
	margin-bottom: 5px;
}

.aircraft-type a{
	display: block;
	width: 100%;
	/*height: 25px;*/
	text-decoration: none;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: left;
	font-size: 14px;
	/*padding-top: 5px;*/
	line-height: 1.5em;
     height: auto;
}

/*
.aircraft-type :hover, a:hover{
	color: #fff !important;
	background-color: #000;
}
*/

.thin-blue-sep{
	background-color: #6AA4BA;
	line-height: 10px;
	width: 100%;
}

.section_header {
	font-weight: bold;
}

.section_header > div.col-md-12{
	font-weight: bold;
}



.section-title{
	background-color: #6AA4BA;
	padding-top:10px;
	padding-bottom: 10px;
	width: 100%;
	color: white;
   text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

#footer{
	background-color: #B1B1B1;
	padding-top:5px;
	padding-bottom: 5px;
	text-align: center;
}

.left-align{
	text-align: left;
}

.ucase{
  text-transform: uppercase;
}

.ucase a, .ucase a:hover{
	color: #6BA3BC;
	font-weight: bold;
}

#site-logo{
	float: left;
}

#header-menu-toggle{
	float: right;
	padding: 5px;
}