@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
/* globals */

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif!important;
}

body {
    font-family: 'Lato', sans-serif!important;
    /*text-shadow: 0px 0px 1px #dddddd;*/
}

.softFont,
.softFont .panel-heading .panel-title,
.softFont .panel-default .panel-heading .panel-title {
    color: #5A5A57;
    -webkit-font-smoothing: antialiased;
}

.verticalAlign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-widget {
    font-family: 'Lato', sans-serif!important;
}

textarea, input {
    outline: none;
}
textarea {
    resize: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;

}
    a {
        color: rgba(90, 90, 87, 0.8);
        transition: 0.15s all ease;
    }
    a:hover {
        color: rgba(90, 90, 87, 1);
    }

.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.noPadding {
    padding: 0 !important;
}
.noPaddingR {
    padding-right: 0 !important;
}
.noPaddingL {
    padding-left: 0 !important;
}
.noPaddingLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.noPaddingT {
    padding-top: 0 !important;
}
.noPaddingB {
    padding-bottom: 0 !important;
}
.noPaddingTB {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.flat {
    border-radius: 0px !important;
}
.centerDiv {
    margin-right: auto;
    margin-left: auto;
}

.clearFloat {
    clear: both;
}

.paddingROnly {
    padding: 0 !important;
    padding-right: 15px !important;
}

.noMargin {
    margin: 0 !important;
}
.noMarginT {
    margin-top: 0 !important;
}
.noMarginB {
    margin-bottom: 0 !important;
}
.marginT10 {
    margin-top: 10px !important;
}
.marginB10 {
    margin-bottom: 10px !important;
}
.marginT15 {
    margin-top: 15px !important;
}
.marginB15 {
    margin-bottom: 15px !important;
}
.marginB30 {
    margin-bottom: 30px !important;
}
.marginT50 {
    margin-top: 50px !important;
}
.marginB50 {
    margin-bottom: 50px !important;
}
.marginT30 {
    margin-top: 30px !important;
}
.marginTB30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.marginL15 {
    margin-left: 15px !important;
}

.marginR15 {
    margin-right: 15px !important;
}

.margin15 {
    margin: 15px !important;
}
.marginTB15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.marginTB70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.height50  { height: 50px;  }
.height100 { height: 100px; }
.height150 { height: 150px; }
.height200 { height: 200px; }
.height250 { height: 250px; }
.height300 { height: 300px; }
.height350 { height: 350px; }
.height400 { height: 400px; }
.height450 { height: 450px; }
.height500 { height: 500px; }
.height550 { height: 550px; }
.height600 { height: 600px; }
.height650 { height: 650px; }
.height700 { height: 700px; }

.height0pct   { height:   0; }
.height5pct   { height:  5%; }
.height10pct  { height: 10%; }
.height15pct  { height: 15%; }
.height20pct  { height: 20%; }
.height25pct  { height: 25%; }
.height30pct  { height: 30%; }
.height35pct  { height: 35%; }
.height40pct  { height: 40%; }
.height45pct  { height: 45%; }
.height50pct  { height: 50%; }
.height55pct  { height: 55%; }
.height60pct  { height: 60%; }
.height65pct  { height: 65%; }
.height70pct  { height: 70%; }
.height75pct  { height: 75%; }
.height80pct  { height: 80%; }
.height85pct  { height: 85%; }
.height90pct  { height: 90%; }
.height95pct  { height: 95%; }
.height100pct { height:100%; }

.top0  { top:   0; }
.top5  { top:  5%; }
.top10 { top: 10%; }
.top15 { top: 15%; }
.top20 { top: 20%; }
.top25 { top: 25%; }
.top30 { top: 30%; }
.top35 { top: 35%; }
.top40 { top: 40%; }
.top45 { top: 45%; }
.top50 { top: 50%; }
.top55 { top: 55%; }
.top60 { top: 60%; }
.top65 { top: 65%; }
.top70 { top: 70%; }
.top75 { top: 75%; }
.top80 { top: 80%; }
.top85 { top: 85%; }
.top90 { top: 90%; }
.top95 { top: 95%; }

.bottom0  { bottom:   0; }
.bottom5  { bottom:  5%; }
.bottom10 { bottom: 10%; }
.bottom15 { bottom: 15%; }
.bottom20 { bottom: 20%; }
.bottom25 { bottom: 25%; }
.bottom30 { bottom: 30%; }
.bottom35 { bottom: 35%; }
.bottom40 { bottom: 40%; }
.bottom45 { bottom: 45%; }
.bottom50 { bottom: 50%; }
.bottom55 { bottom: 55%; }
.bottom60 { bottom: 60%; }
.bottom65 { bottom: 65%; }
.bottom70 { bottom: 70%; }
.bottom75 { bottom: 75%; }
.bottom80 { bottom: 80%; }
.bottom85 { bottom: 85%; }
.bottom90 { bottom: 90%; }
.bottom95 { bottom: 95%; }

@media screen {
    @media (max-width: 765px) {
        .top_sm0  { top:   0; }
        .top_sm5  { top:  5%; }
        .top_sm10 { top: 10%; }
        .top_sm15 { top: 15%; }
        .top_sm20 { top: 20%; }
        .top_sm25 { top: 25%; }
        .top_sm30 { top: 30%; }
        .top_sm35 { top: 35%; }
        .top_sm40 { top: 40%; }
        .top_sm45 { top: 45%; }
        .top_sm50 { top: 50%; }
        .top_sm55 { top: 55%; }
        .top_sm60 { top: 60%; }
        .top_sm65 { top: 65%; }
        .top_sm70 { top: 70%; }
        .top_sm75 { top: 75%; }
        .top_sm80 { top: 80%; }
        .top_sm85 { top: 85%; }
        .top_sm90 { top: 90%; }
        .top_sm95 { top: 95%; }

        .bottom_sm0  { bottom:  0%; }
        .bottom_sm5  { bottom:  5%; }
        .bottom_sm10 { bottom: 10%; }
        .bottom_sm15 { bottom: 15%; }
        .bottom_sm20 { bottom: 20%; }
        .bottom_sm25 { bottom: 25%; }
        .bottom_sm30 { bottom: 30%; }
        .bottom_sm35 { bottom: 35%; }
        .bottom_sm40 { bottom: 40%; }
        .bottom_sm45 { bottom: 45%; }
        .bottom_sm50 { bottom: 50%; }
        .bottom_sm55 { bottom: 55%; }
        .bottom_sm60 { bottom: 60%; }
        .bottom_sm65 { bottom: 65%; }
        .bottom_sm70 { bottom: 70%; }
        .bottom_sm75 { bottom: 75%; }
        .bottom_sm80 { bottom: 80%; }
        .bottom_sm85 { bottom: 85%; }
        .bottom_sm90 { bottom: 90%; }
        .bottom_sm95 { bottom: 95%; }
        
        .height0pct_sm   { height:   0; }
        .height5pct_sm   { height:  5%; }
        .height10pct_sm  { height: 10%; }
        .height15pct_sm  { height: 15%; }
        .height20pct_sm  { height: 20%; }
        .height25pct_sm  { height: 25%; }
        .height30pct_sm  { height: 30%; }
        .height35pct_sm  { height: 35%; }
        .height40pct_sm  { height: 40%; }
        .height45pct_sm  { height: 45%; }
        .height50pct_sm  { height: 50%; }
        .height55pct_sm  { height: 55%; }
        .height60pct_sm  { height: 60%; }
        .height65pct_sm  { height: 65%; }
        .height70pct_sm  { height: 70%; }
        .height75pct_sm  { height: 75%; }
        .height80pct_sm  { height: 80%; }
        .height85pct_sm  { height: 85%; }
        .height90pct_sm  { height: 90%; }
        .height95pct_sm  { height: 95%; }
        .height100pct_sm { height:100%; }
    }
}


.testBorder {
    /*border: 1px solid black;*/
}

.borderL4 {
    border: none !important;
    border-left: 4px solid !important;
    border-color: inherit !important;
}

.borderL1 {
    border: none !important;
    border-left: 1px solid !important;
    border-color: rgba(215,215,215,0.8) !important;
}

.borderB1 {
    border-bottom: 1px solid !important;
    border-color: rgba(215,215,215,0.8) !important;
}

.inline {
    display: inline !important;
}
.transparent0 {
    opacity: 0;
}
.transparent5 {
    opacity: 0.5;
}
.transparent7 {
    opacity: 0.7;
}
.overflowHidden {
    overflow: hidden;
}
.niceLink:hover {
    text-decoration: none;
    opacity: 0.8;
}

.bgWhite {
    background: white !important;
}

.noBackground {
    background: none;
}

.transparentBackground3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.transparentBackground4 {
    background-color: rgba(0, 74, 131, 0.8);
}

.transparentBackground5 {
    background-color: rgba(0, 0, 0, 0.5);
}
.transparentBackground6 {
    background-color: rgba(0, 0, 0, 0.25);
}
.transparentBackground7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.transparentBackgroundW1 {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparentBackgroundW2 {
    background-color: rgba(255, 255, 255, 0.2);
}
.transparentBackgroundW3 {
    background-color: rgba(255, 255, 255, 0.3);
}
.transparentBackgroundW4 {
    background-color: rgba(255, 255, 255, 0.4);
}
.transparentBackgroundW5 {
    background-color: rgba(255, 255, 255, 0.5);
}
.transparentBackgroundW6 {
    background-color: rgba(255, 255, 255, 0.6);
}
.transparentBackgroundW7 {
    background-color: rgba(255, 255, 255, 0.7);
}
.transparentBackgroundW8 {
    background-color: rgba(255, 255, 255, 0.8);
}


.gradientDown {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.gradientUp {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.desaturate {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.underline {
    text-decoration: underline;
}

.round2 {
    border-radius: 2px !important;
}

.round3 {
    border-radius: 3px !important;
}

.round4 {
    border-radius: 4px !important;
}
.roundL4 {
    border-radius: 4px 0px 0px 4px;
}

.roundR4 {
    border-radius: 0px 4px 4px 0px;
}
.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}
.ellipsisWord {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.padding5 {
    padding: 5px;
}
.padding15 {
    padding: 15px !important;
}

.paddingL5 {
    padding-left: 5px;
}

.noLeftRightPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noLeftBorder {
    border-left: none !important;
}

.borderBlue {
    border: 1px solid rgb(0, 197, 235);
}

.borderGreen {
    border: 1px solid rgb(139, 205, 27);
}

.borderGrey {
    border: 1px solid rgb(220, 220, 220) !important;
}

.text-blue {
    color: #589FB1;
}
.text-green {
    color: #58BB58;
}
.text-red {
    color: #B1588D;
}
.text-yellow {
    color: #D3B168;
}
.text-white {
    color: #FFFFFF;
}

.greyText {
    color: #444444;
}

.bold {
    font-weight: bold;
}

.inline_block {
    display: inline-block;
}
.block {
    display: block;
}

.wide100 {
    width: 100px;
}
.wide150 {
    width: 150px;
}
.wide200 {
    width: 200px;
}
.minHeight300 {
    min-height: 300px !important;
}

.lightLink,
a.lightLink {
    color: rgba(255,255,255,0.6) !important;
}

    a.lightLink:hover {
        color: rgba(255,255,255,1) !important;
        text-decoration: underline;
        cursor: pointer;
    }

.overlay {
    width: 100%;
    height: 100%;
    background: rgb(199, 199, 199);
    z-index: 500;
    position: absolute;
    opacity: 0.8;
    text-align: center;
}

.absVCenter {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    top: 45%;
}

.floatContainer {
    overflow: auto;
}

.leftCol {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.rightCol {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

dd button {
    margin: 15px;
}

dd p {
    margin-top: 8px;
}

img.thumb15x30 {
    height: 20px;
    width: 30px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -5px;
}
img.thumb25x25 {
    height: 25px;
    width: 25px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -5px;
    opacity: 0.8;
    transition: all 1s ease;
}
img.thumb80x100 {
    height: 100px;
    width: 80px;
}

img.thumb150x150 {
    height: 150px;
    width: 150px;
}

.colorBlue {
    color: #589FB1;
}
.colorGreen {
    color: #58BB58;
}
.colorRed {
    color: #B1588D;
}

/* Carousel related */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-inner > .item > img {
    position: static;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .fa-angle-left,
.carousel-control .fa-chevron-left {
    left: 5px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-angle-right,
.carousel-control .fa-chevron-right {
    right:7px;
    left:inherit;
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-captionTopRight,
.carousel-captionTopLeft {
    top: 0px;
    right: 0;
    position: absolute;
    border-radius: 0;
}
.carousel-captionTopLeft {
    left: 0;
}
/* carousel for large icons */
.bgIconSizeLarge .carousel-control .fa-chevron-left,
.bgIconSizeLarge .carousel-control .fa-chevron-right {
    top: 42%;
}
.bgIconSizeLarge .carousel-caption {
    padding: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.bgIconSizeLarge .carousel-indicators {
    bottom: -3px;
}
.bgIconSizeLarge .carousel-indicators li {
    width: 6px;
    height: 6px;
}
.bgIconSizeLarge .carousel-indicators .active {
    width: 8px;
    height: 8px;
}


/***********/
/* BUTTONS */
/***********/

/* facebook colored button */
.btn-fb {
    color: #ffffff;
    background-color: #4C66A4;
    border-color: #313859;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 3em !important;
}

    .btn-fb:hover,
    .btn-fb:focus,
    .btn-fb:active,
    .btn-fb.active,
    .open .dropdown-toggle.btn-fb {
        color: #ffffff;
        background-color: #455897;
        border-color: #313859;
    }

.btn-fb {
    background-image: linear-gradient(rgba(86,103,161,0.7), rgba(69,88,151,0.7));
    background-repeat: no-repeat;
    border: 1px solid rgba(69,88,151,0.7);
}

    .btn-fb:hover {
        background-image: linear-gradient(rgba(86,103,161,1), rgba(69,88,151,1));
        border: 1px solid rgba(69,88,151,1);
        color: #fff!important;
    }

    .btn-fb:active,
    .btn-fb.active,
    .open .dropdown-toggle.btn-fb {
        background-image: none;
    }

    .btn-fb.disabled,
    .btn-fb[disabled],
    fieldset[disabled] .btn-fb,
    .btn-fb.disabled:hover,
    .btn-fb[disabled]:hover,
    fieldset[disabled] .btn-fb:hover,
    .btn-fb.disabled:focus,
    .btn-fb[disabled]:focus,
    fieldset[disabled] .btn-fb:focus,
    .btn-fb.disabled:active,
    .btn-fb[disabled]:active,
    fieldset[disabled] .btn-fb:active,
    .btn-fb.disabled.active,
    .btn-fb[disabled].active,
    fieldset[disabled] .btn-fb.active {
        background-color: #4C66A4;
        border-color: #313859;
    }

    .btn-fb .badge {
        color: #4C66A4;
        background-color: #ffffff;
    }


.btn-clearBlue {
    color: #589FB1;
    background-color: transparent;
    border-color: #589FB1;
    transition: all 0.2s ease;
}

    .btn-clearBlue:hover,
    .btn-clearBlue:focus,
    .btn-clearBlue:active,
    .btn-clearBlue.active,
    .open .dropdown-toggle.btn-clearBlue {
        color: #ffffff;
        background-color: #589FB1;
        border-color: #589FB1;
    }

    .btn-clearBlue:active,
    .btn-clearBlue.active,
    .open .dropdown-toggle.btn-clearBlue {
        background-image: none;
    }

    .btn-clearBlue.disabled,
    .btn-clearBlue[disabled],
    fieldset[disabled] .btn-clearBlue,
    .btn-clearBlue.disabled:hover,
    .btn-clearBlue[disabled]:hover,
    fieldset[disabled] .btn-clearBlue:hover,
    .btn-clearBlue.disabled:focus,
    .btn-clearBlue[disabled]:focus,
    fieldset[disabled] .btn-clearBlue:focus,
    .btn-clearBlue.disabled:active,
    .btn-clearBlue[disabled]:active,
    fieldset[disabled] .btn-clearBlue:active,
    .btn-clearBlue.disabled.active,
    .btn-clearBlue[disabled].active,
    fieldset[disabled] .btn-clearBlue.active {
        background-color: #99B8C0;
        border-color: #99B8C0;
        color: #ffffff;
    }

.btn-blue {
    color: #ffffff;
    background-color: #589FB1;
    border-color: #589FB1;
    transition: all 0.2s ease;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        opacity: 0.8;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled,
    .btn-blue[disabled],
    fieldset[disabled] .btn-blue,
    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn-blue:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue.active {
        opacity: 0.6;
    }
.btn-blueLight {
    color: #ffffff;
    background-color: #0E83CD;
    border-color: #0E83CD;
    transition: all 0.2s ease;
}

    .btn-blueLight:hover,
    .btn-blueLight:focus,
    .btn-blueLight:active,
    .btn-blueLight.active,
    .open .dropdown-toggle.btn-blueLight {
        opacity: 0.8;
    }

    .btn-blueLight:active,
    .btn-blueLight.active,
    .open .dropdown-toggle.btn-blueLight {
        background-image: none;
    }

    .btn-blueLight.disabled,
    .btn-blueLight[disabled],
    fieldset[disabled] .btn-blueLight,
    .btn-blueLight.disabled:hover,
    .btn-blueLight[disabled]:hover,
    fieldset[disabled] .btn-blueLight:hover,
    .btn-blueLight.disabled:focus,
    .btn-blueLight[disabled]:focus,
    fieldset[disabled] .btn-blueLight:focus,
    .btn-blueLight.disabled:active,
    .btn-blueLight[disabled]:active,
    fieldset[disabled] .btn-blueLight:active,
    .btn-blueLight.disabled.active,
    .btn-blueLight[disabled].active,
    fieldset[disabled] .btn-blueLight.active {
        opacity: 0.6;
    }

.btn-clearDarkBlue {
    color: #004A83;
    background-color: transparent;
    border-color: #004A83;
    transition: all 0.2s ease;
}

    .btn-clearDarkBlue:hover,
    .btn-clearDarkBlue:focus,
    .btn-clearDarkBlue:active,
    .btn-clearBlue.active,
    .open .dropdown-toggle.btn-clearDarkBlue {
        color: #ffffff;
        background-color: #004A83;
        border-color: #004A83;
    }

    .btn-clearDarkBlue:active,
    .btn-clearDarkBlue.active,
    .open .dropdown-toggle.btn-clearDarkBlue {
        background-image: none;
    }

    .btn-clearDarkBlue.disabled,
    .btn-clearDarkBlue[disabled],
    fieldset[disabled] .btn-clearDarkBlue,
    .btn-clearDarkBlue.disabled:hover,
    .btn-clearDarkBlue[disabled]:hover,
    fieldset[disabled] .btn-clearDarkBlue:hover,
    .btn-clearDarkBlue.disabled:focus,
    .btn-clearDarkBlue[disabled]:focus,
    fieldset[disabled] .btn-clearDarkBlue:focus,
    .btn-clearDarkBlue.disabled:active,
    .btn-clearDarkBlue[disabled]:active,
    fieldset[disabled] .btn-clearDarkBlue:active,
    .btn-clearDarkBlue.disabled.active,
    .btn-clearDarkBlue[disabled].active,
    fieldset[disabled] .btn-clearDarkBlue.active {
        background-color: #99B8C0;
        border-color: #99B8C0;
        color: #ffffff;
    }

.btn-darkBlue {
    color: #ffffff;
    background-color: #004A83;
    border-color: #004A83;
    transition: all 0.2s ease;
}

    .btn-darkBlue:hover,
    .btn-darkBlue:focus,
    .btn-darkBlue:active,
    .btn-darkBlue.active,
    .open .dropdown-toggle.btn-darkBlue {
        opacity: 0.8;
    }

    .btn-darkBlue:active,
    .btn-darkBlue.active,
    .open .dropdown-toggle.btn-darkBlue {
        background-image: none;
    }

    .btn-darkBlue.disabled,
    .btn-darkBlue[disabled],
    fieldset[disabled] .btn-darkBlue,
    .btn-darkBlue.disabled:hover,
    .btn-darkBlue[disabled]:hover,
    fieldset[disabled] .btn-darkBlue:hover,
    .btn-darkBlue.disabled:focus,
    .btn-darkBlue[disabled]:focus,
    fieldset[disabled] .btn-darkBlue:focus,
    .btn-darkBlue.disabled:active,
    .btn-darkBlue[disabled]:active,
    fieldset[disabled] .btn-darkBlue:active,
    .btn-darkBlue.disabled.active,
    .btn-darkBlue[disabled].active,
    fieldset[disabled] .btn-darkBlue.active {
        opacity: 0.6;
    }

.btn-clearGreen {
    color: #58BB58;
    background-color: transparent;
    border-color: #58BB58;
    transition: all 0.2s ease;
}

    .btn-clearGreen:hover,
    .btn-clearGreen:focus,
    .btn-clearGreen:active,
    .btn-clearGreen.active,
    .open .dropdown-toggle.btn-clearGreen {
        color: #ffffff;
        background-color: #58BB58;
        border-color: #58BB58;
    }

    .btn-clearGreen:active,
    .btn-clearGreen.active,
    .open .dropdown-toggle.btn-clearGreen {
        background-image: none;
    }

    .btn-clearGreen.disabled,
    .btn-clearGreen[disabled],
    fieldset[disabled] .btn-clearGreen,
    .btn-clearGreen.disabled:hover,
    .btn-clearGreen[disabled]:hover,
    fieldset[disabled] .btn-clearGreen:hover,
    .btn-clearGreen.disabled:focus,
    .btn-clearGreen[disabled]:focus,
    fieldset[disabled] .btn-clearGreen:focus,
    .btn-clearGreen.disabled:active,
    .btn-clearGreen[disabled]:active,
    fieldset[disabled] .btn-clearGreen:active,
    .btn-clearGreen.disabled.active,
    .btn-clearGreen[disabled].active,
    fieldset[disabled] .btn-clearGreen.active {
        background-color: #58BB58;
        border-color: #58BB58;
        color: #ffffff;
    }

.btn-green {
    color: #ffffff;
    background-color: #58BB58;
    border-color: #58BB58;
    transition: all 0.2s ease;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        opacity: 0.8;
    }

    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-green:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        opacity: 0.6;
    }

.btn-clearPurple {
    color: #B1588D;
    background-color: transparent;
    border-color: #B1588D;
    transition: all 0.2s ease;
}

    .btn-clearPurple:hover,
    .btn-clearPurple:focus,
    .btn-clearPurple:active,
    .btn-clearPurple.active,
    .open .dropdown-toggle.btn-clearPurple {
        color: #ffffff;
        background-color: #B1588D;
        border-color: #B1588D;
    }

    .btn-clearPurple:active,
    .btn-clearPurple.active,
    .open .dropdown-toggle.btn-clearPurple {
        background-image: none;
    }

    .btn-clearPurple.disabled,
    .btn-clearPurple[disabled],
    fieldset[disabled] .btn-clearPurple,
    .btn-clearPurple.disabled:hover,
    .btn-clearPurple[disabled]:hover,
    fieldset[disabled] .btn-clearPurple:hover,
    .btn-clearPurple.disabled:focus,
    .btn-clearPurple[disabled]:focus,
    fieldset[disabled] .btn-clearPurple:focus,
    .btn-clearPurple.disabled:active,
    .btn-clearPurple[disabled]:active,
    fieldset[disabled] .btn-clearPurple:active,
    .btn-clearPurple.disabled.active,
    .btn-clearPurple[disabled].active,
    fieldset[disabled] .btn-clearPurple.active {
        background-color: rgba(177, 88, 141, 0.5);
        border-color: rgba(177, 88, 141, 0.5);
        color: #ffffff;
    }

.btn-purple {
    color: #ffffff;
    background-color: #B1588D;
    border-color: #B1588D;
    transition: all 0.2s ease;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        opacity: 0.8;
    }

    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        background-image: none;
    }

    .btn-purple.disabled,
    .btn-purple[disabled],
    fieldset[disabled] .btn-purple,
    .btn-purple.disabled:hover,
    .btn-purple[disabled]:hover,
    fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus,
    .btn-purple[disabled]:focus,
    fieldset[disabled] .btn-purple:focus,
    .btn-purple.disabled:active,
    .btn-purple[disabled]:active,
    fieldset[disabled] .btn-purple:active,
    .btn-purple.disabled.active,
    .btn-purple[disabled].active,
    fieldset[disabled] .btn-purple.active {
        opacity: 0.6;
    }

.btn-clearRed {
    color: #da3743;
    background-color: transparent;
    border-color: #da3743;
    transition: all 0.2s ease;
}

    .btn-clearRed:hover,
    .btn-clearRed:focus,
    .btn-clearRed:active,
    .btn-clearRed.active,
    .open .dropdown-toggle.btn-clearRed {
        color: #ffffff;
        background-color: #da3743;
        border-color: #da3743;
    }

    .btn-clearRed:active,
    .btn-clearRed.active,
    .open .dropdown-toggle.btn-clearRed {
        background-image: none;
    }

    .btn-clearRed.disabled,
    .btn-clearRed[disabled],
    fieldset[disabled] .btn-clearRed,
    .btn-clearRed.disabled:hover,
    .btn-clearRed[disabled]:hover,
    fieldset[disabled] .btn-clearRed:hover,
    .btn-clearRed.disabled:focus,
    .btn-clearRed[disabled]:focus,
    fieldset[disabled] .btn-clearRed:focus,
    .btn-clearRed.disabled:active,
    .btn-clearRed[disabled]:active,
    fieldset[disabled] .btn-clearRed:active,
    .btn-clearRed.disabled.active,
    .btn-clearRed[disabled].active,
    fieldset[disabled] .btn-clearRed.active {
        background-color: rgba(218, 55, 67, 0.5);
        border-color: rgba(218, 55, 67, 0.5);
        color: #ffffff;
    }

.btn-red {
    color: rgba(255, 255, 255, 1);
    background-color: #da3743;
    border-color: #da3743;
    transition: all 0.2s ease;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        opacity: 0.8;
    }

    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        opacity: 0.6;
    }    

.btn-darkGrey {
    color: rgba(255, 255, 255, 1);
    background-color: #848484;
    border-color: #848484;
    transition: all 0.2s ease;
}

    .btn-darkGrey:hover,
    .btn-darkGrey:focus,
    .btn-darkGrey:active,
    .btn-darkGrey.active,
    .open .dropdown-toggle.btn-darkGrey {
        opacity: 0.8;
    }

    .btn-darkGrey:active,
    .btn-darkGrey.active,
    .open .dropdown-toggle.btn-darkGrey {
        background-image: none;
    }

    .btn-darkGrey.disabled,
    .btn-darkGrey[disabled],
    fieldset[disabled] .btn-darkGrey,
    .btn-darkGrey.disabled:hover,
    .btn-darkGrey[disabled]:hover,
    fieldset[disabled] .btn-darkGrey:hover,
    .btn-darkGrey.disabled:focus,
    .btn-darkGrey[disabled]:focus,
    fieldset[disabled] .btn-darkGrey:focus,
    .btn-darkGrey.disabled:active,
    .btn-darkGrey[disabled]:active,
    fieldset[disabled] .btn-darkGrey:active,
    .btn-darkGrey.disabled.active,
    .btn-darkGrey[disabled].active,
    fieldset[disabled] .btn-darkGrey.active {
        opacity: 0.6;
    }

/* transparent colored button */
.btn-transparent {
    color: rgba(255,255,255,0.7);
    background-color: transparent;
    border-color: rgba(255,255,255,0.5);
    line-height: 1.5em;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.7);
}

.btnCaps {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.fbIcon {
    /*float: left;*/
    width: 20px;
    line-height: inherit;
    font-size: 2em;
    font-size: 2em;
    height: 34px;
    vertical-align: text-top;
    margin-right: 20px;
}

/* custom Panels */
/* PANEL CLEAR-GREY*/
.panel.panelClearGrey {
    border: 1px solid #E9E9E9;
    background: #F3F3F3;
}
.panelClearGrey .panel-heading {
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 15px;
}
.panelClearGrey .panel-heading .panel-title {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
.panelClearGrey .panel-body {
    background: #ffffff;
}

/* PANEL CLEAR-WHITE*/
.panel.panelClearWhite {
    border: none;
}
.panelClearWhite .panel-heading {
    padding: 0;
}
.panelClearWhite .panel-heading .panel-title {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    color: #589FB1;
    border-bottom: 2px solid;
}
.panelClearWhite .panel-body {
    background: #ffffff;
}
.panelClearWhite .panel-footer {
    background: #ffffff;
    border: none;
    text-align: right;
}
.panelClearWhite .panel-footer .btn:last-child {
    margin-right: 15px;
}

#editPayout .panel.panelClearWhite {
    border: none;
}

.clockIcon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f017";
    padding-right: 5px;
}
.errorIcon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f06a";
    padding-right: 5px;
}
.checkIcon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    padding-right: 5px;
}

/* custom css for list3.html*/

#map-results {
    height: 220px;
}

#slider {
    margin: 10px;
}

#filters .panel {
    margin-bottom: 10px;
}

.results .item {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .results .item.top {
        min-height: 105px;
        height: 75%;
    }

    .results .item.bottom {
        height: 25%;
        width: 100%;
    }

.results > li {
    min-height: 150px;
    width: 100%;
}

    .results > li > a {
        height: 100%;
    }

.results .item .col-md-10,
.results .item .col-md-9,
.results .item .col-md-8,
.results .item .col-md-7,
.results .item .col-md-6,
.results .item .col-md-5,
.results .item .col-md-4,
.results .item .col-md-3,
.results .item .col-md-2 {
    padding: 0px;
}

.results .price {
    text-align: right;
    float: right;
    margin-right: 15px;
}

.sdollar {
    vertical-align: super;
    font-size: 0.5em;
}

.results img {
    width: 150px;
    height: 100%;
}

#filters .type_caption {
    padding-top: 10px;
}

.btn-clean {
    color: #333333;
    background-color: #fdfdfd;
    border-color: #cccccc;
}

.btn.btn-clean:hover,
.btn.btn-clean:active,
.btn.btn-clean.active,
.open .dropdown-toggle.btn-clean {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-clean.btn:focus {
    color: #333333;
}

.bt_icon {
    height: 30px;
    width: 40px;
    line-height: 30px;
    margin: auto;
}

#filters .btn-group {
    width: 100%;
}

    #filters .btn-group .btn {
        width: 33.33%;
    }

    #filters .btn-group .btn {
        padding: 8px 12px;
    }

    #filters .btn-group img {
        vertical-align: bottom;
    }


    #filters .panel-heading .pull-right, .panel-default .panel-heading .pull-right {
        line-height: 28px;
    }

.badge {
    border-radius: 4px;
}

#filters .ui-slider {
    font-size: 1em;
    background: rgb(245, 245, 245);
}

#filters .ui-widget-content {
    border: none;
    box-shadow: inset 2px 1px 8px -7px;
    margin: 0px 8px;
}

#filters .ui-slider-range {
    background: rgb(224,243,205);
}

#filters .ui-slider-handle {
    border-radius: 10px;
    background: rgba(179, 226, 134, 1);
    border: none;
}

#filters .checkbox {
    margin-top: 0px;
    margin-bottom: 1px;
}

.filterBody {
    font-size: 12px;
}

.filterName {
    margin-bottom: 15px;
}

.filterBody input[type="radio"] {
    margin-top: 0px;
}

.filterBody .radio:hover {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.badgeGrey {
    color: #969595;
    background-color: rgb(236, 236, 236);
    background-color: rgb(239, 237, 233);
    border-radius: 2px;
    box-shadow: inset 2px 1px 8px -7px;
}


#typeSail svg {
    bottom: 32px;
}
#typeMotor svg {
    bottom: -3px;
}
#typeOther svg {
    bottom: 19px;
}

.btn-clean {
    color: #969696;
    background-color: #fdfdfd;
    border-color: #dddddd;
}
.btn.btn-clean:hover,
.btn.btn-clean:active,
.btn.btn-clean.active,
.open .dropdown-toggle.btn-clean {
    color: #666;
    background-color: rgb(246, 244, 240);
    border-color: #C4C4C4;
}
.btn.btn-clean svg {
    width: 80%;
    fill: rgba(129, 127, 123,0.8);
    position: relative;
}
.btn.btn-clean:hover svg,
.btn.btn-clean:active svg,
.btn.btn-clean.active svg {
    fill: rgb(109, 107, 103);
}

#filters .radio,
#filters .checkbox {
    /*padding-left: 10px;*/
}
#filters .fa-star,
#filters .fa-star-o {
    color: rgba(159, 204, 116, 0.6);
}
#filters label.checked {
    color: #6B6B6B;
}
#filters .hover .fa-star,
#filters .hover .fa-star-o,
#filters label.checked .fa-star {
    color: rgba(159, 204, 116, 1);
}
/***************************/
/* custom css for boat.html*/
/***************************/
.boatCaptainPage .nav-tabs,
.boatCaptainPage .mytabs .nav-tabs,
.panelWhite .panel-heading {
    border-bottom: 2px solid #f7f7f7;
    background: #ffffff;
    padding: 5px 10px;
}
.panelWhite .panel-heading .panel-title {
    font-size: 14px;
    line-height: 28px;
}
.panelWhite .panel-body {
    padding: 5px;
}
.boatCaptainPage .nav li {
    width:100px;
    text-align: center;
}
.boatCaptainPage .bdContainer {
    margin-top: 20px;
}
.boatCaptainPage .aboutText {
    padding: 10px 15px;
    font-size: 15px;
}
.boatCaptainPage .form-control {
    color: inherit;
}
#boatPics .tab-content,
#captainPics .tab-content{
    height: 500px;
    padding: 1px;
}

#boatpics img {
    margin: auto;
    width: 100%;
}
.thumbnailPicBg {
    width: 150px;
    overflow: hidden;
    height: 170px;
    display: block;
    float: left;
    background-size: cover;
    background-position: center, center;
}
.panelBigButton {
    display: block;
    overflow: auto;
    padding: 15px;
}
.panelBigButton button,
.panelBigButton input {
    width: 100%;
}

.picCarousel {
    height: 87%;
}
    .picCarousel.noThumbs {
        height: 100%;
    }

    .picCarousel .carousel-inner {
        height: 100%;
    }

    .picCarousel .item {
        height: 100%;
        width: 100%;
    }

.mytabs {
    width: 100%;
}

    .mytabs .tab-pane {
        height: 100%;
    }

#map-boat {
    height: 100%;
}

.carousel-control {
    z-index: 10;
}
.panelSubtitle {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.sliderThumbs {
    margin-top: 2px;
    height: 12.6%;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    background: #FCFCFC;
}

    .sliderThumbs ul {
        height: 100%;
        width: 1000%;
        position: absolute;
    }

    .sliderThumbs li {
        padding: 0px;
        height: 100%;
    }

    .sliderThumbs img {
        height: 100%;
    }
    .sliderThumbs li,
    .sliderThumbs img {
        widht: 100px;
    }
    .sliderThumbs li a {
        border: 1px solid transparent;
        opacity: 0.8;
    }

    .sliderThumbs li a.selected {
        border: 1px solid rgb(150, 149, 146);
    }
    .sliderThumbs li a.selected,
    .sliderThumbs li a:hover {
        opacity: 1;
    }

    .sliderThumbs .carousel-control {
        position: relative;
        width: 20px;
        height: 100%;
        font-size: 16px;
        line-height: 59px;
        vertical-align: middle;
    }

        .sliderThumbs .carousel-control .glyphicon {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            color: #ffffff;
        }

        .sliderThumbs .carousel-control.left,
        .sliderThumbs .carousel-control.right {
            background: #cccccc;
            border: 1px solid #dddddd;
            position: absolute;
            z-index: 10;
        }

        .sliderThumbs .carousel-control.left {
            float: left;
            /*border-radius: 4px 0 0 4px;*/
        }

        .sliderThumbs .carousel-control.right {
            float: right;
            /*border-radius: 0 4px 4px 0;*/
        }

/* description tabs*/
/*#descriptionTabContent.tab-content {*/
    /*padding: 0px;*/
    /*padding-top: 15px;*/
/*}*/

/*#descriptionTabContent .label {*/
    /*float: right;*/
    /*line-height: inherit;*/
    /*max-width: 100%;*/
/*}*/

/* boat description list */
.halfCol li {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    min-width: 100%;
}

.listLeft,
.listRight {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.listLeft {
    float: left;
    text-align: left;
    clear: left;
}

.listRight {
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-group-item.long {
    padding-right: 0px;
}

.halfCol .long .listLeft, .halfCol .long .listRight {
    float: none;
}


.amenitiesCategory {
    font-size: 14px;
    margin: 5px 0 10px 10px;
    padding: 10px 0px 5px;
    color: #589FB1;
    border-bottom: 2px solid rgb(243, 243, 243);
    display: inline-block;
}
#boatAmenities .list-group {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}
#boatAmenities li {
    border: none;
    padding: 2px 10px;
    background: none;
}
#boatDetails .list-group,
#captainDetails .list-group{
    margin: 0px;
}
#boatDetails .list-group-item,
#captainDetails .list-group-item {
    padding: 0px 40px 5px 5px;
    background-color: inherit;
    border: none;
    overflow: hidden;
}
#captainDetails .list-group-item {
    padding: 5px;
}
#boatDetails .listRight {
    max-width: 20%;
}
#captainDetails .listRight {
    max-width: 50%;
    white-space: normal;
}
#captainDetails .bdContainer {
    margin-top: 0;
    margin-bottom: 50px;
}

/* review */
.reviewAllStars {
    margin-top:5px;
    font-size: 12px;
}
.reviewList ul {
    font-size: 13px;
    padding-left: 0px;
}
.reviewItem,
.reviewItem:after {
    clear: both;
    overflow: auto;
    list-style: none;
    margin-bottom:40px;
}
.reviewItem:last-child {
    margin-bottom:0px;
}
    .reviewItem .thumbnail,
    .reviewItem .thumbnail .pic,
    .reviewItem .caption {
        width: 70px;
    }
    .reviewItem .thumbnail,
    .reviewItem .thumbnail .pic {
        height: 70px;
    }
    .reviewItem .thumbnail.small,
    .reviewItem .thumbnail.small .pic,
    .reviewItem .caption {
        width: 50px;
    }
    .reviewItem .thumbnail.small,
    .reviewItem .thumbnail.small .pic {
        height: 50px;
        margin-top: 0px;
    }

    .reviewItem .thumbnail {
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        margin-top: 10px;
    }

    .reviewItem .thumbnail .pic {
        background-size: cover;
    }

    .reviewItem .caption {
        text-align: center;
        font-size: small;
    }
    .reviewItem .reviewDate {
        font-size: 11px;
    }

    .reviewItem img {
        /*        height: 100px;*/
        width: 80px;
    }
    .reviewItem .panel {
        background: none;
        margin: 0px;
    }
    .boatCaptainPage .reviewItem .panel-heading,
    .reviewItem .panel-heading {
        color: rgba(90, 90, 87, 0.6);
        background: none;
        padding: 5px 10px 5px 0px;
    }
    .reviewItem .panel-body {
        background: #f7f7f7;
        background: none;
        padding: 5px 10px 5px 0px;
    }

/* Boat page redesign*/
.panelGrey .panel-heading {
    background: #676E70;
    padding-top: 3px;
    padding-bottom: 3px;
}
.panelGrey .panel-heading.panelMed {
    padding: 10px 15px;
}
.panelGrey .panel-heading,
.softFont .panelGrey .panel-heading .panel-title {
    color: #ffffff;
}
.panelGrey .panel-body {
    padding: 5px;
}
#pricePanel .input-daterange {
    margin-bottom: 15px;
    margin-top:5px;
}
#pricePanel .input-group.date {
    padding: 0px;
    border-radius: 0;
}
#boatPrice {
    margin: 10px;
    text-align: right;
}
#boatPrice .error {
    color:#F3BDDD;
    text-align: left;
}
#selectedInterval {
    margin-bottom: 15px;
    text-align: center;
}
#priceTable table {
    margin:0;
}
#priceTable table td {
    padding-left:20px;
}
#priceTable table tr:last-child {
    background: rgba(103, 110, 112, 0.05);
    font-weight: bold;
}
#totalBoatPrice {
    overflow: auto;
    /*background: #F7F6F0;*/
    text-align: center;
}
#totalBoatPrice input {
    width: 100%;
}

.booking_price {
    margin-bottom: 10px;
}

.well {
    padding: 10px;
}

#ownerInfo .thumbnail {
    text-align: center;
    margin-bottom: 10px;
}

.svgIconSmall {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
}
ul.titleIcons {
    list-style: none;
    text-align: center;
    padding:0;
    margin: 0;
    margin-top: 30px;
}
ul.titleIcons li {
    display: inline-block;
    width: 19.3%;
}
ul.titleIcons li .fa {
    font-size: 25px;
    padding: 0px 0px 7px;
    opacity: 0.8;
}
ul.titleIcons li .svg {
    height: 25px;
    width: 30px;
    top: -2px;
    fill: rgba(90, 90, 87, 0.8);
}

#ownerPics .ownerImg {
    overflow: auto;
    margin-bottom: 15px;
    height: 350px;
}
    #userPublicProfile .ownerImg {
        height: 300px;
    }

    #ownerPics .ownerImg .picCarousel {
        width: 100%;
    }


        #ownerPics .ownerImg .thumbnail .carousel {
            height: 80%;
        }

            #ownerPics .ownerImg .thumbnail .carousel .carousel-inner {
                height: 100%;
            }

                #ownerPics .ownerImg .thumbnail .carousel .carousel-inner .item {
                    width: 100%;
                    height: 100%;
                }

                    #ownerPics .ownerImg .thumbnail .carousel .carousel-inner .item > div {
                        width: 100%;
                        height: 100%;
                        left: 0px;
                        top: 0px;
                    }

        #ownerPics .ownerImg .thumbnail .sliderThumbs {
            height: 20%;
        }
            #ownerPics .ownerImg .thumbnail .sliderThumbs li {
                width: 80px;
            }

#ownerInfo .panel-body {
    padding: 10px;
}
#ownerInfo .ownerImg .pic {
    width: 100%;
    height: 160px;
}
#ownerInfo blockquote {
    padding: 10px 5px;
    margin: 0 0 5px;
    height: 110px;
}
.ownerImg .fa-external-link {
    font-size: 8px;
}
.carousel-inner > .item {
    width: 100%;
    height: 100%;
}

    .carousel-inner > .item > img {
        position: absolute;
        top: 0px;
        z-index: -1;
    }

.ownerImg .thumbnail .carousel .carousel-inner > .item > div:first-child {
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/******************************/
/* custom css for captain.html*/
/******************************/

#captainPics img {
    margin: auto;
    width: 60px;
}

#captainPhotos {
    /*max-height: 500px;*/
}
.fixedDate {
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    background: #FBFCFC;
}

/******************************/
/* custom css for home.html*/
/******************************/
.headlineContainer {
    overflow: hidden;
    padding: 0px;
    position: relative;
}

    .headlineContainer img {
        width: 100%;
    }

    .headlineContainer .absoluteRow {
        position: absolute;
        width: 100%;
    }

#homePage.headlineContainer{
    min-height: 750px;
}

#loginPage .headlineContainer{
    height: 700px;
}
#errorPage .headlineContainer{
    height: 400px;
}


.headlineContainer .innerRow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.headlineContainer .searchRow,
.headlineContainer .loginRow,
.headlineContainer .errorRow,
.headlineContainer .jumbotronRow {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.headlineContainer .errorRow {
    width: 400px;
    text-align: center;
}

.headlineContainer .formLocation {
    width: 250px;
}

.headlineContainer .form-control,
.headlineContainer .formIcon, .headlineContainer input {
    background-color: rgba(255, 255, 255,1);
    color: #5A5A57;
    text-align: left;
    font-size: 15px;
    height: 42px;
    -webkit-font-smoothing: antialiased;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .headlineContainer .form-control:focus,
    .headlineContainer .formIcon:focus {
        background-color: rgba(255, 255, 255,1);
        border: none;
        box-shadow: none;
        /*-webkit-box-shadow: none;*/
    }
.homeBanner {
    height: 200px;
    width: 450px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}
#loginDiv .formIcon {
    height: inherit;
}

.headlineContainer .input-daterange {
    display: inline-block;
}

.headlineContainer .date {
    width: 150px;
    display: inline-table;
    border: none;
}

.headlineContainer select {
    width: 100px;
}

.headlineText {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
    .headlineText h1 {
        font-size: 40px;
        text-shadow: 0px 0px 25px #949494;
        font-family: 'Lato-light', sans-serif !important;
    }
    .headlineText h2 {
        font-size: 38px;
        /*text-shadow: 0px 0px 1px #fff;*/
    }

    .headlineText h3 {
        font-size: 30px;
        /*text-shadow: 0px 0px 1px #fff;*/
    }

    .headlineText h4 {
        font-size: 14px;
        /*text-shadow: 0px 0px 1px #fff;*/
    }

.errorText {
    color: #589FB1;
    text-align: center;
    font-size: 60px;
    padding: 30px;
}

#homePage.headlineContainer form {
    padding: 7px;
    /*border-radius: 4px;*/
    font-size: 20px;
    margin: 20px 0 10px 0;
}

#homePage .absoluteRow.headlinePositionBottom {
    top: 470px;
}
#launchHeadline .headlineText {
    padding: 5px 15px;
    color: rgba(231, 221, 248, 0.9);
}
#launchHeadline h3 {
    font-size: 2em;
}

#hcarousel {
    display: none; /*show video on large devices*/
}
.headlineContainer .carousel,
.headlineContainer .carousel-inner,
.headlineContainer .carousel-inner .item {
    height: 100%;
}

.headlineContainer .carousel-control {
    top: 85%;
    width: 10%;
    margin: 0px 15px;
}

    .headlineContainer .carousel-control.right,
    .headlineContainer .carousel-control.left {
        background-image: none !important;
        position: absolute;
        /*top: 0px;*/
        z-index: 10;
    }

    .headlineContainer .carousel-control .glyphicon-chevron-left,
    .headlineContainer .carousel-control .glyphicon-chevron-right {
        /*left: 35% !important;*/
        /*top: 50% !important;*/
    }

.headlineContainer .carousel-caption {
    right: 10%;
    left: auto;
    bottom: 5px;
    padding: 10px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #c7c7c7;
}
@media screen {
    @media (max-width: 765px) {
        #homePage.headlineContainer {
            min-height: 530px;
            max-height: 800px;
            height: calc(100% - 43px);
        }
        #homePage .homeBanner {
            height: 80px;
            width: 300px;
        }
    }
}

/******************************/
/* custom css for book.html*/
/******************************/
.row_container .book {
    padding: 0px;
}

.book .panel {
    overflow: hidden;
}

.book .panel-title {
    display: inline;
    vertical-align: middle;
}

.book .panel-body {
    height: 100%;
}

    .book .panel-body a {
        height: 100%;
        vertical-align: bottom;
    }

.book img {
    width: 150px;
    height: 150px;
}

.book .badge {
    /*width: 36px;*/
    /*line-height: 36px;*/
    /*font-size: 24px;*/
    /*border-radius: 24px;*/
    /*padding: 0px;*/
    /*vertical-align: middle;*/
    /*margin-right: 5px;*/
    border-radius: 50%;
    background-color: #589FB1;
}

.book .panel-default > .panel-body {
    min-height: 150px;
}

.book a.pull-left {
    height: 150px!important;
}

.ccForm {
    margin-top: 15px;
}

.ccIcons {
    height: 24px;
    width: 162px;
    background: url("../img/sprites/cc_sprites.png") no-repeat scroll 0px -50px transparent;
    margin-top: 2px;
}

.compactList {
    padding: 0;
    overflow: hidden;
    padding: 20px;
}

    .compactList > li {
        overflow: hidden;
        list-style: none;
    }

#bookPrice .listRight {
    text-align: left;
}

.totalPrice h3 {
    margin-top: 0px;
}



.mytabs .tab-content {
    background: white;
    /*border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0px 0px 4px 4px;*/
    padding: 15px 0px;
    margin-bottom: 18px;
}

    .mytabs .tab-content .panel {
        padding: 0px 0px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

.mytabs .msgNav {
    float: right;
    vertical-align: middle;
}

.nav-tabs {
    border: none;
}

.mytabs .nav-tabs {
    /*border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 0 0;
    border: none!important;*/
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F5F5F5) );
    background: -moz-linear-gradient( center top, #F8F8F8 5%, #F5F5F5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F5F5F5');
    background-color: #F8F8F8;
    padding: 5px 5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

    .mytabs .nav-tabs > li {
        margin-bottom: 0px;
        margin-right: 0px;
    }

        .mytabs .nav-tabs > li h2 .fa {
            margin-right: 10px;
            font-size: 0.8em;
        }


.mytabs .large-icons.nav-tabs > li > a,
.mytabs .large-icons.nav-tabs > li > a:hover,
.mytabs .large-icons.nav-tabs > li > a:focus {
    border: none!important;
    /*border-right: 1px solid rgb(221, 221, 221);*/
    border-radius: 0px!important;
    margin-right: 0px!important;
    color: #999999;
    padding: 0px!important;
    background: none!important;
}

#myTripsDiv.mytabs .nav-tabs > li > a,
#myTripsDiv.mytabs .nav-tabs > li > a:hover,
#myTripsDiv.mytabs .nav-tabs > li > a:focus,
#myTripsDiv2.mytabs .nav-tabs > li > a,
#myTripsDiv2.mytabs .nav-tabs > li > a:hover,
#myTripsDiv2.mytabs .nav-tabs > li > a:focus,
#myAccountDiv.mytabs .nav-tabs > li > a,
#myAccountDiv.mytabs .nav-tabs > li > a:hover,
#myAccountDiv.mytabs .nav-tabs > li > a:focus,
.leftmenutabs.mytabs .nav-tabs > li > a,
.leftmenutabs.mytabs .nav-tabs > li > a:hover,
.leftmenutabs.mytabs .nav-tabs > li > a:focus {
    border: none!important;
    /*border-radius: 0px!important;*/
    margin-right: 0px!important;
    /*color: #999999;*/
    /*padding: 0px!important;*/
    background: none!important;
    /*margin-bottom: 10px!important;*/
}




#readMessage.mytabs .nav-tabs, #composeMessage.mytabs .nav-tabs, #myMessages.mytabs .nav-tabs {
    background: none;
}

    #myMessages.mytabs .nav-tabs > li {
        margin-right: 30px;
    }

        #myMessages.mytabs .nav-tabs > li:first-child > a {
            border-radius: 0px;
        }

        #myBoatsDiv.mytabs .nav-tabs > li.active > a,
        #myBoatsDiv.mytabs .nav-tabs > li.active > a:hover,
        #myBoatsDiv.mytabs .nav-tabs > li.active > a:focus,
        #myMessages.mytabs .nav-tabs > li.active > a,
        #myMessages.mytabs .nav-tabs > li.active > a:hover,
        #myMessages.mytabs .nav-tabs > li.active > a:focus,
        #myAccountDiv.mytabs .nav-tabs > li.active > a,
        #myAccountDiv.mytabs .nav-tabs > li.active > a:hover,
        #myAccountDiv.mytabs .nav-tabs > li.active > a:focus {
            border: none;
            /*border-right: 1px solid rgb(221, 221, 221);*/
            /*color: #999999;*/
            cursor: default;
            background-color: white;
            margin-right: 0px;
            /*padding: 0px;*/
            background: none!important;
        }

.nav-tabs > li > a > h3,
.nav-tabs > li > a > h4,
.nav-tabs > li > a > h5,
.nav-tabs > li > a > h6 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.nav-tabs > li.active > a > h2,
.nav-tabs > li.active > a > h3,
.nav-tabs > li.active > a > h4,
.nav-tabs > li.active > a > h5,
.nav-tabs > li.active > a > h6 {
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*color: #555555;*/
    cursor: default;
    /*background-color: #fff;*/
    border: 1px solid #dddddd!important;
    border-radius: 0px!important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    /*color: #555555;*/
    cursor: default;
    /*background-color: #f7f7f7;*/
    border-radius: 0px!important;
    cursor: pointer;
}

    .nav-tabs > li > a:hover {
        border: 1px solid #dddddd!important;
        border-radius: 0px!important;
    }

    .nav-tabs > li > a > h2 {
        font-size: 28px;
        line-height: 34px;
        /*color: #999999;*/
        border-bottom: 0px solid #ccc;
        margin: 0px;
        padding: 5px 0px;
    }

.nav-tabs .count {
    border-radius: 50%;
    background-color: #58BB58;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 16px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
}
/******************************/
/* custom css for login.html*/
/******************************/
.backgroudWrapper {
    height: auto;
    background: url("../img/bg/signup1.jpg") no-repeat bottom center;
    background-size: cover;
    min-height: 100%;
}
/*.backgroudWrapper:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*height: auto;*/
    /*min-height: 100%;*/
    /*background: url("../img/bg/signup1.jpg") no-repeat bottom center;*/
    /*background-size: cover;*/
    /*z-index: -1; *//* Keep the background behind the content */

    /* don't forget to use the prefixes you need */
    /*-webkit-transform-origin: top left;*/
    /*-webkit-filter: blur(1px);*/
/*}*/
.loginRow {
    padding: 15px;
    padding-top: 1px;
}

    .loginRow .btn-fb,
    .loginRow .form-control {
        /*margin-bottom: 15px;*/
    }

    .loginRow hr {
        margin-top: 10px;
        margin-bottom: 10px;
        opacity: 0.5;
    }

    .loginRow .centerText hr {
        width: 90%;
    }

    .loginRow .headlineText h3 {
        color: #fff!important;
        text-shadow: 0px 0px 1px #333;
    }


#loginPage .centerText h5 {
    color: white;
    text-align: center;
    opacity: 0.5;
}

#loginPage .formText {
    color: #cccccc;
}

#loginDiv,
#passDiv {
    width: 300px;
}

#signupDiv{
    height: 450px;
    padding-bottom: 0px;
}


#signupCardSideDiv{
    height: 450px;
    background-color: rgba(47, 160, 196, 0.5);
    color: rgba(255, 255, 255, 1);
}
#signupCardSideDiv p {
    margin-bottom: 20px;
    font-size: 15px;
}

#signupCard{
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen {
    @media (min-width: 765px) {
        #signupCard{
            width: 750px;
        }
    }
}

#jumbotronDiv {
    width: 70%;
}

.topGradient,
.bottomGradient {
    position: absolute;
    width: 100%;
}

.formIcon {
    display: table-cell;
    border-left: none;
    color: rgb(196,196,196);
}

.topGradient {
    top: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.bottomGradient {
    bottom: 0;
    height: 15%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}




/* front.html page*/
.backgroudWrapper2 {
    height: auto;
    background: url("../pic/other/bg3.jpg") no-repeat bottom center;
    background-size: cover;
    min-height: 100%;
}
/* landing.html page*/
.backgroudWrapper3 {
    height: auto;
    background: url("../pic/other/bg_landing.jpg") no-repeat bottom center;
    background-size: cover;
    min-height: 100%;
}

.jumbotron {
    background: none;
}
/*
.jumbotron h1 {
	-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
}
*/
#jumboDiv.headlineText {
    color: #fdfdfd;
    text-shadow: 0px 3px 8px rgb(42, 42, 42);
    text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
    text-shadow: 1px 2px 5px rgb(41, 41, 41);
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
    -webkit-text-stroke: inherit;
}

#jumboDiv {
    margin-top: 80px;
}

#front.navbar-default {
    background-color: inherit;
    border-color: none;
}

    #front.navbar-default .navbar-nav > li > a {
        color: #DEDEDE;
    }

        #front.navbar-default .navbar-nav > li > a:hover,
        #front.navbar-default .navbar-nav > li > a:focus {
            color: white;
            cursor: pointer;
            text-decoration: underline;
            text-shadow: 1px 1px 1px rgba(0,0,0,1);
        }




/* Dashboard page */
.table-hover > tbody > tr > td > .badge,
.table-hover > tbody > tr > th > .badge {
    opacity: 0.7;
}

.table-hover > tbody > tr:hover > td > .badge,
.table-hover > tbody > tr:hover > th > .badge {
    opacity: 1;
}

tr.unread {
    font-weight: bold;
}

table .cbox {
    cursor: pointer;
    font-size: 1.3em;
    width: 17px;
    text-align: left;
}

.message .form-group {
    margin-left: 0;
    margin-right: 0;
}

.message input.absoluteLabel {
    padding-left: 25px;
}

label[for=formEmailTo] {
    position: absolute;
}

.message input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
}

    .message input:focus {
        box-shadow: none;
    }

.message button.close {
    margin-top: 5px;
    margin-right: 15px;
}

.msgThumbnailDiv {
    padding: 0px 5px!important;
    margin: 0px!important;
}

.msgThumbnail {
    padding: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.msgThumbnailContainer {
    width: 80px;
    height: 80px;
}

    .msgThumbnailContainer a {
        width: 100%;
        height: 100%;
        margin: 0px 5px 5px 5px;
    }

        .msgThumbnailContainer a img {
            width: 100%;
            height: 100%;
        }

.msgThumbnailDiv .msgTextContainer {
    margin-left: 15px;
}

.msgTextContainer h4,
.msgTextContainer h5,
.msgTextContainer h6 {
    margin-top: 0;
}

table.fixedTable {
    table-layout: fixed;
}
table.messageTable {
    margin-bottom: 0;
}
table.messageTable tbody > tr > td {
    vertical-align: middle;
}
table.messageTable th {
    color: #589FB1;
}

table.messageTable tr td:not(:first-child) {
    cursor: pointer;
}
table.messageTable tr td.mailContent {
    max-width: 440px;
}
table.messageTable th:first-child,
table.messageTable td:first-child {
    text-align: right;
    color: #589FB1;
}

table.messageTable td:before {
    vertical-align: middle;
    font-family: 'entypo';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: x-large;
}
table.messageTable td.pending:before {
    content: '\23F3';
    color: #8FAAB1;
    position: relative;
    top: -2px;
}
table.messageTable td.confirmed:before {
    content: '\2713';
    color: #89BD89;
}
table.messageTable td.rejected:before {
    content: '\274C';
    color: #B47F9F;
}
table.messageTable td.status {
    text-transform: capitalize;
}
table.messageTable .status > .requested,
table.messageTable .status > .payment,
table.messageTable .status > .cancelled {
    background-color: #589FB1;
}
table.messageTable .status > .booked,
table.messageTable .status > .confirmed,
table.messageTable .status > .completed {
    background-color: #85BD85;
}
table.messageTable .status > .claims,
table.messageTable .status > .settle,
table.messageTable .status > .rejected {
    background-color: #B37D9D;
}


/*myTrips - trip detail*/
.bgGreyGradient {
    background: url("../img/bg/bg_grey_gradient.png") repeat scroll -10px -100px transparent;
    background: rgba(235,232,235,1);
    background: -moz-linear-gradient(top, rgba(235,232,235,1) 0%, rgba(225,225,225,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,232,235,1)), color-stop(100%, rgba(225,225,225,1)));
    background: -webkit-linear-gradient(top, rgba(235,232,235,1) 0%, rgba(225,225,225,1) 100%);
    background: -o-linear-gradient(top, rgba(235,232,235,1) 0%, rgba(225,225,225,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,232,235,1) 0%, rgba(225,225,225,1) 100%);
    background: linear-gradient(to bottom, rgba(235,232,235,1) 0%, rgba(225,225,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe8eb', endColorstr='#d7d7d7', GradientType=0 );
}

    .bgGreyGradient hr {
        background: url("../img/bg/bg_grey_gradient_divider.png") repeat-x scroll 0% 0% transparent;
        height: 2px;
        border: none;
    }

.shadowLeft {
    background: url("../img/bg/bg_shadow_left.png") left top no-repeat transparent;
    background-size: 15px 100%;
}

.shadowRight {
    background: url("../img/bg/bg_shadow_right.png") right top no-repeat transparent;
    background-size: 15px 100%;
}

.shadowBottom {
    background: url("../img/bg/bg_shadow_bottom.png") bottom left no-repeat;
    background-size: 100% 15px;
    padding-bottom: 30px;
}

.shadowTopInv {
    background: url("../img/bg/bg_shadow_bottom.png") top left no-repeat;
    background-size: 100% 15px;
    padding-bottom: 30px;
}

.shadowRightInv {
    /*background: url("../img/bg/bg_shadow_left.png") 102% center no-repeat;*/
    background-size: 25px 120%;
    background-color: rgba(255, 255,255, 1);
    padding-right: 30px;
    padding: 20px!important;
}


#tripDetail .tripDetailTopRow {
    border-bottom: none;
}

    .tripDetailTopRow .col-md-1,
    .tripDetailTopRow .col-md-2,
    .tripDetailTopRow .col-md-3,
    .tripDetailTopRow .col-md-4,
    .tripDetailTopRow .col-md-5,
    .tripDetailTopRow .col-md-6,
    .tripDetailTopRow .col-md-7,
    .tripDetailTopRow .col-md-8 {
        height: 100%;
    }

#tripDetail .panel-heading {
    padding: 5px 10px;
    margin-bottom: 0px;
}

.inlineCalendar {
    height: 100%;
}

    .inlineCalendar table {
        font-size: smaller;
        margin:auto;
    }

    .inlineCalendar .table-condensed thead > tr > th,
    .inlineCalendar .table-condensed tbody > tr > th,
    .inlineCalendar .table-condensed tfoot > tr > th,
    .inlineCalendar .table-condensed thead > tr > td,
    .inlineCalendar .table-condensed tbody > tr > td,
    .inlineCalendar .table-condensed tfoot > tr > td {
        padding: 0px 5px;
    }

    .inlineCalendar .datepicker,
    .inlineCalendar .datepicker-days,
    .inlineCalendar table {
        height: 100%;
    }

        .inlineCalendar .datepicker td,
        .inlineCalendar .datepicker th {
            height: inherit;
        }

/* my accout */
.form-horizontal td .control-label,
.form-horizontal td .radio,
.form-horizontal td .checkbox,
.form-horizontal td .radio-inline,
.form-horizontal td .checkbox-inline {
    padding-top: 0px;
}


/*my boats list */
.detailList dl {
    border-color: grey;
}

dl.tightDl,
dl.tightDl * {
    margin: 0px;
    line-height: 1.5;
}

    dl.tightDl dt,
    dl.tightDl dd {
        margin-bottom: 0px;
    }

dl.tightDl120 dt {
    width: 120px;
}

dl.tightDl120 dd {
    margin-left: 130px;
}

dl.tightDl90 dt {
    width: 90px;
}

dl.tightDl90 dd {
    margin-left: 100px;
}


.detailList .alert {
    margin-bottom: 1px;
    margin-top: 1px;
}

.detailListTitle {
    padding-top: 5px;
    /*background: #fcfcfc;*/
}

.detailList .actionButtons {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* nav menu */
.navSearchContainer {
    float: left;
    background: none;
}

#navSearchDiv {
    overflow: auto;
    margin-top: 4px;
}

    #navSearchDiv .input-group-addon {
        position: absolute;
        z-index: 999;
        background: none;
        border: none;
    }

    #navSearchDiv input {
        padding-left: 30px;
        background-color: rgba(250,250,250,0.95);
    }

        #navSearchDiv input:focus {
            background-color: rgba(250,250,250,0.99);
        }

.verticalCenter {
    display: table-cell;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}

.navbar-brand {
    background-image: url(../pic/sailo_logo_pic.png);
    background-size: auto 29px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px !important;
    display: inline-block;
    width: 100px;
    height: 41px;
}
.navbar-brand.blueLogoPic {
    background-image: url(../pic/logo/blue_logo/logo_icon_blue.png);
    padding-right: 0px;
    width: 0px;
}
.navbar-brand.blueLogoText {
    background-image: url(../pic/logo/blue_logo/logo_text_blue.png);
    margin-left: 7px !important;
}
.rotator:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: 1s ease all;
}
.rotate .blueLogoPic{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.rotate:hover .blueLogoPic {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform: rotate(360deg);
}

/*navbar icons*/
.dropdown i {
    width: 20px;
}

/*myBoatCaptains*/
#myCaptains .panel-heading .btn {
    margin-top: -5px;
}

/*myBoatPhotos*/
.tightColumns .col-xs-1,
.tightColumns .col-xs-2,
.tightColumns .col-xs-3,
.tightColumns .col-xs-4,
.tightColumns .col-xs-5,
.tightColumns .col-xs-6,
.tightColumns .col-xs-7,
.tightColumns .col-xs-8,
.tightColumns .col-xs-9,
.tightColumns .col-xs-10,
.tightColumns .col-xs-11,
.tightColumns .col-xs-12,
.tightColumns .col-sm-1,
.tightColumns .col-sm-2,
.tightColumns .col-sm-3,
.tightColumns .col-sm-4,
.tightColumns .col-sm-5,
.tightColumns .col-sm-6,
.tightColumns .col-sm-7,
.tightColumns .col-sm-8,
.tightColumns .col-sm-9,
.tightColumns .col-sm-10,
.tightColumns .col-sm-11,
.tightColumns .col-sm-12,
.tightColumns .col-md-1,
.tightColumns .col-md-2,
.tightColumns .col-md-3,
.tightColumns .col-md-4,
.tightColumns .col-md-5,
.tightColumns .col-md-6,
.tightColumns .col-md-7,
.tightColumns .col-md-8,
.tightColumns .col-md-9,
.tightColumns .col-md-10,
.tightColumns .col-md-11,
.tightColumns .col-md-12,
.tightColumns .col-lg-1,
.tightColumns .col-lg-2,
.tightColumns .col-lg-3,
.tightColumns .col-lg-4,
.tightColumns .col-lg-5,
.tightColumns .col-lg-6,
.tightColumns .col-lg-7,
.tightColumns .col-lg-8,
.tightColumns .col-lg-9,
.tightColumns .col-lg-10,
.tightColumns .col-lg-11,
.tightColumns .col-lg-12 {
    padding-right: 3px;
    padding-left: 3px;
}


.tightThumbnails .ttBigPhoto {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    height: 302px;
}

.tightThumbnails .ttBigPhoto,
.tightThumbnails .ttThumbs,
.tightThumbnails .ttCaption {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tightThumbnails .ttThumbs {
    max-width: 100%;
    min-width: 104px;
    height: 302px;
}

.tightThumbnails .ttCaption {
    max-width: 80%;
    margin-top: 0px;
}

.tightThumbnails .thumbnail {
    float: left;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
}

    .tightThumbnails .thumbnail.selected {
        background-color: #555555;
    }

.tightThumbnails .ttThumbsContainer {
    min-width: 165px;
    max-width: 100%;
}

.tightThumbnails .ttBigPhotoContainer {
    max-width: 100%;
    float: left;
}

    .tightThumbnails .ttBigPhotoContainer .ttCaption {
        margin-left: 15px;
    }

img.thumbSize1 {
    width: 90px;
    height: 60px;
}

img.bigPhoto {
    width: 500px;
    height: 300px;
}

div.bigPhoto {
    max-width: 100%;
    width: 500px;
    height: 300px;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}



/* FILE UPLOAD */

.fileinput-button {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #888;
    border: 1px solid #FFFFFF;
    padding: 15px;
}
    .fileinput-button .fa {
        font-size: 10em;
    }
    .fileinput-button.in {
        color: #555;
    }
    .fileinput-button.hover {
        border: 1px dashed #888;
    }
    .fileinput-button.fade {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
    }
    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

#fileUploadTable td {
    vertical-align: middle;
}

#filePreview {
    text-align: center;
    border-top:none;
    width: 30%;
}

#filePreview .fa {
    font-size:90px;
    color: #aaa;
}

#fileName {
    font-weight: bold;
    border-top:none;
}

#fileProgress {
    height: 60px;
}
#fileProgress .progress {
    margin-bottom: 0px;
}

#fileSize {
    width: 75px;
}
#fileBitRate {
    width: 93px;
}
#fileTimeLeft {
    text-align: center;
    font-size: smaller;
    top: -28px;
    position: relative;
}
#fileError {
    border-top: none;
}

#fileToCrop {
    max-width: 300px;
    max-height: 500px;
}

#fileToCropThumb {
    width: 150px;
    height: 90px;
    overflow: hidden;
}

.fileUploadButtonDiv,
.fileCropButtonDiv {
    display: inline-block;
}

#fileShowFinal {
    max-width: 100%;
    max-height: 100%;
}

.hcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}





/*************************/
/* availability calendar */
/*************************/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}


.ui-datepicker-calendar td {
    border: 1px solid #ffffff;
    background: #FAFAFA;
    border-radius: 2px;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
}

.ui-datepicker-calendar td:hover {
    border-radius: 2px;
    cursor: pointer;
    background: #eeeeee;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: none;
}


/*
td.highlight {
	border: none !important;padding: 1px 0 1px 1px !important;background: none !important;overflow:hidden;}
*/
td.highlight {
    background: #cef3b8;
    border: 1px #ecffde solid;
}

td.highlightBusy {
    background: rgba(240, 240, 240, 1);
}
td.highlight.cal_td_res:not(.ui-datepicker-current-day):not(.selectedRange):not(.rangeFirstDay):not(.hoveringRange) {
    background: rgb(255, 237, 236);
    border: 1px rgb(245, 245, 245) solid;
}

.calendar-price,
.calendar-price-na {
    font-size: 1.1em;
    color: rgba(83,151,202,1);
    border-radius: 2px;
}

td.ui-datepicker-today,
td.ui-datepicker-today:hover,
td.ui-datepicker-today.disabled,
td.ui-datepicker-today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

td.ui-datepicker-current-day,
td.ui-datepicker-current-day:hover,
td.ui-datepicker-current-day.disabled,
td.ui-datepicker-current-day.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: none;
}

    td.ui-datepicker-current-day a.ui-state-active,
    td.ui-datepicker-current-day span {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

a.pull-left {
    width: 200px;
    height: 150px;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}


.input-group-addon {
    background-color: #fff!important;
}

    .input-group-addon:last-child {
        border: none;
    }

.form-group.date .input-group-addon {
    cursor: pointer;
}

.flat input,
.flat select,
.flat textarea,
.flat .input-group-addon,
.flat .nav-pills > li,
.flat .nav-pills > li > a {
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -moz-appearance: none;
    border-radius: 0;
    appearance: none;
}

.navbar-inverse {
    background-color: #fff;
}

.navbar {
    font-family: 'Lato', sans-serif!important;
    font-size: 14px;
    margin: 0px -15px;
}

    .navbar .container {
        margin: 0px auto!important;
        max-width: 1240px!important;
    }

.navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

    .navbar-nav > li > .dropdown-menu {
        top: 42px;
        border: 1px solid #dfdfdf;
        /*border-top: 0px;*/
        overflow: hidden;
        padding: 0px;
    }

.navbar-inverse .navbar-nav > li > a.dropdown-toggle {
    border: 1px solid #fff;
    border-width: 0px 1px;
}

.dropdown-menu .divider {
    margin: 0px;
}

.dropdown-menu li a {
    padding: 10px 20px;
    color: rgba(90, 90, 85, 0.9);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*background-color: #589FB1;*/
    background-color: #F7F7F7;
    color: rgb(14, 131, 205);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #5A5A57;
    font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(90, 90, 85, 0.7);
    font-weight: normal;
    transition: all 0.5s ease;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover img,
    .navbar-inverse .navbar-nav > li > a:focus img {
        color: rgba(90, 90, 85, 1);
        /*text-decoration: underline;*/
        opacity: 1;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav .caret {
    color: rgba(90, 90, 85, 0.7);
    border-top-color: rgba(90, 90, 85, 0.7);
    border-bottom-color: rgba(90, 90, 85, 0.7);
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: rgba(90, 90, 85, 1);
    border-bottom-color: rgba(90, 90, 85, 1);
}

.container > .navbar-header, .container > .navbar-collapse {
    margin: 0px;
    padding: 0px;
}

.navbar > .container .navbar-brand {
    margin: 1px 0px 0px 0px;
}

.info-messages {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}

.navbar .messages .fa {
    font-size: 1.6em;
    /*color: #999999;*/
    /*margin-top: -5px;*/
    /*position: relative;*/
    /*margin-bottom: -8px;*/
    /*height: 24px;*/
    /*overflow: hidden;*/
    vertical-align: bottom;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    font-size: 14px;
    line-height: 22px;
    color: inherit;
    font-weight: normal;
    border: 1px solid #dfdfdf;
    border-width: 0px 1px;
    background: #fff;
    position: relative;
    z-index: 9999;
    /*margin-top: -1px;*/
    /*margin-bottom: -1px;*/
}

.navbar-inverse .navbar-nav > li.dropdown > a:hover {
    text-decoration: none;
}

.container {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%!important;
    max-width: 100%!important;
    position: relative;
    padding: 0px;
    margin: 0px;
}

    .container h5 .right {
        /*padding: 10px 20px;*/
    }

.headlineContainer .carousel-inner .item > div:first-of-type,
.picCarousel .item > div:first-of-type {
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.panel-default .panel-heading {
    /* box-shadow: inset 0px 1px 0px 0px #ffffff; */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F5F5F5) );
    background: -moz-linear-gradient( center top, #F8F8F8 5%, #F5F5F5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F5F5F5');
    background-color: #F8F8F8;
    padding: 5px 10px;
    /*margin-bottom: 10px;*/
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #fff;*/
}

.panel-default .panel-heading .panel-title {
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 28px;
    color: #004A83;
}

.row {
    margin: 0px!important;
    padding: 0px !important;
}

.row_container {
    margin: 0px auto!important;
    padding: 0px !important;
    max-width: 1240px!important;
}

    .row_container .left_column {
        padding-left: 0px;
    }

    .row_container .right_column {
        padding-right: 0px;
    }

.center_column {
    padding: 0px;
}

.list-inline > li {
    vertical-align: middle;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    outline: none;
    background-color: #58BB58;
    background-image: none;
    border-radius: 5px;
    border: none;
    text-shadow: -1px -1px 1px #339900;
    font-size: 16px!important;
}

.btn-primary, .btn-primary :hover, .btn-primary :focus {
    outline: none;
    background-color: #58BB58;
    background-image: none;
    border-radius: 5px;
    border: none;
    text-shadow: -1px -1px 1px #339900;
    font-size: 16px;
}

.input-group .fa {
    color: #8E8E8E;
}

.form-control {
    color: #333;
}

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #cccccc;
    }

.input-group {
    border: 1px solid #ccc;
    border-radius: 5px;
}


.row-top {
}

.row-content {
    margin: 0px -10px 0px 0px;
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    box-shadow: 0px -3px 7px -5px rgb(150, 150, 150);
}
#dashboard {
    background: rgb(247,247,247);
    padding-top: 20px;
}

.nav-tabs.top-nav {
    margin-top: 10px;
}

    .nav-tabs.top-nav > li {
        background-color: #f8f8f8;
        margin-right: 10px;
        border-radius: 4px 4px 0px 0px;
    }

        .nav-tabs.top-nav > li > a {
            border: 1px solid #ebebeb;
            background-color: #f8f8f8;
            color: #999999;
            padding: 10px 20px;
        }

            .nav-tabs.top-nav > li > a:hover, .nav-tabs.top-nav > li > a:focus {
                border-radius: 4px 4px 0px 0px!important;
            }

        .nav-tabs.top-nav > li.active > a {
            background-color: #58BB58;
            color: #fff;
            border-radius: 4px 4px 0px 0px!important;
        }



.pull-right {
    margin-left: 10px;
}

.addNewBoatDiv {
    padding: 15px 0px;
}

.panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
}

.btn-primary, .btn-primary:hover {
    background-image: none;
    border: none;
    background-color: #58BB58;
}

.btn-default, .btn-default:hover {
    background-image: none;
    border: none;
    background-color: #58BB58!important;
}

.dl-horizontal dt {
    text-align: left!important;
    margin-bottom: 15px;
    white-space: inherit;
}

.btn-info, .btn-info:hover, .btn-info:focus {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    color: #646464;
    background-image: none;
    margin-right: 10px;
    outline: none;
}

    .btn-info:last-child {
        margin-right: 0px;
    }

    .btn-info .fa {
        margin-right: 5px;
        color: #999999;
    }

    .btn-info:hover .fa {
        margin-right: 5px;
        color: #555555;
    }

/* on boat management page*/
.primaryPhoto .btn-info .fa-star {
    color: #0E83CD;
}

.bdatepicker table tr td span {
    height: 43px;
    line-height: 43px;
}

.bdatepicker table tr td.range.today, .bdatepicker table tr td.range.today:hover, .bdatepicker table tr td.range.today.disabled, .bdatepicker table tr td.range.today.disabled:hover {
    background-color: #11aacc;
    background-image: -moz-linear-gradient(top, #11aacc, #11aacc);
    background-image: -ms-linear-gradient(top, #11aacc, #11aacc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#11aacc), to(#11aacc));
    background-image: -webkit-linear-gradient(top, #11aacc, #11aacc);
    background-image: -o-linear-gradient(top, #11aacc, #11aacc);
    background-image: linear-gradient(top, #11aacc, #11aacc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    border-radius: 5px;
}

.bdatepicker table tr td.range {
}

    .bdatepicker table tr td.range.today:hover, .bdatepicker table tr td.range.today:hover:hover, .bdatepicker table tr td.range.today.disabled:hover, .bdatepicker table tr td.range.today.disabled:hover:hover, .bdatepicker table tr td.range.today:active, .bdatepicker table tr td.range.today:hover:active, .bdatepicker table tr td.range.today.disabled:active, .bdatepicker table tr td.range.today.disabled:hover:active, .bdatepicker table tr td.range.today.active, .bdatepicker table tr td.range.today:hover.active, .bdatepicker table tr td.range.today.disabled.active, .bdatepicker table tr td.range.today.disabled:hover.active, .bdatepicker table tr td.range.today.disabled, .bdatepicker table tr td.range.today:hover.disabled, .bdatepicker table tr td.range.today.disabled.disabled, .bdatepicker table tr td.range.today.disabled:hover.disabled, .bdatepicker table tr td.range.today[disabled], .bdatepicker table tr td.range.today:hover[disabled], .bdatepicker table tr td.range.today.disabled[disabled], .bdatepicker table tr td.range.today.disabled:hover[disabled] {
        background-color: #11aacc;
    }

.list-group {
    padding: 10px;
}


.media .pull-left, .media .pull-right {
    min-height: 150px;
}


/* datepicker styling*/
.ui-datepicker {
    border: none;
    width: 100%;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-hover.ui-datepicker-next-hover, .ui-state-hover.ui-datepicker-prev {
    border: none;
    background: #ccc;
    color: #000;
}


.tab-pane .ui-datepicker {
    width: 100%;
}

.tab-pane .ui-datepicker-calendar td {
    height: 70px;
    overflow: hidden;
}

.tab-pane .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 1.2em;
}

.tab-pane .calendar-price {
    font-size: 1.1em;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100%!important;
}

.readonly td.ui-datepicker-current-day,
.readonly td.ui-datepicker-current-day:hover,
.readonly td.ui-datepicker-current-day.disabled {
    background: #cef3b8;
    border: 1px #ecffde solid;
    background-image: none;
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: none;
}

    .readonly td.ui-datepicker-current-day a.ui-state-active {
        color: #000;
        text-shadow: none;
    }

    .readonly td.ui-datepicker-current-day span {
        color: rgba(83,151,202,1);
        text-shadow: none;
    }

.readonly td.ui-datepicker-today,
.readonly td.ui-datepicker-today:hover,
.readonly td.ui-datepicker-today.disabled,
.readonly td.ui-datepicker-today.disabled:hover {
    background-color: rgba(245, 108, 136, 0.3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.readonly .ui-state-disabled, .readonly .ui-widget-content .ui-state-disabled, .readonly .ui-widget-header .ui-state-disabled {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background-image: none;
}


/*Homepage big icons*/

.bigColContainer {
    /*text-align: center;*/
}
    .bigColContainer.bgBlue {
        background-color: #0e83cd;
        color: white;
    }
    .bigColContainer.bgBlue a {
        color: white;
    }
    .bigColContainer .carousel-indicators {
        bottom: -30px;
    }
    .bigColContainer .carousel-indicators li {
        border-color: #ddd;
    }
    .bigColContainer .carousel-indicators li.active {
        background-color: #F7F7F7;
    }
    .bigColContainer [class^="flaticon-"]:before,
    .bigColContainer [class*=" flaticon-"]:before {
        color: #5B5B58;
        font-size: 60px;
        text-shadow: none;
    }
    .bigColContainer blockquote footer,
    .bigColContainer blockquote footer a {
        color: rgba(0, 72, 127, 0.8);
        transition: all ease 0.5s;
    }
    .bigColContainer blockquote footer a:hover {
        color: rgba(0, 72, 127, 1);
    }
    .bigColContainer .cl-effect-2 {
        text-align: center;
    }
    .bigColContainer .cl-effect-2 .clLink,
    .bigColContainer .cl-effect-2 .clLink span {
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .bigColContainer figure.effect-honey {
        /*background: #011722;*/
        background: #E6F1F5;
        margin: 0px auto;
    }
    .bigColContainer figure.effect-honey:hover figcaption {
        color: #474747;
    }
    .bigColContainer figure.effect-honey figcaption::before {
        background: #0E83CD;
    }
    .bigColContainer figure.effect-honey h2 {
        text-shadow: 0px 0px 15px rgb(82, 82, 82);
    }
    .bigColContainer figure.effect-honey:hover h2 {
        text-shadow: none;
    }
    .bigColContainer figure.effect-honey i {
        font-size: 12px;
        word-spacing: normal;
        margin-left: 5px;
    }
    .bigColContainer .priceLabel {
        position: absolute;
        top: 8px;
        right: 0px;
        font-size:13px;
    }
.bigColItem {
    padding-left: 40px;
    padding-right: 40px;
}
    .bigColItem blockquote {
        margin-top: 10px;
    }
.bigColHead {
    font-family: 'Lato-thin', sans-serif;
    font-size: 60px;
    margin: 0 0 70px;
    text-align: center;
}
.bigColIcon {
    width: 100%;
    background-position: center center;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
}
.bigColTitle {
    font-size: 30px;
    margin: 30px 0 20px;
}
hr.bigColHR {
    border: 3px solid rgb(204, 34, 30);
    width: 30px;
}
.bigColText {
    font-size: 16px;
    margin-bottom: 20px;
}
blockquote.rightBQ {
    text-align:right;
    border-left: none;
    border-right: 5px solid #eeeeee;
}
@media (max-width: 767px) {
    .bigColItem {
        margin-bottom: 30px;
    }
    #getStartedDiv .bigColItem {
        margin-bottom: inherit;
    }

}

.infos {
    margin: 0px -15px;
    padding: 80px 30px;
}
@media (max-width: 767px) {
    .infos {
        padding: 50px 0px;
    }

}
    .infos .content {
        max-width: 1240px;
        margin: 0px auto;
    }

        .infos .content .items {
            padding: 10px 0px;
        }

            .infos .content .items .item {
                display: inline-block;
                vertical-align: top;
                max-width: 30%;
                margin-right: 4%;
            }

                .infos .content .items .item:last-child {
                    margin-right: 0px;
                }

                .infos .content .items .item .item_title {
                    font-weight: bold;
                    font-size: 16px;
                    line-height: 19px;
                    color: #004A83;
                    margin-bottom: 20px;
                }

                .infos .content .items .item .item_content {
                    font-size: 14px;
                    line-height: 17px;
                    color: #333333;
                    margin-bottom: 20px;
                }

                .infos .content .items .item .item_link {
                    display: inline-block;
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 17px;
                    color: #004A83;
                    border-bottom: 1px solid #58BB58;
                    padding-bottom: 3px;
                }

                    .infos .content .items .item .item_link:hover {
                        border-bottom: 1px solid #004A83;
                    }

                    .infos .content .items .item .item_link a:hover {
                        text-decoration: none;
                    }



.selectMenu .panel-default > .panel-heading, .simple_title .panel-heading {
    /*background-color:#fafafa;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #004A83;
    background: none;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.simple_title .col-md-12 {
    margin-left: 0px;
    padding-left: 0px;
}

.simple_title .col-md-6 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 30px;
}

    .simple_title .panel-default > .panel-body, .simple_title .col-md-6 .panel-body, .simple_title .col-md-12 .panel-body {
        padding: 15px 0px;
    }


.panel-default > .panel-body {
    padding: 5px;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}

.navbar-inverse .navbar-toggle {
    background: none;
    border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
    border: none;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #084670;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #da3743;
}
/* transform into an "X" when navbar is collapsed and open */
button.navbar-toggle .icon-bar.middleLine {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
button.navbar-toggle .icon-bar.firstLine {
    transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -webkit-transform: translateY(6px) rotate(135deg);
}
button.navbar-toggle .icon-bar.lastLine  {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
}
button.navbar-toggle.collapsed .icon-bar.middleLine {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
button.navbar-toggle.collapsed .icon-bar.firstLine {
    transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -webkit-transform: translateY(0px) rotate(0deg);
}
button.navbar-toggle.collapsed .icon-bar.lastLine  {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(0px) rotate(0deg);
}
@media (max-width: 767px) {
    .container>.navbar-header  {
        margin-left: 15px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 3px solid #E4E4E4;
    }
}


.navbar-collapse {
    max-height: 100%;
}

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

.mytabs .title {
    font-size: 28px;
    line-height: 34px;
    color: #999999;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 10px 0px;
}

    .mytabs .title a h1 {
        font-size: 28px;
        line-height: 34px;
        color: #999999;
        margin: 0px;
    }

    .mytabs .title a {
        font-size: 28px;
        line-height: 34px;
        color: #999999;
        text-decoration: none;
    }

.mytabs .nav-tabs.left-column {
    border: none;
    border-right: 1px solid #ccc;
    margin-right: -1px;
    padding: 30px 0px;
    background: none;
}

    .mytabs .nav-tabs.left-column > li {
        margin-bottom: 0px;
        display: block;
        width: 100%;
        border: none!important;
    }

        .mytabs .nav-tabs.left-column > li > a {
            margin: 0px;
            padding: 3px 0px;
        }
        .mytabs .nav-tabs.left-column > li a.ellipsisWord {
            max-width: 90%;
            display: block;
        }

.nav-tabs.left-column > li > a:hover {
    background: none;
    /*text-decoration: underline;*/
}

.mytabs .nav-tabs.left-column > li.active > a,
.mytabs .nav-tabs.left-column > li.active > a > h5,
.mytabs .nav-tabs.left-column > li.active > a:hover,
.mytabs .nav-tabs.left-column > li.active > a:focus {
    background: none;
    /*color: #5A5A57;*/
    text-decoration: none;
    font-weight: bold;
}

.mytabs .tab-content.right-column {
    border-left: 1px solid #ccc;
    margin: 0px;
    padding: 20px 0px 20px 20px;
    margin-right: -1px;
}

    .mytabs .tab-content.right-column .panel:last-child {
        border: none;
    }

    .mytabs .tab-content.right-column .panel-default {
        padding: 0px;
    }

        .mytabs .tab-content.right-column .panel-default > .panel-heading {
            margin-bottom: 10px;
        }

.form-horizontal .form-group .third-dropdown select {
    display: inline-block;
    width: 32.7%;
}

.top-panel {
    background: none;
    border-bottom: 1px solid #ccc;
}

    .top-panel .panel-heading {
        background: none!important;
        border: none!important;
        box-shadow: none!important;
        border-radius: 0px;
        padding: 0px;
        margin: 10px 0px;
    }

        .top-panel .panel-heading .pull-right {
            line-height: normal!important;
        }

.breadcrumb {
    padding: 10px 0px;
}

#myMessageContent h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

#myMessageContent .msgHeader .message_sender {
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

    #myMessageContent .msgHeader .message_sender h5 {
        margin: 0px;
    }

#myMessageContent .msgHeader .message_date {
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 10px;
}

#myMessageContent .message_content {
    min-height: 300px;
}

#myInbox, #myOutbox {
    min-height: 500px;
}

.back_link {
    position: absolute;
    top: 0px;
    right: 0px;
}







.slider_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slider_container .loading {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .slider_container .loading .back {
            filter: alpha(opacity=70);
            opacity: 0.7;
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

        .slider_container .loading .loader {
            position: absolute;
            display: block;
            background: url(https://sailo.s3.amazonaws.com/boats/img/loading.gif) no-repeat center center;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

    .slider_container .slides {
        cursor: move;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 800px;
        height: 356px;
        overflow: hidden;
    }


#loginDiv .btn, #loginDiv .btn:hover, #loginDiv .btn:focus, #loginDiv .btn:active, #loginDiv .btn.active {
    outline: none!important;
    color: #fff!important;
    box-shadow: none!important;
    border: none!important;
}

#signupDiv .btn, #signupDiv .btn:hover, #signupDiv .btn:focus, #signupDiv .btn:active, #signupDiv .btn.active {
    outline: none!important;
    color: #fff!important;
    box-shadow: none!important;
    border: none!important;
}

#loginDiv, #loginDiv h1 {
    color: #fff;
}

    #signupDiv .errorlist, #loginDiv .errorlist {
        text-shadow: 0px 0px 1px #333;
        color: #fff;
    }

.btn-block, .btn-block:hover, .btn-block:focus, .btn-block:active, .btn-block.active {
}


/* Sticky footer styles
-------------------------------------------------- */
.footer {
    background-color: #009AC0;
    background-color: rgba(51, 51, 51, 0.95);
    /*border: 1px solid #cccccc;*/
    /*border-width: 1px 0px;*/
    margin: 0px;
    padding: 30px 15px 15px;
    text-align: left;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 280px;
    font-family: 'Lato-light', sans-serif!important;
    color: rgba(255, 255, 255, 0.4);
}

    .footer .content {
        max-width: 1240px;
        margin: 0px auto;
        line-height: 19px;
        color: #004A83;
    }

    html {
      position: relative;
      min-height: 100%;
    }
    body {
      /* Margin bottom by footer height */
      margin-bottom: 280px;
    }

    .footer ul {
        margin: 0px;
        padding: 0px;
    }

    .footer ul li {
        list-style: none;
        list-style-position: outside;
    }

    .footer .title {
        line-height: 19px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 10px;
    }

    .footer ul li .item_link {
        display: inline-block;
        line-height: 17px;
        color: #666666;
        padding-bottom: 3px;
    }

    .footer ul li .item_link a {
        text-decoration: none;
        color: rgba(255,255,255,0.6);
        transition: 0.15s all ease;
    }

        .footer ul li .item_link a:hover {
            text-decoration: none;
            color: rgba(255,255,255,1);
        }

    .footer .item {
        padding: 0px;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
    }

    .footer .item:last-child {
        margin-right: 0px;
    }

    .footer .logo {
        background-image: url(../pic/logo/white_logo/Sailo_Logo_Color_Positive.png);
        background-repeat: no-repeat;
        background-position: left center;
        width: 100px;
        height: 30px;
        background-size: contain;
        opacity: .3;
        display: block;
    }
    .roundBG {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background: rgba(255,255,255,0.5);
        text-align: center;
    }
    .roundBG:hover {
        background-color: rgba(255,255,255,0.8);
    }
    .footer ul.list-inline li {
        padding-left: 0;
    }
    .footer ul li a.item_link.roundBG {
        color: rgba(59, 59, 59, 1);
        line-height: 25px;
    }
    #copyright {
        border-top: 1px solid grey;
        margin-top: 60px;
    }


/* end FOOTER*/


a.thumbnail:hover, a.thumbnail:focus {
    border: 1px solid #DDDDDD;
}

.errorlist {
    color: #B1588D;
    list-style: none;
    margin: 0;
    padding: 5px;
    font-size: 14px;

}
#boat_subpage .errorlist,
#myprofile_subpage .errorlist,
#captain_subpage .errorlist,
.errorlist.boxed {
    border: 1px solid;
    padding: 5px 10px;
    display: inline-block;
    background: rgba(177, 88, 141, 0.12);
    margin-top: 10px;
}
#boat_subpage .errorlist,
#captain_subpage .errorlist {
    margin-bottom: 10px;
}
#myprofile_subpage .errorlist {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
}
.errorlist li {
    display: inline;
}
.errorlist:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f06a";
    padding-right: 5px;
}


.thumbnail .pic {
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.thumbnail .caption {
}

.ownerImg .thumbnail .pic {
    -moz-background-size: cover;
    background-size: cover;
}



input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.simple_title textarea.form-control {
    height: 130px;
}

.amenities_block .checkbox {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
}
.checkboxBlocks h5 {
    /* font-weight: bold; */
    margin-bottom: 0px;
    color: rgb(77, 134, 167);
    background: #F8F8F8;
    padding: 5px;
}
.checkboxBlocks fieldset {
    margin-bottom: 25px;
}
.pretty .checkbox {
    padding-left: 0;
}
.pretty .checkbox label {
    vertical-align: bottom;
}
div[class^='icheckbox_'] {
    margin-right: 5px;
}


.results_on_deck {
    margin: 10px 0px;
}

    .results_on_deck .ui-icon-trash {
        display: inline-block;
        vertical-align: text-bottom;
        cursor: pointer;
    }

/** Changes Account  **/

#editPhotos .thumbnail,
#addBoatPhotos .thumbnail {
    margin-bottom: 20px;
    font-size: 11px;
    width: 100%;
}

.thumbnail .btn-xs {
    font-size: 11px;
    margin-right: 0;
}

#editPhotos .btnRight {
    float: right;
}

#editPhotos h3 btn {
    margin-left: 20px;
}



.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .pull-right {
    margin: 0;
}

.btn-group > .btn {
    margin-left: 0;
    margin-right: 0;
}

.captainLabel {
    position: absolute;
    top: -18px;
    left: 15px;
}

.modal {
    overflow-y: auto;
}

    .modal img {
        margin-right: auto;
        margin-left: auto;
    }

#addCaptainModal .modal-footer {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
}

#addCaptainModal .btn {
    font-size: 13px;
    margin: 0px;
    border: 0px;
}

#pickCaptain {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

    #pickCaptain .col-md-3,
    #pickCaptain .col-md-4 {
        padding-left: 0px;
    }

    #pickCaptain .thumbnail {
        margin-bottom: 10px;
    }

        #pickCaptain .thumbnail:hover {
            border-color: #aaaaaa;
            color: #aaaaaa !important;
        }

    #pickCaptain .caption {
        margin: 0;
        padding: 0;
        font-size: 12px;
        overflow: hidden;
        height: 3em;
    }

    #pickCaptain .captainLabel {
        position: absolute;
        left: 0px;
    }

#addCaptainModal .form-group {
    margin-right: 0px;
}

#saveCaptain {
    height: 535px;
    /*background: rgb(247,247,247);*/
    border-radius: 0 5px 5px 0;
    margin-bottom: 0px;
}

    #saveCaptain .saveCaptainThumb {
        position: relative;
        margin-bottom: 20px;
    }

    #saveCaptain .captainLabel {
        left: -3px;
    }

    #saveCaptain .deleteLabel {
        left: inherit;
        top: 6px;
        right: 25px;
    }

#saveCaptainType {
    margin-bottom: 5px;
}

    #saveCaptainType .btn-block {
        margin: 0;
        border-radius: 0;
    }

#saveCaptainFooter {
    position: absolute;
    bottom: 10px;
}

.unchecked .fa-check-square-o,
.unchecked:hover .fa-square-o {
    display: none;
}

.unchecked:hover .fa-check-square-o {
    display: inline;
}

.saveCaptainInfoBox {
    margin-top: 30px;
}
.fuel_policy_group {
    min-height: 190px;
}
.smallCaption {
    width: 200px;
    height: 50px;
    font-size: 12px;
    color: grey;
    margin-top: 10px;
}

.popover {
    max-width: 200px;
}



.helpingTextBox {
    /*border: 1px solid #808080;*/
    /*background: rgb(139,205,27);*/
    /*color: #FDFDFD;*/
    /*height: 505px;*/
    /*border-radius: 4px;*/
    /*margin-top: 20px;*/
}


/* FROM BOOTSTRATP 3.1.1*/
.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }


/* User Mgm Title */
.userManageTitle {
    border-bottom: 1px solid #ccc;
}

    .userManageTitle .title {
        border-bottom: none;
    }

.userTitleHead {
    padding: 0;
}

.userProgress {
    text-align: center;
}

    .userProgress .progress {
        margin: 0;
    }

.userTopRightButton {
    text-align: right;
    padding: 10px 0;
}

.addBoatBread {
    margin: 0;
    font-size: 16px;
}

/* BEGIN Help text for boat/captain */
.helpBg {
    background: rgb(228, 238, 241);
}
.helpBg .panel-body {
    background: #FFFFFF;
    min-height: 150px;
}
.heading-image {
    background-position: center;
    background-size: cover;
    height: 400px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.infoHelp{
    display: none;
    font-size: 14px;
    color: rgb(77, 134, 167);
}

.infoHelp .fa {
    /*font-size: 16px;*/
}
.infoHelp .fa-lg {
    font-size: 1.1em;
}
/* END Claudiu css */

/*Trip details*/
.bgGreyGradient {
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(245,245,245,1) 100%);
}

.prettyHR hr, hr.prettyHR {
background: url("../img/bg/bg_grey_gradient_divider.png") repeat-x scroll 0% 0% transparent;
height: 2px;
border: none;
margin: 0;
padding: 3px;
}

.msgTextContainer {
    margin-left: 15px;
}



.pictureslist .thumbnail {
    width: 100%;
}

.captains_list .thumbnail_container, .thumbnail_container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.captains_list .thumbnail_container {
    height: 100px;
}

.captain_item {
    cursor: pointer;
}

.thumbnail_container img {
    width: 100%;
    display: none;
}

.captains_list {
    min-height: 468px;
}

.captains_list_search_form {
    display: none;
}

.selected_captain {
    display: none;
}

.saveCaptainThumb .thumbnail_container {
    width: 75px;
    height: 100px;
    margin: 0px auto;
}

.boat_captain_item {
    margin-bottom: 5%;
    width: 185px;
}

.mytabs .nav-tabs.left-column > li.disabled {
    pointer-events: none;
}

.left-column > li > a > h5 > .icon-ok {
    margin: auto 10px;
}

.left-column > li.not_completed > a > h5 > .icon-ok {
    display: none;
}

.left-column > li.not_completed > a > h5 > .icon-ok {
    /*display:none;*/
}

/*My Boats*/


/*Trip details*/
.bgGreyGradient {
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(245,245,245,1) 100%);
}

.msgTextContainer {
    margin-left: 15px;
}

#tripDetail a.pull-left {
    width: inherit;
    height: inherit;
}

#tripDetail .pull-left {
    min-height: inherit;
}

#tripDetail .msgTitle {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    background: rgba(248, 248, 248, 1);
    color: rgb(121, 121, 121);
}

#tripDetail .renterBox {
    padding-bottom: 15px;
    min-height: 152px;
}

#tripDetail .timeTable {
    margin-top: 40px;
}
#tripDetail .bdatepicker {
    width: inherit;
    border: 1px solid #DDD;
    border-radius: 0;
}
.tripDetailTopRow img {
    display: block;
    margin: auto;
    width: inherit;
    height: inherit;
}




/*calendar*/
.ui-datepicker-calendar td {
    height: 60px;
    width: 55px;
}

#absDiv .popover {
    width: 350px;
    max-width: 400px;
}

#newRangeDiv {
    margin: 0px;
}
#newRangeDiv .form-control {
    font-size: 12px;
    line-height: inherit;
}
#newRangeDiv .panel-footer {
    background: none;
    margin-top:10px;
}
#popoverDateTemplate {
    width: 350px;
    border: 1px solid #C4ECF8;
    border-radius: 4px;
}

.priceBox {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: rgb(248,248,248);
}
.priceBox .input-group {
    padding: 0;
}
.priceBox .input-group {
    padding: 0;
}
.errorMsg {
    color: #B1588D;
    border: 1px solid;
    padding: 2px 10px;
}
.errorMsg:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f06a";
    padding-right: 5px;
}

td.hoveringRange,
td.hoveringRange:hover {
    /*background: linear-gradient(to bottom, rgba(0,136,204,0.5) 0%, rgba(0,68,204,0.5) 100%);*/
    background: rgba(2,154,207,0.8);
    color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

td.selectedRange,
td.selectedRange:hover {
    /*background: linear-gradient(to bottom, rgba(0,136,204,0.8) 0%, rgba(0,68,204,0.8) 100%);*/
    background: rgba(2,154,207,1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

td.rangeFirstDay,
td.rangeFirstDay:hover,
td.rangeFirstDay.disabled,
td.rangeFirstDay.disabled:hover,
td.rangeLastDay,
td.rangeLastDay:hover,
td.rangeLastDay.disabled,
td.rangeLastDay.disabled:hover {
    background: linear-gradient(to bottom, rgba(0,136,204,1) 0%, rgba(0,68,204,1) 100%);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    td.hoveringRange a.ui-state-default,
    td.hoveringRange span,
    td.selectedRange a.ui-state-default,
    td.selectedRange span,
    td.rangeFirstDay a.ui-state-default,
    td.rangeFirstDay span,
    td.rangeLastDay a.ui-state-default,
    td.rangeLastDay span {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }







#resultsHeader .date {
    display: inline-table;
}

#resultsHeader .form-control {
    color: rgb(160,160,160);
}

#resultsHeader .form-inline .form-group {
    padding-left: 0px;
    padding-right: 5px;
}

#resultsHeader input.form-control {
    height: 34px;
}


a.rotator img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


/* Browse boats/captains Step boxes with arrows*/
/* Browse Boats*/
#browseHeader {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 2px 0 3px #777777;
    background: #B5BFC0;
}

#browseHeader .msgThumbnailContainer {
    height: inherit;
    max-width: 300px;
    width: 55%;
    text-align: right;
}

#browseHeader .msgThumbnailContainer a {
    max-width: 65%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
}

#browseHeader .thumbnail{
    height:30px;
    width: 30px;
}

.arrowBox {
    padding: 5px;
    padding-left: 30px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    transition: all 0.5s ease;
}

.arrowBox:hover {
    /*color: #004A83;*/
    /*border-color: #aaaaaa;*/
    /*background: #fdfdfd;*/
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.arrowRight {
    position: relative;
}

.arrowRight:after,
.arrowRight:before {
	left: 100%;
    top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
    z-index: 100;
}

.arrowRight:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #B5BFC0;
	border-width: 20px;
	margin-top: -20px;
    border-left-width: 11px;
}

.arrowRight:before {
	border-color: rgba(50, 59, 64, 0);
	border-left-color: rgba(255, 255, 255, 0.4);
	border-width: 21px;
	margin-top: -21px;
    border-left-width: 12px;
}

.arrowRight:hover:before {
	border-left-color: rgba(255, 255, 255, 1);
}
/* small arrow - use class="arrowRight arrowSmall"*/
.arrowRight.arrowSmall:after {
	border-width: 7px;
	margin-top: -7px;
    border-left-width: 7px;
}
.arrowRight.arrowSmall:before {
	border-width: 9px;
	margin-top: -9px;
    border-left-width: 9px;
}
/* grey arrow - use class="arrowRight arrowGrey"*/
.arrowRight:after {
	border-left-color: #ffffff;
}
.arrowRight:before,
.arrowRight:hover:before {
	border-left-color: #CCCCCC;
}
/* tab arrow */
.arrowTab:not(.active):before,
.arrowTab:not(.active):after {
    display: none;
}


.stepNr {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}


/* results */

.lightPage {
    /*background: rgb(255,255,255);*/
    margin-top: 2px !important;
    /*border-left: 1px solid #E2E2E2;*/
    /*border-right: 1px solid #E2E2E2;*/
}

#boatHeaderDataFooter {
    padding-left: 20px;
    padding-right: 0px;
}

#formPanelHeader {
    margin: 5px -5px 10px 0px;
}

#resultsHeader .panel-heading {
    margin: 5px 0px 0px 0px;
}
#resultsHeader .date {
    display: inline-table;
}
#resultsHeader .form-control,
#resultsHeader .input-group-addon{
    color: rgb(160,160,160);
    background-color: rgb(239, 237, 233) !important;
}
#resultsHeader .form-inline .form-group {
    padding-left:0px;
    padding-right: 0px;
}
#resultsHeader input.form-control {
    height: 36px;
}

#resultsHeader .greyPanelHeader {
    margin: 0px;
    padding: 5px;
    padding-top: 20px;
    border-bottom: 2px solid #ccc !important;
}

#resultsHeader.panel {
    margin: 0px;
}

#resultsHeader .form-control,
#resultsHeader .form-control:focus,
#resultsHeader .input-group,
#resultsHeader .input-group-addon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border: none;
}

#resultsHeader .input-group,
#resultsHeader .input-group:focus{
    /*border-right: 1px solid #ccc;*/
    margin-right: 3px;
    overflow: hidden;
    width:100%;
    padding-right: 3px;
}
#resultsHeader .input-group select,
#resultsHeader .input-group:focus select{
    width: 160%;
}

#resultsHeader .form-group:first-child {
    /*border-left: 1px solid #ccc;*/
}

#resultsHeader .caret {
    border-top-color: rgb(160,160,160);
}
#resultsHeader .form-group:hover .form-control {
    color: rgb(100,100,100);
}
#resultsHeader .form-group:hover .caret {
    border-top-color: rgb(100,100,100);
}


.panel.media {
    padding: 5px 10px 5px 5px;
    transition: all 0.5s ease;
    color: #5e5e5e;
}
.panel.media,
.panel.media a {
    color: #5e5e5e;
}
.panel.media:hover {
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
}
.panel.media:hover a {
    color: #004A83;
}

.media > .pull-left {
    margin-right: 15px;
}
.results > li {
    border: 1px solid #F5F5F5;
}
.results a.pull-left {
    width: 230px;
}

.btn.btn-noLink,
.btn.btn-noLinkinfo:hover,
.btn.btn-noLink:focus,
.btn.btn-noLink.disabled {
    border: 1px solid #ebebeb;
    color: #646464;
    background: transparent;
    opacity: 1;
}

.btnRow1 {
    font-size:14px;
    margin-bottom: 3px;
}
.btnRow2 {
    font-size: 12px;
    margin: 0px;
    color: #999;
}

.panel .media-body {
    overflow: inherit;
}

.media-body .btn-group {
    width: 100%;
}
.media-body .btn-group .btn{
    width: 25%;
}

.media-body .estPriceBox {
    padding: 0px 2px;
    background: rgb(170, 175, 166);
    margin-bottom: 10px;
    color: #FFFFFF;
    width: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    margin-left: -2px;
}

.estPriceBox.priceBoxCaptained {
    width: 100%;
    background: rgb(55, 55, 55);
    border-radius: 0px 0px 4px 4px;
}

.media-body .estPriceBox.selected {
    background: rgb(55, 55, 55);
    border-radius: 0px 0px 4px 4px;
}
.media-body .estPriceBox:after,
.media-body .estPriceBox:before {
    margin: 0px;
    padding: 0px;
}

.estPriceOptions {
    font-size: 0px;
    border-radius: 0 0 4px 4px;
}
.media-body .stars {
    float:right;
    text-align: right;
    margin-right: 5px;
}
/* captain list custom buttons*/
.btnsCaptain .btn {
    height: 88px;
    white-space: normal;
}
.media-body .btn-group .btn.btnLargeDesc {
    width: 75%;
    text-align: left;
}
.media-body .btn-group .btn.btnLargePrice .btnRow1 {
    font-size: 20px;
}

/* Boat list filters */
#filters {
    color: #969595;
    padding: 5px 15px;
    background: #FFF;
}

/** End Changes Account  **/



.xsOnlyView {
    display: none;
}
/** Media **/
@media (max-width: 767px) {
    body {
        padding: 0px;
    }
    .xsOnlyView {
        display: inherit;
    }

    .tightThumbnails .ttThumbs {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tightThumbnails .ttCaption {
        margin-left: 15px;
    }

    .media .media-body {
        padding: 0px 10px;
    }

    .results .price {
        text-align: left;
        float: none;
    }

    video#headlineVideo {
        display: none;
    }
    #hcarousel {
        display: inherit;
    }

    .headlineContainer select.form-control,
    .headlineContainer input.formLocation {
        width: 100%;
        margin-bottom: 10px;
    }

    .headlineContainer .date {
        width: 100%;
    }

    .headlineContainer .input-daterange input {
        text-align: left;
    }

    .headlineContainer .btn {
        width: 100%;
    }

    .headlineContainer .carousel-control.right,
    .headlineContainer .carousel-control.left,
    .headlineContainer .carousel-indicators {
        display: none;
    }

    #homePage .absoluteRow.headlinePositionBottom {
        top: 450px;
    }
    .headlineText h1 {
        font-size: 30px;
    }




    .destinations {
        text-align: center;
    }

        .destinations .title {
            display: block;
            margin: 0px auto;
        }

        .destinations ul li {
            display: block;
            margin: 0px auto;
            text-transform: capitalize;
        }

    .infos .content .items .item, .infos .content .items .item:last-child {
        display: block;
        margin: 0px auto;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #58BB58;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333333;
    }

    .mytabs {
        padding: 5px!important;
        /*background: #fff;*/
    }

        .mytabs .msgNav {
            float: none;
        }

    .amenities_block .checkbox {
        display: block;
        width: auto;
        margin-right: 0px;
    }

    .media, .media-body {
        display: block;
        clear: both;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin: 0px;
    }

    .navbar-nav > li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }
    .dropdown-menu > li {
        text-align: left;
    }
    .navbar-nav > li .btn {
        width: 100%;
    }
    .navbar-nav > li > a {
        border-bottom: 1px solid #dfdfdf;
    }
    .navbar-inverse .navbar-nav > li > a {
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        border: inherit;
        margin-top: 0px;
    }
    .navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu {
        border: 1px solid #dfdfdf;
        width: 90%;
        margin: 2px auto;
        margin-left: 15px;
    }

    #ownerInfo .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #ownerInfo .col-md-7 {
        width: 58.333333333333336%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .back_link {
        right: 20px;
    }

    .center_column {
        padding: 0px 20px;
    }

    .row_container .left_column, .row_container .right_column {
        padding: 10px;
    }

    #filters .panel-heading .pull-right, .panel-default .panel-heading .pull-right {
        float: none!important;
        margin-left: 0px;
    }

    .nav-tabs.top-nav > li {
        float: none;
        margin-right: 0px;
        border-radius: 4px;
        margin-bottom: 4px;
    }

        .nav-tabs.top-nav > li > a, .nav-tabs.top-nav > li > a:hover, .nav-tabs.top-nav > li.active > a {
            margin-right: 0px;
            border-radius: 4px!important;
        }

    .floatContainer {
        float: none;
        display: block;
        width: 100%;
    }

        .floatContainer .text-right {
            text-align: left;
        }



    .tightThumbnails .ttBigPhoto, .tightThumbnails .ttThumbs {
        margin: 0px 0px 15px 0px;
    }
}
@media (max-width: 991px) {
    .mytabs .nav-tabs.left-column,
    .mytabs .tab-content.right-column {
        border: none;
        padding: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tightThumbnails .ttThumbs {
        height: 302px;
        overflow: auto;
    }

    .tightThumbnails .thumbnail {
        margin-left: 24px;
    }

    .media .media-body {
        padding: 0 10px;
    }

    .results .price {
        text-align: left;
        float: none;
    }

    #ownerInfo .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #ownerInfo .col-md-7 {
        width: 58.333333333333336%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .back_link {
        right: 20px;
    }

    .center_column {
        padding: 0px 20px;
    }

    .row_container .left_column, .row_container .right_column {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .tightThumbnails .ttThumbs {
        height: 302px;
        overflow: auto;
    }

    .tightThumbnails .thumbnail {
        margin-left: 6px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%!important;
        max-width: 100%!important;
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    .tightThumbnails .ttThumbs {
        max-width: 100%;
        height: 302px;
        overflow: auto;
    }

    .tightThumbnails .thumbnail {
        padding: 2px;
        margin: 2px;
    }
}
/* End Media */

@media (max-width: 1300px) {
    video#headlineVideo {
        width: 1300px;
    }
}


/* HELP PAGE */
.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text p,
.light-text li,
h1.light-text,
h2.light-text,
h3.light-text,
h4.light-text,
h5.light-text,
h6.light-text,
p.light-text,
li.light-text {
    font-family: 'Lato-light', sans-serif!important;
    -webkit-font-smoothing: antialiased;
}
.light-text2,
.light-text2 h1,
.light-text2 h2,
.light-text2 h3,
.light-text2 h4,
.light-text2 h5,
.light-text2 h6,
.light-text2 p,
.light-text2 li,
h1.light-text2,
h2.light-text2,
h3.light-text2,
h4.light-text2,
h5.light-text2,
h6.light-text2,
p.light-text2,
li.light-text2 {
    font-family: 'Lato-light', sans-serif!important;
    -webkit-font-smoothing: auto;
}

#tabSelector.nav-pills > li {
    /*border-bottom: 3px solid #ccc;*/
    transition: all 0.5s ease;
}
#tabSelector.nav-pills > li.active,
#tabSelector.nav-pills > li:hover {
    /*border-bottom: 3px solid #818080;*/
}
#tabSelector.nav-pills > li > a {
    color: #ccc;
    background: none;
    transition: all 0.5s ease;
}
#tabSelector.nav-pills > li > a:hover,
#tabSelector.nav-pills > li.active > a,
#tabSelector.nav-pills > li.active > a:hover,
#tabSelector.nav-pills > li.active > a:focus {
    color: #333;
    background: none;
}

.helpHowToList {
    margin-top: 15px;
}

.helpHowToList ol,
ul.helpBulletList {
    list-style-type: none;
}

.helpBulletList .media {
    margin: 0px 0px 50px 0px;
}
.helpHowToList .media {
    margin: 70px 30px;
}

.helpHowToList .media-heading {
    margin-bottom: 20px;
}
.helpHowToList .media-object {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}

.helpBulletList .media-heading {
    text-align: center;
}
.helpBulletList .fa {
    display: block;
    margin: 15px 0px;
    color: #61C36C;
}

.getStarted {
    text-align: center;
    margin-top:80px;
}

.headlineContainer.hc-light .headlineText {
    font-family: Lato-bold;
    color: #FFFFFF;
}
.headlineContainer.hc-light .headlineText h1 {
    font-family: 'Lato', sans-serif !important;
    font-size: 45px;
    text-shadow: -1px 0 rgb(225, 225, 225), 0 1px rgb(225, 225, 225), 1px 0 rgb(225, 225, 225), 0 -1px rgb(225, 225, 225);
}

#faqPage .headlineContainer {
    background-image: url('../pic/faq/bg1.jpg');
    background-position: center;
    background-size: cover;
    height: 150px;
}
#faqPage .heading-image {
    height: 150px;
}

#whyPage ul.nav {
    box-shadow: 0px 1px 5px #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.helpHowToList .listPic {
    height: 570px;
    overflow: hidden;
    margin-top: 70px;
}
.helpHowToList .listPic img {
    width: 100%;
}
.helpHowToList li {
    color: #777;
    transition: all 0.5s ease;
}
.helpHowToList li:hover {
    color: #000;
    cursor: pointer;
}

#whyFooter {
    margin: 45px 0 45px 0;
}

.divet_box_bottom {
	position: relative;
}
.divet_box_bottom:after,
.divet_box_bottom:before{
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.divet_box_bottom:not(.active):before {
    background-color: rgba(247, 247, 247, 1);
    height:15px;
    width: 100%;
}
.divet_box_bottom.active:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(247, 247, 247, 1);
    border-left-color: rgba(247, 247, 247, 1);
    border-top-width: 0px;
    border-right-width: 12px;
    border-left-width: 12px;
    border-bottom-width: 15px;
    width:50%;
    left:0%;
}
.divet_box_bottom.active:after {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(247, 247, 247, 1);
    border-right-color: rgba(247, 247, 247, 1);
    border-top-width: 0px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 15px;
    width: 50%;
    left: 50%;
}


/*BEGIN about_us page*/

.teamMemberTabContainer{
    /*max-width: 360px;*/
}

li.teamMemberTab{
    /*float: left;*/
    /*margin-left: 5px;*/
    margin-bottom: 30px;
}

li.teamMemberTab a {
    width: 142px;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background: none;
}

li.teamMemberTab.active a,
li.teamMemberTab a:hover,
li.teamMemberTab a:focus {
    background-color: white;
    box-shadow: 0px 0px 10px #E2E2CE;
    transition: all 0.7s ease;
}

li.teamMemberTab img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.aboutTitle {
    margin: 3px 0px 30px 0px;
}
.profileDivs .bodyMargin {
    margin: 30px 0px 15px 0px;
}
.aboutDiv,
.teamDiv {
    margin:70px 0;
}
.teamDiv {
    margin-top:100px;
}
.teamDiv .tab-pane p {
    font-size: 14px;
}
.teamDiv .tab-content {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.aboutText {
    font-size: 16px;
}
.aboutText,
.teamText {
    background: #FCFCFC;
    padding: 10px;
    border-radius: 4px;
}
.teamText {
    min-height: 400px;
}
@media (max-width: 767px) {
    .teamText {
        min-height: 650px;
    }
}

/*END about_us page*/


/*video*/
#headlineVideo {
    width: 100%;
    bottom: 0;
    position: absolute;
}
audio, canvas, video {
    display: inline-block;
}


#sailoLogo{
    width: 300px;
    margin-bottom: 20px;
}
#sailoLogo {
   -webkit-animation: adjustHue 2s alternate 1;
}

@-webkit-keyframes adjustHue {
   0% { -webkit-filter: blur(0px); }
   50% { -webkit-filter: blur(1px); }
   100% { -webkit-filter: blur(0px); }
}

#sailoLogo.mediumLogo{
    width: 200px;
    margin:20px;
}


.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete-loading {
    background: url('images/ajax-loader.gif') no-repeat right center;
}


.twoColumns fieldset{
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
}
.twoColumns fieldset div.checkbox{
  width:50%;
  line-height:1.5em;
  float:left;
  display:inline;
}




.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete-loading {
    background: url('images/ajax-loader.gif') no-repeat right center;
}


/*my boat page - info */
dl .checkbox {
    padding: 0;
    margin: 0;
}
.dl-horizontal dt p {
    margin: 0;
}
.setActive,
.setInactive {
    display:inline-block;
}






/* FAQ Sliding Menu */
/*
 *
 *	jQuery Sliding Menu Plugin
 *	Mobile app list-style navigation in the browser
 *
 *	Written by Ali Zahid
 *	http://designplox.com/jquery-sliding-menu
 *
 */

.sliding-menu {
    overflow: hidden;
    position: relative;
}

.sliding-menu ul {
    float: left;
    margin: 0;
    padding:0;
}

.sliding-menu li {
    list-style: none;
    margin: 0;
    font-size:15px;
}

.sliding-menu a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #55B8D1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sliding-menu a:hover,
.sliding-menu a.active {
    background: #FBFBFB;
    color: #24839C;
}
.sliding-menu a.nav:before {
    content: '\3009';
    float: right;
    margin-left: 1em;
}

.sliding-menu a.back {
    background: #55B8D1;
    color: #FFF;
}

.sliding-menu a.back:before {
    content: '\3008';
    float: left;
    margin-right: 1em;
}
.faqq {
    display: none;
}
.helpMenuTitle {
    font-size: 15px;
}
.helpMenuTitle ol {
    margin-bottom: 10px;
    padding-top:18px;
}
.helpMenuTitle ol>li:last-child a {
    text-decoration: none;
    color: #333;
}
.faqContainer {
    margin: 70px 0px;
}
@media (max-width: 767px) {
    .sliding-menu {
        max-width: 360px;
        margin: 0px auto;
    }
    .helpMenuTitle {
        text-align: center;
    }
    .faqContainer {
        margin: 0px;
    }
}

}
/* responsive */
/*@media (max-width: 64rem) {*/
    /*body {*/
        /*font-size: 1em;*/
    /*}*/
    /*h2 {*/
        /*margin-top: 2em;*/
    /*}*/
/*}*/

.helpMenuTitle {
    padding: 0 1em;
}

.overlayText {
    color: #111;
    font-size: 17px;
}
.form-book .btn.disabled {
    pointer-events: auto;
}


.aspect_vertical .thumbnail_container {
    height: 260px;
}


.inlineListThumbs {
    list-style: none;
    padding: 0;
}
.inlineListThumbs li {
    float: left;
    text-align: center;
    padding: 5px;
}
.inlineListThumbs li a {
    position: relative;
    display: block;
}
.inlineListThumbs li img {
    /*height: 150px; -- NOTE: need to set height directly in html img obj if custom height required - e.g. use class "height150"*/
    width:100%;
}
.inlineListThumbs .listThumbCaption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    color: white;
}

/*trip details*/
.tripMapDiv {
    overflow: hidden;
}

/* boat/captain results */
#filters .panel-heading {
    margin-top: 15px;
}


/* booking page redesign*/
.bookSelected {
    padding: 5px;
}

#bookingPage .panel-title {
    font-weight: bold;
}

/*contact us*/
.addressBg {
    background: url("../pic/contactus/sailo_map.jpg");
    background-position: center;
    background-size: cover;
}

.contentWrap {
    margin-top: 500px;
    position: relative;
}
.contactCol {
    font-size: 20px;
    padding: 40px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(220, 221, 213);
}
.contactCol ul {
    list-style: none;
    padding: 0;
}
.contactCol ul>li {
    padding: 10px;
}
.contactCol a {
    color:inherit;
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.contactCol a:hover {
    text-decoration: none;
    border: 1px solid;
}

/***************/
/* flip effect */
/* use like this: (http://css3.bradshawenterprises.com/flip/)
<div id="flip_container">
    <div id="f1_card" class="shadow">
      <div class="front face">
        <img src="/images/Cirques.jpg"/>
      </div>
      <div class="back face center">
        <p>This is nice for exposing more information about an image.</p>
        <p>Any content can go here.</p>
      </div>
    </div>
</div>
*/
/***************/
#flip_container {
  position: relative;
  height: 30px;
  z-index: 1;
  padding:0;
}
#flip_container {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.3s linear;
}
#flip_container:hover #f1_card {
  transform: rotateX(180deg);
}
.face {
  position: absolute;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateX(180deg);
  box-sizing: border-box;
  padding: 0;
}
#flip_container a {
    padding: 0;
}

.contactCol .back {
    background-color: rgba(54, 133, 170, 0.2);
}
#flip_container a,
#flip_container a:hover {
    border: inherit;
}



#editPayout .wideDl200 dt,
#editPayout .wideDl250 dt{
    margin-bottom: 0;
}
dl.wideDl200 dt {
    width: 200px;
}
dl.wideDl200 dd {
    margin-left: 200px;
}
dl.wideDl250 dt {
    width: 250px;
}
dl.wideDl250 dd {
    margin-left: 250px;
}
#editPayout .modal img {
    display: block;
    height: 200px;
}

.userName {
    text-transform: capitalize;
}

.messageTable thead .btn {
    margin-bottom: -3px;
}

#boat_subpage select {
    text-transform: capitalize;
}

/* Modal pictures */
.modalPictures .modal-body {
}
.modalPictures .modal-footer {
    margin: 0;
}
.modalPictures .close {
    position: absolute;
    right: 15px;
    top:4px;
    z-index: 100;
}

/* save buttons on forms*/
button p {
    margin: 0;
}

button .statusText {
    text-transform: capitalize;
}
button .buttonStatusBefore {
    color: white;
}
button .buttonStatusSuccess {
    color: #589FB1;
}
button .buttonStatusFail {
    color: #B1588D;
}

input.invalid {
    border-color: #B1588D;
}

/* Trip */
.tripTerms h5 {
    margin-top: 20px;
}

/* Landing Page */
#landingForm {
    height: 700px;
}
#landingDiv {
    width: 400px;
    height: 550px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 30px;
}
#landingDiv .headlineText {
    font-size: 20px;
    padding: 10px;
    color: #888;
}
#landingDiv form {
    font-size: 16px;
    color: #555;
}
#landingDiv label {
    font-weight: normal;
}
#landingDiv .form-control{
    height: 60px;
    font-size: 20px;
}
#landingDiv .form-control,
#landingDiv .formIcon,
#landingDiv input {
    color: #004A83;
    background: none !important;
    border: 1px solid #bbbbbb;
}
#landingDiv .form-control:focus,
#landingDiv .formIcon:focus,
#landingDiv input:focus {
    border: 1px solid #999 !important;
}

#landingForm.headlineContainer .searchRow,
#landingForm.headlineContainer .loginRow,
#landingForm.headlineContainer .errorRow,
#landingForm.headlineContainer .jumbotronRow {
    display: table;
    margin-right: 100px;
    float: right;
}

.form-control:focus label {
    font-weight: normal;
}

.largeText {
    font-size: 16px;
}

@media (max-width: 767px) {
    #jumboDiv {
        margin: 0;
        padding: 10px 0 5px 0;
    }
    #sailoLogo {
        width: 200px;
        margin-bottom: 0;
    }
    #landingTitle h3 {
        display: none;
    }
    #landingDiv {
        width: inherit;
        height: 475px;
        margin-top: 0px;
        padding: 5px 20px;
    }
    #landingDiv .form-control {
        height: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #jumboDiv {
        margin: 0;
    }
    #sailoLogo {
        margin-bottom: 0;
    }

    #landingDiv {
        margin-top: 20px;
    }
}

/* Edit Boat > Captains */
div.container-has_own_crew {
    padding-left: 0;
}

textarea#crew_description {
    max-width: 74%;
    min-height: 150px;
}
.crew_description_form {
    margin-top: 15px;
}
/* button with an fa <i> in it*/
.btn-fa {
    background: transparent;
    border: 0;
    margin-top: 5px;
}

.boat_survey_file-container #boat_survey_file-clear_id {
    -webkit-appearance: checkbox;
}

.horizonalPills {
    margin-bottom: 25px;
}
.horizonalPills.nav > li > a {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
    margin-right: 15px;
    color: rgba(88, 159, 177, 0.6);
    border-bottom: 1px solid rgba(88, 159, 177, 0.6);
}
    .horizonalPills.nav > li > a:hover,
    .horizonalPills.nav > li > a:focus {
        border-color: rgba(88, 159, 177, 1);

        background-color: inherit;
        color: rgba(88, 159, 177, 1);
    }
    .horizonalPills.nav-pills > li.active > a,
    .horizonalPills.nav-pills > li.active > a:hover,
    .horizonalPills.nav-pills > li.active > a:focus {
        color: #589FB1;
        background-color: inherit;
        border-color: #589FB1;
        border-width: 2px;
    }

.subpanelHeading {
    width: 74%;
    display: block;
    padding: 35px 0px 5px 0;
    border-bottom: 1px solid #ccc;
}
.subpanelHeading .btn-sm {
    bottom: 10px;
    position: relative;
}


/* redesign boat page */
.bgIcon {
    background-size: cover;
    background-position: center center;
}
.circle {
    border-radius: 50%;
}
.bgIconSizeSmall {
    height: 70px;
    width: 70px;
}
.bgIconSizeMed {
    height: 100px;
    width: 100px;
}
.bgIconSizeLarge {
    height: 130px;
    width: 130px;
}
#boatPage a:not(.carousel-control):not(#button-favorite),
#boatPage a:not(.carousel-control):not(#button-favorite):hover {
    color: inherit;
}
#favIconLi {
    width: inherit;
}
#button-favorite {
    width: 100%;
    text-align: right;
}
#button-favorite,
#button-favorite.favorite:hover{
    color: inherit;
    font-size: 12px;
    padding-bottom: 0;
}
#button-favorite.favorite,
#button-favorite:hover {
    color: #B1588D;
    background: none;
    border-color: transparent !important;
}


/* Masonry */
.masonry {
  /*background: #EEE;*/
}

.masonry .item,
.masonry .grid-sizer {
    width: 20%;
    overflow: hidden;
}


.masonry .grid-sizer {
    height: 60px;
    float: left;
    /*margin-bottom: 5px;*/
    background-size: cover;
    background-position: center center;
}
.masonry .item a {
    display: block;
}

.item.w10 { width:  10%; }
.item.w20 { width:  20%; }
.item.w40 { width:  40%; }
.item.w50 { width:  50%; }
.item.w60 { width:  60%; }
.item.w70 { width:  70%; }
.item.w80 { width:  80%; }
.item.w90 { width:  90%; }

.item.w1 { width:  100px; }
.item.w2 { width:  200px; }
.item.w3 { width:  300px; }
.item.w4 { width:  400px; }
.item.w5 { width:  500px; }

.item.h100 { height: 100px; }
.item.h200 { height: 200px; }
.item.h300 { height: 300px; }
.item.h400 { height: 400px; }
.item.h500 { height: 500px; }

.bgPic {
    height: 100%;
    width: 100%;
    padding: 2px;
    background-size: cover;
    background-position: center center;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-clip: content-box;
    -webkit-transition: background-position 5s;
    transition: background-position 5s;
}
.bgPic:hover {
    /*-moz-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*-webkit-transform: scale(1.02);*/
    /*transform: scale(1.02);*/
    background-position: left top;
}

.bgTitle {
    font-size: 30px;
    color: white;
    color: rgba(239, 239, 239, 1);
    text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}

.hiddenDiv {
     opacity:0;
}
.visibleDiv {
     opacity:1;
}

/* promo codes */
li.promoLi {
    padding-top: 5px;
}
.promoLi a {
    color: rgba(88, 159, 177, 0.8);
}
.promoLi a:hover {
    color: rgba(88, 159, 177, 1);
}
.promoLi input,
.promoLi .btn {
    display: inline-block;
    height: 36px;
}
.promoLi .togglePromoLink {
    line-height: 40px;
}
.promoLi input {
    width: 130px;
}
.cancelPromoLink,
.removePromoLink,
.promoError,
.removePromoLink {
    display: block;
    text-align: right;
    line-height: 20px;
}
.promoSuccess {
    text-transform: uppercase;
}
.promoError {
    width: 100%;
}