#sr-subscription .box .chzn-container {
    line-height: 18px;
    margin-bottom: 7px;
    padding-bottom: 4px;
}

#sr-subscription .subscriptionform > legend {
    display: block;
    background-color: #f4f6f7;
    text-indent: 15px;
    text-transform: capitalize;
    padding: 5px 0;
}

#sr-subscription .subscriptionform > legend:after {
    display: table;
    content: "";
    clear: both;
}

#sr-subscription .subscriptionform > legend a.subscription_step_change {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #34495E;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

#sr-subscription > header > .sr-well {
    padding: 9px 16px;
    margin: 10px 0;
    background-color: #f4f6f7;
}

#sr-subscription > header > .sr-well > ul > li {
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    text-shadow: #ccc 1px 1px 1px;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
}

#sr-subscription > header > .sr-well > header {
    margin: -10px -16px 15px -16px;
    padding: 20px;
    font-weight: 700;
    font-size: 1.6em;
}

#sr-subscription > header > .sr-well:nth-child(1) {
    padding-top: 15px;
}

@media (min-width: 768px) {
    #sr-subscription #modlgn-username,
    #sr-subscription #modlgn-passwd {
        width: 260px;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    #sr-subscription > header > .sr-well > ul > li {
        display: block;
        text-align: left;
        margin: 5px 10px;
    }
}

#subscription-invoice table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

#subscription-invoice table td,
#subscription-invoice table th {
    padding: 10px 15px;
}

#subscription-invoice table th,
#subscription-invoice table tfoot td,
#subscription-invoice table tbody tr:last-child td {
    background-color: #f5f5f5;
}

#subscription-invoice table th,
#subscription-invoice tfoot td,
#subscription-invoice table tbody tr:last-child {
    font-weight: bold;
}

#subscription-invoice table td,
#subscription-invoice table th,
#subscription-invoice table tr {
    border: 1px solid #ddd;
}

#subscription-invoice .subscriber ul {
    list-style: none;
}

#subscription-invoice .subscriber li {
    line-height: 20px;
}

/*Subscription level wrap layout*/
.wrap-layout {
    margin: 15px auto 0 auto;
}

.wrap-layout .plan {
    -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 300px;
    text-align: center;
    background-color: #fff;
    color: #434a54;
}

.wrap-layout .plan-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

@media (min-width: 768px) {
    .wrap-layout .plan-col.span4 {
        width: 33.3333333% !important;
    }

    .wrap-layout .plan-col.span3 {
        width: 25% !important;
    }

    .wrap-layout .plan > .description > .price > sup {
        left: 5%;
    }
}

.wrap-layout .plan-col.hight-light,
.wrap-layout .plan-col:hover {
    -web-kit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-top: -15px;
}

.wrap-layout .plan-col:hover {
    margin-top: -25px;
}

.wrap-layout .plan > .head {
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 300;
}

.wrap-layout .plan.dark > .head,
.wrap-layout .plan.dark .action > a {
    background-color: #171717;
}

.wrap-layout .plan.red > .head,
.wrap-layout .plan.red .action > a {
    background-color: #F44336;
}

.wrap-layout .plan.blue > .head,
.wrap-layout .plan.blue .action > a {
    background-color: #2196F3;
}

.wrap-layout .plan.blue-grey > .head,
.wrap-layout .plan.blue-grey .action > a {
    background-color: #607d8b;
}

.wrap-layout .plan.teal > .head,
.wrap-layout .plan.teal .action > a {
    background-color: #009688;
}

.wrap-layout .plan.yellow > .head,
.wrap-layout .plan.yellow .action > a {
    background-color: #ffeb3b;
}

.wrap-layout .plan.orange > .head,
.wrap-layout .plan.orange .action > a {
    background-color: #ff9800;
}

.wrap-layout .plan .action > a,
.wrap-layout .plan .action > a:hover,
.wrap-layout .plan .action > a:focus {
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    outline: 0;
}

.wrap-layout .plan > .level-image {
    padding: 15px;
}

.wrap-layout .plan > .level-image > img {
    display: block;
    max-width: 100%;
}

.wrap-layout .plan > .description {
    padding: 30px 15px;
}

.wrap-layout .plan > .description ul {
    list-style: none !important;
    margin: 0 0 30px 0;
}

.wrap-layout .plan > .description ul li {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.wrap-layout .plan > .description > .price {
    border-top: 1px solid #eee;
    padding: 35px 0;
    font-size: 4em;
    line-height: 1.5;
    position: relative;
}

.wrap-layout .plan > .description > .price > .permonth {
    font-size: 14px;
    color: #444;
    text-transform: capitalize;
    font-weight: 500;
}

.wrap-layout .plan > .description > .price > sup {
    position: relative;
    font-size: .5em;
    top: -1em;
    line-height: 0;
    vertical-align: baseline;
}

.bs3 #subscription_guestform input[type="text"],
.bs3 #subscription_guestform input[type="password"],
.bs3 #subscription_guestform input[type="email"],
.bs3 #subscription_guestform select,
.bs3 #subscription_guestform textarea {
    width: 280px;
    max-width: 100%;
}

.bs3 #subscription_guestform textarea {
    height: auto;
}

.userProfile {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #f4f6f7;
}
