/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(88,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-1'
(104,17): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-2'
(312,21): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-2'
(329,21): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-2'
(334,21): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-3'
(433,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(478,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(589,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(595,26): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-3'
(734,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-1'
(738,21): run-time error CSS1039: Token not allowed after unary operator: '-additional-orange-2'
(746,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-pinkish-orange'
(939,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(951,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-green-1'
(964,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-yellow'
(976,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-pinkish-orange'
(988,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-2'
(989,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-3'
(993,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-black'
(998,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-black'
(1003,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-1'
(1007,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-2'
(1016,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-1'
(1020,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-1'
(1025,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-black'
(1047,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1051,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray-2'
(1052,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-gray-3'
(1056,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-yellow'
(1061,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-pinkish-orange'
(1065,28): run-time error CSS1039: Token not allowed after unary operator: '-additional-green-1'
(1097,54): run-time error CSS1039: Token not allowed after unary operator: '-brand-black'
(1111,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-black'
(1125,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1312,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1320,34): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1323,36): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1351,22): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1352,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
(1360,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-blue'
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);

:root {
    --brand-black: #12203b;
    --brand-blue: #5187e9;
    --brand-pinkish-orange: #f06868;
    --brand-brown: #c38800;
    --brand-green-1: #67ce97;
    --brand-violet: #922ae3;
    --brand-gray-1: #6a768a;
    --brand-green-2: #2ad24f;
    --brand-gray-2: #5c6060;
    --brand-bluish-green: #115e67;
    --additional-orange: #ff8d12;
    --additional-orange-2: #e07400;
    --additional-yellow: #ffbb12;
    --additional-gray-1: #d7d7d7;
    --additional-gray-2: #33373e;
    --additional-gray-3: #dfe2e5;
    --additional-green-1: #36a66a;
}

body,
button,
input,
select,
textarea {
    font-family: "Titillium Web", sans-serif;
}

.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: 1px solid var(--additional-gray-1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    font-family: inherit;
    background: #f7f9fb;
    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-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--additional-gray-2);
    -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.15rem;
    }

    .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,
.media-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,
    .media-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,
.media-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,
.vehicle-thumbnail {
    height: 100px;
}

@media screen and (max-width: 768px) {
    .inspection-vehicle-thumbnail,
    .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: 7px;
    background: #f7f9fb;
    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: #f7f9fb;
        background-image: none;
    }
        /* Remove IE arrow */
        .bolton-select select::-ms-expand {
            display: none;
        }

    .bolton-select select {
        flex: 1;
        padding: 0 3em 0 0.5em;
        color: var(--additional-gray-2);
        cursor: pointer;
        font-size: 1rem;
    }
    /* Arrow */
    .bolton-select::after {
        content: "\25BC";
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        background: #f7f9fb;
        cursor: pointer;
        pointer-events: none;
        -webkit-transition: 0.25s all ease;
        -o-transition: 0.25s all ease;
        transition: 0.25s all ease;
        color: var(--additional-gray-2);
        line-height: 2.5;
    }
    /* Transition */
    .bolton-select:hover::after {
        color: var(--additional-gray-3);
    }

.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: var(--brand-blue);
}

/* 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: var(--brand-blue);
}

/* 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 white;
    background: var(--brand-blue);
    margin-top: 10px;
    z-index: 9999;
}

    .timeline-marker.is-inactive {
        background: var(--additional-gray-3);
    }

.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);
    }
}

.is-pulse-small {
    animation: pulse-small 2s infinite;
}

@keyframes pulse-small {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.98);
    }
}

.bolton-fab {
    margin-left: auto;
    padding-top: 0px;
    z-index: 2;
}

.is-grow {
    transition: all 0.1s ease-in-out;
}

    .is-grow:hover {
        transform: scale(1.01);
    }

.is-grow-large {
    transition: all 0.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.is-darkgreen .icon {
        color: #36a66a;
    }

    .is-gallery.is-lightgreen .icon {
        color: #75bb43;
    }

    .is-gallery.is-gray .icon {
        color: var(--brand-gray-1);
    }

    .is-gallery.is-lightorange .icon {
        color: var(--additional-orange-2);
    }

    .is-gallery.is-darkorange .icon {
        color: #f57e20;
    }

    .is-gallery.is-red .icon {
        color: var(--brand-pinkish-orange);
    }

    .is-gallery.is-darkblue .icon {
        color: #65b2e8;
    }

    .is-gallery.is-lightblue .icon {
        color: #97caeb;
    }

.is-gallery-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(245, 245, 245, 1);
    display: block;
    padding: 1.25rem;
    color: #555555;
}

    .is-gallery-item:hover {
        color: #1a1a1a;
    }

.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 0.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;
}

.tabs li.is-active a {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}

.tab-content {
    display: none;
}

    .tab-content.is-active {
        display: block;
    }

.selectize-input item {
    border: solid 1px blue !important;
    padding: 10px !important;
}

.dataTables_filter input {
    margin-left: 10px;
}

.dataTables_length label {
    vertical-align: middle !important;
}

.dataTables_length .bolton-select {
    width: 80px;
    display: inline-flex;
    vertical-align: middle !important;
    margin: 0 10px;
}

.data-container {
    overflow-x: auto !important;
}

    .data-container.thin-top-spacer {
        margin-top: -10px !important;
    }

.dt-button-collection .dropdown-content a.dt-button:hover:not(.disabled) {
    background-color: #2f2f2f;
}

.widget-delete-container {
    position: fixed;
    bottom: 30px;
    width: auto;
    left: 60px;
    right: 60px;
    opacity: 0.85;
}

.navbar-link.is-arrow-hidden::after {
    content: none !important;
}

.button-disabed {
    opacity: 0.5;
    pointer-events: none;
}

.is-truncated {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-note {
    font-size: xx-small;
    white-space: pre;
    font-style: italic;
}

/* Bulma overrides */

.notification.is-danger {
    background-color: #f06868;
    color: #fff
}

.button.is-medium {
    font-size: 1.15rem;
}

.button.is-ghost {
    background-color: transparent;
    border: none;
}

.button.is-info {
    background-color: var(--brand-blue);
}

    .button.is-info:hover {
        background-color: #356682;
    }

    .button.is-info:active {
        background-color: #32566b;
    }

.button.is-success {
    background-color: var(--additional-green-1);
}

    .button.is-success:hover {
        background-color: #2c8a57;
    }

    .button.is-success:active {
        background-color: #257349;
    }

.button.is-warning {
    color: black;
    background-color: var(--additional-yellow);
}

    .button.is-warning:hover {
        background-color: #bf8c0d;
    }

    .button.is-warning:active {
        background-color: #bf8c0d;
    }

.button.is-danger {
    background-color: var(--brand-pinkish-orange);
}

    .button.is-danger:hover {
        background-color: #b23129;
    }

    .button.is-danger:active {
        background-color: #b23129;
    }

.button.is-light {
    color: var(--brand-gray-2);
    background-color: var(--additional-gray-3);
}

    .button.is-light:hover {
        color: var(--brand-black);
        background-color: #a7aeb8;
    }

    .button.is-light:active {
        color: var(--brand-black);
        background-color: #595f63;
    }

.button.is-white {
    color: var(--brand-gray-1);
}

.button.is-dark {
    background-color: var(--additional-gray-2);
    color:white;
}

.button {
    border-radius: 4px;
}

.label {
    color: var(--brand-gray-1);
}

.switch[type="checkbox"] + label {
    color: var(--brand-gray-1);
    padding-top: 0;
}

.navbar.is-dark {
    background-color: var(--brand-black);
}

    .navbar.is-dark,
    .navbar.is-dark > .container,
    .navbar.is-dark .navbar-brand {
        min-height: 5rem;
    }

        .navbar.is-dark .brand .brand-title {
            color: white;
        }

        .navbar.is-dark .navbar-link {
            padding-right: 0;
        }

.has-text-weight-bold {
    font-weight: 700 !important;
}

.tag:not(body).is-info {
    background-color: var(--brand-blue);
}

.tag:not(body).is-light {
    color: var(--brand-gray-2);
    background-color: var(--additional-gray-3);
}

.tag:not(body).is-warning {
    background-color: var(--additional-yellow);
    color: black;
}

.tag:not(body).is-danger {
    background-color: var(--brand-pinkish-orange);
}

.tag:not(body).is-success {
    background-color: var(--additional-green-1);
}

.dropdown.is-medium .tag {
    padding: 1.5em 2em;
}

@media screen and (max-width: 768px) {
    .fab {
        right: 16px;
        bottom: 16px;
    }
}

/* Custom classes */

.bolton-card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
    max-width: 100%;
    position: relative;
}

.blue-bolton-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-image: linear-gradient( -180deg, var(--brand-black) 0%, #2d5092 100% );
    z-index: 1;
}

.blue-bolton-overlay * {
    position: relative;
    z-index: 2;
}

.tag.has-padding, .button.has-padding {
    padding: 4px 32px;
}

.main-content-title {
    color: var(--brand-black);
    font-size: 1.5rem;
    padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
    .main-content-title {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
}

/* FontAwesome custom classes */

.fab.has-background-info {
    background-color: var(--brand-blue);
}

.error-label-important {
    color: red !important;
    position: absolute !important;
    margin-left:0.5em;
}

@media screen and (min-width: 765px) {
    .error-label-important {
        margin-top: 9em !important;
    }
}

/* Login Page */

.login-page {
    margin-top: -7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .login-page .bolton-card {
        max-width: 800px;
        display: flex;
        height: 80vh;
    }

    .login-page .login-page__column {
        padding: 32px 64px 32px 64px;
        flex-basis: 50%;
    }

        .login-page .login-page__column:last-child {
            background-image: url("/Content/images/login-banner.jpg");
            background-position: center center;
            background-size: cover;
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: column;
            color: white;
        }

    .login-page h3 {
        font-size: 24px;
    }

    .login-page .login-page__right-panel-title {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .login-page .login-page__logo {
        width: 136px;
        margin-bottom: 80px;
    }

    .login-page .login-page__logo_initial {
        width: 57px;
        margin-right: 16px;
        margin-top: 4px;
    }

@media screen and (max-width: 768px) {
    .login-page .bolton-card {
        flex-direction: column;
        height: 100vh;
        padding-top: 32px;
    }

    .login-page .login-page__column:first-child {
        flex-basis: 80%;
    }

    .login-page .login-page__column:last-child {
        flex-basis: 20%;
    }
}

/* *************** */

.checkbox-container {
    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 */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #36a66a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.coupon-container {
	border: 2px dashed #7c7c7c;
	border-radius: 10px;
	height:100%; 
	position: relative;
}

.coupon-background {
	height:auto; 
	width:auto; 
	max-height:100%; 
	opacity: 0.04;  
	position: absolute; 
	z-index: -1; 
	filter: grayscale(100%); 
	margin: auto; 
	left: 0; 
	right: 0; 
	top:0; 
	bottom:0;
}

 
.chat-message {
    color: white;
    padding: 18px 20px;
    font-size: 16pt;
    border-radius: 4px;
    margin-bottom: 100px;
    max-width: 80%;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

.chat-message-inbound {
    background-color: var(--brand-blue);
}

.chat-message-inbound:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid var(--brand-blue);
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid var(--brand-blue);
    left: 0px;
    top: -16px;
}

.chat-message-outbound {
    background: #dedede;
}

    .chat-message-outbound:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid #48c774;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #48c774;
        right: 0px;
        top: -16px;
    }


.chat-avatar-old {
    border-radius: 50%;
    width: 60px;
    height: 40x;
    padding: 10px;
    background: var(--brand-blue);
    border: 1px solid var(--brand-blue);
    color: #666;
    text-align: center;
    float: left;
    font: 32px Arial, sans-serif;
}

.chat-avatar {
    background-color: var(--brand-blue);
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    line-height: 2em;
    margin-right: 12px;
    text-align: center;
    width: 2em;
    font-size:1.5em;
}

.conversation-list-container {
    border-collapse: collapse;
    height: 80vh;
    overflow-y: auto;
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #f7f7f7;
    border-width: 1px;
    border-radius: 6px;
    padding: 0px;
}

.conversation-container {
    background-color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 2px;
    border-collapse: collapse;
    height: 80vh;
    overflow-y: auto;
    display: table-cell;
    vertical-align: bottom;
    flex-flow: column nowrap;
}


.search-container {


}


.message-textarea {
    margin-bottom: 6px;
    border: none;
    background-color: #f7f7f7;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ececec;
    padding: 6px;
}


.messaging-window {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    border: 1px solid #dfe2e5;
    background-color: white;
    width: 60%;
    height: 100%;
    padding: 12px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

@media screen and (max-width: 768px) {
    .messaging-window {
        position: fixed;
        bottom: 0;
        right: 0;
        border: 1px solid #ececec;
        background-color: white;
        width: 100%;
        padding: 12px;
        box-sizing:border-box;
    }
}

.messaging-window.ui-resizable {
    position: fixed;
}

@media screen and (max-width: 768px) {
    .messaging-window.ui-resizable {
        position: absolute;
    }
}

