﻿body {
}
/*
.sidebar .user {
    padding-bottom: 20px;
    margin: 20px auto 0;
    position: relative
}

    .sidebar .user:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 15px;
        height: 1px;
        width: calc(100% - 30px);
        background-color: hsla(0,0%,71%,.3)
    }

    .sidebar .user .photo {
        width: 34px;
        height: 34px;
        overflow: hidden;
        float: left;
        z-index: 5;
        margin-right: 11px;
        border-radius: 50%;
        margin-left: 23px;
        box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
    }

        .sidebar .user .photo img {
            width: 100%
        }

    .sidebar .user a {
        color: #3c4858;
        padding: .5rem 15px;
        white-space: nowrap
    }

    .sidebar .user .user-info > a {
        display: block;
        line-height: 18px;
        font-size: 14px
    }

        .sidebar .user .user-info > a > span {
            display: block;
            position: relative;
            opacity: 1
        }

    .sidebar .user .user-info .caret {
        position: absolute;
        top: 8px;
        right: 15px
    }

*/

/* Wizard
------------------------------------------------------------------------------*/

.wizard {
    margin: 22px 30px 10px 22px;
}

    .wizard .nav-btn {
        min-width: 100px;
    }

.wizard-button {
    min-width: 100px;
    margin-left: 5px;
}


.wizard-header {
    margin-bottom: 80px;
    padding-left: 0px;
/*    height: 35px;
*//*    border-bottom: solid;
*/}

    .wizard-header ul {
    }

    .wizard-header li {
        list-style-type: none;
        /*color: white;*/
        width: 160px;
        /*height: 56px;*/
        float: left;
        position: relative;
    }

        .wizard-header li p {
            text-align: center;
        }

        .wizard-header li.visited .circle {
            background: #8DB93B;
        }

    .wizard-header .circle {
        width: 36px;
        height: 36px;
        border-radius: 41px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        background: #d3d5d7;
    }

.wizard-headerstep {
    background-color: transparent;
    border: none;
    margin: 0 50px 10px 0;
    float: left;
    width: 140px;
}

.wizard-headerstep-enabled {
}

    .wizard-headerstep-enabled a, .wizard-headerstep-enabled a:hover {
        text-decoration: underline;
    }

    .wizard-headerstep-enabled .circle {
        background: #8DB93B;
    }

.wizard-headerstep-disabled {
}

    .wizard-headerstep-disabled a, .wizard-headerstep-disabled a:hover {
        color: #777;
        text-decoration: none;
        cursor: default;
    }

.wizard-headerstep-active {
}

    .wizard-headerstep-active a, .wizard-headerstep-active a:hover {
        font-weight: bold;
        text-decoration: none;
    }

    .wizard-headerstep-active .circle {
        background-color: #428bca;
    }




/* Pricing & Ribbon
------------------------------------------------------------------------------*/
.pricing {
    background: #fff;
}

    .pricing .title {
        background: #1ABB9C;
        height: 110px;
        color: #fff;
        padding: 15px 0 0;
        text-align: center;
    }

        .pricing .title h2 {
            text-transform: capitalize;
            font-size: 18px;
            border-radius: 5px 5px 0 0;
            margin: 0;
            font-weight: 400;
        }

        .pricing .title h1 {
            font-size: 25px;
            margin: 12px;
        }

        .pricing .title span {
            background: rgba(51, 51, 51, 0.28);
            padding: 2px 5px;
        }

.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px;
}

    .pricing_features ul li {
        margin-top: 10px;
    }

.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .pricing_footer p {
        font-size: 13px;
        padding: 10px 0 2px;
        display: block;
    }

.ui-ribbon-container {
    position: relative;
}

    .ui-ribbon-container .ui-ribbon-wrapper {
        position: absolute;
        overflow: hidden;
        width: 85px;
        height: 88px;
        top: -3px;
        right: -3px;
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
        background-color: #5b90bf;
    }

    .ui-ribbon-container .ui-ribbon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transform: rotate(45deg);
        padding: 7px 0;
        left: -5px;
        top: 15px;
        width: 120px;
        line-height: 20px;
        background-color: #555;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
        border-top: 2px solid #5b90bf;
    }

    .ui-ribbon-container .ui-ribbon:before {
        left: 0;
        bottom: -1px;
    }

    .ui-ribbon-container .ui-ribbon:before {
        right: 0;
    }

    .ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
        position: absolute;
        content: " ";
        line-height: 0;
        border-top: 2px solid #555;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }


/* Registration
------------------------------------------------------------------------------*/

.registration, .member-upgrade {
    padding: 20px 10px;
}

    .registration h1, .member-upgrade h1 {
        color: #3593C5;
        font-size: 24px;
        font-weight: 300;
        line-height: 46px;
        margin: 0px;
        padding: 20px 0 0 0;
    }

    .registration h2, .member-upgrade h2 {
        text-align: center;
        margin: 40px 0;
    }

    .registration .wizard-header li {
        width: 140px;
    }

    .member-upgrade .wizard-header li {
        width: 220px;
    }

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


.carboncircle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(5deg);
    padding:5px;

}.carbonbutton {    
    border-radius: 3px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(5deg);
    padding:1px;
}

.carboncard {
    width: 60%;
    max-height: 300px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
    background-color: orangered;
    -webkit-transform: rotate(12deg);
    padding: 5px;
}

.beta-sonar {
    display: inline-block;
    background: orangered;
    border-radius: 3px;
    top: 0;
}

    .beta-sonar:after {
        content: '';
        border: 2px solid orangered;
        opacity: 0;
        border-radius: 3px;
        width: 120%;
        height: 120%;
        -webkit-animation: sonar 1.5s infinite;
        animation: sonar 1.5s infinite;
    }

/* *********  pricing  **************************** */
/*.pricing {
    background: #fff;
}

    .pricing .title {
        background: #1ABB9C;
        height: 110px;
        color: #fff;
        padding: 15px 0 0;
        text-align: center;
    }

        .pricing .title h2 {
            text-transform: capitalize;
            font-size: 18px;
            border-radius: 5px 5px 0 0;
            margin: 0;
            font-weight: 400;
        }

        .pricing .title h1 {
            font-size: 25px;
            margin: 12px;
        }

        .pricing .title span {
            background: rgba(51, 51, 51, 0.28);
            padding: 2px 5px;
        }

.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px;
}

    .pricing_features ul li {
        margin-top: 10px;
    }

.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .pricing_footer p {
        font-size: 13px;
        padding: 10px 0 2px;
        display: block;
    }
*/
.ui-ribbon-container {
    position: relative;
}

    .ui-ribbon-container .ui-ribbon-wrapper {
        position: absolute;
        overflow: hidden;
        width: 85px;
        height: 88px;
        top: -3px;
        right: -3px;
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
        background-color: #5b90bf;
    }

    .ui-ribbon-container .ui-ribbon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transform: rotate(45deg);
        padding: 7px 0;
        left: -5px;
        top: 15px;
        width: 120px;
        line-height: 20px;
        background-color: #555;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
        border-top: 2px solid #5b90bf;
    }

    .ui-ribbon-container .ui-ribbon:before {
        left: 0;
        bottom: -1px;
    }

    .ui-ribbon-container .ui-ribbon:before {
        right: 0;
    }

    .ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
        position: absolute;
        content: " ";
        line-height: 0;
        border-top: 2px solid #555;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }

/* *********  /pricing  **************************** */
