﻿.module-pricing-tables {
    padding-top: 42px;
}

    .module-pricing-tables .sd-text-xl {
        font-size: 24px;
    }

    .module-pricing-tables .button-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 30px 0 50px 0;
    }

        .module-pricing-tables .button-group .button {
            position: relative;
            float: left;
            width: 110px;
            padding: 10px 12px;
        }

            .module-pricing-tables .button-group .button:first-child:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                margin-left: 0;
            }

            .module-pricing-tables .button-group .button:last-child:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                margin-left: -1px;
            }

    .module-pricing-tables .button {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #22304a;
        border-radius: 4px;
        color: #22304a;
        text-decoration: none;
    }


        .module-pricing-tables .button.full {
            margin: 10px;
            min-width: 150px;
        }

        .module-pricing-tables .button.active:hover {
            background-color: #4492FC;
        }

        .module-pricing-tables .button.active {
            background-color: #4492FC;
            color: white;
        }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "ProximaNovaLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.module-pricing-tables.monthly .price-amount-yearly {
    display: none;
}

.module-pricing-tables.yearly .price-amount-monthly {
    display: none;
}

.pricing-module h1 {
    text-align: center;
}

    .pricing-module h1 span {
        font-weight: 300;
    }

.pricing-module h2 {
    font-size: 35px;
    margin-top: 0;
}

.pricing-module h3 {
    font-size: 18px;
    margin-top: 0;
}

.pricing-module .text {
    text-align: center;
    color: gray;
}

    .pricing-module .text.left {
        text-align: justify;
        line-height: 1.60;
    }

    .pricing-module .text.small {
        font-size: 15px;
        line-height: 2;
    }

.pricing-module a {
    text-decoration: none;
}

.pricing-module .button {
    display: inline-block;
    padding: 10px 12px;
    margin-top:30;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #4492FC;
    border-radius: 4px;
    color: #4492FC;
}

.pricing-module .price-column.selected .button {
    background-color: #fff !important;
    color: #4492FC !important;
}

.button-big {
    font-size: 17px;
    padding: 5px 30px;
}

.button-red {
    color: white !important;
    background: #ec1200;
    border-color: #ff0000 !important;
}

    .button-red:hover {
        background: #ff0000;
    }

.button.active {
    background-color: #4492FC;
    color: white;
}

.button-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

    .button-group .button {
        position: relative;
        float: left;
    }

        .button-group .button:first-child:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            margin-left: 0;
        }

        .button-group .button:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            margin-left: -1px;
        }

.pricing-module .center {
    text-align: center;
}

.price-column {
    min-height: 300px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 8px;
    color: #8FA2BE;
    padding-bottom: 10px;
}

    .price-column.selected {
        background-color: #4492FC;
        color: #fff;
    }

.price-desc {
    position: relative;
    overflow: hidden;
}

.recomended .price-title {
    color: #fff !important;
}

.price-title {
    text-align: center;
    display: block;
    font-weight: 700;
    display: block;
    padding: 15px;
    font-size: 16px;
    border: 1px solid;
}

.recomended .price-desc, .recomended .price-info {
    color: #fff !important;
}

.recomended .recomended-label {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 55px;
}

.recomended .price-amount {
    color: #fff !important;
}

.price-amount {
    display: block;
    padding: 30px 0px 20px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #22304a;
    border: 1px solid;
    border-top: 0;
}

    .price-amount span.small {
        font-size: 14px;
        display: block;
        line-height: 1.6;
    }

    .price-amount small.block {
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }

    .price-amount span {
        font-size: 22px;
        vertical-align: top;
        line-height: 45px;
    }

.price-info {
    padding: 6px;
    /* color: black; */
    max-height: 120px;
    margin: 4px 0;
    border: 1px solid;
}

.price-seats {
    padding: 10px 40px 0 40px;
    color: black;
    max-height: 120px;
    margin: 4px 0;
    border: 1px solid;
    position: relative;
}

    .price-seats div:after {
        clear: both;
        content: '';
        display: block;
    }

    .price-seats div span {
        width: 48%;
        font-size: 12px;
        text-align: center;
        display: inline-block;
    }

    .price-seats .popup {
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        color: #fff;
        background-color: #2c3155;
        font-size: 12px;
        line-height: 24px;
        border-radius: 3px;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
        display: none;
        z-index: 1000;
    }

    .price-seats:hover .popup {
        display: block;
    }

    .price-seats .popup:after {
        display: block;
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        top: -10px;
        right: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #2c3155;
    }

    .price-seats .popup a {
        color: #ed3425;
        display: block;
    }

    .price-seats div span b {
        display: block;
        font-size: 24px;
        line-height: 44px;
        font-weight: normal;
    }

    .price-seats .info {
        width: 40px;
        height: 40px;
        background-image: url(/Content/images/app/ui/ui-icons-40x40.svg);
        position: absolute;
        top: 20px;
        right: 0px;
        background-position: 0 -560px;
        cursor: pointer;
    }

    .price-seats:hover .info {
        background-position: -40px -560px;
    }

.price-info .red-link {
    color: #ed3425;
    text-decoration: underline;
    padding: 8px;
    display: block;
}

.price-perks {
    border-top: 1px solid #bfbfbf;
    margin: 0 0 10px;
}

    .price-perks li {
        list-style: none;
        text-align: left;
        padding: 10px 0 0;
        color: black;
    }

.price-include.top {
    border-top: 1px solid #bfbfbf;
}

.price-include.button-cell {
    display: inline-block;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
}

.price-include {
    border-left: 1px solid;
    border-right: 1px solid;
}

    .price-include.not {
        text-decoration: line-through;
    }

    .price-include:not(:last-child) {
        border-bottom: 1px dotted #bfbfbf;
    }

.price-include {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
}

    .price-include.not-included {
        text-decoration: line-through;
    }

.compare-plans {
    padding-left: 5px;
    padding-right: 5px;
}

.price-recomended {
    color: white;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
}

.hide {
    visibility: hidden;
}




.layoutColumn4_950:after {
    display: block;
    content: "";
    clear: both;
}

.layoutColumn4_950 .column {
    box-sizing: border-box;
}

@media only screen and (min-width: 951px) {
    .layoutColumn4_950 .column {
        float: left;
        width: 25%;
        padding-bottom: 20px;
    }

        .layoutColumn4_950 .column:nth-child(4n + 4) {
            padding-left: 15px;
        }

        .layoutColumn4_950 .column:nth-child(4n + 3) {
            padding-left: 10px;
            padding-right: 5px;
        }

        .layoutColumn4_950 .column:nth-child(4n + 2) {
            padding-left: 5px;
            padding-right: 10px;
        }

        .layoutColumn4_950 .column:nth-child(4n + 1) {
            clear: left;
            padding-right: 15px;
        }
}

@media only screen and (max-width: 950px) and (min-width: 481px) {
    .layoutColumn4_950 .column {
        width: 50%;
        float: left;
        padding-bottom: 20px;
    }

        .layoutColumn4_950 .column:nth-child(2n + 2) {
            padding-left: 10px;
        }

        .layoutColumn4_950 .column:nth-child(2n + 1) {
            clear: left;
            padding-right: 10px;
        }
}

@media only screen and (max-width: 480px) {
    .layoutColumn4_950 .column {
        padding-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }


    .price-include.bottom {
        border-top: 1px solid #bfbfbf;
    }
}
