html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.color-deepblue {
    background-color: #2D2D6B !important;
    border-color: #2D2D6B !important;
}

.space-between {
    justify-content: space-between !important;
}

.sidebar-icon:hover {
    background: #F02429 !important;
}

.sidebar-icon:active {
    background: #bf1d38 !important;
}

.sidebar-icon-driver {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/truck-fill-transport.png") center/contain no-repeat;
    mask: url("../Icons/truck-fill-transport.png") center/contain no-repeat;
}

.sidebar-icon-home {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/home.png") center/contain no-repeat;
    mask: url("../Icons/home.png") center/contain no-repeat;
}

.sidebar-icon-route {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/route.png") center/contain no-repeat;
    mask: url("../Icons/route.png") center/contain no-repeat;
}

.sidebar-icon-tracking {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/map.png") center/contain no-repeat;
    mask: url("../Icons/map.png") center/contain no-repeat;
}

.sidebar-icon-user {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/user-circle.png") center/contain no-repeat;
    mask: url("../Icons/user-circle.png") center/contain no-repeat;
}

.sidebar-icon-leave {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/session-leave.png") center/contain no-repeat;
    mask: url("../Icons/session-leave.png") center/contain no-repeat;
}

.sidebar-icon-settings {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/settings.png") center/contain no-repeat;
    mask: url("../Icons/settings.png") center/contain no-repeat;
}

.sidebar-icon-company {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/buildings.png") center/contain no-repeat;
    mask: url("../Icons/buildings.png") center/contain no-repeat;
}

.sidebar-icon-active {
    background: #F02429 !important;
}

.big-icon-users {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/users.png") center/contain no-repeat;
    mask: url("../Icons/users.png") center/contain no-repeat;
}

.big-icon-companies {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: #999999;
    -webkit-mask: url("../Icons/buildings.png") center/contain no-repeat;
    mask: url("../Icons/buildings.png") center/contain no-repeat;
}

.icon-edit {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    -webkit-mask: url("../Icons/edit.png") center/contain no-repeat;
    mask: url("../Icons/edit.png") center/contain no-repeat;
}

.icon-finish {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    -webkit-mask: url("../Icons/finish.png") center/contain no-repeat;
    mask: url("../Icons/finish.png") center/contain no-repeat;
}

.icon-external {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../Icons/external.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-whatsapp {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../Icons/whatsapp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-truck {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: red;
    -webkit-mask: url("../Icons/truck-fill-transport.png") center/contain no-repeat;
    mask: url("../Icons/truck-fill-transport.png") center/contain no-repeat;
}

.icon-warning-outline {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../Icons/warning-outline.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-critical-outline {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../Icons/critical-outline.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.truck-tag {
    width: auto;
    height: auto;
}

.tag-text {
    font-size: 10px;
    line-height: 1.1 !important;
}

.w-truck {
    width: 22px;
}

.icon-routes {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    -webkit-mask: url("../Icons/map.png") center/contain no-repeat;
    mask: url("../Icons/map.png") center/contain no-repeat;
}

.icon-delete {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    -webkit-mask: url("../Icons/trash-delete-bin.png") center/contain no-repeat;
    mask: url("../Icons/trash-delete-bin.png") center/contain no-repeat;
}

.icon-restore {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    -webkit-mask: url("../Icons/restore.png") center/contain no-repeat;
    mask: url("../Icons/restore.png") center/contain no-repeat;
}

.page {
    width: 100%;
    height: 100%;
}

.a-card {
    all: unset;
    cursor: pointer;
}
.a-card:hover {
    color: black;
}

th {
    color: #454545 !important;
    border-bottom-color: #454545 !important;
}

.btn-main {
    color: white !important;
    background-color: #2D2D6B !important;
    border-color: #403ecf !important;
}

.btn-sec {
    color: white !important;
    background-color: #bf1d38 !important;
    border-color: #F02429 !important;
}

.btn-success {
    color: white !important;
    background-color: #29A74F !important;
    border-color: #37E06A !important;
}

#map, #editMap {
    height: 100%;
    min-height: 475px;
    width: 100%;
}

#mapTrack {
    height: 100%;
    min-height: 480px;
    width: 100%;
}

img.hueRed {
    filter: hue-rotate(120deg);
}

img.hueGreen {
    filter: hue-rotate(300deg);
}

img.hueOrange {
    filter: hue-rotate(180deg);
}

/*#mapSearchContainer {
    position: fixed;
    top: 20px;
    right: 40px;
    height: 30px;
    width: 180px;
    z-index: 110;
    font-size: 10pt;
    color: #5d5d5d;
    border: solid 1px #bbb;
    background-color: #f8f8f8;
}*/

#mapTrackContainer {
    height: 100%;
    width: 100%;
}

#mapContainer {
    /*height: 100%;*/
}

.flex-basis-0 {
    flex-basis: 0px;
}

.form-check-input:checked {
    background-color: #2D2D6B;
    border-color: #2D2D6B;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #2D2D6B !important;
}

.custom-navbar {
    height: 4em;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.nav-shadow-right-bottom {
    box-shadow: 0 0 1px 0px lightgrey;
    clip-path: inset(0px -1px -1px 0px);
}

.content-offset {
    padding-top: 4em;
    padding-left: 0px;
}

.logo {
    height: 100%;
    width: 4em;
}

.searchbox {
    max-width: 100%;
}

.stopCard:hover {
    background-color: #e2e3e5 !important;
}

.hideOnMobile {
    display: none;
}

.bg-mobile {
    background: url(../Icons/LoginRotaSysTrucks.png) no-repeat center center fixed;
}

.opacity-mobile {
    backdrop-filter: opacity(80%);
    background-color: rgba(255, 255, 255, 0.2)
}

tr[data-id] {
    cursor: pointer
}

.confirmPrompt {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.confirmPrompt-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.inline {
    display: inline;
}

.pageTitle:hover {
    text-decoration: underline;
}


.a-unset {
    text-decoration: none;
    color: inherit;
}

.a-underlined {
    text-decoration: underline !important;
}

.a-unset:hover {
    color: inherit;
}

.a-forgotPw {
    color: #1F277D;
    font-size: 14px;
}

.a-forgotPw:hover {
    color: #403ecf;
}

.fs-xs {
    font-size: 11px;
}

.fs-12px {
    font-size: 12px;
}

.h-main {
    height: 80%;
}

.btn-xs {
    padding: 2px;
}

.circle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2D2D6B;
}

.circle-mini {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid white;
    background: #2D2D6B;
}

.circle-sm {
    margin-top: 125%;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.triangle-up {
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 17px solid white;
    position: relative;
}

.triangle-up::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #2D2D6B;
}

.square {
    width: 15px;
    height: 15px;
    background: #2D2D6B;
    border: 1px solid white;
}

.fa-secondary-thin {
    -webkit-text-stroke: 1px #6c757d;
}

.warning {
    color: darkorange;
    background: darkorange;
}

.critical {
    color: #F02429;
    background: #F02429;
}

.table-wrapper {
    max-height: 120px;
    overflow: auto;
    display: inline-block;
}

.table-wrapper-lg {
    max-height: 360px;
    overflow: auto;
    display: inline-block;
}

td.xsmall {
    width: 15px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}
/*scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

@media only screen and (min-width: 992px) {
    .custom-navbar {
        height: 100%;
        width: 4em;
        position: fixed;
    }

    .content-offset {
        padding-left: 4em;
        padding-top: 0px;
    }

    .logo {
        height: 4em;
        width: 100%;
    }

    .hideOnMobile {
        display: block;
    }

    .bg-mobile {
        background: white;
    }

    .opacity-mobile {
        backdrop-filter: none;
    }
}