.not-found {
    text-align: center;
}

.not-found p,
.not-found div {
    font-size:24px;
    font-weight:lighter;
}

.billing-result-page .notice{
    font-size:18px;
    font-weight:light;
}

.billing-result-page .status{
	margin-bottom: 20px;
    margin-top:20px;
	color:#34495e;
    font-size: 18px;
}

.billing-result-page .status .loading {
    padding-left:30px;    
}

.billing-result-page .status .result {
	display:none;
}

.billing-result-page .status .done{
	color:green;
}
.billing-result-page .status .balance{
	font-weight: bold;
	padding-left:30px;
	background:url("../../images/icons/coin.png") no-repeat 10px center;
}

table.billing-log .col-desc .status-0 { color: #999; }
table.billing-log .col-desc .status-1 { color: #34495e; }
table.billing-log .col-desc .status-2 { color: green; }
table.billing-log .col-desc .status-3 { color: #c0392b; }

table.billing-log .col-desc a {
}


.billing-deposit-ticket table {
	border-collapse: collapse;
    margin-bottom:10px;
}

.billing-deposit-ticket table td{
    padding-top: 10px;
}

.billing-deposit-ticket table .serie{
	width:200px;
}

.billing-deposit-ticket table .cancel {
	margin-left: 10px;
}

.billing-buy-field a {
	text-decoration: none;
	color:#FFF;
	background:#2980b9;
	padding:6px 15px;
	display: inline-block;
	border-radius: 5px;
}

.billing-buy-field a:hover {
	background:#3498db;
}

.billing-buy-field a .price{
	margin-left:6px;
}

#b_pub_price {
    top: -14px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.b_field_price {
	margin-left:10px;
    font-size:14px;
    font-weight: normal;
}

.b_field_price svg{
    margin-right:5px;
}

.billing-ref-tree{
	overflow:hidden;
	margin-bottom:15px;
}

.billing-ref-tree .break-line{
	width:100%;
	clear:both;
}
.billing-ref-tree .ref-node{
	float:left;
	box-sizing:border-box;
}

.billing-ref-tree .ref-node .ref-block{
	text-align:center;
	background:#ECF0F1;
	margin:5px;
	padding:10px;
}
