.error {
	color: red;
	font-size: 12px;
	font-weight: 500;
}

.dataTable > thead > tr > th[class*="sort"]:after{
    content: "" !important;
}


.select-style {
	padding: 7px 25px 7px 15px;
/* 	color: #fff; */
/*     background-color: #2d2d2d; */
/*     border-color: #2d2d2d; */
    width: 100%;
    border: 0.5px solid #2d2d2d;
    padding-right: 25px;
}

.disable-style {
	pointer-events:none;
}

.table>tbody>tr.custom{background-color: #fff}
.table>tbody>tr.custom:hover{background-color: #fff !important; cursor: default !important; color: #5E6477 !important}
.table>tbody>tr.custom>td:hover{color: #5E6477 !important}

.text-black:hover {
	color: #5E6477 !important
}

.table>tbody>tr.custom:hover td, .table>tbody>tr.custom:hover td a {
	color: #5E6477 !important
}