/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-07-11, 16:32:49
    Author     : adminek
*/


@font-face{
    font-family: RobotoRegular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face{
    font-family: RobotoMedium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face{
    font-family: RobotoBlack;
    src: url('../fonts/Roboto-Black.ttf');
}

@font-face{
    font-family: LatoLight;
    src: url('../fonts/Lato-Light.ttf');
}
@font-face{
    font-family: LatoHair;
    src: url('../fonts/Lato-Hairline.ttf');
}

body{
    overflow-y: scroll !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.modal-open{
    padding-right: 0px !important;
}

#wrapper {
    display: flex;
    flex: 1;
    width: 100%;
}

#mainNavbar {
    padding: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
    position: relative;
    z-index: 10;
}

#mainNavbar > .navbar-brand,
#mainNavbar > .navbar-brand > img{
    max-height: 80px;
    padding: 0;
}

.radio-inline.profile-radio-inline {
    margin-left: 1em;
}

.sectionLevel{
    min-height: 150px;
    margin-bottom: 20px;
    border: 1px solid #aa9b9b;
    padding: 2px;
    display: block;
}

.sectionHeader{
    font-size: 2em;
    text-align: center;
}

.sectionContent{
    padding: 20px;
}

#mainNavbar, #sidebar :not(.account-balance) {
    font-family: RobotoRegular, Arial;
}

.item{
    border: 2px solid #d16363;
    height: 150px;
    width: 100%;
    padding: 5px;
    position: relative;
    margin-bottom: 20px;
}

.item-name{
    font-size: 1.5em;
    font-weight: bold;
}

.item-description{
    font-size: 1em;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-buy {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    width: 100%;
}

.item-price{
    font-weight: 1.2em;
    font-weight: bold;
}

.item-disabled {
    background: #b9b9b9;
    opacity: 0.7;
}

.item-disabled:hover{
    cursor: not-allowed;
}

#cart>tbody>tr>td, #cart>tfoot>tr>td{
    vertical-align: middle;
}

.nomargin{
    margin: 0 !important;
}

#FAQ .navbar-light .navbar-nav .nav-link,
#jakDolaczyc .nav-item > a{
    background-color: rgb(75, 75, 75);
    color: white;
    border: none;
    width: 100%;
}

#FAQ .navbar-light .navbar-nav .nav-link:hover {
    background-color: #222222;
    color: white;
}

.news {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 150px;
}

.news-top{
    margin-bottom: 10px;
}

.news-top small{
    font-size: 12px;
}

.img_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    z-index: 999;
}

.loader_cnt {
    background: rgba(39, 39, 39, .80);
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    -moz-opacity: .65;
    filter: alpha(opacity =   65);
    justify-content: center;
    align-items: center;
    transition: visibility 0s, opacity 0.5s linear;
    display: flex;
}

.loader_cnt.hidden{
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.hidden > .CSSloader{
    display: none;
}

.CSSloader {
    display: block;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product-used > td{
    background: #a2a2a2;
}
.product-used > td:hover{
    cursor: not-allowed;
}

.clickable_row > td:hover{
    cursor: pointer;
}


/** nowe */
.bg-faded{
    background-color: #F1F1F1;
}

.profile-radio-inline > input[type=radio]:checked + span {
    font-weight: bold;
}

#topNavbar > .navbar-nav > .nav-item{
    text-align: center;
}

.row.with-padding {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

#topNavbar > .navbar-nav > .nav-item > .nav-link{
    padding: 0 !important;
    line-height: 50px;
    color: black;
    white-space: nowrap;
}

#topNavbar > .navbar-nav > .nav-item:hover{
    background: #e3e3e3;
}

#topNavbar > .navbar-nav > .nav-item:last-child {
    background-color: #02346C;
}
#topNavbar > .navbar-nav > .nav-item:last-child > .nav-link {
    color: white;
}
#topNavbar > .navbar-nav > .nav-item:last-child > .nav-link:hover{
    color: red;
}

.navbar-brand > img,
#topNavbar .nav-item {
    padding: 15px !important;
}

figcaption > .text {
    font-size: 110%;
    font-family: RobotoMedium;
}

figcaption > .icon {
    font-size: 170%;
    padding-left: 10px;
    margin-top: -2px;
}

.btn-group-vertical.with-margin > .btn{
    margin-bottom: 10px;
}

.btn.disabled:hover {
    cursor: not-allowed;
}

.process:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 10px;
    background-color: #222;
    z-order: 0;
    
}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 3.4em;
  font-weight: bold;
  line-height: 1.428571429;
  border-radius: 50%;
  position: relative;
  top: 0;
}

.nav-link.active,
.nav-item.active > a{
    /*background: black !important;*/
    /*color: white !important;*/
    font-weight: bold;
}

#FAQ .nav-tabs > .nav-item:not(:first-child){
    margin-left: 5%;
}

#FAQ .nav-tabs,
#jakDolaczyc .nav-tabs{
    border-bottom: none;
}

#FAQ .tab-content,
#regulations .tab-content{
    width: 100%; 
    min-height: 430px; 
    background: white; 
    padding: 1em;
}

#FAQ .question{
    font-weight: bold;
}

#FAQ .answer{
    font-weight: normal;
    margin-left: -20px; 
}

#FAQ .tab-content li {
    margin-bottom: .5em;
}

#footerMenu > li,
#footerMenu > li > a {
    font-family: LatoLight;
    font-size: 12px;
    color: #222222;
}

#footerMenu > li > a:hover{
    text-decoration: none;
    color: black;
}

#footerMenu > li:not(:first-child):before{
    font-size: 16px;
    content: "|";
    margin-right: 6px;
}

#pageFooter {
    font-family: 'Lato', sans-serif;
}

.nav-link.active,
.nav-item.active {
    pointer-events: none;
    cursor: default;
}

.nav-tabs > li:hover:not(.active){
    cursor: pointer;
}

header figure{
    height: 103px;
    margin: 0;
    text-align: center;
}

header figcaption {
    position: relative;
    top: -30px;
    color: white;
}

#topBanerIconRow{
    position: absolute;
    bottom: 0;
    height: 103px;
    width: 100%;
    padding: 0;
    color: white;
}

#footerLogoWithText{
    font-size: 14px;
    font-family: LatoLight;
}

.nowrap{
    white-space: nowrap;
}

.text-carousel .carousel-placeholder{
    width: 100%;
    height: 370px;
    
}

.text-carousel .carousel-caption{
    color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.t_item{
        position: relative;
        text-align: center;
        flex: 1 1;
    }
    
    
.t_kolko{
    background: white;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 2em;
    font-family: sans-serif;
    color: white;
    background: #222222;
    position: relative;
    z-index: 5;
}

.t_tekst {
    flex: 1;
}

img.icon-bordered {
    border: 8px solid #222222;
    border-radius: 50%;
    z-index: 1;
    background-color: #F1F1F1;
    height: 100%;
    position: initial;
    top: 0;
}

.slide-control{
    color: #e3e3e3;
    font-size:80px;
    left:-50px;
    margin-top:-70px;
    position:absolute;
    top:50%;
}
.slide-control.right{
    left:auto;
    right:-50px;
}

.login-submenu {
    width: 100%;
    list-style-type: none;
}

.login-submenu > li:not(:first-child) {
    margin-left: 0.7em;
    border-left: 1px solid #999999;
    padding-left: 0.7em;
}

.login-submenu > li > a{
    font-size: 80%;
    color: #999999;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    margin-left: 0px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#sidebar.active {
    margin-left: -250px;
    display: block;
}

#sidebar.active ~ #loggedInContainer{
    margin-right: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

.owf-h{
    overflow: hidden !important;
}

#loggedInContainer{
    position: relative;
    color: white;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#loggedInContainer > img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

#sidebarCollapse {
    position: absolute;
    left: 5px;
    top: 0;
}

#yourPoints{
    letter-spacing: -0.1em;
}

#yourPoints > *:not(:last-child) {
    line-height: 1 !important;
}

#checkPointsLink {
    color: black;
    border: 2px solid black;
    text-align: center;
}

.activate-acc{
    position: absolute;
    width: 60%;
    left: 40%;
    top: 20%;
    text-align: center;
    background: rgba(255, 255, 255, 0.65);
    color: black;
    padding: 1em;
}

#checkPointsLink:hover{
    text-decoration: none;
    cursor: pointer;
    background: #f1f1f1;
    opacity: 1;
    border: 2px solid black;
}

#sidebar > .list-group > .list-group-item {
    /*background: #F1F1F1;*/
    border: none;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 0.85em;
    
}

a.goto:hover {
    text-decoration: none !important;
}

a.goto:hover .farow > .div-caption{
    text-decoration: underline !important;
}

.farow > .fa {
    position: relative;
    top: -1px;
    left: 6px;
}

.flex-radio-form-group > label {
    flex: 1;
    text-align: left !important; 
}


.store-list {
    padding: 0;
    list-style: none;
    height: 650px;
    overflow-y: scroll;
}

#profileForm label {
    text-transform: uppercase;
}

.features {
    list-style: none;
    padding: 0;
    font-weight: bold;
    padding: 5px 0px;
}

.features > li {
    display: inline-block;
}

.features > li:not(:first-child){
    margin-left: 4px;
}
.features > li:not(:last-child):after {
    content: ",";
}
.store-list > li > .store > .title {
    font-weight: bold;
    font-size: 1em;
}
.store-list > li.store {
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 0px 5px;
}

.store-list > li.store:hover{
    cursor: pointer;
}

.feature-filter {
    display: flex;
    justify-content: space-between;
}

.store-list > li {
    border-bottom: 1px solid #f1f1f1;
}

/*.store-list > li:nth-child(2n) {
    border-left: 3px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.store-list > li:nth-child(2n+1) {
    border-left: 3px solid #222222;
    border-bottom: 1px solid #222222;
}*/

.location-search > input::placeholder{
    color: #868e96;
    opacity: 1;
}

.location-search > input{
    padding: 0.5rem 0.5rem;
    margin-bottom: 10px;
}

.feature-filter > label > input {
    margin-right: 2px;
}

.feature-filter > label:hover{
    cursor: pointer;
}

.features-filter {
    margin-bottom: 10px;
}

#map-canvas {
    width: 100%;
    height: 650px;
}

.login-close:hover {
    color: red;
    cursor: pointer;
}
.login-close {
    position: absolute;
    right: 0.4em;
    top: 0.4em;
    color: white;
    text-shadow: none;
}

#loginModal .modal-content{
    color: white;
    background: rgba(0,0,0,.5);
}

.popup-modal > .modal-dialog > .modal-content{
    border-radius: 10px;
}

.popup-modal.modal-light .modal-content{
    color: black;
    background: rgba(255,255,255,.85);
}

.popup-modal.modal-dark .modal-content{
    color: black;
    background: rgba(0,0,0,.75);
}

.modal-light .modal-close {
    position: absolute;
    right: 0.4em;
    top: 0.4em;
    color: black;
    text-shadow: none;
}

.modal-dark .modal-close {
    position: absolute;
    right: 0.4em;
    top: 0.4em;
    color: white;
    text-shadow: none;
}

#loginModal .form-group > label{
    color: rgb(200, 200, 200);
}

#loginModal .form-details{
    color: #9b9b9b;
    margin-bottom: 1rem;
}

#registerForm .form-group > label{
    text-transform: uppercase;
}

#loginModal .form-group > .form-control{
    background: rgb(200, 200, 200);
    color: black;
}

.form-details{
    font-size: 80%;
    color: #7b7b7b;
    text-align: left;
    padding-left: 5px;
}

.submit-button:hover {
    cursor: pointer;
}

#banner-text{
    position: absolute;
    top: 10%; 
    left: 5%; 
    color: white;
}

.resize-blocked {
    resize: none;
}

.bootstrap-select > .btn-default.btn-light{
    color: #495057 !important;
}

/*
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
    display:block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
  display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}

.bootstrap-select .check-mark::after {
  content: "✓";
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}


 Make filled out selects be the same size as empty selects 
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}*/

.white-input {
    background: white;
    color: black;
    padding: 0.5em;
}

.white-input.disabled {
    color: #b9b9b9;
}

.text-bold {
    font-weight: bold !important;
}

.div-image {
    height: 75px;
    width: 93px;
}

.input-group.is-invalid > .form-control {
    border-color: #dc3545;
}
.input-group.is-invalid > .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.input-group.is-invalid > .fa.fa-remove {
    display: block;
    color: red;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 99;
}
.input-group > .fa.fa-remove {
    display: none;
}

.input-group.is-invalid ~ .invalid-feedback {
    display: block;
}

.white-box{
    height: 200px;
    background: white;
    color: black;
    font-family: LatoLight;
    letter-spacing: 1px;
}

.white-box > .row {
    border-bottom: 1px solid #222222;
    padding-bottom: 0.4rem;
    padding-top: 0.6rem;
}

.transactions-table {
    overflow-x: auto;
}

#loggedInContainer > .content-right {
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 3em;
    max-width: 35%;
    text-transform: uppercase;
}

#profileForm .form-control:not(.bootstrap-select),
#profileForm .form-control > .btn-default {
    padding: 0.2em 2em;
}

.datepicker ~ .input-group-addon{
    padding: 0.2em 2em !important;
    color: white;
    background-color: #222222;
}

.bg-faded .btn-default:hover{
    background: #bababa;
    border-color: #bababa;
    cursor: pointer;
}

.open-modal:hover{
    cursor: pointer;
}

.select-prefix .btn{
    padding-left: 10px !important;
}

.bootstrap-select.is-invalid{
    border: 1px solid red;
}

.legend-required,
.checkbox-consents.required label,
.form-group.required > label {
    color: #a94442 !important;
}

.checkbox-consents.required label:after,
.form-group.required > label:after {
    content: ' *'
}

.checkbox-consents a {
    color: #0000EE;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    #FAQ .nav-item:not(:first-child){
        margin-left: 5%;
    }
    
    #FAQ .tab-content{
        margin-top: 50px;
    }
    
    .text-carousel .carousel-caption{
        color: black;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .t_kolko{
        width: 100px;
        height: 100px;
        font-size: 3em;
    }
        
    .t_item:not(:first-child){
        margin-left: 5%;
    }
    
    .t_item:not(:last-child):after {
        content: "";
        width: 100%;
        height: 15px;
        background: #222222;
        position: absolute;
        bottom: 42.5px;
        z-index: 0;
        left: 60%;
    }
    
/*    #loggedInContainer {
        padding: 5em 2.5em;
        min-height: 400px;
    }*/
    
    .ts_klub {
        background-image: url('../img/baner_ts_klub.jpg');
        height: 350px;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    
    .navbar-brand{
        height: 45px;
        position: relative;
        text-align: center;
        margin:0 auto;
    }
    
    .navbar-brand > img{
        height: 44px;
    }
    
    .navbar-brand > img,
    #topNavbar .nav-item {
        padding: 5px !important;
    }
    
/*    #loggedInContainer {
        background-position: center;
    }*/
}

@media (min-width: 1200px){
    #mainNavbar > .navbar-brand,
    #mainNavbar > .navbar-brand > img{
        max-width: 20vw;
    }
}

@media (min-width: 1600px){
    #mainNavbar > .navbar-brand,
    #mainNavbar > .navbar-brand > img{
        max-width: 15vw;
    }
}


@media (min-width: 992px){
    
    .t_kolko{
        width: 100px;
        height: 100px;
        font-size: 3em;
    }
        
    .t_item:not(:first-child){
        margin-left: 5%;
    }
    
    .t_item:not(:last-child):after {
        content: "";
        width: 100%;
        height: 15px;
        background: #222222;
        position: absolute;
        bottom: 42.5px;
        z-index: 0;
        left: 60%;
    }
    
    img.icon-bordered{
        border: 3px solid black;
    }
    
    .t_kolko{
        width: 100px;
        height: 100px;
        font-size: 3em;
    }
        
    .t_item:not(:first-child){
        margin-left: 5%;
    }
    
    .t_item:not(:last-child):after {
        content: "";
        width: 100%;
        height: 15px;
        background: #222222;
        position: absolute;
        bottom: 42.5px;
        z-index: 0;
        left: 60%;
    }
    
    .site-header.loggedIn{
        position: sticky;
        top: 0;
        background: white;
        z-index: 999;
    }
    
    .pl-lg-3{
        padding-left: 1rem !important
    }
    
    .sticky-top {
        top: 80px;
    }
    
/*    #loggedInContainer{
        padding: 5em 2em;
    }*/
}

@media (max-width: 991px){
    .t_kolko{
        width: 50px;
        height: 50px;
    }

    .t_item {
        border-bottom: 1px solid black;
        padding: 10px 0f;
    }
    
    .t_tekst {
        padding: 20px;
    }

    img.icon-bordered{
        border: 3px solid black;
    }
    
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
/*    #loggedInContainer{
        padding: 5em 1em;
    }*/
    
    .store-list{
        height: 135px;
    }
    
    #map-canvas{
        height: 350px;
    }
    
    #panel {
        margin-top: 20px !important;
    }
}

@media (min-width: 768px) {
    #w_sklepie {
        background-image: url(../img/w_sklepie2.png);
    }
    
    #przez_www {
        background-image: url(../img/przez_www2.png);
    }
    
    #przez_aplikacje {
        width: 96px !important;
        background-image: url(../img/przez_aplikacje2.png);
    }
    
    .div-caption{
        color: white;
    }
    
    .benefit{
        margin-right: 15px;
    }
    
}

@media (max-width: 767px){
    #topBanerIconRow{
        position: initial;
        height: auto;
        width: auto !important;
        padding: 0;
        color: black;
        background: #F1F1F1;
    }
    
    .div-caption {
        color: black;
    }
    
    #w_sklepie {
        background-image: url(../img/w_sklepie.png);
    }
    
    #przez_www {
        background-image: url(../img/przez_www.png);
    }
    
    #przez_aplikacje {
        background-image: url(../img/przez_aplikacje.png);
    }
    
    .activate-acc {
        margin-left: -5%;
        width: 65%;
        margin-top: -5%;
    }
    
    .mobile-banner {
        position: relative;
        height: 250px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .mobile-banner > img:first-child{
        visibility: hidden;
    }
    
    #topBanner{
        background-image: url(../img/baner_top.jpg);
    }
    
    #bottomBanner{
        background-image: url(../img/baner_bottom.jpg);
        height: 200px;
    }
    
    #newsBanner {
        background-image: url(../img/baner_nowosci.jpg);
    }
    
    #registredBanner{
        background-image: url(../img/registred_baner.jpg);
    }
    
    #transactionsBanner{
        background-image: url(../img/transactions.jpg);
    }
    
}

@media (max-height: 580px){
    #loginModal > .h-100{
        height: auto !important;
    }
}

@media (max-width: 575px){
    #banner-text {
        font-size: 150%;
        max-width: 50vw;
    }
    
    .activate-acc {
        position: relative;
        margin-left: -40%;
        width: 100%;
        background: white;
        margin-top: 0%;
    }
    
    #loggedInContainer > .content-right {
        display: none;
    }
}

@media (max-width: 400px){
    #banner-text {
        /*visibility: hidden;*/
    }
}

.account-balance > .title {
    text-align: left;
    display: block;
    padding-left: 2em;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.account-balance > .account-balance-details{
    margin-bottom: 5px;
    padding: .75rem 1.25rem;
}
#link-transaction-details {
    font-size: 65% !important;
    padding-left: 1.5rem;
}

.account-balance > .account-balance-details > .account-balance-content {
    font-weight: bold;
    font-size: 140%;
}

.link-granat{
    color: #02346C;
    text-decoration: underline;
}

#sidebar > .list-group > a.list-group-item.active{
    background-color: #02346C;
    border: none;
}

#sidebar > .list-group > ul {
    padding-top: 10px;
}

#sidebar > .list-group > ul > a.list-group-item.active {
    color: #02346C !important;
    background: white !important;
    border: none;
    font-weight: bold;
}

#sidebar > .list-group > ul > a.list-group-item {
    padding: .15rem 2.5rem;
    font-size: 80%;
    border: none;
}

#sidebar a.list-group-item:hover {
    background: #02346C;
    color: white;
}

.sticky-top{
    position: sticky;
    z-index: 1;
}

.benefit {
    max-width: 350px;
    margin-bottom: 2em;
    box-shadow: 2px 4px 15px 1px #868686;
    -webkit-box-shadow: 2px 4px 15px 1px #868686;
    -moz-box-shadow: 2px 4px 15px 1px #868686;
}

.benefit > .img-container > img {
    transition: .5s ease;
    backface-visibility: hidden;
}

.benefit > .img-container > .benefit-active{
    position: absolute;
    top: 0;
    background: #ffffffe0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    left: 0;
    text-align: center;
}

.benefit > .img-container > .benefit-hover-effect{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    background: #02346CB3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 150%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    text-align: center;
}
.benefit > .img-container > .benefit-barcode{
    opacity: 0;
    position: absolute;
    top: 0;
    background: #02346CB3;
    z-index: 999;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    color: black;
    left: 0;
}

.benefit-barcode{
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.benefit > .img-container.show > .benefit-barcode{
    opacity: 1;
    background: #02346CB3;
    z-index: 999;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    color: black;
    left: 0;
    transform: none !important;
    -ms-transform: none !important;
}

.benefit > .img-container > .benefit-activation{
    transition: .5s ease;
    opacity: 0.9;
    position: absolute;
    top: 80%;
    background: #02346C;
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.benefit > .img-container > .benefit-purchase{
    transition: .5s ease;
    /*opacity: 0.85;*/
    position: absolute;
    top: 50%;
    /*background: #02346C;*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.benefit > .img-container > .benefit-purchase-hover-effect,
.benefit > .img-container > .benefit-inactive-hover-effect{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    background: #02346C;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.benefit > .img-container {
    position: relative;
}

.benefit > .img-container:hover > img {
  opacity: 1;
}
.benefit > .img-container:hover > .benefit-purchase,
.benefit > .img-container:hover > .benefit-activation{
    opacity: 0;
}

.benefit > .img-container:not(.mobile):hover > .benefit-hover-effect,
.benefit > .img-container:hover > .benefit-inactive-hover-effect{
  opacity: 0.9;
}

.benefit > .img-container:hover > .benefit-purchase-hover-effect{
  opacity: 0.9;
}

.benefit-hover-effect:hover,
.benefit-purchase-hover-effect:hover,
.benefit-inactive-hover-effect:hover {
    cursor: pointer;
}

.benefit > .benefit-content > a {
    margin-top: 0.2em;
    border-top: 1px solid #c0c0c0;
    font-weight: bold;
    font-size: 90%;
    padding-right: 1em;
}

.benefit-title{
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
    margin: 0;
}

.benefit-short-description{
    padding: 5px;
    display: flex;
    color: #525252;
    font-size: 75%;
    line-height: 1.2em;
}

.benefit-active-to{
    font-size: 75%;
    text-align: left;
    color: #525252;
    font-size: 65%;
    line-height: 1.2em;
}

.benefit-active-to > .warning,
.benefit-time-left.warning{
    color: red;
}

.benefit-price {
    font-size: 150%;
    font-weight: bold;
    margin-top: 1em;
    border-top: 1px solid #c0c0bf;
    border-bottom: 1px solid #c0c0c0;
    padding: 0.25em 0 0.25em 0;
}

.benefit-time-left {
    font-size: 150%;
    font-weight: bold;
    padding: 0.25em 0 0.25em 0;
}

.cursor-copy:hover{
    cursor: copy;
}

.benefit-purchase {
    background: #d41d2a;
    color: white;
    text-align: center;
    display: block;
    padding: 2px 10px;
}

.benefit-purchase:focus,
.benefit-purchase:active {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(34,34,34,.25) !important;
    box-shadow: 0 0 0 0.1rem rgba(34,34,34,.25) !important;
}

.benefit-circle-price {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 65px;
    height: 65px;
    background: #02346C;
    color: white;
    text-align: center;
    display: block;
    display: block;
    padding: 10px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 15px;
    font-size: 125%;
}

.benefit-circle-price > span{
    font-size: 60%;
}

.benefit-purchase:hover{
    cursor: pointer;
}
