.text-error {
	color: red !important;
}

.text-blue {
	color: blue !important;
}

.text-white {
	color: #FFFFFF !important;
}

.text-right {
	text-align: right;
	float: right;
}

.col-text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.dataTarif{
	color: red;
	font-weight: bold;
}

.text-bold {
	font-weight: bold;
}

.dataTables_scrollBody
{
 overflow-x:hidden !important;
 overflow-y:auto !important;
}

.small-icon {
	width: 25px !important;
    height: 25px !important;
    font-size: 13px !important;
} 

table.dataTable {
    width: 100% !important;
    
}

.table td, .table th {
	padding: 10px !important;
}

.form-group .form-control {
	padding-left : 10px !important;
	padding-right : 10px !important;
}

.form-control {
	font-size: 13px;
}

.reset-select-ui {
	border: 1px solid #ced4da !important;
    padding-right: 10px !important;
    margin-right: 10px !important;
}

.swal-modal .swal-text {
    text-align: center;
}