@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-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 1px 0px 8px -2px #999999;
    -webkit-box-shadow: 1px 0px 8px -2px #999999;
    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-zoom .ol-zoom-out {margin-top: 204px;}*/
.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-zoom .ol-zoom-out{ margin-top: 204px;}*/  
/*.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: fixed; bottom: 58px; 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: 28px; background: #4a90e2; display: inline-block; bottom: 0; float: left; color: #fff; padding: 5px 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: 8px; z-index: 99; }
.map-box { position: relative; width: 100%; height: calc(100vh - 462px); height: -ms-calc(100vh - 462px); height: -moz-calc(100vh - 462px); height: -webkit-calc(100vh - 462px); }

/*.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; }

.layers-cont { position: absolute; top: 7px; right: 7px; z-index: 99; }*/
.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: 0 10px 10px 10px;    
    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;
        margin-top: 10px !important;
    }

.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";

    }

.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;
}*/

/*for common table*/
.common-table-box table { width: 100%; table-layout: fixed; }
.common-table-box.no-cursor-pointer table thead th { cursor: default; }
.common-table-box table thead { background: #4a90e2; color: #fff; }
.common-table-box table thead th { font-size: 13px; position: relative; padding: 7px 5px; text-align: center; border-right: 1px solid #bbb; line-height: 1; overflow: hidden; white-space: nowrap; cursor: pointer; padding-left: 18px; }
.common-table-box table thead th .so-cont { position: absolute; left: 5px; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.common-table-box table thead th .so-cont i { display: block; font-size: 6px; }
.common-table-box table thead th.text-right {text-align:right;}
.common-table-box table tbody td { border-right: 1px solid #bbb; white-space: normal; overflow: hidden; padding: 3px 5px; font-size: 12px; }
.common-table-box table th span { display: block; color: #9f3434; margin: 2px 0; }
.common-table-box .table-content-container table tbody tr.selected-row { background-color: #b5d4e8; }
.common-table-box table tbody tr:nth-child(odd) { background-color: #f9f9f9; }
.common-table-box .common-table-pager-box { display: table; width: 100%; background: #4a90e2; padding: 6px 10px; position: relative; }
.common-table-box .common-table-pager-box .center { position: absolute; left: 0; right: 0; top: 2px; margin: 0 auto; width: 410px; }
.common-table-box .common-table-pager-box .center .select::after { padding: 3px 4px; }
.common-table-box .common-table-pager-box .center li { display: inline-block; vertical-align: middle; padding: 0 5px; }
.common-table-box .common-table-pager-box .center li.page-of-box { border-left: 1px solid #fff; border-right: 1px solid #fff; }
.common-table-box .common-table-pager-box .center li a { color: #fff; }
.common-table-box .common-table-pager-box .center span { display: inline-block; vertical-align: middle; color: #fff; padding: 0 5px; }
.common-table-box .common-table-pager-box .center .form-control { width: 40px; height: 20px; display: inline-block; vertical-align: middle; background: #fff; }
.common-table-box .common-table-pager-box .center input[type="text"].form-control { padding: 1px 5px; }
.common-table-box .common-table-pager-box .left { float: left; }
.common-table-box .common-table-pager-box .left span.grid-text { font-size: 10px; display: inline-block; margin-top: 3px; }
.common-table-box .common-table-pager-box .right { float: right; color: #fff; }
.common-table-box .mCSB_inside > .mCSB_container { margin-right: 0px; }
.common-table-box .no-records-message { padding: 7px 5px; text-align: center; font-size: 14px; color: #FF0000; }
.common-table-box .with-border { border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.ol-popup-content .table-content-container td.content-label { background: #badbfc; color: #000; border-bottom: 1px solid #bbb; font-weight: 600; }
.ol-popup-content .table-content-container tr:last-child td.content-label { border-bottom: none; }

#PreviewAllTripLayerPopup .common-openlayer-popup .modal-content { height: auto; max-height: 255px; }

.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;
}
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;
}
.table-footer {
    background: #4a90e2;
    padding: 6px 7px;
    color: #fff;
    font-size: 10px;  
    margin-top:-17px;  
} 
/* #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;
} */


/*bottom searchbox*/
.open-left-drawer-box .bottom-pannel {
    left: 530px;
}

.bottom-pannel {
    position: absolute;
    top: 215px;
    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: 168px;
        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;
}

.modal-content.cust-eveinfo-dialog {
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}

.ui-autocomplete-input {
    width: 154px;
    height: 17px;
    float: left;
    border: 0;
    padding: 0;
}
