.display_none {
    display: none;
}

.div_btn {
    cursor: pointer;
}

table.table_section {
    margin-bottom: 10px;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex-row > div {
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.flex-row.col-2 > div {
    width: 49%;
}

.flex-row.col-3 > div {
    width: 33%;
}

.flex-row.col-4 > div {
    width: 25%;
}

.flex-row > div input[type="text"],.flex-row > div select {
    margin-bottom: 10px;
}

.container-control {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container-control div {
    margin-bottom: 10px;
}

.container-control button {
    cursor: pointer;
}

.control-mover {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.btn_mover {
    display: flex;
    align-content: center;
    justify-content: center;
}

.cadre_couleur{
    width: 70px;
    height: 20px;
    border: solid 1px #000;
    margin: auto;
}
span.cadre_couleur{
    width: 40px;
    height: 15px;
    float: right;
    margin: 0 5px;
}
span.cadre_couleur::after{
    display: block;
    content: "";
    clear: both;
}
.mot_encadre > input[type=text]{
    float: left;
    padding: 3px;
    width: 100px;
    margin: -2px 5px 0;
}

.tab_gen2 {
    border:solid 1px #D1D1D1;
    margin-bottom:20px;
}
.tab_gen2 tr{
    background:#EFEFEF;
}
.tab_gen2 tr:nth-child(even){
    background:#FFF !important;
}
.tab_gen2 td {
    font-size:13px;
    text-align:center;
    border-bottom:1px solid #E3E3E3;
    background:url(http://www.amenothes-dev.com/cdn/images/admin/bordure_menu.png) right repeat-y;
}
.tab_gen2 td:last-child {
    background:none !important;
}
.tab_gen2 td > a, .tab_gen2 td > span{
    display:block;
    padding:8px;
}



#onglets_admin{
    padding: 0;
    margin: 0;
}
#onglets_admin:after{
    content: " ";
    display: block;
    clear: both;
}
#onglets_admin > li{
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
}
#onglets_admin > li > a{
    display: block;
    padding: 10px 15px;
    border: solid 1px #dadada;
    border-bottom: none;
    background: #3a9db5;
    color:#FFF;
}
#onglets_admin > li > a:hover{
    background: #FFF;
    color:#3a9db5;
}
#onglets_admin > li > a.actif, #onglets_admin > li > a.actif:hover{
    background: #e72878;
    color:#FFF;
}


.liste_item_form{
    padding-top: 2px;
}

.liste_item_form li{
    float:left;
    list-style: none;
    width:33.333%;
    padding-bottom: 4px;
}

.field-icon {
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.autocomplete-suggestions {
    background-color: #FFF;
    border: solid 1px #BBB;
    max-height: 350px !important;
}


div.autocomplete-suggestion {
    padding: 10px;
}

div.autocomplete-suggestion:hover {
    background-color: #307589;
    color: #FFF;
    cursor: pointer;
}

/* ----------------------------------------------------- */
/* STYLES PERSOS CAJ */
/* ----------------------------------------------------- */
#bg_intro {
    background-image: url('/assets/images/admin/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: cover;
}

#bg_intro_img {
    text-align: center;
    margin-bottom: 20px;
}

#connect {
    height: auto;
    background-color: transparent;
    margin: 0;
    transform: translate(-50%, -50%);
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

#connect h1 {
    background-color: #00AC9D;
}

#connect form {
    background-color: white;
    border-radius: 6px;
    box-shadow: -2px -1px 20px rgba(0,0,0,0.3), 1px 2px 4px rgba(0,0,0,0.6);
}

#logo-caj {
    float: right;
    width: 150px;
    height: 50px;
    padding: 5px;
}

#logo-caj img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

