/* Meal Accounts - List Balances Landing Page */
.list-balances {
	margin-bottom: 20px !important;
	min-width: 300px;
}
.list-balances .header-row {
	padding: 5px;
	border-bottom: 2px solid #dee2e6;
}
.list-balances .header-col {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.list-balances .list-row {
	font-size: 15px;
	padding: 9px;
	border-bottom: 1px solid #dee2e6;
}
.list-balances .list-row > div {
	padding: 0.45em !important;
}
.list-balances .list-col {
	padding: 9px;
}
.list-balances .list-col label {
	color: #777 !important;
	font-size: 13px;
	padding: 2px 0 0 0;
	text-transform: uppercase;
}
.list-balances .inner-label {
	padding-top: 11px !important;
	margin-left: 9px !important;
}
.list-balances .col-dark {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
}
.list-balances .col-dark span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-balances .col-default {
	border: 1px solid #dee2e6;
}
.list-balances .payment-options .center-div {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.list-balances .payment-options {
	margin-top: 2rem;
	margin-bottom: 2rem;
    background-color: #f8f9fa;
    text-align: center;
    padding: 1rem 1rem 2rem;
}
.list-balances .payment-options .options-title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.25em;
	font-family: inherit;
	text-align: center;
	margin: 5px 0;
}
.list-balances .payment-options .options-msg {
	text-align: center;
	margin-top: 10px;
	width: 100%; /*important/required for IE!!*/
	white-space: normal !important;
}
.list-balances .list-row a {
	color: #555;
}
.list-balances .list-row a:hover {
	color: #005DE9;
}

.hasAuto-icon {
	color: inherit !important;
}

.hasAuto-icon:hover {
	color: #2A8739 !important;
}

.meal-accounts-pending {
    font-style: italic;
    font-size: 11px;
    color: #225482;
}
.meal-accounts-pending-container {
    padding: .15em 0.3em .15em 0.3em !important;
}


.options-card {
	font-size: 0.85rem;
	margin: 1rem;
	padding: 1rem 1.5rem 1.5rem;
	white-space: normal !important;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	text-align: center;

	word-wrap: break-word;

	color: #000;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

	min-height: 180px;
	min-width: 280px;
	max-width: 350px;
}
.options-card:hover, .options-card:focus {
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.115) !important;
}
.options-card-deck .options-card {
	margin-bottom: 1rem;
}
.options-card-deck {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.options-card-deck .options-card {
	flex: 1 0 0%;
}
