.bootstrap-datetimepicker-widget .glyphicon {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.bootstrap-datetimepicker-widget .glyphicon-time:before {
    content: '\e055';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
    content: '\f053';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
    content: '\f054';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
    content: '\f077';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
    content: '\f078';
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
    content: '\e004';
}
.bootstrap-datetimepicker-widget .glyphicon-trash:before { 
    content: '\f2ed';
}

.bootstrap-datetimepicker-widget * {
	font-family: 'Open Sans';
}
.bootstrap-datetimepicker-widget table th {
    height: 50px;
    line-height: 50px;
    width: 50px;
}