﻿
/*payment pages*/
.payment-button{
    margin-top: 15px;
}

.wrapper {
    opacity: 0.8;
    position: relative;
    margin: 0 auto;
    margin-top: 6%;
}

.welcome-text {
    padding-top: 2%;
    text-align: center;
}

    .welcome-text p {
        color: #006600 !important;
    }

.package {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    background-color: #7bb733;
    height: 70px;
    margin-bottom: 20px;
}

.name {
    color: white;
    padding-bottom: 20px;
    margin-top: 2.5%;
}

.price {
    margin-top: 7px;
    font-weight: bold;
}

    .price::after {
        font-weight: normal;
    }

hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}

.trial {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    color: #7bb733;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: 12px;
}

.portal-name .trial {
    bottom: 15px;
}

    .portal-name .trial img {
        height: 35px;
    }

.portal-name .name {
    padding-bottom: 15px;
}

/*portal selection*/

.inactive {
    display: none;
}

.active {
    display: block;
}

.portal-selection button {
    width: 150px;
    margin-top: 4%;
}

.portal-selection .account-options {
    margin-top: 4%;
    margin-bottom: 1%;
}

.select-portal-package {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0px;
    text-align: center;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    background-color: #7bb733;
    cursor: pointer;
    height: 70px;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .package, .select-portal-package {
        float: none !important;
        display: block;
        width: 100%;
    }

    .name {
        padding-bottom: 15px;
        padding-top: 1%;
    }

    .submit {
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .package, .select-portal-package {
        width: 100%;
        height: 45px;
    }

    .name {
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .package hr, .select-portal-package hr {
        margin-top: 10px;
    }

    .trial {
        font-size: 1rem;
    }

    .portal-name .trial img {
        height: 20px;
    }

    .supplier-subscription-options .trial {
        padding: 0px 10px 0px 10px !important;
    }

    .supplier-subscription-options .name {
        padding-bottom: 10px !important;
    }
}



.supplier-subscription-options .back {
    margin-bottom: 30px;
}
