.img-responsive {
    display: inline-block;
}

.sliderThumbs li a {
    display: inline-block;
    height: 100%;
}

.sliderThumbs img {
    height: 100%;
}



.loader {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #232323;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #232323 url('../img/loader.gif') no-repeat center center;
}

#marinaNameDisplay {
    padding: 6px;
}

#marinaNameDisplay button{
    margin: 0px 0px 0px 5px;
}

.boatlist-item {
    margin-left: 11px;
}
.boatlist-item h5 {
    margin-top: 2px;
}

.optional-text {
    color: #c0c0c0;
    font-size: 10px;
}

.field-has-error {
    border-color: #d9230f;
}

/* fix for simplex.css's .form-control height:36px affecting Firefox */
input.form-control[type="file"] {
    height: 100%;
}