/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900&subset=latin-ext');
body {
font-family: 'Open Sans',sans-serif;
}
*/

.kawasaki-logo img {
    width: 134px;
}
.l-page {
    padding-top: 84px;
}
.kw-footer h4 {
    font-size: 16px;
}

.k-b__title small {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #69be28;
}
.btn {
    border-radius: 0;
}
.modal-header,
.modal-footer {
    border-top: 0;
    border-bottom: 0;
}

.kw-btn-busy {
    background-color: #cccccc;
    color: #666666;
}
.kw-btn-danger {
    background-color: #dc3545;
    color: #ffffff;
}
.kw-btn-danger:hover {
    background-color: #c82333;
    color: #ffffff;
}
.kw-btn-check.active {
    background: #69be28;
    color: #ffffff;
}
.kw-btn-check {
    background-color: #e0e0e0;
    color: #999999;
}
.k-card {
    cursor: pointer !important;
}
.k-card .k-checkbox,
.k-card img  {
    cursor: pointer !important;
}
.k-card.wide {
    margin: 0 auto;
    margin-bottom: 10px;
}
.k-card.wide .k-card__title {
    padding-bottom: 10px;
    padding-top: 10px;
}
.k-card.wide .k-card__title h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.k-card:hover .k-bikefigure img {
    opacity: 1;
    max-width: 100%;
}
.k-card:hover .k-checkbox {
    background-color: #69be28;
    color: #ffffff;
}
.k-card:hover .k-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.k-checkbox input[type="checkbox"], .k-checkbox-after input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}
.k-card:hover .k-checkbox input[type="checkbox"]+span:before {
    color: #ffffff;
    opacity: 0;
}
.k-card .k-checkbox span:before {
    display: none;
}
@media (max-width: 600px) {
    .timeSlot {
        text-align: center;
    }
    .timeSlot span {
        display: block;
    }
    #scheduler .kw-btn {
        padding: 12px 4px;
        min-width: 90px;
        font-size: 12px;
    }
}

.is-invalid {
    border: 1px solid red;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
    background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
    background: #17D654;
}
label.error {
    display: none !important;;
}
.form-control.error {
    display: block;
    border: 1px solid #cc0000;
    border-color: #cc0000 !important;
    background-image: none !important;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.75); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #69be28;
}
.bikeImg {
}
.float-left {
    float: left;
}
.overenieUdajov li {
    font-weight: bold;
}
.overenieUdajov li span {
    font-weight: normal;
    padding: 2px;
    color: #666;
    display: inline-block;
    width: 150px;
}
.numberInfo {
}
.numberInfo div {
    border-radius: 0;
    text-align: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.editRider label {
    text-transform: uppercase;
    font-size: 80%;
    color: #999;
    margin-bottom: 0.25rem;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.paymentOptions {
    position: absolute;
    right: 0;
    top: 6px;
    width: 340px;
    display: none;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
}
.btn-group.btn-group-toggle .btn {
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .kwBook {
        padding: 6px 10px 7px;
        line-height: 2;
    }
}

@media screen and (min-width: 640px) {

    .kwBook {
        min-width: 130px;
    }

}

/*
@media screen and (max-width: 640px) {
    .k-cards--helpmechoose  .k-card {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .k-card__title h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
}
*/

.green {
    color: #69be28;
}
.text-small {
    font-size: 80%;
}
.border-1 {
    border: 1px solid #ccc;
}
.line-height-15 {
    line-height: 1.5;
}
.kw-btn:hover, .more-cards:hover, .search__more>a:hover {
    color: white;
    text-decoration: none;
}
.text-lowercase {
}
.fa {
    font-family: FontAwesome !important;
}