﻿
.PestMap {
    height: 450px;
    width: 600px;
}

#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}

/* below is not necessary, just for style */

#slider {
    background-color: grey;
}

.pestPopupTable th {
    text-align: right !important;
    border: 0 !important;
    background-color: transparent !important;
}

.pestPopupTable td {
    text-align: left !important;
    border: 0 !important;
    background-color: transparent !important;
}

.yellow-table .title {
    background-color: #ffffcc;
    border: 1px black solid;
    padding: 12px;
    text-align: center;
}

@@media screen and (max-width: 1140px) {
    #PestYearSelector_DDL {
        display: block;
        margin-bottom: 10px;
    }

    #PestYearSelector_Slider {
        display: none;
    }
}

@@media screen and (min-width: 1140px) {
    #PestYearSelector_DDL {
        display: none;
    }

    #PestYearSelector_Slider {
        display: block;
        margin-top: 10px;
    }
}

.nav-tabs.small-tab .nav-link {
    font-size: 1.25em;
}

    .nav-tabs.small-tab .nav-item.show .nav-link, .nav-tabs.small-tab .nav-link.active {
        background-color: white;
        color: darkblue;
        font-size: 1.25em;
    }

.table-striped th {
    border: 2px solid #fff;
    background-color: #4371c6;
    color: #fff;
}

.table-striped td {
    border: 2px solid #fff;
}

.table-striped > tbody > tr:nth-child(2n) > td {
    background-color: #E8ECF4;
}

.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #D0D4EC;
}