#page-wrapper {
    width: 100%;
}

.userPanelHeader {
    padding: 20px !important;
}

h1 {
    display: block !important;
    text-align: center;
}

.bundles {
    padding-top: 38px;
}

@media (min-width: 1200px) {
    .bundles {
        width: 1300px;
    }
}

.bundle {
    position: relative;
    padding: 15px;
    background: rgba(238, 229, 238, .6);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    transition: background .2s linear;
}

.bundles > .row > div:nth-child(even) .bundle {
    background: rgba(238, 229, 238, .3);
}

.bundle:hover {
    background: rgba(238, 229, 238, 1) !important;
}

.recommend {
    position: absolute;
    right: -15px;
    top: -15px;
    transform: rotateZ(-20deg);
    color: #ea0099;
    font-weight: bold;
}

.bundle-title {
    margin-top: 0;
    color: rgb(87, 0, 84);
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-variant: small-caps;
}

.bundle-price {
    margin-bottom: 15px;
    color: rgb(87, 0, 84);
    text-align: center;
}

.bundle-price big,
.bundle-price small {
    display: block;
    font-weight: 300;
}

.bundle-price big {
    font-size: 48px;
}

.bundle-price small {
    margin-top: -10px;
}

.bundle-module {
    display: list-item;
    margin: 4px 0 4px 15px;
    font-size: 17px;
}

.bundle-choose {
    margin-top: 20px;
    text-align: center;
}

.periods {
    padding-top: 38px;
    text-align: center;
}

.period {
    position: relative;
}

.period label {
    padding: 8px 12px 8px 8px;
    background: white;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    padding: 20px;
    min-width: 200px;
    transition: background .5s ease;
    border: 1px solid #570054;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    color: black;
}

.old-price {
    font-size: 16px;
    font-weight: normal;
    color: #b19fb1;
}

.old-price small {
    font-size: 12px;
}

.period-price big {
    font-size: 30px;
    /* color: white; */
}
input[type="radio"]:checked+label .period-price {
    color: white;
}
input[type="radio"]:checked+label .percent {
    color: white;
}

.period-price small {
    font-size: 14px;
    display: inline-block;
    color: #b19fb1;
}

.period-price small sup {
    padding: 6px 4px;
    background: #bd3737;
    margin: 5px;
    border-radius: 2px;
}

.percent {
    font-size: 20px;
    margin-bottom: 30px;
}

.percent sup {
    color: white;
    background: #bd3737;
    padding: 10px;
    border-radius: 4px;
}

.percent sup.hot {
    position: absolute;
    display: block;
    background: #43a047;
    height: 40px;
    width: 190px;
    top:-40px;
    left:50px;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.systems {
    text-align: center;
}

.period input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label { 
    background: rgb(87, 0, 84);
} 

input[type="radio"]:checked+label span {
    background:#ffc800;
    color: black  !important  ;
}

.period input[type="radio"]:checked+label span.faqbot-button:hover {
    background:#ffc800;
    color: white !important  ;
}

#tokenizeButton {
    margin: 25px 0px;
}

#responseTokenize {
    font-size: 2rem;
    text-align: center;
    color: #000;
}

.response-error {
    color: #d62626;
}

.response-success {
    color: #2aa517;
}

/******************************************************************************/

.userPanelHeader {
    display: none;
}

.bundle-table {
    width: 800px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 100px auto;
}

.bundle-table table {
    width: 800px;
    margin: 0 0 0 auto !important;
}

@media (min-width: 1200px) {
    .bundle-table {
        width: 1110px;
    }
    
    .bundle-table table {
        width: 1110px;
    }
}

.bundle-table caption {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}

.bundle-table tr:nth-child(odd) td {
    background: rgba(238, 229, 238, .6);
}

.bundle-table th {
    padding-bottom: 6px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.bundle-table td {
    padding: 5px 8px;
    font-size: 16px;
}

.bundle-table .name {
    font-weight: normal;
}

.bundle-table .bottom {
    padding-top: 8px !important;
    background: white !important;
    text-align: center;
}

@media(max-width: 768px) {
    .bundle-table,
    .bundle-table table {
        width: initial;
    }
    
    .bundle-table th {
        padding: 0 4px 6px 4px;
    }
    
    .bundle-table td {
        font-size: 14px;
    }
}
#main-nav-bar .navbar-brand {
    position: relative;
}
@media(min-width: 769px) {
    /* body #all .navbar-static-top {
        display: block;
    } */
    #main-nav-bar .navbar-brand {
        display: block !important;
    }
}

.bundle-table .value {
    font-weight: bold;
    text-align: center;
}

.bundle-table .glyphicon {
    font-size: 13px;
}

.bundle-table .glyphicon-ok {
    color: rgb(56, 169, 56);
}

.bundle-table .glyphicon-remove {
    color: rgb(160, 160, 160);
}

.summary {
    text-align: center;
}

.invoice {
    padding: 30px;
    text-align: center;
}

.invoice iframe {
    display: none;
    height: 220px;
    border: none;
}
.pro-forma{
   display: none; 
}

.discountTimer {
    margin: 20px 0;
    font-size: 34px;
    text-align: center;
}

.discountTimer span {
    font-weight: bold;
}

.discountTimer > span {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 30px;
}

.discountTimer > div {
    display: inline-block;
    width: 70px;
    padding: 8px 0 12px 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 6px;
    color: white;
}

.discountTimer small {
    display: block;
    font-size: 16px;
    font-weight: 100;
}

.discountTimer p {
    font-size: 20px;
}

.modal {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-content {
    text-align: center !important;
  }
  #sent-email-svg{
    border: 9px solid #1abc9c;
    border-radius: 300px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.main-header {
    height: 140px;
}
.site-content {
    width: 95%;
    max-width: 1515px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

.activationButton {
    background-color:#7A3674;
    -moz-border-radius:32px;
    -webkit-border-radius:32px;
    border-radius:32px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:17px;
    padding:20px 80px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    margin-top: 50px;
    margin-bottom: 40px;
}
.activationButton:hover {
    background-color: rgb(255, 200, 0);
}
.activationButton:active {
    position:relative;
    top:1px;
}

@media (min-width: 1200px){
    .activationButton {
        margin-top: 90px !important;
    }
}

a.activationButton:hover{
    color: #682462 !important;
}

#activationBody .footerRocket{
    display: none;
}

@media (max-width: 991px){
    #main .tickets img{
        float: none !important;
        padding-bottom: 20px;
        padding-top: 40px;
    }
    
    #activationContener{
        flex-direction: column;
    }
}

#activationContener{
    padding-bottom: 40px;
    align-items: center;    
    display: flex;
    min-height: calc(100vh - 349px);
}