#map{
    border-radius: 5px;
    border: 2px solid #FFF;
    height: 450px;
}

.progress{
    margin-top: 10px;
}

.progress-bar{
    color: #000 !important;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #0A0A0A; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
 }

 .bar-up{
     background: #6A6D6F;
     color: #FFF;
 }

 .back{
     color: #FFF;
 }

 .back:hover{
     color: #FFF;
 }

.dateDiv{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.pm-value{
    font-size: xx-large;
}

.monitorMenu{
    background: #6A6D6F;
    padding-top: 10px;
    padding-bottom: 10px;
}

.monitorMenu div a{
    border-right: 2px solid #fff;
    color: #FFF;
    font-weight: bold;
    padding-right: 5px;
}

.monitorMenu div a:last-child{
    border-right: 0px;
}


.monitorMain{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.mapMain{
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    margin-top: 5px;
}

.titleMain{
    padding-left: 15px;
    padding-right: 15px;
}

.selectCounty{
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    #map{
        border-radius: 5px;
        border: 2px solid #FFF;
        height: 350px;
    }
}
#map{
    border-radius: 5px;
    border: 2px solid #FFF;
    height: 450px;
}

/*.green{
    border-right: 20px solid;
    border-right-color: green;
}

.yellow{
    border-right: 20px solid;
    border-right-color: yellow;
}

.orange{
    border-right: 20px solid;
    border-right-color: orange;
}*/

.gray{
    color: #fff;
    background: #bcbcbc;
    text-align: center;
    padding: 5px;
    display: list-item;
}

.green{
    color: #fff;
    background: #2a8427;
    text-align: center;
    padding: 5px;
    display: list-item;
}

.yellow{
    color: #000;
    background: #ecec3e;
    text-align: center;
    padding: 5px;
    display: list-item;
}

.orange{
    color: #fff;
    background: #ff9e0d;
    text-align: center;
    padding: 5px;
        display: list-item;
}

.red{
    color: #fff;
    background: #f14741;
    text-align: center;
    padding: 5px;
        display: list-item;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #0A0A0A; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
 }

 .bar-up{
     background: #6A6D6F;
     color: #FFF;
 }

 .white{
     color: #FFF;
 }

.dateDiv{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.pm-value{
    font-size: xx-large;
}

.errorMessage{
    color: #cc0000;
}

.bodyWhite{
    background: white;
}

.borderRadiusTop{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.borderRadiusBottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.monitorList{
    list-style: none;
    padding-left: 0px;
}

.monitorList li{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

.monitorList li a{
    color: #000;
    display: block;
    width: 100%;
    font-weight: 900;
}

.monitorList li a span img{
    height: 40px;
    width: 40px;
}

.bg-red{
    background: red;
}

.bg-yellow{
    background: yellow;
}

.bg-orange{
    background: orange;
}

.bg-green{
    background: green;
}

.topPadding{
    padding-top: 5px;
}

.monitorTitle{
    margin-top: 0px;
    font-weight: bolder;
}

.barTitle{
    margin: 0px;
    padding: 0px;
}

#my-table{
    width: 100%;
}
