.widgets-popupMonthPicker{
    border-radius: 3px;
    border-bottom: 4px white solid;
    border-top: 4px white solid;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow:    0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    box-shadow:         0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    background: white;
}

.widgets-popupMonthPicker .labelAno{
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.widgets-popupMonthPicker .labelDiasSemana{
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.widgets-popupMonthPicker .botaoMes {
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    cursor: pointer;
    font-size:14px;
    background: transparent;
    border:0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #333;
    outline: none;
}

.widgets-popupMonthPicker .botaoMes:active {
}

.widgets-popupMonthPicker .botaoMes:hover {
    background: #eee;
}

.widgets-popupMonthPicker .botaoMes[disabled] {
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    font-size:14px;
    background: transparent;
    border:0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #ccc;
    outline: none;
}

.widgets-popupMonthPicker .botaoMesSelected {
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    cursor: pointer;
    font-size:14px;
    background: var(--azul);
    border:0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: whitesmoke;
    outline: none;
}