@media ( min-width : 992px) {
	.info.qtd {
		text-align: center;
	}
	.info.valor {
		text-align: right;
	}
}
/* Legado modal */
.modal-message {
	min-width: 19rem;
	position: fixed;
	left: 1rem;
	right: 1rem;
	transform: none;
	list-style: none;
	color: #ffffff;
	z-index: 2000;
	border-radius: 0.5rem;
	box-shadow: 0 15px 36px -29px rgba(0, 0, 0, 0.2);
}

.modal-message:after {
	display: block;
	content: "";
	position: absolute;
	width: 80%;
}

.modal-message ul {
	padding: 0;
	margin: 0;
}

.modal-message .single-msg {
	position: relative;
	padding: 2rem;
	margin-top: 1rem;
	border-radius: 0.5rem;
}

.modal-message .single-msg.alert_0 {
	background-color: #62ad58;
}

.modal-message .single-msg.alert_1 {
	background-color: #f2cb30;
	color: #40403e;
}

.modal-message .single-msg.alert_1 .close-modal {
	color: #40403e;
}

.modal-message .single-msg.alert_2 {
	background-color: #da0000;
}

.modal-message .single-msg.alert_3 {
	background-color: #da0000;
}

.modal-message .close-modal {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.modal-message {
	left: 50%;
	top: 50%;
	right: inherit;
	transform: translate(-50%, -50%);
}

.modal-shadow {
	background-color: rgba(0, 0, 0, .5);
}

.modal-meusesc {
	background: #ffffff;
	position: fixed;
	z-index: 12;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.3rem;
	padding: 1rem;
	text-align: center;
	max-width: 50rem;
	min-width: 320px;
}

.modal-meusesc p {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.modal-meusesc .btn {
	max-width: 20rem;
	margin: 0 auto;
	color: #ffffff;
}

.modal-meusesc .close-modal-ref {
	position: absolute;
	right: 1rem;
	top: 0.7rem;
}

.datatable-bs.ui-datatable thead th, .datatable-bs.ui-datatable tbody td,
	.datatable-bs.ui-datatable tfoot td, .datatable-bs.ui-datatable tfoot th
	{
	border-color: transparent;
}

.datatable-bs.ui-datatable tbody td {
	border-bottom: 1px solid #E7E7E6;
}

.datatable-bs.ui-datatable thead th {
	color: #0088D5;
	text-align: left;
	font-weight: normal;
}

@media ( max-width : 640px) {
	.datatable-bs.ui-datatable-reflow tr.ui-widget-content {
		border-bottom: 1px solid #E7E7E6;
		margin-bottom: 2rem;
		display: block;
		overflow: auto;
	}
}