/**
 * Account Management Box
 */
.account-mgmt {
	color: #333333;
}

.account-mgmt .info {
	overflow: hidden;
	padding: 5px 15px;
	border-bottom: 1px solid #DCDCDC;
}

.account-mgmt .info-summary {
	display: none;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #DCDCDC;
}

.bordered-box .account-mgmt {
	margin-left: -15px;
	margin-right: -15px;
}

.account-mgmt-header .name,
.account-mgmt .info .name {
	width: 60%;
	word-wrap: break-word;
}

.account-mgmt-header .value,
.account-mgmt .info .value {
	width: 40%;
	word-wrap: break-word;
}

.account-mgmt .info.heading {
	background-color: #ECECEC;
	border-top: 1px solid #DCDCDC;
}

.account-mgmt-header .value,
.account-mgmt .info.heading .value {
	font-weight: 500;
}

.account-mgmt .demo-element {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.account-mgmt-btn {
	margin-top: 15px;
}

/**
 * Tradezone
 */
.tradezone-container .account-mgmt .demo-element {
	border-bottom: none;
	padding-bottom: 0;
}

/**
 * My EasyMarket Header Menu Overrides
 */
.my-easymarkets .account-mgmt {
	color: #fff;
}

.my-easymarkets .account-mgmt .info.heading {
	padding: 5px;
	background-color: #464646;
	border-top: 1px solid #666666;
}

.my-easymarkets .account-mgmt .info {
	padding: 5px;
	background-color: #464646;
	background-color: #393939;
	border-bottom: 1px solid #666666;
}

.my-easymarkets .account-mgmt .cta-container .live-element,
.my-easymarkets .account-mgmt .info .info-summary-trigger {
	display: none !important;
}

/**
 * My EasyMarkets Area
 */
.my-easymarkets-head .account-mgmt .info {
	padding-top: 2px;
	padding-bottom: 2px;
}
.my-easymarkets-head .account-mgmt .info .value {
	font-weight: 500;
}

.em-mobile .account-mgmt .info {
	background-color: #ECECEC;
}
.my-easymarkets-head .account-mgmt-header {
	display: none;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
}

@media(max-width:767px) {
	.my-easymarkets-head .bordered-box {
		margin-top: 20px;
	}
}

@media(max-width:991px) {

	.my-easymarkets-head .bordered-box {
		margin-top: 24px;
	}

	.my-easymarkets-head .account-mgmt-header {
		display: block;
	}
	.my-easymarkets-head .account-mgmt,
	.my-easymarkets-head .account-mgmt-btn {}
	
	.my-easymarkets-head .account-mgmt {
		margin-top: 10px;
	}

	.my-easymarkets-head .account-mgmt .info {
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 14px;
	}
	.my-easymarkets-head .account-mgmt .cta-container a {
		width: 90%;
		margin: 0px auto;
		max-width: 420px;
	}
}
