﻿/*---------------------------------------------------------*/
/* winds */
/*---------------------------------------------------------*/
.iconimg {
    vertical-align: top;
}

.current_speed {
    font-size: 10px;
    
}

.winddiv {
    display: inline-block;
    margin-left:5px;
}

.main-content {
    width: 100%;
    height: 500px;
}

.overlaydiv {
    border-radius: 20%;
}

/*---------------------------------------------------------*/
/* links and focus */
/*---------------------------------------------------------*/
a, a:hover, a:active, a:visited {
    cursor: pointer !important;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        color: black;
        text-decoration: underline;
    }

    a:focus {
        outline: dotted 1px black;
        /* outline: none !important; */
    }

li:focus {
    /* outline: dotted 1px black; */
    outline: none !important;
}


.form-control:focus, select:focus, .btn:focus, #dateEnd:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

p {
    text-align: center;
    line-height: 100px;
}



/*---------------------------------------------------------*/
/* map
/*---------------------------------------------------------*/
.maptable {
    border-collapse: separate;
    border-spacing: 1px;
    color: black;
    font-size: 10px;
    background: #c3a85eaa; /* tan */
    font-family: Gotham, Arial, Helvetica, sans-serif;
    width: 250px;
    z-index: 2000;
   
}

    .maptable td, .maptable th {
        vertical-align: middle;
        text-align: center;
    }

    .maptable td {
        background-color: rgba(255,255,255,1);
        padding: 2px 2px;
    }

    .maptable .sitename1 {
        font-size: 14px;
    }

    .maptable .sitename2 {
        font-size: 8px;
        color: gray;
    }


#map {
    height: 500px;
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


.leaflet-popup-tip {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.xleaflet-popup-tip-container {
    width: 0px;
    height: 0px;
}

.xleaflet-popup-content-wrapper {
    background: rgba(0, 0, 0, 0) !important;
    /*border: none !important;*/
    font-size: 20px;
    box-shadow: none !important;
}


/*---------------------------------------------------------*/
/* AQI table on map */
/*---------------------------------------------------------*/
.AQI {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 2000;
}

.AQItable {
    border-collapse: collapse;
    background-color: #00000075;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 10px;
    color: white;
    border-radius: 3px;
}

    .AQItable td th {
        text-align: center;
    }

.AQItableTitle {
    font-size: 14px;
}

.AQItableCol1 {
    width: 70px;
    margin-top: 2px;
   
}

.AQItableCol2 {
    margin-top: 2px;
    width: 70px;
}

.AQItableCol3 {
    width: 80px;
    border-left: 1px solid darkgray;
}

.AQItableCol4 {
  
}

.AQIdot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: auto;
    line-height: 15px;
    text-align: center;
    margin-left:5px;
}

.AQIdotGreen {
    margin-top: 2px;
    background-color: #00c757;
}

.AQIdotYellow {
    background-color: #ffd100;
}

.AQIdotOrange {
    background-color: #ff8300;
}

.AQIdotRed {
    background-color: #ff0126;
}

.AQIdotPurple {
    background-color: #a9336d;
}

.AQIdotMagenta {
    background-color: #7e0023;
}
