global.css [static/er2_sims/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: rgba(255,255,255,0.7);

    /*
    -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;
}

.ReactModal__Overlay {
    z-index: 1000;
    background-color: rgba(255,255,255,0.75);
}
.ReactModal__Content {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 5rem;
    bottom: 5rem;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,97,0.5);
    overflow: auto;
    border-radius: 4px;
    outline: none;
}

p{
  text-indent: 50px;
}