/* Label */

form label {
    color: #757575;
    cursor: pointer;
    padding: 0 10px;
    vertical-align: middle;
}

form .star-symbol {
    color: #F56D7F;
}

label.cursor-default {
    cursor: default;
}

form .label-green label {
    color: #50A079;
}

form .label-links {
    display: inline-block;
}

form .label-links .label-link {
    padding: 0 10px;
    display: inline-block;
}

form .error-js {
    color: #F56D7F;
    font-size: .9em;
    display: inline-block;
    text-transform: lowercase;
}


/* Form Section */

form .form-section {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

form .form-section-title {
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

form .form-section-title-text {
    z-index: 1;
    color: #F2632B;
    padding: 10px;
    display: block;
    position: relative;
    text-align: center;
}

form .form-section-title-lines {
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    position: absolute;
}

form .form-section-title-line {
    height: 100%;
    position: absolute;
}

form .form-section-title-line1 {
    z-index: 0;
    width: 100%;
    background-color: #D8D1F5;
}

form .form-section-title-line2 {
    left: 50%;
    width: 30%;
    z-index: 1;
    margin-left: -15%;
    background-color: #555;
}

form .form-section-fields {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 15px 5px 10px;
}

.form-section-title.stick {
    background-color: #666;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.form-section-title.stick .form-section-title-text {
    padding: 5px 10px;
    color: #F2632B;
}

.form-section-title.stick .form-section-title-lines {
    display: none;
}


/* Les conditions */

form .info-file-conditions {
    color: #555;
    margin-top: 5px;
}

form .info-file-conditions .info-type {
    margin: 0 15px;
    display: inline-block;
}


/* Astérique champs obligatoires */

form .star-required-note {
    color: #999;
    display: inline-block;
}

form .star-required-note .star-symbol {
    margin: 0 5px;
}

.field,
.captcha-img,
.minus-plus-field-part {
    height: 40px;
    line-height: 40px;
}

.field,
.captcha-img,
.minus-plus-field-area {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-top-color: #C0C0C0;
}

.field {
    clear: both;
    display: block;
    padding: 0 10px;
    margin: 2px 0 15px;
    overflow: hidden;
}

.field:hover,
.minus-plus-field-area:hover {
    border-color: #2a7551;
    box-shadow: 1px 1px 2px #eee;
}

.field input,
.link-field a,
.field select,
.field textarea {
    padding: 0;
    width: 100%;
    display: inline-block;
    border: none;
    font-weight: normal;
    background-color: transparent;
    font-weight: normal;
}

.field input,
.link-field a,
.field select,
.field textarea,
.file-field .file-browse,
.search-field .search-btn,
.search-field .search-btn input,
.search-field .search-btn-clz {
    height: 100%;
}

.select-field {
    padding: 0;
    position: relative;
}

.select-field .select-arrow {
    width: 16px;
    height: 16px;
    line-height: 20px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
    z-index: 0;
    position: absolute;
}

.select-field .icofont-simple-down {
    color: #1D76BD;
}

.select-field .icofont-simple-up {
    color: #9DE000;
}

.select-field select {
    width: 100%;
    z-index: 1;
    padding: 0 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-field-multiple,
.select-field-multiple select {
    height: auto;
    line-height: auto;
}

.select-field-multiple {
    padding: 5px;
}

.hidden-field {
    display: none;
}

.submit-field,
.choice-list,
.choice-list .field,
.date-field .field {
    /*width:auto;*/
    display: inline-block;
}

.date-field,
.choice-list {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 10px 0 15px;
    background-image: none;
}

.submit-field,
.choice-list,
.choice-list .field {
    padding: 0;
    border: none;
}

.choice-list .field,
.date-field .field {
    margin: 0;
}

.date-field .field {
    width: auto;
}

.date-field .date-field-part {
    display: inline-block;
}

.date-field .date-fieldDay .field {
    width: 60px;
}

.date-field .date-field-month .field {
    width: 130px;
}

.date-field .date-field-year .field {
    width: 80px;
}

.date-field .date-field-sep {
    width: 10px;
    color: #888;
    bottom: 12px;
    position: relative;
    text-align: center;
    display: inline-block;
}


/* Password Field */

.pwd-wrp {
    display: block;
}

.pwd-wrp .field {
    position: relative;
}

.pwd-wrp .field input {
    z-index: 1;
    position: relative;
}

.pwd-wrp .field .unmask-pwd,
.pwd-wrp .field input[type="text"]+.unmask-pwd:before,
.pwd-wrp .field input[type="text"]+.unmask-pwd:after {
    width: 18px;
    height: 18px;
    border: none;
    position: absolute;
    background-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pwd-wrp .field .unmask-pwd {
    top: 6px;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999999px;
    -webkit-appearance: none;
}

.pwd-wrp .field .unmask-pwd,
.pwd-wrp .field input[type="text"]+.unmask-pwd:before {
    background-image: url(../icons/form/eye-off.png);
}

.pwd-wrp .field input[type="text"]+.unmask-pwd:before,
.pwd-wrp .field input[type="text"]+.unmask-pwd:after {
    content: "";
    top: 0;
    left: 0;
}

.pwd-wrp .field input[type="text"]+.unmask-pwd:before {
    z-index: 1;
}

.pwd-wrp .field input[type="text"]+.unmask-pwd:after {
    z-index: 2;
    background-image: url(../icons/form/eye-green.png);
}


/* Color Field */

.color-field {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
}

.color-field input {
    width: 100%;
    text-align: center;
}


/* Link Field */

.link-field a {
    width: auto;
}

.link-field a,
.link-field a:hover {
    text-decoration: none;
}

.field .mce-panel {
    border: none;
}

.date-field .field select {
    width: 100%;
}

.choice-opt .field input {
    width: auto;
    height: auto;
    display: inline;
}


/* Champ de type Checkbox et Radio */

.choice-list {
    display: block;
    overflow: hidden;
}

.choice-opt {
    position: relative;
    margin-bottom: 5px;
}

.choice-list .choice-opt {
    display: inline-block;
}

.bigChoiceList .choice-opt {
    width: 130px;
}

.vt-choice-list,
.vt-choice-list .choice-opt {
    clear: both;
    width: auto;
    display: block;
}

.choice-opt,
.choice-opt .choice-opt-tpl,
.choice-opt label,
.choice-opt input {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.choice-opt input {
    height: 13px;
    line-height: 13px;
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute;
}

.choice-opt-alone .choice-opt {
    display: block;
}

.choice-opt .choice-opt-tpl {
    top: 2px;
    z-index: 1;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
}

.choice-opt:hover .choice-opt-tpl {
    border: 1px solid #999;
}

.checkbox-opt .choice-opt-tpl {
    width: 18px;
    height: 18px;
}

.checkbox-opt .choice-opt-tpl .choice-opt-tpl-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 12px;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.checkbox-opt.opt-checked .choice-opt-tpl .choice-opt-tpl-inner {
    animation: zoomIn .2s;
    animation-iteration-count: 1;
}

.radio-opt .choice-opt-tpl {
    width: 18px;
    height: 18px;
}

.radio-opt .choice-opt-tpl .choice-opt-tpl-inner {
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    display: none;
    margin-top: -5px;
    margin-left: -5px;
    position: absolute;
    background-color: #ccc;
}

.radio-opt.opt-checked .choice-opt-tpl {
    border-color: #9DE000;
}

.radio-opt .choice-opt-tpl,
.radio-opt .choice-opt-tpl .choice-opt-tpl-inner {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.radio-opt.opt-checked .choice-opt-tpl .choice-opt-tpl-inner {
    display: block;
    background-color: #9DE000;
    animation: zoomIn .2s;
    animation-iteration-count: 1;
}

.choice-opt label {
    color: #555;
    display: inline-block;
}

.choice-opt:hover label {
    color: #1D76BD;
}


/* Coice List Outer */

.choice-list-outer {
    width: 100%;
    position: relative;
    padding-top: 5px;
}

.choice-list-outer .choice-list-outer-fields {
    top: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    text-align: right;
}

.choice-list-outer .choice-list-outer-fields .choice-list-outer-field {
    display: inline-block;
}

.choice-list-outer .choice-list-outer-fields .choice-list-outer-field label {
    padding: 0 5px;
    display: inline-block;
    text-transform: lowercase;
    display: none;
}

.choice-list-outer .choice-list-outer-fields .choice-list-outer-field .field {
    height: 23px;
    line-height: 23px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.choice-list-outer .choice-list-outer-fields .choice-list-outer-field .list-icon-categories-field {
    min-width: 200px;
}


/* Choice List Imaged */

.choice-list-imaged {
    overflow: auto;
    padding: 20px;
    max-height: 250px;
    background-color: #f9f9f9;
    /*border:1px solid #D9D9D9;*/
}

.choice-list-imaged .choice-opt {
    position: relative;
}

.choice-list-imaged .choice-opt label {
    z-index: 1;
    position: relative;
}

.choice-list-imaged .choice-opt input,
.choice-list-imaged .choice-opt .choice-opt-tpl {
    top: 20px;
    top: 0;
    z-index: 2;
    position: absolute;
}

.choice-list-imaged .choice-opt label .label-img {
    width: 64px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    background-color: transparent;
}

.choice-list-imaged .choice-opt label .label-img .label-img-inner {
    display: block;
    overflow: hidden;
    height: 64px;
    line-height: 64px;
    border: 1px solid #efefef;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.choice-list-imaged .choice-opt label .label-img-circle .label-img-inner {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.choice-list-imaged .choice-opt label .label-img:hover .label-img-inner {
    border-color: #ccc;
}

.choice-list-imaged .opt-checked label .label-img .label-img-inner,
.choice-list-imaged .opt-checked label .label-img:hover .label-img-inner {
    border: 1px solid #9DE000;
}

.choice-list-imaged .choice-opt label .label-img.label-img16 {
    width: 16px;
}

.choice-list-imaged .choice-opt label .label-img.label-img16 .label-img-inner {
    height: 16px;
    line-height: 16px;
}

.choice-list-imaged .choice-opt label .label-img.label-img24 {
    width: 24px;
}

.choice-list-imaged .choice-opt label .label-img.label-img24 .label-img-inner {
    height: 24px;
    line-height: 24px;
}

.choice-list-imaged .choice-opt label .label-img.label-img32 {
    width: 32px;
}

.choice-list-imaged .choice-opt label .label-img.label-img32 .label-img-inner {
    height: 32px;
    line-height: 32px;
}

.choice-list-imaged .choice-opt label .label-img.label-img48 {
    width: 48px;
}

.choice-list-imaged .choice-opt label .label-img.label-img48 .label-img-inner {
    height: 48px;
    line-height: 48px;
}

.choice-list-imaged .choice-opt label .label-img.label-img50 {
    width: 50px;
}

.choice-list-imaged .choice-opt label .label-img.label-img50 .label-img-inner {
    height: 50px;
    line-height: 50px;
}

.choice-list-imaged .choice-opt label .label-img.label-img64 {
    width: 64px;
}

.choice-list-imaged .choice-opt label .label-img.label-img64 .label-img-inner {
    height: 64px;
    line-height: 64px;
}

.choice-list-imaged .choice-opt label .label-img.label-img70 {
    width: 70px;
}

.choice-list-imaged .choice-opt label .label-img.label-img70 .label-img-inner {
    height: 70px;
    line-height: 70px;
}

.choice-list-imaged .choice-opt label .label-img.label-img75 {
    width: 75px;
}

.choice-list-imaged .choice-opt label .label-img.label-img75 .label-img-inner {
    height: 75px;
    line-height: 75px;
}

.choice-list-imaged .choice-opt label .label-img.label-img80 {
    width: 80px;
}

.choice-list-imaged .choice-opt label .label-img.label-img80 .label-img-inner {
    height: 80px;
    line-height: 80px;
}

.choice-list-imaged .choice-opt label .label-img.label-img90 {
    width: 90px;
}

.choice-list-imaged .choice-opt label .label-img.label-img90 .label-img-inner {
    height: 90px;
    line-height: 90px;
}

.choice-list-imaged .choice-opt label .label-img.label-img100 {
    width: 100px;
}

.choice-list-imaged .choice-opt label .label-img.label-img100 .label-img-inner {
    height: 100px;
    line-height: 100px;
}

.choice-list-imaged .choice-opt label .label-img.label-img128 {
    width: 128px;
}

.choice-list-imaged .choice-opt label .label-img.label-img128 .label-img-inner {
    height: 128px;
    line-height: 128px;
}

.choice-list-imaged .choice-opt label .label-img.label-img150 {
    width: 150px;
}

.choice-list-imaged .choice-opt label .label-img.label-img150 .label-img-inner {
    height: 150px;
    line-height: 150px;
}

.choice-list-imaged .choice-opt label .label-img .label-img-inner img {
    height: 100%;
    min-width: 100%;
    vertical-align: top;
}

.choice-list-imaged .choice-opt label .label-img.imgReal .label-img-inner img {
    width: auto;
    min-height: auto;
    vertical-align: middle;
}

.choice-list-imaged .choice-opt label .label-img .label-img-inner.label-img-bg {
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
    background-color: transparent;
}

.choice-list-imaged .choice-opt label .label-img .label-img-title {
    margin: 0;
    color: #444;
    height: 32px;
    line-height: 1.1;
    padding: 0 3px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}

.opt-checked label,
.choice-list-imaged .opt-checked label .label-img .label-img-title {
    color: #F2632B;
    font-weight: bold;
    animation: fadeIn .3s;
    animation-iteration-count: 2;
}

.opt-checked label,
.opt-checked:hover label {
    color: #9DE000;
}

a:hover .label-img-title {
    cursor: pointer;
    animation: fadeInUp .2s;
    animation-iteration-count: 1;
}

.opt-checked .label-img-title,
a:hover .label-img-title {
    text-decoration: underline;
}

.opt-checked a:hover .label-img-title {
    animation: none;
}


/* Champ de type Textarea */

.textarea-field {
    /*height:100%;*/
    height: auto;
    padding: 2px;
    padding: 5px;
    position: relative;
}

.textarea-field.textarea-editor {
    padding: 1px;
}

.textarea-field textarea {
    height: auto;
    resize: vertical;
    line-height: 1.7;
    overflow-y: auto;
}


/* Champ de type Duration */

.duration-field-wrp {
    display: block;
    position: relative;
    margin: 2px 0 15px;
}

.duration-field-wrp .duration-field {
    z-index: 1;
    margin: 0;
    position: relative;
}

.duration-field-wrp input {
    z-index: 1;
    margin: 0;
    width: 60%;
    position: relative;
    text-align: center;
}

.duration-field-wrp select {
    top: 1px;
    z-index: 2;
    width: 40%;
    position: absolute;
    color: #333;
    border: none;
    border-radius: 0;
    background: transparent;
}


/* Minus Plus Field */

.number-minus-plus-field {
    border: 0;
    display: inline-block;
    background-color: transparent;
}

.minus-plus-field-part {
    display: inline-block;
    vertical-align: middle;
}

.minus-plus-field-symbol {
    width: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.minus-plus-field-symbol.desabled {
    color: #B7B7B7;
    cursor: not-allowed;
}

.minus-plus-field-symbol:hover {
    font-size: 20px;
}

.minus-plus-field-area {
    width: 30px;
    padding: 0 5px;
    text-align: center;
}

.latitude-field input::-webkit-outer-spin-button,
.latitude-field input::-webkit-inner-spin-button,
.longitude-field input::-webkit-outer-spin-button,
.longitude-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Supprime les flèches dans Chrome, Safari, Edge */
    margin: 0;
}

.latitude-field input[type=number],
.longitude-field input[type=number] {
    -moz-appearance: textfield;
    /* Supprime les flèches dans Firefox */
}


/* Champ double (money,duration...) */

.double-field {
    padding: 0;
    display: block;
    position: relative;
}

.double-field .field {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.double-field .field:hover {
    box-shadow: none;
}

.double-field .number-field {
    top: 0;
    z-index: 1;
    margin: 0;
    width: 59%;
    position: relative;
}

.double-field .number-field input {
    margin: 0;
    line-height: 100%;
    text-align: center;
}

.double-field .select-field {
    top: 0;
    z-index: 2;
    width: 40%;
    position: absolute;
    color: #333;
    border: none;
    border-radius: 0;
    background: transparent;
}

.double-field .select-field select {
    width: 100%;
    margin: 0;
}


/* Champ de type File */

.file-field-wrp {
    display: block;
    /*overflow:hidden;*/
    margin: 2px 0 15px;
}

.file-field {
    margin: 0;
    position: relative;
}

.file-field .file-layer-wrp {
    top: 0;
    z-index: 2;
    width: 60%;
    display: block;
    position: relative;
    background: transparent;
}

.file-field .file-layer-wrp .file-layer,
.file-field .file-browse,
.file-field .file-browse input {
    position: absolute;
}

.file-field .file-layer-wrp input {
    z-index: 1;
    width: 100%;
    position: relative;
}

.file-field .file-layer-wrp .file-layer {
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent;
}

.file-field .file-browse {
    top: 0;
    z-index: 3;
    color: #fff;
    width: 40%;
    height: 100%;
    line-height: 2.3;
    overflow: hidden;
    text-align: center;
    background-color: #434343;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(../icons/form/buttons/browse/bg.png);
}

.file-field .file-browse:hover {
    background-color: #5A5A5A;
    background-image: url(../icons/form/buttons/browse/bg_hover.png);
}

.file-field .file-browse input {
    top: 0;
    z-index: 2;
    width: 100%;
    background: transparent;
}

.file-field .file-browse input,
.file-field .file-browse .text-browse {
    cursor: pointer;
}

.file-field-wrp .file-images-preview,
.file-field-wrp .db-files-preview {
    clear: both;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

.file-field-wrp .file-images-preview {
    background-color: #FFEDB9;
}

.file-field-wrp .db-files-preview {
    background-color: #CEF5E3;
}

.file-field-wrp .file-image-preview,
.file-field-wrp .db-file-preview {
    margin-top: 15px;
    display: inline-block;
}

.file-field-wrp .img-wrp-outer {
    margin: 0;
    width: 142px;
    height: 142px;
    display: inline-block;
}


/* Input Imaged */

.input-imaged {
    clear: both;
    display: block;
    overflow: hidden;
}

.input-imaged a.img {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
}

.input-imaged a.img img {
    min-width: 100%;
    height: 100%;
}

.input-imaged .input-imaged-details {
    font-size: 11px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    direction: ltr;
}

.input-imaged .input-imaged-details .input-imaged-type {
    margin: 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.input-imaged .file-field-wrp {
    overflow: hidden;
}


/* Champ de type Search */

.search-field {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
    border: 1px solid #e5e5e5;
}

.search-field:hover {
    box-shadow: none;
}

.search-field .search-text-field {
    width: 76%;
    height: 100%;
    z-index: 1;
    padding: 0 2%;
    position: relative;
}

.search-field .search-text-field input {
    width: 100%;
}

.search-field .search-btn {
    top: 0;
    z-index: 2;
    color: #fff;
    width: 20%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: #fff;
}

.search-field .search-btn input {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    background-size: 1em;
    background-color: transparent;
}

.search-field .search-btn .search-icon {
    z-index: 0;
    position: relative;
}

.search-field .search-btn:hover .search-icon {
    color: #555;
    animation: slideInLeft 0.4s;
}


/* Close */

.search-field .search-btn-clz {
    top: 0;
    z-index: 3;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    display: inline-block;
    display: none;
    background-color: #efefef;
}

.search-field .search-btn-clz a {
    color: #333;
    width: 100%;
    height: 100%;
    font-size: .8em;
    display: inline-block;
}

.search-field .search-btn-clz a:hover {
    color: #ED292E;
}


/* Champ de type Submit */

.submit-field,
.submit-field input,
.link-field a {
    color: #555;
    border: none;
    cursor: pointer;
    text-align: center;
}

.submit-field input,
.link-field a {
    padding: 0 25px;
}

.link-field {
    line-height: 35px;
}

.submit-field {
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 1px 0 #eee;
    border: 1px solid #D9D9D9;
    border-top-color: #C0C0C0;
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F3F3F3;
    background-size: 1px 100%;
}

.submit-field:hover {
    background-color: #C2C2C2;
}


/* Send */

.send-field {
    background-color: #F3F3F3;
    border-color: #DEDEDE #D9D9D9 #D3D3D3 #D8D8D8;
}

.send-field:hover {
    background-color: #F6F6F6;
    border-color: #C7C7C7 #C3C3C3 #BEBEBE #C3C3C3;
}

.send-field input {
    color: #555;
}


/* Add + Login + Validate + Confirm Link Field Black  */

.add-field,
.login-field,
.order-field,
.buy-field {
    background-color: #494949;
    border-color: #4C4C4C #393939 #1F1F1F #3B3B3B;
}

.add-field:hover,
.login-field:hover,
.order-field:hover,
.buy-field:hover {
    background-color: #5A5A5A;
    border-color: #2C2C2C #1A1A1A #101010 #222;
}

.add-field input,
.login-field input,
.order-field input,
.buy-field input {
    color: #fff;
}


/* Update + Register + Confirm Link Field Green */

.update-field,
.register-field,
.validate-field {
    background-color: #ACE04A;
    border-color: #ADC671 #A6C069 #87AA4A #9BB95E;
}

.update-field:hover,
.register-field:hover,
.validate-field:hover {
    background-color: #95D303;
    border-color: #8BB14D #83A648 #7D9E45 #84A749;
}

.update-field input,
.register-field input,
.validate-field input {
    color: #5d7731;
}


/* Delete + Confirm Link Field Red */

.delete-field,
.cancel-field,
.confirm-field {
    background-color: #F56D7F;
    border-color: #DF6F8B #DC647C #D55061 #DB637A;
}

.delete-field:hover,
.cancel-field:hover,
.confirm-field:hover {
    background-color: #F67689;
    border-color: #C36079 #C2596E #C14E5C #C2596E;
}

.delete-field input,
.cancel-field input,
.confirm-field input {
    color: #AA1F31;
}


/* Couleurs spécifiques */


/* Grey */

.grey-field {
    background-color: #F3F3F3;
    border-color: #DEDEDE #D9D9D9 #D3D3D3 #D8D8D8;
}

.grey-field:hover {
    background-color: #F6F6F6;
    border-color: #C7C7C7 #C3C3C3 #BEBEBE #C3C3C3;
}

.grey-field input,
.link-field.grey-field a {
    color: #555;
}


/* Black */

.black-field {
    background-color: #494949;
    border-color: #4C4C4C #393939 #1F1F1F #3B3B3B;
}

.black-field:hover {
    background-color: #5A5A5A;
    border-color: #2C2C2C #1A1A1A #101010 #222;
}

.black-field input,
.link-field.black-field a {
    color: #fff;
}


/* Green */

.green-field {
    background-color: #ACE04A;
    border-color: #ADC671 #A6C069 #87AA4A #9BB95E;
}

.green-field:hover {
    background-color: #95D303;
    border-color: #8BB14D #83A648 #7D9E45 #84A749;
}

.green-field input,
.link-field.green-field a {
    color: #5d7731;
}


/* Red */

.red-field {
    background-color: #F56D7F;
    border-color: #DF6F8B #DC647C #D55061 #DB637A;
}

.red-field:hover {
    background-color: #F67689;
    border-color: #C36079 #C2596E #C14E5C #C2596E;
}

.red-field input,
.link-field.red-field a {
    color: #AA1F31;
}


/* White */

.white-field {
    background-color: #fff;
    border-color: #fff;
}

.white-field:hover {
    background-color: #fff;
    border-color: #D8D1F5;
}

.white-field input,
.link-field.white-field a {
    color: #555;
    padding: 0 10px;
}

.white-field input:hover,
.link-field.white-field a:hover {
    color: #555;
}


/* Captcha */

.captcha-file-wrp {
    padding: 0;
    display: block;
    margin: 2px 0 15px;
    position: relative;
}

.captcha-elements {
    overflow: hidden;
}

.captcha-img {
    overflow: hidden;
    display: inline-block;
}

.captcha-img img {
    height: 100%;
    vertical-align: top;
}

.captcha-field {
    margin: 0;
    clear: none;
    width: 120px;
    display: inline-block;
}

.captcha-field input {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.captcha-reload {
    clear: both;
    display: block;
    font-size: .9em;
    padding: 0 10px;
}

.captcha-reload a {
    cursor: pointer;
}

.list-fields-hz {
    overflow: hidden;
}

.list-fields-hz .field {
    margin-bottom: 0;
    display: inline-block;
}

.list-fields-hz .field,
.list-fields-hz .field input {
    height: 30px;
    line-height: 30px;
}


/* Compteur du nombre de caractères saisis */

.maxlength-counter {
    bottom: 0;
    color: #555;
    font-size: .8em;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
}

.textarea-editor .maxlength-counter {
    display: none;
}