:root {
    /* tachograph/vehicle state colors */
    --tacho-color-drive: #BC3B23;
    --tacho-color-work: #CB7B1D;
    --tacho-color-available: #F2EE00;
    --tacho-color-rest: #9EBFD9;
    --tacho-color-unavailable: #674C87;
}
a {
    color: black;
    text-decoration: none;
}
#addInfoDefault {
    background: url('../images/NaviTrackLogoTransparent.png') no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

.alert {
    padding: 8px 30px 0 30px;
    background: #fdd url('../images/icons/error.png') no-repeat 8px 6px;
    font-size: 11px;
    display: block;
    height: 30px;
}
.p50 {
    width: 50%;
}
.red {
    color: red;
}
.link {
    color: blue;
    text-decoration: underline;
}
.hidden {
    display: none;
}
.defaultPadding {
    padding: 10px;
}
.goPosition {
    background: url('../images/icons/zoom.png') no-repeat;
}
.smallHint {
    font-size: 9px;
    display: block;
    padding: 5px 0 0 20px;
    line-height: 12px;
}
.sharedpositionAdd {
    background: url('../images/icons/map_share_add.png') no-repeat;
}
.sharedpositionModify {
    background: url('../images/icons/map_share_edit.png') no-repeat;
}
.sharedpositionDelete {
    background: url('../images/icons/map_share_delete.png') no-repeat;
}
.objectprivilegeAdd,
.roleuserAdd,
.resellerclientAdd {
    background: url('../images/icons/link_add.png') no-repeat;
}
.objectprivilegeModify,
.userprivilegeModify,
.roleuserModify,
.resellerclientModify {
    background: url('../images/icons/link_edit.png') no-repeat;
}
.objectprivilegeDelete,
.roleuserDelete,
.resellerclientDelete {
    background: url('../images/icons/link_delete.png') no-repeat;
}
.resellerAdd,
.userAdd,
.clientAdd,
.assemblerAdd,
.driverAdd {
    background: url('../images/icons/user_add.png') no-repeat;
}
.resellerModify,
.userModify,
.clientModify,
.assemblerModify,
.driverModify {
    background: url('../images/icons/user_edit.png') no-repeat;
}
.resellerDelete,
.userDelete,
.clientDelete,
.assemblerDelete,
.driverDelete {
    background: url('../images/icons/user_delete.png') no-repeat;
}
.contactAdd,
.departmentAdd {
    background: url('../images/icons/building_add.png') no-repeat;
}
.contactModify,
.departmentModify {
    background: url('../images/icons/building_edit.png') no-repeat;
}
.contactDelete,
.departmentDelete {
    background: url('../images/icons/building_delete.png') no-repeat;
}
.roleAdd {
    background: url('../images/icons/plugin_add.png') no-repeat;
}
.roleModify {
    background: url('../images/icons/plugin_edit.png') no-repeat;
}
.roleDelete {
    background: url('../images/icons/plugin_delete.png') no-repeat;
}
.dictionaryAdd {
    background: url('../images/icons/keyboard_add.png') no-repeat;
}
.dictionaryModify {
    background: url('../images/icons/keyboard_magnify.png') no-repeat;
}
.dictionaryDelete {
    background: url('../images/icons/keyboard_delete.png') no-repeat;
}
.objectAdd {
    background: url('../images/icons/application_add.png') no-repeat;
}
.objectModify {
    background: url('../images/icons/application.png') no-repeat;
}
.objectDelete {
    background: url('../images/icons/application_delete.png') no-repeat;
}
.iconHelp {
    background: url('../images/icons/help.png') no-repeat;
}
.feedbackHelp {
    background: url('../images/icons/pill.png') no-repeat;
}
.iconLogout {
    background: url('../images/icons/user_go.png') no-repeat;
}
.iconSettings {
    background: url('../images/icons/cog.png') no-repeat;
}
.inspectionAdd,
.schemaAdd {
    background: url('../images/icons/script_add.png') no-repeat;
}
.inspectionModify,
.schemaModify {
    background: url('../images/icons/script_edit.png') no-repeat;
}
.inspectionDelete,
.schemaDelete {
    background: url('../images/icons/script_delete.png') no-repeat;
}
.inspectionConfirm {
    background: url('../images/icons/script_go.png') no-repeat;
}
.simcarddeviceAdd {
    background: url('../images/icons/telephone_add.png') no-repeat;
}
.simcarddeviceModify {
    background: url('../images/icons/telephone_edit.png') no-repeat;
}
.simcarddeviceDelete {
    background: url('../images/icons/telephone_delete.png') no-repeat;
}
.systemmessageuserOpen {
    background: url('../images/icons/email_open.png') no-repeat;
}
.systemmessageuserAdd,
.systemmessageAdd,
.eventrecipientAdd,
.eventeventrecipientAdd,
.communicatorAdd {
    background: url('../images/icons/email_add.png') no-repeat;
}
.systemmessageuserModify,
.systemmessageModify,
.eventrecipientModify,
.eventeventrecipientModify,
.communicatorModify {
    background: url('../images/icons/email_edit.png') no-repeat;
}
.systemmessageuserDelete,
.systemmessageDelete,
.eventrecipientDelete,
.eventeventrecipientDelete,
.communicatorDelete {
    background: url('../images/icons/email_delete.png') no-repeat;
}
.reviewAdd,
.simcardAdd,
.inputAdd,
.moduleAdd,
.montageAdd,
.montagemoduleAdd,
.logoAdd,
.colorAdd {
    background: url('../images/icons/add.png') no-repeat;
}
.reviewModify,
.simcardModify,
.inputModify,
.moduleModify,
.montageModify,
.montagemoduleModify,
.logoModify,
.colorModify {
    background: url('../images/icons/arrow_refresh.png') no-repeat;
}
.reviewDelete,
.simcardDelete,
.inputDelete,
.moduleDelete,
.montageDelete,
.montagemoduleDelete,
.logoDelete,
.colorDelete {
    background: url('../images/icons/delete.png') no-repeat;
}
.smAdd {
    background: url('../images/icons/note_add.png') no-repeat;
}
.smModify {
    background: url('../images/icons/note_edit.png') no-repeat;
}
.smDelete {
    background: url('../images/icons/note_delete.png') no-repeat;
}
.simcostAdd {
    background: url('../images/icons/money_add.png') no-repeat;
}
.simcostModify {
    background: url('../images/icons/arrow_refresh.png') no-repeat;
}
.simcostDelete {
    background: url('../images/icons/money_delete.png') no-repeat;
}
.deviceAdd {
    background: url('../images/icons/drive_add.png') no-repeat;
}
.deviceModify {
    background: url('../images/icons/drive_edit.png') no-repeat;
}
.deviceDelete {
    background: url('../images/icons/drive_delete.png') no-repeat;
}
.invoiceAdd {
    background: url('../images/icons/money_add.png') no-repeat;
}
.invoiceModify {
    background: url('../images/icons/arrow_refresh.png') no-repeat;
}
.invoiceDelete {
    background: url('../images/icons/money_delete.png') no-repeat;
}
.invoiceImport {
    background: url('../images/icons/money_add.png') no-repeat;
}
.inputdefAdd {
    background: url('../images/icons/tag_blue_add.png') no-repeat;
}
.inputdefModify {
    background: url('../images/icons/tag_blue_edit.png') no-repeat;
}
.inputdefDelete {
    background: url('../images/icons/tag_blue_delete.png') no-repeat;
}
.montageassemblerAdd {
    background: url('../images/icons/brick_add.png') no-repeat;
}
.montageassemblerModify {
    background: url('../images/icons/brick_edit.png') no-repeat;
}
.montageassemblerDelete {
    background: url('../images/icons/brick_delete.png') no-repeat;
}
.vehicledeviceAdd,
.inputvehicleAdd {
    background: url('../images/icons/cog_add.png') no-repeat;
}
.vehicledeviceModify,
.inputvehicleModify {
    background: url('../images/icons/cog_edit.png') no-repeat;
}
.vehicledeviceDelete,
.inputvehicleDelete {
    background: url('../images/icons/cog_delete.png') no-repeat;
}
.objectDelete {
    background: url('../images/icons/building_delete.png') no-repeat;
}
.objectAdd {
    background: url('../images/icons/building_add.png') no-repeat;
}
.groupAdd,
.vehicleAdd,
.groupvehicleAdd,
.vehicledriverAdd {
    background: url('../images/icons/car_add.png') no-repeat;
}
.groupModify,
.vehicleModify,
.groupvehicleModify,
.vehicledriverModify {
    background: url('../images/icons/arrow_refresh.png') no-repeat;
}
.groupDelete,
.vehicleDelete,
.groupvehicleDelete,
.vehicledriverDelete {
    background: url('../images/icons/car_delete.png') no-repeat;
}
.clientuserAdd,
.groupuserAdd {
    background: url('../images/icons/group_add.png') no-repeat;
}
.clientuserModify,
.groupuserModify {
    background: url('../images/icons/group_edit.png') no-repeat;
}
.clientuserDelete,
.groupuserDelete {
    background: url('../images/icons/group_delete.png') no-repeat;
}
.inputtplAdd,
.inputinputtplAdd {
    background: url('../images/icons/table_add.png') no-repeat;
}
.inputtplModify,
.inputinputtplModify {
    background: url('../images/icons/table_edit.png') no-repeat;
}
.inputtplDelete,
.inputinputtplDelete {
    background: url('../images/icons/table_delete.png') no-repeat;
}
.chartAdd {
    background: url('../images/icons/chart_curve_add.png') no-repeat;
}
.chartDelete {
    background: url('../images/icons/chart_curve_delete.png') no-repeat;
}
.eventdefAdd {
    background: url('../images/icons/bell_add.png') no-repeat;
}
.eventdefModify {
    background: url('../images/icons/bell_edit.png') no-repeat;
}
.eventdefDelete {
    background: url('../images/icons/bell_delete.png') no-repeat;
}
.devicecommandAdd {
    background: url('../images/icons/comment_add.png') no-repeat;
}
.devicecommandModify {
    background: url('../images/icons/comment_edit.png') no-repeat;
}
.devicecommandDelete {
    background: url('../images/icons/comment_delete.png') no-repeat;
}


.mapMagnify {
    background: url('../images/icons/map_magnify.png') no-repeat;
}
.mapRefresh {
    background: url('../images/icons/arrow_refresh.png') no-repeat;
}
.windowClose {
    background: url('../images/icons/cross.png') no-repeat;
}
.photoSave {
    background: url('../images/icons/picture_save.png') no-repeat;
}

.mapUp {
    background: url('../images/icons/arrow_up.png') no-repeat;
}
.mapDown {
    background: url('../images/icons/arrow_down.png') no-repeat;
}
.mapLeft {
    background: url('../images/icons/arrow_left.png') no-repeat;
}
.mapRight {
    background: url('../images/icons/arrow_right.png') no-repeat;
}
.mapZoomin {
    background: url('../images/icons/zoom_in.png') no-repeat;
}
.mapZoomout {
    background: url('../images/icons/zoom_out.png') no-repeat;
}

.datePrevious, .sliderPrevious {
    background: url('../images/icons/arrow_left.png') no-repeat;
}
.dateNext, .sliderNext {
    background: url('../images/icons/arrow_right.png') no-repeat;
}

.x-action-col-cell img {
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin-right: 5px;
}
.x-action-col-cell img.goShared {
    background: url('../images/icons/map_share.png');
}
.x-action-col-cell img.goTracking {
    background: url('../images/icons/map.png');
}
.x-action-col-cell img.goWork {
    background: url('../images/icons/calendar_view_month.png');
}
.x-action-col-cell img.goPeriod {
    background: url('../images/icons/calendar.png');
}
.x-action-col-cell img.goCheckPosition {
    background: url('../images/icons/world.png');
}

.x-action-col-cell img.showDepartments {
    background: url('../images/icons/building.png');
}
.x-action-col-cell img.showContacts {
    background: url('../images/icons/building_link.png');
}
.x-action-col-cell img.goInspection {
    /*background: url('../images/icons/tick.png');*/
    background: url('../images/icons/script_go.png');
}

#loading-mask {
    width: 100%;
    height: 100%;
    padding-top: 27%;
    text-align: center;
}
#loading-mask p {
    color: #777;
    font-style: italic;
    padding: 20px;
}
#loading-mask img {
    vertical-align: bottom;
}
.warningTip {
    background-color: #ffcccc !important;
    border: 1px solid #ddaaaa;
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    line-height: 15px;
    background: url('../images/icons/exclamation.png') no-repeat 10px 10px;
}
.infoTip {
    background-color: #eeffee !important;
    border: 1px solid #aaddaa;
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    line-height: 15px;
    background: url('../images/icons/information.png') no-repeat 10px 10px;
}
#dashboard h1 {
    margin: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
#dashboard h2 {
    margin: 5px 0;
    font-size: 11px;
}
#dashboard ul {
    margin: 5px;
    padding: 5px;
}

#dashboard li {
    margin: 0 10px;
    list-style-type: circle;
}

#dashboard li a {
    color: red;
    text-decoration: underline;
}

.flag_pl {
     background: url('../images/flags/pl.png') no-repeat 0 4px !important;
 }
 .flag_en {
     background: url('../images/flags/en.png') no-repeat 0 4px !important;
 }
 .flag_de {
     background: url('../images/flags/de.png') no-repeat 0 4px !important;
 }
 .flag_es {
     background: url('../images/flags/es.png') no-repeat 0 4px !important;
 }
 .flag_ru {
     background: url('../images/flags/ru.png') no-repeat 0 4px !important;
 }

 .csvIcon {
    background: url('../images/icons/page_white_excel.png') no-repeat;
 }
.pdfIcon {
    background: url('../images/icons/page_white_acrobat.png') no-repeat;
 }
.chartIcon {
    background: url('../images/icons/chart_curve.png') no-repeat;
 }

.helpTable {
    border-collapse: collapse;
    width: 100%;
    margin: 5px 0;
}

@-moz-document url-prefix() {
    .helpTable td.units {
        /*white-space: nowrap;*/
        min-width: 45px;
    }
}

.helpTable td, .helpTable th {
    font-size: 10px;
    margin: 0;
    padding: 2px;
    border: 1px solid #ddd;
}

.helpTable th {
    background-color: #eee;
}

.mapImg {
    padding: 5px 0;
}

#tracking-image-div {
    position: relative;
}

#tracking-image-div img {
    position: absolute;
    top: 0;
    left: 0;
}

#helpPanel-body {
    padding: 5px;
}

#helpPanel-innerCt {
    display: flex;
    flex-direction: column;
}

#positionImage {
    min-height: 280px;
    flex-grow: 1;
}

.leaflet-popup-content {
    font-size: 10px;
    margin: 7px 10px;
}
.leaflet-popup-content-wrapper {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#lastPositionMap {
    width: 100%;
    height: 700px;
}

.vcheckbox label {
    padding-top: 1px;
}
.autorefresh > div {
    background: transparent !important;
    border: none !important;
}
.refreshClockStop {
    background: url('../images/icons/clock_stop.png') no-repeat;
}
.refreshClockGo {
    background: url('../images/icons/clock_go.png') no-repeat;
}

.trackingInfoTable, .trackingInfoTablePosition {
    margin-bottom: 10px;
}
.trackingInfoTablePosition th {
    background-color: #fff9d3;
}

.mapIcon {
    background: url('../logos/shadow.png') no-repeat 0 0;
}
.vehicleIconContainer {
    width: 64px;
    height: 64px;
    position: relative;
}

.mapIcon .vehicleIcon, .vehicleIconContainer .vehicleIcon {
    position: absolute;
    top: 16px;
    left: 16px;
}
.mapIcon span img {
    position: absolute;
    top: 12px;
    left: 42px;
}

.mapIconWithRegistration {
    background: url('../logos/shadow3.png') no-repeat 0 0;
}
.vehicleIconContainerWithRegistration {
    padding: 6px 0 0 0;
    text-align: center;
    width: 68px;
    height: 24px;
    position: relative;
    font-size: 9px;
    font-weight: bold;
}

.mapIconWithRegistration span img {
    position: absolute;
    top: 1px;
    left: 59px;
}

.trackingInfoVehicleIcon {
    float: right !important;
    position: relative;
}

.trackingInfoVehicleIcon img {
    position: absolute;
    top: -5px;
    left: -3px;
}

/* Marker container */
.map-marker-container {
    position: absolute !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    /*z-index: 100 !important;*/
}

.map-marker {
    position: relative;
/*
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 120px;
    left: -50%;
    margin-top: -130%;
    margin-left: -50%;
    margin-right: 50%;
*/
    top: -120%;
    text-align: center;
    font-weight: bold;
    background: #fff;
    /*width: auto;
    height: auto;*/

    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;

    box-shadow: 0px 0px 8px #333;
    line-height: 12px;
    font-size: 10px;
    white-space: nowrap;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    gap: 2px;
}

/* dziubek na dole wskazujący współrzędne */
.map-marker div.arrow {
    position: absolute;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    /*left: 50%;*/
    top: 100%;
    /*margin-left: 1px;*/
    /*margin-top: 1px;*/
    border-width: 7px 6px 0 7px;
    width: 0px; height: 0px;
}

/* kropka ze strzałką kierunku */
.map-marker div.heading {
    position: absolute;
    right: -7px;
    top: -7px;
}

@keyframes marker-dot-animation { 
    25% { opacity: 0; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 1; }
}
/* kropka w lewym rogu chmurki (online) */
.map-marker div.dot {
    position: absolute;
    left: -7px;
    top: -6px;
    width: 9px;
    height: 9px;
    /*background-color: #fffb24;*/
    background-color: #00F;
    border-radius: 25%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    display: flex;
    opacity: 1;
    /*animation: marker-dot-animation 1s 0s linear alternate infinite ;*/
    animation: marker-dot-animation 1s steps(1) infinite ;
    /*transform: rotate(0deg);*/
    cursor:pointer;
}

/* ikona w chmurce */
.map-marker div.icon {
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position:center;
    background-color: #fff;
    width: auto;
    height: auto;
    white-space: nowrap;
    /*border-radius: 4px;*/
/*
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
*/
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

/* tekst w chmurce */
.map-marker div.text {
    position: relative;
/*    margin: 2px;*/
}

/* pasek z paliwem */
.map-marker div.map-marker-fuel-container {
    position: absolute;
    right: -7px;
    bottom: -3px;
    width: 3px;
    height: 90%;
    background-color: #ccffce; /* Light gray background */
    border: 0px solid #000000; /* Border for the bar */
    border-radius: 0px; /* Rounded corners */
    overflow: hidden;
}

.map-marker-fuel-container div.fuel-bar {
    position: absolute;
    bottom: 0px;
    width: 3px;
    height: 50%;
    background-color: rgb(57, 207, 38);
}

.fuel .x-grid-cell, .work .x-grid-cell {
    background-color: #efe;
}

.loss .x-grid-cell, .stop .x-grid-cell {
    background-color: #F0D0D0;
}

.nolast-offline .x-grid-cell {
    background-color: #F0D0D0;
}
.nolast-online .x-grid-cell {
    background-color: #E0B0B0;
}

.nogprsd .x-grid-cell {
    background-color: #FFE0E0;
}

.invoice .x-grid-cell, .slow .x-grid-cell, .reply .x-grid-cell {
    background-color: #eef;
}

.invoice .goTracking, .skiptracking .goTracking {
    display: none;
}

.nosms .goCheckPosition, .invoice .goPosition {
    display: none;
}


.noCheckPosition {
    background: url('../images/icons/world_grey.png');
    cursor: default;
    display: none;
}
.nosms .noCheckPosition {
    display: inline;
}
.noTracking {
    background: url('../images/icons/map_grey.png');
    cursor: default;
    display: none;
}
.skiptracking .noTracking {
    display: inline;
}

.ux-notification-window .x-window-body {
    text-align: center;
    padding: 15px 5px 15px 5px;
    width: 200px;
}
        

.ux-notification-icon-information {
    background-image: url('../images/icon16_info.png');
}

.ux-notification-icon-error {
    background-image: url('../images/icon16_error.png');
}

.ux-notification-light .x-window-header {
    background-color: transparent;
}

body .ux-notification-light {
    background-image: url('../images/fader.png');
}

.ux-notification-light .x-window-body {
    text-align: center;
    padding: 5px 5px 8px 5px;
    width: 350px;
    background-color: transparent;
    border: 0px solid white;
}

.leaflet-control-zoom-fullscreen {
      background-image: url('../images/icon-fullscreen.png');
}

#lastPositionMap, #trackingsTab-body, #positionImage {
    z-index: 10;
}

.saturday .x-grid-cell {
    background-color: #eee;
}

.sunday .x-grid-cell {
    background-color: #fee;
}

.treeSuqere {
    padding: 0 5px;
    margin-right: 5px;
}

.vehicleTree {
    border: 1px solid #aaa;
    background-color: white;
}

.vehicleTree .x-tree-icon {
    display: none !important;
}

.todo {
    padding: 10px 15px !important;
    background-color: #eee;
    border: 1px solid #ddd;
}

.todoImportant {
    background-color: #fee;
    border: 1px solid #fdd;
}
.browserInfo {
    border: 1px solid #aaa;
    background-color: #fff500;
    display: block;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 10px;
}

.browserInfo a {
    text-decoration: underline;
}

.positionImageDepartment {
    height: 100%;
}

.trackingInfoHeader {
    display: block;
    position: relative;
    padding-bottom: 15px !important;
}

.trackingInfoVehicleIconContainer {
    position: absolute;
    /*float: left !important;*/
}
.trackingInfoVehicleIconContainer div.vehicleIcon {
    margin: 0px 0px 2px 2px;
    /*float: left !important;*/
}
.trackingInfoVehicleIconContainer div.dotStatus {
    position: absolute;
    border-style: none;
    top: -1px;
    left: 2px;
}
.trackingInfoVehicleIconContainer div.dotIgnition {
    position: absolute;
    top: -8px;
    right: -5px;
}

.trackingInfoVehicle {
    margin-left: 32px;
    text-align: left;
    white-space: nowrap;
}

.trackingInfoVehicle span {
    width: 8px;
    height: 8px;
    display: inline;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-right: 2px;
    margin-top: 2px;
}

.trackingInfoHeader span {
    width: 8px;
    height: 8px;
    display: inline;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}

.trackingInfoButtons div {
    float: right;
    width: 12px;
    height: 12px;
    margin-left: 2px;
}
.trackingInfoButtonsClose {
    background: url('../images/tracking-info_1.png') no-repeat 0 0;
    cursor: pointer;
}
.trackingInfoButtonsCenter {
    background: url('../images/tracking-info_2.png') no-repeat 0 0;
    cursor: pointer;
}
.trackingInfoButtonsShow {
    background: url('../images/tracking-info_3.png') no-repeat 0 0;
    cursor: pointer;
}
.trackingInfoButtonsSms {
    background: url('../images/tracking-info_4.png') no-repeat 0 0;
    cursor: pointer;
}

.trackingInfoVehicleLastTime {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-color: white;
    float: left;
    color: black;
    padding: 2px;
    font-size: 9px;
    font-weight: normal;    
}
.trackingInfoFadeColor {
    background-color: yellow;
}
.trackingInfoFade {
    -webkit-transition: background-color 5s linear;
    -moz-transition: background-color 5s linear;
    -o-transition: background-color 5s linear;
    -ms-transition: background-color 5s linear;
    transition: background-color 5s linear;
}
.trackingInfoVehicleDriver {
    position: absolute;
    bottom: -2px;
    left: -2px;
    background-color: white;
    float: left;
    color: black;
    padding: 2px;
    font-size: 9px;
    font-weight: normal;    
}

.fuelBar {
    background-color: #d9ffe4;
}
.fuelBar div {
    text-align: center;
    clear: both;
    background: url('../images/fuelbar.png') no-repeat 0 0;
}
#fuelRaportChartDistance, #fuelRaportChartDate {
    width: 100%;
    height: 100%;
}

.active .x-grid-cell {
    background-color: #E5F2E5;
}
.inactive .x-grid-cell {
    background-color: #F2E5E5;
}

.customgrid .x-grid-empty {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

/* zapobiega znikaniu chmurki podczas przesuwania po punktach suwaka */
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: none;
	}

.dygraph-legend {
    background-color: rgba(255, 255, 255, 1.00) !important;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #888;
    pointer-events: none;
    width: auto;
}
pre {
    margin-top: 30px;
}

/* Styles used by Ext.ux.form.ItemSelector */
.x-form-multiselect-body .x-boundlist .x-mask {
    background: none;
}
.x-form-itemselector-body .x-form-item {
    margin: 0;
}
.x-form-itemselector-top {
    background-image: url(../images/ux/top2.gif);
}
.x-form-itemselector-up {
    background-image: url(../images/ux/up2.gif);
}
.x-form-itemselector-add {
    background-image: url(../images/ux/right2.gif);
}
.x-form-itemselector-remove {
    background-image: url(../images/ux/left2.gif);
}
.x-form-itemselector-down {
    background-image: url(../images/ux/down2.gif);
}
.x-form-itemselector-bottom {
    background-image: url(../images/ux/bottom2.gif);
}

/*.groupvehicles-boundlist-item*/
.x-boundlist-item {
    white-space: nowrap;
} 

.iconEvent {
    background: url('../images/exclamation_blink.gif') no-repeat;
}

.event-unchecked .x-grid-cell, .message-unreaded .x-grid-cell {
    font-weight: bold;
}

.x-grid-cell.periodraport-lag-column {
    vertical-align: middle;
}
.periodraport-lag-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
    margin: auto;
}
.periodraport-lag-low {
    background:rgb(152, 248, 128);
    /*background:radial-gradient(circle at 30% 30%, rgb(197, 255, 166), rgb(106, 173, 89));*/
}
.periodraport-lag-medium1 {
    background:#f7e971;
}
.periodraport-lag-medium2 {
    background:#f5cc74;
}
.periodraport-lag-medium3 {
    background:#ff9811;
}
.periodraport-lag-high {
    background:rgb(255, 0, 0);
}

.systemmessage-icon {
    background: url('../images/icons/email.png') no-repeat;
}
@keyframes systemmessage-dot-animation { 
    from { opacity: 0; } 
}
.systemmessage-dot {
    position: absolute;
    bottom: 0px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    animation: systemmessage-dot-animation 1s 0s linear alternate infinite ;
}

/* Date Range Picker */
.drp-icon-yes {
    background: url("../images/icons/tick.png") no-repeat scroll 0 0 transparent !important;
}
.drp-icon-calendar {
    background: url("../images/icons/calendar.png") no-repeat scroll 0 0 transparent !important;
}

.goCommands {
    background: url('../images/icons/connect.png') no-repeat;
}

/* Tachograf */
.tacho-drive-color {
    background-color: var(--tacho-color-drive);
}
.tacho-drive {
    height: 80%;
/*
    background-image: url('tacho_drive.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
*/
}
.tacho-work-color {
    background-color: var(--tacho-color-work);
}
.tacho-work {
    height: 60%;
/*
    background-image: url('tacho_work.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
*/
}
.tacho-available-color {
    background-color: var(--tacho-color-available);
}
.tacho-available {
    height: 40%;
}
.tacho-rest-color {
    background-color: var(--tacho-color-rest);
}
.tacho-rest {
    height: 10%;
}
.tacho-unavailable-color {
    background-color: var(--tacho-color-unavailable);
}
.tacho-unavailable {
    height: 10%;
}

.x-tachobar {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    height: 100%;
    /*border: 1px solid;*/
}
.x-tachobar-segments {
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    flex: 1;
}
.x-tachobar-segments .bar {
    /*height: 100%;*/
    position: absolute;
    bottom: 0;
}
.x-tachobar-segments .bar:hover {
    opacity: 0.7;
}
.x-tachobar-cursor {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: red;
    left: 0px;
    bottom: 20px;
}
.x-tachobar-cursor::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
  transform: translateX(-50%);
}
.x-tachobar-scale {
    position: relative;
    overflow: visible;
    /*width: 100%;*/
    height: 20px;
    /*max-height: 25px;*/
    /*border: 1px solid #000;*/
}
.x-tachobar-scale canvas {
    position: absolute;
    display: block;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*width: 200px;
    height: 200px;*/
}

/* lista z duzymi kropkami */
.legend-bullets {
    list-style-type: none; /* Usunięcie domyślnych kropek */
    padding: 0;
}
.legend-bullets .legend-item {
    position: relative;
    padding-left: 30px; /* Odstęp dla niestandardowych kropek */
    margin-bottom: 5px;
    color: black;
}
.legend-bullets .legend-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px; /* Szerokość kółka */
    height: 15px; /* Wysokość kółka */
    /*border-radius: 50%;*/ /* Zaokrąglenie kółka */
    /*background-color: currentColor;*/ /* Kolor kółka */
    background-color: var(--legend-bullet-color); /* Kolor kółka */
}

/* przypisanie pojazdu do grupy */
.groupvehicles-from-list .x-boundlist-item,
.groupvehicles-to-list .x-boundlist-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.groupvehicles-from-list .x-boundlist,
.groupvehicles-to-list .x-boundlist {
    overflow-x: auto;
    white-space: nowrap;
}

/*
<div class="progress-container">
<div class="progress-bar" style="width:190%;"></div>
<div class="progress-text">10%</div> <!-- Text displayed in the center -->
</div>
*/
.progress-container {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3; /* Light gray background */
    border: 1px solid #ccc; /* Border for the bar */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Clip content outside the container */
    position: relative; /* Position relative to center text */
}
.progress-bar {
    width: 70%; /* Change this to control the percentage */
    height: 100%; /* Full height of the container */
    background-color: #4caf50; /* Green color for the bar */
}
.progress-text {
    position: absolute; /* Absolute positioning */
    top: 50%; /* Move to the vertical center */
    left: 50%; /* Move to the horizontal center */
    transform: translate(-50%, -50%); /* Adjust to perfectly center */
    color: white; /* Text color */
    font-weight: bold; /* Bold font for visibility */
}

/* fixes mask over leaflet map */
.centered-mask .x-mask {
    z-index: 800 !important;
}
.centered-mask-msg .x-mask-msg {
    top: 50% !important;
    left: 50% !important;
    z-index: 801 !important;
    transform: translate(-50%, -50%) !important;
/*    position: absolute !important;
    z-index: 801 !important;*/
}
/*
.x-menu-item-checked .x-menu-group-icon {
    background-image: url('images/menu/checked.png');
}
*/
