
.listform-searchicon {
	width:120px;
	text-align:center;
}
.listform-searchicon i {
	font-size:18px;
}
.listform-action {
	text-align:center;
	padding:8px !important;
}
.listform-searchinput input, .listform-searchinput select {
	width:100% !important;
	min-width:80px;
	padding:3px 5px 3px 5px !important;
	color:#575757;
	border-radius:3px !important;
	border:1px solid #dddddd;
}
.listform-searchinput input::placeholder {
	color:#aaaaaa;
}
.listform-excel {
	padding-top:0px;
	float:right;
}
.listform-excel i {
	position:relative;
	top:2px;
	margin-right:2px;
}

.listform-total {
	padding-top:7px;
	font-size:12px;
}
.listform-pages {
	padding-top:7px;
}
.listform-pages .listform-page {
	padding-left:5px;
	padding-right:5px;
	color:#575757;
	font-size:12px;
}
.listform-pages .active {
	font-weight:700;
}
/*
.listform tr.default td {
	background:#d7effb !important;
}
*/
.listform tr.expanded td, .table.table-hover tbody tr.expanded:hover td {
	background:#F2F5F4 !important;
	font-weight:400;
}
.listform tr.expanded > td {
	padding:10px;
}
.listform.table>tbody>tr>td {
	padding: .75rem;
}

div.error {
    color:rgba(243, 89, 88, 0.8);
    margin-bottom:12px;
}