svg [data-lwda]:hover {
    cursor: pointer;
}

.tla-active-lwda, .tla-active-lwda * {
    fill: #2f7c2d !important;
    transition: fill .2s;
}

.tla-selected-lwda, .tla-selected-lwda * {
    fill: #1c456a !important;
    transition: fill .2s;
}
.tla-selected-lwda{
    display:inline;
    overflow:auto;
    white-space:nowrap; /* keeps X icon from spilling out of the button */
}

.tla-selected-lwda button{
    margin:5px 5px 5px 0px;
}

.tla-active-lwda.tla-selected-lwda, .tla-active-lwda.tla-selected-lwda * {
    fill: deepskyblue !important;
    transition: fill .2s;
}

.tla-active-lwda-display {
    height: 20px;
}
/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        height: 20%;
        top: -1px;
        bottom: 20px;        
    }

    .page-template .body {
        top: 20px;
    }

    .page-template .footer {
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
        text-align: center;
        color: #888;
    }

    .page-template .pdfLogoLmci{
        margin-right:10px;
        margin-top:5px;
    }

    .page-template .pdfLogoTla{
        margin-left:10px;
    }

#pdfmap{
        display:none;
    }