@font-face {
    font-family: "OpenSansRegular";
    src: url("fonts/opensans-regular.eot") format("embedded-opentype"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype"), url("fonts/opensans-regular.svg#OpenSansRegular") format("svg");
}
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
    -ms-touch-action: none;
}

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;
}
/* GMaps should not set styles on its container */
.olForeignContainer {
    opacity: 1 !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: "OpenSansRegular";
    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("V2/theme/default/img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("V2/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: "OpenSansRegular";
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}

.olControlNavigationHistory {
   background-image: url("V2/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(V2/theme/default/img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(V2/theme/default/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(V2/theme/default/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(V2/theme/default/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("V2/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 .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("V2/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,
.olControlEditingToolbar .olControlZoomBoxItemInactive  {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive,  
.olControlEditingToolbar .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, div.olControlTextButtonPanel {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    font-size: 18px;
    line-height: 19px;
    height: 22px;
    width:22px;
    padding: 0;
}
div.olControlZoom a, div.olControlTextButtonPanel .olButton {
    display: block;
    margin: 1px;
    color: white;
    font-family: "OpenSansRegular";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover, div.olControlTextButtonPanel .olButton: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, div.olControlTextButtonPanel .olButton:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}

/**
 * TextButtonPanel
 */

div.olControlTextButtonPanel .olButton {
    float: left;
    padding: 4px;
}

div.olControlTextButtonPanel.vertical .olButton {
    float: none;
}
div.olControlTextButtonPanel .olButton:first-child {
    border-radius: 4px 0 0 4px;
}
div.olControlTextButtonPanel .olButton:last-child {
    border-radius: 0 4px 4px 0;
}
div.olControlTextButtonPanel.vertical .olButton:first-child {
    border-radius: 4px 4px 0 0
}
div.olControlTextButtonPanel.vertical .olButton:last-child {
    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;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 20px 8px 8px 15px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -350px;
    min-width: 700px;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-size: 12px;
    height: auto;
}

.ol-popup h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-content {
    max-height: 325px;
    overflow: auto;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 14px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-zoomslider {
    /*top: 7.5em;*/
    right: 9px !important;
    left: auto;
    top: 72px !important;
    /*border: 1px solid #00a9de;*/
}

.layer-switcher {
    top: 0.5em;
}

/*map related css*/
.layers-cont {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 99;
}
.layers-cont .layer-btn {
    height: 28px;
    width: 28px;
    background: #4a90e2;
    display: inline-block;
    bottom: 0;
    float: right;
    color: #fff;
    padding: 4px 3px;
    color: #fff;
    font-size: 16px;
}

.sliderlayers-cont { top: 74px; }
.layers-cont .layer-btn:hover, .layers-cont .layer-btn:focus {background:#317ed6;}
.layers-cont label{ font-family: 'open_sansregular';}
.layers-cont label input{margin-top:0; display:inline-block; vertical-align:middle;}
.ol-control button{background:#4a90e2;}
.ol-control button:hover, .ol-control button:focus{background:#317ed6;}
.layers-cont .layer-menu { background: #fff; padding: 8px 8px; clear: both; border: 1px solid #819eb6; }
.layers-cont .layer-menu .form-check-label label input[type="radio"] { margin-right: 5px; }
.layers-cont .layer-menu label {font-weight:normal; font-family: 'open_sansregular';}
.ol-viewport .ol-scale-line{background:#4a90e2;left:10px; bottom:10px;border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0;}
.ol-viewport .ol-scale-line-inner {color:#fff; border-color:#fff;}
.ol-viewport .ol-zoom.ol-control button {height:28px;background:#4a90e2; width:28px;}
.ol-viewport .ol-zoom {top:35px;  left: auto; right: 6px;}
.ol-viewport .ol-control button {background:#4a90e2;border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; }
.ol-viewport .ol-control.ol-attribution button { height: 27px;  width: 27px;  box-shadow: none;  border: none;   margin: 0px;}
.ol-viewport .ol-control button:focus, .ol-viewport .ol-control button:hover{background:#317ed6;}
.ol-viewport .ol-attribution {right: 6px; bottom: 10px; padding: 0px; height:auto;}
.ol-viewport .ol-zoom.ol-control {padding:0;}
.ol-viewport .ol-zoomslider{background:#fff;padding:2px 3px; top:96px; border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0;right: 6px !important; /*border: 1px solid #4a90e2;*/}
.ol-viewport .ol-zoomslider {
    top: 70px !important;
}
/*map zoom bar*/
.ol-viewport .ol-zoom { top: 35px !important; right: 0.5em !important; bottom: auto !important; left: auto !important; }
.ol-viewport .ol-control button { font-size: 18px !important; }
.ol-viewport .ol-zoomslider { right: 7px !important; border: none;  border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; }
.ol-viewport .ol-zoomslider { top: 2.3em;padding: 1px;}
.ol-viewport .ol-touch .ol-zoom .ol-zoom-out {margin-top: 212px;}
.ol-viewport .ol-touch .ol-zoomslider {top: 2.75em;}
.ol-viewport .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-viewport .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {top: 3px;}
.ol-viewport .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-viewport .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {top: 232px;}
.ol-viewport .ol-zoomslider button{width:26px !important;}  
.ol-viewport .ol-touch .ol-zoom .ol-zoom-out{margin-top: 212px;}
.ol-viewport .ol-touch .ol-zoomslider{top: 2.75em;}      
.ol-viewport .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],.ol-viewport .ol-zoom-in.ol-has-tooltip:focus [role=tooltip]{top: 3px;}   
.ol-viewport .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],.ol-viewport .ol-zoom-out.ol-has-tooltip:focus [role=tooltip]{top: 232px;}

.ol-viewport .ol-zoomslider button{width:26px !important;left:0px !important;}
.tripDetailsgridDelay {text-align:center}
.transit-dashboard-box .search-header-box .line-out-small { width: 30% !important; }
.transit-dashboard-box .search-header-box .line-out-small .control-box {padding-left:86px !important;}
.bottom-pannel { position: absolute; bottom: 0px; left: 10px; z-index: 2; -moz-transition: all 0.3s cubic-bezier(0.74, 0.31, 0.37, 0.8); -o-transition: all 0.3s cubic-bezier(0.74, 0.31, 0.37, 0.8); -webkit-transition: all 0.3s cubic-bezier(0.74, 0.31, 0.37, 0.8); transition: all 0.3s cubic-bezier(0.74, 0.31, 0.37, 0.8); }
.bottom-pannel .search-box { height: 32px; width: 238px; overflow: hidden; border: 1px solid #ccc; padding-right: 30px; color: #333; background: #fff; position: relative; }
.bottom-pannel .search-box input { width: 100%; height: 100%; padding-left: 12px; outline: none; border: none; }
.search-box .pixie-tc-search { position: absolute; top: 0; right: 6px; height: 100%; padding: 6px 0; cursor: pointer; }
.LOS {
background-color:royalblue;
}
.ol-viewport .ol-zoom.ol-control { right: 7px !important; padding: 0; background: white;top: 40px !important;}

.ol-attribution ul {
    font-size: 1rem;
}
/*custom base map layer switcher*/
/*.layers-cont .layer-btn { height: 28px; width: 30px; background: #4a90e2; display: inline-block; bottom: 0; float: left; color: #fff; padding: 4px 3px; color: #fff; font-size: 16px; }
.map-box .reset-btn { position: absolute; width: 28px; height: 29px; background-color: #4a90e2; padding: 3px 11.5px; text-decoration: none; background-image: url(../images/refresh-map.png); background-repeat: no-repeat; background-position: 4px 5px; background-size: 18px auto; top: 297px; right: 8px; z-index: 9; }
.layers-cont .layer-menu { background: #fff; padding: 8px 8px; clear: both; border: 1px solid #819eb6; }
.layers-cont .layer-menu .checkbox label{font-weight:700;}
.layers-cont .layer-menu .checkbox input[type="checkbox"] { margin-top: 0px; }
.layers-cont .layer-menu .form-check-label label input[type="radio"] { margin-right: 5px; }*/
.map-box { position: relative; width: 100%; height: calc(100vh - 300px); height: -ms-calc(100vh - 300px); height: -moz-calc(100vh - 300px); height: -webkit-calc(100vh - 300px); }
.layers-cont { position: absolute; top: 7px; right: 7px; z-index: 99; }
.layers-cont .layer-btn { height: 28px; width: 30px; background: #4a90e2; display: inline-block; bottom: 0; float: left; color: #fff; padding: 4px 3px; color: #fff; font-size: 16px; }
.map-box .reset-btn { position: absolute; width: 28px; height: 29px; background-color: #4a90e2; padding: 3px 11.5px; text-decoration: none; background-image: url(../images/refresh-map.png); background-repeat: no-repeat; background-position: 4px 5px; background-size: 18px auto; top: 297px; right: 8px; z-index: 9; }
.layers-cont .layer-menu { background: #fff; padding: 8px 8px; clear: both; border: 1px solid #819eb6; z-index: 1;}
.layers-cont .layer-menu .checkbox label{font-weight:700;}
.layers-cont .layer-menu .checkbox input[type="checkbox"] { margin-top: 0px; }
.layers-cont .layer-menu .form-check-label label input[type="radio"] { margin-right: 5px; }
 .layers-cont .layer-menu .inner-group {margin-left: 10px; margin-top: 5px}
.layers-cont .layer-menu .inner-group h5 {margin-bottom: 5px;}
.layers-cont { position: absolute; top: 7px; right: 7px; z-index: 99; }

.map-pan-button { z-index: 9; height: 28px; width: 28px; background: #4a90e2; display: inline-block; bottom: 0; color: #fff; padding: 4px 3px; color: #fff; font-size: 16px; position: absolute; top: 105px; right: 8px; }
.map-pan-button:hover { background: #04467C; color: #fff; }
.map-pan-button:focus { color: #fff; }
.map-pan-button.active { background: #04467C; cursor:pointer;}

/*Css for showing area on map*/
.zone-miles-map-box {
    display: block;
    position: absolute;
    top: 7px;
    right: 48px;
    padding: 5px 10px;
    background: rgba(74, 144, 226, 1);
    z-index: 1;
    color: #fff;
    height: 28px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px 5px 5px 5px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 707px;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-size: 12px;
    height: auto;
}
 #CameraLayerPopup  {

    min-width:  150px !important;
    left: -75px !important;
}


    .ol-popup h2 {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    font-size: 11px;
}



.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-content {
    max-height: 325px;
    overflow: auto;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 8px;
    color: #9e9e9e;
}

    .ol-popup-closer:after {
        font-family: 'pixie-tc';
        content: "\e806";

    }

.table-footer {
    background: #4a90e2;
    padding: 6px 7px;
    color: #fff;
    font-size: 10px;
} 










.watermark {
    color: #999;
}

.ui-tabs-vertical {
    width: 55em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
    }

.ui-tabs-vertical {
    height: 305px;
}

    .ui-tabs-vertical .ui-tabs-nav li {
        clear: left;
        width: 100%;
        border-bottom-width: 1px !important;
        border-right-width: 0 !important;
        margin: 0 -1px .2em 0;
    }

        .ui-tabs-vertical .ui-tabs-nav li a {
            display: block;
        }

        .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
            padding-bottom: 0;
            padding-right: .1em;
            border-right-width: 1px;
        }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 40em;
    }

.ui-autocomplete {
    font-size: 12px;
}

#infotablegeo {
    border: 1px solid #ccc;
    font-size: 10px;
}

.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    height: 288px;
    overflow: auto;
    padding: 1em;
}

.ui-tabs-panel {
    padding: 0.5em !important;
}

#infotablegeo tr:nth-child(2n) {
    /*background-color: #ccc;*/
    color: #000;
}

.grid-table {
    overflow: auto;
    border: 1px solid #c5c5c5;
    width: 100%;
    font-size: 10px;
}
    /*  Define the background color for all the ODD background rows  */
    .grid-table tr:nth-child(odd) {
        background: #ccc;
    }
    /*  Define the background color for all the EVEN background rows  */
    .grid-table tr:nth-child(even) {
        background: white;
    }

#vmstabs #triptable {
    white-space: nowrap;
    border: 1px solid #ccc;
    width: 100%;
}

/*.common-table-box table tbody td.content-label {
    border-bottom: 1px solid #bbb;
}

.common-table-box table tbody td {
    border-bottom: 1px solid #ddd;
}

.ol-popup-content tbody tr td:first-child {
    border-left: 1px solid #bbb !important;
}

.ol-popup-content tbody td.content-label {
    background: #badbfc;
    color: #000;
    border-bottom: 1px solid #bbb;
    font-weight: normal;
    font-family: "open_sanssemibold";
}

.common-table-box table tbody td {
    border-right: 1px solid #bbb;
    white-space: normal;
    overflow: hidden;
    padding: 3px 5px;
    font-size: 11px;
    word-wrap: break-word;
}*/



/*#PreviewAllTripLayerPopup .common-openlayer-popup .modal-content { height: auto; max-height: 255px; }*/
/*common openlayer popup*/
.common-openlayer-popup p { margin: 0 0 0 0; color: #fff }
.common-openlayer-popup .modal-content { width: 450px; border: 1px solid #bbb; box-shadow: none; overflow-y: auto; overflow-x: hidden; }
.common-openlayer-popup .modal-header {padding: 10px 0; font-size:14px; border-bottom:1px solid #bbb; margin-bottom:10px;}
.common-openlayer-popup .close { color: #fff; opacity: 1; display: none }
.common-openlayer-popup .close:focus, #speedpopup .close:hover { color: #fff }
.common-openlayer-popup .modal-header h4 { font-size: 14px }
.common-openlayer-popup .modal-title { line-height: 1 }
.common-openlayer-popup .modal-header .close { margin-top: -1px }
.common-openlayer-popup .modal-header .left { display: inline-block; width: 40% }
.common-openlayer-popup .modal-header .right { display: inline-block; width: 50%; text-align: right }
.common-openlayer-popup .modal-body { padding: 0 }
.common-openlayer-popup .nav-cont { width: 24%; float: left }
.common-openlayer-popup .nav { width: 100%; border-bottom: none; max-height: 200px; overflow: hidden; padding-bottom:5px;}
.common-openlayer-popup .nav-cont .nav-header { text-align: center; margin:0;padding:5px; background:#012F55; font-size: 12px; font-family: 'open_sanssemibold'; color:#fff;}
.common-openlayer-popup .nav li { float: none; margin-top: 4px; background: #ddd; }
.common-openlayer-popup .nav li a, #speedpopup .nav li span { cursor: pointer; font-size: 10px; margin-right: 0; text-align: center; color: #000; padding: 2px; border:none; display: block; -moz-user-select: text; -ms-user-select: text; -webkit-user-select: text; user-select: text; user-drag: none; -moz-user-drag: none; -ms-user-drag: none; -webkit-user-drag: none; -o-user-drag: none; border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0;}
.common-openlayer-popup .nav li a:hover, .common-openlayer-popup .nav li a:focus{background:#BBDBFA;}
.common-openlayer-popup .nav li.active a, #speedpopup .nav li.active a:focus, #speedpopup .nav li.active a:hover, #speedpopup .nav li.active span, #speedpopup .nav li.active span:focus, #speedpopup .nav li.active span:hover { border: none; font-size: 10px; background: #4a90e2; color: #fff;}
.common-openlayer-popup .row { margin: 0 }
.common-openlayer-popup .tab-content { float: left; width: 76%; padding: 5px; }
.common-openlayer-popup .tab-panel-box { padding: 0 }
.common-openlayer-popup .tab-content label { font-weight: bold; font-size: 10px; margin-bottom: 0 }
.common-openlayer-popup .tab-content span { font-size: 10px; color: #013c6c }
.common-openlayer-popup .tab-content p { font-size: 10px; color: #013c6c }
.common-openlayer-popup .modal-header .left {
    display: inline-block;
    width: 40%;
}

.common-openlayer-popup .modal-header {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
    margin-top:-12px;
}

.modal-header {
    padding: 10px 15px;
    position: relative;
}

#CorridorAllTripPopup .row{
    margin-top: -15px;
}
.ol-popup-closer:hover, .ol-popup-closer:focus {
    color: #000;
}

.ol-popup h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    text-decoration: none;
    color: #317ed6;
    outline: none !important;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 9px;
    right: 10px;
    color: #000;
    font-size: 16px;
    z-index: 1;
}
/* #traindiv {
    right: 16px;
    top: 10px;
}

.ui-multiselect-menu.checkUncheckNot .ui-multiselect-checkboxes li label {
    position: relative;
    padding-left: 22px;
}

    .ui-multiselect-menu.checkUncheckNot .ui-multiselect-checkboxes li label input[type="checkbox"] {
        position: absolute;
        left: 4px;
        top: 0px;
    }

    .ui-multiselect-menu.checkUncheckNot .ui-multiselect-checkboxes li label span {
        width: 100%;
        display: block;
    }

.ui-multiselect-menu.checkUncheckNot .ui-multiselect-filter {
    font-size: 12px;
    margin-bottom: 5px;
}

    .ui-multiselect-menu.checkUncheckNot .ui-multiselect-filter input[type="search"] {
        font-weight: normal;
        padding: 0 3px;
        outline: none;
        border: 1px solid #a0a0a0;
        margin-left: 5px;
        width: 140px;
    }

button.ui-multiselect.checkUncheckNot span.ui-icon {
    margin-top: 1px;
}

button.ui-multiselect.checkUncheckNot {
    width: 100% !important;
    font-size: 12px;
}

.ui-helper-reset {
    font-size: 12px;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

    .pure-table caption {
        color: #000;
        font: italic 85%/1 arial,sans-serif;
        padding: 1em 0;
        text-align: center;
    }

    .pure-table td, .pure-table th {
        border-left: 1px solid #cbcbcb;
        border: 1px solid #cbcbcb;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: .5em 1em;
    }

        .pure-table td:first-child, .pure-table th:first-child {
            border-left-width: 0;
        }

    .pure-table thead {
        background-color: #e0e0e0;
        color: #000;
        text-align: left;
        vertical-align: bottom;
    }

    .pure-table td {
        background-color: transparent;
    }

.pure-table-odd td {
    background-color: #f2f2f2;
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.layer-switcher {
    top: 3.5em;
}

.ol-attribution.ol-unselectable.ol-control img {
    width: auto;
}

.ol-attribution ul {
    font-size: 1rem;
}

.ol-attribution {
    bottom: 20px;
    right: 8px;
}

#mileinfotable {
    overflow: auto;
    border: 1px solid #c5c5c5;
    width: 100%;
    font-size: 10px;
}


    #mileinfotable tr:nth-child(even) {
        background-color: #ccc;
    }

    #mileinfotable th {
        white-space: nowrap;
        text-align: left;
    }



    #mileinfotable tr:nth-child(even) {
        background-color: #ccc;
    }

    #mileinfotable th {
        white-space: nowrap;
        text-align: left;
    }

.searchBlockMap {
    position: absolute;
    background: #fff;
    left: 30px;
    bottom: 30px;
    padding: 4px;
    border: 1px solid #9f9f9f;
    z-index: 999;
    width: 180px;
}

    .searchBlockMap .ui-autocomplete-input {
        width: 154px;
        height: 17px;
        float: left;
        border: 0;
        padding: 0;
    }

.searchIcon {
    margin-bottom: 1px;
    position: absolute;
    bottom: 0px;
    z-index: 1021;
    left: 156px;
    height: 24px;
    background-color: snow;
    cursor: pointer;
}

#btnSearch {
    background-color: snow;
    bottom: 0;
    cursor: pointer;
    height: 15px;
    left: 160px;
    margin-bottom: 5px;
    position: absolute;
    z-index: 1021;
} */
/* .layers-cont .layer-btn { z-index: 9999999; height: 27px; width: 27px; background: #00a9de; display: inline-block; bottom: 0; float: left; top:15px; color: #fff; padding: 2px 3px; color: #fff; font-size: 16px; }
.layers-cont .layer-menu { background: #fff; padding: 8px 8px; clear: both; border: 1px solid #819eb6; }
.layers-cont .layer-menu .form-check-label label input[type="radio"] { margin-right: 5px; }
.map-iamg-box { position: relative; } */



/* .layers-cont {
    position: absolute;
    top: 62px;
    right: 20px;
    z-index:8;
} */
/* #contextmenu-node{
    position: absolute;
    background-color: white;
    border: solid #CCCCCC 1px;
}

.contextmenu-item{
    margin: 0.5em;
    padding-left: 0.5em;
}

.contextmenu-item:hover{
    background-color: #CCCCCC;
    cursor: default;
} */

