﻿

.ToolBarMultiView {
    background-image: url("/resources/chicaneuiimages/maintabbar/multiview.png");
}

/* Flashing color animation */
@keyframes flashColors {
    0% {
        color: red;
    }

    25% {
        color: orange;
    }

    50% {
        color: yellow;
    }

    75% {
        color: green;
    }

    100% {
        color: blue;
    }
}
#TrackerSettingsContent {
    height: calc(100% - 40px);
}
#FootageTimeBar.dragging {
    cursor: grabbing;
}

.jconfirm-content-pane {
    max-height: 400px !important;
}
/*#FootageTimeBar {
    cursor: grab;
}*/
.dataexport {
    float: left;
    width: 150px;
    height: 80px;
    text-align: center;
    border: solid 1px var(--surface-2);
    border-radius: 10px;
    padding: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: var(--MainAccentColor);
}

@media print {
    /* Force black text and white background for EVERYTHING */
    * {
        color: #000000 !important;
        background: #ffffff !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
    }

    /* If you only want to print one section */
    body * {
        visibility: hidden !important;
    }

    #vcprintarea,
    #vcprintarea * {
        visibility: visible !important;
    }

    #vcprintarea {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
    }

    /* Fix any hidden elements caused by frameworks */
    [style*="color: white"],
    [style*="color:#fff"],
    [style*="color:#ffffff"] {
        color: #000000 !important;
    }

    /* Ensure map and images show up */
    iframe, canvas, img {
        visibility: visible !important;
        display: block !important;
    }
}


.MarkerCount {
    position: absolute;
    right: 115px;
    top: 115px;
    z-index: 9;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 5px;
    border-radius: 5px;
}

.mapmarkerhisticon {
    width: 15px;
    height: auto;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    position: absolute; /* if every marker uses this */
    transform: translate(-50%, -50%);
}

    .mapmarkerhisticon img {
        height: 15px;
        object-fit: contain;
    }



.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--surface) !important;
    border: 1px solid var(--surface-3) !important;
    font-family: system-ui;
}

.select2-search--dropdown {
    background-color: #FFF;
    color: black;
}

.select2-search__field {
    background-color: #FFF;
    color: black;
}

.select2-selection__choice__display {
    color: var(--text-muted);
    font-size: 14px;
}




.select2-results {
    background-color: #FFF;
    color: black;
}

.box {
    border: 1px solid #333;
    padding: 4px;
    /* width: 300px; */
    position: relative;
    /* margin: 20px;*/
    margin-right: 5px;
}

.box-title {
    position: absolute;
    top: -12px; /* Position title above the border */
    left: 10px; /* Horizontal position inside the box */
    background: var(--surface-2); /* Background to hide overlapping border */
    padding: 0 5px; /* Padding around the text */
    font-weight: bold; /* Make the title bold */
}

.netmessage {
    color: #95c942 !important; /* Color after change */
}
/* Class to apply flashing colors */
.flashing {
    animation: flashColors 1s infinite;
}

.ToolBarFont {
    color: var(--text);
    font-size: 33px;
}

.ContextMenuDeviceFont {
    color: var(--ContextMenuColor);
    font-size: 17px;
}

.StatusBarFont {
    color: var(--StatusIconsColor);
    font-size: 17px;
    float: left;
    margin-right: 10px;
}

.GTAssetNameDiv {
    line-height: 20px;
    min-height: 20px;
}

#acceldata {
    float: left;
    color: #555;
    position: absolute;
    bottom: 25px;
    left: 5px;
    z-index: 8;
    width: calc(100% - 64px);
    background-color: whitesmoke;
    height: 225px;
    border: 1px solid var(--GTDialogBorder);
}

#accelerometerGraph {
    display: block;
    width: 100%;
    height: 100%;
}

.GTAssetNameDivPlate {
    border: solid 2px black;
    background: #FAD607;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    color: black;
    line-height: 20px;
    min-height: 20px;
}

.ShowBlock {
    display: block !important;
}


.devlistmobilebutton {
    display: none;
    position: relative;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 2px;
    margin-top: 67px;
}

.devicetacho {
    width: 100%;
    float: left;
    height: 17px;
}

.displayNoneWhenEmpty:empty {
    display: none;
}


.devicestats {
    width: 100%;
    float: left;
    line-height: 20px;
}

.deviceio {
    width: 100%;
    float: left;
}




.devicetemp {
    width: 100%;
    float: left;
}


.farepsched {
    color: var(--text);
    font-size: 18px;
    float: right;
    margin-right: 7px;
}

.subprop {
    color: var(--MainAccentColor);
    font-size: 18px;
}

.FontColorRed {
    color: red;
}

.faclose {
    float: right;
    font-size: 25px;
    color: var(--FACloseColor);
}

    .faclose:hover {
        float: right;
        font-size: 25px;
        color: var(--FACloseColor);
    }
#PrevSyncDialogContents {
    height: calc(100% - 30px);
}
.PrevSyncDialogContents{
    height:calc(100% - 55px);
    overflow:auto;
}
.mainmenuFont {
    color: var(--mainmenuColor);
    font-size: 48px;
    /*margin-left: 20px;
    margin-top: 10px;*/
    width: 41px;
    text-align: center;
}

.markerlabelsplate {
    color: #555555;
    background-color: #fad607;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    padding: 1px;
    border: 2px solid #333;
    box-sizing: border-box;
    white-space: nowrap;
}

.markerlabels {
    color: #555555;
    background-color: #FCFCEE;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #999;
    box-sizing: border-box;
    white-space: nowrap;
}

.markerlabels-selectedplate {
    color: var(--TextOverMain);
    background-color: var(--MainColor);
}

.markerlabels-selected {
    color: var(--TextOverMain);
    background-color: var(--MainColor);
}

html {
    width: 100%;
    height: 100%;
}

.fleeteffsvgback {
    /*fill: #555555;*/
}

.btn-blue {
    background-color: var(--ButtonColor) !important;
}

body {
    font-family: Tahoma;
    font-size: small;
    width: 100%;
    background-color: var(--bg);
    height: 97%;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ReportSelected {
    background: var(--main-gradient-soft);
    color: var(--text-over-main);
}

.LiveReportsiImage {
    width: 20px;
    float: left;
    height: 20px;
    margin-top: 2px;
    margin-left: 10px;
}

#ReportsPop {
    display: none;
}

.auditrowcell {
    /*user-select: all;*/
    border-bottom: 1px solid white;
}

.auditdatetimecolumn {
    width: 200px;
}

.MessageLogType {
    float: left;
    margin-left: 10px;
}

.GTFenceMessageIcon {
    color: var(--MainColor);
    /*   background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 7px;
    margin-top: 4px;
    font-size: 20px;
}

#GroupSelector {
    height: 250px;
}

#AuditDataBody {
    height: 520px;
    float: left;
    overflow: scroll;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.ReminderRowDiv {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.ReminderRowLabel {
    width: 180px;
    float: left;
    line-height: 30px;
}

.commandsitem {
    width: 100%;
    line-height: 35px;
    padding-top: 5px;
    padding-bottom:5px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: solid 1px;
    border-bottom-color: grey;
    display: flex;
}

.sendcommand {
    margin-right: 5px;
}

.commandlabel {
    vertical-align: top;
    margin-left: 10px;
    width: 100%;
}

.cursorhand {
    cursor: pointer;
}



.loadingmaster {
    height: 50%;
    margin-top: 200px;
}


.chartkeycol {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 3px;
    float: left;
}

.chartkeytext {
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}


.AUNoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.AUHidden {
    display: none;
}

.AUTooltip {
    border-radius: 5px;
    background: #555555;
    color: #EFEFEF;
    border: 1px solid #DFDFDF;
    position: absolute;
}

.SUGItem:hover {
    background: #959595 !important;
}

.mapchange {
    height: 37px;
    background: var(--MapSelectBackground);
    color: var(--MapSelectText);
    border-color: var(--MapSelectBorder);
    border: 1px solid;
    line-height: 24px;
    text-align: center;
    float: left;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
}

    .mapchange:hover {
        background: var(--MapSelectBackgroundSel);
        color: var(--MapSelectTextSel);
        border-color: var(--MapSelectBorderSel);
    }

.mapchangeselected {
    background: var(--MapSelectBackgroundSel);
    color: var(--MapSelectTextSel);
    border-color: var(--MapSelectBorderSel);
}



.GTAssetLineSelected {
    background: var(--main-gradient);
    color: var(--text-base-over-main);
}

.iotDialogText {
    float: left;
    width: calc(100% - 20px) !important;
}

.iotText {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.iotButton {
    background: var(--ButtonColor);
    width: calc(100% - 10px);
    height: 32px;
    border-radius: 5px;
    color: white;
    border: none;
}

.fasemailalltachofiles {
    font-size: 29px;
}

.GTAssetLine:hover {
    background: var(--main-gradient);
    color: var(--text-base-over-main);
}

.PrevSyncsRow:hover {
    background: #b1bbdd;
}

.sharediv:hover {
    background: #b1bbdd;
}

.reminderlist:hover {
    background: #b1bbdd;
}

.messageheadertext {
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.messageheader {
    width: 90px;
    
    position: relative;
    float: left;
    text-align: center;
    
    border: 1px solid;
    border-color: var(--MessagePanelItemBorder);
    background-color: var(--MessagePanelItemBackGround);
    border-radius: 5px;
    margin-left: 5px;
}

    .messageheader:hover {
        background: #b1bbdd;
    }

.messageheaderselected {
    background: #b1bbdd;
}


.sharedivselected {
    background: #b1bbdd;
}






.pull-left {
    float: left !important;
}

.trksrchitem {
    margin-left: 60px;
    float: left;
    width: 200px;
}

.trksrchitemdiv {
    float: left;
    width: 100%;
}

.trksrchitem:hover {
    background: #b1bbdd;
}

.trksrchitemdatediv {
    margin-left: 20px;
    float: left;
    width: 200px;
}

.trksrchdate {
    float: left;
}

.trksrchitemhalfdiv {
    margin-left: 0px;
    float: left;
    width: 200px;
}

.trksrchitemhalflabel {
    margin-left: 40px;
    float: left;
    width: 200px;
}

trksrchdate:hover {
    text-decoration: underline;
    cursor: pointer;
}


.tksrchclick:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tksrchhead:hover {
    text-decoration: underline;
    cursor: pointer;
}


.removecontimg {
    width: 19px;
}

.removecont:hover {
    background: #abafbc;
}

.rbr {
    width: 100%;
    height: 25px;
    float: left
}

.rbrselected {
    background: #b1bbdd;
}

.rbr:hover {
    background: #abafbc;
}

.MLogDev:hover {
    background: #abafbc;
}


.MLogSelected {
    background: #abafbc;
}

.rbrlabel {
    margin-left: 5px;
    width: 75px;
    float: left;
    margin-top: 2px;
}

.crowdistitemimage {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: 0px;
}

.crowdist:hover {
    background: #CCC;
}

.FDSResult:hover {
    background: #CCC;
}

.commandsitem:hover {
    background: #CCC;
}

.FDSResultSelect {
    background: var(--MainColor);
}

.DriversItem:hover {
    background: #CCC;
}

#LoadFileDialog {
    border: double;
    overflow-y: scroll;
    height: 400px;
}

.DriversItemSelect {
    background: var(--MainColor);
    color: var(--text-over-main);
}

.DriverDocs:hover {
    background: #CCC;
}


.DriverDocsSelect {
    background: #555;
}


.NoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FDSTableCell {
    width: 94px;
    border-right: solid 1px;
}

.SysSettingsTag {
    margin-top: 4px;
    margin-left: 5px;
}

.SaveIcon {
    font-size: 30px;
    color: var(--MainAccentColor);
}

.TrackerSettingsTag {
    margin-top: 4px;
    margin-left: 5px;
}

.SystSettingsView1Div {
    border: solid 2px;
    border-radius:5px;
    border-color: var(--surface-2);
    margin-bottom: 10px;
    padding: 5px;
}

.TrackerSysSettings,
.SysSettings {
    width: 100%;
    height: calc(100% - 52px);
    overflow: hidden;
    display: flex;
    /*justify-content: center;*/
    /*overflow-x: hidden;
    overflow-y: auto;*/
    flex-direction: column;
    flex: 1 1 auto; /* fill remaining height */
    min-height: 0; /* ✅ critical */
}
/* Contain floats so heights are correct */
.SystSettingsView1Div::after {
    content: "";
    display: block;
    clear: both;
}

.replayfaicon {
    color: var(--MainAccentColor);
    font-size: 25px;
    float: left;
}

.ReportWizItem {
    height: 54px;
    border: 1px solid var(--main-gradient-soft);
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    margin-bottom: 5px;
}

.RDWSel {
    background: #555;
}

.ReportIcon {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-top: 3px;
    text-align: center;
}
/*
.overallscoretextwithimage {
    position: absolute;
    top: 121px;
    font-size: 26px;
    width: 100%;
    color: white;
    font-weight: 700;
    text-align: center;
}

.overallscoretext {
    position: absolute;
    top: 76px;
    font-size: 26px;
    width: 100%;
    color: white;
    font-weight: 700;
    text-align: center;
}*/


.ReportViewer {
    width: Calc(100% - 303px);
    height: Calc(100% - 127px);
    margin-left: 316px;
    position: absolute;
    top: 102px;
}

.ReportTitle {
    margin-top: -40px;
    margin-left: 65px;
    font-weight: 700;
}

.ReportSelect {
    margin-left: 650px;
    margin-top: -40px;
}

.ReportDesc {
    margin-top: 0px;
    margin-left: 65px;
    width: 550px;
    height: 50px;
}

.ChartSize {
    max-height: 300px;
    max-width: 720px;
}

.ChartSizeBottom {
    max-height: 300px;
    max-width: 225px;
}

.LiveReportsViewer {
    height: calc(100% - 140px);
    width: calc(100% - 320px);
}

.FleetOverviewMonthData {
    text-align: left;
    padding-left: calc(50% - 100px);
    margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 17px;
}

.FleetOverviewMonthDataLBorder {
    border-left: solid 1px;
    border-color: grey;
}

#TrakSearchHeader {
    color: var(--text);
}

#routeinsdiv {
    color: var(--text);
}

.FuelAnalysisReport {
    margin-left: 10px;
    font-size: 16px;
}

.FleetOverViewHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
}

.FuelAnalysisReportsHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
    display: flex;
    align-items: center;
    justify-content: center;
}

.FuelAnalysisViewerHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
    display: flex;
    align-items: center;
    justify-content: center;
}

.FuelOverviewMonthData {
    text-align: left;
    padding-left: calc(50% - 100px);
    margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 17px;
}

.FleetOverviewMonthDataLBorder {
    border-left: solid 1px;
    border-color: grey;
}

.FuelAnalysisDataContainer {
    float: left;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.FuelAnalysisDateRangeHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
    display: flex;
    align-items: center;
    justify-content: center;
}

.FuelImportViewerHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
    display: flex;
    align-items: center;
    justify-content: center;
}

.AddFuelTempIcon {
    display: flex;
    align-items: flex-end
}

.PastFuelImportList {
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    height: calc(100% - 50px);
}

.FuelImportLine {
    width: 100%;
    display: flex;
    border-bottom: solid 1px grey;
}

.FuelImportTemplateContainerSub {
    float: left;
    width: 100%;
    flex-direction: row;
    height: calc(50vh - 100px);
}

.FuelImportDataList {
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    float: left;
    height: calc(100vh - 310px);
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
}

.FuelImportLabel {
    margin-left: 15px;
    font-size: 14px;
    width: 150px;
}

.FuelImportDataListConfirm {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

#UploadFuelData {
    margin-top: 10px;
}

.FuelImportDataListHeader {
    width: 100%;
    display: flex;
}


.Fdataimpcol {
    width: 50px;
}

.FuelDataImportMain {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.FuelImportTemplateContainer {
    float: left;
    width: calc(100% - 375px);
    flex-direction: row;
    margin-left: 10px;
}

.FuelImportTemplateItem:hover {
    background: #ccc;
}

.FuelImportTemplateItemSelected {
    background: #ccc;
}

.FuelPastImportItem:hover {
    background: #ccc;
}

.FuelPastImportItemSelected {
    background: #ccc;
}

.FuelImportTemplatesList {
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 58px);
    padding-right: 5px;
}

.FuelImportViewerSubHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogText);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogBackground);
    display: flex;
}

.FuelImportViewer {
    /*  background: #F9F9F9;
    height: calc(100% - 140px);
    border: solid 3px;
    border-color: var(--GenBorderColor);
    border-radius: 3px;
    color: black;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;*/
}

.FullPageWindow {
    background: #F9F9F9;
    height: calc(100% - 140px);
    border: solid 3px;
    border-color: var(--GenBorderColor);
    border-radius: 3px;
    color: black;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.FleetOverviewViewer {
    background: #F9F9F9;
    height: calc(100% - 140px);
    border: solid 3px;
    border-color: var(--GenBorderColor);
    border-radius: 3px;
    color: black;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.VideoEventViewerHeader {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    
}
#aboutlogo {
    background: var(--LoginLogoBackColor);
    border-radius: 6px;
    width: 100%;
    height: 115px;
}
#AboutLogoImg {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.VehicleCheckViewerHeader {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    background: var(--bg);
}

.FullPageViewDiv {
    
    height: calc(100% - 140px);
    width:100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.CMSViewerContainer {
    background: #F9F9F9;
    height: calc(100% - 140px);
    border: solid 3px;
    border-color: var(--GenBorderColor);
    border-radius: 3px;
    color: black;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.FleetOverViewChartContainer {
    width: calc(25% - 43px);
    float: left;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid;
    border-color: grey;
    border-bottom: 1px solid;
}

.FleetOverViewChartContainerThird {
    width: 33%;
    float: left;
}

.FleetOverViewChartContainerBottom {
    width: 24%;
    height: 100%;
    float: left;
}

.mainmenuItem {
    width: 100%;
    /*height: 65px;*/
    /*  margin-left: 10px;
    margin-top: 10px;*/
    border-radius: 10px;
    background: var(--mainmenuItemBgd);
    margin-bottom: 10px;
    display: flex;
    border: 2px solid;
    border-color: var(--surface-2);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.mainmenuIcon {
    width: 55px;
    height: 55px;
    margin-top: 5px;
    margin-left: 5px;
}

.mainmenuText {
    /*margin-top: 20px;*/
    margin-left: 19px;
    font-size: 16px;
    line-height: 43px;
}

#LoginArrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    z-index: 100;
}

/*.GTMenubar {
    line-height: 37px;
    height: 37px;
    list-style-type: none;
    background-color: var(--ToolbarTop);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 1px;
}

.GTMenubarItem {
    height: 32px;
    width: 100px;
    text-align: center;
    list-style-type: none;
    float: left;
    color: var(--text);
    cursor: pointer;
    margin-top: 4px;
    background-color: var(--ToolBarItemBack);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: var(--ToolbarML);
    border: 1px solid;
    border-color: var(--text-subtle);
}*/

.ui-datepicker-trigger {
    float: left;
}

/*.GTActiveMenuItem {
    height: 33px;
    width: 100px;
    text-align: center;
    list-style-type: none;
    font-weight: 700;
    float: left;
    color: var(--text);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--MainColor);
    margin-top: 3px;
    margin-left: var(--ToolbarML);
    border: 1px solid;
    background: var(--main-hard);
    border-color: var(--main-border);
}*/

.beta-bubble {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #e63946;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 10px;
    pointer-events: none;
    z-index: 10;
}
/*
.GTToolbar {
    height: 70px;
    list-style-type: none;
    background-color: var(--surface-2);;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3px;
    padding-right: 7px;
}

.GTToolbarFAText {
    margin: 0px;
    line-height: 15px;
    font-size: 12px;
}*/
/*
.GTToolbarItem {
    position: relative;
    height: 52px;
    min-width: 86px;
    text-align: center;
    list-style-type: none;
    float: left;
    color: var(--text);
    cursor: pointer;
    border: 1px solid #888888;
    border-radius: 3px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: var(--ToolBarItmBack);
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 3px;
}

    .GTToolbarItem:hover {
        border: 1px solid #BFBFBF;
    }

.GTToolbarItemLogo {
    height: 52px;
    width: 86px;
    text-align: center;
    list-style-type: none;
    float: left;
    color: var(--text);
    cursor: pointer;
    border: 1px solid #888888;
    border-radius: 3px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: var(--ToolBarItmBack);
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 3px;
}*/

.LiveReportList:hover {
    background: #E6F3F7;
}

/*.GTToolbarItem:active {
    border: 1px inset #333333;
}

.GTToolbarText {
    margin: 0px;
    line-height: 24px;
    font-size: 12px;
}*/

.SleepColor {
    color: var(--SleepColor);
}

.PlatformRequest {
}

/*.GTToolbarImage {
    height: 40px;
    background: var(--ToolBarImgBack);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
*/
.GTActiveToolbarItem {
    height: 56px;
    width: 86px;
    text-align: center;
    list-style-type: none;
    float: left;
    color: whitesmoke;
    cursor: pointer;
    border: 1px solid #BFBFBF;
}

.xxGTDropdown {
    background: -webkit-linear-gradient(#BFBFBF, #EFEFEF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#BFBFBF, #EFEFEF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#BFBFBF, #EFEFEF); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#BFBFBF, #EFEFEF);
    background: linear-gradient(#BFBFBF, #EFEFEF); /* Standard syntax */
    width: 100%;
    border-radius: 3px;
    border: 1px solid #CFCFCF;
    color: #555555;
    height: 25px;
    padding-left: 3px;
}

.GTText {
    height: 20px;
    line-height: 22px;
    border-radius: 3px;
    margin-left: 3px;
    border: 2px solid #CFCFCF;
}

.GTButtonx {
    border-radius: 3px;
    color: #333333;
    border: 2px solid #CFCFCF;
    background: -webkit-linear-gradient(#BFBFBF, #EFEFEF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#BFBFBF, #EFEFEF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#BFBFBF, #EFEFEF); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#BFBFBF, #EFEFEF);
    background: linear-gradient(#BFBFBF, #EFEFEF); /* Standard syntax */
    cursor: pointer;
    width: 100px;
    height: 25px;
}

.GTButton:active {
    border: 2px inset lightgray;
}

.GTAsset {
    width: 100%;
    border-radius: 5px;
    /*border: 2px solid;*/
    /*border-color: var(--AssetBorderList);*/
    margin-bottom: 5px;
    cursor: pointer;
    /*background: var(--AssetBackGround);*/
    float: left;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    /*color: var(--AssetTextColor);*/
}

.GTDriverIcon {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 6px;
    margin-top: 3px;
}

.GTDriverName {
    width: calc(100% - 42px);
    height: 15px;
    float: left;
    margin-top: 5px;
}

.GTDriverVehicle {
    width: calc(100% - 50px);
    height: 25px;
    float: left;
}

.GTTimesOutputsTime {
    width: 100%;
    float: left;
}

.GTTimedOutputInput {
    width: 75px;
    float: left;
    margin-left: 10px;
}

.GTTimedOutputCommand {
    width: 150px;
    float: left;
    margin-left: 10px;
}

.GTTimedOutputLabel {
    width: 75px;
    float: left;
}

.GTTimesOutputsDay {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    border-bottom: solid grey 1px;
}

.GTDriver {
    width: 276px;
    height: 50px;
    color: var(--AssetTextColor);
    border-radius: 5px;
    border: 2px solid #BFBFBF;
    margin-bottom: 5px;
    cursor: pointer;
    background: #2D2E32;
    position: relative;
}
.GTActiveAsset .GTAssetMenuBarItem {
    display: none;
}

.GTAsset .GTAssetMenuBarItem {
    display: none;
}
.HistActBar {
    height: 32px;
    margin-left: 4px;
    width: calc(100% - 10px);
}

.GTAsset:hover {
    background: var(--main-gradient);
    color: var(--text-base-over-main);
}
    .GTAsset:hover .listboximage {
        color: var(--text-base-over-main) !important;
    }

    .GTAsset:hover .CommTimeColor {
        color: #FF9933 !important;
    }


.GTDriver:hover {
    background: var(--main-gradient);
}

.GTActiveAsset {
    border-radius: 5px;
    /*border: 1px solid var(--surface-1);*/
    /*margin-bottom: 5px;*/
    cursor: pointer;
    color: var(--text-base-over-main);
    background: var(--MainColor);
}

.GTActiveDriver {
    border-radius: 5px;
    /*border: 2px inset #BFBFBF;*/
    margin-bottom: 5px;
    cursor: pointer;
    color: var(--AssetTextColor);
    background: var(--main-gradient);
    position: relative;
}

.GTAssetImage {
    height: 32px;
    margin-top: -5px;
}

.GTAssetRow {
    height: 14px;
}

.GTFindAsset {
    width: 99.5%;
    height: 25px;
    border: 1px solid white;
    margin-bottom: 5px;
    cursor: pointer;
    background: whitesmoke;
    color: #333333;
}

    .GTFindAsset:hover {
        background: #AAAAAA;
    }

.GTActiveFindAsset {
    width: 99.5%;
    height: 25px;
    border: 1px solid white;
    margin-bottom: 5px;
    cursor: pointer;
    background: lightblue;
    color: #000000;
}

.GTOdo {
    margin-left: 0px;
    height: 13px;
}

.GTGps {
    height: 12px;
    margin-left: 5px;
}

.GTJourney {
    width: calc(100% - 2px);
    cursor: pointer;
    border-radius:5px;
    border-bottom: 1px solid var(--MainColor);
}

.GTDDDAsset:hover {
    background: var(--surface-2);
}

.GTDDDFile:hover {
    background: var(--surface-2);
}

.GTTachoStatusAsset:hover {
    background: var(--surface-2);
}

.GTTAchoStatusLabelTitle {
    margin-left: 0px !important;
}

.GTTachoStatusAsset {
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid grey;
}

.GTTAchoStatusLabel {
    display: block;
    /* margin-left: 10px;*/
    float: left;
}

.GTSingleJourneyLabel {
    display: block;
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    margin-left: 5px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    line-height: 23px;
}

.GTJourneySingleSelected {
    background: var(--main-gradient);
}

.GTJourneySingle {
    width: 100%;
    height: 25px;
    cursor: pointer;
    border-bottom: 1px solid var(--MainColor);
}

.GTJourney:hover {
    background: var(--main-gradient);
    color: var(--text-over-main);
}

.GTJourneySingle:hover {
    background: var(--main-gradient);
    
}

.GTLongJourney {
    background: #e54133 !important;
    color: white !important;
}

.GTGoodJourney {
    background: #269846 !important;
    color: white !important;
}
#divRoute {
    background: var(--surface-3);
    color:var(--text-muted);
}

/* ACTIVE / HOVER */
.GTLongJourney.GTActiveJourney,
.GTLongJourney:hover {
    background-image: linear-gradient( to bottom, #ff7a6f 0%, #e54133 40%, #9f1f1f 100% ) !important;
    color: white !important;
}

.GTGoodJourney.GTActiveJourney,
.GTGoodJourney:hover {
    background-image: linear-gradient( to bottom, #6ee89a 0%, /* light highlight */
    #2fa24f 40%, /* main green */
    #145c2c 100% /* deep shadow */
    ) !important;
    color: white !important;
}

.card-red {
    background: linear-gradient( to bottom, #e84a3a 0%, #d93a2a 100% );
}

.card-green {
    background: linear-gradient( to bottom, #2fa24f 0%, #228a40 100% );
}

.GTActiveJourney {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #555555;
    background: var(--main-gradient-soft);
    color: var(--text-over-main);
}

.GTJourneyImage {
    width: 20px;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}

.GTJourneyItem {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-top: 5px;
    margin-left: 5px;
    float: left;
    white-space: nowrap;

    text-overflow: ellipsis;
    overflow: hidden;
    
}

.GTPopupText {
    margin-top: 0px;
    margin-left: 3px;
}

.GTPopupImage {
    height: 16px;
    margin-left: 5px;
    margin-top: 0px;
    float: left;
}

.GTAssetDropdown {
    /* positioning comes from your inline left/top */
    position: fixed; /* feels correct for context menu */
    z-index: 99999;
    margin: 0 !important;
    padding: 8px !important;
    list-style: none;
    min-width: 240px;
    max-width: 320px;
    border-radius: 16px;
    background: radial-gradient(600px 220px at 15% 0%, color-mix(in srgb, var(--main), transparent 86%), transparent 55%), linear-gradient(180deg, color-mix(in srgb, var(--surface-3), transparent 32%), transparent 30%), var(--glass-tint);
    color: var(--text);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    box-shadow: 0 18px 55px color-mix(in srgb, #000, transparent 55%), 0 2px 0 color-mix(in srgb, var(--text), transparent 92%) inset;
    /* small animation when shown (if your JS toggles display) */
    transform-origin: top left;
}


    /* Optional: “pop in” if you toggle a class like .is-open */
    .GTAssetDropdown.is-open {
        animation: gtMenuIn .12s ease-out both;
    }

@keyframes gtMenuIn {
    from {
        opacity: 0;
        transform: translateY(-4px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.GTHiddenDropdown {
    display: none;
}
/* Normalize items */
.GTAssetDropdownItem,
.GTHiddenDropDownItem {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 7px;
    padding: 4px 11px;
    margin: 2px 0;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    color: var(--text);
    background: transparent;
    border: 1px solid transparent;
    transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

/* Icon column */
.GTAssetDropdown .ContextMenuDeviceFont {
    font-size: 15px;
    line-height: 1;
    opacity: .92;
    color: var(--text-muted);
    justify-self: center;
    filter: drop-shadow(0 1px 0 color-mix(in srgb, var(--text), transparent 88%));
}

/* Label */
.GTAssetDropdown label {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .15px;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover state (premium) */
.GTAssetDropdownItem:hover,
.GTHiddenDropDownItem:hover {
    background: color-mix(in srgb, var(--surface-2), transparent 25%);
    border-color: color-mix(in srgb, var(--border), transparent 35%);
    box-shadow: 0 12px 22px color-mix(in srgb, #000, transparent 74%), 0 0 0 3px var(--focus-ring);
    transform: translateY(-1px);
}

    .GTAssetDropdownItem:hover .ContextMenuDeviceFont,
    .GTHiddenDropDownItem:hover .ContextMenuDeviceFont {
        color: var(--text);
        opacity: 1;
    }

/* Sexy accent rail on hover */
.GTAssetDropdownItem::before,
.GTHiddenDropDownItem::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    bottom: 2px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    opacity: 0;
    transition: opacity .15s ease, background .15s ease;
}

.GTAssetDropdownItem:hover::before,
.GTHiddenDropDownItem:hover::before {
    opacity: 1;
    background: linear-gradient(180deg, var(--main), color-mix(in srgb, var(--main), transparent 55%));
    box-shadow: 0 10px 18px color-mix(in srgb, var(--main), transparent 74%);
}

/* Keyboard focus */
.GTAssetDropdownItem:focus-visible,
.GTHiddenDropDownItem:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus-ring);
}

/* Hidden items: keep your existing logic, but make them truly hidden if needed */
.GTHiddenDropDownItem {
    /* if you use display:none elsewhere, leave it */
    display: none !important;
}

/* Optional: separators — add class "GTMenuSep" as an <li> if you want */
.GTMenuSep {
    height: 1px;
    margin: 6px 8px;
    background: color-mix(in srgb, var(--border), transparent 35%);
    border-radius: 999px;
}

/* Danger styling based on IDs (so you can remove inline icon colors later) */
#TrackerDeleteHistory,
#TrackerResetAssetFile {
    background: color-mix(in srgb, #ff3b3b, transparent 93%);
}

    #TrackerDeleteHistory:hover,
    #TrackerResetAssetFile:hover {
        border-color: color-mix(in srgb, #ff3b3b, transparent 60%);
        box-shadow: 0 12px 22px color-mix(in srgb, #000, transparent 74%), 0 0 0 3px color-mix(in srgb, #ff3b3b, transparent 85%);
    }

    #TrackerDeleteHistory .ContextMenuDeviceFont,
    #TrackerResetAssetFile .ContextMenuDeviceFont {
        color: color-mix(in srgb, #ff3b3b, var(--text) 20%);
    }

/* “Disabled-looking” items if you ever add a class */
.GTAssetDropdownItem.is-disabled,
.GTHiddenDropDownItem.is-disabled {
    opacity: .45;
    pointer-events: none;
}

/* Make long menus scroll nicely */
.GTAssetDropdown {
    max-height: min(520px, calc(100vh - 24px));
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--border), transparent 30%) transparent;
}

   

.TicketItem {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.TicketItemLabel {
    width: 100%;
    float: left;
}

#MyTickets {
    height: calc(100% - 86px);
    width: 200px;
    float: left;
    margin-left: 10px;
    padding-right: 10px;
    border-right: solid 1px var(--MainAccentColor);
}

#TicketInfo {
    height: calc(100% - 86px);
    width: calc(100% - 250px);
    float: left;
    margin-left: 10px;
    padding-right: 10px;
}


.TicketItem:hover {
    background: var(--MainAccentColor);
}

.TicketItemSelected {
    background: var(--MainAccentColor);
}

.faiconsyssett {
    float: right;
    width: 22px;
    margin-top: 5px;
    font-size: 20px;
    color: var(--MainAccentColor);
    margin-right: 5px;
}

.fasavedriverclass {
    font-size: 30px;
    color: var(--MainAccentColor);
    margin-left: 10px;
}

.faaddnewsystemcontact {
    font-size: 30px;
    color: var(--MainAccentColor);
    margin-left: 10px;
}

.GTDate {
    width: 100px !important;
    float: left;
}

.fasystemsettingssave {
    font-size: 30px;
    color: var(--MainAccentColor);
    float: right;
    margin-right: 5px;
}

.faedituser {
    font-size: 20px;
    color: var(--MainAccentColor);
    margin-right: 5px;
    margin-top: 3px;
}

.TrackerSettingsVehicleDataRow {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.TrackerSettingsSub {
    width: 100%;
    height: calc(100% - 52px);
    overflow: auto;
    display: flex;
    /* justify-content: center; */
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.GTTime {
    width: 56px !important;
}

.ui-datepicker-trigger {
    width: 16px;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 0px;
}

#MessagingPanel {
    display: none;
    background: var(--MessagePanelBackground);
    color: var(--MessagePanelTextColor);
    flex-direction: column;
    width: 300px;
    height: Calc(100% - 135px);
    position: absolute;
    top: 105px;
    right: 0px;
    opacity: 0.8;
    z-index: 999999;


      position: fixed;
    display: none;
    z-index: 3001;
    
    color: var(--GTDialogText);
    background: var(--GTDialogBackground);
    border-radius: 10px;
    border: 5px solid;
    border-color: var(--GTDialogBorder);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--glass-tint);
    backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    border-radius: 16px;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
}

.messagepanelcontentitem {
    background: var(--MessagePanelItemBackGround);
    margin-top: 2px;
    width: Calc(100% - 5px);
    display: flex;
    flex-direction: row;
    color: var(--text);
    border: solid 1px;
    border-color: var(--MessagePanelItemBorder);
    border-radius: 5px;
    padding-bottom: 5px;
}

.GTImage {
    height: 20px;
    margin-top: 3px;
    margin-left: 3px;
}

.GTSmallImageFAct {
    height: 16px;
    margin-left: 5px;
}

.GTSmallImage {
    height: 22px;
    margin-left: 5px;
}

.GTMediumImage {
    height: 24px;
}

.GTStatusImage {
    height: 20px;
}

.GTSlider {
    position: absolute;
    height: 20px;
    width: 10px;
    z-index: 1;
    background: linear-gradient(#EFEFEF, #CFCFCF);
    background: -webkit-linear-gradient(#EEEEEE, #CFCFCF);
    background: -moz-linear-gradient(#EFEFEF, #CFCFCF);
    cursor: grab;
    border-radius: 3px;
    border: 1px solid #AAAAAA;
    margin-top: 1px;
    left: 111px;
    top: -1px;
    /*
      position: relative;
  */
}

.JourneyKPI {
    margin-left: 10px;
}


.ReplayH #JourneyControlsMaster {
    flex-direction: row;
    display: flex;
    width: 100%;
}

.ReplayH #JourneyControlsTitle {
    width: 100%;
    margin-top: 2px;
}

.Replay #JourneyControlsD {
    flex-direction: column;
    display: flex;
}

.ReplayH #JourneyControlsDate {
    display: flex;
    min-width: 225px;
    flex-direction: column;
}

.ReplayH #JourneyControlsTime {
    display: flex;
    width: 240px;
    flex-direction: column;
}

.ReplayH #JourneyControlsA {
    display: flex;
    flex-direction: row;
}

.ReplayH #JourneyControlsB {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-left: 10px;
}



.OKColor {
    color: var(--OKColor) !important;
}

.CommTimeColor {
    color: #FF9933 !important;
}

.MidColor {
    color: var(--MiddleColor) !important;
}

.BadColor {
    color: var(--BadColor) !important;
}

.listboximage {
    float: left;
    line-height: 19px !important;
    margin-right: 3px;
}

.ReplayH #JourneyControlsTitle {
    display: none;
}

.ReplayH #HistoryActivity {
    height: 22px;
}

#HistoryActivity {
    height: 32px;
    margin-left: 4px;
    width: 100%;
    position: absolute;
}

.ReplayH .ReplayShowType {
    margin-top: 0px;
    width: 155px;
}

.fareporticon {
    color: var(--MainAccentColor);
    font-size: 37px;
    text-align: left;
}

.ReportSelected .fareporticon {
    color: var(--TextColorOverMaincolor)
}
.JourneyDeselectbtn {
    width: 45%;
    display: flex;
    float: right;
    margin-right: 5px;
    justify-content: flex-start;
    text-align: center;
    font-size: 11px;
}

.ReplayShowType {
    text-align: left;
    float: left;
    font-size: 11px;
    vertical-align: bottom;
    width: 45%;
    text-align: center;
    justify-content: flex-end;
    height: 45px;
}

#ReplayTime {
    position: relative;
    font-size: 21px;
    color: #555;
    float: left;
    width: 100%;
    margin-top: 2px;
    height: 45px;
}

.ReplayH #ReplayTime {
    margin-top: -1px;
}

.ReplayH #JourneyControlsC {
    display: flex;
    flex-direction: row;
    margin-top: -2px;
}

.ReplayH #JourneyControlsD {
    display: flex;
    flex-direction: row;
}

#FencePopup {
    display: none;
    z-index: 9001;
    position: absolute;
    width: 100px;
    border-radius: 5px;
    background: #555555;
    border: 2px solid #333333;
}



.messagesdiv {
}




.transparent-element {
    pointer-events: none;
}

.info-window {
    position: absolute;
    background: color-mix(in srgb, var(--surface-2) 95%, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: var(--text);
}

.info-window-hist {
    position: absolute;
    background: color-mix(in srgb, var(--surface-2) 95%, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: var(--text);
}

.MainPopup {
    display: inline-block;
    font-size: 13px;
    min-width: 0;
    max-width: 500px; /* adjust to taste */
}

.popup-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    gap: 6px;
}

    .popup-row.space-between {
        justify-content: space-between;
    }

    .popup-row.center {
        justify-content: center;
        text-align: center;
    }

.popup-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.GTPopupImage {
    width: 14px;
    height: 14px;
}

.MainPopupHistory {
    width: 350px;
    z-index: 99999;
}
/*#AssetPopup {
    display: none;
    z-index: 3001;
    position: absolute;
    width: 315px;
    border-radius: 5px;
    background: var(--AssetPopupBackColor);
    border: 2px solid #333333;
    opacity: 0.9;
    cursor: grab;
    color: var(--AssetPopupTextColor);
}

#JourneyPopup {
    display: none;
    z-index: 9001;
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    background: #F5F5d5;
    color: #555555;
    border: 2px solid #333333;
}*/
.FenceRow {
    cursor: pointer;
    color: var(--GTDialogText)
}

    .FenceRow:hover {
        background: var(--ListHoverColor);
    }

.GTRawData {
    border-bottom: solid 1px grey;
}

    .GTRawData:hover {
        background: var(--ListHoverColor);
    }

.ActiveFenceRow {
    background: var(--ListSelectedColor);
    cursor: pointer;
    color: var(--MainColor);
}

.GTDialog {
    position: fixed;
    display: none;
    z-index: 3001;
    width: 690px;
    color: var(--GTDialogText);
    background: var(--GTDialogBackground);
    border-radius: 10px;
    border: 5px solid;
    border-color: var(--GTDialogBorder);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--glass-tint);
    backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    border-radius: 16px;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
}

.GTDialogContent {
    height: calc(100% - 35px);
    /* width: Calc(100% - 5px);/
    /*margin-left: 5px;*/
    background: var(--GTDialogBackground);
    border-radius: 3px;
    /*    border: 1px outset #BFBFBF;    */
}

.multiselect {
    width: 200px;
}

.grouplistselected:hover {
    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;
}

.grouplistselected {
    background-color: #1c52a8;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        /* font-weight: bold;*/
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.VTSDialog {
    position: absolute;
    display: none;
    z-index: 3001;
    width: 900px;
    height: 620px;
    min-width: 900px;
    min-height: 635px;
    background: #333333;
    font-family: Arial;
    font-size: medium;
    border-radius: 10px;
    border: 5px solid #DFDFDF;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-flex: none;
    user-select: none;
    table-layout: fixed;
}

.iconselect {
    overflow-x: hidden;
    overflow-y: scroll;
    position: static;
    background-color: var(--TrackSettItemBG);
    background-position: center;
    width: 99%;
    max-width: 99%;
    margin: 0.5%;
    height: 133px;
    border: solid;
    border-color: var(--TrackSettItemBDR);
    border-radius: 5px;
}

.is-item {
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    border-color: transparent;
}

    .is-item:hover {
        border: solid;
        border-width: 1px;
        border-radius: 5px;
        border-color: grey;
    }

.is-item-focused {
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: var(--MainColor);
}


#divRoute {
    bottom: 30px;
    left: calc(50% - -100px);
}




.LRTDStyle {
    width: 0.1vmin;
    width: 15px;
    height: 0.1vmin;
    height: 1vh;
    border-radius: 5px;
}

.CMSelect {
    border-radius: 3px;
    border: 1px solid #008CFF;
}

.CMSelected {
    border: 1px solid #008CFF !important;
    border-radius: 3px;
    background: #C0CFE5;
}

.GTFindCell {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GTFenceIcon {
    float: left;
    height: 38px;
    margin-top: 5px;
    margin-left: 2px;
    border: 3px solid transparent;
}

.GTActiveFenceIcon {
    float: left;
    height: 38px;
    margin-top: 5px;
    margin-left: 2px;
    border: 3px solid #EEEEEE;
    border-radius: 5px;
}

.FleetAsset {
    width: calc(100% - 6px);
    height: 40px;
    border: 3px solid transparent;
    line-height: 40px;
    display: inline-flex;
}

    .FleetAsset:hover {
        background: #555555;
    }

.GTDivider {
    top: 72px;
    position: absolute;
    height: calc(98% - 90px);
    width: 3px;
    opacity: 0.1;
    z-index: 0;
}

.GTToD {
    top: calc(100% - 30px);
    color: #999999;
    font-size: 8px;
    position: absolute;
}

.GTToDTop {
    top: 65px;
    color: #999999;
    font-size: 8px;
    position: absolute;
}

.GTBigToD {
    top: calc(100% - 24px);
    color: #999999;
    font-size: 10px;
    position: absolute;
}

.GTBigToDTop {
    top: 59px;
    color: #999999;
    font-size: 10px;
    position: absolute;
}

.GTDeviceStatus {
    width: calc(100% - 10px);
    height: calc(100% - 6px);
    border: 1px solid #000000;
    border-radius: 5px;
    margin-left: 5px;
    color: #333333;
}

.GTDeviceContainer {
    width: 100%;
    height: 50px;
    padding-top: 3px;
}

.GTSelectedDeviceStatus {
    width: 100%;
    height: 50px;
    padding-top: 3px;
    background: #CCCCCC;
}

.GTDeviceContainer:hover {
    background: #999999;
}

.labeltruncate {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.labelwrap {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
}

.GTScore {
    width: 100%;
    height: 30px;
}

    .GTScore:hover {
        background: #DDDDEE;
    }

.CFFJSONTEMPLATE:hover {
    border: solid blue 1px;
}

.GTCompareRoute {
  
}

.GTHeatMapHist {
}
.ReplayButtonSel {
    background: var(--MainColor) !important;
    color: var(--text-over-main) !important;
}

.GTMultiReplay {
    width: 20px;
    /*border: 2px solid #CCCCCC;*/
}


.GTFloaty {
    position: absolute;
    height: 50px;
    width: 350px;
    border-radius: 10px;
    background: var(--ToolbarTop);
    color: var(--text);
    z-index: 101;
    border: 3px solid var(--ToolbarMain);
    cursor: default;
    padding-left: 10px;
}

.ReplayButtons {
    float: right;
    margin-top: 5px;
    background: var(--surface-3);
    color: var(--text-muted);
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 5px;
}

.ReplayButtonsi {
    color: var(--text-over-main);
    font-size: 31px
}
.IOInputText {
    width: 150px !important;
}
#divReplayControls {
    position: absolute;
    /*height: 100px;*/
    width: 35px;
    /*color: #FFFFFF;*/
    z-index: 101;
    flex-direction: column;
    cursor: default;
    /*padding-left: 10px;*/
    bottom: 255px;
    right: 20px;
    z-index: 999999;
}

.GTVisible {
    display: block;
}

.GTHidden {
    display: none;
}

.GTLoading {
    position: absolute;
    width: 200px;
    height: 155px;
    text-align: center;
    opacity: 1;
    z-index: 999999;
}

.Loading {
    background: white;
    border-radius: 10px;
    border: 2px solid;
    border-color: var(--GTDialogBorder);
    border-radius: 10px;
    /* background: var(--GTDialogBackground);*/
    color: #555; /* var(--GTDialogText);*/
}

.LoadingMasterSub {
    background: white;
    border-radius: 10px;
    border: 2px solid;
    border-color: var(--GTDialogBorder);
    border-radius: 10px;
    background: var(--GTDialogBackground);
    color: var(--GTDialogText);
}

.GTLoadingMaster {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* border: 3px solid #333;*/
    text-align: center;
    background: #403833;
    opacity: 0.7;
    color: #333333;
    z-index: 5001;
}

.GTToast {
    width: 350px;
    height: 200px;
    position: absolute;
    display: none;
    z-index: 3001;
    
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--glass-tint);
    backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    border-radius: 16px;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
}

.GTToastTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: medium;
    background: var(--ToastBackground);
    color: var(--ToastTextColor);
}

.GTToastBase {
    height: 30px;
    width: 100%;
    background: var(--ToastBackground);
    color: var(--ToastTextColor);
}

.GTToastText {
    width: calc(100% - 40px);
    height: calc(100% - 100px);
    font-size: small;
    background: var(--ToastBackground);
    color: var(--ToastTextColor);
    padding: 20px;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 40px;
    margin-left: 6px;
    height: 15px;
    background-color: #dddddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

    input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #f1f1f1;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 20px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: margin 0.4s;
        -moz-transition: margin 0.4s;
        -o-transition: margin 0.4s;
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 22px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.switch {
    float: left
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}











.VCCameraList {
    list-style-type: none;
    width: 200px;
    height: 100%;
    line-height: 32px;
    float: left;
    border: 1px solid #EFEFEF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.VCCameraItem {
    height: 32px;
    width: 100%;
}

    .VCCameraItem:hover {
        background: #c5d8d8;
    }

.VCActiveCameraItem {
    background: #EFEFEF !important;
}

.VCDeviceIcon {
    width: 16px;
}

.VCVideo {
    width: 100%;
    height: 100%;
    background: #DFDFDF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.VCFileSystem {
    list-style-type: none;
    line-height: 24px;
    width: 100%;
    padding-inline-start: 0px !important;
}

.VCFolder {
    list-style-type: none;
    cursor: pointer;
    line-height: 24px;
    padding-left: 24px;
}

.VCFile {
    list-style-type: none;
    height: 24px;
    cursor: pointer;
    margin-bottom: 1px;
}

.VCFileTitle {
    float: left;
    cursor: pointer !important;
}

.VCFileIcon {
    float: left;
    height: 24px;
}

.VCFile:hover {
    background: #c5d8d8;
}

.VCExpandIcon {
    width: 12px;
    float: left;
    margin-top: 6px;
}

.VCFSPanel {
    width: 100%;
    height: 100%;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.VCSelectedFile {
    background: #DFDFDF;
}

.ToolBarImage {
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.TrackerSettingsA {
    width: calc(100% - 10px);
    float: left;
    border-radius: 5px
}

.TrackerSettingsB {
    width: calc(100% - 10px);
    float: left;
    border-radius: 5px;
}

.TrackerSettingsC {
    width: calc(100% - 10px);
    padding-top: 0px;
    margin-top: 2px;
    float: left;
    border-radius: 5px;
}

.TrackerSettingsD {
    float: left;
    width: calc(100% - 10px);
}

.TrackerSettingsE {
    width: calc(100% - 10px);
    float: left;
}

.IOSettingsA {
    overflow-x: hidden;
    height: 510px;
    float: left;
    width: 100%;
}

.IOSettingsB {
    width: calc(100% - 20px);
    /*    margin-top: 10px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;*/
    float: left;
    border-radius: 10px;
    /*background-color: var(--TrackSettItemBG);*/
}

.IOSettingsC {
    height: 1px;
    background: grey;
    width: 100%;
    float: left;
    margin-top: 25px;
}

.IOSettingsD {
    width: calc(50% - 25px);
    margin-bottom: 10px;
    margin-left: 5px;
    float: left;
    border-radius: 10px;
    background-color: var(--TrackSettItemBG);
    padding: 7px;
    border: 1px solid grey;
}

.bootstrap-tagsinput {
    height: 60px !important;
}

.MainBodyPanel {
    overflow: hidden;
    height: calc(100% - 2px);
    background: var(--BackGround) !important;
    color: var(--text);
}

.DeviceList {
    height: calc(100% - 72px);
    width: 100%;
    margin-top: 5px;
    margin-bottom: 3px;
    display: block;
    flex-flow: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 3px;
}

.LiveReportsScoresL {
    display: flex;
    height: 100%;
    width: 70%;
    float: left;
    flex-direction: column;
}

.LiveReportsScoresLineA {
    width: 100%;
    height: 100%;
    float: left;
}

.FleetEffColumnHeader {
    width: 127px;
    text-align: center;
    height: 25px;
    font-weight: 700;
    float: left;
}

.LiveReportsScoresLineASpeed {
    width: 20%;
    height: 100%;
    align-items: center;
    float: left;
}

.LiveReportsScoresTextDiv {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: -45px;
    left: 13px;
}

.trackerconfigslider {
    -webkit-appearance: none;
    appearance: none;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    width: 200px;
}

.LiveReportsScoresTextDivTotal {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: -120px;
    font-size: 23px;
    font-weight: 700;
}

.LiveReportsSplitter {
    float: left;
    width: 3px;
    background: #0C2790;
    height: calc(100% + 13px);
    transform: rotate( 30deg );
    margin-left: -9px;
    margin-top: -5px;
}

.LiveReportsScoresImageTotal {
    position: relative;
    top: -116px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    object-fit: contain;
    float: left;
}
/*
.FleetEffScoreTextDiv {
    width: 100%;
    float: left;
}

.FleetEffIndScoresDiv {
    padding-top: 15px;
    position: relative;
    width: 127px;
    height: 60px;
    float: left;
    text-align: center;
}

.FleetEffOverAllHeader {
    width: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: 19px;
    font-weight: 700;
}

    .FleetEffOverAllHeader:after {
        content: 'Fleet Score';
    }

.FleetEffOverviewBestWorstTitle {
    width: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: 19px;
    font-weight: 700;
}*/

.LiveReportsScoresLineAIdle {
    width: 20%;
    height: 100%;
    float: left;
    align-items: center;
}

.LiveReportsScoresLineB {
    width: 100%;
    height: 50%;
    display: flex;
}

.LiveReportsScoresLineBAccel {
    width: 20%;
    height: 100%;
    float: left;
}

.LiveReportsScoresImage {
    position: relative;
    top: -75px;
    left: calc(50% - 5px);
    width: 40px;
    height: 40px;
    object-fit: contain;
    float: left;
}

.LiveReportsScoresLineBBrake {
    width: 20%;
    height: 100%;
    align-items: center;
    float: left;
}

.LiveReportsScoresLineACorner {
    width: 20%;
    height: 100%;
    align-items: center;
    float: left;
}

.LiveReportsScoresR {
    height: 100%;
    width: 30%;
    float: left;
}

.LiveReportScores {
    height: Calc(100% - 40px);
    width: Calc(100%);
    stroke: #EBEBEB;
    margin-left: 15px;
    float: left;
}

.LiveReportScoresTotal {
    height: 108%;
    width: Calc(100% - 34px);
    stroke: #EBEBEB;
    margin-left: 15px;
    float: left;
    margin-top: -10px;
}


/*.GTToolbarMain {
    height: 38px;
    width: 100%;
    padding-left: 45px;
    background: var(--surface);
}
*/
/*.mainmenuImage {
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 85%;
    width: 85%;
    margin-top: 5%;
    margin-left: 7%;
}*/

.GTAssetActBar {
    width: 100%;
    height: 10px;
    float: left;
    /*margin-top: 3px;*/
    /*margin-bottom: -3px;*/
}

.GTAssetIcon {
    width: 30px;
    height: 50px;
    float: left;
    margin-left: 6px;
    margin-top: 3px;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GTAssetName {
    width: 140px;
    float: left;
    margin-left: 5px;
    margin-top: 7px;
    font-weight: 700;
    font-size: 13px;
}

@supports (-moz-appearance:none) {
    .GTAssetName {
        width: 139px;
        float: left;
        margin-left: 5px;
        margin-top: 7px;
        font-weight: 700;
        font-size: 13px;
    }
}

.GTAssetDriver {
    width: 142px;
    float: left;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GTAssetTime {
    width: 101px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}

.GTAssetDiv1Info {
    float: left;
    width: calc(100% - 30px);
}

.GTAssetDiv1Icons {
    float: left;
}

.GTAssetDiv1 {
    float: left;
}
.GTAssetTimeComm {
    display: block !important;
}


.GTAssetTimeComm {
    width: 101px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    font-size: 10px;
    text-align: right;
    color: #FF9933;
    display: none;
}

.GTAssetStatusIcon {
    height: 20px;
    float: left;
    margin-left: 7px;
    margin-top: 7px;
    width: 20px;
}

#LiveReportsBSubDiv {
    /* display: flex;
    flex-direction: row;*/
    height: calc(100% - 7px);
    background: #F0F0F0;
    min-width: 1258px;
    min-height: 635px;
}

.LiveReportsBHeaderDiv {
    width: 150px;
    float: left;
    background: #0C2790;
    color: white;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

.LiveReportsAText {
    float: left;
    padding-top: 6px;
    padding-left: 20px;
    font-family: system-ui;
}

.LiveReportsBHeaderDivA {
    width: calc(50% - 2.5px);
    float: left;
    background: #0C2790;
    color: white;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

.LiveReportsBContentsDivA {
    width: calc(50% - 4px);
    float: left;
    color: #0B2690;
    font-size: 30px;
    height: 50px;
}

#LiveReportsBColumnA {
    width: 55%;
    height: 100%;
    float: left;
    /*display: flex;
    flex-direction: column;*/
}
.CamHideHide{
    display:none !important;
}
.GTAssetbuttons {
    margin-top: 6px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.BTAssetbtn {
    margin-left: 5px;
    margin-right: 5px;
}

#LiveReportsBColumnB {
    width: 45%;
    height: 100%;
    float: left;
    /*display: flex;
    flex-direction: column;*/
}

.GTAssetDevIcon {
    float: left;
    width: 32px;
    margin-left: 2px;
    font-size: 29px;
    line-height: 45px !important;
}


.GTAssetMileage {
    width: 75px;
    float: right;
}

.GTAssetSatellites {
}

.GTAssetCharge {
}
.ActBarImg{
    float:left;
}
.GTAssetInfoBox {
    width: 32%;
    /*margin-left: 2px;*/
    /*height: 15px;*/
    float: left;
    line-height: 17px;
}

.GTAssetVoltage {
    width: 60px;
    height: 15px;
    float: right;
    margin-right: 5px;
}

.GTAssetSimData {
    width: 60px;
    height: 15px;
    float: right;
    margin-right: 5px;
}

.GTAssetIOStatus {
}

.GTAssetGPSStatus {
    width: auto !important;
    margin-right: 3px;
}

.GTAssetConStatus {
    width: auto !important;
    width: 75px;
    float: right;
}

.StatusMessageDiv {
    float: left;
    height: 20px;
    margin-left: 10px;
}

.GTAssetLocation {
    width: calc(100% - 37px);
    float: left;
    margin-left: 5px;
}

.GTAssetLocationTxt {
    width: 100%; /*235px;*/
    float: left;
    /*  width: calc(100% - 20px);*/
}


.GTAssetStatus {
    width: 170px;
    float: left;
    margin-left: 5px;
}

.mainmenuIconTraffic {
    background-image: url("/resources/chicaneuiimages/mainmenu/traffic.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.mainmenuIconFollow {
    background-image: url("/resources/chicaneuiimages/mainmenu/follow.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.mainmenuIconHideFences {
    background-image: url("/resources/chicaneuiimages/mainmenu/hidefences.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.mainmenuIconLogout {
    background-image: url("/resources/chicaneuiimages/mainmenu/logout.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}




.GTDDDAssetSelected {
    background: var(--surface-1);
}

.GTBatteryStatusIconImg {
    height: 20px;
    width: 20px;
    float: right;
    object-fit: contain;
}

.GTAssetBatteryIconB100 {
    background-image: url("/resources/chicaneuiimages/general/B100.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.GTAssetBatteryIconB75 {
    background-image: url("/resources/chicaneuiimages/general/b75.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.GTAssetBatteryIconB50 {
    background-image: url("/resources/chicaneuiimages/general/b50.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.GTAssetBatteryIconB25 {
    background-image: url("/resources/chicaneuiimages/general/b25.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.GTAssetBatteryIconB0 {
    background-image: url("/resources/chicaneuiimages/general/b0.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.GTAssetVoltageIcon {
    background-image: url("/resources/chicaneuiimages/general/batteryimg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.AssetListIcon {
    /*   height: 50px;*/
    width: 30px;
    float: left;
    /*    margin-left: 6px;
    margin-top: 3px;*/
}

.GTAssetDiv1 {
    width: 100%;
    float: left;
}

.GTAssetDiv2 {
    width: 100%;
    float: left;
    /*margin-top: 2px;*/
}

.GTAssetMenuBar {
    width: 100%;
    float: left;
}



.invertassetpanel {
    float: left;
    margin-top: 9px;
    font-size: 22px;
    margin-left: 5px;
}

.MainGroupSelect {
    margin-top: 2px;
    width: 100%
}

.ListViewGroupSelect {
    float: left;
    height: 30px;
    /* margin-left: 5px; */
    margin-top: 4px;
}

.GTAssetMenuBarItem {
}

.TrackerReplayLabel:after {
    content: 'Tracker Replay';
}

.MultiTrackerReplayLabel:after {
    content: 'Multi Tracker Replay';
}

#CameraViewPTZ.ShowFlex {
    display: block !important;
    position: absolute;
    top: calc(100% - 156px);
    left: 5px;
}

#CamSideBarMain {
    width: 150px;
    height: 100%;
    float: left;
}

.editcamname {
    margin-left: 5px;
    margin-top: 8px;
    float: right;
    height: 15px;
    width: 15px;
}

.camstatustxt {
    margin-left: 7px;
    display: block;
    float: left;
    width: calc(100% - 58px);
}

.camerainfo {
    line-height: 29px;
    width: 100%;
    float: left
}

#CameraViewSideBar {
    float: left;
    border: solid 1px;
    border-color: var(--GTDialogBorder);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    border-color: var(--GenBorderColor);
}

#CameraFileSystemHeader {
    width: calc(100% - 4px);
    margin-left: 0px;
    height: 25px;
    float: left;
    background: var(--GTDialogBackground);
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 2px;
    border-color: var(--GTDialogBorder);
    border-radius: 5px;
    color: var(--GTDialogText);
}

#CameraFileSystemFiles {
    width: calc(100% - 4px);
    height: calc(100% - 33px);
    float: left;
    background: var(--GTDialogBackground);
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 2px;
    border-color: var(--GTDialogBorder);
    border-radius: 5px;
    color: var(--GTDialogText);
}

.divJourneyView {
    /* layout stays consistent */
    display: flex;
    flex-direction: column;
    flex: none;
    width: 280px;
    height: calc(100% - 13px);
    /* styling */
    border-radius: 0 14px 14px 0; /* straight left, curved right */
    padding: 5px;
    /*background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), var(--surface-1);*/
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 1px 6px rgba(0,0,0,0.35);
    /* hidden state */
    opacity: 0;
    transform: translateX(-24px);
    visibility: hidden;
    pointer-events: none;
    transition: transform 1700ms cubic-bezier(.2,.8,.2,1), opacity 400ms ease, visibility 0s linear 1700ms; /* hide AFTER slide finishes */
}

    .divJourneyView.ShowFlex {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition: transform 1700ms cubic-bezier(.2,.8,.2,1), opacity 400ms ease, visibility 0s linear 0s; /* show immediately */
    }
    
.map-canvas-container {
    transition: width 1800ms cubic-bezier(.2,.8,.2,1);
}

.divAssetsPanel {
    flex-flow: column;
    float: left;
    height: 100%;
    width: 310px;
    padding-left: 8px
}

.divToolbarView {
/*    height: 105px;*/
    width: 100%
}

.MainPanelView {
    height: calc(100% - 130px);
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    display: flex;
}


#map-canvas {
    margin-left: 1px;
    margin-right: 3px;
    float: left;
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-color: var(--GenBorderColor);
    background: rgb(51, 51, 51);
    border-radius: 5px;
    overflow: hidden;
}

/*.GTMenuFencesA {
}

.GTMenuFencesB {
    height: 38px;
    width: 100%;
    background: var(--ToolbarTop);
}

.GTMenuFencesC {
    width: calc(98.5% - 32px)
}

.GTMenuFencesD {
    height: 100%;
    width: 100%;
    width: calc(100% + 7px);*/
    /*padding-top: 5px;*/
    /*overflow-x: hidden;
    overflow-y: scroll;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}*/

#TrakSearchHeader {
}

.rdtype {
    width: 100px;
    height: 20px;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid white;
}

.RDWSel {
    background: var(--GenBorderColor);
}

#RawDataSearchBody {
    width: Calc(100% - 10px);
    height: calc(100% - 82px);
    margin-left: 5px;
    overflow-y: auto;
    overflow-x: auto;
}

.GTRawDataSel {
    background: #444;
}

.Logo {
    content: url("/resources/chicaneuiimages/maintabbar/fleetdatasearchbtn.png");
}

#divAssetViewLine {
    height: 100%;
    margin-top: 10px;
    float: left;
    margin-bottom: 5px;
    /*border: 3px solid rgb(191, 191, 191);*/
    border-radius: 5px;
    flex-direction: column;
    /*background: white;*/
    flex-direction: column;
    width: calc(100% - 20px);
    overflow: hidden scroll;
    display: none;
    z-index: 100;
}

#GTAssetLineHeader {
    /*background: white;*/
    border-radius: 5px;
    font-size: 11px;
    margin-top: -15px;
    line-height: 19px;
    width: calc(100% - 20px);
    height: 20px;
    /*border-bottom: 1px solid rgb(51, 51, 51);*/
    /*color: black;*/
    flex-direction: row;
    padding-left: 8px;
    float: left;
    display: none;
}

.CloseMultiMapAsset {
    float: right;
    margin-top: 0px !important;
}

#map-canvas-container-multi {
    width: 100%;
    height: calc(100% - 5px);
    float: left;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-wrap: wrap;
}

.readonly {
    background: #E5E5E5;
}

.map-canvas-container-multi-head {
    text-align: right;
    float: left;
    width: 100%;
}

.AddNewMultiViewAsset {
    float: right;
    margin-right: 10px;
}

#map-canvas-container-multi-contents {
    width: 100%;
    height: calc(100% - 32px);
    float: left;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-wrap: wrap;
    display: flex;
}

.CamMultiViewContainerTime {
    margin-left: 16px;
}

.CamMultiViewContainerHeader {
    height: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.CamMultiViewContainerMap {
    height: calc(100% - 20px); /* calc(100% - 20px);*/
    width: 100%;
}


.CamMultiViewContainer {
    min-height: 250px;
    min-width: 30%;
    border: solid var(--GTDialogBorder) 2px;
    border-radius: 5px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.MapMultiViewContainerHeader {
    height: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.MapMultiViewContainerMap {
    height: calc(100% - 20px); /* calc(100% - 20px);*/
    width: 100%;
}


.MapMultiViewContainer {
    min-height: 250px;
    min-width: 14%;
    border: solid var(--GTDialogBorder) 2px;
    border-radius: 5px;
    float: left;
}

#map-canvas-container {
    width: 100%;
    height: calc(100% - 5px);
    float: left;
    position: relative;
}
#JourneyControlsTime  {
    float: left;
    margin-top: 2px;
}
#divJournies {
    float: left;
    display: flex;
    flex-direction: column;
    border: solid 2px var(--surface-3);
    width: Calc(100% - 4px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 5px;
    margin-top: 5px;
}

.divAssetsPanel {
    float: left;
    height: 100%;
    width: 315px;
    flex: none;
    padding-left: 4px;
    padding-right: 4px;
}


#divJourneyView.ReplayH {
    width: Calc(100% - 325px);
    height: 40%;
}

.ReplayH #divReplayControls {
    top: 120px;
}


.MainPanelView.ReplayH {
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

#map-canvas-container.ReplayH {
    height: 58%;
}

.MainPanelView.Horizontal {
    flex-direction: column-reverse;
}

.MainPanelView.HorizontalL {
    flex-direction: column-reverse;
}

.MainPanelView.HorizontalM {
    flex-direction: column-reverse;
}

.Horizontal .divAssetsPanel {
    width: 100%;
    height: 50%;
}

.Horizontal #map-canvas-container {
    height: 50%;
}




.Horizontal #divGroupsView, .HorizontalL #divGroupsView, .HorizontalM #divGroupsView {
    position: relative;
    top: calc(100% - 39px);
    left: 300px;
    width: calc(100% - 318px);
}

.expandassetpanel {
    display: none;
    float:left;
}

.Horizontal .expandassetpanel, .HorizontalL .expandassetpanel, .HorizontalM .expandassetpanel {
    float: right;
    margin-left: auto;
    display: flex;
    font-size: 22px;
    margin-top: 2px;
}

.HorizontalL .divAssetsPanel {
    width: 100%;
    height: 70%;
}

.HorizontalL #map-canvas-container {
    height: 30%;
}

.HorizontalM .divAssetsPanel {
    width: 100%;
    height: 100%;
}
.ShowGrid {
    display: grid !important; /* overrides ShowFlex */
}
.HorizontalM #map-canvas-container {
    display: none !important
}

#mapsearch {
    position: absolute;
    left: 100px;
    bottom: 4px;
    z-index: 7;
}

/* =========================
   MAP TYPE DROPDOWN (SEXY)
   ZERO-SPACING VERSION
   ========================= */
.Thide {
    display: none !important;
}
#maplist {
    position: absolute;
    top: 4px;
    left: 30px;
    z-index: 2;
    width: 190px;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    background: var(--glass-tint);
    border: 1px solid var(--glass-border);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(120%);
    /*display: flex;*/
    flex-direction: column;
    /* dropdown behaviour */
    max-height: 40px; /* collapsed height = selected row */
    overflow: hidden;
    transition: max-height 180ms ease;
}

    /* open */
    #maplist:hover,
    #maplist:focus-within {
        max-height: 360px;
    }

    /* ordering */
    #maplist .mapchange {
        order: 2;
    }

    #maplist:not(:hover):not(:focus-within) .mapchangeselected {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    #maplist .mapchangeselected {
        order: 1;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    /* rows */
    #maplist .mapchange {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 12px;
        margin: 0;
        border-radius: 0; /* critical: avoid edge overlap */
        border: 0;
        background: transparent;
        color: var(--text-muted);
        cursor: pointer;
        user-select: none;
        transition: background 120ms ease, color 120ms ease;
    }

        /* label */
        #maplist .mapchange label {
            margin: 0;
            font-size: 12.5px;
            font-weight: 600;
            line-height: 1;
            cursor: pointer;
            letter-spacing: 0.1px;
        }

        /* hover */
        #maplist .mapchange:hover {
            background: color-mix(in srgb, var(--surface-2), transparent 45%);
            color: var(--text);
        }

    /* selected row — behaves like the button */
    #maplist .mapchangeselected {
        background: color-mix(in srgb, var(--surface-2), transparent 25%);
        color: var(--text);
        /* inset shadow only — nothing escapes container */
        box-shadow: inset 0 1px 0 color-mix(in srgb, white, transparent 70%);
    }

        /* indicator dot */
        #maplist .mapchangeselected::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--main);
            flex: 0 0 auto;
            box-shadow:
            /* inner colored glow */
            0 0 0 3px color-mix(in srgb, var(--main), transparent 75%),
            /* soft white outer ring */
            0 0 0 6px rgba(255, 255, 255, 0.35);
        }


        /* chevron */
        #maplist .mapchangeselected::after {
            content: "";
            margin-left: auto;
            width: 8px;
            height: 8px;
            border-right: 2px solid color-mix(in srgb, var(--text), transparent 30%);
            border-bottom: 2px solid color-mix(in srgb, var(--text), transparent 30%);
            transform: rotate(45deg);
            opacity: 0.8;
            transition: transform 160ms ease;
        }

    /* flip chevron when open */
    #maplist:hover .mapchangeselected::after,
    #maplist:focus-within .mapchangeselected::after {
        transform: rotate(-135deg);
    }

    /* add separation ONLY when expanded */
    #maplist:hover .mapchange:not(.mapchangeselected),
    #maplist:focus-within .mapchange:not(.mapchangeselected) {
        background-clip: padding-box;
        border-top: 1px solid color-mix(in srgb, var(--border), transparent 40%);
    }



#DialogTitle {
    font-weight: 700;
}


.LiveReports.MainPanelView {
    width: 320px;
    flex-direction: column;
}

.LiveReports.divAssetsPanel {
    height: 60%;
}

.LiveReports#map-canvas-container {
    height: calc(40% - 11px);
    width: 100%;
    margin-top: 5px;
}

.lblcoords {
    text-align: center;
    margin-top: 1px;
    float: left;
    margin-left: 10px;
}

#mapcache {
    /*   margin-top: 4px;*/
    margin-right: 5px;
    float: right;
}

.StatusBar {
    float: left;
    width: 100%;
    margin-top: 2px;
}

#smscredits {
    float: right;
    margin-right: 17px;
    margin-top: 1px;
}

#statusdiv {
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

#mainmenu {
    height: 35px;
    width: 39px;
    position: absolute;
    top: 3px;
    left: 3px;
}



.ReplayH .replaycontrolsA {
    display: none;
    width: 100%;
    margin-top: 4px;
}




#CameraFileSystem {
    /*width: calc(100% - 165px);
    text-align: center;
    margin-left: 5px;
    float: left;
    height: calc(100% - 35px);*/
    /* display: block; */
    /*border: white solid 1px;
    border-radius: 5px;
    flex-direction: column;*/
}

#CameraFileDownloadsSystem {
    width: calc(100% - 165px);
    text-align: center;
    margin-left: 5px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 35px);
    /* display: block; */
    background: var(--GenBorderColor);
    border: white solid 1px;
    border-radius: 5px;
    flex-direction: column;
}

.ShowDeviceTags {
}
.videoplayerdata{
    float:right
}
#LiveViewContent {
    width: calc(100% - 165px);
    text-align: center;
    border: white solid 1px;
    border-radius: 5px;
    margin-left: 5px;
    float: left;
    height: 100%;
    flex-direction: column;
}

#loadingpanel {
    width: 250px;
    height: 250px;
    margin-left: calc(50% - 225px);
    position: absolute;
    z-index: -1;
    flex-direction: column;
}

.FootageHover.Selected {
    background: #f4af0f !important;
}

#LiveViewContent {
    flex-direction: column;
}

#LiveViewContentiFrame {
    width: 100%;
    height: 100%;
}

.loadingicon {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.loadingpanelvideo {
    width: 100%;
    height: 100%;
}

.videocontainer {
    width: 480px;
    height: 320px;
    /*background: #555;*/
    z-index: 9999;
    bottom: 30px;
    right: 0px;
}

.DeviceListProp {
    margin-bottom: 3px;
    min-height: 20px;
}


.CFCriteriaSectionAdd {
    width: calc(35% - 20px);
    border-left: solid 1px white;
    padding-left: 5px;
    height: 100%;
    float: left;
    flex-direction: column;
}

.CFFTemplates {
    width: calc(35% - 20px);
    border-left: solid 1px white;
    padding-left: 5px;
    display: none;
    height: 100%;
    float: left;
    flex-direction: column;
}

#AdvFleetFilter {
    float: left;
    margin-left: 3px;
    margin-top: 5px;
    width: 34px;
}

.TrackerSettingsTagSelected {
    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;
}

.SelectDriverTabSelected {
    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;
}

#TSMansgeGroups {
}

#SyncOdo {
    width: 100px;
}

#OdoPastSyncs {
    width: 85px;
}

#SyncHours {
    width: 100px;
}

#HoursPastSyncs {
    width: 85px;
}

#SaveGeneralSettings {
    float: left;
    
}

.saveio {
    float: right;
    margin-right: 10px;
}

.iosettingssave {
    float: right;
    margin-right: 10px;
}

.contactaddress {
    line-height: 20px;
}

.NewReminderDialog {
    float: right;
    margin-right: 10px;
}

.SaveAssetNotes {
    float: left;
    margin-right: 0px;
}

#assetdriversettings {
    flex-direction: column;
    width: calc(100% - 10px);
}

.assetdriverbtnSelected {
/*    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;*/
}

#TrackerSettingsDriverSettings {
    flex-direction: row;
    width: calc(100% - 130px);
    height: calc(100% - 130px);
}

.SaveAssetClass {
}

.ReportsWizBtnSelected {
    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;
}

/*button {
    background-color: var(--BtnColBack);
    color: var(--BtnTextColor);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border: 1px solid;
    border-color: var(--BtnColBorder);
    cursor: pointer;
}
*/
.SysSettingsTagSelected {
    background-color: var(--BtnColSel) !important;
    color: var(--BtnColSelText) !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .GTAsset {
        min-height: 100px;
    }

    #divJournies {
        display: block;
    }

        #divJournies.ShowFlex {
            display: block;
        }
}

#divPolygon {
    height: calc(100% - 44px);
    width: 100%;
    background: var(--GTDialogBackground);
    color: var(--GTDialogText);
    padding-top: 5px;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#FleetEffMaindiv {
    height: calc(100% - 60px);
    width: 100%;
    height:100%;
    flex-direction: column;
}

#divfencecolor {
    /*  height: calc(100% - 34px);*/
    width: 100%;
    background: var(--GTDialogBackground);
    color: var(--GTDialogText);
    padding-top: 5px;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* ===========================================
   Sexy Map Dropdown (mapmenudropdown)
   =========================================== */

#mapmenudropdown {
    flex-direction: column;
    position: fixed; /* matches context-menu behaviour */
    z-index: 99999;
    padding: 8px;
    min-width: 215px;
    max-width: 280px;
    border-radius: 16px;
    background: radial-gradient(600px 220px at 15% 0%, color-mix(in srgb, var(--main), transparent 86%), transparent 55%), linear-gradient(180deg, color-mix(in srgb, var(--surface-3), transparent 32%), transparent 30%), var(--glass-tint);
    color: var(--text);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    box-shadow: 0 18px 55px color-mix(in srgb, #000, transparent 55%), 0 2px 0 color-mix(in srgb, var(--text), transparent 92%) inset;
    transform-origin: top left;
}

    #mapmenudropdown.is-open {
        animation: gtMenuIn .12s ease-out both;
    }

    /* Each row item */
    #mapmenudropdown .mapdropdownitem {
        position: relative;
        display: grid;
        grid-template-columns: 26px 1fr;
        align-items: center;
        gap: 10px;
        padding: 2px 15px;
        margin: 2px 0;
        border-radius: 12px;
        cursor: pointer;
        user-select: none;
        background: transparent;
        border: 1px solid transparent;
        transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
    }

    /* Image icon column */
    #mapmenudropdown .mapdropdownitemimage {
        width: 18px;
        height: 18px;
        justify-self: center;
        opacity: .9;
        filter: drop-shadow(0 1px 0 color-mix(in srgb, var(--text), transparent 88%));
    }

    /* Label (override inline color:black by being more specific) */
    #mapmenudropdown .mapdropdownlabel {
        color: var(--text) !important;
        font-size: 13px;
        font-weight: 650;
        letter-spacing: .15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        padding: 0;
    }

    /* Hover state */
    #mapmenudropdown .mapdropdownitem:hover {
        background: color-mix(in srgb, var(--surface-2), transparent 25%);
        border-color: color-mix(in srgb, var(--border), transparent 35%);
        box-shadow: 0 12px 22px color-mix(in srgb, #000, transparent 74%), 0 0 0 3px var(--focus-ring);
        transform: translateY(-1px);
    }

    /* Accent rail on hover */
    #mapmenudropdown .mapdropdownitem::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 2px;
        bottom: 2px;
        width: 3px;
        border-radius: 999px;
        background: transparent;
        opacity: 0;
        transition: opacity .15s ease, background .15s ease;
    }

    #mapmenudropdown .mapdropdownitem:hover::before {
        opacity: 1;
        background: linear-gradient(180deg, var(--main), color-mix(in srgb, var(--main), transparent 55%));
        box-shadow: 0 10px 18px color-mix(in srgb, var(--main), transparent 74%);
    }

    /* Pressed state */
    #mapmenudropdown .mapdropdownitem:active {
        transform: translateY(0);
        background: color-mix(in srgb, var(--surface-3), transparent 18%);
    }

    /* If you want a “selected” state, add .is-active in JS */
    #mapmenudropdown .mapdropdownitem.is-active {
        background: color-mix(in srgb, var(--surface-3), transparent 22%);
        border-color: var(--main-border);
        box-shadow: 0 0 0 3px var(--focus-ring);
    }



/* ===========================================
   Sexy Submenu Panel (closesttrackerscrow)
   =========================================== */

#closesttrackerscrow {
    /* your inline styles set absolute + left/top; keep that */
    position: fixed !important; /* more reliable than absolute for overlays */
    z-index: 100000;
    width: 280px !important; /* a touch wider than 250 for nicer labels */
    max-width: 360px;
    height: auto !important;
    max-height: min(520px, calc(100vh - 24px)) !important;
    padding: 8px !important;
    border-radius: 16px;
    background: radial-gradient(600px 220px at 15% 0%, color-mix(in srgb, var(--main), transparent 88%), transparent 55%), linear-gradient(180deg, color-mix(in srgb, var(--surface-3), transparent 34%), transparent 30%), var(--glass-tint) !important;
    color: var(--text) !important;
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    box-shadow: 0 18px 55px color-mix(in srgb, #000, transparent 55%), 0 2px 0 color-mix(in srgb, var(--text), transparent 92%) inset;
    overflow: auto;
    transform-origin: top left;
}

    /* Optional: animate when you show it by toggling a class */
    #closesttrackerscrow.is-open {
        animation: gtMenuIn .12s ease-out both;
    }

    /* Each entry */
    #closesttrackerscrow .crowdist {
        position: relative;
        display: grid;
        grid-template-columns: 26px 1fr;
        align-items: center;
        gap: 10px;
        padding: 2px 12px;
        margin: 2px 0;
        border-radius: 12px;
        cursor: pointer;
        user-select: none;
        background: transparent;
        border: 1px solid transparent;
        transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
    }

    /* Icon */
    #closesttrackerscrow .crowdistitemimage {
        width: 18px;
        height: 18px;
        justify-self: center;
        opacity: .9;
        filter: drop-shadow(0 1px 0 color-mix(in srgb, var(--text), transparent 88%));
    }

    /* Label (override inline color:black) */
    #closesttrackerscrow .mapdropdownlabel {
        color: var(--text) !important;
        font-size: 13px;
        font-weight: 650;
        letter-spacing: .15px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* If you already use .textoverflow, ensure it behaves */
    #closesttrackerscrow .textoverflow {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Hover */
    #closesttrackerscrow .crowdist:hover {
        background: color-mix(in srgb, var(--surface-2), transparent 25%);
        border-color: color-mix(in srgb, var(--border), transparent 35%);
        box-shadow: 0 12px 22px color-mix(in srgb, #000, transparent 74%), 0 0 0 3px var(--focus-ring);
        transform: translateY(-1px);
    }

    /* Accent rail on hover */
    #closesttrackerscrow .crowdist::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 2px;
        bottom: 2px;
        width: 3px;
        border-radius: 999px;
        background: transparent;
        opacity: 0;
        transition: opacity .15s ease, background .15s ease;
    }

    #closesttrackerscrow .crowdist:hover::before {
        opacity: 1;
        background: linear-gradient(180deg, var(--main), color-mix(in srgb, var(--main), transparent 55%));
        box-shadow: 0 10px 18px color-mix(in srgb, var(--main), transparent 74%);
    }

    /* Pressed */
    #closesttrackerscrow .crowdist:active {
        transform: translateY(0);
        background: color-mix(in srgb, var(--surface-3), transparent 18%);
    }

/* Scrollbar (matches the other dropdowns) */
#closesttrackerscrow {
    scrollbar-width: thin;
    flex-direction: column;
    scrollbar-color: color-mix(in srgb, var(--border), transparent 30%) transparent;
}

   


.ShowDialog {
    display: block !important;
}

#SystemTabs {
    display: flex;
    overflow-x: auto; /* REQUIRED */
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 2px;
}

.TrackerSettingsGeneralDiv {
    float: left;
    width:100%;
    margin-bottom:3px;
    margin-right:4px;
}
.TrackerSettingsGeneralLabel {
    float: left;
    width: 200px;
    text-align: right;
    line-height: 29px;
    margin-right: 10px;
}

.TrackerSettingsGeneralData {
    float: left;
    width: 200px !important;
    margin-left:5px;
}

.sumo_TrackerSettingsGroups {
    float: left;
    width: 206px !important;
}

.SumoSelect > .CaptionCont {
    width: calc(100% - 26px) !important;
    margin-left: 8px;
    border-radius: 7px;
    background: var(--surface);
    border: none;
    height: 30px;
}




/* ======================================================
   iziToast – Clear Glass + Strong Color (FINAL)
   ====================================================== */

.iziToast {
    position: relative;
    overflow: hidden !important;
    border-radius: 16px !important;
    /* Clear glass base (NOT milky) */
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(16px) saturate(165%);
    -webkit-backdrop-filter: blur(16px) saturate(165%);
    border: 1px solid rgba(255,255,255,0.18) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.30), inset 0 1px 0 rgba(255,255,255,0.22) !important;
    /* Defaults overridden per type */
    --tint: rgba(255,255,255,0);
    --accent: rgba(255,255,255,0.85);
}

    /* Subtle top highlight (kept minimal) */
    .iziToast::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient( 180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02) 55%, rgba(255,255,255,0.01) );
    }

    /* Flat tinted glass overlay (NO gradients) */
    .iziToast::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: var(--tint);
    }

    /* Accent rail */
    .iziToast .iziToast-body {
        position: relative;
    }

        .iziToast .iziToast-body::before {
            content: "";
            position: absolute;
            left: -10px;
            top: -10px;
            bottom: -10px;
            width: 5px;
            border-radius: 12px;
            background: var(--accent);
            opacity: 0.95;
        }

/* Typography */
.iziToast-title {
    color: rgba(255,255,255,0.96) !important;
    font-weight: 650 !important;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.iziToast-message {
    color: rgba(255,255,255,0.85) !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.20);
}

.iziToast-icon {
    opacity: 0.95;
}

.iziToast-close {
    opacity: 0.65 !important;
}

    .iziToast-close:hover {
        opacity: 0.95 !important;
    }

/* Progress bar matches accent */
.iziToast-progressbar {
    height: 3px !important;
    background: var(--accent) !important;
    opacity: 0.65;
}

/* =====================
   TYPE COLOURS
   ===================== */

/* INFO – Blue */
.iziToast.iziToast-color-blue {
    --tint: rgba(59,130,246,0.5);
    --accent: rgba(96,165,250,0.95);
}

/* SUCCESS – Green */
.iziToast.iziToast-color-green {
    --tint: rgba(34,197,94,0.5);
    --accent: rgba(74,222,128,0.95);
}

/* ERROR – Red */
.iziToast.iziToast-color-red {
    --tint: rgba(239,68,68,0.5);
    --accent: rgba(248,113,113,0.95);
}

/* WARNING – ORANGE (clearly visible) */
.iziToast.iziToast-color-orange {
    --tint: rgba(255,122,0,0.5);
    --accent: rgba(255,159,67,0.98);
}

.iziToast i.faicon {
    color: var(--accent) !important;
    filter: brightness(0.72) saturate(120%);
    text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}
.select2-container--default .select2-selection--multiple {
    background: transparent;
    height: 70px;
}



.thumb {
    cursor: zoom-in;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Thumbs */
.snapshotpic, .thumb {
    cursor: zoom-in;
}

/* Backdrop */
.lbBack {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.86);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    padding: 18px;
}

/* Wrapper */
.lbWrap {
    position: relative;
    width: min(1200px, 96vw);
    height: min(92vh, 920px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
.lbImg {
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
    /*border: 1px solid rgba(255,255,255,.16);*/
    /*box-shadow: 0 30px 90px rgba(0,0,0,.55);*/
    background: rgba(255,255,255,.04);
    cursor: zoom-out;
    width: 100%;
    
    object-fit: contain;
}

/* Close button */
.lbClose {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

    .lbClose:hover {
        background: rgba(255,255,255,.16);
    }




.gt-popup {
    width: 100%;
}

.gt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    min-height: 20px; /* replaces fixed height */
}

.gt-left {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0; /* allows ellipsis to work inside flex */
    flex: 1 1 auto;
}

.gt-right {
    margin-left: auto;
    text-align: right;
    min-width: 0;
    flex: 0 1 auto;
}

.gt-center {
    justify-content: center;
}

.gt-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

/* Optional: keep status from hogging space */
.gt-status {
    max-width: 160px;
}

/* Optional: location styling */
.gt-location {
    font-size: 11px;
    width: 100%;
    text-align: center;
}
.videoplayerdata {
    font-size: 13px;
}


.upload-box {
    width: 350px;
    border: 2px dashed #d0d5dd;
    border-radius: 12px;
    padding: 4px;
    height: 110px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    transition: all 0.2s ease;
}

    .upload-box:hover {
        border-color: #00C98E;
        background: #f0fffa;
    }

    .upload-box.dragover {
        border-color: #00C98E;
        background: #e6fff6;
        transform: scale(1.02);
    }

.upload-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.upload-icon {
    font-size: 32px;
}

.upload-text {
    text-align: left;
    font-size: 14px;
    color: #344054;
}

.upload-sub {
    font-size: 12px;
    color: #667085;
    margin-top: 3px;
}


.upload-progress-wrap {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.upload-progress {
    width: 240px;
    height: 10px;
    border-radius: 999px;
    background: #eef2f6;
    overflow: hidden;
    border: 1px solid #e4e7ec;
}

.upload-progress-bar {
    height: 100%;
    width: 0%;
    background: #00C98E;
    transition: width .1s linear;
}

.upload-progress-text {
    font-size: 12px;
    color: #667085;
    width: 40px;
    text-align: right;
}

.upload-status {
    margin-top: 8px;
    font-size: 12px;
    color: #667085;
    text-align: center;
}

    .upload-status.ok {
        color: #067647;
    }

    .upload-status.err {
        color: #b42318;
    }


.fs-container {
    
    
}
#CameraDownloadedFiles {
    width: 100%;
    height: calc(100% - 40px);
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

.fs-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
}

.fs-card-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    font-weight: 600;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.file-count {
    opacity: 0.7;
    font-size: 0.9em;
}
.fs-file {
    font-size: 32px;
}

.fs-file-list {

    overflow-y: auto;
}

.fs-file-row {
    float: left;
    width: 300px;
    margin: 5px;
    border-radius: 10px;
    height: 219px;
}

    .fs-file-row:hover {
        background: var(--surafce-2);
    }

.file-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .file-info i {
        opacity: 0.7;
    }

.btn-download {
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00c98e, #0090ff);
    color: white;
    text-decoration: none;
    font-size: 0.85em;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn-download:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    }

.empty-state {
    text-align: center;
    padding: 60px 20px;
    opacity: 0.7;
}

    .empty-state i {
        font-size: 40px;
        margin-bottom: 10px;
    }