global.css [static/er2_303d_assess/css] Revision: default  Date:
/* CSS that overrides global styles in node_modules */

.custom-mouse-position {
    bottom: 0;
    color: black;
    padding: 10;
    position: absolute;
    right: 100px;
    text-shadow: 2px 2px white;
    z-index: 1;
}

.ol-attribution {
}
.ol-scale-line {
    background: rgba(0,60,136,0.3);
    border-radius: 4px;
    bottom: 24px;
    left: 8px;
    padding: 2px;
    position: absolute;
}
.ol-zoom {
}
.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: 0px 0px 0px 0px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    /* left: -50px; */
    min-width: 270px;
    z-index: 10;
}
.ol-popup:hover {
    background-color: white;
}

/* for pdf */
@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('../fonts/trebuc.woff') format('woff');
    }
    
    
@font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('../fonts/Trebuchet-MS-Italic.woff') format('woff');
}