﻿/*#region Bootstrap Custom and Utils */

@media (min-width: 1200px) {
    .container.narrow-container {
        max-width: 680px;
    }
}

.text-orange {
    color: #ffa500 !important;
}

.text-muted-x2 {
    color: #b5b5b5 !important;
}

.btn-theme-wide {
    color: #000;
    background-color: #ffa500;
    font-weight: bold;
    width: 100%;
    padding: 0.8rem;
}

    .btn-theme-wide .pipe-after {
        border-right: 2px solid #000;
        padding-right: 5px;
        margin-right: 5px;
    }

    .btn-theme-wide .big {
        font-size: 1.3rem;
    }

    .btn-theme-wide.boka {
        padding: 0.6rem;
        height: 3.3rem;
    }

.modal .modal-header {
    background-color: #ffa500;
}

.btn-orange {
    background-color: #ffa500;
    border-color: #ffa500;
}

#boooking-nav-tab .nav-link {
    padding: .5rem 0.35rem;
}

.col-no-pad [class^="col"] {
    padding: 0;
    padding-left: 10px;
}

    .col-no-pad [class^="col"]:first-child {
        padding: 0px;
    }

.col-no-pad-at-all [class^="col"] {
    padding: 0;
}

.hide {
    display: none;
}

input,
select,
.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-32 {
    font-size: 32px !important;
}

.pos-rel {
    position: relative;
}

.form-control:focus {
    border-color: #ffa500;
    box-shadow: none;
}

.narrow-input {
    padding: .375rem .4rem;
}

.mb-320 {
    margin-bottom: 320px;
}

.w-35 {
    width: 35% !important;
}

.hide {
    display: none;
}

/*#endregion */

/*#region Theme */

a {
    color: #0366d6;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    background-color: transparent;
}

    body.order-layout {
        background-image: url(../images/stockholm_map.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

.logo {
    height: 35px;
    margin-top: 13px;
    vertical-align: text-top;
}

.logo-text {
    vertical-align: bottom;
    margin-bottom: 6px;
}

.phone-number {
    font-size: 22px;
    margin-top: 18px;
    color: #ffa500;
    font-weight: bold;
}

    .phone-number span {
        color: #3a3a39;
        font-size: 16px;
    }

    .phone-number a {
        color: #ffa500 !important;
        text-decoration: none !important;
    }

        .phone-number a:hover {
            color: #ed9a00 !important;
        }

    .phone-number.footer {
        margin-top: 0;
    }

.total-price {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.options-boxes {
    margin: 0;
}

    .options-boxes .col-4 {
        padding: 0;
        padding-left: 10px;
    }

        .options-boxes .col-4:first-child {
            padding: 0px;
        }

    .options-boxes .options-box {
        font-size: 36px;
        height: 74px;
        cursor: pointer;
        color: black;
        background: #fff;
        border-radius: .25rem;
    }

        .options-boxes .options-box.car-size,
        .options-boxes .options-box.selected {
            background-color: #ffa500;
        }

        .options-boxes .options-box.car-size {
            font-size: 18px;
        }

            .options-boxes .options-box.car-size .details {
                line-height: 1.3;
            }

            .options-boxes .options-box.car-size .plus {
                font-size: 24px;
            }

.options-icon {
    cursor: pointer;
    color: black;
    background: white;
    border: 1px solid #e7e7e7;
    text-align: center;
}

    .options-icon.standard {
        font-size: 42px;
        padding: 16px;
    }

        .options-icon.standard .info {
            font-size: 20px;
            vertical-align: middle;
            font-weight: bold;
        }

    .options-icon.custom {
        padding: 22px 5px 16px;
    }

        .options-icon.custom .info {
            font-size: 18px;
            font-weight: bold;
            line-height: 3.5rem;
        }

    .options-icon.selected {
        background-color: #ffa500;
    }

.options-text-icon {
    font-size: 18px;
    padding: 10px 20px 0;
    text-align: center;
    cursor: pointer;
    color: black;
    background: white;
    border: 1px solid #e7e7e7;
}

    .options-text-icon.selected {
        background-color: #ffa500;
    }

    .options-text-icon .info .txt {
        margin-top: 10px;
        display: inline-block;
    }

.icon-img {
    float: left;
    margin: 0 20px 0 0;
}

[class^="car-icon"] {
    display: inline-block;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
}

.car-icon-sedan {
    background-image: url(../images/icons/sedan.svg);
}

.car-icon-station {
    background-image: url(../images/icons/station.svg);
}

.car-icon-6 {
    background-image: url(../images/icons/van6.svg);
}

.car-icon-7 {
    background-image: url(../images/icons/van7.svg);
}

[class^="seat-icon"] {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.seat-icon-child {
    background-image: url(../images/icons/child-seat.png);
}

.seat-icon-booster {
    background-image: url(../images/icons/booster-seat.png);
    height: 48px;
}

.a-car .price {
    padding-top: 10px;
}

.streetNumberWrap {
    display: none;
    margin-top: 1rem;
}

    .streetNumberWrap label {
        float: left;
        margin-top: .5rem;
        padding-right: 1rem;
    }

    .streetNumberWrap .streetNumber {
        float: left;
        width: 105px;
    }

    .streetNumberWrap .streetNumberInput {
        font-size: 16px;
    }

.icon-btn {
    position: relative;
}

    .icon-btn .form-control {
        padding-right: 2rem;
    }

    .icon-btn .form-control-feedback {
        font-size: 19px;
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 2;
        display: block;
        width: 1.375rem;
        height: 1.375rem;
        line-height: 2.375rem;
        text-align: center;
        color: #ffa500;
        cursor: pointer;
    }

.book-conf .item {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

    .book-conf .item .lbl {
        color: #6c757d;
    }

    .book-conf .item .val {
        font-weight: bold;
    }

.book-conf .price {
    text-align: right;
}

    .book-conf .price .total {
        color: #ce0503;
        font-weight: bold;
        font-size: 1.1rem;
    }

.powered-by {
    font-size: 80%;
    color: #6c757d;
}

.taxica-name {
    font-weight: bold;
    font-size: 12px;
}

    .taxica-name .part1 {
        color: #ffa500;
    }

    .taxica-name .part2 {
        color: #3A3A39;
    }

.order-id {
    font-size: 1.1rem;
    font-weight: bold;
}

    .order-id .val {
        color: orange;
        font-size: 1.2rem;
    }

.icon-anchor {
    text-decoration: none !important;
}

.infant-seat-32 {
    background-image: url(../images/icons/infant-seat-32.png);
    display: inline-block;
    height: 32px;
    width: 32px;
}

.booster-seat-32 {
    background-image: url(../images/icons/booster-seat-32.png);
    display: inline-block;
    width: 39px;
    height: 32px;
}

.btn-theme-wide.boka .loader {
    display: none;
}

.btn-theme-wide.boka.submitting {
    color: #fff;
    background-color: #cdcdcd;
    font-size: 1.5rem;
    cursor: default;
}

    .btn-theme-wide.boka.submitting .info {
        display: none;
    }

    .btn-theme-wide.boka.submitting .loader {
        display: block;
    }

.form-wrapper {
    padding: 0 1.5rem 1rem;
}

#bookingForm {
    padding-top: 1.5rem;
}

/*#endregion */
