﻿.control-label {
    font-weight: normal;
}

.formTitle {
    margin-bottom: 10px;
    margin-top: 40px;
    margin-left: 5px;
}

#btnSave {
    margin-top: 40px !important;
    margin-right: 5px !important;
}

.alert {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%;
    padding: 5px !important;
}

#mainContainer {
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.form-control.expiration {
    display: inline;
    width: 20%;
}

.payment-errors {
    color: red;
    font-size: 16px;
    margin: 5px;
}

.payment-success {
    color: #1d9e8b;
    font-size: 16px;
}

h3.payment-success {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Payment styles */

.header {
    text-align: center;
    font-family: "Lato","Helvetica Neue",Arial;
}

.header h3 {
    color: #1d9e8b;
    font-size: 20px;    
    line-height: 25px;
    font-weight: 400;
    /*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
}

.header p { 
    font-size: 16px;
    font-weight: 400;
}

.row.charts {
    margin: 10px 0;
}

.charts .chart {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(181, 181, 181, 0.3);
    min-height: 500px;
    width: 232px;
    padding: 30px 0 15px;
    float: left;
    text-align: center;    
    margin: 0 6px 10px;
    position: relative;
}

.chart.featured {
    padding: 0 15px 15px;
}

.chart.selected {
    border: 2px solid #34a78a;
    box-shadow: 0 0 30px 5px rgba(181, 181, 181, 0.3) inset;
}

.charts .chart .popular {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 -15px 5px;
    background-color: #34a78a;
    border-radius: 3px 3px 0 0;
    padding: 2px;
}

.charts .chart .quantity {
    text-align: center;
    color: #606060;
}

.chart .quantity .dollar {
    font-size: 17px;
    position: relative;
    top: -14px;
}

.charts .chart .quantity .price {
    font-size: 40px;
}

.charts .chart .quantity .period {
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    top: -8px;
}

.charts .chart .plan-name {
    border-bottom: 1px solid #d5d5d5;
    color: #777;
    font-size: 20px;
    font-weight: 400;
    margin: 4px auto 0;
    padding-bottom: 12px;
    text-align: center;
    width: 90%;
}

.charts .chart .specs {
    margin-top: 20px;
}

.chart .specs .spec {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
    text-align: center;
}

.charts .chart .specs .spec .variable {
    color: #1d9e8b;
}

.btn-signup {
    position:absolute;
    bottom: 10px;
    left: 84px;
    background: #21bded !important; /* Old browsers */
    background: -moz-linear-gradient(top, #21bded 0%, #22bdeb 11%, #39c4ef 71%, #3ec6ec 89%, #41c6ef 93%, #42c5ef 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21bded), color-stop(11%,#22bdeb), color-stop(71%,#39c4ef), color-stop(89%,#3ec6ec), color-stop(93%,#41c6ef), color-stop(100%,#42c5ef)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bded', endColorstr='#42c5ef',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #c2c7cd !important;
}

    .btn-signup:hover {
        background: #21bded !important; /* Old browsers */
        background: -moz-linear-gradient(top, #21bded 0%, #22bdeb 11%, #39c4ef 71%, #3ec6ec 89%, #41c6ef 93%, #42c5ef 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21bded), color-stop(11%,#22bdeb), color-stop(71%,#39c4ef), color-stop(89%,#3ec6ec), color-stop(93%,#41c6ef), color-stop(100%,#42c5ef)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom, #21bded 0%,#22bdeb 11%,#39c4ef 71%,#3ec6ec 89%,#41c6ef 93%,#42c5ef 100%) !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bded', endColorstr='#42c5ef',GradientType=0 ) !important; /* IE6-9 */
        border: 1px solid #c2c7cd !important;
    }