﻿.ol-zoom {
    top: 8px;
}

.ol-toggle-options {
    z-index: 1000;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    left: 8px;
    top: 8px;
}

#updateFilterButton, #resetFilterButton {
    height: 22px;
    width: 22px;
    text-align: center;
    text-decoration: none !important;
    line-height: 22px;
    margin: 1px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold !important;
    background: rgba(0,60,136,0.5);
    color: white !important;
    padding: 2px;
}

.ol-toggle-options a {
    background: rgba(0,60,136,0.5);
    color: white;
    display: block;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 22px;
    line-height: 11px;
    margin: 1px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
    border-radius: 2px;
}

    .ol-toggle-options a:hover {
        color: #fff;
        text-decoration: none;
        background: rgba(0,60,136,0.7);
    }

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

iframe {
    width: 100%;
    height: 250px;
    border: none;
}
/* Toolbar styles */
#toolbar {
    position: relative;
    padding-bottom: 0.5em;
}

    #toolbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #toolbar ul li {
            float: left;
            padding-right: 1em;
            padding-bottom: 0.5em;
        }

            #toolbar ul li a {
                font-weight: bold;
                font-size: smaller;
                vertical-align: middle;
                color: black;
                text-decoration: none;
            }

                #toolbar ul li a:hover {
                    text-decoration: underline;
                }

            #toolbar ul li * {
                vertical-align: middle;
            }

#map {
    clear: both;
    position: relative;
    width: 100%;
    height: 95vh;
    border: 1px solid black;
}

#wrapper {
    width: 768px;
}

#location {
    float: right;
}
/* Styles used by the default GetFeatureInfo output, added to make IE happy */
table.featureInfo, table.featureInfo td, table.featureInfo th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size: 90%;
    padding: .2em .1em;
}

    table.featureInfo th {
        padding: .2em .2em;
        font-weight: bold;
        background: #eee;
    }

    table.featureInfo td {
        background: #fff;
    }

    table.featureInfo tr.odd td {
        background: #eee;
    }

    table.featureInfo caption {
        text-align: left;
        font-size: 100%;
        font-weight: bold;
        padding: .2em .2em;
    }

.map {
    width: 100%;
    height: 100vh;
}

.map-scale{
    position: absolute;
    bottom: 20px;
    left: 330px;
    padding: 5px 10px;
    background: rgb(204 204 204 / 0.80);
    border-radius: 5px;
    z-index: 100;
}

.fire-count {
    position: absolute;
    bottom: 50px;
    left: 330px;
    padding: 3px 10px;
    background: rgb(234 201 2 / 0.86);
    border-radius: 5px;
    z-index: 100;
    font-weight: 700;
    color: #000;
}

.fire-count img{
    margin-right: 10px;
    margin-bottom: -2px;
    height: 25px;
}

.fire-count span{
    line-height: 25px;
}

.loc-thoi-gian{
    width: 280px;
    display: flex;
    flex-direction: row;    
}

.loc-lf {
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
}

.loc-thoi-gian input[type=text] {
    border: none;
    outline: none;
    text-align: center;
    width: 100px;
    margin-top: 7px;
}

.loc-ct {
    width: 60px;
    background: #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    text-align:center;
}

.loc-rg {
    width: 120px;
    text-align: center;
    border: 1px solid #ccc;
}

.detail-box table{
    border-collapse: collapse;
}

.detail-box td{
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.detail-box th {
    border: 1px solid #ccc;
    background: #002c5b;
    color: #fff;
    padding: 8px;
}

.detail-box tr:nth-child(2n+1){
    background: #f1f1f1;
}

.detail-box tr:hover{
    background: #def2f8;
}

.detail-box tr{
    cursor: pointer;
}

.c1h{
    text-align: center;
    margin-top: 10px;
    background: #bb0505;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.c2h {
    text-align: center;
    margin-top: 10px;
    background: #f77b04;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.c4h {
    text-align: center;
    margin-top: 10px;
    background: #fff201;
    color: #000;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.c8h {
    text-align: center;
    margin-top: 10px;
    background: #faf5bc;
    color: #000;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.c10h {
    text-align: center;
    margin-top: 10px;
    background: #939393;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.cTime{
    text-align: center;
}

.cLine{
    padding: 5px;
}

.cLine img{
    height: 20px;
    margin-right: 10px;
    margin-bottom: -5px;
}

.filter-box label{
    font-weight: 700;
}

.filter-box{
    max-height: 60px;
}

.detail-box {
    overflow-y: scroll;
    display: list-item;
    width: 98%;
    min-height: 500px;
    max-height: 2000px;
}

.sidenav .row{
    margin: 5px 0;
}

body {
    margin: 0;
}

.myPopup {
    position: absolute;
    background-color: #ccc;
    padding: 8px;
    top: 10%;
    left: 10%;
}

    .myPopup table {
        border-collapse: collapse;
    }

    .myPopup th {
        background-color: #555;
        color: #fff;
        padding: 8px 10px;
        text-align: center;
    }

    .myPopup td {
        border: 1px solid #111;
        padding: 10px;
        text-align: center;
        background: #fff;
    }

.ui-slider-handle ui-state-default ui-corner-all {
    display: none;
}

.bottom-bar {
    height: 40px;
    position: fixed;
    background: #555;
    bottom: 0px;
    width: 100%;
    padding: 10px 5px 5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.my-slider {
    width: 300px;
    left: 20px;
    display: block;
}

#amount {
    outline: none;
    border: none;
    background: #555;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    width: 300px;
    text-align: center;
}
