/*
	Theme for rental site
	created 2014.11.30
*/
body {
    padding-top: 0;
    background-color: #f7f7f7;	/* material design background */
    font-family: 'Yantramanav', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-bottom: 0;
    font-weight: 300;
}

h1, h2, h3 {
    font-weight: 200;
}
h4, h5 {
    font-weight: 400;
}

/* responsive container eliminates padding on small screens */
.container-responsive {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }
    /* full width container on small screens */
    .container-responsive {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    body {
        padding: 2px;
        width: 100%;
        margin-right: 0;
    }

    .container-responsive {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

.nav-link {
    font-size: 16px;
    font-weight: 300;
}

/* navbar background color */
.bg-dark-udc {
    background-color: #585858 !important;
}

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0;
    border: 0 solid transparent;
}

.navbar-default {
    background-color: rgb(117, 117, 117);
    border-color:  rgb(117, 117, 117);
    border-radius: 0;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-nav {
    border-left: 0 solid  rgb(117, 117, 117);
    border-right: 0 solid  rgb(117, 117, 117);
}

/* justify the navbar elements */
.nav-justified > li{
    float:none;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 105%;
    font-weight:400;
    border: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #b8b8b8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #b8b8b8;
    background-color:inherit;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ffffff;
}

.navbar-brand.bike {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar-nav.bike {
    margin-bottom: 0;
    padding-bottom: 0;
}
.navbar-nav.bike > ul > li > a {
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar-rental li {
    padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 768px ) {
    .navbar-rental li {
        padding-left: 12px;
        padding-right: 0;
    }
}

@media (max-width: 360px) {
    /* button on left edge of display */
    .button-left {
        margin-left: 4px;
    }
    /* button on right edge of display */
    .button-right {
        margin-right: 4px;
    }
}

.btn-block-360 {
    display: block;
    width: 98%;
    padding-right: 0;
    padding-left: 0;
    margin-left:auto;
    margin-right:auto;
    max-width: 360px;
}

.alert {
    border: 0.5px solid;
}

.card-header {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

/* display card wrapper for a single bike */
.wrapper-card-bike {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top:8px;
    margin-bottom:0;
    padding-bottom:0;
    border: 1px solid #cccccc;
}
/* header card for a bike */
.card-header-bike {
    padding: 0 10px 0 15px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 2px;
}
.card-header-bike small {
    font-size: 70%;
    color: #989898;
    font-weight: 200;
}

/* collapsible details card for a bike */
.card-body-bike {
    padding: 0 15px;
    border-top: none;
}

.control-label {
    font-size: 140%;
    font-weight: 400;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 80%;
}

/* bike specs table */
.table-specs th {
    color: #268026;	/* green */
    font-size: 110%;
    font-weight:400;
    padding: 0;
    vertical-align: top;
}
.table-specs td {
    padding: 0;
}

.page-wrapper700 {
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

.page-wrapper800 {
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.page-wrapper900 {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.page-wrapper1000 {
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}

/* rows containing info boxes */
.row.info-boxes-top,
.row.info-boxes-bottom {
    /* border-top: 1px solid #dddddd; */
    margin-left: 0;
    margin-right: 0;
}

/* bottom row containing info boxes */
.info-boxes-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    /* border-bottom: 1px solid #dddddd; */
}

/* single row containing info boxes */
.row.info-boxes-single {
    border-top: none;
    border-bottom: none;
}

.info-wrapper {
    background-color: transparent;
    padding: 2px;
}
.info-wrapper > div {
    background-color: #ffffff;
    text-align: center;
    height: 280px;
    padding: 16px;
    margin: 3px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.info-wrapper p {
    font-size: 120%;
}


/* enclosing div for info boxes */
.info-wrapper-white {
    background-color: white;
}
.info-wrapper-gray {
    background-color: #e8e8e8;
    /* background: -webkit-linear-gradient(#f8f8f8, #d0d0d0); /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#f8f8f8, #d0d0d0); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#f8f8f8, #d0d0d0); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#f8f8f8, #d0d0d0); /* Standard syntax (must be last) */
}
.info-wrapper-dkgray {
    background-color: #e0e0e0;
    /* background: -webkit-linear-gradient(#e0e0e0, #c0c0c0); /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#e0e0e0, #c0c0c0); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#e0e0e0, #c0c0c0); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#e0e0e0, #c0c0c0); /* Standard syntax (must be last) */
}
.info-wrapper-ltgray {
    background-color: #f8f8f8;
    padding: 4px;
}

/* small info boxes */
.container.info-box {
    border: none;
    width: 100%;
    height: 100%;
    min-height:300px;
    text-align:center;
}
.info-box p {
    font-size: 120%;
}

/* headlines */
.headline {
    border:none;
    max-width: 1000px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}
.headline h1 {
    font-size: 350%;
    font-weight: 200;
}
.headline h2 {
    font-size: 300%;
}
.headline p {
    font-size: 150%;
}
@media (max-width: 991px) {
    /* shrink the size of headlines */
    .headline h1 {
        font-size: 230%;
    }
    .headline h2 {
        font-size: 200%;
    }
    .headline p {
        font-size: 120%;
    }
}
@media (max-width: 767px) {
    /* reduce headline font size on small screens */
    .headline h1 {
        font-size: 200%;
    }
    .headline h2 {
        font-size: 180%;
    }
    .headline p {
        font-size: 110%;
    }
}

/* row containing bike finder form */
.row-bikefinder {
    padding-top: 30px;
    min-height: 200px;
}
/* row containing bike configuration form */
.row-bikeconfig {
    /* background-color: #dddddd; */
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 250px;
}

/* form with max width of 200 px */
.form-200w {
    max-width: 200px;
}
.form-400w {
    max-width: 400px;
}

.config-heading h2,
.config-heading h3 {
    color: green;
}
.config-heading p {
    margin-top:8px;
}


@media (max-width: 991px) {
    /* shrink the vertical white space on small screens */
    .container.info-box {
        min-height: initial;
        padding-bottom: 20px;
    }
    .row-bikefinder {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .row-bikeconfig {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.table-bordered {
    border: 1px solid #aaaaaa;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #aaaaaa;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-udc {
    border-top: 1px solid green;
}
.table-udc th {
    text-align: center;
    color: green;
    font-size: 130%;
    background-color: #f6f6f6;
    font-weight:400;
}
.table-udc td {
    text-align: center;
}

/* horizontal divider */
div.section-divider {
    margin-left: 16px;
    margin-right: 16px;
    border-top: 1px solid #d4d4d4;
}
/* full width section divider */
div.section-divider-fluid {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #d4d4d4;
}

/* button style for radio buttons */
.btn-radio {
    color: #ffffff;
    background-color: #669ccc;
    border: 2px solid #669ccc;
}
.btn-radio img {
    /* all image colors inverted */
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
}
.btn-radio:hover,
.btn-radio:focus,
.btn-radio.focus,
.btn-radio:active,
.btn-radio.active,
.open > .dropdown-toggle.btn-radio {
    color: #ffffff;
    background-color: #2f75b3;
    border-color: #2f75b3;
}
.btn-radio:active,
.btn-radio.active,
.open > .dropdown-toggle.btn-radio {
    color: #ffffff;
    background-image: none;
    background-color: #0058a6;
    border-color: #0058a6;
}
.btn-radio.disabled,
.btn-radio[disabled],
fieldset[disabled] .btn-radio,
.btn-radio.disabled:hover,
.btn-radio[disabled]:hover,
fieldset[disabled] .btn-radio:hover,
.btn-radio.disabled:focus,
.btn-radio[disabled]:focus,
fieldset[disabled] .btn-radio:focus,
.btn-radio.disabled.focus,
.btn-radio[disabled].focus,
fieldset[disabled] .btn-radio.focus,
.btn-radio.disabled:active,
.btn-radio[disabled]:active,
fieldset[disabled] .btn-radio:active,
.btn-radio.disabled.active,
.btn-radio[disabled].active,
fieldset[disabled] .btn-radio.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

label.btn-radio {
    margin-bottom:8px;
}

/* button style for company primary buttons */
.btn-udc {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-udc img {
    /* all image colors inverted */
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
}
.btn-udc:hover,
.btn-udc:focus,
.btn-udc.focus,
.btn-udc:active,
.btn-udc.active,
.open > .dropdown-toggle.btn-udc {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-udc:active,
.btn-udc.active,
.open > .dropdown-toggle.btn-udc {
    background-image: none;
}
.btn-udc.disabled,
.btn-udc[disabled],
fieldset[disabled] .btn-udc,
.btn-udc.disabled:hover,
.btn-udc[disabled]:hover,
fieldset[disabled] .btn-udc:hover,
.btn-udc.disabled:focus,
.btn-udc[disabled]:focus,
fieldset[disabled] .btn-udc:focus,
.btn-udc.disabled.focus,
.btn-udc[disabled].focus,
fieldset[disabled] .btn-udc.focus,
.btn-udc.disabled:active,
.btn-udc[disabled]:active,
fieldset[disabled] .btn-udc:active,
.btn-udc.disabled.active,
.btn-udc[disabled].active,
fieldset[disabled] .btn-udc.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-udc .badge {
    color: #337ab7;
    background-color: #fff;
}


/* changes to pickadate.js: */

/* pickadate special case for phones, terrymorse 2014.10.05 */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    /* phone Styles */
    .picker__frame {
        /* opacity: 1; */
        /* border: 2px solid green; */
        /* margin-bottom: 0; */
    }
    .picker__wrap {
        /* border: 2px dashed green; */
    }
    .picker__box {
        /* border: 4px solid blue; */
    }
}

/* pickadate special case for tablets, terrymorse 2014.12.04 */
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    /* @media screen and (min-device-width: 768px) and (max-device-width: 2000px){ */
    .picker_holder {
        /* border: 1px dashed green; */
    }
    .picker__frame {
        /* opacity: 1; */
        /*border: 2px solid red;*/
        /* padding-top: 0%; */
        padding-bottom: 40%;
    }
    .picker__wrap {
        /* border: 2px dashed green; */
    }
    .picker__box {
        /* border: 4px solid blue; */
    }
}

/* social sharing and review badges */
p.social-badge,
p.review-badge {
    text-decoration: none;
}
p.social-badge img,
p.review-badge img {
    width: 64px;
    height: 64px;
    border: none;
}
p.social-badge img:hover,
p.review-badge img:hover {
    filter: brightness(65%);
    -webkit-filter: brightness(65%);
}

#page-footer {
    clear:both;
    padding:16px 10px;
    margin-bottom: 16px;
    height: auto;
    background-color: transparent;
    color: #888888;
    font-size: 14px;
    overflow:auto;	/* allows div to grow taller to accommodate contents */
}

@media (max-width: 360px) {
    #page-footer {
        padding-right:0;
        padding-left:0;
        margin-right:0;
        margin-left:0;
    }
}

#page-footer p {
    margin:0;
}
* html #page-footer {
    height:1px;
}

#page-footer a,
#page-footer button
{
    /* color: #468cc8; */
    color: #989898;
    text-decoration: none;
    font-weight:500;
}


#page-footer a:hover,
#page-footer button:hover
{
    color: #686868;
    text-decoration:underline;
}

#page-footer a.normal:link
{
    /* color: #468cc8; */
    color: #989898;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

#page-footer a.normal:visited
{
    /* color: #468cc8; */
    color: #989898;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

#page-footer a.normal:hover
{
    /* color: #468cc8; */
    color: #989898;
    background-color: inherit;
    text-decoration: underline;
    font-weight: 500;
    text-transform: none;
}

#page-footer a.normal:active
{
    /* color: #468cc8; */
    color: #989898;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}


/* badges displayed in the footer */
.footer-badges {
    float:left;
    margin-top: 2px;
    margin-right: 8px;
}

/* used in rental-customer-quotes.php, and maybe others */
span.up-down-chevron {
    padding-left:16px;
    padding-right:16px;
    color: #666666;
}

#review-card-group {
    font-size: 120%;
}

span.green-text {
    color: green;
    font-weight: bold;
}
span.green-bold {
    color:green;
    font-size:150%;
    margin-left:10px;
    font-weight:500;
}
span.red-text {
    color: red;
    font-weight: bold;
}

.text-bold {
    font-weight:400;
    font-size:120%;
}

.text-strong {
    font-weight:500;
}

/* displaying a static google map */
div.map-wrapper {
    height:auto;
    border: 1px solid green;
    max-width:600px;
}
div.map-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* map with a warning frame */
div.map-warning {
    border: 2px solid red;
}

.ellipsis i {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
}

.ellipsis i+i {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
}

.ellipsis i+i+i {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.btn-nopad {
    padding: 0;
}

/* make it super obvious that disabled buttons are disabled */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #d0d0d0;
    color: #d0d0d0;
}
.btn-link[disabled] {
    border: none;
}

/* dividers in forms */
hr.formgrp-udc {
    border-top: 1px solid #a0a0a0;
}

/* stuff we want on the printed page or the screen only */
@media print {
    .screen-only {
        display: none !important;
    }
    .print-only {
        display: block;
    }
}
@media screen {
    .screen-only {
        display: block;
    }
    .print-only {
        display: none !important;
    }
}

/* carousel for home page */
#udc-carousel {
    position: relative;
    top:-100px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #udc-carousel {
        top:-100px;
    }
}

/* ghost buttons */

.btn-primary-ghost {
    color: #2e6da4;
    background-color: transparent;
    border-color: #2e6da4;
    font-weight: 300;
}
.btn-primary-ghost:hover,
.btn-primary-ghost:focus,
.btn-primary-ghost.focus,
.btn-primary-ghost:active,
.btn-primary-ghost.active,
.open > .dropdown-toggle.btn-primary-ghost {
    color: #f8f8f8;
    background-color: #337ab7;
    border-color: #204d74;
}
.btn-primary-ghost:active,
.btn-primary-ghost.active,
.open > .dropdown-toggle.btn-primary-ghost {
    background-image: none;
}
.btn-primary-ghost.disabled,
.btn-primary-ghost[disabled],
fieldset[disabled] .btn-primary-ghost,
.btn-primary-ghost.disabled:hover,
.btn-primary-ghost[disabled]:hover,
fieldset[disabled] .btn-primary-ghost:hover,
.btn-primary-ghost.disabled:focus,
.btn-primary-ghost[disabled]:focus,
fieldset[disabled] .btn-primary-ghost:focus,
.btn-primary-ghost.disabled.focus,
.btn-primary-ghost[disabled].focus,
fieldset[disabled] .btn-primary-ghost.focus,
.btn-primary-ghost.disabled:active,
.btn-primary-ghost[disabled]:active,
fieldset[disabled] .btn-primary-ghost:active,
.btn-primary-ghost.disabled.active,
.btn-primary-ghost[disabled].active,
fieldset[disabled] .btn-primary-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-primary-ghost .badge {
    color: #f8f8f8;
    background-color: #337ab7;
}

.btn-info-ghost {
    color: #46b8da;
    background-color: transparent;	/* background-color: #5bc0de; */
    border-color: #46b8da;
    font-weight: 300;
}
.btn-info-ghost:hover,
.btn-info-ghost:focus,
.btn-info-ghost.focus,
.btn-info-ghost:active,
.btn-info-ghost.active,
.open > .dropdown-toggle.btn-info-ghost {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info-ghost:active,
.btn-info-ghost.active,
.open > .dropdown-toggle.btn-info-ghost {
    background-image: none;
}
.btn-info-ghost.disabled,
.btn-info-ghost[disabled],
fieldset[disabled] .btn-info-ghost,
.btn-info-ghost.disabled:hover,
.btn-info-ghost[disabled]:hover,
fieldset[disabled] .btn-info-ghost:hover,
.btn-info-ghost.disabled:focus,
.btn-info-ghost[disabled]:focus,
fieldset[disabled] .btn-info-ghost:focus,
.btn-info-ghost.disabled.focus,
.btn-info-ghost[disabled].focus,
fieldset[disabled] .btn-info-ghost.focus,
.btn-info-ghost.disabled:active,
.btn-info-ghost[disabled]:active,
fieldset[disabled] .btn-info-ghost:active,
.btn-info-ghost.disabled.active,
.btn-info-ghost[disabled].active,
fieldset[disabled] .btn-info-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-info-ghost .badge {
    color: #f8f8f8;
    background-color: #46b8da;
}

.btn-success-ghost {
    color: #4cae4c;
    background-color: transparent;
    border-color: #4cae4c;
    font-weight: 300;
}
.btn-success-ghost:hover,
.btn-success-ghost:focus,
.btn-success-ghost.focus,
.btn-success-ghost:active,
.btn-success-ghost.active,
.open > .dropdown-toggle.btn-success-ghost {
    color: #f8f8f8;
    background-color: #5cb85c;
    border-color: #f0f0f0;
}
.btn-success-ghost:active,
.btn-success-ghost.active,
.open > .dropdown-toggle.btn-success-ghost {
    background-image: none;
}
.btn-success-ghost.disabled,
.btn-success-ghost[disabled],
fieldset[disabled] .btn-success-ghost,
.btn-success-ghost.disabled:hover,
.btn-success-ghost[disabled]:hover,
fieldset[disabled] .btn-success-ghost:hover,
.btn-success-ghost.disabled:focus,
.btn-success-ghost[disabled]:focus,
fieldset[disabled] .btn-success-ghost:focus,
.btn-success-ghost.disabled.focus,
.btn-success-ghost[disabled].focus,
fieldset[disabled] .btn-success-ghost.focus,
.btn-success-ghost.disabled:active,
.btn-success-ghost[disabled]:active,
fieldset[disabled] .btn-success-ghost:active,
.btn-success-ghost.disabled.active,
.btn-success-ghost[disabled].active,
fieldset[disabled] .btn-success-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-success-ghost .badge {
    color: #f8f8f8;
    background-color: #5cb85c;
}

.btn-warning-ghost {
    color: #eea236;
    background-color: transparent;	/* background-color: #f0ad4e; */
    border-color: #eea236;
    font-weight: 300;
}
.btn-warning-ghost:hover,
.btn-warning-ghost:focus,
.btn-warning-ghost.focus,
.btn-warning-ghost:active,
.btn-warning-ghost.active,
.open > .dropdown-toggle.btn-warning-ghost {
    color: #f8f8f8;
    background-color: #f0ad4e;
    border-color: #f0f0f0;
}
.btn-warning-ghost:active,
.btn-warning-ghost.active,
.open > .dropdown-toggle.btn-warning-ghost {
    background-image: none;
}
.btn-warning-ghost.disabled,
.btn-warning-ghost[disabled],
fieldset[disabled] .btn-warning-ghost,
.btn-warning-ghost.disabled:hover,
.btn-warning-ghost[disabled]:hover,
fieldset[disabled] .btn-warning-ghost:hover,
.btn-warning-ghost.disabled:focus,
.btn-warning-ghost[disabled]:focus,
fieldset[disabled] .btn-warning-ghost:focus,
.btn-warning-ghost.disabled.focus,
.btn-warning-ghost[disabled].focus,
fieldset[disabled] .btn-warning-ghost.focus,
.btn-warning-ghost.disabled:active,
.btn-warning-ghost[disabled]:active,
fieldset[disabled] .btn-warning-ghost:active,
.btn-warning-ghost.disabled.active,
.btn-warning-ghost[disabled].active,
fieldset[disabled] .btn-warning-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-warning-ghost .badge {
    color: #f8f8f8;
    background-color: #eea236;
}

.btn-danger-ghost {
    color: #d43f3a;
    background-color: transparent;	/* background-color: #d9534f; */
    border-color: #d43f3a;
    font-weight: 300;
}
.btn-danger-ghost:hover,
.btn-danger-ghost:focus,
.btn-danger-ghost.focus,
.btn-danger-ghost:active,
.btn-danger-ghost.active,
.open > .dropdown-toggle.btn-danger-ghost {
    color: #f8f8f8;
    background-color: #d9534f;
    border-color: #f0f0f0;
}
.btn-danger-ghost:active,
.btn-danger-ghost.active,
.open > .dropdown-toggle.btn-danger-ghost {
    background-image: none;
}
.btn-danger-ghost.disabled,
.btn-danger-ghost[disabled],
fieldset[disabled] .btn-danger-ghost,
.btn-danger-ghost.disabled:hover,
.btn-danger-ghost[disabled]:hover,
fieldset[disabled] .btn-danger-ghost:hover,
.btn-danger-ghost.disabled:focus,
.btn-danger-ghost[disabled]:focus,
fieldset[disabled] .btn-danger-ghost:focus,
.btn-danger-ghost.disabled.focus,
.btn-danger-ghost[disabled].focus,
fieldset[disabled] .btn-danger-ghost.focus,
.btn-danger-ghost.disabled:active,
.btn-danger-ghost[disabled]:active,
fieldset[disabled] .btn-danger-ghost:active,
.btn-danger-ghost.disabled.active,
.btn-danger-ghost[disabled].active,
fieldset[disabled] .btn-danger-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-danger-ghost .badge {
    color: #f8f8f8;
    background-color: #d43f3a;
}

/* pure white ghost button */
.btn-ghost {
    color: #ffffff;
    background-color: transparent;	/* background-color: #d9534f; */
    border-color: #ffffff;
    font-weight: 300;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost.focus,
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
    color: #686868;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
    background-image: none;
}
.btn-ghost.disabled,
.btn-ghost[disabled],
fieldset[disabled] .btn-ghost,
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled.focus,
.btn-ghost[disabled].focus,
fieldset[disabled] .btn-ghost.focus,
.btn-ghost.disabled:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-ghost:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost.active {
    color: #b0b0b0;
    background-color: transparent;
    border-color: #b0b0b0;
}
.btn-ghost .badge {
    color: #ffffff;
    background-color: #ffffff;
}

.btn-link-ghost {
    font-weight: normal;
    color: #ffffff;
    border-radius: 0;
}
.btn-link-ghost,
.btn-link-ghost:active,
.btn-link-ghost.active,
.btn-link-ghost[disabled],
fieldset[disabled] .btn-link-ghost {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link-ghost,
.btn-link-ghost:hover,
.btn-link-ghost:focus,
.btn-link-ghost:active {
    border-color: transparent;
}
.btn-link-ghost:hover,
.btn-link-ghost:focus {
    color: #686868;
    text-decoration: none;
    background-color: transparent;
}
.btn-link-ghost[disabled]:hover,
fieldset[disabled] .btn-link-ghost:hover,
.btn-link-ghost[disabled]:focus,
fieldset[disabled] .btn-link-ghost:focus {
    color: #b0b0b0;
    text-decoration: none;
}

/* large glyphicons */
span.gi-lg {
    font-size: 1.5em;
}

/* hero banner */
.hero-wrapper {
    clear: both;
    position: relative;
    width: 100%;
    color: white;
    display: block;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.hero-wrapper .hero-img {
    width: 100%;
    flex: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: 32px;
    margin-right: 32px;
}

.hero-overlay:before {
    content: ' ';
    display: block;
    height: 25%;
}

.hero-overlay h1 {
    margin-top: 0;
    font-weight: 400;
}
.hero-overlay .btn {
    margin-top: 1.5rem;
    padding: 0 2em;
    border-radius: 0.15em;
}

@media (min-width: 1200px) {
    .hero-overlay h1 {
        font-size: 500%;
    }
    .hero-overlay p {
        font-size: 250%;
    }
    .hero-overlay .btn {
        font-size: 150%;
        border-width: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-overlay h1 {
        font-size: 390%;
    }
    .hero-overlay p {
        font-size: 195%;
    }
    .hero-overlay .btn {
        font-size: 125%;
        border-width: 2px;
        /* border-color: red; */
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-overlay h1 {
        font-size: 315%;
    }
    .hero-overlay p {
        font-size: 158%;
    }
    .hero-overlay .btn {
        font-size: 126%;
        /* border-color: green; */
    }
}
@media (max-width: 767px) {
    .hero-overlay:before {
        height: 25%;
    }
    .hero-overlay h1 {
        font-size: 170%;
    }
    .hero-overlay p {
        font-size: 120%;
        font-weight: 400;
    }
    .hero-overlay .btn {
        font-size: 120%;
        font-weight: 400;
        /* border-color: blue; */
    }
}

/* button that becomes full width on tiny screens */
.btn-xsblock img {
    width: 100px;
    height: auto;
}
@media (min-width: 768px) {
    .btn-xsblock {
        margin: 6px;
    }
}
@media (max-width: 767px) {
    .btn-xsblock {
        display: block;
        width: 100%;
        margin: 6px 0;
    }
    .btn-xsblock img {
        width: 70px;
        height: auto;
    }
    .modal-footer .btn-xsblock {
        margin: 6px 0;
    }
}

/* cards for bikes */
.bikes-card {
    max-width: 280px;
    min-width: 280px;
    text-align: center;
    margin-bottom: 1.3rem;
    padding: 8px 6px 0 6px;
    font-size: 14px;
    color: gray;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.bikes-card-columns {
    padding: 1.3rem 1.3rem 1rem 1.3rem;
}
.bikes-card-img {
    width: 100%;
    height: auto;
}
.bikes-card-div-info {
    display: flex;
    justify-content: space-between;
    margin-left: 4rem;
    margin-right: 4rem;
}
@media (max-width: 767px) {
    .bikes-card-columns {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .bikes-card {
        margin-bottom: 2.5rem;
    }
    .bikes-card-div-info {
        margin-left: 0;
        margin-right: 0;
    }
    div.card.bikes-card {
        margin: 15px 0;
        max-width: none;
    }
    div#div-card-columns.card-deck {
        padding: 0 6px;
    }
}
div.card.bikes-card {
    margin: 15px 8px;
}
div.card.bikes-card.hidden {
    display: none;
}
h4.card-title {
    font-size: 1.2rem;
}

/* prevent modal dialog from being grayed out */
.modal-backdrop.in {
    z-index: auto;
}

/* popovers */
a.popover-tms:hover {
    cursor:help;
}

/* alert-newsflash displays a news flash alert on a page */
.alert-newsflash {
    font-size: 140%;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    width: 80%;
    margin: 0 auto;
}

/* bike cards */
#bc-div-bike-wrapper .popover {
    /* reduce width of popovers inside BikeCards */
    max-width: 200px;
}

/* large modal */
h3#h3-modal-large {
    font-weight: 300;
}
#div-body-modal-large h4 {
    font-weight: 400;
}

/* write row (material design) */
.row.row-white {
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

/* card (material design) */
.card-material {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 16px;
}

#p-noteworthy {
    max-width: 55rem;
    margin: 12px auto;
}
/* enable checkbox button hover states on desktop machines */
@media only screen and (min-device-width : 1224px) {
    label.btn.btn-primary-ghost:hover {
        background-color: #c8c8c8;
        color: #1A4266;
        border-color: #1A4266;
    }
    label.btn.btn-primary-ghost.active:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
}
/* disable checkbox button hover states on iOS devices */
@media only screen and (max-device-width : 1223px) {
    label.btn.btn-primary-ghost:hover {
        color: #2e6da4;
        background-color: transparent;
        border-color: #2e6da4;
        font-weight: 200;
    }
    label.btn.btn-primary-ghost.active:hover {
        color: #f0f0f0;
        background-color: #337ab7;
        border-color: #204d74;
    }
}

#div-card-columns {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 24px;
}

.card-footer {
    background-color: rgba(0, 0, 0, .00);
}

#div-toggle-buttons label {
    margin: 4px;
}

/* restore the 'hidden' class (remvoed in bootstrap 4) */
.hidden {
    display: none;
}

/* restore list-inline feature (removed in bootstrap 4) */
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* center vcards on page */
div.vcard {
    margin: 0 auto;
}

/* shrink padding in business hours table */
#cht-table td {
    padding: 5px;
}

/* hide when displayed on screen */
@media screen {
    .d-screen-none {
        display: none;
    }
}
