section.account .col-xs-1, section.account .col-sm-1, section.account .col-md-1, section.account .col-lg-1, section.account .col-xs-2, section.account .col-sm-2, section.account .col-md-2, section.account .col-lg-2,
section.account .col-xs-3, section.account .col-sm-3, section.account .col-md-3, section.account .col-lg-3, section.account .col-xs-4, section.account .col-sm-4, section.account .col-md-4, section.account .col-lg-4,
section.account .col-xs-5, section.account .col-sm-5, section.account .col-md-5, section.account .col-lg-5, section.account .col-xs-6, section.account .col-sm-6, section.account .col-md-6, section.account .col-lg-6,
section.account .col-xs-7, section.account .col-sm-7, section.account .col-md-7, section.account .col-lg-7, section.account .col-xs-8, section.account .col-sm-8, section.account .col-md-8, section.account .col-lg-8,
section.account .col-xs-9, section.account .col-sm-9, section.account .col-md-9, section.account .col-lg-9, section.account .col-xs-10, section.account .col-sm-10, section.account .col-md-10, section.account .col-lg-10,
section.account .col-xs-11, section.account .col-sm-11, section.account .col-md-11, section.account .col-lg-11, section.account .col-xs-12, section.account .col-sm-12, section.account .col-md-12, section.account .col-lg-12,
#accounttitleeditAccount .col-xs-1, #accounttitleeditAccount .col-sm-1, #accounttitleeditAccount .col-md-1, #accounttitleeditAccount .col-lg-1, #accounttitleeditAccount .col-xs-2, #accounttitleeditAccount .col-sm-2,
#accounttitleeditAccount .col-md-2, #accounttitleeditAccount .col-lg-2,#accounttitleeditAccount .col-xs-3, #accounttitleeditAccount .col-sm-3, #accounttitleeditAccount .col-md-3, #accounttitleeditAccount .col-lg-3,
#accounttitleeditAccount .col-xs-4, #accounttitleeditAccount .col-sm-4, #accounttitleeditAccount .col-md-4, #accounttitleeditAccount .col-lg-4,#accounttitleeditAccount .col-xs-5, #accounttitleeditAccount .col-sm-5,
#accounttitleeditAccount .col-md-5, #accounttitleeditAccount .col-lg-5, #accounttitleeditAccount .col-xs-6, #accounttitleeditAccount .col-sm-6, #accounttitleeditAccount .col-md-6, #accounttitleeditAccount .col-lg-6,
#accounttitleeditAccount .col-xs-7, #accounttitleeditAccount .col-sm-7, #accounttitleeditAccount .col-md-7, #accounttitleeditAccount .col-lg-7, #accounttitleeditAccount .col-xs-8, #accounttitleeditAccount .col-sm-8,
#accounttitleeditAccount .col-md-8, #accounttitleeditAccount .col-lg-8,#accounttitleeditAccount .col-xs-9, #accounttitleeditAccount .col-sm-9, #accounttitleeditAccount .col-md-9, #accounttitleeditAccount .col-lg-9,
#accounttitleeditAccount .col-xs-10, #accounttitleeditAccount .col-sm-10, #accounttitleeditAccount .col-md-10, #accounttitleeditAccount .col-lg-10,#accounttitleeditAccount .col-xs-11, #accounttitleeditAccount .col-sm-11,
#accounttitleeditAccount .col-md-11, #accounttitleeditAccount .col-lg-11, #accounttitleeditAccount .col-xs-12, #accounttitleeditAccount .col-sm-12, #accounttitleeditAccount .col-md-12, #accounttitleeditAccount .col-lg-12
{
    padding-right: 10px;
    padding-left: 10px;
}

section.account .form-horizontal .form-group, #accounttitleeditAccount.form-horizontal .form-group{
    margin-right: -10px;
    margin-left: -10px;
}

/* Panels */
.panel-account {
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.panel-account.panel-account-head {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    background: #463c7f;
    background: radial-gradient(ellipse at 50px, #493e82 30%, #242254 100%);
    height: 140px;
}

.panel-account.panel-account-head div.logo-club {
    background-image: url(/mobile/images/logo-club-laurastar.png);
    background-image: -webkit-image-set(url(/mobile/images/logo-club-laurastar.png) 1x, url(/mobile/images/logo-club-laurastar-2x.png) 2x);
    background-image: image-set("/mobile/images/logo-club-laurastar.png" 1x, "/mobile/images/logo-club-laurastar-2x.png" 2x);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.panel-account.panel-account-head div.message {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: 100;

    position: absolute;
    top: 30px;
    left: 140px;
    line-height: 1.3;
}

.panel-account.panel-account-head div.message .fullname strong {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.panel-account.panel-account-head div.message a.prefixed-link {
    background-position-y: 1px;
    font-size: 8pt;
}

.panel-account > .panel-heading {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 12pt;
    font-weight: bold;
    color: #2f2c71;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.9;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
}

.panel-account > .panel-body {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    color: #666666;
    padding: 10px;
    background-color: #f1f1f1;
}

.panel-account > .panel-body p {
    margin-top: 20px;
    margin-bottom: 8px;
}

.panel-account .row {
    margin-right: -10px;
    margin-left: -10px;
}

.panel-account > .panel-heading i.badge-info {
    margin-top: 5px;
}

.links-list {
    margin-bottom: 10px;
    margin-top: 15px;
}

.links-list > li {
    line-height: 25px;
}

.list-item > li {
    padding: 10px 15px;
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 1px;
    position: relative;
}

.close-modal {
    background-image: url(/mobile/images/forms/close-form.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/close-form.png) 1x, url(/mobile/images/forms/close-form-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/close-form.png" 1x, "/mobile/images/forms/close-form-2x.png" 2x);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 1;
    filter: alpha(opacity=1);
    background-position: center;
    display: inline-block;
}
.close-modal.chevron-right {
    background-position: 17px;
}

.list-item > li .item {
    width: calc( 100% - 120px );
}

.item-actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 120px;
    text-align: right;
}

.item-actions > a {
    display: inline-block;
    vertical-align: middle;
}
.item-actions > a.prefixed-link {
    padding-top: 6px;
    background-position-y: 7px;
    margin-right: 30px;
}

div.parrainage-sticker {
    width: 100px;
    height: 70px;
    background: #201e5b;
    background: linear-gradient(45deg, #2f2c71, #201e5b 50%);
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 6px 0 #c4c4c4;
    -webkit-box-shadow: 3px 3px 6px 0 #c4c4c4;
    -o-box-shadow: 3px 3px 6px 0 #c4c4c4;
    box-shadow: 3px 3px 6px 0 #c4c4c4;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c4c4c4, Direction=135, Strength=6);
    padding-left: 50px;
    padding-top: 10px;
    padding-right: 5px;
    margin-top: 20px;
}

.panel-account .parrainage-sticker p {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-account .form-control {
    border-radius: 2px;
    height: 30px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 10px 10px;
    color: #929292;
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: normal;
    text-transform: none;
}

div.parrainage-sticker .price {
    color: #FFFFFF;
    text-align: center;
    font-weight: 100;
    font-size: 30pt;
    line-height: 30pt;
}

div.parrainage-sticker .devise {
    color: #8985b5;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    line-height: 10pt;
}

div.parrainage-text {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 9pt;
    color: #2f2c71;
    text-transform: uppercase;
    float: right;
    width: calc(100% - 100px);
    padding-left: 15px;
    line-height: 1.1;
}

.panel-account > .panel-body div.parrainage-text p {
    margin: 12px 5px 5px;
}

.panel-account > .panel-body div.parrainage {
    width: 265px;

margin: auto;
}

.panel-account > .panel-body div.parrainage-text p strong {
    font-size: 11pt;
    font-weight: bold;
    color: #8985b5;
    display: block;
}

.panel-account > .panel-body .form-group .radio, .panel-account > .panel-body .form-group .checkbox {
    margin-right: 10px;
    margin-left: 10px;
    color: #929292;
}

ul.list-cmd .item-actions > a.prefixed-link {
    margin-right: 5px;
}

ul.list-cmd > li .item {
    width: 50%;
    display: inline-block;
    color: #666666;
}
ul.list-cmd > li {
    padding-left: 0;
    padding-right: 0;
    background-color: inherit;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}
ul.list-cmd > li:last-child {
    border-bottom: 0;
}
ul.list-cmd > li .item-actions {
    width: 30px;
    margin-right: 10px;
}

#form_notifications .form-field-checkbox  {
    text-align: left;
}

#form_notifications .panel-body, #form_notifications .col-xs-12 {
    padding: 0px;
}

.sponsorship div.mobile.bon {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sponsorship div.mobile.bon div.explanations {
    display: inline-block;
}

.sponsorship div.mobile.bon div.explanations p {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    color: #2f2c71;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    font-family: "linotypeunivers-420", Arial, sans-serif;
}

.sponsorship div.mobile.bon div.explanations p strong {
    display: block;
    color: #8985b5;
}

.sponsorship div.mobile.bon div.ticket {
    display: inline-block;
    background: linear-gradient(45deg, #2f2c71, #201e5b 50%);
    border-radius: 4px;
    width: 115px;
    height: 80px;
    margin-right: 15px;
    -webkit-box-shadow: 7px 6px 10px -4px grey;
    -moz-box-shadow: 7px 6px 10px -4px grey;
    box-shadow: 7px 6px 10px -4px grey;
}

.sponsorship div.mobile.bon div.ticket p {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 12px 5px 8px;
}

.sponsorship div.mobile.bon div.ticket p span {
    color: white;
    font-size: 45px;
    line-height: 1;
    font-family: "linotypeunivers-320", Arial, sans-serif;
}

.sponsorship div.mobile.bon div.ticket p span strong {
    color: #8985b5;
    font-size: 45px;
}