@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");
@font-face {
  font-family: 'wallet';
  src: url('../fonts/wallet.eot?97606011');
  src: url('../fonts/wallet.eot?97606011#iefix') format('embedded-opentype'),
       url('../fonts/wallet.woff2?97606011') format('woff2'),
       url('../fonts/wallet.woff?97606011') format('woff'),
       url('../fonts/wallet.ttf?97606011') format('truetype'),
       url('../fonts/wallet.svg?97606011#wallet') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wallet';
    src: url('../font/wallet.svg?97606011#wallet') format('svg');
  }
}
*/

 [class^="wallet-icon-"]:before, [class*=" wallet-icon-"]:before {
  font-family: "wallet";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.wallet-icon-th-large:before { content: '\e800'; } /* '' */
.wallet-icon-right-open:before { content: '\e801'; } /* '' */
.wallet-icon-left-open:before { content: '\e802'; } /* '' */
.wallet-icon-suitcase:before { content: '\f0f2'; } /* '' */
.wallet-icon-angle-circled-left:before { content: '\f137'; } /* '' */
.wallet-icon-angle-circled-right:before { content: '\f138'; } /* '' */
.wallet-icon-ticket:before { content: '\f145'; } /* '' */

/*******************************************************************************
Nav/header hook
*******************************************************************************/
#module-walletcustomcurrency-nav .header_user_info {
	margin-left: 1rem;
	margin-top: 0.9375rem;
}

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

#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;
}

/*******************************************************************************
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 .box-info-product .btn {
    margin: 0;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
}


/*******************************************************************************
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,
#module-walletcustomcurrency-dashboard .block-center .block-history table th {
	padding: 9px 10px;
	text-align: left;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .credits {
    font-weight: 600;
}

#module-walletcustomcurrency-dashboard .block-center .block-history .credits.negative {
    color: #E41A92;
}

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

#module-walletcustomcurrency-dashboard .text-center {
    text-align: center!important;
}

#module-walletcustomcurrency-dashboard .text-left {
    text-align: left!important;
}

#module-walletcustomcurrency-dashboard .text-right {
    text-align: right!important;
}

/*******************************************************************************
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;
}
