﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.boat-preview{
    max-width:240px;
    min-width:90px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.Grid {
    background-color: #ffffff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
    font-family:Calibri; 
    color: #474747;}

.Grid td {
      padding: 2px;
      border: solid 1px #c1c1c1; }

.Grid th  {
      padding : 4px 2px;
      color: #ffffff;
      background: #555555 top;
      border-left: solid 1px #525252;
      font-size: 0.9em; }

.Grid th a {
      padding : 4px 2px;
      color: #ffffff;
      background: #555555 top;
      border-left: solid 1px #525252;
      font-size: 0.9em; }

.GridHeader a {
    text-decoration = none;
    color=#ffffff;
}

.GridHeader a:hover {
    text-decoration:none;
    color:#ffffff;
}
tr.tablerow
{
    background-color:#fff;
}


tr.tablerow td
{ 
}

.Grid tr.tablerow:hover td, 
.Grid tr.tablerow.over td
{ 
    background-color:#eeeeee;
}

.Grid .alt {
      background: #cccccc top; }

.Grid .pgr {background: #555555 top; }

.Grid .pgr table { margin: 3px 0; }

.Grid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; }  

.Grid .pgr a { 
    color: #ffffff; 
    text-decoration: none; }

.Grid .pgr a:hover { 
    color: #000; 
    text-decoration: none; }

a[href^="tel:"] {
    text-decoration: inherit;
    color: inherit;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@media (max-width: @screen-xs)
{
    body{font-size:0.5rem}
}
@media (max-width: @screen-sm)
{
    body{font-size:0.5rem}
}

@media (min-width: 768px)
{
    #logo
    {
        content:url(../Images/BayHoustonTowing-LOGO.jpg);
    }
}
@media (max-width: 768px)
{
    #logo
    {
        content:url(../Images/BHLogoOnly.png);
    }
}

/* CSS styles used by custom infobox template */
.customInfobox {
    background-color: rgba(0,0,0,0.75);
    color: white;
    max-width: 230px;
    border-radius: 10px;
    padding: 10px;
    font-size:12px;
    pointer-events:auto !important;
}

.customInfobox .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
