datepicker {
    .well {
        min-height: 20px;
        padding: 0;
        margin-bottom: 0;
        background-color: $grey900;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    *, *:active, *:focus, *:active:focus,
    .btn, .btn:active, .btn:focus, .btn:active:focus {
        border: none;
        outline: none;
    }

    .btn-info.active span {
        color: $grey900 !important;
    }
    yearpicker {
        .btn {
            padding: 6px 10px;
        }
    }
    monthpicker {
        .btn {
            padding: 6px 14px;
        }
    }
    daypicker {
        tbody {
            .btn-default:hover, .btn-default:active, .btn-default:focus {
                border-radius: 50%;
                min-width: 34px !important;
            }
        }
        .btn {
            padding: 6px 11px;
            &.active {
                border-radius: 50%;
                min-width: 34px !important;
            }
        }
    }
}
