/**
 *
 * Apply Here your Custom CSS
 *
*/
.ui-datepicker {
    background-color: whitesmoke !important;
}
.ui-icon{
    text-indent:unset !important;
}
.panel-default > .panel-heading > .panel-options > a {
    color: #ffffff;
}

.panel > .panel-heading .panel-title h4 {
    font-size: 14px;
    color: #ffffff;
}

.panel-default > .panel-heading {
    color: #2c7ea1;
    background-color: #21a9e1;
    border-color: #21a9e1;
    padding: 0;
}