:root{--border-color:var(--black-10)}.Header{position:relative;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:16px;border-bottom:1px solid var(--border-color);box-shadow:0 4px 8px -8px rgba(0,0,0,.3);z-index:100}.Header .Logo{display:block;height:16px}.Checkbox__box,.Checkbox__wrapper{display:flex;align-items:center}.Checkbox__box{width:20px;height:20px;border:1px solid #ddd;justify-content:center;-webkit-transition-duration:.05s;transition-duration:.05s;cursor:pointer;background:#fff;outline:none}.Checkbox__box:not(.Checkbox__box--checked):hover{border-color:#ccc}.Checkbox__box--checked{border-color:var(--brand-black);background-color:var(--brand-black)}.Checkbox__box--checked:hover{background-color:var(--black-70)}.Checkbox__icon{pointer-events:none;stroke:#fff;stroke-dasharray:24px;stroke-width:3px;stroke-linejoin:miter;stroke-linecap:square}.Checkbox__box--animating{-webkit-animation:check_appear;animation:check_appear;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes check_appear{0%{stroke-dashoffset:-24px}to{stroke-dashoffset:0}}@keyframes check_appear{0%{stroke-dashoffset:-24px}to{stroke-dashoffset:0}}.Checkbox__label{margin-left:5px;cursor:pointer}.Checkbox__wrapper--disabled .Checkbox__box{background:#ddd;border-color:#ddd;cursor:unset}.Checkbox__wrapper--disabled .Checkbox__box:not(.Checkbox__box--checked){background-color:#fafafa}.Checkbox__wrapper--disabled .Checkbox__label{cursor:unset}.popover{display:flex;flex-wrap:wrap;background-color:#fff;color:#121212;border:.5px solid var(--border-color);padding:16px;box-shadow:0 4px 24px 0 rgba(0,0,0,.16);z-index:10000}.popover .Tooltip__arrow[data-placement*=bottom]:before{border-left-color:transparent;border-bottom-color:var(--border-color);border-right-color:transparent;border-top-color:transparent}.popover .Tooltip__arrow[data-placement*=bottom]:after{border-color:transparent transparent #fff}.popover .Tooltip__arrow[data-placement*=left]:before{border-left-color:var(--border-color);border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-width:.5em}.popover .Tooltip__arrow[data-placement*=left]:after{border-color:transparent transparent transparent #fff;border-left-width:.5em}.popover .Checkbox__wrapper:not(:last-child){margin-bottom:12px}.popover .Checkbox__label{font-size:14px;margin-left:12px}.popover__toolbar{display:flex;justify-content:center;margin-top:20px}.LayersPopover{width:160px}.LayersPopover .checkbox-label-inner{display:flex;align-items:center}.LayersPopover .checkbox-label-text{margin-left:8px}.DriverSelector{position:absolute;top:10px;left:10px;width:320px;background:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.16);font-size:14px;line-height:20px;z-index:10000;border-radius:2px}.DriverSelector .Label{margin-top:0}.DriverSelector__option{display:flex;align-items:center}.DriverSelector__option-picture{width:32px;height:32px;border-radius:50%;margin-right:12px}.DriverSelector__option-text{display:flex;flex-direction:column}.DriverSelector__option-primary-text{font-family:Gotham,arial,sans-serif}.DriverSelector__option-secondary-text{color:var(--gray)}.SpeedLimit{color:#000;border:3px solid var(--light-red);border-radius:50%;padding:.2em;font-family:Gotham,helvetica,sans-serif}.EventMarker,.SpeedLimit{display:flex;align-items:center;justify-content:center;background:#fff}.EventMarker{width:24px;height:24px;border-radius:50%;box-shadow:0 2px 12px 0 rgba(0,0,0,.2);cursor:pointer}.EventMarker-geofence_violation svg{margin-top:-4px}.EventMarker--active{box-shadow:0 0 0 3px #3baee3;z-index:10}.EventMarker.EventMarker-overspeeding{width:28px;height:28px}.VehicleMarker{cursor:pointer}.VehicleMarker svg{-webkit-filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.Popup{z-index:10000}.Popup .mapboxgl-popup-close-button{position:absolute;top:4px;right:4px;color:#6b6b6b;font-size:20px}.Popup .mapboxgl-popup-close-button:focus{outline:none}.Popup .mapboxgl-popup-content{padding:16px}.Popup .mapboxgl-popup-tip{border:0;height:20px;overflow:hidden;position:relative;width:36px}.Popup.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip:before,.Popup.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip:before{margin-top:-10px}.Popup.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip:before,.Popup.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip:before{bottom:-9px}.Popup.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip:before,.Popup.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip:before{left:8px}.Popup.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip:before,.Popup.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip:before{left:auto;right:8px}.Popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,.Popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{height:36px;width:20px}.Popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip:before,.Popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip:before{margin-top:-5px}.Popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip:before{bottom:-9px;margin-left:-9px}.Popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip:before{left:-7px;top:50%}.Popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip:before{margin-left:-7px;margin-top:-10px}.Popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip:before{left:auto;right:-9px;top:50%}.Popup .mapboxgl-popup-tip:before{background-color:#fff;box-shadow:0 2px 4px -2px rgba(0,0,0,.3);content:"";display:block;height:18px;left:50%;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:16px}.EventPopup{font-size:14px;min-width:380px}.EventPopup .mapboxgl-popup-content{padding:0}.EventPopup__title{display:flex;align-items:center;margin-bottom:16px;padding:10px 16px;background:var(--black-2);border-bottom:.5px solid var(--border-color)}.EventPopup__event-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #ccc}.EventPopup__title-text{margin-left:12px;font-family:Gotham,arial,sans-serif;font-size:15px}.EventPopup p{padding:0 16px}.EventPopup__metadata{display:flex;flex-wrap:wrap;width:100%;margin:12px 0 0;padding:0 16px 16px;line-height:20px;color:#5b5a5a}.EventPopup__metadata>*{display:inline-block}.EventPopup__metadata dt{width:25%;font-weight:500}.EventPopup__metadata dd{width:75%;margin-left:0;margin-bottom:.6em}.VehiclePopup{font-size:14px;min-width:380px}.VehiclePopup .mapboxgl-popup-content{padding:0}.VehiclePopup__driver{display:flex;align-items:center;margin-bottom:16px;padding:10px 16px;background:var(--black-2);border-bottom:.5px solid var(--border-color)}.VehiclePopup__driver-picture{width:32px;height:32px;border-radius:50%}.VehiclePopup__driver-name{font-family:Gotham,arial,sans-serif;margin-left:12px}.VehiclePopup__vehicle{display:flex;flex-wrap:wrap;width:100%;margin:12px 0 0;padding:0 16px 16px;line-height:20px;color:#5b5a5a}.VehiclePopup__vehicle>*{display:inline-block}.VehiclePopup__vehicle dt{width:35%;font-weight:500}.VehiclePopup__vehicle dd{width:65%;margin-left:0;margin-bottom:.6em}.Map{border-right:1px solid var(--border-color)}.Preloader{text-align:center}.Preloader__circle{margin:10px auto;width:60px;height:60px;border-radius:30px;border:5px solid rgba(255,6,6,.2);border-top-color:#ff0606;box-sizing:border-box;-webkit-animation:roll .9s linear infinite;animation:roll .9s linear infinite}@-webkit-keyframes roll{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes roll{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.EventList{background:#fff}.EventList__day-title{padding:0 16px;margin-top:16px;margin-bottom:8px;font-family:Gotham;font-size:12px;color:#5b5a5a;letter-spacing:.05em;text-transform:uppercase}.Event{display:flex;padding-left:16px;font-size:14px;-webkit-transition:background .1s;transition:background .1s;cursor:pointer}.Event--selected{background:var(--black-5)}.Event__time{width:80px;font-size:12px;font-weight:500;position:relative}.Event__time:after{content:"";position:absolute;top:0;right:24px;height:100%;border-width:0 3px 0 0;-webkit-border-image:url(/demos/fleet-management/static/media/dots.2fd9ba9e.svg) 33% round;border-image:url(/demos/fleet-management/static/media/dots.2fd9ba9e.svg) 33% round;border-style:solid}.Event:first-child .Event__time:after{height:calc(100% - 16px);top:16px}.Event__time-marker{position:relative;top:16px;width:70px;height:26px;display:inline-flex;align-items:center;justify-content:space-between;padding-left:8px;background:#fff;border:.5px solid var(--border-color);border-radius:500px;z-index:10}.Event__time-marker-icon{margin-right:6px;height:20px}.Event__time-marker .SpeedLimit{margin-right:1px}.Event__details{flex:1 1;padding:20px 20px 20px 0;border-bottom:.5px solid var(--border-color)}.Event__details p{color:#5b5a5a;margin:12px 0}.Event__details p:last-child{margin-bottom:0}.Event__title{font-family:Gotham,helvetica,sans-serif}.Events{height:100%;background:#fff;position:relative}.Events__content{display:flex;flex-direction:column;height:100%}.EventFilters{margin:16px 16px 8px}.EventList{position:relative;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.Events__no-history{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.RouteList{background:#fff;height:100%;position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch}.RouteList__no-data{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Route{padding:20px;font-size:14px;-webkit-transition:background .1s;transition:background .1s;border-bottom:.5px solid var(--border-color);cursor:pointer}.Route--selected{background:var(--black-5)}.Route__title{display:flex;align-items:flex-start;font-family:Gotham,helvetica,sans-serif;margin-bottom:8px}.Route__name{flex:1 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:16px}.Route__length{padding-left:16px;font-size:16px;line-height:16px}.Route__metadata{display:flex;align-items:center;justify-content:space-between;color:#5b5a5a;margin-bottom:12px}.Route__actions{justify-content:flex-start;display:flex}.Route__actions .button{height:24px}.Route__actions .button-copy{margin:0 20px}.Gauge__value{font-family:Noway,Arial,Helvetica,sans-serif;text-anchor:middle}.SectionTypeChart__slice{cursor:pointer}.SectionTypeChart__selected-value{font-family:Noway,Arial,Helvetica,sans-serif;text-anchor:middle}.SectionTypeChart__selected-type{font-family:Gotham,Helvetica,sans-serif;font-size:10px;letter-spacing:.05em;text-transform:uppercase;fill:#5b5a5a;text-anchor:middle}.SectionTypeKey{list-style-type:none}.SectionTypeKey li{display:flex;align-items:center;line-height:2em;color:#5b5a5a}.SectionTypeKey__dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:10px}.RouteDetail{background:#fff;height:100%}.RouteDetail__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 20px 12px;border-bottom:.5px solid var(--border-color);font-family:Gotham,helvetica,sans-serif}.RouteDetail__back-button{display:flex;align-items:center;height:20px;cursor:pointer}.RouteDetail__name{margin-left:12px;font-size:14px;line-height:20px;flex:1 1}.RouteDetail__length{margin-left:12px;font-size:16px;line-height:20px}.RouteDetail__section{padding:20px}.RouteDetail__section:not(:last-child){border-bottom:.5px solid var(--border-color)}.RouteDetail__section .RouteDetail__section-title{font-family:Gotham,Helvetica,sans-serif;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#5b5a5a;margin-bottom:20px}.RouteDetail__section-content{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.RouteDetail__trip-time-message{width:180px;color:#5b5a5a}.RouteDetail .SectionTypeKey{width:180px}.RouteDetail__energy-consumption{font-family:Noway,Arial,Helvetica,sans-serif;font-size:18px}.RouteDetail__energy-units{font-family:Noway,Arial,Helvetica,sans-serif;font-size:14px}.RouteDetail__annotation{font-size:12px}.Routes{height:100%;background:#fff;position:relative}.Routes__no-history{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.GeofenceMenu{cursor:default}.GeofenceMenu ul{list-style-type:none}.GeofenceMenu li:not(:last-child){margin-bottom:12px}.GeofenceMenu button{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:14px;background:none;-webkit-appearance:none;border:none;outline:none;cursor:pointer}.GeofenceList{display:flex;flex-direction:column;background:#fff;height:100%}.GeofenceFilters{margin:16px 16px 8px}.GeofenceList__items{position:relative;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.GeofenceList__no-data{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Geofence{padding:20px;font-size:14px;-webkit-transition:background .1s;transition:background .1s;border-bottom:.5px solid var(--border-color);cursor:pointer}.Geofence--selected{background:var(--black-5)}.Geofence__title{display:flex;align-items:flex-start;justify-content:space-between;font-family:Gotham,helvetica,sans-serif;margin-bottom:8px}.Geofence__menu{margin-right:-8px}.Geofence__location{color:#5b5a5a;margin-bottom:12px}.Geofence__updating{display:flex;align-items:center}.Geofence__updating .Preloader{margin-right:8px}.Geofence__updating .Preloader__circle{margin:0}.Label{margin:1rem 0 .5rem;font-size:.825rem;font-family:Gotham,helvetica,sans-serif;color:#5b5a5a;display:flex;align-items:center}.Label.Label--first{margin-top:0}.Label.Label--invalid{color:#ce0a0c}.GeofenceDetail{display:flex;flex-direction:column;background:#fff;height:100%}.GeofenceDetail__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 20px 12px;border-bottom:.5px solid var(--border-color);font-family:Gotham,helvetica,sans-serif}.GeofenceDetail__back-button{display:flex;align-items:center;height:20px;cursor:pointer}.GeofenceDetail__name{margin-left:12px;font-size:14px;line-height:20px;flex:1 1}.GeofenceDetail__section{display:flex;flex-direction:column;padding:20px;flex:1 1}.GeofenceDetail__rule-hours{display:flex;align-items:center}.GeofenceDetail__rule-hours.disabled{opacity:.5;pointer-events:none}.GeofenceDetail__rule-hours :first-child{margin-right:8px}.GeofenceDetail__actions{display:flex;justify-content:flex-end;margin-top:4px;padding:12px 20px;border-top:.5px solid var(--border-color)}.GeofenceDetail__actions button:not(:last-child){margin-right:12px}.Geofences{height:100%;background:#fff;position:relative}.Geofences__loading-message{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Sidebar{display:flex;flex-direction:column;width:400px;background:#fff}.Sidebar .TabsNav{margin-bottom:0}.Sidebar .Tab{line-height:16px}.Sidebar .Tab__content{display:flex;align-items:center;justify-content:center;color:#121212;max-height:16px}.Sidebar .Tab__copy{margin-left:10px}.Sidebar .TabsPanel{flex:1 1;min-height:0}:root{--radio-padding-y:0.325rem;--radio-padding-x:0.825rem;--radio-rounded-border-radius:calc(var(--radio-padding-x)*2.5);--radio-color:#211c1d;--radio--bg:#fff;--radio-font-size:0.825rem;--radio-font:"Gotham";--radio-font-checked:var(--font-family)}.RadioGroupItem{display:inline-block;margin-right:12px}.RadioGroupItem__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.RadioGroupItem__label{border:1px solid transparent;padding:5px 10px;line-height:1.5;font-size:.825rem;font-size:var(--radio-font-size);font-family:Gotham;font-family:var(--radio-font);font-weight:500;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;cursor:pointer;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;display:flex;align-items:center;color:#211c1d;color:var(--radio-color)}.RadioGroupItem__input:checked+.RadioGroupItem__label{border:1px solid var(--brand-blue)}.RadioGroupItem__label--hoverable:hover{border:1px solid var(--black-25)}.RadioGroupItem__label--readonly{cursor:default}.SettingsModal{display:flex;flex-direction:column}.SettingsModal .Modal__title--small{font-size:16px}.SettingsModal__close-button{position:absolute;top:4px;right:4px;cursor:pointer}.SettingsModal__content{flex:1 1}.SettingsModal__app-version{margin-top:32px}.NavBar{display:flex;flex-direction:column;align-items:center;background:var(--black-70);border-right:1px solid #373838}.NavBar__button{display:inline-flex;align-items:center;padding:14px 18px;-webkit-transition:background .1s;transition:background .1s;cursor:pointer}.NavBar__button:hover{background:rgba(0,0,0,.4)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#root,.App,.content,body,html{height:100%}body{margin:0;color:#121212;background-color:var(--black-5);font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:14px}.App{display:flex}.Map{flex:1 1}.content{display:flex;flex-direction:column;flex:1 1}.distance,.duration{font-size:1em}.distance .units,.duration .units{font-size:.8em}.space-around{display:flex;justify-content:space-around}.space-between{display:flex;justify-content:space-between}.vertical-align-center{display:flex;align-items:center}.button{cursor:pointer}.Input__input{padding:8px}.mapboxgl-ctrl-group{border-radius:2px}.mapboxgl-ctrl-group>button:focus{box-shadow:none}
/*# sourceMappingURL=main.57ec460d.chunk.css.map */