/** VUE */
.panel_liste .panel_titre_ecran .liste_select_vue{
    font-weight: normal;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    position: relative;
}

.panel_liste .panel_titre_ecran .div_vue_configuration{
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.panel_liste .panel_titre_ecran .div_vue{
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.panel_liste .panel_titre_ecran .div_vue:hover, .panel_liste .panel_titre_ecran .div_vue_configuration:hover{
    text-decoration: underline;
}

.panel_liste .panel_titre_ecran .div_vue span{
    margin-left: 5px;
    font-style: italic;
}

.panel_liste .panel_titre_ecran .div_vue_resultat, .panel_liste .panel_titre_ecran .div_vue_menu{
    display: none;
    position: absolute;
    z-index: 1000;
    font-weight: normal;
    font-size: 14px;
    border: solid 1px #439DB6;
    padding: 5px 20px;
    border-radius: 0 0 4px 4px;
}

.panel_liste .div_vue_menu li[data-action]:hover{
    cursor: pointer;
    text-decoration: underline;
}

.panel_liste .div_vue_menu li{
    cursor: pointer;
    white-space: nowrap;
}

.panel_liste .div_vue_menu input[type="text"]{
    width: 130px;
    margin-right: 5px;
}

.panel_liste .panel_titre_ecran .div_vue_resultat li{
    cursor: pointer;
    white-space: nowrap;
}

.panel_liste .panel_titre_ecran .div_vue_resultat li:hover{
    text-decoration: underline;
}

.panel_liste .panel_liste_recherche{
    line-height: 32px;
    position: relative;
    height: 30px;
    margin-top: 5px;
}

.panel_liste .panel_liste_recherche .liste_nouveau{
    position: absolute;
    top: 0;
    left: 0;
}

.panel_liste .panel_liste_recherche .liste_nouveau button{
    padding: 0 30px;
}

.panel_liste .panel_liste_recherche button{
    padding: 0 10px;
}



.panel_liste .panel_liste_recherche .liste_recherche_rechercher{
    position: absolute;
    top: 0;
    right: 0;
}

.panel_liste .panel_liste_recherche .liste_recherche_rechercher button{
    width: 200px;
}

.panel_liste .panel_liste_recherche .liste_recherche_input{
    position: absolute;
    top: 0;
    left:205px;
    right: 250px;
}

.panel_liste .panel_liste_recherche .liste_recherche_input .liste_recherche_input_search{
    background-color: #fff;
    padding-right: 68px;
    padding-left: 0px;
    border-radius: 2px 0 0 3px;
}

.panel_liste .panel_liste_recherche .liste_recherche_input .liste_recherche_input_search input{
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 10px;
    border-radius: 4px 0 0 4px;
}

.panel_liste .panel_liste_recherche .liste_recherche_texte_deplier{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    float: right;
    cursor: pointer;
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #b3b3b3;
    text-align: center;
}

.panel_liste .panel_liste_recherche .liste_recherche_texte_supprimer{
    position: absolute;
    top: 1px;
    right: 68px;
    width: 25px;
    height: 30px;
    color: #000;
    float: right;
    cursor: pointer;
    text-align: center;
    display: none;
}

.panel_liste .panel_liste_recherche .liste_recherche_texte_supprimer.afficher{
    display: block;
}

.panel_liste .panel_liste_recherche .liste_btn_recherche_avancee{
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 30px;
    border-radius: 0;
}

.panel_liste .panel_liste_recherche .liste_recherche_texte_deplier:hover{
    background-color: #e6e6e6;
}
/* RECHERCHE DEPLIER */
.panel_liste .panel_liste_recherche_deplier{
    position: absolute;
    left: 0px;
    right: 0px;
    top : 34px;
    background-color: #e4e4e4;
    z-index: 1001;
    padding: 10px;
    color: #333;
}

.panel_liste .panel_liste_recherche_deplier  .panel_liste_recherche_deplier_titre{
    color: #7b7b7b;
    font-size: 27px;
    height: 35px;
    margin-bottom: 10px;
}

.panel_liste .panel_liste_recherche_deplier .panel_liste_recherche_deplier_blanc{
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

.div_critere{
    line-height: 40px;
}

.div_critere label{
    display: inline-block;
    width: 150px;
}
.div_critere div.critere_operator{
    display: inline-block;
    margin-right: 10px;
}

.div_critere div.critere_operator select{
    width: auto;
}

.panel_liste .panel_liste_recherche_deplier fieldset.replier{
    padding-bottom: 0px;
}


.panel_liste .panel_liste_recherche_deplier legend{
    cursor: pointer;
}


.panel_liste .panel_liste_recherche_deplier fieldset.replier legend{
    margin-bottom: 0px;
}

.panel_liste .panel_liste_recherche_deplier fieldset.replier .div_critere{
    display: none;
}

.panel_liste .panel_liste_recherche .panel_liste_recherche_deplier .panel_liste_recherche_deplier_action{
    margin-top: 10px;
    text-align: right;
}

/* RECAP CRITERE */

.panel_liste  .panel_liste_recherche_criteres{
    margin: 15px 0 5px 0;
}


/* FILTRES */

.filter_element {
    display: inline-block;
    clear: both;
    position: relative;
    padding: 5px 20px 5px 10px;
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ad1e3), color-stop(1, #44abcb));
    background:-moz-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background:-webkit-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background:-o-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background:-ms-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background:linear-gradient(to bottom, #6ad1e3 5%, #44abcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ad1e3', endColorstr='#44abcb',GradientType=0);

    background-color:#44abcb;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    border:1px solid #6ad1e3;

    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;

    text-shadow:0px -1px 0px #5b6178;
    border:  1px solid #2895b5;
    border-left: none;
    z-index: 0;
    margin-right: 10px;
}

.filter_element .filter-name {
    font-size: 11px;
    position: relative;
    z-index: 10000;
}

.filter_element .close {
    width:  11px;
    height: 11px;
    position: absolute;
    right: -2px;
    top: 3px;
    background: url('../../img/sprite.png') no-repeat;
    background-position: -4px -104px;
    text-indent: -1500em;
    cursor: pointer;
}

.filter_element .close:hover{
    background-color: #fff;
}


.filter_element .modification {
    width:  11px;
    height: 11px;
    position: absolute;
    right: -2px;
    bottom: 3px;
    background: url('../../img/sprite.png') no-repeat;
    background-position: -4px -120px;
    text-indent: -1500em;
    cursor: pointer;
}

.filter_element span{
    margin-right: 10px;
}

.filter_element label{
    color: #fff;
}

.filter_element .div_label{
    cursor: pointer;
}


/*  RECHARGEMENT */

.panel_liste .panel_liste_rechargement{
    margin-top: 10px;
}


/*   PAGINATION */
.panel_liste .panel_liste_pagination{
    height: 60px;
    position: relative;
}

.panel_liste .panel_liste_pagination .panel_liste_pagination_bas{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 16px;
    background-color: #fff;
    border: solid 1px #ddd;
    z-index: -1;
}

.panel_liste .panel_liste_pagination .liste_format_vue{
    float: left;
    border-top: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-radius: 4px 4px 0px 0px;
    padding: 8px 0px 1px 8px;
    background-color: #fff;
}

.panel_liste .panel_liste_pagination .liste_format_vue span{
    margin-right: 8px;
}


.panel_liste .panel_liste_pagination .div_pagination_droit{
    /*    position: absolute;
        right: 0px;
        top: 0px;*/
    float: right;
    height: 34px;
    border-top: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-radius: 4px 4px 0px 0px;
    padding: 8px 0px 1px 8px;
    background-color: #fff;
}
.panel_liste .panel_liste_pagination .div_actions_statiques{
    float: left; 
}

.panel_liste .panel_liste_pagination .div_actions_statiques span.span_plus{
    position: relative;
}

/* Menu action statiques */
.panel_liste .panel_liste_pagination .div_actions_statiques .div_actions_statiques_contenu{
    position: absolute;
    text-align: left;
    top: 33px;
    right: -1px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    z-index: 1001;
    line-height: 22px;
}

.panel_liste .panel_liste_pagination .div_actions_statiques .div_actions_statiques_contenu li{
    white-space: nowrap;
}

.panel_liste .panel_liste_pagination .div_actions_statiques .div_actions_statiques_contenu li:hover{
    text-decoration: underline;
}


.panel_liste .panel_liste_pagination .div_impression{
    float: left;
}

.panel_liste .panel_liste_pagination .liste_action_selection{
    float: left;
}

.panel_liste .panel_liste_pagination .div_impression span, .panel_liste .panel_liste_pagination .div_actions_statiques span{
    margin-right: 8px;
}

.panel_liste .panel_liste_pagination .liste_pagination_navigation{
    padding-top: 8px;
    float: left;
    margin-left: 10px;
    color: #969696;
    font-weight: bold;
}

.panel_liste .panel_liste_pagination .liste_pagination_navigation .btn-bleu{
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
}

.panel_liste .panel_liste_pagination .liste_pagination_navigation span{
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    font-weight: normal;
}

.panel_liste .panel_liste_pagination .liste_pagination_navigation .pagination_numero{
    padding: 0 10px;
}

.panel_liste .panel_liste_pagination .div_pagination_droit{
    padding-right: 8px;
}

.panel_liste .panel_liste_pagination .div_liste_action{
    float: left;
    display: none;
}

.panel_liste .panel_liste_pagination .div_panier{
    float: left;
}

.panel_liste .panel_liste_pagination .div_panier span.compteur[data-nb="0"]{
    display: none;
}

.panel_liste .panel_liste_pagination .pagination_fin{
    cursor: pointer;
}

.panel_liste .panel_liste_pagination .pagination_fin:hover{
    text-decoration: underline;
}

.menu_context_pagination{
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    border: solid 1px #eee;
}

.menu_context_pagination input{
    width: 30px;
    margin: 0 10px;
}


.menu_context_pagination select{
    width: 70px;
}


.menu_context_pagination li[data-action]{
    cursor: pointer;
}

.menu_context_pagination li[data-action]:hover{
    text-decoration: underline;
}


.div_aucun_resultat{
    text-align: center;
    height: 150px;
    line-height: 150px;
    border: solid 1px #d8d8d8;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

fieldset .div_aucun_resultat{
    height: 50px;
    line-height: 50px;
}

/*LightBox d'ajout de colonnes'*/
.panel_liste_ajout_colonnes_contenu{
    padding: 0 30px;
    padding-bottom: 30px;
}
.panel_liste_ajout_colonnes button{
    margin-right: 10px;
}

.panel_liste_ajout_colonnes_contenu{
    width: 450px;
}


.panel_liste_ajout_colonnes_contenu ul li{
    display: inline-block;
    width: 200px;
}

/* Selection*/

.panel_liste_selection{
    position: fixed;
    right: 5px;
    bottom: 8px;
    height: 30px;
    padding: 10px 30px;
    z-index: 2000;
}


/*  Gestion des listes editables */
.panel_liste .panel_liste_validation{
    position: fixed;
    bottom: 0px;
    left: 18px;
    right: 18px;
    background: url(../../img/bg_html.png);
    padding: 5px 30px;
}

td input.it_float{
    width: 70px;
}