﻿.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: -50px;
    min-width: 280px;
    font-family: 'open_sansregular';
    font-size: 12px;
    height: auto;
}

    .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, .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: 10px;
    right: 10px;
    color: #000;
    font-size: 16px;
    z-index: 1;
}

    .ol-popup-closer:after {
        font-family: 'pixie-tc';
        content: "\e806";

    }

.ol-zoom {
    top: 40px;
    left: 4px;
}

    .ol-zoom.ol-control button {
        height: 20px;
        width: 27px;
    }

.ol-zoomslider {
    /*top: 7.5em;*/
    right: 8px !important;
    left: auto;
    top: 88px !important;
    border: 1px solid #00a9de;
    background: rgba(255, 255, 255, 0.88);
}

    .ol-zoomslider button {
        width: 21px !important;
    }


.ol-zoom.ol-control {
    right: 5px !important;
    left: auto;
}

    .ol-zoom.ol-control button {
        width: 28px !important;
    }

#btnSearch {
    background-color: snow;
    bottom: 0;
    cursor: pointer;
    height: 20px;
    left: 221px;
    margin-bottom: 46px;
    position: absolute;
    z-index: 1021;
}



.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%;
}

.vmsPopup {
    text-align: center;
    width: 100%;
    background-color: blue;
    font-size: 20px;
    color: yellow;
    font-weight: bold;
    font-family: Arial;
}

#VMSPopup, #NJTransitTrackLayer, #NJTransitLightTrackLayer, #NJTransitTrainStationsLayer, #LIRRRoutesLayer, #SubwayRoutesLayer, #SubwayStopsLayer, #MNRRoutesLayer, #MileMakerPopup {
    height: auto;
}

#NJTransitPopup, #MNRPopup, #SubwayPopup, #NJBusPopup, #LIRRPopup {
    height: auto;
    width: 410px;
}

#TrainPopup {
    position: fixed;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    right: 16px;
    top: 10px;
    width: 200px;
    height: 200px;
    z-index: 99999999;
}

#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 { height: 28px; width: 30px; background: #4a90e2; display: inline-block; bottom: 0; float: left; color: #fff; padding: 4px 3px; color: #fff; font-size: 16px; }
.layers-cont .layer-menu { background: #fff; padding: 8px 8px; clear: both; border: 1px solid #819eb6; z-index: 1;}
.layers-cont .layer-menu .checkbox input[type="checkbox"] { margin-top: 0px; }
.layers-cont .layer-menu .form-check-label {margin-left: 10px;}
.layers-cont .layer-menu .inner-group {margin-left: 10px; margin-top: 5px}
.layers-cont .layer-menu .inner-group h5 {margin-bottom: 5px;}
.layers-cont .layer-menu .form-check-label label input[type="radio"] { margin-right: 5px; margin-top: 0; display: inline-block; vertical-align: top; }
.map-iamg-box { position: relative; }



.layers-cont {
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 21;
}
#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;
}
#Highway_eventsPopup{    padding: 0px !important;}
#Highway_eventsPopup .openlayer-popup-nav-cont { width: 24%; float: left; position:relative; height:226px; padding:20px 0 0 0; overflow:hidden;}
#Highway_eventsPopup .openlayer-popup-nav-cont .nav { border-bottom: none; overflow: auto; height:206px;}
#Highway_eventsPopup .openlayer-popup-nav-cont .nav:after{position:absolute; bottom:-16px; left:0; background:#fff; content:""; width:100%; height:5px;}
#Highway_eventsPopup .openlayer-popup-nav-cont .nav-header {z-index:9; position:relative; text-align: center; margin: 0; padding: 5px; background: #012F55; font-size: 12px; font-family: 'open_sanssemibold'; color: #fff; position:absolute; top:0; left:0; width:100%; z-index:1;}
#Highway_eventsPopup .openlayer-popup-nav-cont .nav li { float: none; margin-top: 4px; background: #ddd; }
#Highway_eventsPopup .openlayer-popup-nav-cont .nav li:last-child { margin-bottom: 4px; }
#Highway_eventsPopup .openlayer-popup-nav-cont .nav li a { 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; }
#Highway_eventsPopup .openlayer-popup-nav-cont .nav li a:hover, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li a:focus { background: #BBDBFA; }
#Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active a, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active a:focus, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active a:hover, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span:focus, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span:hover { border: none; font-size: 10px; background: #4a90e2; color: #fff; }
#Highway_eventsPopup .openlayer-popup-tab-content{float: left;width: 76%;padding:0 10px 10px 0;overflow: auto;}

#Highway_events2Popup{padding: 0px !important;}
#Highway_events2Popup .openlayer-popup-nav-cont { width: 24%; float: left; position:relative; height:226px; padding:20px 0 0 0; overflow:hidden;}
#Highway_events2Popup .openlayer-popup-nav-cont .nav { border-bottom: none; overflow: auto; height:206px;}
#Highway_events2Popup .openlayer-popup-nav-cont .nav:after{position:absolute; bottom:-16px; left:0; background:#fff; content:""; width:100%; height:5px;}
#Highway_events2Popup .openlayer-popup-nav-cont .nav-header {z-index:9; position:relative; text-align: center; margin: 0; padding: 5px; background: #012F55; font-size: 12px; font-family: 'open_sanssemibold'; color: #fff; position:absolute; top:0; left:0; width:100%; z-index:1;}
#Highway_events2Popup .openlayer-popup-nav-cont .nav li { float: none; margin-top: 4px; background: #ddd; }
#Highway_events2Popup .openlayer-popup-nav-cont .nav li:last-child { margin-bottom: 4px; }
#Highway_events2Popup .openlayer-popup-nav-cont .nav li a { 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; }
#Highway_events2Popup .openlayer-popup-nav-cont .nav li a:hover, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li a:focus { background: #BBDBFA; }
#Highway_events2Popup .openlayer-popup-nav-cont .nav li.active a, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active a:focus, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active a:hover, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span:focus, #Highway_eventsPopup .openlayer-popup-nav-cont .nav li.active span:hover { border: none; font-size: 10px; background: #4a90e2; color: #fff; }
#Highway_events2Popup .openlayer-popup-tab-content{float: left;width: 76%;padding:0 10px 10px 0;overflow: auto;}
#Highway_events2Popup #Highway_events2Popup-content.multiple-events { min-width: 472px; margin-top: 5px; } 


/*highway-event-popup*/
.common-openlayer-popup.highway-event-popup { width: 375px; }
.common-openlayer-popup.transit-event-popup .direction-box-wrapper { padding: 0; }
.common-openlayer-popup.transit-event-popup .direction-box-wrapper .direction-box { display: none; }
.common-openlayer-popup.transit-event-popup .direction-box-wrapper .right-info-box { border: none; }
.common-openlayer-popup.highway-event-popup .common-table-box .table-content-container { max-height: none; }
.highway-event-popup.noTemplateType .direction-box-wrapper .direction-box .box-inner .center-content .image { background: none; }
.highway-event-popup.noTemplateType .direction-box-wrapper .direction-box .box-inner .center-content .image .img-font { color: #fff; background: #666; }
.highway-event-popup.noTemplateType .direction-box-wrapper .highway-bigfont { display: block; position: absolute; top: 50%; left: 34px; width: 75px; text-align: center; color: #fff; background: #666; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); word-break: break-all; }
.common-openlayer-popup.transit-event-popup .direction-box-wrapper .highway-bigfont { display: none; }

/*new changes highway-event-popup*/
.common-openlayer-popup.highway-event-popup { width: 350px; }
.common-openlayer-popup.highway-event-popup .modal-header { margin-bottom: 0px; }
.common-openlayer-popup.highway-event-popup  .direction-box-wrapper { border-top: none; height: 190px; overflow: hidden; }
.common-openlayer-popup.highway-event-popup .direction-box-wrapper .direction-box { top: 37px; }
.common-openlayer-popup.highway-event-popup .direction-box-wrapper .right-info-box .date-info { padding: 5px 10px 0px 10px; }
.common-openlayer-popup.highway-event-popup .direction-box-wrapper .right-info-box .trip-info-description { padding: 15px 10px 20px 10px; height: 144px; }
.common-openlayer-popup.highway-event-popup .direction-box-wrapper .right-info-box .link-btn { padding: 4px; }

/*direction box*/
.direction-box-wrapper { border: 1px solid #bbb; position: relative; height: 213px; padding-left: 124px; }
.direction-box-wrapper .direction-box { position: absolute; top: 48px; left: 10px; width: 190px; margin-left: -44px; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.direction-box-wrapper .direction-box .direction-text { display: block; text-align: center; font-size: 13px; font-weight: 600; color: #0951a7; min-height: 15px; }
.direction-box-wrapper .direction-box .box-inner { display: table; width: 100%; text-align: center; height: 95px; }
.direction-box-wrapper .direction-box .box-inner .center-content { background: url("../images/highwayEventPopup/high-way.png") no-repeat; background-size: 100% 100%; display: table-cell; width: 100%; height: 100%; vertical-align: middle; position: relative; -ms-background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; }
.direction-box-wrapper .direction-box .box-inner .center-content span.left { position: absolute; left: 10px; top: 55px; color: #fff !important; }
.direction-box-wrapper .direction-box .box-inner .center-content span.right { position: absolute; right: 10px; top: 55px; color: #fff !important; }
.direction-box-wrapper .direction-box .box-inner .center-content .circle .img-font { font-size: 35px; color: #000; }
.direction-box-wrapper .right-info-box { height: 100%; border-left: 1px solid #bbb; position: relative; }
.direction-box-wrapper .right-info-box .date-info { padding: 8px 10px 5px 10px; border-bottom: 1px solid #bbb; }
.direction-box-wrapper .right-info-box .date-info .col-info { display: block; width: 100%; }
.direction-box-wrapper .right-info-box .date-info .col-info label { width: 62px; }
.direction-box-wrapper .right-info-box .trip-info-description { padding: 10px; overflow: auto; height: 133px; }
.direction-box-wrapper .right-info-box .link-btn { position: absolute; bottom: 0; right: 0; border: none; color: #4a90e2; width: 100%; background: none; border-top: 1px solid #bbb; padding: 5px; }

/*RouteType class start*/
    .direction-box-wrapper .direction-box .box-inner .center-content .image .route-top-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
        font-size: 10px;
        color: #000;
    }

    /*.direction-box-wrapper .direction-box .box-inner .center-content .image { background: url("../images/highwayEventPopup/nj-state-route.png") no-repeat center center; width: 60px; height: 60px; margin: 0 auto; padding-top: 22px; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: 60px; -ms-background-size: 60px; -moz-background-size: 60px; -webkit-background-size: 60px; -o-background-size: 60px; }*/
    .direction-box-wrapper .direction-box .box-inner .center-content .image {
        margin: 0 auto;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    
    /* NEW CLASSES FOR SHILED START*/
    .direction-box-wrapper .direction-box .box-inner .center-content .image {
        padding: 22px 0 0 0;
        height: 60px;
        width: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

        .direction-box-wrapper .direction-box .box-inner .center-content .image .img-font {
            display: block;
            color: #000;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.state {
            background-image: url(../images/highwayEventPopup/RouteType/nj-state-route.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.cr {
            padding: 0;
        }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.cr .county-text {
                color: #f0cd19;
                padding: 10px 0 0 0;
                display: block;
                font-size: 10px;
            }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.cr .img-font {
                color: #f0cd19;
                padding: 5px 0 0 0;
            }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.us-route-note {
            height: 75px;
            background-size: 100% 100%;
            -ms-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -o-background-size: 100% 100%;
        }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.us-route-note .img-font {
                padding: 17px 0 0 0;
            }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.interstate .img-font {
            margin-top: 0;
            color: #fff;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.interstate .bigfont {
            font-size: 11px;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.hrp {
            width: 75px;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.kwvpky {
            width: 75px;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.mpky {
            width: 75px;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.rmppky {
            height: 75px;
            background-size: 60px 75px;
            -ms-background-size: 60px 75px;
            -moz-background-size: 60px 75px;
            -webkit-background-size: 60px 75px;
            -o-background-size: 60px 75px;
        }

        .direction-box-wrapper .direction-box .box-inner .center-content .image.tsp {
            height: 40px;
            background-size: 100%;
            -ms-background-size: 100%;
            -moz-background-size: 100%;
            -webkit-background-size: 100%;
            -o-background-size: 100%;
        }
		.direction-box-wrapper .direction-box .box-inner .center-content .image.goetbrg, .direction-box-wrapper .direction-box .box-inner .center-content .image.hotnl, .direction-box-wrapper .direction-box .box-inner .center-content .image.litnl, .direction-box-wrapper .direction-box .box-inner .center-content .image.bayobrg{height: 80px;width:55px; padding:0;  background-size: 100%; -ms-background-size: 100%; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; }
        /* NEW CLASSES FOR SHILED END */
        .direction-box-wrapper .direction-box .box-inner .center-content .image.facility {
            background: url("../images/highwayEventPopup/nj-state-route.png") no-repeat center center;
            width: 60px;
            height: 60px;
            margin: 0 auto;
            padding-top: 8px;
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            background-size: 60px;
            -ms-background-size: 60px;
            -moz-background-size: 60px;
            -webkit-background-size: 60px;
            -o-background-size: 60px;
            font-size: 16px;
        }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.facility.facility10 span.img-font {
                font-size: 12px;
                margin-top: 12px;
                display: inline-block;
                width: 60px;
                white-space: normal;
                word-break: break-all;
            }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.facility.facility20 span.img-font {
                font-size: 9px;
                display: inline-block;
                width: 60px;
                white-space: normal;
                word-break: break-all;
                height: 35px;
                overflow: hidden;
                text-overflow: ellipsis;
                font-family: 'open_sanssemibold';
                font-weight: 600;
            }

            .direction-box-wrapper .direction-box .box-inner .center-content .image.facility .img-font {
                margin-top: 12px;
                display: inline-block;
                color: #000;
            }
    .direction-box-wrapper .direction-box .box-inner .center-content .image.gcp {height: 48px;background-size: 100%;-ms-background-size: 100%;-moz-background-size: 100%;-webkit-background-size: 100%;-o-background-size: 100%;}


/*RouteType class end*/