/***********************************
 * SOMMAIRE
 *
 * Acces area with CTRL + F "$[ZONE]"
 * |--- LAYOUT
 * |--- HEADER
 * |--- MENU
 * |--- TABLE
 * |--- FORM
 * |--- DIVERS
********************************* */

/***************
 *  $LAYOUT    *
 ************* */
html{
    padding:0;
    margin:0px;
    height: 100%;
    min-height: 100%;
}

body {
    color: black;
    font-family: arial;
    margin: 0px;
    /*height: 100%;*/
    min-height: 100%;
    position: relative;
}

.half-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.half-left, .half-right {
    flex: 1 1 48%;
    box-sizing: border-box;
}
.half-container .half-left {
    padding-right: 0.5em;
}
.half-container .half-right {
    padding-left: 0.5em;
}
.half-container .btn {
    margin: 15px 0px;
}
.half {
    width: 50%;
    box-sizing: border-box;
}
.half.half-left {
    float: left;
    padding-right: 0.5em;
}
.half.half-right {
    float: right;
    padding-left: 0.5em;
}
/***************
 *  $HEADER    *
 ************* */
#entête{
    min-width : 924px;
    position: relative;
    color: white;
    margin: 0;
    width: 100%;
}
.header-row {
    display:block;
    height: 100px;
}

#entête h1 {
    background: url(../js/img/logo_octopus_header2024.png) 0px 0px no-repeat;
    padding: 0px;
    margin: 0px;
    text-indent: -1000px;
    height: 100px;
    position: relative;
    width: 470px;
    background-size: contain;
    background-position: center;
    margin-left: 4rem;
}
#entête h1 a{
    display: block;
    height: 100%;
    width: 100%;
}
#footer h2 a{
    display: block;
    height: 100%;
    width: 100%;
}
div.inner{
    padding:30px 0 0 0;
    width:924px;
    margin:0 auto;
}
#entête div.inner{
    padding: 0px;
    position: relative;
}

table{
    width:100%;
}
a{
    text-decoration: none;
    color:red;
}
#boite_log{
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: arial;
    width: 380px;
    height:100px;
    background-color:red;
}
#boite_log div.bouton-log{
    padding-left: 20px;
    height: 100px;
}
#boite_log > a,
#boite_log div.bouton-log > a{
    display: inline-block;
    margin-left: 10px;
    font-family: arial;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#boite_log div.bouton-log .img-circle{
    display: block;
    width: 36px;
    height: 36px;
    margin: 10px auto 5px auto;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
#boite_log div.bouton-log .img-circle img{
    margin-top: 6px;
    width: 24px;
    height: 24px;
}
#boite_log > a:hover
#boite_log div.bouton-log > a:hover{
    text-decoration: underline;
}
#boite_log div.user-display{
    padding-left: 20px;
    position: absolute;
    height: 30px;
    width: 380px;
    top: 70px;
    background-color: lightgray;
}

h2{
    font-family: arial;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

/***************
 *  $MENU    *
 ************* */
#Menu ul {
    margin: 0px;
    padding: 0px;
    background-color: #295C9E;
    list-style:none;
}
#Menu a {
    padding: 1em;
    display: block;
    text-align:center;
    text-decoration: none;
    color: #fff;
}
#Menu a:hover {
    background-color: rgba(0,0,0,.5);
}
#Menu #nav {
    display: flex;
    flex-direction : row;
    justify-content: center;
}
.has-children {
    position: relative;
}
.has-children:hover > .sous-menu {
    display: flex;
    z-index: 9999;
}
.sous-menu {
    display: none;
    flex-flow: column wrap;
    min-width: 100px;
    position: absolute;
    background: 295C9E;
}
.sous-menu a {
    text-align: left;
    color:white;
}
.sous-menu .sous-menu {
    top: 0px;
    left: 100%;
    background: #1e76d6;
}

/***************
 *  $TABLE    *
 ************* */
table{
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
table tr.total td {
    border-top:1px solid #000;
}
table td{
    margin: 0px;
    padding: 0px;
    height: 46px;
    vertical-align: middle;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}
table td:first-letter{
    text-transform: uppercase;
    }
table td.label{
    text-align: right;
    padding-right:10px;
    width: 253px;
}
table td input[type="text"],
table td input[type="password"],
table td input[type="time"],
table td input[type="number"],
table td input[type="money"],
table td input[type="email"]{
    width: 381px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    height: 30px;
    padding-left: 15px;
    color: #434343;
    line-height: 30px;
}
table td input[type="number"],
table td input[name="form\[tarifMembre\]"],
table td input[name="form\[tarifNonMembre\]"]{

}
input[type="submit"], button[type="submit"], input#export-pdf, a.a-button{
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    /* width: 163px; */
    height: 40px;
    line-height: 40px;
    border: 0px;
    background: #e6352f;
    margin-left: 234px;
    color: white;
    cursor: pointer;
    position: relative;
    transition-duration:0.3s;
}

input#export-pdf[disabled]
{
    cursor: wait;
}
input[type="submit"][disabled], button[type="submit"][disabled], input#export-pdf[disabled] {
    background: #FFF;
    color: #AAA;
    border: 1px solid #AAA;
    transition-duration:0.3s;
}

a.a-button {
    display: block;
    text-align: center;
    float: right;
    background : #B0B0B0;
    width : 130px;
    height : 35px;
    line-height : 35px;
}

input.align-export-pdf{
    top: -46px;
}

button[type="submit"]{
    top: 20px;
}
.espaces-form button[type="submit"]{
    margin-left: -11px;
    }
tr.last td{
    vertical-align: bottom;
}

.button-group {
    text-align: center;
}
.button-group .etat, .button-group button {
    margin: 1em;
    display: inline-block;
}


/***************
 *  $FOOTER    *
 ************* */
#footer{
    margin-top: 5em;
    width: 100%;
    background-color: rgb(40, 92, 158);
    clear : both;
}
.footer-baseline, .footer-contact {
    position: relative;
}
.footer-baseline {
    padding: 1em;
}
.footer-contact {
    background-color: rgb(1, 66, 132);
    height:80px;
}
#footer .footer-baseline #baseline {
    margin: 0 auto;
    padding: 0.5em;
    color: #fff;
    background-color:#005fc3;
    max-width:60%;
    font-size: 1.1em;;
}
#footer .half-left {
    background-color: #fff;
}
#footer .footer-contact .logo {
    height: 80px;
    background: url(../js/img/logo_octopus_header2024.png) no-repeat 0px 0px;
    /* padding: 15px 10px 5px 0;
    height: 60px; */
    background-color: #fff;
    background-position: right;
    background-size: contain;
}
#footer .footer-contact a.contact {
    line-height: 80px;
    margin-left: 2em;
    font-size: 1.1em;
    color: #fff;
}
#footer h2:first-child{
    width: 319px;
    height: 104px;
    background: url(../js/img/campus2.png) no-repeat 0px 13px;
    float: left;
    vertical-align: top;
    margin: 0px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: white;
    text-indent: 0px;
    text-transform: none;
    padding-left: 319px;
    padding-top: 37px;
    margin-top: 0px;
}
#footer h2{
background: url("../js/images/logo.gif") no-repeat 0px 28px
transparent;
height: 100px;
margin-left: 699px;
text-indent: -99999px;
}
/* Custum selectbox */
/* Custum selectbox */
/* Custum selectbox */
/* Custum selectbox */
@CHARSET "UTF-8";
.sbHolder{
    background-color: #f8f8f8;
    border: solid 1px #c6c6c6;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sbHolder.large{
    width: 396px;
    }
.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 16px;
    top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #434343;
    outline: none;
    text-decoration: none;
    font-size: 14px;
}
.sbToggle{
    background: url(../js/img/fleches.png) 10px 0px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.sbToggle:hover{
    background: url(../js/img/fleches.png) 10px 0px no-repeat;
}
.sbToggleOpen{
    background: url(../js/img/fleches.png) 10px -29px no-repeat;
}
.sbToggleOpen:hover{
    background: url(../js/img/fleches.png) 10px -29px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbHolder.large .sbOptions{
    width: 396px;
    }
.sbOptions{
    background-color: white;
    border: solid 1px #c6c6c6;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 150px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 9px;
    font-size: 14px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #c6c6c6;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #434343;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #434343;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
/* CHECKBOXES JQUERY */
.icheckradio,
.icheckbox {
display:inline-block;
vertical-align:middle;
margin:0 0px 0 0;
padding:0;
width:22px;
height:20px;
background:url(../js/img/iCheck.png) no-repeat;
border:none;
cursor:pointer;
}
.icheckbox,
.icheckbox.disabled {
background-position:-22px 0;
}
.icheckbox.checked,
.icheckbox.checked.disabled {
background-position:0 0;
}
.icheckradio,
.icheckradio.disabled {
background-position:-66px 0;
}
.icheckradio.checked,
.icheckradio.checked.disabled {
background-position:-44px 0;
}
.icheckradio.disabled,
.icheckradio.checked.disabled,
.icheckbox.disabled,
.icheckbox.checked.disabled {
opacity:0.5;cursor:default;
}
.icheckbox + label {
    left: 7px;
    position: relative;
    top: 2px;
    margin-right: 15px;
}
/* END Custum selectbox */
/* END Custum selectbox */
/* END Custum selectbox */
/* END Custum selectbox */
#entête + div > h2 {
    display: block;
    margin-bottom: 26px;
}
#Menu.spe + h2{
    clear: left;
    display: block;
    margin-bottom: 26px;
}
h2.identif{
    margin-top: 26px;
}
#entête + div > form table.table-type,
#entête + div > table.table-type{
    border-spacing: 5px;
    margin-bottom: 22px;
}
#entête + div > form table.table-type td.edit,
#entête + div > table.table-type td.edit{
    width: 65px;
    padding: 0px;
    text-align: center;
}
#entête + div > form table.table-type td.edit a,
#entête + div > table.table-type td.edit a{
    background: url(../js/img/edit.png) no-repeat top left;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
}
#entête + div > form table.table-type td.suppr,
#entête + div > table.table-type td.suppr{
    width: 94px;
    padding: 0px;
    text-align: center;
}
#entête + div > form table.table-type td.suppr a,
#entête + div > table.table-type td.suppr a{
    background: url(../js/img/suppr.png) no-repeat top left;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
}
a.suivi{
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding: 14px 17px;
    border-radius: 5px;
    background: #285c9e;
    text-transform: uppercase;
    display: inline-block;
}

a.suivi:hover{
    text-decoration: underline;
}
a.addnew{
    float: right;
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 17px;
    padding-left: 60px;
    border-radius: 5px;
    background: url("../js/img/bg_edit.png") no-repeat 19px 11px #285c9e;
    display: inline-block;
    margin: 1em 0;
}
a.addnew:hover{
    text-decoration: underline;
}
a.export{
    float: right;
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 17px;
    padding-left: 60px;
    border-radius: 5px;
    background: url("../js/img/dll-light.png") no-repeat 19px 11px #285c9e;
    display: inline-block;
    margin: 1em 0;
}
a.export-left{
    float: left;
}
a.export:hover{
    text-decoration: underline;
}
#entête + div table.table-type tr td {
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 5px;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    height: 22px;
}


#entête + div table.table-type tr th{
    background-color: #285C9E;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-top: 6px;
    text-align: left;
    height: 22px;
}
table#form tr td:first-child{
    text-align: right;
    padding-right: 10px;
    width: 253px;
}
table.form tr td:first-child{
    text-align: right;
    padding-right: 10px;
    width: 253px;
}
div.form table tr td:first-child{
    text-align: right;
    padding-right: 10px;
    width: 261px;
}
.fos_user_registration_register input[type="submit"]{
    top: 20px;
}

div[id^=form_date] .sbHolder{
    display:inline-block;
    margin-right:10px;
    width:124px;
}

div[id^=form_date] .sbOptions{
    max-height: 300px!important;
}

table td div[id^=form_date] input[type="text"]{
    width: 50px;
    margin-right:10px;
    line-height: 30px;
}

table td textarea{
    width: 365px;
    height:100px;
    border-radius: 5px;
    border: 1px solid rgb(198, 198, 198);
    padding:10px 15px;
    color: rgb(67, 67, 67);
}

.foundation, .bouton_ajout{
    background: url("../js/img/bg-add.png") no-repeat scroll 4px 0px #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    height: 33px;
    left: -12px;
    line-height: 33px;
    padding-left: 49px;
    padding-right: 8px;
    position: relative;
}
.bouton_ajout{
    background-position: 4px 0;
    border: 0 none;
    font-family: arial;
    font-size: 16px;
    margin-left: 133px;
    position: relative;
    /*top: -23px;*/
    text-align: left;
    margin-top: 23px;
}
#ajout-date{
    margin-left: 0px;
}
.foundation.act{
    background-position: 0 0;
    margin-left: 6px;
    padding-left: 45px;
}
.foundation span, table.form ~ fieldset > legend:first-child span, legend span{
    color: #e2001a;
    font-size: 14px;
    }
#form_espaces > fieldset, table.form ~ fieldset{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
}
.espaces-form > table{
    margin-left: 0px;
}
#form_espaces{
    margin-left: 0px;
}
.espaces-form fieldset fieldset > table.form tr td:first-child {
    padding-right: 10px;
    width: 241px;
}
.espaces-form fieldset fieldset > table.form tr td input[type="text"]{
    width: 381px;
    line-height: 30px;
}
.icheckradio + label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 12px;
    vertical-align: bottom;
}
.espaces-form fieldset fieldset{
    border: 0px;
}
.espaces-form fieldset fieldset > legend {
    border-bottom: 2px solid #000000;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 154px;
    margin-top: -20px !important;
    padding-top: 20px;
    width: 490px;
}
.espaces-form > table.form + table tr td input[type="text"]{
    width: 135px;
    line-height: 30px;
}
.espaces-form > table.form + table tr td:first-child{
    padding-left: 0px;
    width: 318px;
}
.espaces-form > table.form + table tr td{
    width: 253px;
}

div#fos_user_registration_form_roles{
    height:21px;
}

#entête + div table.table-type tr th.desc, [data-orderby].sortDESC {
    background-image: url("../js/img/desc.png");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#entête + div table.table-type tr th.asc, [data-orderby].sortASC {
    background-image: url("../js/img/asc.png");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.espaces-form > table:first-child + table tr td:first-child {
    margin: 0;
    padding: 0;
    width: 0;
    display: none;
}
#form_espaces tr td:first-child{
    width: 253px;
    display: table-cell;
}
/*#form_espaces_0 tr td input[type="text"] {
    width: 381px;
    line-height: 30px;
}*/
form.espaces-form > table:first-child tr td:first-child {
    width: 261px;
}
.bouton_ajout {
    background-position: 4px 0;
    border: 0 none;
    font-family: arial;
    font-size: 16px;
    margin-left: 143px;
    margin-top: 23px;
    position: relative;
    text-align: left;
    top: -30px;
}
fieldset + table #ajout-date {
    margin-bottom: 23px;
    margin-left: 126px;
    position: static;
}
#ajout-date {
    margin-bottom: 23px;
    margin-left: -133px;
    position: static;
}
.espaces-form > table.form + table tr td input[type="text"] {
    width: 135px;
    line-height: 30px;
}
/* #form_espaces_0 tr td:first-child {
    padding-right: 10px;
    -- width: 151px;
} */
body .espaces-form #form_espaces_0_personnel_0 tr td:first-child, body .espaces-form #form_espaces_0_personnel_1 tr td:first-child, body .espaces-form #form_espaces_0_personnel_2 tr td:first-child, body .espaces-form #form_espaces_0_personnel_3 tr td:first-child, body .espaces-form #form_espaces_0_personnel_4 tr td:first-child, body .espaces-form #form_espaces_0_personnel_5 tr td:first-child, body .espaces-form #form_espaces_0_personnel_6 tr td:first-child, body .espaces-form #form_espaces_0_personnel_7 tr td:first-child{
    /*width: 149px;*/
}
body.homepage > #entête + div{
    background: url(../js/img/act.png) no-repeat 178px 0px;
}
body.espace > #entête + div{
    background: url(../js/img/act.png) no-repeat 304px 0px;
}
body.prog > #entête + div,
body.formation > #entête + div,
body.manif > #entête + div,
body.cocac > #entête + div{
    background: url(../js/img/act.png) no-repeat 430px 0px;
}
body.dotation > #entête + div,
body.support > #entête + div{
    background: url(../js/img/act.png) no-repeat 365px 0px;
}
body.versement > #entête + div,
body.depense > #entête + div,
body.contrib > #entête + div{
    background: url(../js/img/act.png) no-repeat 540px 0px;
}
body.rapport > #entête + div{
    background: url(../js/img/act.png) no-repeat 625px 0px;
}
body.import > #entête + div{
    background: url(../js/img/act.png) no-repeat 725px 0px;
}

table.form tbody tr td + td ul:not(.chosen-results){
    float:right;
    width: 220px;
    padding: 0px;
    margin: 10px 0 0 0;
}
table.form tbody tr td + td ul:not(.chosen-results) li{
    list-style-type: none;
    color:red;
    font-weight:bold;
}
table.form tbody tr td select.chosen-specifics + div.chosen-container ul.chosen-choices {
    width: 100%;
}
#entête + div > table.table-type td.recap{
    padding: 0px;
    text-align: center;
}
#entête + div > table.table-type td.recap a{
background: url(../js/img/dll.png) no-repeat top left;
display: inline-block;
width: 20px;
height: 20px;
text-indent: -99999px;
}
body.edit-profil input[type="submit"],
body.change-password input[type="submit"]{
    top:0px;
    width:auto;
    margin-left:0;
}
#boite_log a.profil{
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #295C9E;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left:10px;
}

body .sbHolderDisabled {
    background-color: rgb(220, 220, 220);
}

#titre_rib{
    cursor:pointer;
}

table.ui-datepicker-calendar  td{
    height:auto;
}
span.alert{
    font-weight: bold;
color: red;
}

table.form-comm tr td:first-child{
    text-align: right;
    padding: 0px 10px;
    width:245px;
}
table.form-comm tr td{
    padding: 0px 15px;
}
span#titre_consultation{
    color:red;
    cursor:pointer;
}

#foo .sbHolder{
  width: 180px;
  display: block;
}
h4#cata_adapt_titre,
h4#cata_crea_titre{
    cursor:pointer;
}

body.prog table tr[id^="detail_"]{
    display: none;
}
body.prog table tr[id^="detail_"] td{
    border:1px solid black;
}
body.prog #entête + div table.table-type tr[id^="detail_"] td div.detail td{
    border:none;
}
body.prog table tr[id^="detail_"] td div.detail td.label{
    text-align:right!important;
    width:265px;
}
body.prog table tr[id^="detail_"] td a.lien_modif{
    float: right;
    margin: 0 15px;
}
body.prog table tr td[id^="libelle_"]{
    cursor: pointer;
    font-weight: bold;
}
body.prog table#az_tableau_programme th{
    padding:25px;
}


div.fenetre_haut{
    padding: 0 0 25px;
}

body.prog div.fenetre_bas{
    display: inline-block;
}

body.prog div.fenetre_bas div{
    margin:20px 15px;
}
body.prog div.fenetre_bas div.infos{
    border:1px solid black;
    float:left;
    padding:10px;
}
body.prog div.fenetre_bas div.infos table tr td{
    border:none;
}
body.prog div.fenetre_bas div.infos table tr td.label{
    width:150px;
}
body.prog div.fenetre_bas div.infos h3{
    margin:0;
}
body.prog div.fenetre_bas div.infos table tr td.total{
    text-align: center;
}
body.prog div.fenetre_bas div.etat{
    float:left;
    width:190px;
}
body.prog div.fenetre_bas div.button{
    float:left;
    width:250px;
}
body.prog div.fenetre_bas div.etat button{
    border-radius: 5px;
    border: 1px solid grey;
    padding: 5px 15px;
    margin: 0px;
    cursor:pointer;
    width: 135px;
    left: 25px;
    position: relative;
}
body.prog div.fenetre_bas div.button button{
    display: block;
    border-radius: 5px;
    border: 1px solid grey;
    padding: 5px 20px;
    float: left;
    margin: 20px 30px 0px 0px;
    cursor:pointer;
    width: 110px;
}
body.prog div.fenetre_bas div.button button[value="reactualise"]{
    margin:20px 0 0 0;
}

/*
body.prog #entête + div table.table-type tr th {
    border:1px solid;
    border-radius: 0;
    font-size:14px;
    padding-left:10px;
}
*/
body.prog #entête + div table.table-type tr td {
    /*
    border:1px solid white;
    border-radius:0;
    */
    font-size:12px;
    padding-right:10px;
    padding-left:10px;
}

body.prog #entête + div table.table-type tr td.numeric {
    text-align: right;
    padding-right: 10px;
}
td.numeric {
    text-align: right !important;
}
td.numeric input {
    max-width:100px;
}

body.prog a.button{
    display: block;
    border-radius: 5px;
    border: 1px solid #808080;
    padding: 6px 20px;
    float: left;
    margin: 20px 0px;
    cursor: pointer;
    color:black;
    font-size: 12px;
}

body.prog input.numeric{
    width:100px;
    text-align:right;
    padding: 0;
}
body.rapport div.fenetre_haut .sbHolder,
body.versement div.fenetre_haut .sbHolder,
body.depense div.fenetre_haut .sbHolder,
body.prog div.fenetre_haut .sbHolder {
    display:inline-block;
}

body.prog div.fenetre_bas input#date_fin_prog{
    border-radius: 5px;
    border: 1px solid #C6C6C6;
    height: 30px;
    padding-left: 15px;
    width:90px;
    color: #434343;
    line-height: 30px;
    position: relative;
    left: 37px;
    top: 10px;
}
body.prog div.fenetre_bas div.etat div.sbHolder{
    margin-bottom: 25px;
}
h3#titre_rib{
    background: url("../js/img/bg-add.png") no-repeat scroll 4px 0 #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    height: 33px;
    line-height: 33px;
    padding-left: 50px;
}
h3#titre_rib.act{
    background-position: 4px -33px;
}
.espace table tr td #ajout-date {
    margin-left: 131px;
}
h3#titre_rib span{
    text-decoration: underline;
}

body.dotation div.inner span{
    float:left;
}

body.mdp_forgot input[type="submit"],
body.mdp_forgot_new input[type="submit"]{
    top:0px;
    width:auto;
    margin-left:0;
}
body.mdp_forgot_new input[type="submit"]{
    margin-left:40px;
}
body.mdp_forgot div.inner,
body.mdp_forgot_new div.inner{
    padding-top: 15px;
}
body.mdp_forgot_new table tr td:first-child{
    text-align:right;
    padding-right:10px;
}

body div.flash-success{
    float: right;
    padding: 10px;
    margin-left: 5px;
    background: none repeat scroll 0% 0% green;
    border-radius: 5px;
    color: white;
}

body.versement div#type_budget{
    margin-bottom: 26px;
}
body.prog div#lien_contrib,
body.depense div#type_budget, body.versement div#type_budget{
    margin-bottom: 37px;
}
body.prog div#lien_contrib,
body.depense div#type_budget > a:first-child, body.versement div#type_budget > a:first-child{
    margin-right: 10px;
    }
body.prog div#lien_contrib,
body.depense div#type_budget > span:first-child, body.depense div#type_budget > span:first-child{
    margin-right: 10px;
    }
body.prog div#lien_contrib,
body.depense div#type_budget > span, body.prog div#lien_contrib,
body.depense div#type_budget > a, body.versement div#type_budget > span, body.prog div#lien_contrib,
body.versement div#type_budget > a{
    background: none repeat scroll 0 0 #285c9e;
    border-radius: 5px;
    color: white;
    padding: 7px 18px;
    text-transform: uppercase;
    position: relative;
}
body.prog div#lien_contrib,
body.depense div#type_budget > span span, body.versement div#type_budget > span span{
    background: url("../js/img/act-small.png") no-repeat scroll 0 0;
    bottom: -17px;
    display: block;
    height: 18px;
    left: 35%;
    position: absolute;
    width: 39px;
}
body.prog div#lien_contrib,
body.depense div#type_budget > a, body.versement div#type_budget > a{
    /* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:0.5;
    /* FIREFOX TRES VIELLE VERSION <= 0.9*/
        -moz-opacity : 0.5;
    /* IE 8 ET COMPRIS PAR IE 10*/
        -ms-filter: "alpha(opacity=50)";
    /* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* IE 4 */
        filter : alpha(opacity=50);
    /* AUTRE */
        opacity : 0.5;
}
body.prog div#lien_contrib,
body.depense div#type_budget > a:hover, body.versement div#type_budget > a:hover{
    /* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:1;
    /* FIREFOX TRES VIELLE VERSION <= 0.9*/
        -moz-opacity : 1;
    /* IE 8 ET COMPRIS PAR IE 10*/
        -ms-filter: "alpha(opacity=100)";
    /* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    /* IE 4 */
        filter : alpha(opacity=100);
    /* AUTRE */
        opacity : 1;
    }
body.versement #entête + div table.table-type tr th {
    font-size:11px;
    padding-right:25px;
}
body.versement #entête + div > table.table-type {
    border-spacing: 1px;
}
body.contribution #details_obj table,
body.depense #details_obj table, body.versement #details_obj table{
    width:auto;
}
body.contribution #details_obj table tr td:first-child,
body.depense #details_obj table tr td:first-child, body.versement #details_obj table tr td:first-child {
    width:auto;
    text-align: left;
}
body.versement #entête + div > h2 {
    margin-bottom: 26px;
}
body.rapport .MultipleSelectBox {
    width:auto;
}
body.rapport div.fenetre_haut span:first-child{
    /*float: left;
    margin: 10px 25px 0 0;*/
}
body.rapport div.fenetre_haut button{
    vertical-align: top;
    color: #FFF;
    font-family: arial;
    font-weight: bold;
    padding: 15px;
    height:100px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #888;
    background: #285C9E;
    cursor: pointer;
}
body.rapport table.table-type {
    border-spacing: 5px;
}

body.rapport table.form tr td:first-child {
    width:355px;
}
body.rapport table td input[type="text"]{
    width:100px;
}
body.rapport table tr td div.schema div:first-child{
    margin:0 auto;
}

body.rapport button[type="submit"].addnew{
    float: right;
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 17px;
    padding-left: 60px;
    border-radius: 5px;
    width:auto;
    font-size:17px;
    text-transform: none;
    line-height:17px;
    height:45px;
    background: url("../js/img/bg_edit.png") no-repeat 19px 11px #285c9e;
    top:0;
}

body.rapport button[type="submit"].addnew:hover{
    text-decoration: underline;
}
body.rapport table tr td.title-pourcentage{
    text-align: left;
    font-weight: bold;
}
body.rapport table tr td:first-child label{
    font-weight: bold;
}
body.rapport table.recap{
    border: 1px solid rgb(220,220,220);
    border-top:none;
    border-radius: 6px;
    margin:15px 0 20px 0;
    border-spacing: 1px;
}
body.rapport table.recap tr td{
    height:30px;
}
body.rapport table.recap thead tr th {
    background:#285C9E;
    color:white;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
body.rapport table.recap tbody{
    border:1px solid rgb(50,50,50);
}
body.rapport table.recap tbody[class^="details_espace"]{
    color:red;
}
body.rapport table.recap tr td.label{
    width:auto;
    font-weight:bold;
}

body.rapport table.recap tbody[class^="details_espace"] tr.perso-link{
    color:black;
}
body.rapport table.recap tbody[class^="details_espace"] tr.perso td{
    height:30px;
}
body.rapport table.recap tbody[class^="details_espace"] tr.perso td.label-perso{
    background:#285C9E;
    color:white;
    text-align: center;
    border-radius: 5px;
}
body.rapport table.recap [id^="espace_"],
body.rapport table.recap [id^="forma_"],
body.rapport table.recap [id^="support_"],
body.rapport table.recap [id^="perso_"],
body.rapport table.recap [id^="manif_"]{
    cursor:pointer;
    padding-left:10px;
}
body.rapport table.recap [class^="details"]{
    display:none;
}
body.rapport table.recap tr.date-manif-header{
    background:#285C9E;
    color:white;
    text-transform: uppercase;
    text-align:center;
}
table.form_personnels tbody tr td + td ul:not(.chosen-results){
    max-width: 165px;
    margin-right : 0;
}
body form div#liste_espaces table td.td_transparent{
    background-color: transparent;
}
body form div#liste_espaces table tr.personnel_error_header td ul{
    float : none;
    width : 100%;
    text-align : center;
}
body form div#liste_espaces table.form_personnels{
    width : 900px;
    margin-bottom: 0px;
}
body form div#liste_espaces table.form_personnels tr.tr-perso td input[type="text"]{
    width : 300px;
    margin-right : 15px;
}
.clear_both{
    clear : both;
}
label.form_required::before{
    content : '* ';
    color : red;
    font-weight: bold;
}
.ajout_personnel.td_transparent input.bouton_ajout{
    float: right;
    margin-right: 228px;
    position: static;
    margin-top: 0px;
}
.table-type.form.form_personnels tr td.td_transparent a{
    background: none repeat scroll 0 0 #B1B1B1;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    left: 365px;
    padding: 7px 10px;
    position: relative;
    width: 272px;
}
.hide_details{
    background: none repeat scroll 0 0 #B1B1B1;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin: 10px 0 8px 100px;
    padding: 7px 10px;
    position: relative;
    width: 237px;
}
body.rapport button[type="submit"]{
    top:0px;
    margin-left:0px;
}
div#liste_espaces .block_edit a{
    background: url(../js/img/edit.png) no-repeat center center;
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 33px;
    margin-right: 20px;
    text-indent: -99999px;
    float : right;
}
div#liste_espaces .block_suppr a{
    background: url(../js/img/suppr.png) no-repeat center center;
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 33px;
    text-indent: -99999px;
    float : right;
}

.espace .block_suppr{
}
/*
table.grid-mixi .mix{
    display: none;
}
*/
.espace .info_hover{
    background: url(../js/img/question.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor : help;
    margin-left : 5px;
}
.espace .info_hover span{
    position : absolute;
    margin-top: -20px;
    margin-left : 25px;
    color: white;
    background:rgba(23,52,89,0.9);
    padding:10px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    z-index : 10000; /*doit etre plus haut que le z-index de chosen déroulé*/
    display : none;
    text-align : left;
    width : 200px;
    font-size : 0.85em;
}
.espace .info_hover:hover span{
    display : block;
}
.mess{
    font-weight : bold;
    padding-left: 30px;
    border-left: solid 4px;
    font-size : 1.1em;
}
.valid{
    color : #27ae60;
}
.alert{
    color: #e74c3c;
}
.label_filter {
    font-weight: bold !important;
}
form.contribution-form tr.tr_add .bouton_ajout{
    margin-top : 30px;
}

body.prog div.fenetre_haut div.chosen-container{
    width:180px!important;
}

span#boite_log a.admin-link{
    background: url('img/administration.png') no-repeat center center / auto 80% white;
    width:25px;
    display: inline;
    text-indent:-9999px;
    position:relative;
    color:white;
    padding: 10px 25px;
}

#entête + div > form table#az_tableau_programme.table-type {
    border-spacing: 1px;
}

.less_btn_container {
    background-color:#B1B1B1;
    margin-left:134px;
    padding:14px 0;
    width:36px;
    border-radius: 4px;
    cursor : pointer;
}

.less_btn_sign {
    background-color:white;
    margin:0 auto;
    width:15px;
    height:5px;
}

#ville_selector, #ville_selector_chosen {
    display:none;
    width:100px;
}

    /* #Menu ul.sous-menu-activite{
        margin-left: 215px;
    }

    #Menu ul.sous-menu-budget{
        margin-left: 300px;
    } */

#alerteExist{
    display: none;
    font-weight: bold;
}


.espaces-form #liste_espaces > a {
    display : block;
    padding-left : 50px;
    line-height : 33px;
    margin-bottom : 8px;
}

a#ajout-date {
    display : block;
    padding-left : 50px;
    background : #FFF url("../js/img/bg-add.png") no-repeat scroll 4px 0px;
    line-height : 33px;
    width : 250px;
    margin : 15px auto;
}

.form_personnels .perso {
    display : none;
}

/* Autocomplete villes */

.ui-autocomplete {
    width : 376px;
    padding : 0px 10px 3px 10px;
}

.ui-autocomplete li {
    margin : 0px;
    list-style-type : none;
}

.ui-autocomplete li a {
    font-size : 14px;
}


[data-orderby] {
    cursor:pointer;
	padding:25px;
}

.pagerfanta {
    text-align:center;
    width:100%;
    margin: 1em 0;
}
.pagerfanta span, .pagerfanta a {
    padding: 0.2em;
}

.pagerfanta a:hover {
    color: #295C9E;
}


.autocomplete_ville_input {
    background-image: url('img/loupe.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}

/* ID utilisés uniquement sous IE8 sur page programmation */
#button_save_prog{
    text-transform: none;
    font-size: 12px;
    background: none;
    color: black;
    line-height: 20px;
    margin-bottom: 20px;
    height:30px;
}
#button_export_prog{
    text-transform: none;
    font-size: 12px;
    background: none;
    color: black;
    line-height: 20px;
    height:30px;
}

#budget_restant_lib {
   float:right;
   display:block;
    height:22px;
    padding-top:8px;
}


.rapport table thead + tbody td {
    padding: 0.3em;
}
.rapport table thead + tbody tr:nth-child(even) {
    background: rgb(240, 240, 240);
}


#Menu + * {
    clear: left;
}

.mess.warn {
    background: #FFDCA9;
    color:#DB3B00 ;
}

.help-text-page:before, .type-help-content:before  {
    margin-right: 10px;
    content:'Aide';
    background: #89A;
    color: #EEE;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    border-radius: 3px;
    padding: 3px;
}
.help-text-page:after, .type-help-content:after{
    content: '×';
    font-size: 2em;
    position: absolute;
    top: -0.3em;
    right: 0;
    cursor: pointer;
    color: #F63938;

}

.help-text-page, .type-help-content {
    color: #123;
    border: 2px solid #EED;
    padding: 5px;
    width: 100%;
    display:none;
    position: fixed;
    background: #FFF;
    padding: 1em;
    width: 40%;
    margin:auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    top: 1em;
    left: 1em;
    transition-duration: 1.3s;
    font-size: 13px;
    text-transform: none;
}

.help-text-toggler {
    margin: 0.2em;
    cursor:pointer;
    margin-right: 10px;
    content:'Aide';
    background: #89A;
    color: #EEE;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    border-radius: 3px;
    padding: 3px;
}

span.help-link {
    margin: 0.2em;
    cursor:pointer;
    margin-right: 10px;
    content:'Aide';
    background: #89A;
    color: #EEE;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    border-radius: 3px;
    padding: 3px;
}
a.help-link {
    color: #EEE;
}

[title] {
    cursor: help;
}
th[title]:after {
    content: ' ?';
    vertical-align: super;
    font-size: 0.7em;
    color: #ABE;
}

a.nofloat{
    float:none;
}

button.addnew{
    top: auto;
    width: auto;
    height: auto;
    text-transform: none;
    line-height: inherit;
    float: right;
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 17px;
    padding-left: 60px;
    border-radius: 5px;
    background: url(../js/img/bg_edit.png) no-repeat 19px 11px #285c9e;
}

button.export{
    border: unset;
    margin: 1em;
    top: auto;
    width: auto;
    height: auto;
    text-transform: none;
    line-height: inherit;
    float: right;
    vertical-align: top;
    background: #285c9e;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 17px;
    padding-left: 60px;
    border-radius: 5px;
    background: url(../js/img/dll-light.png) no-repeat 19px 11px #285c9e;
}
button.export:hover{
    text-decoration: underline;
}

button.removeitem{
    margin-top: -70px;
    background: url(../js/img/bg_remove.png) no-repeat 19px 11px #285c9e;
}

div.forform{
    display: list-item;
    list-style: none;
    width: 100%;
    margin-bottom: 60px;
}
button.addnew:hover{
    text-decoration: underline;
}
.loader {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.recherche_institution{
    position: relative;
}

.link-web-atrio {
    z-index: 15;
    height: 100px;
    margin-left: 699px;
    color:white;
    display:block;
    font-size:12px;
    cursor: pointer;
}

.badge{
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

div.errorMessage ul li{
    list-style-type: none;
    color: red;
    font-weight: bold;
}


#buttonUp {
  display: inline-block;
  background-color: #E6352F;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttonUp::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonUp:hover {
  cursor: pointer;
  background-color: #295C9E;
}
#buttonUp:active {
  background-color: #555;
}
#buttonUp.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #buttonUp {
    margin: 30px;
  }
}

.bg-primary{
    background-color: #295C9E;
    color: white;
}
.bg-accent{
    background-color: #E6352F;
    color: white;
}
.text-muted{
    color: silver;
}
.hidden{
    display: none;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn-default {
    background-color: #295C9E;
    color: white;
}
.btn-default:hover{
    background-color: #194C8E;
}
.btn-sm{
    font-size: 0.8em;
}

.float-right{
    float: right;
}
.text-right{
    text-align: right;
}
.list-links{
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}
.list-links li{
    display: block;
    padding: 3px 0;
}
.list-links li a{
    display: block;
    padding: 10px;
    border-radius: 5px;
    background-color: #295C9E;
    color: white;
    transition: 0.25s ease-out all;
}
.list-links li a:hover{
    background-color: #194C8E;
}
.list-links li a:active{
    background-color: #E6352F;
}
.list-links li a p{
    color: rgba(255,255,255,0.5);
    font-size: 0.8em;
    margin: 5px 0;
}

.dashboard{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.dashboard-panel{
    width: 452px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius:5px;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    justify-content:  space-between;
}
.dashboard-panel h3{
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding:10px;
    font-size: 14px;
    font-weight: normal;
    color:#333;
    text-transform: uppercase;
}
.dashboard-panel h4{
    margin-bottom:5px;
}
.dashboard-panel-content{
    padding: 10px 10px 30px 10px;
    max-height: 500px;
    overflow: auto;
}
.dashboard-panel-footer{
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.dashboard-panel ul{
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}
.dashboard-panel li{
    margin-bottom: 1px;
    line-height: 30px;
    padding:0 5px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.stat-number{
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    margin-left: -5px;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
}
.dashboard-panel .search-box{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    transition:all ease-in-out 0.25s;
}
.dashboard-panel .search-box.active{
    background-color: #295C9E;
}
.dashboard-panel .search-box.active input{
    border-color: rgba(255,255,255,0.7);
    color: white;
}
.dashboard-panel .search-box input{
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.3);
    transition:all ease-in-out 0.25s;
}

.table-compact td{
    height: auto;
}
.table-compact th{
    text-align: left;
}
.table-compact th{
    padding: 8px 2px;
}
.table-compact td{
    padding: 4px 2px;
    border-top: 1px solid whitesmoke;
}
.table-compact small{
    color:silver;
}

.etat-import-10{
    background-color: #E6352F;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
}

/***************
 *  $DIVERS    *
 ************* */
 .cleaner { clear: both; }

.infos {
    border:1px solid #000;
    padding:1em;
}

#type_budget {
    width: 100%;
    border-bottom: 1px solid #000;

    margin: 1em 0;
}
#type_budget a, #type_budget span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #000;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    margin-bottom: -1px;
}
#type_budget span {
    border-bottom: 1px solid #fff;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
}
.lds-ellipsis div {
    position: absolute;
    top: 23px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    background: #aaa;
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    background: #bbb;
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    background: #ccc;
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    background: #ddd;
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
    transform: translate(0, 0);
    }
    100% {
    transform: translate(24px, 0);
    }
}
.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}
.autocomplete_ville_input + .loader,
.autocomplete_ville_output + .loader {
    font-size: 3px;
    display: inline-block;
    top: -3px;
    left: -20px;
}
@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}
