﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

.navbar-inverse { background-color: #093056 !important; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

}


@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

/*.tableBackground {
    background-color: #5ab2f1;
    border-radius: 4%;
    border-color: #093056;
    border-width:0.2em;
}*/

.table {
    color: #fffafa;
    background-color: #5ab2f1;
    font-weight:bold;
    font-size:1.1em;
    border-width: 0.6em;
    border-color:#093056;
    position: relative;
    
}

.table td.table-data {
    border-color:#093056;
    border-width:0.2em;
}

.table th.table-header {
    border-color:#093056;
    border-width:0.2em;
    line-height: 1.1em;
}

.table td.table-check {
    color: #00E025;
    font-family: 'Glyphicons Halflings';
}

.navbar-inverse .navbar-nav>li>a {
    color:#fffafa;

}


.panel-default > .faq {
    background-color: #093056;
    color:#fffafa;
}

.boat-descrip > li {
    font-size: 1.3em;
    color: #093056;
}

.fbc-color > div > h6, h2, h3, h4, h5:not(.panel-title){
    color: #093056;
}

.fbc-color > div > h2 {
    font-size: 3.5em;
}

.fbc-color > div > h3 {
    font-size: 2.5em;
}

.fbc-color > div > h4 {
    font-size: 1.75em;
}

.fbc-color > div > h5 {
    font-size: 1.5em;
}

.fbc-color > div > h6 {
    font-size: 1.3em;
}

.fbc-color > div > p, label {
    color: #093056;
    font-size: 1.2em;
}

.fbc-color > div > p > a {
    color: #5ab2f1;
    font-size: 1em;
    font-weight:bold;
}

.fbc-color > div > p .fine-print{
    font-size: 1.9em;
}

.well.fbc-color {
    background-color: #b3deff;
    border-radius:3%;
}

/*input, textarea {
    background-color: #fffafa;
}*/

.form-group > input {
    background-color: #fffafa;
}

.form-group > textarea {
    background-color: #fffafa;
}
.fbc-color.panel-body {
   color: #093056;
    font-size: 1.2em;
}

.faq .panel-title {
    color: #fffafa;
}
.phoneNumber {
    color:#fffafa;
    font-size: 1.5em;
    margin-left:0.8em;
}

.antispam {
    display: none;
}