
.walletImageContainer{
	background-color: white;
	height: 30px;
	width: 30px;
	vertical-align: bottom;
	line-height: 30px;
	border-radius: 15px;
	display: inline-block;
	float: right;
	margin: 3px;
}
.walletImage{
	height: 20px;
	width: 20px;
	display: block;
	/*	margin-top: 5px;*/
	vertical-align: bottom;
	line-height: 30px;
	margin: 5px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wallet{
	border-radius: 10px;
	height: 70px;
	width: 160px;

	display: inline-block;
	margin: 10px 0px 10px 15px;

	background-color: #C5EBE7;

}

.budget{
	border-radius: 10px;
	border: gray 1px solid;
	min-height: 70px;
	width: 160px;

	display: inline-block;
	margin: 10px 0px 10px 15px;

	background-color: white;

}

.wallet_name {
	display: inline-block;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 105px;
	height: 30px;

	padding-right: 3px;
	margin-left: 4px;
	font-weight: 200;

}

.budget_name {
	display: inline-block;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 105px;
	height: 30px;

	padding-right: 3px;
	margin-left: 4px;
	font-weight: 200;

}

.wallet_balance{
	color: #009688;
	padding: 3px;
	float: right;
	font-weight: 600;
	font-size: large;
}

.budget_balance{
	color: gray;
	padding: 3px;
	float: right;
	font-weight: 600;
	font-size: large;
}

.walletTop{
	border-radius: 10px 10px 3px 3px;
	height: 40px;
	width: 148px;
	margin: 0px;
	padding: 5px 2px 0px 10px;

	display: block;

	background-color: #03AB9B;
}

.budgetTop{
	border-radius: 10px 10px 3px 3px;
	height: 40px;
	width: 151px;
	margin: 0px;
	padding: 5px 0px 0px 10px;

	display: block;

	background-color: gray;
}

.wallet_group{
	border-radius: 10px;
	display: block;
	max-width: 550px;
	min-width: 170px;
	background-color: #F7EDDA;
	margin: 10px 15px 10px 15px;
}


.walletGroupHeader{
	border-radius: 10px 10px 3px 3px;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #F2994A;
	color: #FFF;
}

.walletGroupHeader .groupName{
	color: white;
	padding: 10px;
	display: block;
}

.wallet_group .noData{
	padding: 15px;
	color: #F2994A;
	display: block;
}

.walletView_balanceBox{
	overflow: hidden;
	display: block;
	margin: 15px;
	padding: 0px auto;

	width: auto;
	min-height: 60px;
	max-width: 900px;

	border: 1px solid #009688;
	box-sizing: border-box;
	border-radius: 5px;
}

.walletView_balanceBox .balanceHeader{
	color: #009688;
	line-height: 60px;
	font-weight: 400;
	display: block;
	float: left;
	padding-left: 10px;
}
.walletView_balanceBox .balanceValue{
	color: #009688;
	line-height: 60px;
	display: block;
	float: right;
	padding-right: 10px;
}

.smallIcon{

}

.red{
	color: #ef5350 !important;
}
.green{
	color: #66bb6a !important;
}
.blue{
	color: #42a5f5 !important;
}

.balance{
	font-weight: 600;
	font-size: large;
}

#walImgSelectorModal{

	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 220px;

	display: none;
	background: #fff;
	box-shadow: 0 9px 19px rgba(0,0,0,0.30), 0 7px 6px rgba(0,0,0,0.22);
	padding: 15px 25px;
}
#walImgSelectorModal img{

	margin: 10px;

}
#walImgSelectorModal img, .transactionWalletImage{
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 30px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}
#walImgSelectorModal img:hover, #walImgSelectorModal img.checked:hover{
	height: 40px;
	width: 40px;
	margin: 5px;
	border: none;
	padding: 0px !important;
}
#walImgSelectorModal img.checked{
	border: 2px solid #F2994A;
	margin: 4px;
	padding: 4px;
}

@media screen and (max-width:920px){
	.walletView_balanceBox{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
}