﻿#footercti {
    font-size: 10px
}
.bundlerow{
    margin-bottom: 20px;
}
.bundlearrow{
    margin-top: 30px;
}

.bundleimg{
    height: 70px;
}

.activationicon {
    width: 10%;
    float: left;
    text-align: center;
    height: 30px;
    padding-top: 6px;
}

.activationinput {
    width: 90%;
}

   


.secondstep .card {
    text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.secondstep img {
    max-width: 70%
}

.activation-container .activationform {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}


.activation-container .secondstep {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.activation-container .thirdstep {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.activation-container .title {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}



.activation-container .usernameText {
    font-size: 16px;
    padding-bottom: 20px;
}

.center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.26);
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    min-height: 350px;
}

    .center-container > img {
        margin-bottom: 20px;
        height: 70px;
    }

    .center-container > .line-primary {
        position: relative;
        width: 100%;
        background-color: #75B6FC;
        height: 10px;
        line-height: 5px;
    }

    .center-container > .square-ligth {
        position: relative;
        background-color: #eaf4fe;
        margin: 0 auto;
        text-align: justify;
        padding: 25px;
    }
        .center-container > .square-ligth > hr {
            width: 100%;
            color: lightgrey;
            border-color: lightgrey;
        }

        .center-container > .square-ligth > .welcome {
            font-size: 16px;
            font-weight: 700;
        }

        .center-container > .square-ligth > .points {
            font-weight: 700;
        }
            .center-container > .square-ligth > .points > ul {
                list-style: none;
                padding-left: 20%;
                padding-right: 20%;
                padding-top: 0;
                padding-bottom: 0;
                margin: 0;
                text-align: left;
            }

                .center-container > .square-ligth > .points > ul > li {
                    padding-left: 1em;
                    text-indent: -.7em;
                }

                .center-container > .square-ligth > .points > ul > li:before {
                    content: "• ";
                    color: #75B6FC;
                }

.logout.register-logout-trial {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #75B6FC;
}

img.img-flag {
    margin: 0 !important;
    display: inherit !important;
    height: 15px;
    width: 18px;
}

.register-info-trial-container {
    min-height: 300px;
}

    .register-info-trial-container label,
    #ua_register_freetrial_wrapper label {
        display: block;
        text-align: left;
        width: 100%
    }

    .register-info-trial-container > a,
    #ua_register_freetrial_wrapper > a {
        font-size: 12px;
        padding: 8px;
    }

    .register-info-trial-container p,
    #ua_register_freetrial_wrapper p {
        text-align: left !important;
    }


#list-distributor > .list-group-item.active {
    background-color: #75b6fc !important;
    border-color: #75b6fc !important;
    color: #fff !important;
}