.datepicker{
	max-width: 173px;
	margin-left: 16px;
}

.btnBuscar{
	margin-left: 8px;
    height: calc(1.5em + .5rem + 2px);
    width: 33px;
	margin-right: 15px;
}

.dt{
	float: right;
    margin-right: 5px;
}

.icon{
	font-size: 19px;
	margin-left: -6px;
	float: left;
}

.dpicker{
	display: block;
    width: 100%;
    height: calc(1.5em + .5rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;

}

.dataTables_filter, .dataTables_info { display: none; }