@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-prepayment-nav.display_top {
    float:right;
    padding-right: 10px;
    padding-left: 10px;
}

#module-prepayment-nav .header_user_info {
	margin-left: 1rem;
	margin-top: 0.9375rem;
}

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

#module-prepayment-nav .header_user_info i {
    color: rgb(178, 12, 111);
    padding-right: 5px;
}

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

#module-prepayment-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-prepayment-deposits .block_buy .row {
    margin-left: -15px;
    margin-right: -15px;
}

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

#module-prepayment-deposits .block_buy .row:after {
    clear: both;
}

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

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

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

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

#module-prepayment-deposits .block_buy h1 {
    color: #B20C6F;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 9px;
}

#module-prepayment-deposits .block_buy  h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 24px;
}

#module-prepayment-deposits .block_pack {
    padding-top: 10px
}

#module-prepayment-deposits .pack-list .block_pack .hover {
    background: linear-gradient(to bottom, #950057 0%, #B20C6F 100%)  !important;
    color: white !important
}

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

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

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

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

#module-prepayment-deposits .pack-list .block_pack .pack-container .pack-title  i {
    color: #B20C6F;
}

#module-prepayment-deposits .pack-list .block_pack .pack-container .pack-credits {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    display: table;
}

#module-prepayment-deposits .pack-list .block_pack .pack-container .pack-credits span {
    display: table-cell;
    vertical-align: middle;
}

#module-prepayment-deposits .pack-list .block_pack .pack-container .pack-credits span.extra_credits {
    font-size: 12px;
    line-height: 20px;
    color: rgb(171, 173, 165);
}

#module-prepayment-deposits .pack-list .block_pack .pack-container .pack-select {
    position: absolute;
    right: 30px;
    top: 70px;
}

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

#module-prepayment-deposits .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );
    min-height: 62px;
}

#module-prepayment-deposits .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 41px;
    line-height: 62px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
}

@media (max-width: 991px) {
    #module-prepayment-deposits .box-info-product .exclusive:before {
        display: none;
    }
}

#module-prepayment-deposits .box-info-product .exclusive.added:before {
    content: "\f00c";
}

#module-prepayment-deposits .box-info-product .exclusive.added.disabled:before,
#module-prepayment-deposits .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

#module-prepayment-deposits .box-info-product .exclusive span {
    font-weight: 700;
    font-size: 19px;
    text-shadow: 0 1px #015883;
    padding: 11px 36px 12px 60px;
    color: white;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    #module-prepayment-deposits .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #module-prepayment-deposits .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left;
    }
}

#module-prepayment-deposits .box-info-product .exclusive:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -o-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
    background-position: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******************************************************************************
Packs column
*******************************************************************************/
#module-prepayment-column #deposits .table-packs {
    background-color: #333333;
    border-radius: 5px;
    margin-top: 5px;
}

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

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

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

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

#module-prepayment-column #deposits .table-packs td span.extra_credits{
    font-size: 12px;
    color: rgb(171, 173, 165);
}

#module-prepayment-column #deposits .table-packs .plnk {
    background-color: rgb(178, 12, 111);
}

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

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

/*******************************************************************************
Gifts column
*******************************************************************************/
#module-prepayment-column #gifts .block_content .gift_box {
    margin-top: 5px;
    font-size: 12px;
}

#module-prepayment-column #gifts .block_content .gift_box i {
    font-size: 30px;
    float:left;
    margin-right: 10px;
}

#module-prepayment-column #gifts .block_content .gift_box .content_amount {
    font-weight: 800;
    color: #B20C6F;
}

#module-prepayment-column #gifts .block_content .gift_box .content_conditions {
    font-size: 10px
}

/*******************************************************************************
Gifts Fancy Box
*******************************************************************************/
.block-gift-conditions .panel-heading {
    background-color: #292929;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.block-gift-conditions .panel-heading h3 {
    color: white;
    padding: 0;
    margin: 0;
}

.block-gift-conditions .panel-content {
    border: 1px solid#292929;
    padding-top: 10px;
}

.block-gift-conditions .panel-content h4 {
    font-size: 17px;
    font-weight: bold;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
    text-transform: uppercase
}

.block-gift-conditions .panel-content .condition {
    padding: 10px
}

.block-gift-conditions .panel-content .item {
    font-size: 13px;
}

.block-gift-conditions .panel-content .condition .value {
    color: rgb(178, 12, 111);
    font-size: 14px;
    font-weight: bold
}

/*******************************************************************************
Hook shopping cart
*******************************************************************************/
#module-prepayment-cart .box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
 }

 #module-prepayment-cart .box .page-subheading {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #555454;
    font-size: 15px;
    line-height: normal;
}
