.form-control {
    border-radius: 1px;
    height: 40px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 9px 10px 7px;
    color: #2f2c71;

    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: normal;
    text-transform: none;
}
.innerform .form-control {
    border: none;
}
.form-group {
    margin-bottom: 5px;
}

.help-block {
    margin-left: 10px;
    font-size: 8pt;
}

select.form-control {

    background-image: url(/mobile/images/forms/select-arrow.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/select-arrow.png) 1x, url(/mobile/images/forms/select-arrow-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/select-arrow.png" 1x, "/mobile/images/forms/select-arrow-2x.png" 2x);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);

    box-shadow: none;
    text-transform: uppercase;
    color: #666666;
    padding-left: 10px;
    height: 40px;
    font-size: 10pt;
    padding-top: 8px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.radio label {
    font-size: 8pt;
    text-transform: none;
    line-height: 20px;
}

label.label-radio {
    margin-right: 25px;
}

.radio input[type=radio] {
    display: none;
}

.radio input[type=radio] + label {
    background-image: url(/mobile/images/forms/radio-unchecked.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/radio-unchecked.png) 1x, url(/mobile/images/forms/radio-unchecked-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/radio-unchecked.png" 1x, "/mobile/images/forms/radio-unchecked-2x.png" 2x);
    background-repeat: no-repeat;
    background-position: left 2px;
}

.radio input[type=radio]:checked + label {
    background-image: url(/mobile/images/forms/radio-checked.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/radio-checked.png) 1x, url(/mobile/images/forms/radio-checked-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/radio-check.png" 1x, "/mobile/images/forms/radio-check-2x.png" 2x);
}

.checkbox label {
    font-size: 10pt;
    text-transform: none;
    line-height: 20px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox] + label {
    background-image: url(/mobile/images/forms/checkbox-unchecked.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/checkbox-unchecked.png) 1x, url(/mobile/images/forms/checkbox-unchecked-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/checkbox-unchecked.png" 1x, "/mobile/images/forms/checkbox-unchecked-2x.png" 2x);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 1px;
}

.checkbox input[type=checkbox]:checked + label {
    background-image: url(/mobile/images/forms/checkbox-checked.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/checkbox-checked.png) 1x, url(/mobile/images/forms/checkbox-checked-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/checkbox-check.png" 1x, "/mobile/images/forms/checkbox-check-2x.png" 2x);
}

.radio-inline, .checkbox-inline {
    padding: 7px 20px 10px 0;
}

.form-group .radio, .form-group .checkbox {
    margin-right: 15px;
    margin-left: 15px;
}

a.btn, a.btn:visited, a.btn:active, a.btn:focus {
    color: #FFFFFF;
}

.innerform .form-group .radio, .innerform .form-group .checkbox {
    margin-right: 0;
    margin-left: 0;
}

.btn-purple {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #FFFFFF;
    background-color: #544873;
    border-radius: 0;
    box-shadow: #c6c6c6 1px 2px 2px 0;
    margin-bottom: 30px;
}
.btn-purple-small {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-purple:active, .btn-purple:hover {
    color: #FFFFFF;
    box-shadow: #c6c6c6 0 1px 2px 0;
}

a.btn-purple, a.btn-purple:visited, a.btn-purple:active, a.btn-purple:focus {
    color: #FFFFFF;
    box-shadow: #c6c6c6 0 1px 2px 0;
}

.btn-grey {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #FFFFFF;
    background-color: #f8f8f8;
    border-radius: 0;
    box-shadow: #c6c6c6 1px 2px 2px 0;
    margin-bottom: 30px;
}

.btn-grey-sm {
    font-size: 8pt;
}

.btn-grey:active, .btn-grey:hover {
    color: #666666;
    box-shadow: #c6c6c6 0 1px 2px 0;
}

a.btn-grey, a.btn-grey:visited, a.btn-grey:active, a.btn-grey:focus {
    color: #666666;
    box-shadow: #c6c6c6 0 1px 2px 0;
}

.sticker {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticker-purple, .sticker-purple:active, .sticker-purple:hover {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF !important;

    background-color: #f1f1f1;
    background-image: url(/mobile/images/sticker-purple-lg.png);
    background-image: -webkit-image-set(url(/mobile/images/sticker-purple-lg.png) 1x, url(/mobile/images/sticker-purple-lg-2x.png) 2x);
    background-image: image-set("/mobile/images/sticker-purple-lg.png" 1x, "/mobile/images/sticker-purple-lg-2x.png" 2x);
    background-repeat: no-repeat;
    height: 32px;
    width: 163px;

    padding-top: 4px !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.innerform {
    display: none;
    background: #f1f1f1;
    z-index: 992;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
}

.innerform.in {
    display: block;
}

.innerform .innerform-header {
    margin-top: 15px;
}

.innerform .innerform-header h4 {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 12pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #2f2c71;
    padding-left: 10px;
    line-height: 1.5;
}

.innerform .innerform-header button.close {
    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);
    margin-right: 10px;
    background-position: center;
}

.innerform .innerform-content {
    padding-left: 0;
    padding-right: 0;
}

.btn-inner-reset {
    background-image: url(/mobile/images/forms/reset.png);
    background-image: -webkit-image-set(url(/mobile/images/forms/reset.png) 1x, url(/mobile/images/forms/reset-2x.png) 2x);
    background-image: image-set("/mobile/images/forms/reset.png" 1x, "/mobile/images/forms/reset-2x.png" 2x);
    background-repeat: no-repeat;
    width: 10px;
    height: 23px;
    display: block;
    background-position: center;
    margin-top: -5px;
}

a.btn-inner-validation, a.btn-inner-validation:visited, a.btn-inner-validation:active, a.btn-inner-validation:focus {
    color: #666666;
}

.btn {
    padding: 8px 12px 4px;
}

input[type="date"]{
    padding-top: 0;
    padding-left: 5px;
}

input[type="date"].with-placeholder {
    color: #FFFFFF;
    padding-left: 10px;
}

input[type="date"].with-placeholder:before {
    color: #929292;
    content: attr(placeholder);
}

.form-field .error {
    color: #c50d14;
    background: #fff;
    padding: 0.5em;
    position: relative;
    border-radius: 2px;
    font-size: 0.9em;
    border: 2px solid;
}

.form-field .error i {
    display: block;
    z-index: 2;
    position: absolute;
    left: 6px;
    top: -16px;
    width: 1px;
    height: 1px;
    border: 8px solid transparent;
    border-bottom-color: #c50d14;
    padding: 0;
    margin: 0;
}

section.contact .col-xs-12.m-t-m.text-center label {
    background: #fefefe;
    background-image: -webkit-linear-gradient(top, #fefefe, #ececec);
    background-image: -moz-linear-gradient(top, #fefefe, #ececec);
    background-image: -ms-linear-gradient(top, #fefefe, #ececec);
    background-image: -o-linear-gradient(top, #fefefe, #ececec);
    background-image: linear-gradient(to bottom, #fefefe, #ececec);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px 5px 20px;
    border: solid #e6e6e6 1px;
    width: 100%;
}

.multi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background:red;
    z-index: 100;
    opacity: 0;
    filter:alpha(opacity=0);
}

.MultiFile-remove {
    text-indent: -9999px;
    background-image: url(/images/site/ico-form-cross-grey.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: -4px 0 0 175px;
    position: absolute;
}

.MultiFile-label {
    background-image: url(/images/site/ico-form-file.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 19px;
    padding: 4px 0 0 0;
    margin: 10px 0 0 0;
    position: relative;
}

.MultiFile-title {
    margin: 0 0 0 20px;
    width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis; /* pour Opera 9 */
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.MultiFile-list {
    margin: 10px 0 0 0px;
}

.MultiFile-wrap{
    position: relative;
}

div.join {
    background-color: #FFFFFF;
    background-image: url("/images/site/select-bg.png");
    background-repeat: repeat-x;
    border: 1px solid #BAB9CB;
    border-radius: 3px 3px 3px 3px;
    color: #322855;
    font-family: "linotypeunivers-320", Arial, sans-serif;
    font-size: 12px;
    padding: 7px 10px 5px;
    text-transform: uppercase;
    left: 95px;
    height: 30px;
    width: 190px;
}