
/* DataTables */

.custom-select{
    background: none;
}
.toast-top-right{
    top: 75px!important;
}
.select2{
    width:100% !important;
}
.buttons-page-length{
		margin-right:15px;
}
.button-page-length{
	box-shadow:none!important;
	background:none!important;
	color:black;
	border:none!important;
}
.button-page-length.active{
	color:black!important;
}
.dt-button-background{
	background:none!important;
}
td.day{
	padding: 3px 7px!important;
}
.bg-green, input[type="checkbox"].bg-green + .custom-control-label:before, input[type="radio"].bg-green + .custom-control-label:before{
	background-color: #28D094 !important;
}
.table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	border:none!important;
}