/* Overrides */

body {
  background-color:#161616;
  padding-left: 0;
  padding-right: 0;
}

h4 
{
    font-size: 14px;
}

/* TEMPORARY FIXES - todo: need to be fed in less */
/* Temporary override */
h2 
{
    font-size: 20px !important;
    line-height: normal !important;
}

.square-corners 
{
    border-radius: 0;
}

/* Temporary override */
/*
.navbar-inverse .navbar-inner 
{
    background-color: #000;
} 
*/

/* Temporary override */
.navbar-fixed-top {
    margin-bottom: 0px !important;
}

.navbar-fixed-bottom {
    margin-top: 0px !important;
}

.navbar-fixed-bottom .navbar-inner 
{
     border-width: 0;
}

a {
    color: #2F96B4;
    text-decoration: none;
}

a:hover {
  color: #5BC0DE;
}

.navbar-inner 
{
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0) !important;
  background-color: #000;
  background-image: none !important;
}

.navbar .brand {
    color: #fff;
}

.brand-logo {
  height:40px;
}

.brand-logo img {
  /* height: 28px; */
  /* width: 162px; */
  margin: 5px 15px 2px 0;
}

.brand-logo-phone img {
  height: 30px;
  /* margin: 5px 15px 5px 0; */
}

/*
#background-container {
  background-image: url("../images/temp-back.jpg");
  width: 100%;
}
*/

#background-container-form
{
    /*background: none !important;  override background image */
    background-image: url("../images/shatteredx7.jpg");
    width: 100%;
}

#extra-container-form {
    background-image: url("../images/shatteredx7.jpg");
    width: 100%;
}

#no-background-container {
  background-image: none;
  background-color: #d1d1d1;
  /*margin: 0 -20px;  FIX for phone margins within container */
  /* margin: -160px -20px !important; Removed and fixed on desktop view */
}

#main-container 
{
    min-height: 560px; 
}

#footer-container {
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    color: #999;
    -webkit-box-shadow: 0 1px 3px rgba(255, 0, 0, 0), 0 -1px 0 rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 1px 3px rgba(255, 0, 0, 0), 0 -1px 0 rgba(0, 0, 0, 0) inset;
    box-shadow: 0 1px 3px rgba(255, 0, 0, 0), 0 -1px 0 rgba(0, 0, 0, 0) inset;
    /* max-height: 166px; */
    
    background: #2a2a2a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhMmEyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTJhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTYxNjE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(center top , #2A2A2A 0%, #161616 100%) repeat scroll 0 0 transparent !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#161616)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(center top,  #2a2a2a 0%, #161616 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a2a2a 0%, #161616 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a2a2a 0%, #161616 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #2a2a2a 0%, #161616 100%)!important ; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#161616',GradientType=0 ) !important; /* IE6-8 */

    }

/*
#footer-container {
  background-color: #222222;
  background-image: -moz-linear-gradient(center top , #2A2A2A, #161616) !important;
  color: #666666;
  box-shadow: 0 1px 3px rgba(255, 0, 0, 0), 0 -1px 0 rgba(0, 0, 0, 0) inset;
  padding: 0 40px;
}
*/

#footer-title {
  padding-bottom:10px;
}

#footer-row {
  color: #999;
  margin: 0.5em 0 0;
  text-shadow: 1px 1px #1A1A1A
}

.navbar-fixed-bottom {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.navbar-fixed-top {
  margin: 0;
  opacity: 0.9;
  filter:alpha(opacity=92); /* For IE8 and earlier */
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#navbar-fixed-results-top {
  margin: 0;
  opacity: 1;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.formerror 
{
    padding: 1.25em;
    display: block;
}

#footer-title-top a {
  color: #fff;
}

#footer-container-top {
  color: #FFFFFF;
  max-height: 30px;
  min-height: 5px;
}

.footer-column ul {
  list-style: none inside;
  margin-left: 0.5em;
  padding: 0 0 0.5em;
}

.footer-column li 
{
    font-size: 90%;
}

.footer-column a {
  color: #999;
  line-height: 1.6em;
}

.footer-column a:hover {
  color: #efefef;
}

/* Main log in page */

/* Tiles - Need tidying up and classing up better, move to seperate file to enable use properly across different projects */

.tile-shadow 
{
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}

.tile-phone-margins 
{
    margin: 0 !important;
}

.generic-tile {
  padding: 0.2em 1em 1em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  margin-bottom: 10px;
  min-height: 18px;
}

.generic-tile-light-gray {
  padding: 0.2em 1em 1em;
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 0.96);
  margin-bottom: 10px;
  min-height: 18px;
}

.generic-tile-light-blue {
  padding: 0.2em 1em 1em;
  background-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.96);
  margin-bottom: 10px;
  min-height: 18px;
  color: #fff;
}

.generic-tile-light-blue a, .generic-tile-light-blue a:hover 
{
    color: #fff;
}

.sub-menu-tile-light-gray {
  padding: 0em 1em 0.25em 1em;
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 0.96);
  margin-bottom: 10px;
  min-height: 18px;
  border: 1px solid #e3e3e3;
  text-shadow: 0 1px 0 #FFFFFF;
  color: #3a3a3a !important;
}

.sub-menu-tile-light-gray p {
  font-size: 90%;
}

.sub-menu-tile-light-gray:hover 
{
  background-color: f5f5f5;  
  background-color: rgba(245, 245, 245, 0.96) !important;
}

/*
#test:hover
{
    background-color: #fff !important;
}

 .fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   color: #000 !important;
   }

 
   .fade:hover 
   {
       
      opacity: 0.7;
      color: #000 !important;
      }
*/

.string 
{
    font-size: 12px;
}

.generic-tile-layout-phone {
  margin: 0 0 0em !important;
}

#hero-tile-layout {
  padding: 20px 30px 20px;
  border-radius: 0 0 0 0;
  margin-bottom: 10px;
  background-color: #2F96B4;
  background-color: rgba(47, 150, 180, 0.98);
  color: #fff;
}

#hero-tile-tablet-layout {
  padding: 60px 60px 60px 60px;
  border-radius: 0 0 0 0;
  margin-bottom: 10px;
  background-color: #2F96B4;
  background-color: rgba(47, 150, 180, 0.98);
  color: #fff;
}

#hero-tile-phone-layout {
  padding: 40px 15px;
  border-radius: 0 0 0 0;
  margin-bottom: -20px;
  background-color: #2F96B4;
  background-color: rgba(47, 150, 180, 0.98);
  color: #fff;
}

#hero-tile p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

#tile-row1 a {
  color: #51A351;
}

#social-tile 
{
  background-color: #5BC0DE;
  background-color: rgba(91, 192, 222, 0.98);
  margin-bottom: 0;
}

.links-tile 
{
  background-color: #fff;  
  background-color: rgba(255, 255, 255, 0.96);
}

.links-tile-phone 
{
  background-color: #ebebeb !important;
  background-color: rgba(235, 235, 235, 0.98) !important;
}

.browse-tile 
{
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
}

#main-search.search p a {
  color: #fff;
}

#twitter-bird {
  background-image: url('http://widgets.twimg.com/i/widget-bird.png');
}


/* Results page */

#top-spacer {
  height: 92px;
}

#search-bar {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1 !important;
}

#search-bar.navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  box-shadow: none;
}

#tablet-search-bar {
  background-color: #fff;
  padding-bottom: 1em;
}

#tablet-search-input {
  padding-bottom: 1em;
}

.search-form {
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}


#search-found {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1em 1em 0.5em;
}

#search-found-phone {
  background-color: #468847;
  margin-bottom: 1em;
  padding: 1em 1em 0.5em;
}

#search-found-phone  h3 {
  color: #fff;
  margin-bottom: 0.5em;
}

#sidebar-title {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #efefef;
}

.sidebar-nav ul.nav li a {
  color: #51A351;
}

#sidebar-nav {
    background-color: #EFEFEF;
    border: 0px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0;
}

#sidebar-nav-small {
  background-color: #EFEFEF;
  border: 0 solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0 0 0;
  -webkit-box-shadow:  0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 20px;
  padding: 2em;
}

.table-container {
  padding: 0em 1em 0.5em 1em;
}

.appliedFilter {
  background-color:#fff;
  border:1px solid #CCCCCC;
  display:inline-block;
  margin-bottom:0.66em;
  margin-right:0.33em;
  padding:5px 3px 5px 1.5em;
  position:relative;
  color: #666;
  margin-left: -13px;
  margin-right: 1.25em;
}

.appliedFilterBig {
  background-color:#efefef;
  border:1px solid #efefef;
  display:inline-block;
  margin-bottom:0.66em;
  margin-right:0.33em;
  padding:0.5em 3px 0.5em 0.5em;
  position:relative;
  color: #666;
  margin-left: 0em;
  margin-right: 1em;
  width: 90%;
  font-size:110%;
}

.filterValue {
  padding-right:1em;
}

#filter-close-button {
  margin-top: -1px;
  padding-right: 0.75em;
}

#sortby-nav {
    background-color: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 0 0 0 0.5em;
}

.results-row {
  padding: 1em 1em 1em 0em;
}

.results-spacer {
    background-color:#999; 
    height:50px;
    -webkit-box-shadow: inset 0px 9px 17px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:    inset 0px 9px 17px rgba(0, 0, 0, 0.41);
    box-shadow:         inset 0px 9px 17px rgba(0, 0, 0, 0.41);
    margin-top: -50px;
}

/* sidebar-right container tables */

.availability-table {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0 0 0;
  margin: 0 0 1em 0;
  max-width: 300px;
  background-color: #E3E3E3;
}

.availability-table td, .availability-table  th, .availability-table thead tr td {
  border: 0 0 1px 0;
}

.availability-table  thead {
  background-color: #E3E3E3;
}

.availability-table tbody tr {
  background-color: #fff;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.green {
  background-color: #468847;
}

.record-pagination.pager {
 padding: 2em 1em 1em 1em;
 margin: 0;
}

.page-sub-header 
{
    padding: 1.5em 0 2em;
}

.phone-margins 
{
    padding: 0 0.5em;
}

.body-margins 
{
    padding: 0.5em 0.5em 0.5em;
}

.row-spacer 
{
    margin: 1.5em 0;
}

.sign-in-error 
{
    color: red; float: left; font-size: 14px; padding: 5px 2px 5px 8px; width: 152px; margin-bottom: 0.5em;
}

#main-search a 
{
    color: #fff;
}

/* text block */

.text-block {
    padding: 1em 0.75em;
    clear: both;
}

.text-block-label {
    clear: both;
    color: #999999;
    float: left;
    line-height: 1.6em;
    padding-bottom: 0.25em;
    padding-top: 0.75em;
}

.text-block-body {
    color: #333;
    line-height: 1.6em;
    float: left;
    clear: both;
}



/* Override login input fields color to indicate system announcement */
.warning-red
{
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
}


/* Original javascript error warning message, needs reworking */
.javascriptWarningShow
{
	display: block;
	color: Red;
	text-align: center;
}

.javascriptWarningHide
{
	display: none;
	color: Red;
	text-align: center;
}

