body:not(.lp-body) .content-box
{
	margin-top: -1em;
}
.mam-content .maincontent .mam-rating-content .container
{
	width: 1550px;
	max-width: 100% !important;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.mam-content ~ .footer-box footer {
	display: inline-block;
}
.head-block
{
	background: url("/images/content/mam/header.jpg") no-repeat top left;
}
.head-block h1
{
	width: 515px;
	max-width: 100%;
	margin: 0 auto;
	padding: 55px 0;
	font-size: 48px;
	line-height: 62px;
	font-weight: bold;
	color: #ffffff;
}
.scrolled-block
{
	width: 100%;
	overflow: auto;
}
.mam-rating-content
{
	padding: 60px 0 15px;
}
.mam-rating-content .before-element
{
	margin-bottom: 40px;
}
.mam-rating-content .before-element select
{
	width: 592px;
	max-width: calc(50% - 10px);
	height: 49px;
	padding: 12px 15px;
	color: #bbbbbb;
	background: #ffffff;
	border: 1px solid #aaa;
	font-size: 16px;
}
.mam-rating-content .before-element .input-group
{
	width: 592px;
	max-width: calc(50% - 10px);
	display: flex;
}
.mam-rating-content .before-element input[type=text]
{
	height: 49px;
	padding: 12px 15px;
	color: #bbb;
	font-size: 16px;
	border: 1px solid #aaa;
	z-index: 1;
}
.mam-rating-content .before-element button
{
	border-color: #aaa;
}
.mam-rating-content .before-element .input-group .search
{
	width: 49px;
	height: 49px;
	background: url("/images/content/mam/search.png") no-repeat center;
}
.mam-rating-content .before-element .input-group .clear
{
	font-size: 32px;
	color: #cccccc;
	margin: -6px 42px 0 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.mam-rating-content .before-element .input-group .clear:active,
.mam-rating-content .before-element .input-group .clear:visited,
.mam-rating-content .before-element .input-group .clear:focus
{
	box-shadow: none;
	outline: none;
}
.mam-rating-content .before-element input::placeholder
{
	color: #cccccc;
}
.table-mam
{
	width: 100%;
}
.table-mam tbody td:not([colspan])
{
	background: #f6f9fe;
	vertical-align: middle;
	border-bottom: 1px solid #c2ccd6;
	height: 85px;
	text-align: center;
}
.table-mam thead th
{
	padding: 0 5px 25px;
	vertical-align: top;
	text-align: center;
}
.table-mam tbody td:not([colspan])
{
	padding: 5px;
}
.table-mam tbody td[colspan]
{
	padding:0;
	width: 100%;
	height: 8px;
	background: #ffffff;
}
.table-mam tbody tr td:nth-of-type(3)
{
	font-weight: bold;
	color: #f6951e;
}
.table-mam tbody tr td:nth-of-type(2)
{
	max-width: 200px;
}
.table-mam tbody tr td:last-of-type
{
	padding-right: 30px;
	min-width: 140px;
	text-align: right;
}
.table-mam tbody td.mam-age > div
{
	white-space: nowrap;
}
.table-mam a.link
{
	font-weight: bold;
	color: #0266bd;
}
.table-mam a.btn
{
	color: #0266bd;
	font-weight: bolder;
	border: 2px solid #0266bd;
	border-radius: 0;
	padding: 12px 25px;
}
.table-mam .chart {
	opacity: 0.55;
}
.table-mam .chart:hover {
	opacity: 1;
}
.table-mam tbody tr:not(.separate):hover
{
	cursor: pointer;
}
.table-mam tbody tr:not(.separate):hover td
{
	background: #0266bc;
	color: #ffffff;
}
.table-mam tbody tr:not(.separate):hover td a.link
{
	color: #8afe00;
}
.table-mam tbody tr:not(.separate):hover a.btn
{
	color: #ffffff;
	border: 2px solid #ffffff;
}
.table-mam tbody tr:not(.separate) a.btn:hover
{
	color: #0266bd;
	background: #ffffff;
}

/* mam info */
.mam-page
{
	width: 1570px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 15px 0;
}
.mam-page .info-table
{
	width: 1200px;
	max-width: 100%;
	margin: 35px auto;
}
html .mam-page .info-table table > tr > td,
.mam-page table tr.separate td:first-of-type
{
	font-size: 20px;
	border: none;
}
.mam-page table tr.separate td
{
	padding: 3px;
}
.mam-page table tr:not(.separate) td:first-of-type
{
	width: 23%;
	height: 80px;
	background: #ffffff;
	padding: 15px;
	vertical-align: middle;
	border: none;
}
.mam-page table tr:not(.separate) td:last-of-type
{
	font-size: 18px;
	line-height: 24px;
	background: #f6f9fe;
	padding: 15px 45px;
	vertical-align: middle;
	border-top: none;
	border: 1px solid #c3ccd5;
}
.mam-page h2.m-name
{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 5px;
}
.mam-page .m-percent
{
	font-size: 36px;
	font-weight: bold;
	color: #0266bd;
	margin-bottom: 10px;
}
.mam-page .m-percent > .quesition
{
	font-size: 14px;
	line-height: 17px;
	color: #d1d1d1;
	border: 2px solid #d1d1d1;
	border-radius: 32px;
	padding: 0 5px;
	cursor: pointer;
	position: relative;
	bottom: 12px;
	left: 3px;
}
.m-period
{
	display: inline-block;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 3px;
}
.m-period li {
	font-size: 16px;
	font-weight: lighter;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 3px;
}
.m-period li.active
{
	background: #f5951d;
}
.m-period li.active a
{
    color: #ffffff;
}
.m-period li a
{
    color: inherit;
}
.m-period-dropdown
{
    display: none;
    margin: 10px 0;
}
.m-period-dropdown button
{
    color: #ffffff;
    background: #f6951e;
    font-size: 16px;
    font-weight: lighter;
    padding: 10px 35px;
    cursor: pointer;
    border-radius: 3px;
}
.m-datepicker
{
	display: inline-block;
	position: relative;
	bottom: 1px;
}
.m-datepicker form > div
{
	display: inline-block;
}
.m-datepicker input
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 11px 22px;
	background: #ffffff url("/images/content/mam/calendar.png") no-repeat  calc(100% - 25px) center;
}
.m-buttons
{
	display: table;
	float: right;
}
.m-buttons .btn,
.select-block .btn
{
	min-width: 140px;
	font-size: 18px;
	padding: 7px 5px 8px;
	border-radius: 1px;
	text-align: center;
}
.m-buttons .btn:first-of-type,
.select-block .btn-back
{
	color: #f5951d;
	border: 2px solid #f5951d;
}
.select-block .btn-back:hover
{
	background: #f5951d;
	color: #ffffff;
}
.m-buttons .btn:nth-of-type(n+2)
{
	min-width: 165px;
	color: #0266bd;
	border: 2px solid #0266bd;
	margin-left: 25px;
}
.m-buttons .btn:first-of-type:hover
{
	color: #ffffff;
	background: #f5951d;
}
.m-buttons .btn:nth-of-type(n+2):hover
{
	color: #ffffff;
	background: #0266bd;
}
.m-buttons .btn:last-of-type
{
	margin-top: 5px;
}
.mam-page .m-email a:hover
{
	text-decoration: underline;
}
.mam-page .m-email:before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url("/images/content/mam/email.png") no-repeat center center / cover;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
table.table-mam
{
	font-size: 12px;
}
table.table-mam thead th .both
{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

table.table-mam thead th .desc
{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

table.table-mam thead th .asc
{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

table.table-mam thead th .sortable.both,
table.table-mam thead th .sortable.asc,
table.table-mam thead th .sortable.desc
{
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 1.25em !important;

}

table.table-mam thead th .th-inner
{
	vertical-align: bottom;
}
.help-commit,
.quesition
{
	display: inline-block;
	width: 21px;
	height: 21px;
	font-weight: bolder;
	font-style: normal;
	line-height: 21px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 100%;
	cursor: help;
}
.copytrade-rating .before-element
{
	display: inline-block;
	width: 100%;
}
.copytrade-rating .before-element .input-group,
.copytrade-rating .before-element select
{
	width: 330px;
	max-width: calc(25% + 5px);
	margin-right: 1rem;
}
.copytrade-rating .before-element select
{
	margin-right: 1rem;
}
.copytrade-rating .before-element .checkbox
{
	padding-right: 40px;
	margin-top: 15px;
}

.copytrade-provider table
{
	width: 100%;
}
.copytrade-provider table tr:not(.separate) td:first-of-type,
.copytrade-provider table tr:not(.separate) td:last-of-type
{
	height: auto;
	padding: 5px;
	font-size: 14px;
}
.copytrade-provider table tr:not(.separate) td:first-of-type
{
	border: 1px solid #c3ccd5;
}
.copytrade-provider .select-block:first-of-type table tr:not(.separate) td
{
	padding: 5px;
	height: auto;
}
.copytrade-provider .select-block:first-of-type table tr:not(.separate) td:first-of-type
{
	width: 65%;
}
.copytrade-provider .select-block:first-of-type table tr:not(.separate) td:last-of-type
{
	text-align: right;
}
.copytrade-provider .select-block:last-of-type table tr:not(.separate) td
{
	text-align: center;
}
.copytrade-provider  .m-buttons .btn:nth-of-type(n+2)
{
	margin: 5px 5px 0 0;
}
.copytrade-provider .select-block:first-of-type > div:first-of-type .m-buttons
{
	display: grid;
	justify-items: center;
	float: none;
}
.copytrade-provider .select-block:first-of-type > div:first-of-type .m-buttons .trading-history
{
	min-width: 165px;
	color: #0266bd;
	border: 2px solid #0266bd;
}
.copytrade-provider .select-block:first-of-type > div:first-of-type .m-buttons > a
{
	padding: 8px 15px 7px;
	margin-top: 0;
	margin-bottom: 5px;
}
.copytrade-provider .select-block:first-of-type > div:first-of-type .m-buttons > div
{
	margin-left: 1.5em;
}
.copytrade-provider .m-percent
{
	font-size: 24px;
	margin: 10px 0 0;
}
.copytrade-provider .m-percent > .quesition
{
	left: 0;
}
.copytrade-provider #chart
{
	position: relative;
}
.checkbox label[for="profitable-only"]
{
	font-weight: bold;
}
.table-mam thead tr th:nth-of-type(4),
.table-mam thead tr th:nth-of-type(5),
.table-mam thead tr th:nth-of-type(6),
.table-mam tbody tr td:nth-of-type(4),
.table-mam tbody tr td:nth-of-type(5),
.table-mam tbody tr td:nth-of-type(6)
{
	text-align: center;
}
.table-mam thead tr th:nth-of-type(2),
.table-mam tbody tr td:nth-of-type(2)
{
	text-align: left;
}
.select-block .btn-back
{
	display: block;
	width: 224px;
	max-width: 100%;
	margin: .35em auto;
}

.chart .google-visualization-tooltip
{
	width: auto !important;
	height: auto !important;
	color: #000 !important;
}

.chart .google-visualization-tooltip ul
{
	margin: 0 !important;
	padding-top: 0.5em;
}

.chart .google-visualization-tooltip ul li
{
	margin: 0 !important;
}
