.choices {
    position: relative;
    display: inline-flex;
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none!important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #808080
}

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
    display: none
}

.choices[data-type*=select-one]:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    margin-top: 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 500;
    margin: 1px 3.75px 1px 1px;
    background-color: #808080;
    border: 1px solid #999999;
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #808080;
    border: 1px solid #999999
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 3;
    position: absolute;
    min-width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active {
    visibility: visible
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices.choices__overflow .choices__list--dropdown .choices__list { display: none;}
.choices.choices__click-unfocus .choices__list--dropdown .choices__list { display: none;}


.choices__list--dropdown .choices__item {
    position: relative;
    padding: 5px;
    font-size: 11px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .no-selected-text .choices__item--selectable {
        padding-right: 0;
    }
    .choices__list--dropdown .no-selected-text .choices__item--selectable:after {
        content: none;
    }
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 11px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 11px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus, .choices__input:focus {
    outline: 0;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #ffffff;
    font-size: 11px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 1px 0 6px!important;
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder, .choices__input::placeholder {
    opacity: 0.5
}

.choices__input::-ms-input-placeholder {
    opacity: 0.5
}

.choices, .choices:before, .choices:after, .choices__inner, .choices__inner:before, .choices__inner:after, .choices__list, .choices__list:before, .choices__list:after {
    box-sizing: border-box;
}

















.visible-ie {
    display: none;
}

.push-bottom {
    margin-bottom: 24px;
}

.zero-bottom {
    margin-bottom: 0;
}

.zero-top {
    margin-top: 0;
}

.text-center {
    text-align: center;
}

[data-test-hook] {
    margin-bottom: 24px;
}

.choices .choices__input {
    border: none;
    border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__input {
    vertical-align: middle;
    margin-bottom: 0px;
}

.choices[data-type*=select-multiple] .choices__inner {
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.35;
}

.choices__list--single .choices__item {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    overscroll-behavior: none;
}

.choices.test__safarie { background: green;}

.choices__list--dropdown .choices__item--selectable {
    background-color: #FFFFFF;
    color: #333333;
}

.choices__inner {
    padding: 0 0 0 0;
    min-height: auto;
    background-color: #ffffff;
    border-radius: 5px;
}

.choices .choices__input {
    padding: 4px 1px 0 6px!important;
}

.F_form .choices[data-type*=select-one] .choices__input {
    padding: 4px 1px 0 6px!important;
}

.F_form .choices[data-type*=select-one] .choices__list--dropdown { 
 overflow: hidden;   
}

.F_form .choices[data-type*=select-multiple] .choices__input {
    padding: 2px 1px 2px 6px!important;
}

.F_form .choices__input::placeholder, .F_form .choices__input {
    margin-top: 2px;
    color: #F08711;
}


.F_form .choices[data-type*=select-multiple].choices__overwrite--ie .choices__input{
    margin-top: 4px;
    color: #F08711;
    opacity: 0.5;
}

.F_form .choices[data-type*=select-multiple].choices__overwrite--ie.is-open .choices__input {
    margin-top: 4px;
    color: #333333;
    opacity: 1;
}

.F_form .choices__inner:focus-within, .F_form .choices__inner:focus-within .choices__input::placeholder, .F_form .choices__inner:focus-within .choices__input, .F_form .choices__inner:focus-within+.choices__list {
    background-color: #FFCC10;
    color: #333333!important;
}

.F_form .choices[data-type*=select-one] .choices__list--dropdown .choices__item--selectable.is-highlighted, .F_form .choices[data-type*=select-multiple] .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #1e90ff!important;
    color: white!important;
}

.F_form .choices__list--dropdown .choices__item--selectable {
    background-color: #FFCC10;
    color: #333333;
}

.F_form .choices__list--dropdown .choices__list {
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    background-color: #FFCC10;
}

.F_form .choices__list--single {
    padding: 2px 16px 2px 6px;
}

.F_form .choices__inner {
    background-color: #ffffff;
    padding: 0 30px 0 0;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 12px;
    min-height: 26.5px;
    overflow: hidden;
    color: #F08711;
}

.F_form .choices[data-type*=select-multiple] .choices__button, .F_form .choices[data-type*=text] .choices__button {
    border-radius: 0;
}

.F_form .choices[data-type*=select-one] .choices__input {
    padding: 0;
    border-bottom: none;
}

.F_form .choices .ffError {
    color: #ffffff!important;
    background-color: #e28888!important;
    border: 1px solid #CC0000!important;
    border-radius: 0.8ex;
    -webkit-border-radius: 0.8ex;
}

.F_form .choices[data-type*=select-one].choices.is-focused .choices__input, .F_form .choices[data-type*=select-one].choices.is-focused .choices__inner, .F_form .choices[data-type*=select-one].choices.is-focused .choices__item.choices__item--selectable, .F_form .choices[data-type*=select-one].choices.is-focused .has-no-results, .F_form .choices[data-type*=select-one].choices.is-focused .has-no-choices {
    background-color: #FFCC10;
    color: #333333;
}

.F_form .choices[data-type*=select-one].choices.is-focused .choices__input::placeholder, .F_form .choices[data-type*=select-one].choices.is-focused .choices__item--choice.choices__placeholder {
    color: rgba(51, 51, 51, 0.5);
    background-color: #FFE62A;
    opacity: 1;
}

.F_form .choices[data-type*=select-one].choices.is-focused .choices__input::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    background-color: #FFE62A;
    opacity: 1;
}

.F_form .choices[data-type*=select-one].choices.is-focused .choices__input::placeholder, .F_form .choices[data-type*=select-one].choices.is-focused .F_form .choices__item--choice.choices__placeholder.is-highlighted {
    color: #FFFFFF;
    background-color: #38AAFF;
    opacity: 1;
}

.F_form .choices[data-type*=select-one].choices.is-focused .choices__input::-ms-input-placeholder {
    color: #FFFFFF;
    background-color: #38AAFF;
    opacity: 1;
}

.F_form .choices.is-focused .choices__inner, .F_form .choices.is-focused .choices__inner .choices__input::placeholder, .F_form .choices.is-focused .choices__inner .choices__input, .F_form .choices.is-focused .choices__inner+.choices__list {
    background-color: #FFCC10;
    color: #333333!important;
}

.F_form .choices.is-focused .choices__inner .choices__input::-ms-input-placeholder {
    background-color: #FFCC10;
    color: #333333!important;
}

.F_form .choices__input::-ms-input-placeholder, .choices__input {
    margin-top: 3px;
    color: #F08711;
}

.F_form [data-type*=select-one].choices .choices__item.choices__item--selectable.choices__placeholder {
    color: rgba(240, 135, 17, 0.5);
    background-color: #FFFFFF;
    opacity: 1;
}

.F_form [data-type*=select-one].choices .choices__item.choices__item--selectable {
    margin-bottom: -3px;
}

.F_form .choices.is-focused .choices__inner {
    background-color: #FFCC10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.F_form .choices[data-type*=select-one] .choices__item.choices__item--selectable {
    background-color: #ffffff;
    color: #F08711;
}

.F_form .choices .choices__inner.ffError .choices__item.choices__item--selectable, .F_form .choices .choices__inner.ffError+.choices__list--dropdown .choices__input, .F_form .choices .choices__inner.ffError+.choices__list--dropdown .choices__list .choices__item, .F_form .choices .choices__inner.ffError .choices__input, .choices__inner.ffError .choices__input::placeholder {
    color: #ffffff!important;
    background-color: #e28888!important;
}

.F_form .choices .choices__inner.ffError+.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #1e90ff!important;
}
.choices__list--dropdown {
    overflow: visible;
    background: transparent;
    left: 0;
}
.choices[data-type*=select-one].choices__display--dropdown .choices__input { max-width: inherit!important;}

.choices.choices__display--dropdown .choices__list.choices__list--single .choices__item button, .choices.choices__display--dropdown .choices__list.choices__list--multiple .choices__item,  .choices.choices__display--dropdown .choices__list.choices__list--multiple .choices__item.choices__placeholder{
    visibility: hidden;
    display: none;
}

.choices.choices__display--dropdown .choices__list.choices__list--single .choices__item.choices__placeholder, .choices.choices__display--dropdown .choices__list.choices__list--multiple .choices__item.choices__placeholder {
    visibility: visible;
    display: inline-block;
}

.choices[data-type*=select-multiple].choices__display--dropdown .choices__input, .choices[data-type*=select-multiple].choices__display--dropdown .choices__input {
    text-overflow: ellipsis;
    width: calc(100% - 10px)!important;
    min-width: auto!important;
    padding-right: 25px!important;
}

.choices.choices__display--dropdown .choices__list--dropdown .choices__list .choices__item.is-selected:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("images/coche-icone.png") no-repeat center;
    background-size: 15px;
    color: #ffffff;
    opacity: 1;
}

.choices.choices__display--dropdown .choices__list--dropdown .choices__list .choices__item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}

.choices[data-type*=select-multiple]:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    bottom: 6px;
    pointer-events: none
}

.choices.choices__display--dropdown .choices__list--dropdown .choices__list {
    border-style: solid;
    border-color: #b7b7b7;
    border-width: 0px 1px 1px 1px;
    background-color: #ffffff;
}

.choices.input-selected .choices__placeholder, .choices.input-selected .choices__input::placeholder {
    opacity: 1
}

.choices.input-selected .choices__input::-ms-input-placeholder {
    opacity: 1
}

/* Form-control */
.choices.form-control .choices__inner, .choices.form-control .choices__list--dropdown {
    border: none;
}

.choices.form-control .choices__input {
    padding: 0!important;
}

.choices.form-control .choices__list--multiple .choices__item, .choices.form-control .choices__list--dropdown .choices__item, .choices.form-control .choices__input {
    font-size: 14px;
}

.choices[data-type*=select-multiple].form-control:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    bottom: 8px;
    pointer-events: none
}

.choices__overwrite--edge {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.choices__overwrite--edge .choices__inner {
    background-color: transparent;
}

.choices__overwrite--edge.form-control .choices__input {
    padding: 0 0 0 10px!important;
    margin: 0 0 3px 0!important;
}

.choices__overwrite--ie.form-control .choices__input {
    padding: 0 0 0 2px!important;
    margin: 0 0 3px 0!important;
}

.choices__overwrite--edge.form-control .choices__input {
    color: #333333;
}


.choices[data-type*=select-multiple].choices__overwrite--ie .choices__input{
    margin-top: 4px;
    padding-bottom: 2px!important;
    color: #333333;
    opacity: 0.5;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.choices[data-type*=select-multiple].choices__overwrite--ie .choices__input::-ms-expand{ 
    display:none;
}
.choices[data-type*=select-multiple].input-selected.choices__overwrite--ie .choices__input,  .choices[data-type*=select-one].input-selected.choices__overwrite--ie .choices__input, .choices[data-type*=select-multiple].choices__overwrite--ie.is-open .choices__input {
    opacity: 1;
}

.choices[data-type*=select-multiple].choices__overwrite--ie.is-open .choices__input {
    margin-top: 4px;
    color: #333333;
    padding-bottom: 2px!important;
    opacity: 1;
}

.choices[data-type*=select-multiple].choices__overwrite--ie.is-open .choices__input::-ms-clear, .choices[data-type*=select-one].choices__overwrite--ie.is-open .choices__input::-ms-clear {
    display:none;
}

.choices[data-type*=select-multiple] .choices__inner .choices__button--remove {
    content:"";
    position: absolute;
    border: none;
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
    box-shadow: none;
    width: 15px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
}

.choices[data-type*=select-multiple].choices__force-multiple .choices__inner .choices__button--remove { display: none;}
.choices[data-type*=select-multiple].choices__force-multiple.choices__display-remove-button .choices__inner .choices__button--remove { display: inline-block;}

.choices[data-type*=select-one] .choices__inner .choices__button--remove { display: none;}