.dataTables_wrapper .dataTables_filter input {
	border: 2px inset;
}

#adduserform fieldset {padding: 20px;}
#adduserform select, #adduserform label,#adduserform input {margin-top: 5px;margin-bottom:5px;}

div.yadcf-filter-wrapper {
	display: block;
}

.yadcf-filter,.yadcf-filter-date {
	max-width: 100px;
}

.label.black {
    background-color: #000;
    color: #fff;
}
.label.lightblue {
    background-color: #99CCFF;
}
.label {
    padding: 0px 10px 0px 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}


.dt-buttons button.dt-button.urgent,
.dt-buttons button.dt-button.due,
.dt-buttons button.dt-button.complete,
.dt-buttons button.dt-button.legend {
background: transparent;
box-shadow: none;
border: 0;
color: #828282 !important;
font-size: 13px;
float: right;
border-radius: 3px;
}

.dt-buttons button.dt-button.urgent {background-color: #d9534f;color:#fff !important;}
.dt-buttons button.dt-button.due {background-color: #f0ad4e;color:#fff !important;}
.dt-buttons button.dt-button.complete {background-color: #5cb85c;color:#fff !important;}
