a:hover, .leaflet-bar a:hover {
    color: #0a202e !important;
    text-decoration: none;
    background-color: #fff !important;
}
.jsPanel-theme-danger, .sidenav, .panel-heading-active, .panel-heading-active a:hover, .panel-red, .panel-filter, .selectHover:hover {
    background-color: #096acc !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff !important;
}
/* Botones */
.active, .leaflet-bar a, #footer-wrapper {
    background-color: #0a202e !important;
    color: #fff !important;
}
.overlay .closebtn {
    color: #0a202e !important;
}
.leaflet-bar a {
    width: 30px !important;
    height: 30px !important;
}
.sidenav {
    top: 50px !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #096acc !important;
}
h1, h2, h3, h4, h5, p, a, label, input, .k-textbox {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-variant: none !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #555 !important;
}   