div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
    z-index: 95;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
.olControlAttribution {
    font-size: smaller;
    right: 3px;
    bottom: 4.5em;
    position: absolute;
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

div.olControlMousePosition {
    bottom: 0;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 80px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("/Scripts/Custom/OpenLayers/theme/default/img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("/Scripts/Custom/OpenLayers/theme/default/img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}

.olControlNavigationHistory {
   background-image: url("/Scripts/Custom/OpenLayers/theme/default/img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlPanPanel {
    top: 10px;
    left: 5px;
}

.olControlPanPanel div {
    background-image: url(img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
}

.olControlZoomPanel div {
    background-image: url(img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
  background: url("/Scripts/Custom/OpenLayers/theme/default/img/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadError {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("/Scripts/Custom/OpenLayers/theme/default/img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}

div.olControlZoom {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width:22px;
    line-height: 19px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}


/**
 * Animations
 */

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

/* Turn on GPU support where available */
.olTileImage {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/* when replacing tiles, do not show tile and backbuffer at the same time */
.olTileReplacing {
    display: none;
}

/* override any max-width image settings (e.g. bootstrap.css) */
img.olTileImage {
    max-width: none;
}

#tracking_mapZone svg {
    pointer-events: none;
}
.mappingInnerContent {
    z-index: 0;
}

.clusterZoom {
    text-decoration: underline;
}

.olPopup {
    overflow: visible !important;
}

    .olPopup dl, .mapToolTipPopupContents dl {
        margin: 0;
    }

    .olPopup dt dd, .mapToolTipPopupContents dt, .mapToolTipPopupContents dd {
        margin-bottom: 5px;
    }

    .olPopup dt, .mapToolTipPopupContents dt {
        font-weight: bold;
    }

    .olPopup dd, .mapToolTipPopupContents dd {
        margin-left: 5px;
    }

    .olPopup hr, .mapToolTipPopupContents hr {
        clear: both;
        color: #666;
    }

    .olPopup .mapResourcePopup dt, .mapToolTipPopupContents .mapResourcePopup dt {
        float: left;
        clear: left;
        padding-right: 5px;
    }

    .olPopup .mapResourcePopup dd, .mapToolTipPopupContents .mapResourcePopup dd {
    }

.mapToolTipPopupHeadline {
    overflow: hidden;
}

    .mapToolTipPopupHeadline .closeBox {
        float: right;
    }

.mapToolTipPopup a {
    cursor: pointer;
}

.ui-dialog {
    padding: 0 !important;
}

#IsotrakMarkerPopupContainer {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.locationFunctions {
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: default !important;
    padding-left: 10px;
    background-color: lightgray;
    margin-left: 0;
    margin-right: 0;
}

    .locationFunctions dl {
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .locationFunctions dl dd {
            float: left;
            margin: 0;
            padding: 0;
            margin-left: 5px;
            margin-right: 21px;
        }

    .locationFunctions img {
        border: 0;
        filter: grayscale(100%);
    }

    .locationFunctions span.closeBox {
        float: right;
    }

    .locationFunctions dl dd.ShowRoute a {
        /*border: 1px solid #fa5;*/
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: lightgray;
        display: block;
        color: black;
        text-decoration: none;
    }

        .locationFunctions dl dd.ShowRoute a:hover {
            text-decoration: underline;
        }

.mapMarkerIcon {
    cursor: pointer;
}

.olControlAttribution {
    left: 2px;
    right: inherit;
    bottom: 3px;
    line-height: 11px;
}

    .olControlAttribution img {
        border: 0;
    }

    .olControlAttribution a {
        color: #fff;
    }

.mapImageDivWithLabel {
    width: auto !important;
}

    .mapImageDivWithLabel img {
        float: left;
        margin: -14px 0 0 2px;
    }

    .mapImageDivWithLabel .mapMarkerLabel {
        border: 1px solid #FF8700;
        background-color: white;
        padding: 2px 2px 1px 12px;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        font-size: 0.8em;
        color: #000;
        font-family: Arial;
        margin: 3px 0 0 8px;
    }

    .mapImageDivWithLabel img:hover {
        filter: drop-shadow(0 0 10px #9932CC);
    }

    .mapImageDivWithLabel .white-text {
        color: white;
        Opacity: 0.99;
    }

    .mapImageDivWithLabel .black-text {
        width: 51px !important;
        top: 16px !important;
        text-align: center !important;
        font-weight: bolder !important;
    }

    .mapImageDivWithLabel .red-text {
        color: red;
        font-weight: bold;
        Opacity: 1;
    }

    .mapImageDivWithLabel .mapSpeedLabel {
        font-weight: 700;
        position: relative;
        z-index: 9;
        font-size: x-small;
        Opacity: 1;
        position: relative;
        top: -23px;
        text-align: center;
        width: 36px;
    }

    .mapImageDivWithLabel .mapMarkerLabel {
        color: #00426a;
        color: #333;
        font-size: 12px;
        margin: 0;
        min-width: 80px;
        font-weight: 700;
        font-family: Roboto,Arial,sans-serif;
        text-transform: uppercase;
        text-align: center;
        background-color: #ffdd21;
        border: 1px solid rgba(0,0,0,.4);
        border-radius: 3px;
        padding: 1px 6px;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        left: -12px;
        text-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }

div.isotrakZoom.br {
    top: auto;
    left: auto;
    right: 8px;
    bottom: 16px;
}

div.isotrakZoom.tl {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
}


/* veri map */
#verimapWrapper.isDocked {
    width: 49%;
    float: left;
    margin-right: 1em;
}

.angular-google-map {
    height: 100%;
    width: 100%;
}

.angular-google-map-container {
    height: 100%;
    width: 100%;
    background: gray;
    border: 1px solid #555;
}

/* ----------------------------------------------------------------------------------------- */
/* GeofenceOverlay*/
.geofence-tag-container {
    margin-top: 10px;
}

.geofence-tag {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*background: #039be5;*/
    /* border-left: 2px solid #0279b3; */
    background: #262626;
    /*background: #0279b3;*/
    color: white;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 11px;
    margin-right: 5px;
}

.geofenceOverlay {
    border: none;
    position: absolute;
}

    .geofenceOverlay canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.3s opacity ease-out;
    }

    .geofenceOverlay .description {
        position: absolute;
        text-align: center;
        transform: translate(-50%, 0%);
        transform: translate(-50%, -50%);
        left: 50%;
        /*min-width: 100px;*/
        /*top: 100%;*/
        top: 50%;
        font-family: Roboto, Arial;
        color: Black;
        /*background: rgba(0,0,0,0.2);*/
        background: rgba(250, 250, 250, 0.75);
        /*border: 1px solid rgba(50, 50, 50, 0.3);
   border: 1px solid $descriptionBorderColor;*/
        /*border-style: dashed;*/
        border-radius: 3px;
        padding: 5px;
        opacity: 0;
        transition: 0.3s all ease-out;
        transition-property: opacity, transform;
        text-transform: uppercase;
    }

    .geofenceOverlay.showLabel canvas {
        opacity: 0.2;
    }

    .geofenceOverlay.showLabel .description {
        opacity: 1;
        transform: translate(-50%, -50%);
        /* Align to right test */
        /*left: 100%;
   transform: translate(0px,-50%);*/
    }

    .geofenceOverlay.showLabel.force {
        /* Align to right test */
    }

        .geofenceOverlay.showLabel.force .description {
            left: 100%;
            transform: translate(3px, -50%);
        }

            .geofenceOverlay.showLabel.force .description:after {
                content: "";
                position: absolute;
                left: 0%;
                transform: translate(-100%, -50%);
                top: 50%;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-right: 6px solid rgba(50, 50, 50, 0.15);
            }

        .geofenceOverlay.showLabel.force canvas {
            opacity: 1;
        }

/* ----------------------------------------------------------------------------------------- */
/* VeriMap LiveMap */
/* Reason Code Colours */
/* Base styling */
/*$border-style: 1px solid #e0e0e0;*/
/*----------------------------------------------------------------*/
/*  Mixins
/*----------------------------------------------------------------*/
/* Reason Code Colours */
/* Base styling */
/*$border-style: 1px solid #e0e0e0;*/
.widget-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto";
}

.mcl-header {
    background: rgba(200, 200, 200, 0.1);
}

.mcl-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: -10px -16px;
    background: rgba(0, 0, 0, 0.01);
}

a.mcl-list-item {
    color: #2196f3;
}

    a.mcl-list-item:hover {
        background: rgba(0, 0, 0, 0.05);
        text-decoration: none;
        color: #0960a5;
    }

.mcl-list-item, .mcl-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 100%;
    border: 0;
    padding: 20px;
    transition: .15s all ease-out;
}

    .mcl-list-item > *, .mcl-header > * {
        max-width: 100%;
        box-sizing: border-box;
    }

    .mcl-list-item:not(:last-of-type), .mcl-header:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .mcl-list-item .mcl-list-subbody, .mcl-header .mcl-list-subbody {
        color: #777;
    }

        .mcl-list-item .mcl-list-subbody:not(:empty), .mcl-header .mcl-list-subbody:not(:empty) {
            margin-top: 5px;
        }

    .mcl-list-item i, .mcl-header i {
        color: #777;
        vertical-align: top;
        margin: 0 20px 0 00px;
    }

/*.horizontal-collapsable-divider {
    width: 10px;
    position: relative;
    margin-left:5px;
    $dashedBorder: 1px dashed rgba(0,0,0,0.1);

    &:before {
        content: "";
        position: absolute;
        width: 1px;
        left: 50%;
        top: 10px;
        bottom: 10px;
        border-right: $dashedBorder;
    }

    &:after {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 18px;
        height: 18px;
        border: $border-style;
        transform: translate(-50%,-50%);
        content: "keyboard_arrow_left";
        font-family: 'Material Icons';
        background: white;
        border-radius: 50%;
    }
}*/
.livemap-vehiclelist {
    /*background: #f8f8f8;*/
}

    .livemap-vehiclelist veri-search-box .veri-search {
        background: white;
    }

.animate-min-height {
    transition: 0.3s height ease-out;
}

.reveal-from-opacity {
    opacity: 1;
}

    .reveal-from-opacity.ng-enter, .reveal-from-opacity.ng-hide, .reveal-from-opacity.ng-leave.ng-leave-active, .reveal-from-opacity.ng-hide-add.ng-hide-add-active, .reveal-from-opacity.ng-hide-remove {
        opacity: 0;
        transition: 0.3s all ease-out;
    }

        .reveal-from-opacity.ng-enter.ng-enter-active, .reveal-from-opacity.ng-add.ng-add-active, .reveal-from-opacity.ng-hide-remove.ng-hide-remove-active, .reveal-from-opacity.ng-hide-add, .reveal-from-opacity.ng-leave {
            opacity: 1;
            transition: 0.3s all ease-out;
            display: block !important;
        }

    .reveal-from-opacity.ng-enter-stagger {
        transition-delay: 0;
        transition-duration: 0;
        animation-delay: 0;
        animation-duration: 0;
    }

.reveal-from-flex {
    opacity: 1;
    max-height: 320px;
}

    .reveal-from-flex.ng-enter, .reveal-from-flex.ng-hide, .reveal-from-flex.ng-leave.ng-leave-active, .reveal-from-flex.ng-hide-add.ng-hide-add-active, .reveal-from-flex.ng-hide-remove {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s all ease-out;
    }

        .reveal-from-flex.ng-enter.ng-enter-active, .reveal-from-flex.ng-add.ng-add-active, .reveal-from-flex.ng-hide-remove.ng-hide-remove-active, .reveal-from-flex.ng-hide-add, .reveal-from-flex.ng-leave {
            opacity: 1;
            max-height: 320px;
            transition: 0.3s all ease-out;
            display: block !important;
        }

    .reveal-from-flex.ng-enter-stagger {
        transition-delay: 0;
        transition-duration: 0;
        animation-delay: 0;
        animation-duration: 0;
    }

.reason-code-status-indicator {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

#mapClusterPopup {
    transform: translate(-50%, 10px);
    position: fixed;
    z-index: 1000;
    width: 250px;
    opacity: 0;
    transition: all 0.3s ease-out;
    margin: 0;
    overflow: visible;
    pointer-events: none;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

    #mapClusterPopup .veri-card-body {
        padding: 16px;
    }

    #mapClusterPopup.show {
        opacity: 1;
        transform: translate3d(-50%, 0px, 0);
        pointer-events: auto;
    }

    #mapClusterPopup > h3 {
        margin-top: 0;
    }

    #mapClusterPopup:after, #mapClusterPopup:before {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%);
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
    }

    #mapClusterPopup:before {
        border-width: 10px;
        border-top-color: rgba(0, 0, 0, 0.04);
    }

    #mapClusterPopup .clusterItem {
        /*border-left: 3px solid black;
        padding-left: 3px;*/
    }

        #mapClusterPopup .clusterItem .clusterItemCount {
            text-align: right;
            min-width: 10px;
            display: inline-block;
        }

    #mapClusterPopup md-tab-content {
        padding: 0;
    }

/* IE11 hacks - Without this the map popup wont display properly */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #livemap veri-map-popup plot-info-table {
        min-height: 160px;
    }
}

#livemap-tabs md-tabs-content-wrapper md-tab-content {
    padding: 0;
}

.infoBox {
    transform: translateY(-100%) !important;
    margin-top: -10px;
}

    .infoBox img[src="http://www.google.com/intl/en_us/mapfiles/close.gif"] {
        position: absolute !important;
        right: 0;
        z-index: 1;
        margin: 0;
        top: 0px;
        /*background: white;
        border-radius: 50%;
        content: '';
        top: -5px;
        margin: 0;
        width: 20px;
        height: 20px;
        content: 'X';
        border: 1px solid rgba(0,0,0,0.2);*/
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    }

.veri-card-map-container {
    transition: 0.3s ease-out margin;
}

    .veri-card-map-container.full-size {
        margin: 0;
        border: 0;
    }

    .veri-card-map-container + * {
        margin-top: 0;
    }

        .veri-card-map-container + * > veri-card, .veri-card-map-container + * vehicle-video-list > veri-card {
            margin-top: 0;
        }

.map-info-box {
    /*position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;*/
    /*> * {
        pointer-events: auto;
    }*/
    /*video {
        width: 100%;
        max-width: 100%;
        height: 161px;
    }*/
}

    .map-info-box .veri-card-title-top driver-image {
        margin-right: 16px;
    }

    .map-info-box .veri-card-title-top .layout-column .vehicle-reg {
        width: auto;
    }

    .map-info-box .map-info-box-close {
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 2;
        color: #555;
        background: white;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
        margin: 0;
        padding: 0;
        border-radius: 3px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

        .map-info-box .map-info-box-close:hover {
            color: black;
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
        }

        .map-info-box .map-info-box-close .material-icons {
            margin: 0;
            padding: 0;
        }

    .map-info-box street-view, .map-info-box ui-gmap-google-map {
        min-height: 250px !important;
    }

@media screen and (max-height: 800px) {
    .map-info-box street-view, .map-info-box ui-gmap-google-map {
        min-height: 200px !important;
    }
}

.map-info-box driver-tacho-summary table.veri-table-simple tr > :first-child {
    padding-left: 16px;
}

.map-info-box driver-tacho-summary table.veri-table-simple td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.map-info-box md-tabs-wrapper {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e0e0e0;
}

.map-info-box md-tab-item {
    max-width: none !important;
}

.map-info-box md-tab-content {
    font-size: 13px;
}

.map-info-box .block-heading + table {
    margin-top: -16px;
}

.map-info-box .veri-card-footer .md-button {
    padding: 0 4px;
    margin: 0px;
    line-height: 24px;
    min-height: 24px;
}

    .map-info-box .veri-card-footer .md-button:hover {
        background: rgba(0, 0, 0, 0.1);
    }

#map_cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
    /*animation: scaleLargeToSmall ease-out 1s;*/
    transform-origin: center;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 26.66667px;
    height: 26.66667px;
    /*background: rgba(255,255,255,0.1);*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    /* To account for map header */
    margin-top: 39px;
}

    #map_cross:before, #map_cross:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        background: rgba(0, 0, 0, 0.7);
    }

    #map_cross::after {
        width: 1px;
        height: 40px;
    }

    #map_cross::before {
        width: 40px;
        height: 1px;
    }

@keyframes scaleLargeToSmall {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*veri-map,*/
ui-gmap-google-map .marker-event-2 {
    /* Required for tooltip and hover events */
    transform: translate(-50%, -100%);
}

    ui-gmap-google-map .marker-event-2:hover {
        opacity: 1 !important;
        /*.marker-label {
                opacity: 1;
                transform: translate(-50%,5px);
            }*/
    }

    ui-gmap-google-map .marker-event-2.anchor-left {
        transform: translate(-100%, -50%);
    }

        ui-gmap-google-map .marker-event-2.anchor-left > div {
            /*.marker-contents {
                    border-left: 1px solid rgb(224, 224, 224);
                }*/
        }

            ui-gmap-google-map .marker-event-2.anchor-left > div:after, ui-gmap-google-map .marker-event-2.anchor-left > div:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                border: 0 solid transparent;
                transition: all 0.3s ease-out;
                top: 50%;
                left: 100%;
                transform: translate(-1px, -50%);
                border-top-width: 8px;
                border-bottom-width: 8px;
                border-left: 8px solid #fff;
            }

            ui-gmap-google-map .marker-event-2.anchor-left > div:before {
                border-width: 9px;
                border-left-color: #aaa;
                margin-left: 1px;
            }

    ui-gmap-google-map .marker-event-2.anchor-right {
        transform: translate(0%, -50%);
    }

        ui-gmap-google-map .marker-event-2.anchor-right > div {
            flex-direction: row-reverse;
            /*.marker-contents {
                    border-right: 1px solid rgb(224, 224, 224);
                }*/
        }

            ui-gmap-google-map .marker-event-2.anchor-right > div:after, ui-gmap-google-map .marker-event-2.anchor-right > div:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                border: 0 solid transparent;
                transition: all 0.3s ease-out;
                top: 50%;
                right: 100%;
                transform: translate(0px, -50%);
                border-top-width: 8px;
                border-bottom-width: 8px;
                border-right: 8px solid #fff;
            }

            ui-gmap-google-map .marker-event-2.anchor-right > div:before {
                border-width: 9px;
                border-right-color: #aaa;
            }

    ui-gmap-google-map .marker-event-2.anchor-top {
        transform: translate(-50%, -100%);
    }

        ui-gmap-google-map .marker-event-2.anchor-top > div {
            /*.marker-contents {
                    border-left: 1px solid rgb(224, 224, 224);
                }*/
        }

            ui-gmap-google-map .marker-event-2.anchor-top > div:after, ui-gmap-google-map .marker-event-2.anchor-top > div:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                border: 0 solid transparent;
                transition: all 0.3s ease-out;
                top: 100%;
                left: 50%;
                transform: translate(-50%, -1px);
                border-left-width: 8px;
                border-right-width: 8px;
                border-top: 8px solid #fff;
            }

            ui-gmap-google-map .marker-event-2.anchor-top > div:before {
                border-width: 9px;
                border-top-color: #aaa;
                transform: translateY(-50%, 0px);
            }

    ui-gmap-google-map .marker-event-2.anchor-bottom {
        transform: translate(-50%, 0%);
    }

        ui-gmap-google-map .marker-event-2.anchor-bottom > div {
            /*.marker-contents {
                    border-right: 1px solid rgb(224, 224, 224);
                }*/
        }

            ui-gmap-google-map .marker-event-2.anchor-bottom > div:after, ui-gmap-google-map .marker-event-2.anchor-bottom > div:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                border: 0 solid transparent;
                transition: all 0.3s ease-out;
                bottom: 100%;
                left: 50%;
                transform: translate(-50%, 0px);
                border-left-width: 8px;
                border-right-width: 8px;
                border-bottom: 8px solid #fff;
            }

            ui-gmap-google-map .marker-event-2.anchor-bottom > div:before {
                border-width: 9px;
                border-bottom-color: #aaa;
                /*transform: translateY(-50%,0px);*/
            }

    ui-gmap-google-map .marker-event-2 > div {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        max-width: 100%;
        position: relative;
        background: #f4f4f4;
        border-radius: 3px;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
        margin: 10px;
        border: 1px solid #aaa;
    }

        ui-gmap-google-map .marker-event-2 > div > * {
            max-width: 100%;
            box-sizing: border-box;
        }

        ui-gmap-google-map .marker-event-2 > div:hover {
            border-color: #3498db;
        }

    ui-gmap-google-map .marker-event-2 .marker-sub-icon {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        max-width: 100%;
        /*background: #f8f8f8;*/
        font-size: 16px;
        width: 20px;
        height: 20px;
        color: #777;
        border-radius: 3px;
        /*width: 22px;
            height: 22px;*/
    }

        ui-gmap-google-map .marker-event-2 .marker-sub-icon > * {
            max-width: 100%;
            box-sizing: border-box;
        }

    ui-gmap-google-map .marker-event-2 .hide-label .marker-contents {
        max-width: 0px;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: 0.3s ease-out all;
    }

    ui-gmap-google-map .marker-event-2:hover .marker-contents, ui-gmap-google-map .marker-event-2 .marker-contents {
        max-width: 300px;
        max-height: 200px;
        background: white;
    }

        ui-gmap-google-map .marker-event-2:hover .marker-contents .marker-label, ui-gmap-google-map .marker-event-2 .marker-contents .marker-label {
            padding: 3px 6px;
        }

    ui-gmap-google-map .marker-event-2 img {
        min-width: 150px;
        max-width: 100%;
        z-index: 100;
        position: relative;
        border-top: 1px solid #e0e0e0;
    }

.harsh-brake-event-color {
    color: orangered;
}

.harsh-brake-event-background-color {
    background: orangered;
}

.event-cluster:not(:empty) {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 100%;
    position: relative;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    margin: 9px;
    border: 1px solid #aaa;
    width: 70px !important;
    height: 20px !important;
    transform: translate(-25%, -50%);
}

    .event-cluster:not(:empty) > * {
        max-width: 100%;
        box-sizing: border-box;
    }

    .event-cluster:not(:empty):after, .event-cluster:not(:empty):before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -1px);
        border-left-width: 8px;
        border-right-width: 8px;
        border-top: 8px solid #fff;
    }

    .event-cluster:not(:empty):before {
        border-width: 9px;
        border-top-color: #aaa;
        transform: translateY(-50%, 0px);
    }

    .event-cluster:not(:empty) > div {
        color: rgba(0, 0, 0, 0.87) !important;
        font-size: 11px !important;
        font-family: Roboto !important;
        border-left: 3px solid rgba(0, 0, 0, 0.3);
        /*font-weight: normal !important;*/
        top: 0% !important;
        left: -1px !important;
        bottom: 0% !important;
        width: 20px !important;
        line-height: 20px !important;
        background: #f4f4f4;
        /*transform: translate(-50%,-50%);*/
    }

        .event-cluster:not(:empty) > div:after {
            content: "Events";
            position: absolute;
            top: 0;
            left: 18px;
            bottom: 0;
            line-height: 20px !important;
            padding: 0px 6px;
            font-weight: normal !important;
        }

    .event-cluster:not(:empty) img {
        transform: rotate(-90deg);
    }

        .event-cluster:not(:empty) img[src*=rawgit] {
            opacity: 0;
            display: none;
        }

/* Map specific marker */
.cluster:not(:empty):before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 7px;
    background: white;
    content: '';
    border-radius: 50%;
    border: 7px solid #555;
    transition: box-shadow 0.2s ease-out;
    /* The previous shadow */
    /*box-shadow: 0 0 0 5px rgba(0,145,234,0.6);*/
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media print {
    .cluster:not(:empty):before {
        box-shadow: none;
    }
}

.cluster:not(:empty).m2:before {
    margin: 8px;
}

.cluster:not(:empty).m3:before {
    margin: 10px;
}

.cluster:not(:empty):hover:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

.cluster:not(:empty) > div {
    color: #00426a !important;
    font-size: 14px !important;
    font-family: Roboto !important;
}

.cluster:not(:empty) img {
    /*z-index: -1;*/
    /*transform: scale(0.8);*/
    /*margin: 10px;*/
    transform: rotate(-90deg);
}

    .cluster:not(:empty) img[src*=rawgit] {
        opacity: 0;
        display: none;
    }

.cluster.selected:before {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.3);
}

.cluster-chart {
    background: red;
    border: 1px solid green;
}

.driver-name-div {
    margin-bottom: 5px;
}

.driver-name {
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 1em;
}

.vehicle-reg {
    color: #00426a;
    color: #333;
    font-size: 12px;
    margin: 0;
    width: 80px;
    min-width: 80px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFDD21;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    padding: 1px 6px;
    /*height: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-shadow: none;
    /*&:after {
        position: absolute;
        background: linear-gradient(to right, transparent, $plateColour);
        top: 0;
        right: 0;
        bottom: 0;
        width: 15px;
        content: '';
    }*/
    /*&.white {
        background-color: white;
        width: auto;
        min-width: auto;
    }*/
}

    .vehicle-reg.none-assigned {
        background-color: white;
        color: #999;
        font-weight: 500;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .vehicle-reg.large {
        max-width: none;
        width: auto;
        font-size: 18px;
        height: 28px;
        margin: 6px;
        line-height: 26px;
        display: inline-block;
    }

    .vehicle-reg.auto-size {
        width: auto;
    }

#livemap .loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
}

#livemap .scroll {
    overflow-y: scroll;
}

/* Eatons new design */
vehicle-list .veri-nav-header {
    display: none;
}





/* ----------------------------------------------------------------------------------------- */
/* veri-map-geofence-edit-controls */

veri-map-geofence-edit-controls {
    position: absolute;
    z-index: 100;
    top: 10px;
    width: 240px;
    /*opacity: 0;*/
    /*margin-top: -18px;*/
    /*margin-top: $triangleBorderWidth;*/
    overflow: visible;
}

    veri-map-geofence-edit-controls veri-card {
        margin: 0px;
        /*border: 0;
box-shadow: $whiteframe-shadow-2dp;*/
    }

    veri-map-geofence-edit-controls .veri-card-body {
        padding: 10px 16px;
    }

    /*veri-map-geofence-edit-controls.show {
    opacity: 1;
}

veri-map-geofence-edit-controls.show > div {
}*/

    veri-map-geofence-edit-controls > div {
        pointer-events: auto;
        position: relative;
    }

.editControlsBtn {
    width: 100%;
    margin-top: 10px;
}

#divAddNewGeofence {
    margin-bottom: 30px;
}
/* ----------------------------------------------------------------------------------------- */
/* VeriMapPopup*/
veri-map-popup {
    /*background: rgba(255,0,0,0.1);*/
    transform: translate3d(-50%, -90%, 0);
    position: absolute;
    z-index: 100;
    min-width: 275px;
    max-width: 275px;
    opacity: 0;
    transition: all 0.3s ease-out;
    transition-property: opacity,transform,top,left;
    /*margin-top: -18px;*/
    /*margin-top: $triangleBorderWidth;*/
    overflow: visible;
    pointer-events: none;
}

    veri-map-popup veri-card {
        margin: 0px;
        /*border: 0;
    box-shadow: $whiteframe-shadow-2dp;*/
    }

    veri-map-popup .veri-card-body {
        padding: 10px 16px;
    }

    veri-map-popup driver-summary-panel {
        padding: 0;
    }

    veri-map-popup.show {
        opacity: 1;
        transform: translate3d(calc(-50% + 0.5px), -100%, 0);
    }

        veri-map-popup.show > div {
            pointer-events: auto;
        }

    veri-map-popup > div {
        position: relative;
    }

    veri-map-popup.top-arrow > div:after, veri-map-popup.top-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        border-left-width: 8px;
        border-right-width: 8px;
        border-bottom: 8px solid white;
    }

    veri-map-popup.top-arrow > div:before {
        border-width: 9px;
        border-bottom-color: rgba(0, 0, 0, 0.1);
        /*transform: translateY(-50%,0px);*/
    }

    veri-map-popup.bottom-arrow > div:after, veri-map-popup.bottom-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -1px);
        border-left-width: 8px;
        border-right-width: 8px;
        border-top: 8px solid white;
    }

    veri-map-popup.bottom-arrow > div:before {
        border-width: 9px;
        border-top-color: rgba(0, 0, 0, 0.1);
        transform: translateY(-50%, 0px);
    }

    veri-map-popup.right-top-arrow > div:after, veri-map-popup.right-top-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        top: 20px;
        left: 100%;
        transform: translate(-1px, -50%);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left: 8px solid white;
    }

    veri-map-popup.right-top-arrow > div:before {
        border-width: 9px;
        border-left-color: rgba(0, 0, 0, 0.1);
        margin-left: 1px;
    }

    veri-map-popup.right-bottom-arrow > div:after, veri-map-popup.right-bottom-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        bottom: 5px;
        left: 100%;
        transform: translate(-1px, -50%);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left: 8px solid white;
    }

    veri-map-popup.right-bottom-arrow > div:before {
        border-width: 9px;
        border-left-color: rgba(0, 0, 0, 0.1);
        margin-left: 1px;
    }

    veri-map-popup.left-top-arrow > div:after, veri-map-popup.left-top-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        top: 20px;
        right: 100%;
        transform: translate(1px, -50%);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-right: 8px solid white;
    }

    veri-map-popup.left-top-arrow > div:before {
        border-width: 9px;
        border-right-color: rgba(0, 0, 0, 0.1);
    }

    veri-map-popup.left-bottom-arrow > div:after, veri-map-popup.left-bottom-arrow > div:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 0 solid transparent;
        transition: all 0.3s ease-out;
        bottom: 5px;
        right: 100%;
        transform: translate(1px, -50%);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-right: 8px solid white;
    }

    veri-map-popup.left-bottom-arrow > div:before {
        border-width: 9px;
        border-right-color: rgba(0, 0, 0, 0.1);
    }



    veri-map-popup md-tab-content {
        padding: 0;
    }

    veri-map-popup .popup-header {
        background: rgba(200, 200, 200, 0.1);
    }

    veri-map-popup .popup-list {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    veri-map-popup .popup-list-item {
        color: #2196f3;
    }

        veri-map-popup .popup-list-item:hover {
            background: rgba(200, 200, 200, 0.1);
            background: rgba(200, 200, 200, 0.15);
            text-decoration: none;
            color: #0960a5;
        }

    veri-map-popup .popup-list-item, veri-map-popup .popup-header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        max-width: 100%;
        border: 0;
        padding: 20px;
        /*padding-right: 30px;*/
        transition: .15s all ease-out;
    }

        veri-map-popup .popup-list-item > *, veri-map-popup .popup-header > * {
            max-width: 100%;
            box-sizing: border-box;
        }

        veri-map-popup .popup-list-item:not(:last-of-type), veri-map-popup .popup-header:not(:last-of-type) {
            border-bottom: 1px solid #eee;
        }

        veri-map-popup .popup-list-item .popup-list-subbody, veri-map-popup .popup-header .popup-list-subbody {
            color: #777;
        }

            veri-map-popup .popup-list-item .popup-list-subbody:not(:empty), veri-map-popup .popup-header .popup-list-subbody:not(:empty) {
                margin-top: 5px;
            }

        veri-map-popup .popup-list-item i, veri-map-popup .popup-header i {
            color: #555;
            vertical-align: top;
            margin: 0 20px 0 00px;
        }

/* ----------------------------------------------------------------------------------------- */
/* VeriCard */

.layout-row > veri-card + veri-card {
    margin-left: 0;
}

.layout-column > veri-card + veri-card {
    margin-top: 0;
}

veri-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 10px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    /*box-shadow: $whiteframe-shadow-1dp;*/
    /*border: 1px solid #ddd;*/
    border: 1px solid rgba(0, 0, 0, 0.12);
    /*border-bottom-width: 2px;*/
    flex-basis: auto;
}

    veri-card.clickable {
        transition: 0.3s ease-out border;
    }

        veri-card.clickable:hover, veri-card.clickable.selected {
            border-color: #1c203e;
            cursor: pointer;
        }

    veri-card.allow-overflow {
        overflow: visible;
    }

        veri-card.allow-overflow .veri-card-body, veri-card.allow-overflow veri-card-body {
            overflow: visible;
        }

    veri-card.no-scroll .veri-card-body {
        overflow: hidden;
    }

    veri-card .veri-card-body, veri-card veri-card-body {
        flex: 1;
        box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        transition: max-height 500ms ease-in-out;
        /* IE11 Height Fix */
        flex-basis: auto;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        font-size: 1em;
        /* new 29.7.2018 */
        /*border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
        min-height: 0;
        /*> *:nth-child(odd) {
        background: #fbfbfb;
        background: rgba(0, 0, 0, 0.03);

        &:not(:first-child) {
            border-top: 1px solid #e0e0e0;
        }

        &:not(:last-child) {
            border-bottom: 1px solid #e0e0e0;
        }
    }*/
    }

        veri-card .veri-card-body.padding, veri-card veri-card-body.padding {
            padding: 10px;
        }

        veri-card .veri-card-body.collapse, veri-card veri-card-body.collapse {
            max-height: 0;
        }

        veri-card .veri-card-body.grey-background, veri-card veri-card-body.grey-background {
            background: #f8f8f8;
            background: #fbfbfb;
            /*background: rgba(0, 0, 0, 0.03);*/
        }

            veri-card .veri-card-body.grey-background + .veri-card-footer, veri-card veri-card-body.grey-background + .veri-card-footer {
                background: white;
            }

        veri-card .veri-card-body h3, veri-card veri-card-body h3 {
            font-weight: 500;
            /*border-bottom: 1px dashed #eee;
    padding-bottom: 10px;*/
            /*&:first-child {
        margin-top: 0;
    }*/
        }

            veri-card .veri-card-body h3.grey-background, veri-card veri-card-body h3.grey-background {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                padding: 10px;
                padding-left: 16px;
                margin-bottom: 0;
                font-weight: normal;
            }

                veri-card .veri-card-body h3.grey-background:first-child, veri-card veri-card-body h3.grey-background:first-child {
                    border-top: none;
                    margin-top: 0;
                }

        veri-card .veri-card-body h4, veri-card veri-card-body h4 {
            font-size: 14px;
            font-weight: 500;
            padding: 10px;
            margin: 0;
        }

        veri-card .veri-card-body .md-padding > h3, veri-card veri-card-body .md-padding > h3 {
            margin-top: 0;
        }

    veri-card .veri-card-title-container {
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid #e0e0e0;
        padding: 0 16px;
        background: white;
    }

        veri-card .veri-card-title-container .collapse-indicator {
            /*margin-left: -10px;
margin-top: 3px;*/
            /*color: #bbb;*/
            width: 30px;
            position: absolute;
            right: 8px;
            top: 50%;
            background: white;
            transform: translateY(-40%);
            opacity: 0;
            transition: 0.3s ease-out all;
        }

        veri-card .veri-card-title-container:hover .collapse-indicator {
            opacity: 1;
            transform: translateY(-50%);
        }

        veri-card .veri-card-title-container h2 {
            padding-left: 0;
        }

        veri-card .veri-card-title-container .card-title {
            margin: 0;
            padding: 10px 16px;
            padding-left: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            veri-card .veri-card-title-container .card-title .tabNumberIndicator {
                margin-left: 0;
            }

        veri-card .veri-card-title-container.compact-title .card-title {
            padding: 10px 0px;
        }

        veri-card .veri-card-title-container.compact-title h2 {
            font-size: 14px;
            font-weight: 500;
        }

        veri-card .veri-card-title-container title-start {
            display: block;
            margin-right: 16px;
        }

        veri-card .veri-card-title-container title-end .md-button:last-child {
            margin-right: -8px;
        }

    veri-card > .veri-card-footer {
        flex: 0 0 auto;
        box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-top: 1px solid #e0e0e0;
        padding: 4px;
        background-color: #F8F8F8;
    }

        veri-card > .veri-card-footer veri-card-footer {
            flex: 1;
            box-sizing: border-box;
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
        }

        veri-card > .veri-card-footer:empty, veri-card > .veri-card-action-footer:empty {
            display: none;
        }

    veri-card veri-card-action-footer > * {
        flex: 1;
        box-sizing: border-box;
    }

    veri-card veri-card-action-footer, veri-card action-block {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.03);
    }

        veri-card veri-card-action-footer > *, veri-card action-block > * {
            max-width: 100%;
            box-sizing: border-box;
        }

        veri-card veri-card-action-footer > *, veri-card action-block > * {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-content: center;
            max-width: 100%;
            color: rgba(0, 0, 0, 0.54);
            /*color: #2196f3;*/
            /*text-transform: uppercase;*/
            font-weight: 500;
            font-size: 12px;
            text-align: center;
            line-height: 24px;
            padding: 6px 8px;
            background: transparent;
        }

            veri-card veri-card-action-footer > * > *, veri-card action-block > * > * {
                max-width: 100%;
                box-sizing: border-box;
            }

        veri-card veri-card-action-footer > a, veri-card action-block > a {
            transition: 0.3s ease-out background;
        }

            veri-card veri-card-action-footer > a.active, veri-card action-block > a.active {
                background: rgba(0, 0, 0, 0.05);
            }

            veri-card veri-card-action-footer > a:hover, veri-card action-block > a:hover {
                text-decoration: none !important;
                background: rgba(0, 0, 0, 0.05);
            }

            veri-card veri-card-action-footer > a i, veri-card action-block > a i {
                margin-right: 5px;
            }

    veri-card action-block {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        background: transparent;
    }

        veri-card action-block a {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            min-width: 45px;
            padding-left: 10px;
            padding-right: 10px;
            /*border-left: $border-style;*/
            border-bottom: 1px solid transparent;
            /*&:first-child,*/
        }

            veri-card action-block a i {
                color: rgba(0, 0, 0, 0.4);
                margin: 0;
            }

                veri-card action-block a i + * {
                    margin-left: 5px;
                    white-space: nowrap;
                }

            veri-card action-block a.selected {
                border-bottom: 2px solid #ff6e40;
                margin-bottom: -1px;
                background: rgba(0, 0, 0, 0.02);
            }

                veri-card action-block a.selected i {
                    color: #1c203e;
                }

    veri-card .veri-card-body > veri-tabs:first-child .md-nav-bar {
        background: white;
    }

    veri-card veri-tabs md-nav-bar {
        background: rgba(0, 0, 0, 0.03);
    }

    veri-card veri-tabs .veri-tab-container {
        background: rgba(0, 0, 0, 0.01);
    }

    veri-card md-tabs md-tabs-wrapper {
        background: rgba(0, 0, 0, 0.03);
        /*&:first-child {*/
        /*md-tabs-wrapper {*/
        /*border-top: 1px solid rgba(0,0,0,0.12) !important;*/
        /*}*/
        /*}*/
    }

    veri-card md-tabs md-tabs-content-wrapper, veri-card md-tabs md-tabs-content-wrapper > md-content {
        background: rgba(0, 0, 0, 0.01) !important;
        /*background: white;*/
    }

    veri-card.bottom-arrow:after, veri-card.bottom-arrow:before, veri-card.top-arrow:after, veri-card.top-arrow:before {
        transition: all 0.3s ease-out;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -1px);
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
    }

    veri-card.bottom-arrow:before {
        border-width: 10px;
        border-top-color: rgba(0, 0, 0, 0.1);
        transform: translateY(-50%, 0px);
    }

    veri-card.top-arrow:before, veri-card.top-arrow:after {
        border-bottom: 8px solid #fff;
        border-top: none;
    }

    veri-card.top-arrow:before {
        top: -8px;
        border-bottom: 8px solid rgba(0, 0, 0, 0.1);
    }

    veri-card.top-arrow:after {
        top: -5px;
    }

.veri-simple-table {
    padding-top: 10px;
}

    .veri-simple-table .row {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        font-size: 0.8em;
        /*border-bottom: 1px solid #e0e0e0; */
    }

        .veri-simple-table .row:last-child {
            border: none;
        }

    .veri-simple-table .title, .veri-simple-table .cell {
        padding: 2px;
    }

    .veri-simple-table .title {
        /*padding-left: 24px;*/
        font-weight: bold;
        min-width: 90px;
    }

