.pointer {
    cursor: pointer;
}

.auto_waiter{
	padding: 0px !important;
}

.button_as_link{
	background-color: transparent !important;
	border: none !important;
	color: #0c6b9f;
	font-weight: 700;
	cursor: pointer;
}

.button_as_link:hover{
	color: #11b1dd;
}

.button_as_link.disabled{
	cursor: not-allowed;
	color: #c0c0c0;
}

.delete_modale .fa-trash-o{
	font-size: 15px;
}

.modal_error{
	font-weight: bold;
	color: #CC0000;
}
