.AssetPairRow {
	border-top: 1px solid #dedfe0;
	padding: 0.75em 18px;
	text-decoration: none;
	display: block;
}

.AssetPair {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.AssetPair__separator {
	width: 18px;
	height: 18px;
	border-top: 1px solid #dedfe0;
	border-bottom: 1px solid #dedfe0;
	flex: 0 0 18px;
}

.AssetPair__card {
	flex: 1 0;
}

.AssetPair__card .AssetCard {
	margin: 0 auto;
}

a.AssetPairRow:hover .AssetPair__separator {
	border-top: 1px solid #dedfe0;
	border-bottom: 1px solid #dedfe0;
}

.PairPicker {
	padding: 20px;
	display: flex;
	flex-flow: row wrap;
}

.PairPicker__pair {
	padding: 0.75em 1em;
	border-top: 1px solid #dedfe0;
}

.PairPicker__auxInfo {
	font-size: 13.5px;
	text-align: center;
	padding: 12px 18px;
	color: #929597;
}

.OfferTable {
	width: 100%;
	text-align: right;
	font-size: 16px;
}

.OfferTable__header {
	display: flex;
	background: #f4f4f5;
	font-weight: bold;
	text-align: center;
}

.OfferTable__header__item {
	width: 25%;
	padding: 5px;
}

.OfferTable__row {
	display: flex;
}

.OfferTable__row:hover {
	background: #fdfdc8 !important;
	cursor: pointer;
}

.OfferTable__row__item {
	width: 25%;
	padding: 5px;
	text-align: right;
	font-family: 'Ubuntu Mono';
}


.OfferTable {
	width: 100%;
	text-align: right;
	font-size: 16px;
}

.OfferTable__header {
	display: flex;
	background: #f4f4f5;
	font-weight: bold;
	text-align: center;
}

.OfferTable__header__item {
	width: 25%;
	padding: 5px;
	text-align: right;
}

.OfferTable__row {
	display: flex;
}

.OfferTable__row:hover {
	background: #fdfdc8 !important;
	cursor: pointer;
}

.OfferTable__row__item {
	width: 25%;
	padding: 5px;
	text-align: right;
	font-family: 'Ubuntu Mono';
}

.lightenZeros__unemph {
	opacity: 0.4;
}

.notice_pad {
	margin: 0 auto;
	padding: 15px 15px 10px 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	background: #f4f4f5;
	border: 1px solid #dedfe0;
	border-radius: 3px;
}

.notice_pad .lead {
	margin-bottom: 5px;
}

.amm_pad,
.contact_pad,
.offers_pad {
	margin: 0 auto;
	margin-bottom: 18px;
	padding: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	background: #fff;
	border: 1px solid #dedfe0;
	border-radius: 3px;
}

.offers_pad .bidoffer {
	padding-left: 0;
	padding-right: 10px;
}

.offers_pad .askoffer {
	padding-left: 10px;
	padding-right: 0;
}

.offers_pad .manager_title {
	padding: 10px;
  margin: 0 -15px 15px -15px;
  font: bold 15px 'OpenSansRegular';
  text-align: left;
  text-transform: uppercase;
  background: #f2f2f2;
}

.offers_pad .bidoffer .row,
.offers_pad .askoffer .row {
  margin: 0 0 20px;
}

.showall input {
	vertical-align:middle; 
	margin-top:-5px;
}

.showall span {
	font-size: 16px;
}

.listings .input-field {
	display: flex;
}

.listings .submit-field {
	padding: 0 15px;
}

.listings .submit-field .overview {
	margin-bottom: 10px;
	border-top: 1px solid #dedfe0;
	padding-top: 12px;
	font-size: 14px;
	color: #777;
}

.listings .input-lable {
	font: 18px 'OpenSansRegular';
  line-height:34px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.addon-font {
	font-family: Consolas,Monaco,monospace;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.orderbook_pad {
	margin: 0 auto;
	margin-bottom: 18px;
	padding: 0 15px;
	padding-bottom: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	background: #fff;
	border: 1px solid #dedfe0;
	border-radius: 3px;
}

.orderbook_header {
	padding: 11px 18px 9px 0;
	font-size: 21px;
}

.orderbook .bookboard {
	padding: 0;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}

.orderbook .title {
  padding: 10px;
  margin: 0 -15px 15px -15px;
  font: bold 15px 'OpenSansRegular';
  text-align: center;
  text-transform: uppercase;
  background: #f2f2f2;
}

.orderbook .head {
  margin-bottom: 10px;
  font: 18px 'OpenSansRegular';
}

.orderbook .head .currency {
  color: #B6B6B6;
  font: 15px 'OpenSansRegular';
}

.orderbook .my {
  font-weight: bold;
  color: #177716;
}

.orderbook .my .insig {
  font-weight: normal;
  color: #177716;
}

.orderbook .my .delete {
  margin: 0 10px 0 0;
  text-decoration: none;
}

@media (min-width: 767px) {
  .orderbook .bids {
    border-right: 3px solid #c7c7c7;
    text-align: right;
  }
  .orderbook .asks {
    border-left: 3px solid #c7c7c7;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .orderbook .asks {
    padding-top: 10px;
    border-top: 6px solid #ccc;
  }
}

.orderbook .bids .row,
.orderbook .asks .row {
  padding: 5px 0;
  text-align: right;
}

.orderbook .bids .row:nth-child(odd),
.orderbook .asks .row:nth-child(odd) {
  background-color: #f2f2f2;
}

.orderbook a {
  color: inherit;
}

.orderbook .message {
  text-align: center;
  font-size: 14px;
}

.orderbook .issuer {
  font-size: 10px;
  color: #B6B6B6;
}

.listings_pad {
	margin: 0 auto;
	margin-bottom: 18px;
	padding: 0 15px;
	padding-bottom: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	background: #fff;
	border: 1px solid #dedfe0;
	border-radius: 3px;
}

.listings_pad .bidoffer {
	padding-left: 0;
	padding-right: 10px;
}

.listings_pad .askoffer {
	padding-left: 10px;
	padding-right: 0;
}

.listings_header {
	padding: 11px 18px 9px 0;
	font-size: 21px;
}

.listings {
  padding: 0 15px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}

.listings .offer_title {
  padding: 10px;
  margin: 0 -15px 0 -15px;
  font: bold 15px 'OpenSansRegular';
  text-align: center;
  text-transform: uppercase;
}

.listings .message {
	margin: 0 -15px 0 -15px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.listings .my .head {
  font-weight: bold;
}

.listings .my .row:first-child {
  border-top: none;
}

.listings .my .row {
  border-top: 1px solid #EBEBEB;
}

.listings .my .row:nth-child(even) {
  background-color: #f5f5f5;
}

.listings .my .row > div {
  padding: 8px;
  border-right: 1px solid #EBEBEB;
}

.listings .my .row > div:last-child {
  text-align: right;
  border-right: none;
}

.listings .my .row .issuer {
  font-size: 11px;
  color: #b3b3b3;
}

@media (max-width: 767px) {
  .listings .my .row {
    padding: 4px;
    border: none;
  }
  .listings .my .row > div {
    padding: 4px;
    border: none;
  }
  .listings .my .row div:before {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    content: " " attr(data-label);
  }
}

.listings .emptyMessage {
  margin: 10px 0;
}

.cancelling {
  color: #b3b3b3;
}

.cancelling .action a {
  display: none;
}

.cancelling .action i {
  font-size: 20px;
}

.alternatives {
	display: block !important;
}

.message {
	padding: 15px 0;
	text-align: left;
	font-size: 21px;
	color: #3a3f43;
}

.message .result-success {
	padding: 15px;
	color: #000;
  background-color: #8DC86A;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}

.alternatives > div {
  padding-top: 10px;
  text-align: center;
}

.alternatives > div .am {
  padding: 10px 0;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}

.alternatives > div .am .amnt {
  padding: 0 8px 0 0;
  font-size: 30px;
}

.alternatives > div .am .currency {
  font-size: 20px;
  color: #bbb;
}

.alternatives > div .am .ex {
  color: #ccc;
}

.alternatives > div .am .ex .pair {
  margin-left: 5px;
  font-size: 12px;
}

.alternatives > div .btn {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.pathupdate {
  margin-top: 10px;
  font-size: 12px;
  color: #B1B1B1;
  border-top : none !important;
}


.mode-confirm {
    font-size: 16px;
    display: block !important;
}

.mode-confirm .value {
  padding: 0 8px 0 0;
  font-size: 36px;
}

.mode-confirm .currency {
  font-size: 20px;
}

.mode-confirm .amount_feedback,
.mode-confirm .dest_feedback {
  padding: 20px;
  margin: 0 0 10px 0;
  font: 34px 'OpenSansLight';
  background: #f3f3f3;
}

.mode-confirm .dest_feedback .extra {
  font-size: 18px;
  color: #999;
}

.popubDialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.popubDialog .popubDialog__main {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 1100px;
  max-width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popubDialog .popubDialog__body {
  background: #fff;
  max-width: 100%;
  border-radius: 8px;
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
}

.popubDialog .popubDialog__close {
  text-align: center;
  margin-top: 16px;
}

.popubDialog .popubDialog__close img {
  width: 26px;
  cursor: pointer;
  display: inline-block;
}

.popubDialog .popubDialog__body .flexRow {
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
  justify-content: flex-start;
}

.popubDialog .deposit_logo {
  width: calc(100% - 30px);  
  margin: 30px 15px 0 15px;
}

.popubDialog .deposit_logo .content__logo{
  height: 60px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 60px;
}

.popubDialog .deposit_logo .content__msg{
  height: 60px;
  background: #fff;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.popubDialog .deposit_logo .content__logo .logo__image {
  width: 60px;
  margin: 0;
}

.popubDialog .deposit {
  flex: 1;  
  margin: 15px;
}

.popubDialog .deposit .content {
  text-align: center;
  padding: 20px;
}


/** New UI **/
.tradeContainer .assetsCards{
  height: 64px;
  background: #3882bf;
  width: 90%;
  max-width: 360px; 
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.20000000298023224);
  border-radius: 6px 6px 6px 6px;
  margin: 0 auto;
}

.tradeContainer .assetsCards .assetsCards__content{
  display: flex;
  align-items: center;
  padding: 8px 0 0 8px;
}
.tradeContainer .assetsCards .content__logo{
  width: 48px;
  height: 48px;
  background: #fff;
  margin-right: 14px;
  border-radius: 8px;
}
.tradeContainer .assetsCards .content__logo .logo__image{
  width: 90%;
  height: 90%;
  margin: 5%;
}
.tradeContainer .assetsCards .big__image{
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 8px;
}
.tradeContainer .assetsCards .content__main{
  overflow: hidden;
}
.tradeContainer .assetsCards .content__main .assetsName,
.tradeContainer .assetsCards .content__main .assetsCode
{
  color: #fff;
  text-align:left;
  overflow: hidden;

}
.tradeContainer .assetsCards .content__main .assetsName{
  font-size: 14px;
  font-weight: bold;
}
.tradeContainer .assetsCards .content__main .assetsCode{
  font-weight: 500;
  font-size: 13px;
  opacity: 0.7;
}
.tradeContainer .assetsCards .assetsCards__footer{
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 40px;
}
.tradeContainer .assetsCards .assetsCards__footer .descName,
.tradeContainer .assetsCards .assetsCards__footer .amount{
  font-size: 16px;
  color: #fff;
}
.tradeContainer .assetsCards .assetsCards__footer .descName a{
  text-decoration: none;
    color: inherit;
}
.tradeContainer .assetsCards .assetsCards__footer .amount{
  font-weight: bold;
}

.ammboard {  
}

.amm_info {
  padding: 10px;  
  display: flex;
}

.amm_info h4 {
  padding: 10px;
  margin: 0 -15px 15px -15px;
  font: bold 15px 'OpenSansRegular';
  text-align: left;
  background: #f2f2f2;
}

.amm_info_left, .amm_info_right {
  flex: 1;
  margin: 10px;
  border-radius: 5px;
  padding: 0 15px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  background-clip: padding-box;
}

.amm_content {
  margin-top: 10px;
}

.amm_item {
  margin-bottom: 10px;
  display: flex;
}

.amm_item span {
  line-height: 30px;
  padding-left: 10px;
}

.amm_item p {
  margin: 0; /* 去除段落的默认上下间距 */
  margin-left: auto; /* 文字向右对齐 */
  line-height: 30px;
  padding-right: 10px;
}

.amm_icon {
  width: 30px; /* 根据实际图标大小调整 */
  height: 30px; /* 根据实际图标大小调整 */
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  margin-left: 10px;
  margin-right: 10px; /* 图标与文字之间的间距 */
}

.amm_icon img {
    width: 30px;
    height: 30px;
    margin: 0;
    display: block;
    border-radius: 3px;
}

.amm_asset {
  padding: 10px;
}

.amm_submit {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #dedfe0;
}

.amm_asset .picker {
  position: relative;
  height: 54px;
  text-align: center;
}

.ellipse {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 10px;
  cursor: pointer;
  line-height: 50px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.ellipse:hover {
  background-color: #999;
}

.amm_item .assetsCards .content__main .assetsName,
.amm_item .assetsCards .content__main .assetsCode
{
  color: #fff;
  text-align:left;
  overflow: hidden;

}
.amm_item .assetsCards .content__main .assetsName{
  font-size: 16px;
  font-weight: bold;
}
.amm_item .assetsCards .content__main .assetsCode{
  font-weight: 500;
  font-size: 11px;
  opacity: 0.7;
}

.amm_item .amm_balance {
  text-align: center;
}
.amm_item .amm_balance .currency {
  font-size: 12px;
  color: grey;
}
.amm_item .amm_balance .value {
  font-size: 16px;
  font-weight: bold;
}

.amm-tabs {
  padding: 0;
  margin: 0 -15px 15px -15px;
  font: bold 15px 'OpenSansRegular';
  text-align: center;  
  display: flex;
}

.amm-tabs .tab-item {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  flex: 1;
}
.amm-tabs .tab-item.active {
  background: transparent;
}

.vote_item {
  display: flex;
}
.vote_item span {
  padding-left: 10px;
}
.vote_item p {
  margin: 0; /* 去除段落的默认上下间距 */
  margin-left: auto;
  padding-right: 10px;
}