﻿html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: Verdana;
}

#mapComponent {
    position: absolute;
    z-index: 1;
    top: 0px;
    left:280px;
    padding: 0;
    margin: 0;
    height: 100%;
    width: calc(100% - 280px);
}

#divRoadClosureList {
    position: absolute;
    z-index: 3;
    top: 0px;
    height: 100%;
    width: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
}


.closureTableList {
    border-collapse: separate;
    border-spacing: 0px 10px;
    width: 100%;
}

    .closureTableList td {
        margin: 0px;
        padding: 5px;
        border: 2px;
        border-style: solid;
        border-color: Gray;
        font-size: 12px;
        font-weight: bold;
        background-color: White;
    }

        .closureTableList td:hover {
            border-color: red;
        }

.esri-view .esri-view-surface--touch-none:focus::after {
    outline: none !important;
}

#ButtonBasemap {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
}

.noClosuresFound {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#LoadingIcon {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}