.DnnModule-ActionForm .bstrap30 h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #069;
}

.bstrap30 p.field-container {
    margin-bottom: 0;
}

.secure-info {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    z-index: 99;
}

.secure-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.secure-stripe {
    margin-top: 5px;
}

div.tooltip-inner {
    max-width: 250px;
}

.error-text {
    color: red;
}

.plan-information-label {
    padding-left: 0;
    background: #fff;
    padding: 15px 20px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 20px 0 !important;
}

#divLoading {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

#divLoading .text {
    margin-top: 15px;
    text-transform: uppercase;
}

#divLoading .spinning {
    font-size: 3em;
    color: #2fa4e7;
}

#loading-text {
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -47.5px;
    font-size: 3em;
    text-align: center;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.form-control-stripe {
    padding-top: 11.5px !important;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


@media screen and (min-width: 959px) {
    .tickets-secure-info {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .secure-info {
        display: none;
    }
}