.provider-history .btn
{
	line-height: 42px;
	padding: 0 25px;
	min-width: 150px;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	color: #f6951e;
	border: 2px solid #f6951e;
	margin: 0 0 0 5px;
	border-radius: 1px;
}
.provider-history .btn:first-of-type
{
	color: #0266bd;
	border: 2px solid #0266bd;
}
.provider-history .list-element
{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: .75em .75em .25em;
	margin-top: 1em;
}

.show-trading-history.text
{
	font-size: 20px;
	padding: 35px 0 35px 0;
	text-align: center;
}

.list-element .list-element-head
{
	display: inline-flex;
	width: 100%;
	padding: 6px 48px 12px;
	white-space: nowrap;
}
.list-element .list-element-head > div
{
	display: inline-block;
	width: 12%;
	margin-right: calc(5% + 4px);
	color: #ffffff;
}
.list-element .list-element-head > div,
.list-element .list-element-body > div
{
	margin-right: 0;
}
.list-element-body .trade
{
	display: inline-flex;
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 8px;
	padding: 0 48px;
	white-space: nowrap;
}
.list-element-body .trade:nth-of-type(even)
{
	background: #f6f9fe;
}
.list-element-body .trade > div
{
	display: inline-block;
	padding: 12px 0;
	white-space: initial;
	vertical-align: top;
}
.list-element-body .trade > div:nth-of-type(1)
{
	padding-left: 0;
}
.list-element-head > div div
{
	color: #131313;
}
.list-element-head > div:nth-of-type(1),
.list-element-body .trade > div:nth-of-type(1)
{
	width: 17%;
}
.list-element-head > div:nth-of-type(2),
.list-element-body .trade > div:nth-of-type(2)
{
	width: 7%;
}
.list-element-head > div:nth-of-type(3),
.list-element-body .trade > div:nth-of-type(3)
{
	width: 9%;
}
.list-element-head > div:nth-of-type(4),
.list-element-body .trade > div:nth-of-type(4)
{
	width: 10%;
	text-align: right;
	padding-right: 2em;
}
.list-element-head > div:nth-of-type(5),
.list-element-body .trade > div:nth-of-type(5)
{
	width: 10%;
	text-align: right;
	padding-right: 2em;
}
.list-element-head > div:nth-of-type(6),
.list-element-body .trade > div:nth-of-type(6)
{
	width: 16%;
	padding-left: 1em;
}
.list-element-head > div:nth-of-type(7),
.list-element-body .trade > div:nth-of-type(7)
{
	width: 11%;
	text-align: right;
	padding-right: 2em;
}
.list-element-head > div:nth-of-type(8),
.list-element-body .trade > div:nth-of-type(8)
{
	width: 8%;
	text-align: right;
	padding-right: 1em;
}
.list-element-head > div:last-of-type,
.list-element-body .trade > div:last-of-type
{
	width: 9%;
	text-align: right;
}
.positive
{
	color: #006400;
}
.negative
{
	color: #ff0030;
}
.m-datepicker
{
	display: inline-flex;
	margin-left: 0;
}
.list-element-body .total
{
	display: inline-flex;
	width: 100%;
	background: #f6951d52;
	margin-bottom: 8px;
	padding: 0 48px;
	white-space: nowrap;
}
.list-element-body .total > div
{
	display: inline-block;
	padding: 12px 0;
	white-space: initial;
	vertical-align: top;
}
.list-element-body .total > div:first-of-type
{
	width: 32%;
	font-weight: bold;
}
.list-element-body .total > div:nth-of-type(2)
{
	width: 11%;
	text-align: right;
	padding-right: 2em;
}
.list-element-body .total > div:nth-of-type(3) {
	width: 45%;
}
.list-element-body .total > div:nth-of-type(4) {
	width: 9%;
	text-align: right;
}
.list-element-body .trade > div:nth-of-type(4),
.list-element-body .total > div:nth-of-type(2)
{
	padding-left: 2em;
}
.m-datepicker input
{
	padding: 12px 22px;
}
.m-datepicker .btn
{
	min-width: inherit;
	padding: 0 10px;
}
.mam-note
{
	font-size: 11px;
	margin: 5px 0 -15px;
}
.sortable.asc a:after,
.sortable.desc a:after
{
	content: '';
	display: inline-block;
	position: absolute;
	margin: 8px 0 0 2px;
}
.sortable.asc a:after
{
	border: 4px solid transparent;
	border-bottom: 4px solid #337ab7;
	margin-top: 4px;
}
.sortable.desc a:after
{
	border: 4px solid transparent;
	border-top: 4px solid #337ab7;
}