@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

#searchoptions {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#command-left {
    float: left;
}

#command-right {
    float: right;
}

#bar_date {
    padding-left: 10px;
}

#pager {
    text-align: center;
    margin-top: 4px;
}

.pnlink {
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
}

.pnlink:hover {
    background-color: lightgray;
}

.empty-data {
    text-align: center;
    background: red none repeat scroll 0 0;
    color: white;
    padding: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 4px;
    border: 2px solid black;
}

.navbar-brand img {
    width: 140px;
}

/* #brander {
    font-family: 'Bangers', cursive;
} */

.cdate {
    max-width: 120px !important;
    overflow-x: hidden;
    margin-left: 10px;
}

.cinfo {
    max-width: 120px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 10px;
}

.ctruck {
    max-width: 120px !important;
    overflow-x: hidden;
    padding-left: 5px;
}

.ccont {
    max-width: 220px !important;
    overflow-x: hidden;
}

.ccontimg {
    max-width: 220px !important;
    overflow-x: hidden;
}

.cholder {
    max-width: 150px !important;
    overflow-x: hidden;
}

.cimg {
    max-height: 100px;
    max-width: 150px;
}

.seprat {
    border-bottom: 2px solid grey;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
}

.details {
    padding-top: 5px;
}

.wagon {
    background: black;
    color: white;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid gray;
    display: inline-block;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Ubuntu Mono';
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
}

.wagon p {
    /* background: black; */
    color: white;
    /* border-radius: 2px; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    /* border: 2px solid gray; */
    /* display: inline-block; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Ubuntu Mono';
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

.wagon:not([data-valid="true"]) {
    background-color: white;
    color: black;
}

.wagon:not([data-valid="true"]) p {
    background-color: white;
    color: black;
}

.plate {
    background: #F0B504 none repeat scroll 0 0;
    color: black;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid black;
    display: inline-block;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Ubuntu Mono';
    font-weight: bold;
    font-size: 1.2em;
}

.plate:not([data-valid="true"]) {
    background: #ffffff none repeat scroll 0 0;
}

.cntr-all {
    display: inline-flex;
    margin-bottom: 2px;
    margin-top: 2px;
    /* font-family: Impact; */
    /* font-family:Rockwell Extra Bold; */
    font-family: 'Roboto Mono';
    /* font-size: 22px; */
    width: 190px;
    font-weight: bolder;
    font-size: 1.0em;
    flex-wrap: wrap;
    justify-content: center;
}

.cntr-id {
    display: flex;
    flex-direction: row;
}

.cntr-digit {
    border: 2px solid black;
    /* -webkit-user-select: none; */
    border-radius: 2px;
    background-color: green;
    color: white;
    letter-spacing: 4px;
    padding-inline-start: 4px;
}

.cntr-digit:not([data-valid="true"]),
.cntr-check:not([data-valid="true"]) {
    background-color: white;
    color: black;
}

.cntr-check {
    border: 2px solid black;
    /* -webkit-user-select: none; */
    border-radius: 2px;
    letter-spacing: 4px;
    background-color: green;
    color: white;
    padding-inline-start: 4px;
    margin-left: 2px;
}


.row[data-valid="false"]::before {
    content: "!";
    color: red;
    font-size: 2em;
    position: absolute;
}

.row[data-direction="OUT"][data-valid="false"]::before {
    content: "!" url('https://api.iconify.design/mdi:location-exit.svg?color=%23730909&rotate=180deg&height=24');
    vertical-align: -0.125em;
    margin-left: -0.1em;
    color: red;
    font-size: 2em;
    position: absolute;
}

.row[data-direction="OUT"][data-valid="true"]::before {
    content: "!" url('https://api.iconify.design/mdi:location-exit.svg?color=%23730909&rotate=180deg&height=24');
    vertical-align: -0.125em;
    margin-left: -0.1em;
    color: transparent;
    font-size: 2em;
    position: absolute;
}

.row[data-direction="IN"][data-valid="false"]::before {
    content: "!" url('https://api.iconify.design/mdi:location-enter.svg?color=%232e5449&height=24');
    vertical-align: -0.125em;
    margin-left: -0.1em;
    color: red;
    font-size: 2em;
    position: absolute;
}

.row[data-direction="IN"][data-valid="true"]::before {
    content: "!" url('https://api.iconify.design/mdi:location-enter.svg?color=%232e5449&height=24');
    vertical-align: -0.125em;
    margin-left: -0.1em;
    color: transparent;
    font-size: 2em;
    position: absolute;
}

.cntr-iso {
    border: 2px solid black;
    border-radius: 2px;
    background-color: white;
    letter-spacing: 4px;
    padding-inline-start: 4px;
    margin-left: 2px;
    margin-top: 6px;
}

.wagon:empty {
    display: none;
}

.cntr-check:empty {
    display: none;
}

.cntr-digit:empty {
    display: none;
}

.cntr-iso:empty {
    display: none;
}

.liner {
    width: 100%;
    height: 10px;
    border-bottom: 5px solid #073b4c;
    margin-bottom: 4px;
}

.plate:empty {
    display: none;
}

.other {
    text-align: center;
    /* margin-top: -20px; */
}

.adrun {
    font-family: 'Ubuntu Mono';
    font-weight: bold;
    font-size: 1.2em;
    /* max-width: 100px; */
    margin-left: 18px;
    margin-right: 35px;
    color: black;
}

.adr-hin {
    border: 2px solid black;
    border-bottom: 1px solid black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgb(245, 89, 32);
    min-width: 65px;
    max-width: 70px;
}

.adr-un {
    border: 2px solid black;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(245, 89, 32);
    min-width: 65px;
    max-width: 70px;
}

.adrun:not([data-valid="true"]) .adr-un {
    background-color: white;
    color: black;
}

.adrun:not([data-valid="true"]) .adr-hin {
    background-color: white;
    color: black;
}

.adrlabel {
    max-width: 100px;
}

.adrlabelimage {
    max-width: 100px;
}

.playbutton {
    max-width: 30px;
    font-size: 1.5em;
    vertical-align: middle;
}

#thumbnailSliderHide {
    display: none;
}

.xlane-filtered {
    border: 3px solid red !important;
    box-shadow: 2px 2px 2px 2px rgba(240, 52, 52, 0.4) !important;
}

.transparant {
    background-color: transparent !important;
}

#navtop {
    /* background: #55b4d4 !important; */
    /* Base color */
    background: #073b4c !important;
}

#navtop div {
    /* background: #55b4d4 !important; */
    /* Base color */
    /* background: #073b4c !important; */
}

/*
    DEMO STYLE
*/

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.datepicker table tr td.old {
    /* Base Color */
    /* color: #427687 !important; */
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /* background: #55b4d4 !important; */
    /* Base color */
    background: #073b4c !important;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 75vw;
    max-width: 75vw;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    color: white;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    /* background: #55b4d4 !important; */
    /* Base color */
    background: #073b4c !important;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    border-bottom: 1px solid #47748b;
}

#sidebar ul.components ul.components {
    /* padding: 20px 0; */
    border-bottom: 1px solid #47748b;
    /* border-bottom: 1px solid red; */
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    /* color: #7386D5; */
    /* color: #55b4d4;
    color: rgb(161, 164, 167) !important; */
    /* TODO: Change this one? */
    background: #fff;
}

#timeHolder {
    width: 180px;
    left: 16%;
}

.myTimeInput {
    width: 45px;
    text-align: center;
    padding: 1px;
    flex: none !important;
}

.myTimeColon {
    width: 30px;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    flex: none !important;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#locations li.active a:hover {
    color: rgb(161, 164, 167) !important;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    /* background: #55b4d4 !important; */
    /* Base color */
    background: #073b4c !important;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    /* background: #55b4d4 !important; */
    /* Base color */
    background: #073b4c !important;
}

#locations {
    margin: 0;
}

#locations li a {
    color: rgb(161, 164, 167) !important;
}

#locations li.active a {
    color: #fff !important;
}

#topbar li a {
    color: rgb(161, 164, 167) !important;

}

#locations li.active a ul li a {
    /* color: red !important; */
}


#topbar li.active a {
    color: #fff !important;
}

.colMinWidth {
    min-width: 220px !important;
}

@media only screen and (min-width: 769px) {

    /* .btn.btin-info {display: none;}; */

    #sidebarCollapse1 {
        display: none;
    }

    #sidebarCollapse2 {
        display: none;
    }

    /* #headerSuperSmall {
        display: none;
    } */

    .breakFlex {
        display: none;
    }

    .breakFlexSuperSmall {
        display: none;
    }

}

@media only screen and (min-width: 454px) and (max-width: 768px) {

    /* .btn.btin-info {display: none;}; */
    #sidebarCollapse1 {
        display: block;
    }

    #sidebarCollapse2 {
        display: none;
    }

    /* #headerExplainHideWhenSmall {
        display: none !important;
    } */

    #command-left {
        margin-left: -30px;
    }

    #command-right {
        margin-right: -25px;
    }

    #commands {
        padding-bottom: 15px;
    }

    .marginTopSmall {
        margin-top: 25px;
    }

    .breakFlex {
        flex-basis: 100%;
        height: 0;
    }

    .breakFlexSuperSmall {
        display: none;
    }

    .centerNotBig {
        margin-left: 45%;
    }

    .hideWhenSmall {
        display: none !important;
    }


    /* .customOverflow {
        flex-wrap: wrap;
    } */

}

@media only screen and (max-width: 453px) {

    #sidebarCollapse1 {
        display: none;
    }

    #sidebarCollapse2 {
        display: block;
    }

    #headerSuperSmall {
        display: flex;
        justify-content: space-between;
        width: inherit;
    }

    #thumbnailCheckbox {
        display: none;
    }

    #command-left {
        margin-left: -30px;
    }

    #command-right {
        margin-right: -25px;
    }

    #commands {
        padding-bottom: 15px;
    }

    .marginTopSuperSmall {
        margin-top: 25px;
    }

    /* #headerExplainHideWhenSmall {
        display: none !important;
    } */

    .noPaddingWhenSuperSmall {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
    }

    .centerNotBig {
        margin-left: 30%;
    }

    .hideWhenSuperSmall {
        display: none !important;
    }

    .breakFlex {
        flex-basis: 100%;
        height: 0;
    }

    .breakFlexSuperSmall {
        flex-basis: 100%;
        height: 0;
    }

    .centerContainerSuperSmall{
        margin-left: 25%;
    }

}

@media only screen and (max-width: 880px) {
    #command-left .superadmin {
        display: none !important;
    }
}

#headerSuperSmall {
    display: flex;

}

/* .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #55b4d4;
    border-color: #55b4d4;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #55b4d4;
    border-color: #55b4d4;
    border-radius: 10px;
} */

.wagon {
    margin-top: 5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    /* right: 20px; */
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
    /*background: #041d25; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;

    min-height: 100vh;
    transition: all 0.3s;
}

.border {
    border: 2px solid #073b4c !important;
    padding: 12px;
    padding-top: 13px !important;
    margin: 6px;
    margin-top: 13px !important;
    border-radius: 4px;
}

.checkbig {
    transform: scale(1.2);
}

.inwi {
    width: 90% !important;
    margin-top: 20px;
    margin-left: 10px;
}

/* .popover{
    max-width: 100%; 
} */

.infotoggle {
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
    margin-right: 6px;
    cursor: help;
}

button.tbtn.collapsed:before {
    content: '+';
    display: inline-block;
    width: 15px;
}

button.tbtn:before {
    content: '-';
    display: inline-block;
    width: 15px;
}

.expander {
    margin: 10px;
}

.hidden {
    display: none;
}

.custom-file-input~.custom-file-label::after {
    content: "Choose file";
    color: white;
    background-color: blue;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse1 span {
        display: none;
    }
}

#trigger1Select:hover,
#trigger2Select:hover,
#trigger3Select:hover {
    cursor: pointer;
}

#trigger2 {
    display: none;
}

#trigger3 {
    display: none;
}

.parent_whitelist,
.parent_blacklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-content: center;
}

.div1_whitelist,
.div1_blacklist {
    grid-area: 1 / 1 / 2 / 3;
}

.div2_whitelist,
.div2_blacklist {
    grid-area: 2 / 1 / 3 / 2;
}

.div3_whitelist,
.div3_blacklist {
    grid-area: 2 / 2 / 3 / 3;
}

.div4_whitelist,
.div4_blacklist {
    grid-area: 3 / 1 / 4 / 2;
}

.div5_whitelist,
.div5_blacklist {
    grid-area: 3 / 2 / 4 / 3;
}

.div6_whitelist,
.div6_blacklist {
    grid-area: 4 / 1 / 5 / 2;
}

.div7_whitelist,
.div7_blacklist {
    grid-area: 4 / 2 / 5 / 3;
}

#limit-current {
    /* width: 50px; */
    /* height: 25px; */
    /* padding: 0px; */
    padding: 3px 6px 3px 6px;
    margin-top: -10px;
    margin-left: -20px;
    background-color: lightgray;
    border: 2px solid gray;
    border-radius: 8px;
    color: black;
}

#limit-current:focus {
    /* width: 50px; */
    /* height: 25px; */
    /* padding: 0px; */
    margin-top: -10px;
    margin-left: -20px;
    background-color: lightgray;
    border: 2px solid gray;
    box-shadow: 0 4px 8px 0 rgba(75, 74, 74, 0.699), 0 4px 8px 0 rgba(75, 74, 74, 0.699);
    border-radius: 8px;
    color: black;
}

#extraDetailInfo .modal-dialog {
    min-width: 45vw;
    max-height: 90vh;
    overflow: auto;
    /* max-width: 45vw; */
}

#locationnameSearch {
    display: none;
}

.cAdminFlex {
    display: flex;
    gap: 5px;
}

#modalWhitelist {
    /* display: flex; */
}

.whiteListModalFlex {
    display: flex;
    /* background-color: red; */
}
.whiteListModalFlex :first-child {
    margin-right: auto !important;
    margin-left: 0px !important;
}
.whiteListModalFlex button, #fileLicenseWhitelist2 {
    margin: 0 0 0 10px;
}

#fileLicenseWhitelist2 {
    height: 100%;
}

#customerData{

}

#location1 {
    /* display: flex; */
}

.primaryLocationOption {
    font-size: 20px;
    /* margin-left: 50px; */
}

.primaryLocationRadio {
    /* font-size: 30px; */
    margin-left: 50px;
    border-width: 2px;
    width: 25px;
    height: inherit;
    border-color: blue;
}