.ReactVirtualized__Table__headerRow {
	font-weight: 700;
	text-transform: uppercase
}

.ReactVirtualized__Table__headerRow,.ReactVirtualized__Table__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.ReactVirtualized__Table__headerTruncatedText {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.ReactVirtualized__Table__headerColumn,.ReactVirtualized__Table__rowColumn {
	margin-right: 10px;
	min-width: 0
}

.ReactVirtualized__Table__rowColumn {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ReactVirtualized__Table__headerColumn:first-of-type,.ReactVirtualized__Table__rowColumn:first-of-type {
	margin-left: 10px
}

.ReactVirtualized__Table__sortableHeaderColumn {
	cursor: pointer
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ReactVirtualized__Table__sortableHeaderIcon {
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 1em;
	width: 1em;
	fill: currentColor
}

.mde-header {
	padding: 6px 0
}

.mde-header button:focus {
	outline: 0
}

.mde-header ul.mde-header-group {
	display: inline-block;
	margin: 0 1rem 0 0;
	padding: 0;
	list-style: none
}

.mde-header ul.mde-header-group li.mde-header-item {
	display: inline-block;
	position: relative;
	margin: 0 .25rem
}

.mde-header ul.mde-header-group li.mde-header-item button {
	text-align: left;
	cursor: pointer;
	padding: .25rem;
	margin: 0;
	border: none;
	background: none
}

.mde-header ul.mde-header-group li.mde-header-item button .fa {
	color: #767676
}

@-webkit-keyframes tooltip-appear {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes tooltip-appear {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:before {
	z-index: 1000001;
	width: 0;
	height: 0;
	color: rgba(0,0,0,.8);
	content: "";
	border: 5px solid transparent;
	top: -5px;
	bottom: auto;
	margin-right: -5px;
	border-top-color: rgba(0,0,0,.8)
}

.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:after,.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:before {
	-webkit-animation-name: tooltip-appear;
	animation-name: tooltip-appear;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	right: 50%
}

.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:after {
	font-size: 11px;
	z-index: 1000000;
	padding: 5px 8px;
	color: #fff;
	content: attr(aria-label);
	background: rgba(0,0,0,.8);
	border-radius: 3px;
	bottom: 100%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 5px;
	white-space: nowrap
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	padding: 5px;
	top: 30px
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li {
	margin: 0;
	white-space: nowrap;
	list-style: none
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li p {
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 1em;
	background: none;
	border: 0;
	text-align: left
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li p:hover {
	color: #4078c0
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li p.header-1 {
	font-size: 20px
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li p.header-2 {
	font-size: 18px
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li p.header-3 {
	font-size: 14px
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: rgba(0,0,0,.15);
	top: -16px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	top: -14px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.mde-text textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 200px;
	padding: .5rem;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

.mde-preview .mde-preview-content {
	margin-top: 8px;
	padding: 10px;
	border: 1px dotted rgba(0,0,0,.15);
	border-radius: .25rem
}

.mde-preview .mde-preview-content blockquote,.mde-preview .mde-preview-content dl,.mde-preview .mde-preview-content ol,.mde-preview .mde-preview-content p,.mde-preview .mde-preview-content pre,.mde-preview .mde-preview-content table,.mde-preview .mde-preview-content ul {
	margin-top: 0;
	margin-bottom: 16px
}

.mde-preview .mde-preview-content h1,.mde-preview .mde-preview-content h2,.mde-preview .mde-preview-content h3 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: 600;
	line-height: 1.25;
	border-bottom: 1px solid #eee;
	padding-bottom: .3em
}

.mde-preview .mde-preview-content h1 {
	font-size: 1.6em
}

.mde-preview .mde-preview-content h2 {
	font-size: 1.4em
}

.mde-preview .mde-preview-content h3 {
	font-size: 1.2em
}

.mde-preview .mde-preview-content ol,.mde-preview .mde-preview-content ul {
	padding-left: 2em
}

.mde-preview .mde-preview-content blockquote {
	margin-left: 0;
	padding: 0 1em;
	color: #777;
	border-left: .25em solid #ddd
}

.mde-preview .mde-preview-content blockquote>:first-child {
	margin-top: 0
}

.mde-preview .mde-preview-content blockquote>:last-child {
	margin-bottom: 0
}

.mde-preview .mde-preview-content code {
	padding: .2em 0;
	margin: 0;
	font-size: 90%;
	background-color: rgba(0,0,0,.04);
	border-radius: 3px
}

.mde-preview .mde-preview-content code:after,.mde-preview .mde-preview-content code:before {
	letter-spacing: -.2em;
	content: "\A0"
}

.mde-preview .mde-preview-content pre {
	padding: 16px;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
	background-color: #f7f7f7;
	border-radius: 3px
}

.mde-preview .mde-preview-content pre code {
	display: inline;
	padding: 0;
	margin: 0;
	overflow: visible;
	line-height: inherit;
	word-wrap: normal;
	background-color: transparent;
	border: 0
}

.mde-preview .mde-preview-content pre code:after,.mde-preview .mde-preview-content pre code:before {
	content: none
}

.mde-preview .mde-preview-content pre>code {
	padding: 0;
	margin: 0;
	font-size: 100%;
	word-break: normal;
	white-space: pre;
	background: transparent;
	border: 0
}

.mde-preview .mde-preview-content a {
	color: #4078c0;
	text-decoration: none
}

.mde-preview .mde-preview-content a:hover {
	text-decoration: underline
}

.mde-preview .mde-preview-content>:first-child {
	margin-top: 0!important
}

.mde-preview .mde-preview-content>:last-child {
	margin-bottom: 0!important
}

.mde-preview .mde-preview-content:after {
	display: table;
	clear: both;
	content: ""
}

.mde-preview .mde-preview-content table {
	font-size: 14px;
	display: block;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.mde-preview .mde-preview-content table thead th {
	font-weight: 700
}

.mde-preview .mde-preview-content table td,.mde-preview .mde-preview-content table th {
	padding: 6px 13px;
	border: 1px solid rgba(0,0,0,.15)
}

.mde-preview .mde-help {
	color: rgba(0,0,0,.15);
	margin-top: 4px;
	margin-left: 1px
}

.mde-preview .mde-help a.markdown-help {
	text-decoration: none;
	font-size: 12px;
	color: gray
}

.mde-preview .mde-help a.markdown-help svg.markdown-help-svg {
	fill: gray;
	display: inline-block;
	vertical-align: bottom!important
}

.mde-preview .mde-help a.markdown-help span.markdown-help-text {
	margin-left: 3px;
	display: inline-block;
	vertical-align: center
}

.ordericon__grouporder {
	left: 15px
}

.orderstatus__wrapper i {
	margin-left: 5px
}

.pair__link:hover {
	cursor: pointer;
	text-decoration: underline
}

.prettydate__container {
	font-size: .85rem
}

.errorboundry__stacktrace-container {
	word-wrap: break-word
}

.errorboundry__suggestion-container {
	margin: 5px 0
}

.table__row--big {
	height: 3rem
}

.table__row--fullwidth td {
	text-align: center
}

.table__title-iconwrapper {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 9px;
	margin: -1px 0 0 4px
}

.table__title-iconwrapper i.fa.fa-sort-down,.table__title-iconwrapper i.fa.fa-sort-up {
	font-size: 11px!important;
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0
}

.table__title-titlewrapper>* {
	display: inline-block;
	vertical-align: middle
}

.table__multicontainer {
	cursor: pointer;
	width: 40px;
	text-align: left;
	opacity: 0
}

.table__multicontainer:hover {
	opacity: 1
}

.table__row--cursor-pointer {
	cursor: pointer
}

.table__row--inactive {
	opacity: .25;
	pointer-events: none
}

.ui-button {
	margin: 0 1px;
	color: #dbdfe3;
	text-decoration: none;
	background-color: #284556;
	text-align: center;
	letter-spacing: .5px;
	cursor: pointer;
	border-radius: 0;
	padding: 0 .75rem;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	outline: 0;
	display: inline;
	min-height: 30px;
	max-height: 30px;
	line-height: 30px
}

.ui-button i.fa {
	margin: 8px 4px
}

.ui-button--size {
	font-weight: 400;
	min-height: 36px;
	max-height: 36px;
	line-height: 36px
}

.ui-button--size-XS {
	font-size: 11px;
	min-height: 15px;
	max-height: 15px;
	line-height: 15px;
	padding: 0 5px
}

.ui-button--size-XS i.fa {
	margin: 2px 4px;
	font-size: 11px
}

.ui-button--size-S {
	font-size: 14px;
	min-height: 24px;
	max-height: 24px;
	line-height: 24px;
	padding: 0 10px
}

.ui-button--size-S i.fa {
	margin: 0
}

.ui-button--size-L {
	padding: 0 2rem;
	min-height: 54px;
	max-height: 54px;
	line-height: 56px;
	font-size: 18px
}

.ui-button--size-L i.fa {
	margin: 17px 5px;
	font-size: 22px
}

.dark-theme .ui-button--green {
	background-color: #526c2e;
	color: #dadfd3
}

.dark-theme .ui-button--green:hover {
	background-color: #607e36
}

.dark-theme.black-theme .ui-button--green {
	background-color: #1c2410;
	color: #889772
}

.dark-theme.black-theme .ui-button--green:hover {
	background-color: #37481f
}

.light-theme .ui-button--green {
	background-color: #94bb5f;
	color: #fff
}

.light-theme .ui-button--green:hover {
	background-color: #acca83
}

.light-theme .ui-button--green-o {
	background-color: #e8f0dc;
	color: #88b34d;
	outline: 2px solid #a0c271
}

.light-theme .ui-button--green-o:hover {
	background-color: rgba(148,187,95,.4)
}

.black-theme .ui-button--green-o,.dark-theme .ui-button--green-o {
	background-color: #37492e;
	color: #88b34d;
	outline: 2px solid #6d903d
}

.black-theme .ui-button--green-o:hover,.dark-theme .ui-button--green-o:hover {
	background-color: #42572e
}

.dark-theme .ui-button--red {
	background-color: #8b2a2f;
	color: #dadfd3
}

.dark-theme .ui-button--red:hover {
	background-color: #9f3036
}

.dark-theme.black-theme .ui-button--red {
	background-color: #3d1215;
	color: #889772
}

.dark-theme.black-theme .ui-button--red:hover {
	background-color: #641e22
}

.light-theme .ui-button--red {
	background-color: #d0646a;
	color: #fff
}

.light-theme .ui-button--red:hover {
	background-color: #dc8b90
}

.light-theme .ui-button--red-o {
	background-color: #faedee;
	color: #ca5157;
	outline: 2px solid #d6787d
}

.light-theme .ui-button--red-o:hover {
	background-color: rgba(208,100,106,.4)
}

.black-theme .ui-button--red-o,.dark-theme .ui-button--red-o {
	background-color: #53282e;
	color: #ca5157;
	outline: 2px solid #b2363c
}

.black-theme .ui-button--red-o:hover,.dark-theme .ui-button--red-o:hover {
	background-color: #69292e
}

.dark-theme .ui-button--grey {
	background-color: #22333f;
	color: #a4a9ac!important
}

.dark-theme .ui-button--grey:hover {
	background-color: #263945
}

.light-theme .ui-button--grey {
	background-color: #dbdfe3;
	color: #737373
}

.light-theme .ui-button--grey:hover {
	background-color: #e1e4e7
}

.dark-theme .ui-button--light-grey {
	background-color: #737373;
	color: #dadfd3
}

.dark-theme .ui-button--light-grey:hover {
	background-color: gray
}

.dark-theme.black-theme .ui-button--light-grey {
	background-color: #404040;
	color: #889772
}

.dark-theme.black-theme .ui-button--light-grey:hover {
	background-color: #5a5a5a
}

.light-theme .ui-button--light-grey {
	background-color: #b3b3b3;
	color: #fff
}

.light-theme .ui-button--light-grey:hover {
	background-color: #ccc
}

.ui-button--azure {
	background: #5b91b2;
	color: #dbdfe3
}

.ui-button--azure:hover:not(.disabled) {
	background: #588bab;
	color: #e2e6ea
}

.ui-button--dim {
	opacity: .5
}

.ui-button--disabled {
	cursor: auto!important;
	opacity: .2
}

.ui-button--clear {
	background: none!important;
	border: none
}

.light-theme .ui-button--clear {
	color: #7e8486
}

.light-theme .ui-button--clear i.fa {
	color: #bfc3c6
}

.black-theme .ui-button--clear,.dark-theme .ui-button--clear {
	color: #dcdcdc
}

.ui-buysellindicator.hoverable {
	opacity: .35
}

.ui-buysellindicator.hoverable:hover {
	opacity: 1;
	cursor: pointer
}

.ui-buysellindicator.small {
	font-size: 10px
}

.ui-buysellinputindicator>* {
	margin-right: 10px
}

.ui-buysellinputindicator>:last-child {
	margin-right: 0
}

.ui-buysellinputindicator p {
	margin: 0;
	display: inline-block;
	color: #5e6569!important
}

.ui-buysellinputindicator p:last-child {
	margin-right: 0
}

.ui-buysellinputindicator p:hover {
	cursor: pointer
}

.ui-collapsible__header {
	margin: 0;
	margin-right: 0;
	height: 32px;
	line-height: 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	cursor: pointer;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .9rem;
	padding: 0 0 0 5px;
	overflow: hidden
}

.ui-collapsible__header--nopad {
	margin-right: 10px
}

.ui-collapsible__title {
	text-transform: uppercase;
	line-height: 20px
}

.ui-collapsible__body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-collapsible__body.collapsed {
	overflow: hidden
}

.ui-collapsible__container {
	line-height: 1
}

.ui-collapsible__container.disabled {
	opacity: .5
}

.ui-collapsible__container.disabled :hover {
	cursor: default!important
}

.ui-dragmodal__container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}

.ui-dropdown__button {
	width: 100%!important;
	margin: 0!important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.ui-dropdown__button:hover:not(.disabled) {
	cursor: pointer
}

.ui-dropdown__button:focus {
	outline: none
}

.ui-dropdown__buttonwrap {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

.ui-dropdown__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ui-dropdown__wrapper .label-row p {
	margin: 0
}

.ui-dropdown__buttoncontainer>* {
	width: 100%
}

.ui-dropdown__item {
	background-color: transparent!important
}

.ui-drowdownmenu__wrapper {
	position: relative
}

.ui-dropdownmenu__menu {
	position: absolute;
	top: calc(100% - 3px);
	right: 0;
	margin: 0;
	width: 140px;
	z-index: 999
}

.ui-dropdownmenu__item {
	font-size: 12px;
	padding: 4px 8px;
	line-height: 1.2
}

.ui-dropdownmenu__item:hover {
	cursor: pointer;
	text-decoration: underline
}

.ui-dropdownmenu__item:last-child {
	padding-bottom: 8px
}

.ui-dropdownmenu__item:first-child {
	padding-top: 8px
}

.ui-fieldlabel__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px
}

.ui-fieldlabel__container>p {
	margin: 0
}

.ui-fieldlabel__container .token {
	opacity: .75
}

.ui-fieldlabel__innertag {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	margin: 0;
	color: #5e6569!important;
	text-transform: uppercase
}

.ui-fieldlabel__innertag.hasHelp:hover {
	cursor: pointer
}

.ui-fieldlabel__innertag>span {
	text-decoration: none;
	margin-right: 5px
}

.ui-fieldlabel__innertag>span:last-child {
	margin-right: 0
}

.ui-formseperator {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 15px;
	width: 100%;
	margin: 20px 0 0
}

.ui-formseperator.hoverable:hover {
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ui-formseperator>.padding {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 1px;
	margin-top: 5px;
	background: #5e6569;
	opacity: .5
}

.ui-formseperator>.padding+* {
	padding-left: 6px
}

.ui-formseperator>p {
	margin: 0 0 0 10px;
	font-size: 11px;
	line-height: 15px;
	color: #5e6569
}

.ui-formseperator>i {
	font-size: 11px;
	margin-left: 5px;
	color: #5e6569
}

.ui-formseperator+div:first-child .bfx-ui-of-sr {
	margin-top: 0
}

.ui-headerbtn__wrapper:not(.pad) {
	padding: 0 5px!important
}

.ui-headerbtn__wrapper.pad {
	margin-top: calc(-.3rem + 1px)
}

.ui-headerbtn__wrapper p {
	padding: 0;
	margin: 0;
	font-size: .9rem
}

.ui-labeledcheckbox+label {
	height: 13px;
	padding-left: 18px;
	vertical-align: top
}

.ui-labeledcheckbox+label.alignRight {
	padding-left: 0;
	padding-right: 18px
}

.ui-labeledcheckbox+label.alignRight:before {
	left: auto!important;
	right: 7px!important
}

.ui-labeledcheckbox+label.alignRight:after {
	left: auto!important;
	right: 0!important
}

.ui-labeledcheckbox+label:after,.ui-labeledcheckbox+label:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
	-o-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
	transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s
}

.ui-labeledcheckbox+label:before {
	left: 6px;
	top: 10px;
	border: 3px solid transparent;
	width: 0;
	height: 0;
	-webkit-transform: rotate(37deg);
	-ms-transform: rotate(37deg);
	transform: rotate(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	border-radius: 1px;
	margin-top: 2px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.ui-labeledcheckbox.checked+label:before {
	top: -3px;
	left: -2px;
	border-top: 2px solid transparent;
	border-right: 2px solid #bfc3c6;
	border-bottom: 2px solid #bfc3c6;
	border-left: 2px solid transparent;
	width: 8px;
	height: 13px;
	-webkit-backface-visibility: none;
	backface-visibility: none;
	z-index: 10
}

.ui-labeledcheckbox+label:after {
	background-color: hsla(0,0%,100%,.03);
	border: 1px solid #52575a;
	border-radius: 2px;
	height: 12px;
	width: 12px;
	top: 0
}

.ui-labeledcheckbox.checked+label:after {
	background-color: #467694;
	border-color: #467694
}

.ui-labeledcheckbox__container {
	position: relative
}

.ui-labeledcheckbox__container.small {
	line-height: 1;
	margin: 0;
	display: inline-block;
	vertical-align: top
}

.ui-labeledcheckbox__container.small:nth-child(n) {
	margin-right: 8px
}

.ui-labeledcheckbox__container.small:last-child {
	margin: 0
}

.ui-labeledcheckbox__container.inline label {
	height: auto;
	line-height: 20px
}

.ui-labeledcheckbox__container.disabled {
	opacity: .5;
	pointer-events: none
}

.ui-labeledcheckbox__container p {
	margin: 0
}

.ui-labeledinput__container {
	position: relative
}

.ui-labeledinput__container input {
	margin: 0
}

.ui-labeledinput__container.inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.ui-labeledinput__container.inline.reverse {
	-ms-flex-direction: row;
	flex-direction: row
}

.ui-labeledinput__container.inline.reverse input {
	margin: 0 0 0 8px
}

.ui-labeledinput__container.inline.reverse>:first-child {
	text-align: right
}

.ui-labeledinput__container.inline.reverse>:last-child {
	text-align: left
}

.ui-labeledinput__container.inline input {
	padding: 0 4px;
	height: 24px;
	line-height: 24px;
	margin-right: 8px
}

.ui-labeledinput__container.inline>* {
	width: 50%
}

.ui-labeledinput__container.inline>:first-child {
	text-align: left;
	margin: 0;
	height: 24px;
	line-height: 24px
}

.ui-labeledinput__container.inline>:last-child {
	text-align: right
}

.ui-labeledinput__erroroverlay {
	background: #ff212c;
	opacity: .25;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-labeledinput__input {
	width: 100%!important
}

.ui-labeledinput__input:disabled {
	opacity: .5
}

.ui-labeledinput__input+i.fa-spin {
	position: absolute;
	left: 9px;
	bottom: 9px
}

.ui-labeledinput__overlaytext {
	position: absolute;
	bottom: 5px;
	right: 9px
}

.ui-labeledinput__overlaytext>span {
	text-decoration: none!important
}

.ui-labeledinput__overlaytext p {
	opacity: .6;
	font-size: 12px;
	margin: 0;
	padding: 0
}

.ui-modal__container,.ui-modaldialog__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ui-modaldialog__container {
	max-width: 600px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.2)
}

.ui-modaldialog__container.draggable {
	position: fixed;
	top: 25%;
	left: 40%;
	z-index: 999999
}

.ui-modaldialog__body {
	white-space: pre-line;
	font-size: 15px;
	padding: 0 25px 8px
}

.ui-modaldialog__footer {
	padding: 1rem 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ui-modaldialog__footer a {
	font-size: 15px;
	padding: 4px 10px
}

.ui-modaldialog__title {
	border-bottom: 1px solid #3c454a;
	margin: 0 0 10px;
	padding: 8px 0;
	margin: 0 25px 10px
}

.ui-modaldialog__draggable-bar {
	height: 23px;
	line-height: 23px;
	padding: 0 8px
}

.ui-modaldialog__draggable-bar.autohide {
	opacity: 0
}

.ui-modaldialog__draggable-bar:hover {
	opacity: 1;
	cursor: pointer
}

.ui-modaldialog__draggable-bar i {
	line-height: 23px
}

.ui-modaldialog__draggable-bar i:hover {
	cursor: pointer
}

.ui-modaldialog__draggable-bar i:hover:first-child {
	cursor: move
}

.ui-modaldialog__draggable-bar i:last-child {
	float: right
}

.ui-modaldialog__draggable-bar p {
	margin: 0 0 0 8px;
	display: inline-block;
	font-size: 12px
}

.ui-percentage__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.ui-percentage__label {
	width: 80px
}

.ui-percentage__label--hidden {
	display: none
}

.ui-percentage__border {
	width: 100%;
	height: 10px;
	border: 1px solid hsla(0,0%,59%,.7);
	border-radius: 4px
}

.ui-percentage__content {
	background-color: hsla(0,0%,59%,.7);
	height: 8px
}

.ui-radiobutton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.ui-radiobutton:hover {
	cursor: pointer
}

.ui-radiobutton .circle {
	width: 12px;
	height: 12px;
	margin-top: 3px;
	background: transparent;
	border: 2px solid #5a5a5a;
	margin-right: 8px
}

.ui-radiobutton .circle.selected {
	background: #5c90af;
	border-color: #5c90af
}

.ui-radiobutton i,.ui-radiobutton p {
	margin: 0;
	line-height: 16px;
	height: 16px
}

.ui-radioinput {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ui-radioinput.small-pad>div {
	margin-bottom: 0
}

.ui-radioinput>div {
	margin-bottom: 5px
}

.ui-radioinput>div:last-child {
	margin-bottom: 0
}

.ui-radioinput.inline {
	-ms-flex-direction: row;
	flex-direction: row
}

.ui-radioinput.inline>div {
	margin: 0 16px 0 0
}

.ui-radioinput.inline>div:last-child {
	margin-right: 0
}

@-webkit-keyframes ui-spinner__keyframes {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes ui-spinner__keyframes {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.ui-spinner__spin {
	-webkit-animation: ui-spinner__keyframes 4s linear;
	animation: ui-spinner__keyframes 4s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.ui-tabs {
	cursor: pointer;
	margin: 1px .2rem;
	padding: 0 .2rem;
	opacity: .6;
	border-bottom: none;
	padding-bottom: 2px
}

.ui-tabs:hover {
	opacity: 1;
	margin-top: 1px;
	border-bottom: 1px solid;
	padding-bottom: 1px
}

.ui-tabs--opaque {
	opacity: 1
}

.ui-tabs--border-bottom {
	border-bottom: 1px solid
}

.ui-tabs--padding-bottom {
	padding-bottom: 1px
}

.ui-tooltip__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	pointer-events: none
}

.ui-tooltip__wrapper .__react-tooltip {
	z-index: 99999;
	line-height: normal;
	position: relative;
	pointer-events: auto
}

.ui-tooltip__wrapper .__react-tooltip.__react-tooltip--persistent {
	pointer-events: auto!important
}

.ui-tooltip__wrapper .__react-tooltip.__react-tooltip--persistent:hover {
	visibility: visible!important;
	opacity: 1!important
}

.ui-tooltip__wrapper .__react-tooltip.__react-tooltip--pre-formatted {
	white-space: pre-wrap;
	text-align: left
}

.ui-tooltip {
	display: inline-block
}

.ui-tooltip .token {
	margin: 0 4px
}

.ui-tooltip .token:last-child {
	margin-right: 0
}

.ui-tooltip--cursor-help {
	cursor: help
}

.ui-tooltip--cursor-pointer {
	cursor: pointer
}

.ui-tooltip--underline {
	text-decoration: underline
}

div.__react-tooltip {
	max-width: 350px
}

.ui-totalssummary__item {
	opacity: .75;
	margin: 0 2px;
	font-size: 12px;
	display: inline-block
}

.ui-websocketstatus {
	text-transform: none;
	cursor: "pointer"
}

.ui-websocketstatus__span {
	-webkit-text-decoration: "none";
	text-decoration: "none"
}

.ui-websocketstatus__inner {
	cursor: "pointer"
}

.ui-pairfilter__button {
	margin-left: 4px;
	cursor: pointer
}

.ui-pager__main {
	width: 150;
	padding: 0;
	margin: 0 auto
}

.ui-pager__span {
	padding: 0 1rem
}

.ui-tinybtn {
	height: 16px;
	line-height: 16px
}

.no-pad,.row .col.no-pad {
	padding: 0
}

.no-margin {
	margin: 0
}

table td,table th {
	padding: 3px
}

.ui-panel {
	margin: 0 0 5px
}

.ui-panel>div {
	overflow: hidden
}

div.collapsible {
	margin-bottom: 0
}

.no-wrap {
	white-space: nowrap
}

#sidebar-widget-2.form-sidebar-wrap .collapsible,#sidebar-widget-3.form-sidebar-wrap .collapsible,#sidebar-widget-3.form-sidebar-wrap .ui-collapsible__header {
	overflow: visible
}

.livetesting-background {
	position: fixed;
	top: 30px;
	left: 60px;
	background-color: rgba(50,100,200,.4);
	border: 1px solid #3264ff;
	z-index: 999;
	border-radius: 50px;
	padding: 2px;
	cursor: pointer
}

.livetesting-text {
	display: inline-block;
	margin-right: 3px
}

.closer:hover {
	cursor: pointer
}

.virtable__wrapper {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.virtable__wrapper .ReactVirtualized__Table__Grid {
	will-change: auto!important
}

.virtable__wrapper .ReactVirtualized__Grid {
	visibility: hidden;
	overflow: scroll
}

.virtable__wrapper .ReactVirtualized__Grid:not(:root),.virtable__wrapper .ReactVirtualized__Grid__innerScrollContainer {
	visibility: visible
}

.virtable__wrapper .ReactVirtualized__Grid::-webkit-scrollbar {
	visibility: hidden
}

.virtable__wrapper .virtTable-bodyRow,.virtable__wrapper .virtTable-headerRow {
	font-weight: 400;
	outline: none;
	overflow: hidden
}

.virtable__wrapper .ReactVirtualized__Table__headerRow,.virtable__wrapper .ReactVirtualized__Table__row {
	padding-right: 0!important
}

.virtable__wrapper .virtTable-headerRow>* {
	font-size: 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.virtable__wrapper .virtTable-headerRow i {
	font-size: 14px!important
}

.virtable__wrapper .virtTable-bodyRow {
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.virtable__wrapper .virtTable-bodyRow:hover:not(.virtTable-bodyRow--no-hover-effect) {
	background: hsla(0,0%,100%,.05)
}

.virtable__wrapper .virtTable-bodyRow:last-child {
	border-bottom: none
}

.virtable__wrapper .virtTable-bodyRow .pval-nopad {
	padding: 0!important
}

.virtable__loadingwrapper,.virtable__row--full-width {
	width: 100%;
	text-align: center
}

.virtable__loadingwrapper {
	padding-top: 5px
}

.virtable__loadingwrapper p {
	margin: 0
}

.virtable__loadingwrapper>* {
	display: inline-block;
	vertical-align: middle
}

.virtable__loadingwrapper>:first-child {
	margin-right: 5px
}

.virtable__headerrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	z-index: 1;
	width: 100%;
	overflow: initial!important;
	display: -ms-flexbox;
	display: flex
}

.virtable__headerrow>* {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%
}

.virtable__headerrow .ReactVirtualized__Table__sortableHeaderIcon {
	height: 100%
}

.virtable__headercell--underlined {
	text-decoration: underline
}

.virtable__multiselect {
	margin-right: 20px;
	opacity: 0
}

.virtable__multiselect:hover {
	cursor: pointer;
	opacity: 1
}

.virtable__multiselect:last-child {
	margin-right: 0
}

.virtable__multiselect.virtable__multiselect--active {
	opacity: 1
}

.virtable__cellwrapper {
	text-align: left
}

.virtable__cellwrapper p {
	margin: 0
}

.virtable__cellwrapper--rightalign {
	text-align: right
}

.virtable__cellwrapper--centeralign {
	text-align: center
}

.virtable__cellwrapper--clipwrap {
	-o-text-overflow: clip;
	text-overflow: clip
}

.light-theme .virtTable-bodyRow.even-stripe,.light-theme .virtTable-bodyRow.even-stripe:hover {
	background: #f5f6f7
}

.light-theme .virtTable-bodyRow.odd-stripe:hover {
	background: transparent
}

.dark-theme .virtTable-bodyRow.even-stripe,.dark-theme .virtTable-bodyRow.even-stripe:hover {
	background: #1f2b33
}

.dark-theme .virtTable-bodyRow.odd-stripe:hover {
	background: transparent
}

.dark-theme.black-theme .virtTable-bodyRow.even-stripe,.dark-theme.black-theme .virtTable-bodyRow.even-stripe:hover {
	background: #05080a
}

.dark-theme.black-theme .virtTable-bodyRow.odd-stripe:hover {
	background: transparent
}

.ethfinex.dark-theme .virtTable-bodyRow.even-stripe,.ethfinex.dark-theme .virtTable-bodyRow.even-stripe:hover,.ethfinex.light-theme .virtTable-bodyRow.even-stripe,.ethfinex.light-theme .virtTable-bodyRow.even-stripe:hover {
	background: #212841
}

.ethfinex.dark-theme .virtTable-bodyRow.odd-stripe:hover,.ethfinex.light-theme .virtTable-bodyRow.odd-stripe:hover {
	background: transparent
}

.summary__main {
	padding: .1rem 0 .5rem;
	text-align: center
}

.taken__confirmbutton {
	right: 18px;
	top: -2px
}

.taken__confirmbutton span {
	display: inline-block
}

.orders__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
	height: 20px;
	line-height: 20px;
	text-transform: none!important
}

.orders__footer>* {
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-left-width: 1px;
	border-left-style: solid
}

.orders__footer>:first-child {
	text-align: left;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	border-left: none
}

.orders__grouplabel-rowwrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	opacity: .75
}

.orders__grouplabel-rowwrapper i {
	margin-right: 5px
}

.orders__grouplabel-rowwrapper i:hover {
	cursor: pointer
}

.orders__grouplabel-rowwrapper p {
	margin: 0
}

.orders__grouplabel-rowwrapper .trailing-zeros {
	margin-bottom: 1px;
	display: inline-block
}

.orders__grouplabel-rowwrapper .btn-tiny {
	line-height: normal
}

.orders__grouplabel-col:first-child i {
	margin-right: 15px
}

.orders__grouplabel-col>* {
	display: inline-block
}

.orders__grouplabel-col>:last-child {
	margin-right: 0
}

.orders__grouplabel-col--alignright {
	text-align: right
}

.orders__headertotalstabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.orders__headertotalstabs>* {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1
}

.orders__groupelabel i {
	user-events: all
}

.orders__headerrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1
}

.orders__totals-footer {
	line-height: 30px;
	border-top-style: solid;
	border-top-width: 1px
}

.orders__totals-footer>span {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.chart__wrapper {
	-webkit-transition: height .15s ease-in-out;
	-o-transition: height .15s ease-in-out;
	transition: height .15s ease-in-out
}

#balances-sidebar {
	position: relative
}

#balances-sidebar .ui-panel {
	margin-bottom: 0
}

#balances-sidebar .balances-ticker {
	min-width: 40px
}

#balances-sidebar .ui-tabs {
	font-size: 14px
}

.balances-chart-wrapper {
	min-height: "50px";
	width: "100%";
	text-align: "center"
}

.balances-chart-wrapper div {
	margin-top: 20px
}

.balances-chart {
	height: 260px;
	width: 260px;
	margin-left: 30px;
	position: relative
}

.balances-tooltip {
	position: absolute;
	background: #fff;
	border-radius: 15px;
	color: #000;
	font-size: 14px;
	padding: 5px 5px 5px 3px
}

.balances-canvas {
	width: 100%;
	height: 260px;
	margin: 5px auto
}

.wallettitle {
	text-align: right
}

#bal-overlay {
	display: block
}

#bal-overlay table {
	margin-top: 5px
}

.clear-eight {
	clear: both;
	height: 8px
}

.equiv-wrap {
	padding-top: 4px
}

.equiv-wrap h5 {
	margin-top: 8px;
	font-size: 14px
}

#sidebar .balances-overview-wrap table td {
	text-align: right
}

#sidebar .balances-overview-wrap .virtable__wrapper {
	border-bottom: 1px solid hsla(0,0%,39%,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: hsla(0,0%,39%,.3)
}

.loading {
	text-align: center;
	min-height: 40px;
	width: 100%
}

.balances-row {
	line-height: 16px
}

.balances__search {
	display: -ms-flexbox;
	display: flex;
	width: 50%
}

.balances__controls {
	margin: 5px 10px 10px;
	display: -ms-flexbox;
	display: flex
}

.balances__searchinput {
	height: 25px!important;
	margin-bottom: 0!important
}

.balances__searchicon {
	margin-left: -20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.balances__details {
	font-size: 12px;
	padding-top: 5px;
	margin-left: 25px
}

.total-equivalent {
	font-size: 12px;
	float: left
}

.total-equivalent-currency {
	margin-right: 4px;
	text-decoration: underline
}

.light-theme .total-equivalent-currency {
	-webkit-text-decoration-color: #7e8486;
	text-decoration-color: #7e8486
}

.light-theme a.total-equivalent-currency {
	color: #7e8486
}

.dark-theme .total-equivalent-currency {
	-webkit-text-decoration-color: #a4a9ac;
	text-decoration-color: #a4a9ac
}

.dark-theme a.total-equivalent-currency {
	color: #a4a9ac
}

#usd-equiv-market-checkbox {
	margin-top: 3px
}

.equivalent__symbol {
	margin-left: 0;
	margin-right: 0
}

.equivalent__symbol,.equivalent__total {
	margin-top: 0;
	float: right
}

.balances__symbolcell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.balances__icon {
	margin-left: 1px;
	margin-right: 7px
}

.split__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.split__main {
	-ms-flex: 2 1;
	flex: 2 1;
	min-width: 550px;
	padding-right: 5px
}

@media screen and (max-width:550px) {
	.split__main {
		min-width: 270px
	}
}

.split__alt {
	-ms-flex: 1 1;
	flex: 1 1;
	min-width: 220px
}

div.book__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
	min-height: 425px
}

@media screen and (max-width:550px) {
	div.book__main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

div.book__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 5px;
	height: 17px
}

div.book__row:hover:not(.book__row--full) {
	background: hsla(0,0%,39%,.1)
}

div.book__row>div {
	padding: 0 5px;
	text-align: right;
	direction: rtl
}

div.book__row--reversed {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

div.book__row.book__row--full {
	height: 20px
}

div.book__side {
	font-size: 11px;
	cursor: pointer;
	-ms-flex: 1 1;
	flex: 1 1;
	min-width: 270px
}

div.book__header {
	display: -ms-flexbox;
	display: flex;
	grid-gap: 2px;
	margin: 0 5px;
	text-transform: uppercase
}

div.book__header>div {
	padding: 0 5px
}

div.book__bars {
	width: 100%;
	height: 0;
	overflow: visible
}

div.book__order-container {
	width: 15px;
	z-index: 10
}

div.book__order-i {
	padding: 0 3px;
	font-size: 8px;
	color: #fff;
	border-radius: 100px
}

div.book__order-red {
	background: #7b1a1f
}

div.book__order-green {
	background: #526c2e
}

div.book__order-tooltip {
	text-align: right
}

div.book__placeholder {
	width: 15px
}

.book__alert {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 0
}

.book__alert.book__alert--active {
	opacity: 1;
	color: #5e7d90
}

.book__alert:hover {
	opacity: 1
}

.book__row:hover .book__alert:not(:hover):not(.book__alert--active) {
	opacity: .3
}

.full-book {
	margin-top: 10px
}

.full-book-row {
	display: -ms-flexbox;
	display: flex
}

.full-book-row__side {
	width: 50%
}

.full-book-header {
	text-align: right
}

.full-book__currencies {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.full-book__currency {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

.full-book__currency-controls {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.full-book__currency-select {
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.full-book__currency-select input {
	height: 20px;
	margin: 0;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none
}

.full-book-page-currency-select__control {
	border-width: 2px!important
}

.full-book-page-currency-select__control.full-book-page-currency-select__control--is-focused {
	border-color: #5b91b2!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.full-book-allow-overflow {
	overflow: visible!important
}

.light-theme .ui-button--full-book {
	background-color: #fff;
	color: #9cbacd;
	border: 2px solid #bed2de;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.light-theme .ui-button--full-book:hover {
	background-color: rgba(173,198,214,.4)
}

.light-theme .ui-button--full-book--active {
	background-color: #5b91b2;
	color: #fff;
	border: 2px solid #5b91b2;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.ftrades {
	line-height: 9px;
	font-size: 11px;
	min-height: 425px
}

.FTrade__col-arrow {
	width: 3%
}

.FTrade__col-time {
	width: 25%;
	text-align: center
}

.FTrade__col-period,.FTrade__col-rate {
	width: 24%;
	text-align: center
}

.FTrade__col-amount {
	width: 24%;
	text-align: right
}

.trades {
	line-height: 9px;
	font-size: 11px;
	min-height: 425px
}

.Trade__col-arrow {
	width: 3%
}

.Trade__col-time {
	width: 32%;
	text-align: center
}

.Trade__col-price {
	width: 29%;
	text-align: center
}

.Trade__col-amount {
	width: 36%;
	text-align: right
}

.ongoing-ts th {
	padding-top: 0;
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 13px;
	color: hsla(0,0%,100%,.6)
}

.ongoing-ts tr {
	border-bottom: 1px solid hsla(0,0%,100%,.2)
}

.ongoing-ts td {
	font-size: 14px
}

.ts-end,.ts-start {
	width: 100px;
	text-align: center
}

.ts-name,.ts-raised {
	text-align: center
}

.ts-raised {
	width: 120px
}

.ts-rating {
	text-align: center;
	width: 130px
}

.tokenListing-logo {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	text-align: center
}

.ts-grey-label {
	color: hsla(0,0%,100%,.6)
}

.ts-date,.ts-grey-label {
	padding-right: 6px;
	font-size: 14px;
	font-weight: 300
}

.ts-date {
	color: #b19ed2
}

.ts-desc {
	margin-top: 16px;
	font-size: 13px!important;
	font-weight: 300
}

.offerform__calculator-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 450px
}

.offerform__calculator-wrapper>p {
	width: 100%;
	padding: 4px 8px;
	font-size: 11px;
	margin: 0 0 4px
}

.offerform__calculator-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 8px
}

.offerform__calculator-row:first-child {
	margin-top: 8px
}

.offerform__calculator-cell {
	width: 25%;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-right: 8px
}

.offerform__calculator-cell.three {
	width: 33.33%
}

.offerform__calculator-cell:first-child {
	margin-left: 8px
}

.offerform__calculator-cell .radio {
	font-size: 11px;
	text-transform: uppercase
}

.orderform__header-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0
}

.orderform__header-wrapper .bfx-of-hb {
	opacity: .7;
	height: 31px;
	top: 0;
	margin-right: 2px
}

.orderform__header-wrapper .bfx-of-hb:last-child {
	margin-right: 0
}

.orderform__header-wrapper .bfx-of-hb.selected,.orderform__header-wrapper .bfx-of-hb:hover {
	border-bottom: 1px solid #a4a9ac;
	cursor: pointer
}

.orderform__header-wrapper .bfx-of-hb.selected,.orderform__header-wrapper .bfx-of-hb.selected i,.orderform__header-wrapper .bfx-of-hb:hover,.orderform__header-wrapper .bfx-of-hb:hover i {
	opacity: 1
}

.orderform__header-wrapper .bfx-of-hb:hover {
	border-bottom: 1px solid #a4a9ac
}

.orderform__header-wrapper .bfx-of-hb.open {
	border-bottom: 1px solid #303e46;
	opacity: 1
}

.field__input-contentwrapper,.field__input-distribution {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.field__input-distribution {
	border: 1px solid hsla(0,0%,100%,.2);
	height: 75px;
	width: 140px;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 9px
}

.field__input-point {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7cb3e8;
	margin-bottom: 6px
}

.field__input-point:hover {
	cursor: pointer
}

.field__input-line {
	background: #7cb3e8;
	height: 2px;
	border-radius: 50%;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.field__checkbox-wrapper .small {
	float: left;
	margin-bottom: 3px
}

.field__checkbox-wrapper .small label>span {
	margin: 0
}

.orderform__connectioncontainer {
	text-align: right;
	margin: 8px 0 -8px;
	font-size: 11px
}

.orderform__customhelp {
	float: left
}

.orderform__funding-label {
	font-weight: 700;
	margin: 8px 0 0!important
}

.orderform__funding-label:first-child {
	margin: 4px 0!important
}

.orderform__funding-container {
	margin-top: 8px;
	text-align: center;
	padding: 0 12px
}

.orderform__funding-container p {
	margin: 0 4px 0 0
}

.orderform__funding-container .orderform__funding-availablerow p:not(.orderform__funding-rowlabel) {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.orderform__funding-rowlabel {
	margin-right: 22px!important;
	width: 30px;
	text-align: left;
	color: #a3a7aa
}

.orderform__funding-reservedrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.orderform__funding-reservedrow>*,.orderform__funding-reservedrow p {
	margin-right: 4px
}

.orderform__funding-reservedrow>:last-child {
	margin-right: 0
}

.orderform__funding-availablerow {
	-ms-flex-direction: row;
	flex-direction: row
}

.orderform__funding-availablerow>div {
	width: 100%
}

.orderform__funding-availablerow>div p {
	height: 16px;
	line-height: 20px;
	text-align: left;
	margin-right: 4px;
	width: 100%
}

.orderform__funding-availablerow>div p:last-child {
	margin-right: 0
}

.orderform__funding-availablerow>div p span {
	font-weight: 700
}

.orderform__funding-availablerow,.orderform__funding-availablerow>div {
	display: -ms-flexbox;
	display: flex
}

.orderform__funding-availablerow>*,.orderform__funding-availablerow>div>* {
	margin-right: 4px
}

.orderform__funding-availablerow>:last-child,.orderform__funding-availablerow>div>:last-child {
	margin-right: 0
}

.autorenew__funding-ratecontainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left;
	padding-top: 8px
}

.autorenew__funding-ratecontainer>div:first-child {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 60%
}

.autorenew__funding-ratecontainer>div:last-child {
	width: 40%
}

.orderform__preview-wrapper {
	padding: 5px 0 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.orderform__preview-wrapper:before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.orderform__preview-wrapper thead tr {
	padding: 0 10px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.orderform__preview-wrapper thead tr>td:first-child,.orderform__preview-wrapper thead tr>th:first-child {
	padding-left: 10px
}

.orderform__preview-wrapper thead tr>td:last-child,.orderform__preview-wrapper thead tr>th:last-child {
	padding-right: 10px
}

.orderform__preview-wrapper thead th {
	font-size: 11px;
	padding: 0 4px
}

.orderform__preview-wrapper tbody tr {
	padding: 0 10px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.orderform__preview-wrapper tbody tr>td:first-child,.orderform__preview-wrapper tbody tr>th:first-child {
	padding-left: 10px
}

.orderform__preview-wrapper tbody tr>td:last-child,.orderform__preview-wrapper tbody tr>th:last-child {
	padding-right: 10px
}

.orderform__preview-wrapper tbody tr.orderform__row--label,.orderform__preview-wrapper tbody tr:last-child:not(:first-child) {
	border-bottom: 0!important
}

.orderform__preview-wrapper tbody tr.orderform__row--label td {
	text-align: center;
	opacity: .5;
	background: rgba(0,0,0,.1);
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.orderform__preview-wrapper tbody tr td {
	font-size: 11px;
	padding: 2.5px 4px
}

.orderform__section-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.offerform__section-row {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10px
}

.offerform__section-row>* {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1
}

.offerform__section-row>:first-child {
	margin-right: 5px
}

.offerform__section-row>:last-child {
	margin-left: 5px
}

.offerform__section-row.empty,.offerform__section-row:empty,.offerform__section-row>:first-child:last-child {
	margin: 0
}

.offerform__button--margin {
	-webkit-filter: hue-rotate(60deg);
	filter: hue-rotate(60deg)
}

.offerform__action-row div {
	line-height: 2
}

.grouped-notification__content {
	pointer-events: all;
	margin-left: 5px;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden;
	padding-bottom: 18px
}

.grouped-notification__content i {
	padding-bottom: 18px
}

.grouped-notification__children {
	border-top: 1px solid hsla(0,0%,100%,.2);
	margin: 5px 0 0;
	padding-top: 5px
}

.grouped-notification__main-message {
	margin: 5px 0
}

.grouped-notification__child-message {
	opacity: .8;
	margin: 2px 0 4px
}

.grouped-notification__child-message:last-child {
	opacity: 1
}

.grouped-notification__icon-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 18px
}

.grouped-notification__expand-btn {
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 18px;
	line-height: 18px!important;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5;
	position: absolute;
	bottom: 0;
	left: 0
}

.grouped-notification__expand-btn:hover {
	cursor: pointer;
	opacity: 1
}

.grouped-notification__expand-btn.info {
	background: #517489
}

.grouped-notification__expand-btn.success {
	background: #768561
}

.grouped-notification__expand-btn.warning {
	background: #7b6a21
}

.grouped-notification__expand-btn.error {
	background: #7e4548
}

.notification__wrapper {
	pointer-events: all;
	padding: 5px 32px 5px 0;
	margin: 3px 0;
	border-radius: 2px;
	opacity: .88;
	color: #e6eaeb;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

.notification__wrapper.solid {
	opacity: 1
}

.notification__wrapper.info {
	background: #314c5d;
	border: 1px solid #517489;
	border-left: 5px solid #517489
}

.notification__wrapper.success {
	background: #424d33;
	border: 1px solid #768561;
	border-left: 5px solid #768561
}

.notification__wrapper.warning {
	background: #453b10;
	border: 1px solid #7b6a21;
	border-left: 5px solid #7b6a21
}

.notification__wrapper.error {
	background: #4d2e30;
	border: 1px solid #7e4548;
	border-left: 5px solid #7e4548
}

.notification__wrapper p {
	line-height: 1.2;
	margin: 0
}

.notification__content {
	font-size: 13px;
	overflow: hidden
}

.notification__content-title {
	margin: 8px 0 6px;
	word-break: break-word
}

.notification__icon-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.notification__skip {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 5px;
	cursor: pointer
}

.notification__icon {
	width: 48px;
	text-align: center
}

.notification__link {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.notification__image {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 200px;
	margin: .5rem 0
}

.notification-text {
	font-size: 13px;
	line-height: 18px
}

.notification-text.notification-text--child {
	font-size: 12px;
	line-height: 16px
}

.notification-text__wrapper {
	overflow: hidden;
	max-height: 324px
}

.notification-text__wrapper.notification-text__wrapper--child {
	max-height: 256px
}

.notification-text__text {
	position: relative
}

.notification-text__auto-sizer-helper {
	height: 100%;
	position: absolute
}

.notification-text__truncated {
	font-weight: 700
}

.notification-list__wrapper {
	display: block;
	height: 100%;
	width: 100%
}

.notification-list__wrapper:focus,.notification-list__wrapper :focus {
	outline: none
}

.notification-list__wrapper.standalone {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999999;
	width: 300px
}

.notification-list__date-label {
	margin: 16px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	opacity: .5
}

.notification-list__empty,.notification-list__load-more {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	opacity: .8
}

.notification-list__load-more:hover {
	cursor: pointer
}

.notification-sidebar__wrapper {
	width: 300px;
	height: 100%;
	padding: 52px 12px 0;
	-webkit-box-shadow: -4px 0 8px 0 rgba(0,0,0,.3);
	box-shadow: -4px 0 8px 0 rgba(0,0,0,.3);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9
}

.notification-sidebar__header {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	margin: 0 .4rem 12px
}

.notification-sidebar__header a {
	float: left
}

.notification-sidebar-filter-buttons__wrapper {
	padding-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.notification-sidebar-filter-buttons_button {
	width: 100%;
	text-align: center;
	font-size: 12px
}

.notification-sidebar-filter-buttons_button.success.active {
	background: rgba(118,133,97,.5)
}

.notification-sidebar-filter-buttons_button.error.active {
	background: rgba(126,69,72,.5)
}

.notification-sidebar-filter-buttons_button.warning.active {
	background: rgba(123,106,33,.5)
}

.notification-sidebar-filter-buttons_button.info.active {
	background: rgba(81,116,137,.5)
}

.notification-sidebar-filter-buttons_button:not(.active) {
	opacity: .5
}

.notification-sidebar-filter-buttons_button:hover {
	cursor: pointer
}

.standalone-notification-drawer__wrapper {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999;
	width: 360px
}

.standalone-notification-drawer__item {
	margin-bottom: 5px
}

.standalone-notification-drawer__item:last-child {
	margin-bottom: 0
}

.footer__wrapper {
	opacity: .6;
	font-size: 10px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-transform: uppercase
}

.footer__inner {
	margin-left: 4px;
	padding-left: 10px;
	border-left: 1px solid
}

.user-icon {
	text-align: center;
	font-weight: 400
}

.avatar,.user-icon {
	display: inline-block
}

.avatar.avatar-xs {
	border-radius: inherit;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 1rem
}

.avatar.avatar-md,.avatar.avatar-sm {
	font-size: 1.5rem;
	border-radius: inherit
}

.avatar.avatar-sm {
	width: 24px;
	height: 24px;
	line-height: 24px
}

.avatar.avatar-md {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.avatar.avatar-lg {
	border-radius: inherit;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 4rem
}

.avatar.avatar-xl {
	border-radius: inherit;
	width: 128px;
	height: 128px;
	line-height: 128px;
	font-size: 7.5rem
}

.avatar.avatar-rounded {
	border-radius: 50%
}

.skylight-dialog {
	background: #1e243a!important
}

.skylight-dialog h2 {
	font-size: 1.64rem;
	line-height: 110%;
	margin: .82rem 0 .656rem
}

.summary-content p {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	font-weight: 300
}

.btn-edit,.btn-flag,.btn-rate,.btn-reply {
	border: none;
	background: none;
	font-size: 12px
}

#topic_title {
	border: none;
	background: none;
	border-bottom: 1px solid hsla(0,0%,100%,.5);
	font-size: 18px
}

#topic_content {
	padding: 6px;
	min-height: 130px
}

.mde-preview {
	padding: 6px;
	margin-top: 30px;
	height: 220px;
	overflow-y: scroll;
	display: block
}

#flag_description,#post_content {
	padding: 6px;
	min-height: 130px
}

#post_recommendation {
	background: none
}

.trending-tag {
	font-size: 12px;
	line-height: 12px;
	padding: 4px!important;
	margin-right: 8px;
	border: 1px solid hsla(0,0%,100%,.4);
	color: #fff
}

#post_content_label {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 2em
}

#post_reply_form {
	margin-bottom: 2em
}

.deleted {
	text-decoration: line-through;
	opacity: .4
}

.tickerlist__star {
	margin-left: 4px;
	cursor: pointer;
	font-size: 13px;
	opacity: .75
}

.tickerlist__star--fav,.tickerlist__star:hover {
	opacity: 1
}

.tickerlist__container {
	padding-bottom: 5px
}

.tickerlist__button {
	width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tickerlist__button:hover {
	background-color: #303e46
}

.tickerlist__favourite {
	margin-left: 5px
}

.tickerlist__controls {
	margin: 5px 10px 10px;
	display: -ms-flexbox;
	display: flex
}

.tickerlist__controls .ui-dropdown__buttonwrap {
	margin-left: 5px;
	width: 9rem
}

.tickerlist__controls .ui-dropdown__button {
	height: 25px
}

.tickerlist__controls .faux-select:after {
	top: 4px
}

.tickerlist__search {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.tickerlist__searchinput {
	height: 25px!important;
	margin-bottom: 0!important
}

.tickerlist__searchicon {
	margin-left: -20px
}

.tickerlist__headercontent,.tickerlist__searchicon,.tickerlist__symbolcell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.tickerlist__symbolcell {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tickerlist__icon {
	margin-left: 1px;
	margin-right: 7px
}

.tickerlist__lastprice,.tickerlist__volumecell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tickerlist__volumecell {
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px
}

#sidebar-widget-2 {
	overflow: visible
}

.offerform__checkboxwrapper .small {
	float: left;
	margin-bottom: 3px
}

.offerform__checkboxwrapper .small label>span {
	margin: 0
}

.orderhistory__metawrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center
}

.orderhistory__metawrapper p {
	margin: 0;
	text-transform: none
}

.orderhistory__metawrapper p:hover {
	cursor: pointer
}

.autorenew__button {
	width: 100%;
	margin-bottom: 8px;
	-ms-flex-item-align: center;
	align-self: center
}

.autorenew__connect {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.autorenew__subheadline {
	position: relative;
	margin: .5rem .75rem 1rem
}

.autorenew__rowcontainer {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-bottom: 0 -.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.autorenew__inputscontainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1000px
}

@media (max-width:600px) {
	.autorenew__inputscontainer {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.autorenew__errorline {
	position: relative;
	margin: 0;
	margin-bottom: 1.5rem;
	margin-left: .75rem;
	margin-right: .75rem;
	color: #aa6064
}

.autorenew__a {
	cursor: pointer
}

.autorenew__container {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:600px) {
	.autorenew__container {
		-ms-flex-item-align: center;
		align-self: center;
		width: 105%!important;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.autorenew__container>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (max-width:600px) {
	.autorenew__container>div {
		width: 95%;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.autorenew__container>div>label {
	font-size: 11px;
	padding-bottom: 2px
}

@media (max-width:600px) {
	.autorenew__container>div>label {
		width: 95%;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.autorenew__container>input {
	width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 8px!important
}

.autorenew__frr {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:600px) {
	.autorenew__frr {
		padding-bottom: 2px
	}
}

.autorenew__frr a {
	font-size: 11px;
	background: none!important
}

.autorenew__frr>span:last-of-type a {
	padding-right: 0
}

.autorenew__checkbox {
	text-align: center;
	padding: 0 0 0 5px;
	margin: 0
}

.autorenew__labelt {
	font-size: 11px!important
}

.autorenew__buttoncontainer {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:600px) {
	.autorenew__buttoncontainer {
		margin-top: 10px;
		-ms-flex-item-align: center;
		align-self: center;
		width: 100%!important;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.autorenew__viewcontainer {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	clear: both;
	padding: 0 6px;
	display: block
}

.uisettings__container {
	max-height: 30em;
	overflow: auto;
	margin-bottom: 1em;
	width: 548px;
	border-bottom: 1px solid #3c454a
}

.uisettings__row-icon {
	margin-top: 1.4em
}

.uisettings__row-add-btn {
	width: 100%
}{font-size:13px
}

.ticker-search-input-container {
width: 100%
}

.ticker-search-input-container input[type=text].ticker-search-input {
width: 100%;
margin: 0 5px 0 0;
background: none;
border: none;
height: 28px;
line-height: 28px
}

.table-tags {
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
background: transparent
}

.table-tags>div {
    height: 42px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px 6px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1aa2a0;
    color: #fff;
}

.table-tags>div.selected-tag {
background: #0d354c ;
}

@media only screen and (max-width: 600px)
.table-tags>div {
    padding: 2px 8px;
}

.landingtickers__table {
	background: #001320;
	padding: 8px
}

.landingtickers__table .landingtickers-table__header-cell {
	text-align: right
}

.landingtickers__table .landingtickers-table__last-column-cell {
	text-align: right;
	padding-right: 12px
}

.landingtickers__table .themed-border {
	border-bottom: 1px solid hsla(0,0%,87%,.2)
}

.landingtickers__table .themed-border:last-child {
	border-bottom: none
}

.ticker-sidebar-favs-inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0
}

@media only screen and (min-width:601px) {
	.ticker-sidebar-favs-inner {
		padding: 12px
	}
}

.tickers-landing-container--ethfinex .table-tags>div {
	background-color: #1e243a
}

.tickers-landing-container--ethfinex .table-tags>div.selected-tag {
	background: #001320
}

.tickers-landing-container--ethfinex .pair-table-header {
	background-color: inherit
}

.playground__debug-pre {
	background: hsla(0,0%,100%,.1);
	margin: 1rem;
	padding: 1rem;
	max-height: 400px;
	overflow-y: scroll
}

.playground__header-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem
}

.playground__header-sectiontitle {
	text-align: center;
	text-transform: capitalize
}

.playground__list-container {
	display: -ms-flexbox;
	display: flex;
	width: 300;
	margin: 3rem 0;
	-ms-flex-direction: column;
	flex-direction: column
}

.playground__list-button {
	padding: .5rem 1rem;
	text-transform: capitalize;
	margin: 1px 1rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #597d2d
}

.playground__list-button:hover {
	background: #679035
}

.playground__list-button--active {
	background: #78a146
}

.playground__row-propscontainer {
	width: 350px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.playground__row-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #fff;
	padding-top: 10px
}

.playground__row-child {
	-ms-flex-positive: 100;
	flex-grow: 100;
	text-align: "center"
}

.playground__row-description {
	text-align: center;
	background: hsla(0,0%,100%,.1);
	margin: 1rem;
	padding: 1rem
}

.playground__rows-container {
	-ms-flex-positive: 100;
	flex-grow: 100;
	margin: 1rem
}

.playground__socketdev-mainpanel {
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px #333;
	box-shadow: 0 1px 5px #333;
	background: rgba(0,0,0,.1)
}

.playground__socketdev-column,.playground__socketdev-mainpanel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.playground__socketdev-column,.playground__socketdev-row {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.playground__socketdev-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.playground__socketdev-text {
	font-family: monospace;
	font-size: .9rem;
	min-height: 150px;
	margin: 1rem 0
}
/*# sourceMappingURL=main.aa89f105.css.map*/