.start-screen-content {
    padding: 0;
}

.row:before {
    content: none;
}

.header {
    width: 100%;
    background-color: #0CB2FB;
    color: #fff;
    font-family: "Rubik","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

.header .row {
    padding: 10px;
}

h4 {
    font-weight: 600;
}

.selected {
    padding: 20px;
    font-size: 12px;
    letter-spacing: 2px;
}

.selected .text {
    padding: 10px 20px 10px 0;
    display: inline-block;
    border-right: 1px solid #fff;
}

.selected .text-mobile {
    padding: 10px 0 15px 0;
    display: inline-block;
    font-weight: 900;
    border-bottom: 1px solid #fff;
}

.tab {
    text-align: center;
    background-color: #F8F8F8;
    color: grey;
}

.tab-heading {
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}

.hide {
    display: none;
}

.highlight {
    color: #0CB2FB;
    border-bottom: 1px solid #0CB2FB;
}

.highlight-mobile {
    color: #0CB2FB;
    float: left;
}

.content {
    margin-top: 20px;
    font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}

.panel-popup {
    padding: 14px;
}

.panel-popup-mobile {
    padding: 20px;
}

.panel-popup h4 {
    font-weight: 600;
}

.description {
    font-size: 12px;
}

.account-terms-section {
    padding: 10px;
}

.term {
    margin-top: 10px;
    font-size: 18px;
}

.detail {
    font-weight: normal;
}

.mobile-account-terms-section {
    border-top: none;
}

.footer {
    text-align: center;
}

.separater {
    height: 2px;
    width: 60%;
    color: grey;
    background-color: #dcdcdc;
    margin: 0 0 15px 0;
    left: 20%;
    right: 20%;
    position: relative;
    margin-top: 30px;
}

.footer a {
    text-decoration: none;
    font-weight: bold;
    color: #0EB1FC;
}

.subscribe {
    margin-top: 10px;
}

.btn {
    margin: 0 auto;
    cursor: pointer;
}

.btn-subscribe {
    background-color: #0088c7;
    color: #fff !important;
    padding-left: 2em;
    padding-right: 2em;
    font-family: "Rubik","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-weight: 500;
    border: none;
}

.btn-subscribe:hover {
    background-color: #02425F;
}

.account-popup-header {
    height: auto;
    background: none;
    color: grey
}

.account-data, .account-group {
    float: none;
}

.account-data .account-name .link, .account-data .account-name a, .account-data .account-text a, .account-data .account-name a:visited {
    color: #0CB2FB;
    font-weight: 800;
}

.previous-button-wrapper {
    margin-top: 32px;
    width: 25px;
}

.previous-button-wrapper a {
    color: #fff;
}

.receipt .content, .access-footer {
    width: 100%;
}

.access-footer {
    border-top: none;
}

.access-footer-content {
    text-align: center;
}

a.button.close, a.button.close:visited {
    background-color: #0CB2FB;
    color: #fff;
}

.close {
    opacity: 1;
}

.selected .text-mobile {
    padding: 10px 0 15px 0;
    display: inline-block;
    font-weight: 900;
    border-bottom: 1px solid #fff;
}

.table-form-inline .field-wrapper {
    border-bottom: 1px solid rgba(0,0,0,.15)
}

.input-mobile {
    margin: 0;
    padding-left: 5px;
}

.btn-subscribe:hover {
    background-color: #02425F;
}

table {
    margin-top: 10px;
}

.term-details, .has-free-trial {
    font-size: 14px;
}

.icon.card {
    border: none;
}

#payment-form-component {
    font-size: 14px;
}

.cc_new_card, .consents, .cc_stored_cards {
    padding: 0;
}

.cc_stored_cards {
    margin-top: 20px;
}

.tariff-plan {
    margin-top: 30px;
}

.add-credit-card-wrapper {
    margin-bottom: 10px;
}

.subscription-has-free-trial {
    font-size: 14px;
    margin-top: 10px;
}

.footer-modal {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}

.auto-renew-purchase {
    width: 100%;
}

.complete-purchase-button {
    float: left;
    margin-top:10px;
}

/*.col-sm-4 {
    max-width: 33.33333%
}*/

.pane {
    display:none;
}

.fa-check-square-o {
    margin-left: 2px
}

.floating-table, .gift-row {
    margin: 15px 0 0 0;
}

.gift-footer {
    padding: 22px 0px;
    background: none;
    text-align: left;
}

.promo-code-component .promo-code-input-wrapper input {
    height: 36px;
}

.table-form-inline input[type=password], .table-form-inline input[type=text] {
    font-size: 12px;
}

.term-radio {
    margin: -2px 10px 0 10px;
}

.account-terms tbody td {
    padding: 10px 30px 0 0;
}

.account-terms tbody tr:not(:last-child) {
    border-bottom: none;
}

.table-form-inline .icon{
    height: 25px;
    margin-top: 8px;
}

input[type=password].flat, input[type=text].flat {
    height: 42px;
}

#checkout-container #payment-form-component .message-block {
    margin-left: 0;
}

#checkout-container .message-block {
    height:40px;
    padding: 0
}

.errors {
    padding: 8px 0 0 10px;
}

.alert-danger {
    background-color: #f86a6a;
    border-color: #f86a6a;
    color: #ffffff;
}