﻿body 
{
    background-color:#333333;
    padding-bottom:18px;
    margin-right:8px;
    margin-left:8px;
}

/* Bootstrap overrides*/

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar 
{
    border-bottom:1px solid grey;
}

/* custom wach limo*/

.brand-header 
{
    background-color:#333333;
    border-bottom:1px solid grey;
    }
    
.brand-header img 
{
    margin-top:8px;
    margin-bottom:16px;
    }
    
h1,h2,h3,h4,h5,h6 
{
    color:#51A630;
}

.label {margin-bottom:8px;}

p,span, label 
{
    color:grey;
}

.fleet-detail img 
{
    width:100%;
    }
    
#view>h1,#view>h2,#view>h3,#view>h4,#view>h5,#view>h6
{
    width:100%;
    background-color: #202020;
    margin-top:-21px;
    padding-top:8px;
    padding-bottom:8px;
    text-align: center;
}

.list-group-item img {width:100%;}

i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  font-size:60px;
}

.icons i.fa 
{
    width:120px;
    height:120px;
}
    
.fa.fa-suitcase,.fa.fa-road
{
    padding-right:18px;
    padding-left:18px;
}

.row.fleet-thumb img 
{
    max-height:145px
    }

    .bottom-right {
        position: absolute;
        bottom: 0px;
        right: 14px;
    }



/* Mobile device overrides */

@media (max-width: 767px) 
{

    
    /* Bottom right text */
    .bottom-right 
    {
        right:0px;
        position: relative;
        width:100%;
    }
    
    i.fa {
      display: inline-block;
      border-radius: 30px;
      box-shadow: 0px 0px 2px #888;
      padding: 0.5em 0.6em;
      font-size:30px;
    }
    
    .icons i.fa 
    {
        width:60px;
        height:60px;
    }
    
    .fa.fa-suitcase,.fa.fa-road
    {
        padding-right:10px;
        padding-left:10px;
    }
    
    /* Navbar Adjustments Mobile View */
    
    .navbar 
    {
        margin-left:-15px;margin-right:-15px;
    } 
    
    
    .navbar .navbar-collapse 
    {
        padding-right:0px;padding-left:0px;
    }
    
    .navbar .navbar-collapse .nav.navbar-nav 
    {
        width:100%;margin-top:0px;margin-bottom:0px;    
    }
        
}

strong 
{
    color:#A9A9A9;
    }
    
.list-group.towns .list-group-item 
{
    padding-top:3px;
    padding-bottom:2px;
    font-size:11px;
    }
    
.list-group.towns 
{
    
    margin-bottom:0px;
    }
    

.table {background:lightgrey;}
th 
{
    background-color:Gray;
    }

.airport-pricing .table td 
{
    padding-top:2px;
    padding-bottom:2px;
}

.list-group h5
{
    margin-top:0px;
    margin-bottom:0px;
}

.dataTables_info 
{
    display:none;
    
    }

i.flip135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

i.flip45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-detail {
  display: none;
}

textarea {
    resize: none;
}

.modal form .btn i.glyphicon
{
    display:none;
    }
    
#modalContact .modal-body {
	padding-top:8px;
}

#modalContact .modal-body .contact-detail h3:first-of-type {
	margin-top:0px;
}