.inputLabel {
	display: block;
}


@media (min-width: 479.98px) {
	.block-mobile {
			width: 150px;
		}
	}

/* Cards */
.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards_item {
	width: 100%;
	display: flex;
	padding: 10px;
}

@media (min-width: 40rem) {
	.cards_item {
		width: 50%;
	}
}

@media (min-width: 56rem) {
	.cards_item {
		width: 33.3333%;
	}
}

.card {
	background-color: white;
	border-radius: 7px;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.card_content {
	padding: 1rem;
	margin: 10px;

}

.card_content .vad-button {
	margin-top: 1em !important;
}

@media (min-width:638px ) {
	.card_content {
		height: 150px;
	}
}
@media (min-width:896px ) {
	.card_content {
		height: 180px;
	}
}

@media (min-width:992px) {
	.card_content {
		height: 200px;
	}
}

.flex-container-between {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

#status {
	font-weight: 700;
	text-align: center;
	font-size: 30px;
}


/* Approval pages */
#sjvHeader {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

#burnAuthorizationTitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
}

#endButtons {
	text-align: center;
}

#details {
	margin-top: 20px;
	margin-bottom: 20px;
}

.confirmationValue {
	font-weight: 800;
}

#fireMarshalMessage {
	font-weight: 700;
	color: #db2a1f;
	margin-top: 20px;
}

td {
	vertical-align: middle !important
}

.validationMessage {
	color: #db2a1f
}

.swal2-popup {
	font-size: 1em !important;
}

.alertMessage {
	padding-left:150px;
	padding-right:150px;
}

/* More spacing when sidebar shrinks to button */
@media (max-width:992px ) {
	.card-body {
		padding: 2.2em !important;
	}
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.printLink {
	border-bottom: 2px solid #2094f6 !important;
}