.AccountManagementSection{
	border: solid 1px #d9d9d9;
	box-shadow: 0px 0px 7px #d9d9d9;
	padding: 10px;
}
.AccountManagementSection .viewinfo-section:nth-child(3),
.AccountManagementSection .viewinfo-section:nth-child(5),
.AccountManagementSection .viewinfo-section:nth-child(7),
.AccountManagementSection .viewinfo-section:nth-child(8),
.AccountManagementSection .viewinfo-section:nth-child(9),
.AccountManagementSection .viewinfo-section:nth-child(10),
.AccountManagementSection .viewinfo-section:nth-child(11){
	display: none;
}

.bookstore-viewinfo-icon {
	background: #48BA7F none repeat scroll 0 0;
}
.bookstore-viewinfo-icon:hover {
	background: #EE6354 none repeat scroll 0 0;
}

.AccountManagementSection .SubHead {
	font-size: 17px;
	margin-top: 10px;
	font-weight: 500;
}

#ctl00_MainContent_lblOrderHistory,
#ctl00_MainContent_lblAccountAddress,
#ctl00_MainContent_lblCustomerDiscounts,
#ctl00_MainContent_lblChangeEmailPassword{
	display:none;
}
#ctl00_MainContent_hypAccountInfo{
	font-weight: 700;
}

#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_OrdersList{
	border: solid 2px #d9d9d9;
}

#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_lblShippingAddress,
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_lblBillingAddress{
	padding:20px;
	width: 100%;
}

.customeraccount .public-store .section-header-section {
	margin-top: 20px;
	border: none;
}

#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_btnChangeAddress,
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_btnChangeBilling,
.customeraccount #ctl00_MainContent_btnCancel{
	border: none;
	color: black;
	text-decoration: underline;
	background: none;
	font-size:14px;
}
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_btnChangeAddress:hover,
#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_btnChangeBilling:hover,
.customeraccount #ctl00_MainContent_btnCancel:hover{
	color: #48BA80;
}

.customeraccount .AccountInfo_DiscountWalletControl{
	border: solid 1px #d9d9d9;
    padding: 10px;
}

 .customeraccount .AccountInfo_DiscountWalletControl h4 {
    font-size: 18px !important;
    font-weight: 600;
}
/* Breakpoint XL */
@media (min-width: 1200px)
{
	.customeraccount .site-content{
		width: 75%;
		margin: auto;
	}

	h1[data-messagekey="ACCOUNT_MANAGEMENT_LABEL"],
	h1[data-messagekey="ACCOUNT_ORDERS_TITLE"]{
		text-align: center;
		margin-bottom: 20px;
	}
}
/* Breakpoint SM */
@media (max-width: 767px)
{
	#ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_OrdersList {
		width: 145%;
	}
	.customeraccount .btn-secondary,
	.customeraccount #ctl00_MainContent_btnCancel,
	.customeraccount #ctl00_MainContent_btnSaveAddress
	{
		width:100%;
	}
}


@media (min-width: 768px) and (max-width: 991px)
{
	.customeraccount #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_phoneControl .col-sm-4.col-lg-12.col-xs-12,
	.customeraccount #ctl00_MainContent_ThemedControlModule1_ThemeThemedControlModule1_mobilePhoneControl .col-sm-4.col-lg-12.col-xs-12
	{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

