body, html {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Segoe UI", Roboto, "Helvetica Neue" !important;
}

#map {
    width: 98%;
    height: 500px;
    margin-top:5px;
    margin-left: 1%;
}

.my-div-icon {
    margin-top:-35px !important;
    margin-left:-13px !important;
    /*font-size: 0.8em;*/
    font-size: 0.6vw;
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: rgba(209, 202, 244, 0.5);
    width: 30px !important;
    padding: 2px;
    height: auto !important;
    border-radius: 6px;
    padding-left: 4px;
    font-weight: bold !important;
}

#fecha_dia {
    margin-bottom:0px;
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: purple;
}

.fecha_dia_texto {
    font-size: 16px;
    color: #000;
}

.datepicker table tr td.highlighted {
    /*background-color: rgba(232, 124, 37, 0.5);*/
    background-color: #fff;
    /*color: #d7333e;*/
    color: red;
    border-color: #e87c25;
}
.datepicker table tr td.highlighted:hover {
    background-color: #eee;
    border-color: #fff;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    /*background-color: #b5c334;*/
    background-color: rgba(232, 124, 37, 0.5);
}
.datepicker table tr td.disabled {
    background-color: #fff !important;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    background-color: #eee;
    border-color: #fff;
    color: #333;
}
