:root {
    --roadsign-blue: #1700ff;
    --roadsign-blue-80: rgba(23, 0, 255, 0.8);
    --roadsign-blue-30: rgba(23, 0, 255, 0.3);
    --roadsign-blue-10: rgba(23, 0, 255, 0.1);
    --midnight-blue: #070054;
    --asphalt-light: #f2f2f2;
    --asphalt-grey-1: #606060;
    --asphalt-grey-2: #dcdcdc;
    --ice-blue: #00e6ff;
    --signal-black: #000000;
    --signal-red: #ff4400;
    --signal-purple: #7e1e8e;
    --signal-pink: #b22d55;
    --signal-green: #00a100;
    --signal-orange: #ff9200;
    --signal-yellow: #ffde31;
    --lots-green: #00a45f;
    --lots-green-2: #81fbae;
    --lots-dark-green: #224e32;
    --lots-dark-green-2: #37764b;
    --lots-grey: #545961;
    --lots-blue: #4277bd;
    --lots-blue-2: #94acd3;
    --lots-dark-blue: #273b5b;
    --lots-dark-blue-2: #3c5889;
    --col-sm-width: 576px;
    --col-md-width: 768px;
    --col-lg-width: 992px;
    --col-xl-width: 1200px;
    --col-xxl-width: 1600px;
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: 400;
    src: url("./Fonts/SimplonBPRegular.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: bold;
    src: url("./Fonts/SimplonBP-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-style: italic;
    src: url("./Fonts/SimplonBPRegular-Italic.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: 300;
    src: url("./Fonts/SimplonBP-Light.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: 300;
    font-style: italic;
    src: url("./Fonts/SimplonBP-LightItalic.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: 500;
    src: url("./Fonts/SimplonBP-Medium.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBP';
    font-weight: 500;
    font-style: italic;
    src: url("./Fonts/SimplonBP-MediumItalic.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBPMono';
    src: url("./Fonts/SimplonBPMono-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBPMono';
    font-weight: bold;
    src: url("./Fonts/SimplonBPMono-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'SimplonBPMono';
    font-style: italic;
    src: url("./Fonts/SimplonBPMono-RegularItalic.woff2") format("woff2");
}

a, p, div, span, h1, h2, h3, h4, h5, h6, select, option, input, li, ul, button, ol {
    font-family: "SimplonBP";
}

strong {
    font-weight: 700;
}

body {
    background-color: var(--asphalt-light);
}

h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.action-link {
    color: #1700ff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

    .action-link + .action-link {
        margin-top: 6px;
    }

.disabled-link {
    pointer-events: none;
    color: var(--asphalt-grey-1) !important;
}

.text-error {
    color: #f40;
}

.font-size-14 {
    font-size: 14px;
}

.bold-text {
    font-weight: 700;
}

* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    /* line-height:1; */
    height: 100%;
    min-height: 100%;
    padding-bottom: 0;
}

ol, ul {
    list-style: none;
    padding: 0;
}

*:focus {
    border-style: none !important;
}

* {
    /* box-sizing: border-box; */
}

hr {
    border: none !important;
    margin: 12px;
    margin-left: 0;
    margin-right: 0;
    height: 1px;
    background-color: var(--asphalt-grey-1);
}

.grow-1 {
    flex-grow: 1;
}

.float-left {
    float: left;
}

.full-height {
    height: 100%;
}

.width-50 {
    width: 50%;
}

.full-width {
    width: 100%;
}

.full-width-important {
    width: 100% !important;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0
}

.overflow-visible {
    overflow: visible;
}

.white-background {
    background-color: #fff;
}

.f-500 {
    font-weight: 500;
}

.m-b-8 {
    margin-bottom: 8px;
}

.site-clickable:hover {
    cursor: pointer;
}

.margin-top {
    margin-top: 12px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-bottom {
    margin-bottom: 12px;
}

.margin-left {
    margin-left: 12px;
}

.margin-right {
    margin-right: 12px;
}

.padding-top {
    padding-top: 12px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-bottom {
    padding-bottom: 12px;
}

.padding-left {
    padding-left: 12px;
}

.padding-right {
    padding-right: 12px;
}

.padding {
    padding: 12px;
}

.padding-6 {
    padding: 6px !important;
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
}

.flex-column {
    display: flex;
    flex-flow: column nowrap;
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-left {
    align-items: center;
}

.align-right {
    align-items: center;
}

.text-center {
    text-align: center;
}

.flex-grow-08 {
    flex-grow: 0.8;
}

.wrap {
    flex-wrap: wrap;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vh-100 {
    height: calc(100vh - 24px);
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.dotted-list {
    margin-left: 20px;
}

    .dotted-list > li {
        list-style-type: disc;
    }

.z-index-5 {
    z-index: 5;
}

.z-index-10 {
    z-index: 10;
}

.pointer {
    cursor: pointer;
}

.gap-20 {
    gap: 20px;
}

.gap-08 {
    gap: 0.8rem;
}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

input {
    display: inline-block;
    font-size: 1.2rem;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--asphalt-grey-2);
    border-radius: 4px;
}

    input:focus {
        outline: none !important;
        box-shadow: 0 0 10px #719ECE;
    }

::-webkit-scrollbar {
    position: absolute;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: var(--asphalt-light);
}

::-webkit-scrollbar-thumb {
    background: var(--asphalt-grey-1);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1700ff;
    }

.spinner-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .spinner-container.fullscreen {
        left: 0;
        position: absolute;
        top: 0;
        height: 100%;
    }

.spinner {
    width: 64px;
    height: 64px;
    margin: 24px auto;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-input-loader {
    margin: 24px auto;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes alert-blinker {
    50% {
        -webkit-box-shadow: inset 0px 0px 4px 2px var(--signal-red);
        -moz-box-shadow: inset 0px 0px 4px 2px var(--signal-red);
        box-shadow: inset 0px 0px 4px 2px var(--signal-red);
    }
}

.marker-position {
    bottom: -25px;
    left: 0;
    position: relative;
    background-color: rgba(255,255,255,0.6);
    padding: 2px 6px;
    border-radius: 4px;
}

.vehicle-marker-label {
    bottom: unset;
    left: unset;
    transform: translateX(50%);
    background-color: white;
}

.alert-vehicle-marker-label {
    bottom: unset;
    left: unset;
    transform: translateX(50%);
    background-color: white;
    animation: alert-blinker 2s ease-in infinite;
}

.well {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin: 0;
    padding: 20px;
    overflow-x: visible
}

.sidebar-title {
    margin: 12px 0;
}

.standard-root {
    padding: 12px;
    height: 100%;
}

.spinner-color-white {
    border: 4px solid transparent;
    border-top: 4px solid white;
    border-left: 4px solid white;
    border-right: 4px solid white;
}
.spinner-color-standard {
    border: 4px solid transparent;
    border-top: 4px solid var(--roadsign-blue);
    border-left: 4px solid var(--roadsign-blue);
    border-right: 4px solid var(--roadsign-blue);
}