@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");

/*******************************************************************************
Nav/header hook
*******************************************************************************/
#module-walletcustomcurrency-nav {
    float:left;
    background-color:#FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#module-walletcustomcurrency-nav .header_user_info {
	margin: 1rem;
}

#module-walletcustomcurrency-nav .header_user_info a {
    background: inherit;
    font-weight: 600;
    font-size: 14px;
}

#module-walletcustomcurrency-nav .header_user_info i {
    color: #f45b90;
    padding-right: 5px;
}

/*******************************************************************************
Payment selection page
*******************************************************************************/
#module-walletcustomcurrency-payment p.payment_module a.wallet {
    background: url(../img/cash.png) 15px 12px no-repeat #fbfbfb;
}

#module-walletcustomcurrency-payment p.payment_module a.wallet:after{
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777777;
}

/*******************************************************************************
Buy packs page
*******************************************************************************/
#module-walletcustomcurrency-buycredits .block_buy .row {
	margin-left: -15px;
	margin-right: -15px;
}

#module-walletcustomcurrency-buycredits .block_buy .row:before,
#module-walletcustomcurrency-buycredits.block_buy .row:after {
	content: " ";
	display: table;
}

#module-walletcustomcurrency-buycredits .block_buy .row:after {
	clear: both;
}

#module-walletcustomcurrency-buycredits .block_buy ul {
	margin-top: 0;
	margin-bottom: 9px;
	list-style: none;
}

#module-walletcustomcurrency-buycredits .block_buy .col-xs-12,
#module-walletcustomcurrency-buycredits .block_buy .col-md-4,
#module-walletcustomcurrency-buycredits .block_buy .col-lg-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#module-walletcustomcurrency-buycredits .block_buy .col-xs-12 {
	width: 100%;
}

@media (min-width: 992px) {
	#module-walletcustomcurrency-buycredits .block_buy .col-md-4 {
		float: left;
		width: 33.33333%;
	}
}

@media (min-width: 1200px) {
	#module-walletcustomcurrency-buycredits .block_buy .col-lg-3 {
		float: left;
		width: 25%;
	}
}

#module-walletcustomcurrency-buycredits .block_pack {
	padding-top: 10px
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .hover {
	background: #f45b90 !important;
	color: white !important
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .hover .pack-price {
	color: white !important
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container {
	background-color: #f5f5f5;
	border: 1px solid;
	border-radius: 5px;
	color: #333333;
	cursor: pointer;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-title {
	text-align: center;
	padding-top: 10px;
	background-color: #333333;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-title span {
	font-size: 16px;
	font-weight: bold;
	color: white
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-title  i {
	color: #f45b90;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-description {
	color: white;
	margin-bottom: 5px;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-description p {
	margin: 0;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-credits {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-credits .credits {
	line-height: 24px;
	font-size: 24px;
    padding: 0;
    margin: 0;
    display: block;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-credits .extra_credits {
	font-size: 16px;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-price {
	color: #f45b90;
	font-size: 19px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-select {
	display: none;
}

#module-walletcustomcurrency-buycredits .pack-list .block_pack .pack-container .pack-unitPrice {
	position: absolute;
	right: 30px;
	bottom: 10px
}

#module-walletcustomcurrency-buycredits .pack-button {
	padding:0;
	float:right;
	margin-top: 20px
}

#module-walletcustomcurrency-buycredits .pack-button button {
	height: 2.75rem;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem 1.25rem;
	color: #fff;
	background-color: #2fb5d2;
	border-color: transparent;
}

#module-walletcustomcurrency-buycredits .pack-button button:hover {
	color: #fff;
    background-color: #2592a9;
    border-color: transparent;
}

/*******************************************************************************
Customer wallet page
*******************************************************************************/
#module-walletcustomcurrency-dashboard .block-center .block-balance {
	float:left;
	width:auto;
	line-height: 35px;
	padding-right:20px;
	font-size: 20px;
	color: #333333;
}

#module-walletcustomcurrency-dashboard .block-center .block-balance .credits-left {
	font-size: 24px;
	font-weight: 800;
	color: #f45b90
}

#module-walletcustomcurrency-dashboard .block-center .block-buy .button.button-small {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #6f6f6f;
	border: none;
	padding: 0;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#module-walletcustomcurrency-dashboard .block-center .block-buy .button.button-small span {
	display: block;
	padding: 8px;
	border: 1px solid;
	border-color: #8b8a8a;
}

#module-walletcustomcurrency-dashboard .block-center .block-buy .button.button-small span i.right {
	margin-right: 0;
	margin-left: 5px;
	vertical-align: middle;
}

#module-walletcustomcurrency-dashboard .block-center .block-history {
	padding-top: 30px;
	clear: both;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .title {
	padding-bottom:10px;
	font-size: 18px;
}

#module-walletcustomcurrency-dashboard .block-center .block-history table {
	margin-top: 10px;
	margin-bottom: 30px;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered {
	border: 1px solid #d6d4d4;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table .label-operation {
    display: block;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table > thead > tr > th {
	background: #fbfbfb;
	border-bottom-width: 1px;
	color: #333;
	vertical-align: middle;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > thead > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > thead > tr > td,
#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > tbody > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > tbody > tr > td,
#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > tfoot > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table-bordered > tfoot > tr > td {
	border: 1px solid #d6d4d4;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #d6d4d4;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .table thead > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table thead > tr > td,
#module-walletcustomcurrency-dashboard .block-center .block-history .table tbody > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table tbody > tr > td,
#module-walletcustomcurrency-dashboard .block-center .block-history .table tfoot > tr > th,
#module-walletcustomcurrency-dashboard .block-center .block-history .table tfoot > tr > td {
	padding: 9px 8px 11px 18px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #d6d4d4;
}

#module-walletcustomcurrency-dashboard .block-center .block-history table td, table th {
	padding: 9px 10px;
	text-align: left;
}

#module-walletcustomcurrency-dashboard .block-center .block-history table th {
	font-weight: bold;
}

/*******************************************************************************
Packs column
*******************************************************************************/
#module-walletcustomcurrency-column.products_block {
	background: white;
    margin-bottom: 25px;
    padding: 15px;
}

#module-walletcustomcurrency-column .table-packs {
	background-color: #333333;
    border-radius: 5px;
    margin-top: 5px;
}

#module-walletcustomcurrency-column .table-packs table {
	margin-left: auto;
    margin-right: auto;
    background-color: #333333
}

#module-walletcustomcurrency-column  .table-packs .first {
	border-right:1px solid rgb(124, 114, 114);
	width:50%;
	color: white;
	font-weight: bold
}

#module-walletcustomcurrency-column  .table-packs .first .extra_credits{
	font-weight: 500;
	font-size: 11px;
	display: block;
	color: #ebebeb;
}

#module-walletcustomcurrency-column .table-packs .last {
	text-align: right;
	width:50%;
	color: #f45b90;
	font-weight: 700;
	font-size: 21px
}

#module-walletcustomcurrency-column .table-packs tr {
    border-bottom: 1px solid rgb(168, 168, 168);
}

#module-walletcustomcurrency-column .table-packs tr:last-child {
    border: none;
}

#module-walletcustomcurrency-column .table-packs td {
    padding:8px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#module-walletcustomcurrency-column .table-packs td span.extra_credits {
    font-size: 12px;
    color: #f45b90;
}

#module-walletcustomcurrency-column .table-packs .plnk {
    background-color: #f45b90;
}

#module-walletcustomcurrency-column .table-packs .plnk a {
    width: 100%;
    text-align: center;
    color: white;
}

#module-walletcustomcurrency-column .table-packs .plnk span {
    display: block;
    padding: 1em;
}
