/* 
    Document   : org_subscription
    Created on : Jun 21, 2013, 1:15:36 AM
    Author     : Francis
    Description:
        Purpose of the stylesheet follows.
*/

.subscriptions {
    
}

.subscriptions #options_table tr th:not(:first-child),
.subscriptions #options_table tr td:not(:first-child) {
    text-align: center;
}

.subscriptions #options_table tr th b {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.subscriptions #options_table tr th {
    color: #777;
    font-size: 15px;
    font-weight: normal;
}

.subscriptions #options_table tr#price_row td:not(:first-child) {
    font-weight: bold;
    font-size: 14px;
    color: #3B8230;
}

.subscriptions .sub-block {
    border-radius: 8px;
    border: solid 1px #ccc;
    padding: 10px;
    box-shadow: 2px 2px 3px #ccc;
    min-height: 320px;
    font-size: 11px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 240px;
    text-align: left;
    position: relative;
}

.subscriptions .sub-block h3 {
    margin-bottom: 15px;
}

.subscriptions .sub-block li {
    padding-bottom: 5px;
    font-size: 12px;
}

.subscriptions .sub-block .btn {
    padding: 10px 25px;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
}

.subscriptions .sub-block .start-now {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
}

.subscriptions .sub-block .start-now .pricing {
    padding: 10px;
    font-size: 18px;
    color: #3B8230;
}

.subscriptions .registration_area {
    vertical-align: top;
    padding: 10px;
    display: none;
    margin: 5px;
    width: 680px;
    text-align: left;
    position: relative;
}

.package_header {
    display: block;
    font-size: 18px;
    background: #94ba65;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.package_header span {
    padding: 5px;
    display: block;
    line-height: 115%;
}

.package_header .type {
    background: #7BA547;
    border-bottom: solid #888 1px;
    font-size: 14px;
}

.package_header .price {
    font-size: 40px;
    border-top: rgba(255,255,255,0.2) solid 1px;
    text-shadow: #888 0px 1px 3px;
}

.package_header .price sup {
    font-size: 30px;
    margin-bottom: 20px;
}

.package_header .frequency {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding-top: 5px;
}

.purchase_steps {
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
}

.purchase_steps span {
    display: table-cell;
    padding: 10px;
    text-align: center;
    width: 24.7%;
    box-sizing: border-box;
    border: solid 1px #eee;
    margin-bottom: 20px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
    color: #555;
}

.purchase_steps span.active {
    background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */font-weight: bold;
    color: #fff;
}