﻿.is-flex-wrapped {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-content-centered {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .is-content-centered-mobile {
        justify-content: center;
    }
}


.quotation {
    font-size: 1.75em;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

    .quotation:before {
        content: open-quote;
        display: inline;
        line-height: 0;
        left: -10px;
        position: relative;
        top: 30px;
        color: #ccc;
        font-size: 3em;
    }

    .quotation::after {
        content: close-quote;
        display: inline;
        line-height: 0;
        left: 10px;
        position: relative;
        top: 35px;
        color: #ccc;
        font-size: 3em;
    }

.quotation-footer {
    font-size: 1.5em;
    font-style: italic;
}


.bolton-input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    font-family: inherit;
    background: whitesmoke;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .bolton-input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #bbb;
    }

    .bolton-input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #bbb;
        opacity: 1;
    }

    .bolton-input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #bbb;
        opacity: 1;
    }

    .bolton-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #bbb;
    }

    .bolton-input:-ms-input-placeholder {
        /* Microsoft Edge */
        color: #bbb;
    }


    .bolton-input:focus {
        border-color: #333;
    }


    .bolton-input.is-small {
        border-radius: 3px;
        font-size: 0.75rem
    }

    .bolton-input.is-medium {
        font-size: 1.25rem
    }

    .bolton-input.is-large {
        font-size: 1.5rem
    }

    .bolton-input.is-fullwidth {
        display: block;
        width: 100%
    }


.bolton-contained-image {
    object-fit: contain
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.bolton-list {
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.inspection-thumbnail {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 54px;
    width: 86px;
    margin-right: 6px;
    margin-top: 6px;
    padding: 0;
    border-color: #dbdbdb;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
}

@media screen and (max-width: 768px) {
    .inspection-thumbnail {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 40.5px;
        width: 65px;
        margin-right: 6px;
        margin-top: 6px;
        padding: 0;
        border-color: #dbdbdb;
        border-radius: 10px;
        border-width: 1px;
        border-style: solid;
    }
}


.inspection-thumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: center
}


.is-decision-button {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .is-decision-button {
        width: 48px;
        height: 48px;
    }
}

.inspection-title {
    font-size: 1.5rem;
    color: #636262;
}

@media screen and (max-width: 768px) {
    .inspection-title {
        font-size: 2rem
    }
}




.inspection-vehicle-thumbnail {
    height: 100px;
}

@media screen and (max-width: 768px) {
    .inspection-vehicle-thumbnail {
        height: 160px;
    }
}



.is-angled {
    position: relative;
    z-index: 1;
}

    .is-angled:after {
        background: inherit;
        bottom: 0;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(-2.5deg);
        transform-origin: 100%;
        z-index: -10;
        position: absolute;
    }





/* https://colorlib.com/download/1954/ */


.bolton-select {
    position: relative;
    padding-right: 40px;
    display: flex;
    height: 2.5em;
    line-height: 3;
    padding: 2px;
    border-radius: 10px;
    border-color: #000000;
    border-width: 2px;
    background: #f5f5f5;
    overflow: hidden;
}


    .bolton-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        box-shadow: none;
        border: 0 !important;
        background: #f5f5f5;
        background-image: none;
    }
        /* Remove IE arrow */
        .bolton-select select::-ms-expand {
            display: none;
        }

    .bolton-select select {
        flex: 1;
        padding: 0 3em 0 .5em;
        color: #333;
        cursor: pointer;
    }
    /* Arrow */
    .bolton-select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        background: #f5f5f5;
        cursor: pointer;
        pointer-events: none;
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
        color: #333;
        line-height: 2.5;
    }
    /* Transition */
    .bolton-select:hover::after {
        color: #435580;
    }



.is-pointer {
    cursor: pointer;
}





.is-indeterminate-progressbar {
    position: fixed;
    width: 100%;
    top: 0;
    height: 7px;
    overflow-x: hidden;
    z-index: 99999;
}

    .is-indeterminate-progressbar .line {
        position: absolute;
        opacity: 0.4;
        background: #4a8df8;
        width: 150%;
        height: 7px;
    }

    .is-indeterminate-progressbar .subline {
        position: absolute;
        background: #4a8df8;
        height: 7px;
    }

    .is-indeterminate-progressbar .inc {
        animation: indeterminate-increase 2s infinite;
    }

    .is-indeterminate-progressbar .dec {
        animation: indeterminate-decrease 2s 0.5s infinite;
    }

@keyframes indeterminate-increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes indeterminate-decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}




.bolton-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .bolton-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.bolton-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.bolton-checkbox:hover input ~ .bolton-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.bolton-checkbox input:checked ~ .bolton-checkmark {
    background-color: #2196F3;
}

/* Create the bolton-checkmark/indicator (hidden when not checked) */
.bolton-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the bolton-checkmark when checked */
.bolton-checkbox input:checked ~ .bolton-checkmark:after {
    display: block;
}

/* Style the bolton-checkmark/indicator */
.bolton-checkbox .bolton-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.bolton-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.bolton-checkbox:hover input ~ .bolton-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.bolton-checkbox input:checked ~ .bolton-radio {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.bolton-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.bolton-checkbox input:checked ~ .bolton-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.bolton-checkbox .bolton-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



.is-zindex-101 {
    z-index: 101;
}





.extended-fab {
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

    .extended-fab:hover {
        transform: scale(1.05);
    }




.profile-image {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 50%;
}

    .profile-image img {
        height: 100%;
        transform: translateX(-50%);
        margin-left: 50%;
    }



.timeline-container {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

    .timeline-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #CCD1D9;
        z-index: 1
    }

    .timeline-container.is-left::before {
        left: 8px;
        width: 2px;
    }

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-container.is-left .timeline-block {
    width: inherit;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.timeline-marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #4FC1E9;
    margin-top: 10px;
    z-index: 9999
}

    .timeline-marker.is-inactive {
        background: #CCD1D9;
    }

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

    .timeline-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 25px;
        font-weight: 500
    }

    .timeline-content span {
        font-size: 15px;
        color: #a4a4a4;
    }

    .timeline-content p {
        font-size: 14px;
        line-height: 1.5em;
        word-spacing: 1px;
        color: #888;
    }


@media screen and (max-width: 768px) {
    .timeline-container:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 2px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}


.is-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.7);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.7);
    }
}


.bolton-fab {
    margin-left: auto;
    padding-top: 0px;
    z-index: 2;
}


.is-grow {
    transition: all .1s ease-in-out;
}

    .is-grow:hover {
        transform: scale(1.01);
    }

.is-grow-large {
    transition: all .1s ease-in-out;
}

    .is-grow-large:hover {
        transform: scale(1.05);
    }

@media screen and (max-width: 768px) {
    .is-columns-reversed-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}



@media screen and (max-width: 768px) {
    .field.is-grouped.is-grouped-centered-mobile {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.is-gallery {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    text-align: center !important
}

.is-gallery-item {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);
    color: #636262;
    display: block;
    padding: 1.25rem
}

.is-gallery-item-content {
}



.logo-banner {
    margin-left: auto;
    margin-right: auto;
    max-width: 35%;
}

@media screen and (max-width: 768px) {
    .logo-banner {
        max-width: 75%;
    }
}

img.is-centered {
    margin-left: auto;
    margin-right: auto
}


.modal.has-overflow {
    position: fixed !important;
    overflow: auto !important;
}

    .modal.has-overflow .modal-background {
        position: fixed !important;
    }

    .modal.has-overflow .modal-content, .modal.has-overflow .modal-card, .modal.has-overflow .modal-card-body {
        overflow: visible !important;
    }


.help-panel {
    position: fixed;
    right: 0px;
    top: 60px;
    width: 260px;
    height: 0px;
    background: #333;
    transition: right 0.3s linear 0s;
}


.missing-info-alert {
    position: fixed;
    bottom: 30px;
    transition: all .5s ease-in-out;
    opacity: 0.85;
}

@media screen and (min-width: 769px) {
    .missing-info-alert {
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .missing-info-alert {
        right: 20px;
        left: 20px;
    }
}



.columns.is-no-margin-bottom:last-child {
    margin-bottom: 0;
}



.bolton-navbar-item {
    padding: 0.2rem 0.5rem !important;
}


.center-image-in-div {
    display: block;
    margin: auto;
}

.demo-watermark-background {
    position: fixed;
    z-index: 10;
    background: 0 0;
    display: block;
    height: 40px;
    width: 100%;
    bottom: 0;
    vertical-align: middle;
}

.demo-watermark {
    color: red;
    font-size: 30px;
}
