﻿.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;
    }
}

.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(--MainAccentColor) !important;
    border: 1px solid var(--GTDialogBorder) !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(--TextColorOverMaincolor);
    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(--GTDialogBackground); /* 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(--ToolBarMenuColor);
    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);
    }

.mainmenuFont {
    color: var(--mainmenuColor);
    font-size: 48px;
    margin-left: 20px;
    margin-top: 10px;
}
.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: white;
    background-color: var(--AssetSelShadeTop);
}
.markerlabels-selected {
    color: white;
    background-color: var(--AssetSelShadeTop);
}

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: #2D2E32;
    height: 97%;
    margin: 0px;
    color: whitesmoke;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ReportSelected {
    background: var(--GTDialogBorder);
}

.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;
}

#AuditDataBody {
    height: 520px;
    float: left;
    overflow: scroll;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.ReminderRowDiv {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.ReminderRowLabel {
    width: 180px;
    float: left;
}

.commandsitem {
    width: 100%;
    height: 25px;
    margin-top: 3px;
    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;
}

.mapdropdownitem {
    width: 100%;
    height: 25px;
    line-height: 37px;
}



.mapdropdownlabel {
    position: relative;
    top: -7px;
    left: 4px;
}

.chartkeycol {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 3px;
    float: left;
}

.chartkeytext {
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}

.mapdropdownitemimage {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: 0px;
}

.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: 26px;
    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);
}

.mapdropdownitem:hover {
    background: #F5F5DC;
}

.GTAssetLineSelected {
    background: #99CCFF;
}
.iotDialogText {
    float: left;
    width: calc(100% - 20px) !important;
}
.iotText {
    width: calc(100% - 22px);
    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;
    float: left;
    margin-top: 13px;
}

.GTAssetLine:hover {
    background: #AADAFF;
}

.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;
    height: 38px;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 5px;
    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;
}




.crowdist {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: black;
    /*   padding-left:5px;*/
}

.crowdistlabel {
    position: relative;
    top: -7px;
    left: 4px;
}

.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);
}

.DriverDocs:hover {
    background: #CCC;
}


.DriverDocsSelect {
    background: #555;
}

::-webkit-scrollbar {
    width: 8px;
}
/* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
    background-color: var(--ScrollbarBackTrackColor);
}
/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: var(--ScrollbarThumbColor);
}
/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: var(--ScrollBarButtonColor);
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: var(--ScrollBarCornerColor);
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


.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;
}

.TrackerSettingsTag {
    margin-top: 4px;
    margin-left: 5px;
}

.SysSettings {
    width: Calc(100% - 10px);
    height: calc(100% - 65px);
    margin-left: -1px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.replayfaicon {
    color: var(--MainAccentColor);
    font-size: 25px;
    float: left;
}

.ReportWizItem {
    height: 54px;
    border: 1px solid var(--GTDialogBorder);
    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% - 301px);
    height: Calc(100% - 130px);
    margin-left: 318px;
    position: absolute;
    top: 105px;
}

.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 {
    background: #F9F9F9;
    height: calc(100% - 140px);
    border: solid 3px;
    border-color: var(--GenBorderColor);
    border-radius: 3px;
    color: black;
    overflow-x: auto;
    overflow-y: auto;
    background: white;
}

.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;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
}
.VehicleCheckViewerHeader {
    width: 100%;
    height: 50px;
    float: left;
    background: var(--GTDialogBackground);
    text-align: center;
    font-size: 38px;
    font-family: var(--MasterFont);
    color: var(--GTDialogText);
}

.FullPageViewDiv {
    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;
}

.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: 221px;
    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(--GTDialogBorder);
}

.mainmenuIcon {
    width: 55px;
    height: 55px;
    margin-top: 5px;
    margin-left: 5px;
}

.mainmenuText {
    margin-top: 20px;
    margin-left: 19px;
    font-size: 16px;
}

#LoginArrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    z-index: 100;
}

.GTMenubar {
    line-height: 37px;
    height: 37px;
    color: whitesmoke;
    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(--ToolBarItemBrdr);
}

.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(--ToolBarSelected);
    margin-top: 3px;
    margin-left: var(--ToolbarML);
    border: 1px solid;
    border-color: var(--ToolBarItemBrdrSel);
}
.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;
    color: whitesmoke;
    list-style-type: none;
    background-color: var(--ToolbarMain);
    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;
}

.GTDropdown {
    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;
    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;
}

.HistActBar {
    height: 32px;
    margin-left: 4px;
    width: calc(100% - 10px);
}

.GTAsset:hover {
    background: -webkit-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom));
    background: linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* Standard syntax */
}



.GTDriver:hover {
    background: -webkit-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom));
    background: linear-gradient(var(--AssetHoverShadeTop), var(--AssetHoverShadeBottom)); /* Standard syntax */
}

.GTActiveAsset {
    border-radius: 5px;
    border: 2px inset #BFBFBF;
    margin-bottom: 5px;
    cursor: pointer;
    color: var(--AssetTextColor);
    background: -webkit-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom));
    background: linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* Standard syntax */
}

.GTActiveDriver {
    border-radius: 5px;
    border: 2px inset #BFBFBF;
    margin-bottom: 5px;
    cursor: pointer;
    color: var(--AssetTextColor);
    background: -webkit-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom));
    background: linear-gradient(var(--AssetSelShadeTop), var(--AssetSelShadeBottom)); /* Standard syntax */
    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: 100%;
    
    cursor: pointer;
    color: black;
    border-bottom: 1px solid #555555;
}

.GTDDDAsset:hover {
    background: #111;
}

.GTDDDFile:hover {
    background: #111;
}

.GTTachoStatusAsset:hover {
    background: #111;
}

.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: #ccc
}

.GTJourneySingle {
    width: 100%;
    height: 25px;
    cursor: pointer;
    color: black;
    border-bottom: 1px solid #555555;
}

.GTJourney:hover {
    background: var(--JourneyHoverColor);
}

.GTJourneySingle:hover {
    background: var(--JourneyHoverColor);
}

.GTLongJourney {
    background: #e65a5a !important;
}

.GTGoodJourney {
    background: #73B97B !important;
}

.GTLongJourney:hover {
    background: #b22424 !important;
}

.GTGoodJourney:hover {
    background: var(--JourneyHoverColor) !important;
}

.GTActiveJourney {
    width: 100%;
    
    cursor: pointer;
    color: black;
    border-bottom: 1px solid #555555;
    background: -webkit-linear-gradient(#C8C8EE, #E8E8EE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C8C8EE, #E8E8EE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C8C8EE, #E8E8EE); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#C8C8EE, #E8E8EE);
    background: linear-gradient(#C8C8EE, #E8E8EE); /* Standard syntax */
}

.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;
}

.GTPopupText {
    margin-top: 0px;
    margin-left: 3px;
}

.GTPopupImage {
    height: 16px;
    margin-left: 5px;
    margin-top: 0px;
    float: left;
}

.GTAssetDropdown {
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 1000;
    display: block;
    float: left;
    list-style: none;
    width: 100px;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 28px;
    border-radius: 5px;
    border: 3px solid var(--AssetDropDownColor);
    background: whitesmoke;
    width: 200px;
}

.GTHiddenDropdown {
    display: none;
}

.GTAssetDropdownItem {
    display: block;
    color: #333333;
    padding-left: 5px;
    height: 28px;
    margin: 0px;
}

    .GTAssetDropdownItem:hover {
        cursor: pointer;
        background: var(--AssetDropDownHoverColor);
        color: #FFFFFF;
    }

.GTHiddenDropDownItem {
    display: none !important;
}

.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: 70px;
    float: left;
}

.fasystemsettingssave {
    font-size: 30px;
    color: var(--MainAccentColor);
    float: right;
    top: calc(100% - 33px);
    position: relative;
}

.faedituser {
    font-size: 20px;
    color: var(--MainAccentColor);
    margin-right: 5px;
    margin-top: 3px;
}

.GTTime {
    width: 40px;
}

.ui-datepicker-trigger {
    width: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
}

#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;
}

.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 ;
}

.MidColor {
    color: var(--MiddleColor) !important;
}

.BadColor {
    color: var(--BadColor) !important;
}

.listboximage {
    float: left;
    line-height: 19px !important;
    margin-right: 4px;
}

.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)
}

.ReplayShowType {
    text-align: left;
    margin-top: 12px;
    font-size: smaller;
    float: left;
    font-size: 13px;
    vertical-align: bottom;
    width: 135px;
}

#ReplayTime {
    position: relative;
    font-size: 21px;
    color: #555;
    float: left;
    width: 100%;
    margin-top: 2px;
}

.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;
}

#addcontact {
    
    border-radius: 3px;
    
}

.messagesdiv {
}

    .messagesdiv::-webkit-scrollbar {
        background-color: #fff;
        width: 16px
    }

    /* background of the scrollbar except button or resizer */
    .messagesdiv::-webkit-scrollbar-track {
        background-color: #fff
    }

    /* scrollbar itself */
    .messagesdiv::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 16px;
        border: 4px solid #fff;
        border-radius: 5px;
    }

    /* set button(top and bottom of the scrollbar) */
    .messagesdiv::-webkit-scrollbar-button {
        display: none
    }
.transparent-element {
    pointer-events: none;
}
.info-window {
    position: absolute;
    background: color-mix(in srgb, var(--AssetPopupBackColor) 80%, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: var(--AssetPopupTextColor);
}
.info-window-hist {
    position: absolute;
    background: color-mix(in srgb, var(--AssetPopupBackColor) 80%, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: var(--AssetPopupTextColor);
}
.MainPopup {
  width:450px;
  z-index:999999;
}

.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;
}

.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 {
    border : #ccc inset 2px;
}

.GTHeatMapHist {
}

.GTMultiReplay {
    width: 20px;
    /*border: 2px solid #CCCCCC;*/
}


.GTComparingRoute {
    /*   border: blue inset 2px !important;*/
}

.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;
    border: 1px solid var(--GTDialogBorder);
    background-color: var(--AssetBackGround);
    min-height: 30px;
    min-width: 30px;
    padding: 5px;
    border-radius: 5px;
}
.ReplayButtonsi {
    color: var(--text);
    font-size: 31px
}

#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;
    border-radius: 10px;
    border: 5px solid;
    border-color: var(--ToastBorder);
    text-align: center;
    z-index: 99999;
    background: var(--ToastBackground);
    color: var(--ToastTextColor);
}

.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: 59%;
    height: 347px;
    margin-left: 0.8%;
    padding-left: 2px;
    float: left;
    background-color: var(--TrackSettItemBG);
    border: solid;
    border-color: var(--TrackSettItemBDR);
    border-radius: 5px
}

.TrackerSettingsB {
    width: 35%;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 10px;
    background-color: var(--TrackSettItemBG);
    float: left;
    border-radius: 5px;
    border: solid;
    border-color: var(--TrackSettItemBDR);
}

.TrackerSettingsC {
    width: 318px;
   
    margin-left: 10px;
    padding-left: 2px;
    padding-top: 0px;
    margin-top: 2px;
    background-color: var(--TrackSettItemBG);
    float: left;
    border-radius: 5px;
    border: solid;
    border-color: var(--TrackSettItemBDR);
}

.TrackerSettingsD {
    float: left;
    width: 100%
}

.TrackerSettingsE {
    width: 100%;
    height: 25px;
    padding-left: 5px;
    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-top: 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: 96%;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 3px solid;
    border-color: var(--AssetBorderList);
    border-radius: 5px;
    background: var(--AssetBackGround);
    padding: 1%;
    display: block;
    flex-flow: column;
    overflow-x: hidden;
    overflow-y: scroll;
}

.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(--ToolbarTop);
}

.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: 15px;
    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 {
    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;*/
}

#LiveReportsBColumnB {
    width: 45%;
    height: 100%;
    float: left;
    /*display: flex;
    flex-direction: column;*/
}

.GTAssetDevIcon {
    float: left;
    width: 32px;
    margin-left: 2px;
}


.GTAssetMileage {
    width: 75px;
    float: right;
}

.GTAssetSatellites {
}

.GTAssetCharge {
}

.GTAssetInfoBox {
    width: 32%;
    margin-left: 2px;
    height: 15px;
    float: left;
    line-height:20px;
}

.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% - 5px);
    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: rgb(85, 85, 85);
}

.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 {
    content: url("/images/invert.png");
    height: 25px;
    width: 25px;
    margin-left: 5px;
    float: left;
    margin-top: 3px;
}

.MainGroupSelect {
    margin-top: 2px;
    width: 100%
}

.ListViewGroupSelect {
    float: left;
    height: 30px;
    margin-left: 5px;
}

.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: Calc(100% - 35px);
    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 {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    flex: none;
    height: Calc(100% - 8px);
    width: 280px;
    border: 3px solid var(--GTDialogBorder);
    border-radius: 5px;
    background: var(--AssetBackGround);
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    padding-left: 2px;
}

.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: 295px;
    width: 99%;
    background: var(--GTDialogBackground);
    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;
}

#divJournies {
    float: left;
    display: flex;
    flex-direction: column;
    background: white;
    width: Calc(100% - 4px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.divAssetsPanel {
    float: left;
    height: 100%;
    width: 310px;
    flex: none;
    padding-left: 8px
}

.JourneyDeselectbtn {
    height: 20px;
    justify-content: flex-end;
    margin-right: 5px;
    font-size: 13px;
}

#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% - 27px);
    left: 300px;
    width: calc(100% - 300px);
}

.expandassetpanel {
    display: none;
}

.Horizontal .expandassetpanel, .HorizontalL .expandassetpanel, .HorizontalM .expandassetpanel {
    height: 30px;
    position: relative;
    width: 40px;
    float: right;
    margin-left: calc(100% - 348px);
    display: flex;
}

.HorizontalL .divAssetsPanel {
    width: 100%;
    height: 70%;
}

.HorizontalL #map-canvas-container {
    height: 30%;
}

.HorizontalM .divAssetsPanel {
    width: 100%;
    height: 100%;
}

.HorizontalM #map-canvas-container {
    display: none !important
}

#mapsearch {
    position: absolute;
    left: 100px;
    bottom: 0px;
    z-index: 7;
}

#maplist {
    float: left;
    color: #555;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

#DialogTitle {
    font-weight: 700;
}

.JourneyDeselectbtn {
    width: 125px;
    display: flex;
    float: right;
    margin-right: 10px;
}

.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;
}


#aboutlogo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 127px;
    width: 340px;
}

#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 {
}

#LiveViewContent {
    width: calc(100% - 165px);
    text-align: center;
    border: white solid 1px;
    border-radius: 5px;
    margin-left: 5px;
    float: left;
    height: Calc(100% - 35px);
    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: 400px;
    float: left;
    flex-direction: column;
}

.CFFTemplates {
    width: calc(35% - 20px);
    border-left: solid 1px white;
    padding-left: 5px;
    display: none;
    height: 400px;
    float: left;
    flex-direction: column;
}

#AdvFleetFilter {
    float: left;
    margin-left: 3px;
    margin-top: 5px;
    width: 27px;
}

.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: right;
    margin-right: 14px;
}
.saveio {
    float: right;
    margin-right: 10px;
}
.iosettingssave {
    float: right;
    margin-right: 10px;
}

.contactaddress {
    line-height: 20px;
}

.NewReminderDialog {
    float: right;
    margin-right: 10px;
}

.SaveAssetNotes {
    float: right;
    margin-right: 10px;
}

#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% - 10px);
}

.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% - 72px);
}
#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;
}

#mapmenudropdown {
    width: 200px;
    position: absolute;
    background: #FFFFFF;
    flex-direction: column;
}

#closesttrackerscrow {
    flex-direction: column;
}
