﻿.module-pricing-tables .button-group {
    margin: 10px 0 80px 0;
}

.pricing-module {
    max-width: 920px;
    margin: 0 auto;
}

.layoutColumn3_950:after {
    display: block;
    content: "";
    clear: both;
}

.layoutColumn3_950 .column {
    box-sizing: border-box;
}

.price-desc + .price-info {
    min-height: 30px;
}

@media only screen and (min-width: 861px) {
    .layoutColumn3_950 .column {
        float: left;
        width: 33.33333%;
        padding-bottom: 20px;
    }

        .layoutColumn3_950 .column:nth-child(4n + 3) {
            padding-left: 20px;
        }

        .layoutColumn3_950 .column:nth-child(4n + 2) {
            padding-left: 10px;
            padding-right: 10px;
        }

        .layoutColumn3_950 .column:nth-child(4n + 1) {
            clear: left;
            padding-right: 20px;
        }
}

@media only screen and (max-width: 860px) and (min-width: 561px) {
    .layoutColumn3_950 .column {
        width: 50%;
        float: left;
        padding-bottom: 20px;
    }

        .layoutColumn3_950 .column:nth-child(2n + 2) {
            padding-left: 10px;
        }

        .layoutColumn3_950 .column:nth-child(2n + 1) {
            clear: left;
            padding-right: 10px;
        }
}

@media only screen and (max-width: 560px) {
    .layoutColumn3_950 .column {
        padding-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }


    .price-include.bottom {
        border-top: 1px solid #bfbfbf;
    }
}


.pricing-module .collapse-group {
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    margin-bottom: 10px;
}

.add-on .item {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    min-height: 60px;
    padding-left: 100px;
    color: #2c3155;
    text-align: left;
    margin-bottom: 20px;
}

    .add-on .item .button {
        line-height: 32px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 70px;
        font-size: 12px;
        text-align: center;
        border: 1px solid #2c3155;
        color: #2c3155;
        padding: 0;
    }

    .add-on .item.selected {
        border-color: #2c3155;
    }

        .add-on .item.selected .button {
            background-color: #2c3155;
            color: #fff;
        }

    .add-on .item > div {
        padding-bottom: 0;
    }

    .add-on .item .price {
        color: #2c3155;
        top: 10px;
        left: 10px;
        position: absolute;
    }

        .add-on .item .price b {
            display: block;
            font-size: 40px;
            font-weight: 500;
        }

            .add-on .item .price b i {
                font-size: 18px;
                vertical-align: top;
                line-height: 33px;
                margin-right: 2px;
                font-style: normal;
            }

        .add-on .item .price span {
            display: block;
            text-align: center;
            font-size: 12px;
            padding-left: 12px;
        }

.module-pricing-tables.yearly .add-on .item .price.month {
    display: none;
}

.module-pricing-tables.monthly .add-on .item .price.year {
    display: none;
}

.price-desc,
.price-info,
.price-seats {
    /* background-color: #fff; */
    /* color: #2c3155; */
    border: 0;
    position: relative;
}

    .price-desc .popular {
        line-height: 40px;
        background-color: #4492FC;
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        top: -40px;
        left: 0;
        right: 0;
        position: absolute;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
    }

.price-info,
.price-seats {
    margin: 0;
    border-top: 0;
}

.price-title {
    border-bottom: 0;
}

.price-info {
    font-size: 14px;
    line-height: 18px;
}

.plan20 .price-desc {
    /* background-color: #4492FC; */
    color: #fff;
    border: 0;
}

.price-amount {
    color: #200868;
    padding-top: 0;
}

.plan20 .price-desc .price-amount {
    border-color: #4492FC;
}

.recomended-label {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 55px;
}

.plan20 .price-desc .price-amount {
    color: #fff;
}

.plan20 .price-desc .price-title {
    border: 0;
}

.price-desc {
    cursor: pointer;
}

.price-amount,
.price-title {
    border: 0;
}

    .price-title b {
        width: 26px;
        height: 26px;
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
        border-radius: 26px;
        border: 1px solid #2c3155;
        margin-bottom: 10px;
        display: none;
    }

.plan20 .price-desc .price-title b {
    border: 2px solid #fff;
}

.price-desc.selected .price-title b {
    background-color: #FF1800;
}

h1 {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    position: relative;
}

    h1 .fa {
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
    }

#total-calculator > div {
}

#additionalUsersBox b {
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    border: 2px solid #2c3155;
    border-radius: 5px;
    font-size: 42px;
    text-align: center;
    line-height: 68px;
    font-weight: normal;
}

#additionalUsersBox .fa-plus {
    border-radius: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #2c3155;
    color: #2c3155;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    box-sizing: border-box;
    padding-left: 1px;
    cursor: pointer;
}

#additionalUsersBox .fa-minus {
    border-radius: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #2c3155;
    color: #2c3155;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 70px;
    box-sizing: border-box;
    padding-left: 1px;
    cursor: pointer;
}

.module-pricing-tables {
    padding-bottom: 50px;
}

#total-calculator div {
    position: relative;
    line-height: 2.5;
    text-align: left;
    font-size: 16px;
}

    #total-calculator div b {
        position: absolute;
        top: 0;
        right: 0;
    }

#total-cost {
    position: relative;
    line-height: 2.5;
    text-align: left;
    border-top: 1px solid #ccc;
    font-size: 18px;
}

    #total-cost b {
        position: absolute;
        top: 0;
        right: 0;
    }


@media only screen and (max-width: 560px) {
    .module-pricing-tables .button-group {
        margin: 10px 0 50px 0;
    }

    .add-on .item {
        padding: 15px;
        text-align: center;
    }

    #additionalUsersBox b {
        position: relative;
        display: block;
        margin: 0 auto;
        top: initial;
        left: initial;
        margin-bottom: 10px;
    }

    .add-on .item .price,
    .add-on .item .button {
        position: relative;
        margin: 0 auto;
        top: initial;
        left: initial;
        margin-bottom: 10px;
    }

    .add-on .item .button {
        right: initial;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .column.plan20 {
        margin-top: 40px;
    }
}
