.bootstrap-datetimepicker-widget .datepicker{
    text-align:center;
}
.card-head-links {
    background: #f3f3f3;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.card-head-links a {
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 15px;
	background:transparent
}
.card-head-links a:hover, .card-head-links a.active{
	color: #E86140;
}