<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mapContainer {
    width: 100%;
    /*height: 1080px;*/
    position: relative;
}

.main-map {
    width: 100%;
    height: 100%;
    background-color: #D8EFF9;
}


/*#mapLoader {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 9999;
    color: rgba(0, 0, 255, 1.0);
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}*/
#mapLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}

#zoomHeading {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 80;
    border-radius: 4px;
    padding: 1px 6px;
    background-color: rgba(37, 40, 42, .8);
    text-align: center;
    color: #ffffff;
    font-size: small;
    display: none;
}

@media (min-width: 576px) {
    #zoomHeading {
        position: absolute;
        bottom: auto;
        top: 20%;
        left: calc(50% - 95px);
        z-index: 80;
        padding: 2px 10px;
        font-size: 1rem;
    }
}

.ol-popup {
    z-index: 10001;
    display: none;
    position: absolute;
    background-color: #004461;
    color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -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;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 30px;
    left: -48px;
}

@media (min-width: 576px) {
    .ol-popup {
        padding: 15px;
        padding-top: 5px;
    }
}

/*.ol-popup {
    position: absolute;   
    background-color:transparent;   
    bottom: -10px;
    left: -22px;
    border:none;    
}*/

#popup-content {
    min-width: 260px;
    /*max-width: 265px;*/
    min-height: 70px;
    max-height: 270px;
    overflow-y: auto;
    /*margin-top: 0.6rem;*/
}

#popup-content {
    /*min-height: 40px;
    max-height: 40px;*/
}

.popover {
    z-index: 10010;
}

.popover {
    font-family: "Avenir Next W01",sans-serif;
    background-color: #007db3;
    border-radius: 10px;
    padding: 5px 5px;
    max-width: 280px;
    line-height: 1.5;
    font-size: 0.85rem;
}

.popover-body {
    font-weight: 300;
    color: #FFFFFF;
}

    .popover-body a {
        color: #FFFFFF;
    }

.popover .popover-arrow {
    display: none;
}

.popupStreetStatusPopover i,
.popupClassificationPopover i,
.popupStreetStatePopover i {
    font-size: 1.3rem;
    padding: 3px 5px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .popupStreetStatusPopover i.far,
    .popupClassificationPopover i.far,
    .popupStreetStatePopover i.far {
        font-size: 1rem;
        padding: 1px 1px;
    }
}



#popup-content hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.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: #004461;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: rgba(204, 204, 204, 1);
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 25px;
    cursor: pointer;
    padding: 3px 12px 4px 12px;
}

    .ol-popup-closer:after {
        font-family: 'Font Awesome 6 Pro';
        content: "\f00d";
        font-size: 1.2rem;
        font-weight: 600;
        color: white !important;
    }

.permalink {
    cursor: pointer;
    font-size: 0.85rem;
}

    .permalink .icon-background {
        color: #ffe600;
    }

#popup-content .fa-link {
    color: #004461;
}

#popup-content .popup-usrn,
#popup-content .street-status-icon {
    color: #ffe600;
}

.popup-street {
    font-size: 0.9rem;
    font-weight: 600;
}

.popup-street-status {
    white-space: normal;
    color: #D8D8D8;
}

@media (min-width: 576px) {
    .popup-street-status {
        white-space: nowrap;
    }
}


#side-panel-popup-detail-content {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.ol-attribution a {
    white-space: nowrap;
    color: #0078A8;
}

.ol-attribution {
    bottom: 5px;
    right: 5px;
}

    .ol-attribution.ol-uncollapsible {
        border-radius: 20px;
        border: 2px solid rgba(0,0,0,0.2);
        background: rgba(255,255,255, 0.9);
        padding: 2px 4px;
    }

@media (max-width: 576px) {
    .ol-attribution {
        right: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .ol-attribution.ol-uncollapsible {
            border: none;
        }
}



.ol-attribution ul {
    font-family: 'arial';
}


/*.ol-full-screen {
    right: .5em;
    top: 3.5em;
}

.ol-zoom {
    left:unset;
    right: .5em;
    top: 6em;
}*/

.ol-zoom {
    top: 140px;
    left: 5px;
}

.ol-touch .ol-zoom {
    top: 148px;
}

.ol-full-screen {
    right:auto;
    left: 5px;
    top: 111px;
}

.ol-control button {
    background-color: rgba(37, 40, 42, .8);
}

    .ol-control button:focus, .ol-control button:hover {
        background-color: rgba(37, 40, 42, 1);
    }

    .ol-control button:focus, .ol-control button:hover {
        text-decoration: none;
        /*background-color: rgba(0,60,136,.7);*/
        color: #ffa300;
    }


#scale-line {
    /*position: absolute;
    bottom: 29px;
    right: 220px;
    z-index: 99;*/
}
/*#scale-line {
    background: rgba(0,60,136,.5);
    border-radius: 4px;
    padding: 2px;
    bottom: 17px;
    right: 140px;
    position: absolute;
    z-index: 99;
}*/
.ol-scale-line {
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    bottom: 37px;
    right: 115px;
    position: absolute;
}

.ol-scale-line-inner {
    background-color: rgba(37, 40, 42, .8);
    border-radius: 4px;
    padding: 1px 10px;
    font-size: small;
    color: #FFFFFF;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

#mouse-position {
    position: absolute;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    bottom: 38px;
    right: 10px;
    z-index: 99;
    font-size: small;
    color: #FFF;
    width: 106px;
}


.custom-mouse-position {
    background-color: rgba(37,40,42,.8);
    border-radius: 4px;
    padding: 1px 6px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width:823px) {
    .ol-scale-line {
        right: 10px
    }

    #mouse-position {
        display: none;
    }
}

@media (max-width:434px) {

    #lnkoslicense {
        display: none;
    }
}

#postcode-search-tab:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";        
    visibility:hidden;
    position:absolute;
}

.geoplaceMarkerDiv,
.geoplaceMarkerSvg {
    width: 50px;
    height: 50px;
}

#gazSearch .dropdown-menu {
    display:block;
    top:38px;
    left:7px;
}

#ftSearch .typeahead.dropdown-menu,
#gazSearch .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.85rem;
    color: #004461;
}

@media (max-width:434px) {
    #ftSearch .typeahead.dropdown-menu,
    #gazSearch .dropdown-menu {
        max-height: 130px;
        max-width: 300px;
        font-size: 0.8rem;
    }

        #ftSearch .typeahead.dropdown-menu .dropdown-item,
        #gazSearch .dropdown-menu .dropdown-item {
            white-space: normal;
            padding: 0.15rem 0.5rem;
        }
}

#ftSearch .typeahead.dropdown-menu .dropdown-item,
#gazSearch .dropdown-menu .dropdown-item {
    color: #004461;
}

    #ftSearch .typeahead.dropdown-menu .dropdown-item.active,
    #gazSearch .dropdown-menu .dropdown-item.active {
        color: white;
    }

    #ftSearch .typeahead.dropdown-menu .dropdown-item:hover,
    #gazSearch .dropdown-menu .dropdown-item:hover {
        color: white;
        background-color: #004461;
    }



#btnMapLayersContainer {
    z-index: 80;
    left: 5px;
    top: 195px;
}

.ol-touch #btnMapLayersContainer {
    top: 220px;
}


#mapLayersContainer {
    white-space: nowrap;
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1000;
    background-color: #fff;
    padding: 5px 10px;
    display: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 3px;
}

#gazSearch {
    position:relative;
    margin-right:10px;
}
/*#gazSearch {
    white-space: nowrap;
    position: absolute;*/
/* height:7rem;*/
/*top: 230px;
    left: 50px;
    z-index: 1000;
    background-color: rgba(255,255,255,0.75);
    padding: 10px 10px;
    display: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 3px;
}*/
#gazSearch .form-select {
    border-radius: 0;
}

#gazSearch .has-feedback .form-control-feedback {  
    top: 2px;
    right: 0px;    
}

#mapSearch {
    z-index: 999;
    position: absolute;
    top: 10px;
    left: 50%;
}

#tabSearches {
    min-width: 285px;
    opacity: 0.85;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 99;
}

@media (min-width: 374px) {
    #tabSearches {
        min-width: 320px;
    }
}

@media (min-width: 400px) {
    #tabSearches {
        min-width: 360px;
    }
}

@media (min-width: 450px) {
    #tabSearches {
        min-width: 360px;
    }
}

@media (min-width: 576px) {
    #tabSearches {
        min-width: 490px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #tabSearches {
        min-width: 490px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #tabSearches {
        min-width: 560px;
    }
}

#tabSearches .nav-link {
    padding: 0.5rem 0.5rem;
    text-decoration: none;
}

#search-tab {
    padding-left: 15px;
    line-height: 12px;
}


@media (min-width: 374px) {
    #tabSearches .nav-link {
        padding: 0.5rem 1rem;
        text-decoration: none;
    }

    #search-tab {
        padding-left: 25px;
    }
}

#street-search-tab {
    background-color: #ffe600;
    border-color: #ffe600;
    color: #004461;
}

#usrn-search-tab {
    background-color: #004461;
    border-color: #004461;
    color: #ffe600;
}

#postcode-search-tab {
    background-color: #550f9d;
    border-color: #550f9d;
    color: #ffe600;
}

#usrn-search, #street-search, #postcode-search {
    background: #ffffff;
    min-width: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    -webkit-appearance: unset;
}

#street-search {
    border: 5px solid #ffe600;
}

#usrn-search {
    border: 5px solid #004461;
}

#postcode-search {
    border: 5px solid #550f9d;
}

#btnPostcodeSearch {
    background-color: #550f9d;
    border-color: #550f9d;
}

#txtUsrnSearch, #txtFtSearch, #gazetteerInput {
    font-size: 0.85rem;
    font-weight: bold;
    color: #004461;
    align-content: flex-end;
    cursor: pointer;
    /*z-index: 999;*/
}

#txtFtSearch {
    padding-right:40px;
}

    #btnUsrnSearch {
        font-size: 14px;
        line-height: 1.2em;
    }

#txtFtSearch:focus {
    /* 0.1 rem ionstead of bs4 default of 0.2 */
    box-shadow: 0 0 0 0.1rem rgba(0, 63, 92, 0.25);
}

#ftSearching, #usrnSearching, #gazLoading {
    color: #004461;
    margin: 0px 4px;
}

#usrnSearching, #gazLoading {
    visibility: hidden;
}

#usrnMessages, #noFtsResults, #noGazResults {
    position: absolute;
    top: 110px;
    left: 10px;
    z-index: 1000;
    display: none;
}

    #usrnMessages .alert,
    #noFtsResults .alert,
    #noGazResults .alert {
        padding: 0.4rem 1rem;
        width: 100%;
        margin-top: 3px;
        margin-left: 14px;
    }


.ball-spin-fade-loader &gt; div {
    background-color: #003F5C;
}

#modalTimeout {
    z-index: 99999;
}

.has-feedback {
    position: relative;
}
.clearer {
    color: #004461;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: auto;
    z-index: 10;
}
</pre></body></html>