/******************************** STYLES DU THÈME ********************************/
#login-connexion input[type=submit],
.bordureTbl input[type=submit]{
    background-color: #40B4BD;color: #fefefe;
}
#login-connexion input[type=submit]:hover,
.bordureTbl input[type=submit]:hover{
    background-color: #4a4a4a;color: #eee;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.bordureTbl h2,
.couleurTheme{
    background-color: rgba(132,30,42,1);
    color: white;
}
.switch input[type=checkbox]:checked + span:after {
    background-color: rgba(1,207,132,1);
}
.couleurSousTheme{
    background-color: rgba(50,194,205,0.8);
    color: white;
}
.pre{
    font-size:11px;
    font-family:verdana;
    white-space: pre-wrap;
    overflow:auto;
}
/* alternance de couleur des listes */
li:nth-child(odd) td.couleurSousTheme,
tr:nth-child(odd) td.couleurSousTheme{
    background-color: rgba(50,194,205,0.8);
    color: white;
}
li:nth-child(even) td.couleurSousTheme,
tr:nth-child(even) td.couleurSousTheme{
    background-color: rgba(50,194,205,0.5);
    color: white;
}
.switch input[type=checkbox]:checked + span:before {
    background-color: rgba(1,207,132,0.5);
}
#nomClient{
    display: inline-block;color: #fff;line-height:60px;vertical-align: middle;font-weight: bold;
    font-size: 22px;white-space: normal;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#nouveauMenu a:hover{background-color: rgba(0, 0, 0, 0.3);}
#nouveauMenu a.actif{background-color: rgba(0, 0, 0, 0.3);color: #fff;}
#navPagination a {color: #128EC2;}
#navPagination a:hover {background-color: #29ACE2;}
#navPagination a.actif,
#navPagination a.actif:hover{background-color: #128EC2;}
#logoTop{background: #252026;}
#navTop {background: #4a4a4a;}
.btnhref{
    font-weight: bold;
    letter-spacing: .5px;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: #40B4BD;
    color: #fefefe;
    display: inline-block;
    float:right;
    padding: 6px 12px;
    margin-right:30px;
    margin-top: 14px;
}
.icoawsome{
    font-size:27px;
    color:#757575;
}
#lienprofil, #lienlogout, #lienHelp, #lienalerte{
    font-size:30px;
    color:#FFF;
    float:right;
    display:block;
    padding-right: 10px;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
}

#lienprofil:hover, #lienlogout:hover, #lienHelp:hover, #lienalerte:hover {
    background-color:#24383a;
}

/*******************************************************************************/
html, body
{
    padding:0;
    margin:0;
    background:#e6e6e6 none repeat scroll 0 0;
    font-family: "Open Sans",sans-serif !important;
    color: #333 !important;
}
html,body,input{
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
}
tr.ui-state-disabled {
    opacity: 1 !important;
    filter:Alpha(Opacity=100) !important;
}
.cache
{
    display: none;
}
/*########### publipostage ################*/
#tabs{
    border-radius:0;
    border:none;
    padding:0;
}
.ui-tabs .ui-tabs-nav{
    border-radius:0;
    border:none;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 1px !important;
}
.ui-tabs .ui-tabs-nav li{
    border:none;
    border-radius: 0;
    box-shadow: 2px -1px 5px 0 rgba(0,0,0,0.25);
}
.ui-tabs .ui-tabs-nav li a{
    outline:none;
}
#loading{
    margin:5px 0;
}
#login-connexion input[type=submit]{
    margin-top: 12px;width: 100%;line-height: 24px;
}
/*--- theme radio et checkbox ---*/

label.radio input[type="radio"]{display: none;}
label.radio{
    padding: 6px 4px;
    display: block;font-weight: bold;
    border-radius: 4px;
    border:1px solid #ababab;
    cursor: pointer;
    margin-top: 4px;margin-bottom:4px;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
label.radio:hover{
    background-color: #4a4a4a;color: #fff;
}
label.radio.actif{
    background-color: #7CA745;color: #fff;
    border:1px solid #4a4a4a;
}
input[type="radio"],
input[type="checkbox"]{
    /*border-color: rgba(50,194,205,1);
    background-color:rgba(50,194,205,0.2);*/
    margin:8px;
    /*outline:none;
    transition:500ms all;*/
}
input[type="checkbox"]{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    
    border-width: 1px;
    border-style: solid;
    width: 15px;
    height: 15px;*/
}
input[type="radio"]{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    
    border-width: 1px;
    border-style: solid;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
input[type="radio"]:active,
input[type="checkbox"]:active,
input[type="radio"]:hover:not(:checked),
input[type="checkbox"]:hover:not(:checked){
    background-color:rgba(50,194,205,0.2);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset,
    0 0 0 6px rgba(50,194,205,0.2);/**/
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
    /*background-color:rgba(50,194,205,1);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset;*/
}
input[type="radio"]:hover,
input[type="checkbox"]:hover{
    /*box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset,
                0 0 0 6px rgba(50,194,205,0.2);
    cursor:pointer;*/
}
/*--- /theme radio et checkbox ----*/
#login-connexion input[type=submit],
.bordureTbl input[type=submit]{
    font-weight: bold;
    letter-spacing: .5px;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#nouveauMenu a > span {display: inline-block;width: 43px;}
#nouveauMenu{width: 268px;padding-bottom: 1em;}
#nouveauMenu a{padding-left: 15px;height: 40px;line-height: 40px;vertical-align: middle;display: block;margin: 2px 0;font-weight: bold;transition: .2s ease-out;color:white;font-size:14px;position:relative;
}
#nouveauMenu .subMenu{border-bottom: 1px solid #eee;border-top: 1px solid #eee;height: auto;}
#nouveauMenu .subMenu a{/* padding-left: 30px; */}
#nouveauMenu div{height: 22px;}
#nouveauMenu a img{margin-right: 22px;vertical-align: middle;}
#nouveauMenu a img.arrow.up {transform: rotate(180deg);}
#nouveauMenu a img.arrow {position: absolute;right: 0;top: calc(50% - 8px);margin-right:15px;}
#nouveauMenu a img {-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;
}
.listediv{
    border:1px solid #999999;
    position:absolute;
    background-color:#FFF;
    padding:7px;
    max-height:200px;
    width:600px;
    overflow:auto;
    display:none;
    font-size:1.4em;
    z-index:3000;
}
.listediv div{
    cursor:pointer;
    margin:2px;
    border-bottom:1px dotted black;
    /*height:20px;*/
    padding-top:5px;
    padding-left:5px;
}
.listediv div:hover{
    background-color:#EEEEEE;
}
body{
    /*background-color:#a8bbcc;*/
}
a{
    cursor: pointer;
    color:#333;
    text-decoration:none;
}
.tabEnteteTheme
{
    border-bottom: 1px solid white;
    border-right: 2px solid white;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    height: 31px;
}
.btnModifier, .btnSupprimer
{
    width: 24px;
    cursor: pointer;
}
.zoneBouton {
    width: 40px !important;
    padding: 0 !important;
    border: 1px solid white;
    cursor: pointer;
    height: 40px !important;
}
.zoneBouton img {
    position: relative;
    top: 1px;
    width: 58%;
}
p.head_note {
    text-align: right;
    display: block;
    margin-right: 80px;
    position: absolute;
    right: 0;
    top: 20px;
}
.bordureTbl h2{
    font-size: 16px;
    margin-top: 0;
    padding: 8px 0;
    text-align: center;
}
.bgEntTblGst {
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    padding: 8px 0;
    text-align: center;
}
.bgEntTblGst td{
    padding: 2px 3px;
}
.bgEntMenu
{
    background-color:#133A61;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-align:center;
}

.bordureTbl
{
    padding-bottom: 5px;
}
.bordureTbl form{
    margin-left:2.5%;
    margin-right:2.5%;
}
.bordureTbl form.formPays {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.bordureTbl form.formPays .conteneur, .conteneur {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0 25px 10px;
    text-align:left;
}
.tblmenu
{
    border:1px solid black;
    /*background-color:#FFFFFF;*/
}

.tdauth
{
    border:1px solid black;
    background-color:#FFFFFF;
    vertical-align:top;
}

.tdcontent{
    font-size: 11px;
    color: #000000;
    text-align:center;
    vertical-align:top;
    background-color:#FFFFFF;
    position: relative;
    padding-top: 10px;
}

.titreAdm
{
    font-size: 24px;
    text-align:center;
}
.titreAdm img{vertical-align:middle;}
.texteAdm
{
    font-size: 11px;
    text-align:left;
    margin: auto;
    margin-top: 1.5em;
}
.tdauth input[type=submit]{
    margin-top: 0.6em;
    margin-left: 26px;
}
.texteAdm td {
    padding: 3px 20px;
}
.inputEdit {
    width: 200px;
}

.rowheader {
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color: grey;
}
#imagesadmin{
    background-color:#DDD;
    border:1px solid #BBB;
    padding:6px 0 0 6px;
    max-width: 260px;
    min-height: 83px;
}
#imagesadmin div.imageadmin_container{
    display:table-row;
    vertical-align: middle;
    margin:0 8px 8px 0;
}
#imagesadmin .imageadmin_img img{
    max-width:156px;
    /*max-height:83px;*/
}
#imagesadmin .imageadmin_img{
    display: table-cell;
    width: 160px;
    cursor: move;
}
#imagesadmin .imageadmin_val{
    width: 290px;
    display: table-cell;
    vertical-align: middle;
}
#imagesadmin .imageadmin_val input{
    width: 98%;
    background-color:#FFF;
}
#imagesadmin .imageadmin_del{
    width: 48px;
    margin-left: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#imagesadmin .imageadmin_del img{
    cursor: pointer;
}
.imagesadmin_placeholder {
    height: 100px; border: 1px solid #222; background-color: #777;
}
img.move{
    cursor: move;
    margin-top: 1px;
}
.tblsortable_placeholder{
    height: 28px;
    background-color: #777;
}
#navBottom {
    height: 50px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}
a.nav {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #133A61;
    padding: 4px 7px;
    margin-right: 1px;
}
a.nav:hover {
    font-size: 12px;
    font-weight: bold;
    color: #EEE;
    background-color: #133A61;
}
.navActived {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background-color: #3E58A2;
    padding: 4px 7px;
    margin-right: 1px;
}
.ulsortable_placeholder{
    background-color: #777;
    height: 42px;
}
.button,
button:not(.jp-mute):not(.jp-volume-max):not(.jp-play):not(.jp-stop),
input[type="button"],
input[type="reset"],
input[type="submit"]{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;-webkit-appearance: none;
}
.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled{
    cursor: not-allowed;
    color: #DDD;
    border-color: #DDD;
}
input[type="button"]:hover{
    background: #efefef;box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="tel"]
{
    box-sizing:border-box;
    width: 100%;
    height: 36px;
    padding: 7px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
textarea{height: 120px}
select {
    height: 36px;width: 97%;
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus
{
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
    background-color: white;
}
label.checkbox_label{
    display:inline-block;
    width:auto;
}
label>input[type="radio"],
label>input[type="checkbox"]{vertical-align: middle;}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled{
    opacity:0.6;
    border-color:rgba(0,0,0,0.6);
    background-color:rgba(0,0,0,0.2);
    box-shadow:0 0 0 0 rgba(0,0,0,0.2);
    cursor:default;
}


h1{
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: normal;
}
.note {
    font-size: 10px;
    color: #B90D0D;
}
.note span{
    color: #000;
}
label:not(.enligne):not(.mce-label):not(.radio):not(.switch){
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 1.2em;
}
form {
    padding: 0 25px 35px;
    text-align: left;
    position:relative;
}
form div.boutons,
form div.boutton{
    clear: both;
    margin-top: 3em;
}
#contenuAdmin div.double,#contenuAdmin label.double{
    width: 49%;
    display: inline-block;
}
#contenuAdmin div.triple,#contenuAdmin label.triple{
    width: 32%;
    display: inline-block;
}
.bordureTbl div .triple input{
    width:94%;
}
#contenuAdmin div.quadruple,#contenuAdmin label.quadruple{
    width: 24%;
    display: inline-block;
}
#contenuAdmin div.quintuple,#contenuAdmin label.quintuple{
    width: 19%;
    display: inline-block;
}
#contenuAdmin div.sextuple,#contenuAdmin label.sextuple{
    width: 16%;
    display: inline-block;
}
form .multiple{
    margin-top: 1em;
}
form .multiple label{
    margin-top: 0;
}
form .multiple > div:nth-child(even){
    background: #CECECE;
    border-radius: 2px;
}
form .multiple > div:nth-child(odd){
    background: #EFEFEF;
    border-radius: 2px;
}
form .multiple > div{
    padding: 8px 4px;
}
.clear{
    clear: both;
}
a.ajouter{
    background-image: url(../img/add.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    background-size: 47%;
}
a.modifier{
    background-image:url(../img/pencil.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px 10px;
    vertical-align: middle;
}
a.dupliquer{
    background-image:url(../img/dup.png);
    background-size: 100%;

    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px 10px;
    vertical-align: middle;
}
a.supprimer{
    background-image:url(../img/delete.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px 10px;
    vertical-align: middle;
    background-size: 100%;
}
a.precedant {
    background-image: url(../img/arrow_back.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    left: 10px;
    right: auto;
}
a.payer{
    background-image: url(../img/currency.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}
a.pdf{
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}
a.page{
    background-image: url(../img/blocs.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}
table.liste a.liendown,
table.liste a.lienup,
#navPagination a,
a.debloquer,
a.pdf,
a.page,
a.modifier,
a.supprimer{
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
table.liste a.liendown:hover,
table.liste a.lienup:hover,
a.debloquer:hover,
a.pdf:hover,
a.page:hover,
a.modifier:hover,
a.supprimer:hover{
    opacity: 0.65;
}
span.left_add{
    border: none;
    font-size: 30px;
    color: white;
    background-color: #01CF84;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto 7px auto auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    position: relative;
    display: inline-block;
    line-height: 40px;
    z-index: 10;
    top: 6px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover span.left_add {background-color: #666;}

.add_spage span.left_add{
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: 25%;
}
.bt_top{
    display:inline-block;
    margin:2px 0;
}
.bt_top span.left_add{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}
.bt_top .bt_retour{
    width: 16px;
    vertical-align: -4%;
}

.opacite_override{opacity:1 !important;}
.stat_publie{
    display:inline-block;
    background-color:rgba(70, 226, 70,1);
    border-radius:50%;
    width:24px;
    height:24px;
    margin:0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.stat_revision{
    display:inline-block;
    background-color:rgba(239, 239, 69,1);
    border-radius:50%;
    width:24px;
    height:24px;
    margin:0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.stat_draft{
    display:inline-block;
    background-color:rgba(232, 46, 46,1);
    border-radius:50%;
    width:24px;
    height:24px;
    margin:0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
h3{
    background-color:rgba(132,30,42,1);
    font-size: 15px;
    font-weight:bold;
    color: #FFFFFF;
    text-align:center;
    padding: 5px 0;
    margin-top: 1em;
    border-radius: 2px;
}
h4 {
    margin: 1.2em 0 2px;
    font-size: 14px;
}
input[type="date"],
.datetimepicker,
.datepicker{
    background: url(../img/cal.png) no-repeat right 8px center;
}
.cache { display:none; }
.del_ligne {
    float:right;
    width:20px;
}
.multiple label,
.multiple select,
.multiple textarea,
.multiple input[type="text"],
.multiple input[type="password"],
.multiple input[type="number"],
.multiple input[type="date"],
.multiple input[type="time"],
.multiple input[type="search"],
.multiple input[type="url"],
.multiple input[type="email"]
{
    width: 90%;
}
#navTop {
    width:100%;
    height:60px;
    position: fixed;
    top:0;
    z-index: 1000;
}
#logoTop
{
    width:260px;
    float:left;
    height:60px;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;white-space: nowrap;
}
#logoClient
{
    max-width: 180px;max-height: 48px;
    position:relative;
    top:8px;
    display: inline-block;
}
.ferme #logoClient{width: 0;height: 0;opacity: 0;display: none}
#wrapNouveauMenu
{
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;width: 260px;
}
#logoTop.ferme,
#wrapNouveauMenu.ferme{
    width: 58px;
}
#wrapNouveauMenu.ferme #nouveauMenu a{font-size: 0;}
#logoTop.ferme #nomClient{font-size: 0;}
/*#contenuAdmin.ferme{
padding-left:95px;
}*/
#nouveauMenu
{
    border:inherit !important;
}
#nouveauMenu tr
{
    height:40px;
}
.separationMenu
{
    height:20px !important;
}
#slideMenu{
    background-image: url(../img/menuAdmin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64%;
    display: inline-block;
    width: 58px;
    height: 60px;
    vertical-align: top;
}
#espaceContent
{
    height:20px;
}

#contenuAdmin
{
    padding:35px 35px 0 35px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    flex: 1;
}
#wrap-admin-content{display: flex;align-items: stretch;min-height: 100vh;padding-top: 60px;}
#admin-message{z-index: 1001;position: fixed;left: 0;top: 0;right: 0;}
#fermer-erreur{background-image: url(../img/close-circle-outline.png);background-repeat: no-repeat;background-position: center;padding: 18px;position: absolute;right: 8px;top:8px}
#conteneur_erreur{
    background-color: #C74C47;color: #FFF;padding: 14px 48px;font-weight: bold;border-bottom:2px solid #666;
    font-size: 16px;text-align: center;min-height: 24px;border-radius: 0 0 8px 8px;
}
.titrePrincipal
{
    font-size:36px;
    padding-bottom: 9px;
    margin: 10px 0 10px 295px;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    padding-left: 5px;
}
small
{
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size:65%;
}
#logoTopServlinks {
    float: right;
    height: 60px;
    margin-right: 35px;
    margin-left:10px;
}
#logoTopServlinks img {
    height: 50px;
    padding-top:5px;
}
.tdauth {
    border-color: #ececec;
}
.titrePrincipalLogin{
    font-size:36px;
    padding-bottom: 9px;
    margin: 70px 0 10px 295px;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    padding-left: 5px;
}
.texteAdm {
    font-size: 14px;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.tdcontent h1
{
    font-size:25px;
    padding-bottom: 9px;
    margin: 10px 2.5% 10px 2.5%;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    padding-left: 5px;
    display:inline-block;
    width:auto;
}
.tblGstUsr .ui-segment
{
    position: relative;
    top:3px;
}
.filtre .champfiltre
{
    width: 90% !important;
}
.dernierBordure {
    border-right: inherit;
}
.btnPlusTableau
{
    position: relative;
    top:2px;
}
#affichefiltre
{
    font-size: 15px;
}
#login-conteneur{
    top: 95px;bottom: 35px;left: 35px;right: 35px;background-color: #fff;position: absolute;
}
#login-connexion{
    top: 50%;left: 50%;position: absolute;margin: -160px 0 0 -160px;width: 320px;height: 300px;
}
#login-connexion.recuperation{
    margin: -206px 0 0 -160px;height: 410px;
}
#login-conteneur form{padding: 0;}
#login-connexion #message{
    color: red;font-size: 14px;margin-top: 0.5em;font-weight: bold;
}
#login-connexion #loading{text-align: center;display:none;padding-top: 2em;}

#login-connexion input[type=text],
#login-connexion input[type=email],
#login-connexion input[type=password]{
    margin-top: 12px;width: 94%;
}
#login-connexion.recuperation input[type=text],
#login-connexion.recuperation input[type=email],
#login-connexion.recuperation input[type=password]{
    margin-top: 2px;
}
#login-connexion .txtcenter{text-align: center;}
#login-connexion img{max-width: 260px;margin-bottom: 24px;}
#bouton_oublie{
    margin: 10px auto;
    display:block;
}
#bouton_oublie:hover{
    color: rgba(0,85,150,1);
}
#recup{
    margin-top:5px;
}
.triedesc {
    float:right;
    background-image: url(../img/down1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px;
}
.trieasc {
    float:right;
    background-image: url(../img/up1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px;
}
.ordreentete{cursor: pointer;}

table.liste td {
    padding: 3px 20px;
    font-size: 11px;
    text-align:left;
    margin: auto;
    margin-top: 1.5em;
}
table.liste th{
    padding: 0px 6px;
    height: 38px;
    color: #eee !important;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
table.liste tr.couleurTheme{
    color: #eee;
    border-bottom: 2px solid #D2D2D2;font-weight: bold;
}
.filtre{text-align: left;padding: 0 2.5% 12px;background-color: #F4F4F4;margin-top: 8px;}
.filtre + table.liste{margin-top: 28px;}
#navPagination {
    padding: 20px 0;
    text-align: center;
}
#navPagination a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 8px;
    margin: 0 4px;
    display: inline-block;
}
#navPagination a:hover {
    font-size: 16px;
    color: #EEE;
    padding: 4px 8px;
}
#navPagination a.actif {
    margin: 0 4px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 4px 8px;
    display: inline-block;
}
a.debloquer{
    background-image:url(../img/lock-open.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}
table.liste a.move{
    background-image:url(../img/cursor-move.png);background-size: 66%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
    cursor: move;
}
table.liste a.lienup{
    background-image:url(../img/chevron-up.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}
table.liste a.liendown{
    background-image:url(../img/chevron-down.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}
.fab {
    border:none;
    font-size:30px;
    color:white !important;
    background-color: #01CF84;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    display: inline-block;line-height: 40px;position: absolute;right: 10px;z-index: 10;bottom:18px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fab:hover {
    background-color: #666;
}
a.fermer{
    background-image:url(../img/fermer.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}
a.check{
    background-image:url(../img/md-check.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}
table.liste td.aucun-resultat,
table.liste td.chargement,div.chargement{text-align: center;}
.tdcontent .separateur{background-color: #e6e6e6;height: 48px;}
td.bloque{color: #FE6363;}
td.action{width: 22px;}
table.liste{width: 100%;margin: auto;border-collapse: collapse;}
table.liste tr th:first-child,
table.liste tr th:last-child,
table.liste tr td:first-child,
table.liste tr td:last-child{width: 2.5%;position: relative;}
table.liste tr:not(.couleurTheme){-webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;-ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;transition: background-color 0.4s ease, box-shadow 0.4s ease;}
table.liste tr:not(.couleurTheme):nth-child(odd){background-color: #fff;}
table.liste tr:not(.couleurTheme):nth-child(even){background-color: #F4F4F4;}
table.liste tr:hover:not(.couleurTheme):nth-child(odd){background-color: #e8e8e8;box-shadow: 0 0 2px 1px #ddd;}
table.liste tr:hover:not(.couleurTheme):nth-child(even){background-color: #e0e0e0;box-shadow: 0 0 2px 1px #ddd;}
table.liste td{height: 38px;}
#pagination{background-color: #e6e6e6;}
.affichefiltre,
#affichefiltre{
    background-image: url(../img/filter.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 32px;
    font-weight: bold;
    color: #757575;
    font-size: 16px;
}
.affichefiltre:hover,
#affichefiltre:hover{
    color: #959595;
}
.ui-icon, .ui-widget-content .ui-icon {
    float:left; margin:0 7px 20px 0;
}
.ui-dialog-titlebar button.ui-button span.ui-icon.ui-icon-closethick{margin:-8px 0 0 -8px;}
#accueil{padding:0 100px;display: flex;flex-wrap: wrap;justify-content: center;}
#accueil a{padding: 28px 10px 10px;width:160px;font-weight:600;font-size:16px;display: inline-block;text-align: center;vertical-align:top;margin: 20px 4%;transition: .3s ease-out;}
#accueil a:hover{box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.12);}
#accueil img{display: block;margin: 0 auto 2em;}
#recup-user{font-size: 14px;}
#captchaRobot{width: 304px;margin: 12px auto auto;}
.wrapPublipostage.ui-tabs .ui-tabs-panel{padding: 0;}
.wrapPublipostage.ui-tabs .ui-tabs-nav{padding-left: 0 !important;padding-top: 2px !important;}
.wrapPublipostage.ui-tabs .ui-tabs-nav .ui-tabs-anchor {font-size: 14px;}
.wrapPublipostage.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{font-weight: bold;}
#contenuAdmin.scrollBottom .bordureTbl{padding-bottom: 68px;}
#contenuAdmin.scrollBottom .boutton,
#contenuAdmin.scrollBottom .boutons{
    position: fixed;bottom: 0;right: 35px;left: 295px;background: #fff;padding: 16px 3.4%;z-index: 601;
    -webkit-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    transition: left 0.4s ease;
}
#contenuAdmin.scrollBottom.ferme .boutons{left: 100px;}
#logoInformation {float:right; height:60px;margin-right: 35px;}
#logoInformation img{position:relative; top:12px;}
.afficher-contenu{display: none;}
.toggle-page{color: #0e0e0e;display: block;height: 41px;vertical-align: middle;line-height: 14px;padding-left: 44px;background: url(../img/folder.png) center left 4px no-repeat;}
.toggle-page span{margin-top: 7px;display: inline-block;}
.treepage .tr-bordure td,
.main_menus .tr-bordure td{
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.treepage .tr-bordure:hover td,
.main_menus .tr-bordure:hover td{background-color: #e0e0e0;}
.toggle-page:hover{}
.tr-bordure{border-bottom: 1px solid #757575;/*border-left: 1px solid #757575;*/}
a.ajouter-dossier {
    background: url(../img/folder-plus.png) no-repeat center;
    display: inline-block;
    padding: 18px 22px;
}
.treepage{padding: 0;width: 95%;margin: auto;list-style-type: none}
a.ajouter-contenu:hover {
    background-color: #666;
}
a.ajouter-contenu {
    border: none;
    font-size: 24px;
    color: white;
    background-color: #01CF84;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto 7px auto auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    position: relative;
    display: inline-block;
    line-height: 30px;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.treepage td.action,
#treev2 td.action {
    width: 42px;
}
/******************************** SERVBOX ******************************/
#servbox{position: fixed;z-index: 1010;background-color: rgba(18,18,18,0.94);color: #fff;top: 0;left: 0;right: 0;bottom: 0;text-align: center;display:none;}
#servbox.chargement{background-image: url(../img/loading.gif);background-repeat: no-repeat;background-position: center;}
#editPhoto_nav{position: fixed;left: 0;top: 0;width: 85%;height: 40px;background: #000;text-align: right}
#editPhoto_nav > a {color: #fff;display: inline-block;vertical-align: middle;padding: 0 12px;line-height: 40px;font-size: 14px;}
#editPhoto_nav > a.actif{background: #3E58A2;}
#editPhoto_nav > a#editPhoto_close{padding: 20px 24px;background-image: url(../img/fermer.png);background-repeat: no-repeat;background-position: center;display: inline-block;vertical-align: middle;}
#editPhoto_sidebar{position: fixed;right: 0;top: 0;bottom: 0;width: 15%;background: #4a4a4a;}
#editPhoto_sidebar > a{display: block;padding: 15px 0 15px 54px;color: #fff;-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;font-weight: bold;text-align: left;font-size: 16px;}
#editPhoto_sidebar > a.actif{background: #3E58A2;}
#editPhoto_sidebar > a:hover{background: #111;}
#editPhoto_sidebar > a.crop{background-image:url(../img/crop.png);background-repeat: no-repeat;background-position: left 8px center;}
#editPhoto_sidebar > a.rotate{background-image:url(../img/rotate.png);background-repeat: no-repeat;background-position: left 8px center;}
#editPhoto_sidebar > a.flip{background-image:url(../img/flip.png);background-repeat: no-repeat;background-position: left 8px center;}
#editPhoto_actions{padding: 20px;text-align: left;position: absolute;bottom: 0;left: 0;right: 0;}
#editPhoto_del{background: red;display: block;text-align: center;padding: 12px 0;color: #fff;font-weight: bold;margin-top: 20px;}
#editPhoto_save{background: #3E58A2;display: block;text-align: center;padding: 12px 0;color: #fff;font-weight: bold;margin-top: 20px;}
#editPhoto_workplace{position: fixed;left: 0;top: 40px;bottom: 0;width: 85%;}
#editPhoto_img{max-width: 100%;max-height: 100%;}
#editPhoto_titre_outils{padding: 10px 0;font-weight: bold;}
#editPhoto_message{text-align: center;font-weight: bold;font-size: 15px;}
#editPhoto_message.chargement{background-image: url(../img/loading.gif);background-repeat: no-repeat;background-position: center;height: 32px;}
#servbox .jcrop-holder{margin: auto;position: relative;top: 50%;transform: translateY(-50%);-webkit-transition: background-color 0.4s ease;-ms-transition: background-color 0.4s ease;transition: background-color 0.4s ease;}
#editPhoto_workplace > img{position: relative;top: 50%;transform: translateY(-50%);}
#servbox input[type=radio]{width: 0 !important;height: 0;display: none !important;left: -5120px !important;}
#editPhoto_flip_options,
#editPhoto_rotate_options{display: none;}
#editPhoto_flip_options a,
#editPhoto_rotate_options a{display: block;color: #fff;font-weight: bold;padding: 12px 0;-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;}
#editPhoto_flip_options a:hover,
#editPhoto_rotate_options a:hover{background: #111;}
#editPhoto_preview{padding-top: 20px;}
#editPhoto_preview img{max-width: 100%;margin: auto;max-height: 240px;}
/*#editPhoto_workplace.rotating #editPhoto_img,#editPhoto_workplace.rotating .jcrop-holder img{-webkit-transition: transform 0.4s ease;-ms-transition: transform 0.4s ease;transition: transform 0.4s ease;}*/
#editPhoto_workplace #editPhoto_img,#editPhoto_workplace .jcrop-holder img{-webkit-transition: transform 0.4s ease;-ms-transition: transform 0.4s ease;transition: transform 0.4s ease;}
.ui-front {z-index: 1011;}
/******************************** SWITCHES ******************************/
.switch-table{/*display: table;*/display: flex;flex-wrap:wrap;}
.switch-table .switch{padding: 6px 0;}
.switch-table .switch > div{display:table-cell;padding: 12px 26px 12px 0;cursor: pointer;font-weight:normal}
.switch-table .switch > div:first-of-type {padding-right: 10px;}
/*.switch-table .switch > div:first-child{width: 172px;}*/
.switch {
    display: inline-block;
    padding: 10px 0;margin-top: 8px;
}
.switch input[type=checkbox] {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    display: none;
}
.switch input[type=checkbox] + span {
    display: inline-block;margin-right:8px;vertical-align: middle;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch input[type=checkbox] + span {
    padding: 2px;
    width: 50px;
    height: 8px;
    background-color: #BCBBBB;
    border-radius: 60px;
}
.switch input[type=checkbox] + span:before{bottom: 1px;top: 1px;}
.switch input[type=checkbox] + span:after{bottom: -9px;top: -9px;}
.switch input[type=checkbox] + span:before,
.switch input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
.switch input[type=checkbox] + span:before {
    right: 1px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}
.switch input[type=checkbox] + span:after {
    width: 30px;
    background-color: #F1F1F1;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.switch input[type=checkbox]:checked + span:after {margin-left: 24px;}
.switch input[type=checkbox] + span:hover:after{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);}
.switch *{transition: all 1.4s ease;}
/******************************** /SWITCHES ******************************/
/******************************** MOBILE ********************************/
@media only screen and (max-width:680px){

    #login-connexion input[type=text],
    #login-connexion input[type=email],
    #login-connexion input[type=password]{
        width: 94%;margin-top: 12px;
    }
    #login-conteneur{
        top: 60px;bottom: 0;left: 0;right: 0;
    }

    #login-connexion{
        top: 50%;
        left: 0;
        margin: -160px 5% 0 5%;
        width: 90%;
    }
    #login-connexion img{max-width: 96%;max-height: 100px;}
    .page-connexion #logoTop{display: none;}
    #logoTopServlinks {display: none;}
    .page-connexion #navTop{line-height: 60px;}
    #contenuAdmin.ferme,
    #contenuAdmin{padding: 60px 0 0 0 !important;}
    #nomClient{display: inline-block !important;}
    #logoTop.ferme,#logoTop{display: block;width: auto;float: none;}
    #wrapNouveauMenu.ferme,
    #wrapNouveauMenu{width: 260px;margin-left: 0;z-index: 10;}
    #wrapNouveauMenu.ferme{margin-left: -260px;}
    #accueil{padding:0 20px;}
    #contenuAdmin.scrollBottom.ferme .boutons,
    #contenuAdmin.scrollBottom .boutton,
    #contenuAdmin.scrollBottom .boutons{
        left: 22px;
    }
}
/******************************** /MOBILE ********************************/
a.edit_content {
    background-image: url(../img/menu_liste.png);
    background-size: 94%;
    background-position: center top 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
}
a.precedant+h1{
    margin-left: 50px;
}

/*******************************************************************************/

.ui-tooltip {
    width: 200px;
    text-align: center;
    box-shadow: none;
    padding: 0;
}
.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
}
.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: 90px;
}
.bottom .ui-tooltip-content::before {
    bottom: -10px;
    border-color: #AAA transparent;
    border-width: 10px 10px 0;
}
.bottom .ui-tooltip-content::after {
    bottom: -7px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}
.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #AAA transparent;
    border-width: 0 10px 10px;
}
.top .ui-tooltip-content::after {
    top: -7px;
    border-color: white transparent;
    border-width: 0 10px 10px;
}

.paysInfo label {
    vertical-align:top;
}

.paysInfo label p {
    font-weight:normal;
}

.fiche p {
    font-weight:normal;
}

.fiche label {
    vertical-align:top;
}

.fiche .double.switch h4 {margin-bottom:14px}

.commentaireTexte {
    box-sizing:border-box;
    width:100%;
    margin:15px 0px;
}

.formulaireCommentaire .boutons, .sectionCommentaire .boutons {
    text-align:right;
    margin-bottom:15px;
    margin-top:0px;
}

.commentaireFiche {
    display:flex;
    width:100%;
    margin-bottom:15px;
    padding-top:70px;
    margin-top:-70px;
}

.commentaireInfo {
    width:25%;
    box-sizing:border-box;
    border:1px solid #cdcdcd;
    padding:10px;
}

.commentaireInfo .nomCommentaire {
    font-weight:bold;
    font-size:14px;
}

.sectionCommentaire {
    box-sizing:border-box;
    width:75%;
    border:1px solid #cdcdcd;
}

.actionCommentaire {
    text-align:right;
    padding:5px 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom:10px;
}

.actionCommentaire a.modifier, .actionCommentaire a.supprimer {
    padding:12px;
    background-size:96%;
}

.sectionCommentaire p {
    padding:10px;
    margin:0px;
    padding-top:0px;
    font-size:16px;
    white-space:pre-wrap;
}

.sectionCommentaire textarea {
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px;
    height:90px;
}

.sectionCommentaire .flexCommentaire {
    margin:0px 10px;
}

.ppCommentaire {
    text-align:right;
    margin-bottom:10px;
}

#contenuAdmin.scrollBottom .commentaireConteneur .boutons {
    position:relative;
    padding:0px;
    top:unset;
    left:unset;
    bottom:unset;
    right:unset;
}

.commentaireConteneur {
    border:1px solid #cdcdcd;
}

.listeCommentaires .norecords {
    text-align:center;
    font-size:14px;
    font-weight:bold;
}

#contenuAdmin .formulaireCommentaire label.quadruple, #contenuAdmin .formulaireCommentaire div.quadruple {
    margin:0px;
    padding:0px;
}

.flexCommentaire {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.flexCommentaire h4 {
    margin-top:0px;
}

.flexCommentaire .boutons {
    position:relative;
}

.flexCommentaire .boutons input {
    position:absolute;
    width:100px;
}

.flexCommentaire .boutons input[name='modCommentaire'], .flexCommentaire .boutons input[name='ajoutCommentaire'] {
    background-color: #40B4BD;
    color: #fefefe;
    font-weight: bold;
    letter-spacing: .5px;
}

.flexCommentaire .boutons input[name='modCommentaire'] {
    top:0px;
    right:0px;
}

.flexCommentaire .boutons input[name='annulerCommentaire'], .flexCommentaire .boutons input[name='ajoutCommentaire'] {
    right:0px;
    bottom:0px;
}

.flexCommentaire .switch div {
    margin-bottom:25px;
}

#contenuAdmin .flexCommentaire .alerteInfo {
    display:none;
}

.commentaireInfo .rappel p img {
    vertical-align:middle;
    margin-right:5px;
}

.commentaireInfo .rappel p {
    font-size:18px;
    font-weight:bold;
}

.btnCom span.fixedCom{
    display:block;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    background-color:#4a4a4a;
    font-size: 21px;
    margin-top: 0;
    padding: 8px 0;
    text-align: center;
    color:#FFF;
    position:fixed;
    right:0px;
    top:200px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    cursor:pointer; line-height: 35px;
}
.btnCom span.fixedCom:hover, .btnCom span.fixedCom.actif{
    background-color:rgba(160,49,0,1);
}
.vinsCom{padding-bottom: 35px;}

.tableDate {
    min-width:100px;
}

.tableRappel a {
    overflow:hidden;
    max-height:55px;
    display:inline-block;
}

.viewed, .not_viewed, .archived, .n_a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor:pointer;
    display:inline-block;
}

.viewed {
    background-color: #00ff00;
}

.not_viewed {
    background-color: #ff0000;
}

.archived {
    background-color: #0000ff;
}

.n_a {
    background-color: #aaaaff;
}

.legende {
    vertical-align:top;
}

.legende * {
    vertical-align:middle;
    margin-left:10px;
}

.legende span {
    font-weight:normal;
    line-height:20px;
    margin-left:10px;
}
table.liste td.action{
    padding: 3px 5px;
}
.paginationtricherie #listedesvins #pagination{
    background-color:#FFF;
}
.vinsCom{display:none;}

table.vinPrix {
    width:100%;
}

.vinPrix input[type='text'] {
    box-sizing: border-box;
    height:36px;
    width:100%;
}

.closedEvaluation h3, .openedEvaluation h3 {
    position:relative;
    cursor:pointer;
}

.closedEvaluation h3:after {
    content : ">";
    transform :rotate(90deg);
    position:absolute;
    left:calc(50% + 45px);
    transition:all 0.4s ease;
}

.openedEvaluation h3:after {
    content : ">";
    transform :rotate(-90deg);
    position:absolute;
    left:calc(50% + 45px);
    transition:all 0.4s ease;
}

#contenuAdmin label.double.ferme {
    position: absolute;
    right: 50px;
    width: auto;
    top: 0px;
    margin-top:0px;
    padding-top:0px;
}

h3.closedFournisseurFiche, h3.openedFournisseurFiche {
    position:relative;
    cursor:pointer;
}

h3.closedFournisseurFiche:after {
    content : ">";
    transform :rotate(90deg);
    position:absolute;
    left:calc(50% + 55px);
    transition:all 0.4s ease;
}

h3.openedFournisseurFiche:after {
    content : ">";
    transform :rotate(-90deg);
    position:absolute;
    left:calc(50% + 55px);
    transition:all 0.4s ease;
}

form .boutons div {
    display:inline-block;
}

form .boutons div input.supprimer, input#DeleteAll {
    background-color:#FE6363;
    color:white;
    font-weight:bold;
}

#DeleteAll {
    margin-top:20px;
    margin-bottom:20px;
}

form .boutons div input.supprimer:hover {
    background-color:#4a4a4a;
}

td.titreDevise {
    font-weight:  bold;
    text-align: right;
}

span.btn-info {
    width: 22px;
    height: 22px;
    background-image: url(/img/important.png);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 2%;
    top: 143px;
    cursor: pointer;
}

.rapportSelect select, .rapportSelect input {
    box-sizing: border-box;
    vertical-align:top;
}

.rapportSelect select {
    margin-bottom:20px;
}

.rapportSelect input {
    width:24%;
    margin-left:1%;
}

.tooltip-right {
    margin-top: 43px;
    margin-left: 40px;
}

.tooltip-right .ui-tooltip-content::after, .tooltip-right .ui-tooltip-content::before {
    display: none;
}

.rapportSelect {
    margin-bottom:15px;
}

.showPdf {
    height:40px;
    margin-left:20px;
}

#lienalerte i {
    position:relative;
}

#lienalerte span {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -5px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    background: red;
    border-radius: 50%;
    font-weight: bold;
}

table.liste.listeVins tr td:first-child, table.liste.listeVins tr th:first-child {
    width:120px;
}

table.liste.listeVins tr td:nth-child(2), table.liste.listeVins tr th:nth-child(2) {
    width:300px;
}

table.liste.listeAjouts tr td:first-child, table.liste.listeAjouts tr th:first-child {
    width:50%;
}

table.liste.listePromotion > thead > tr > th, table.liste.listePromotion > tbody > tr >td,
table.liste.listeAjouts > thead > tr > th, table.liste.listeAjouts > tbody > tr >td,
table.liste.listeCredit > thead > tr > th, table.liste.listeCredit > tbody > tr >td {
    width:100px;
}

table.liste.listePromotion > thead > tr > th:nth-of-type(3), table.liste.listePromotion > tbody > tr >td:nth-of-type(3) {
    width:150px;
}

table.liste.listePromotion > thead > tr > th:first-of-type, table.liste.listePromotion > tbody > tr > td:first-of-type,
table.liste.listeAjouts > thead > tr > th:first-of-type, table.liste.listeAjouts > tbody > tr > td:first-of-type,
table.liste.listeCredit > thead > tr > th:first-of-type, table.liste.listeCredit > tbody > tr > td:first-of-type{
    width:auto;
}

table.liste.listePromotion > thead > tr > th:last-of-type, table.liste.listePromotion > tbody > tr > td:last-of-type,
table.liste.listeAjouts > thead > tr > th:last-of-type, table.liste.listeAjouts > tbody > tr > td:last-of-type,
table.liste.listeCredit > thead > tr > th:last-of-type, table.liste.listeCredit > tbody > tr > td:last-of-type {
    width:2.5%;
}

table.liste.listePromotion > thead > tr > th.action, table.liste.listePromotion > tbody > tr > td.action,
table.liste.listeAjouts > thead > tr > th.action, table.liste.listeAjouts > tbody > tr > td.action,
table.liste.listeCredit > thead > tr > th.action, table.liste.listeCredit > tbody > tr > td.action {
    width:22px;
}

table.liste.listeCredit tr td:first-child, table.liste.listeCredit tr th:first-child {
    width:50%;
}

.sublevel1 td:first-of-type {
    padding-left:50px;
}

.sublevel2 td:first-of-type {
    padding-left:80px;
}

.sublevel3 td:first-of-type {
    padding-left:110px;
}

.sublevel4 td:first-of-type {
    padding-left:140px;
}

.sublevel5 td:first-of-type {
    padding-left:170px;
}

.sublevel6 td:first-of-type {
    padding-left:200px;
}

.sublevel1 td:first-of-type:before {
    content: "\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -30px;
    font-size:20px;
}

.sublevel2 td:first-of-type:before {
    content: "|\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -60px;
    font-size: 20px;
    letter-spacing: 30px;
}

.sublevel3 td:first-of-type:before {
    content: "||\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -90px;
    font-size: 20px;
    letter-spacing: 30px;
}

.sublevel4 td:first-of-type:before {
    content: "|||\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -120px;
    font-size: 20px;
    letter-spacing: 30px;
}

.sublevel5 td:first-of-type:before {
    content: "||||\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -150px;
    font-size: 20px;
    letter-spacing: 30px;
}

.sublevel6 td:first-of-type:before {
    content: "|||||\21B3";
    position: absolute;
    font-family: fontAwesome;
    top: 10px;
    margin-left: -180px;
    font-size: 20px;
    letter-spacing: 30px;
}

.commande_fournisseur {
    margin-top: 35px;
    margin-bottom:0px;
    color: black;
    font-size: 25px;
    text-align: center;
}

table.liste td.note_facturation {
    font-weight: bold;
    padding-left: 50px;
}

table.liste.ficheRapport tr th:first-child, table.liste.ficheRapport tr th:last-child, table.liste.ficheRapport tr td:first-child, table.liste.ficheRapport tr td:last-child {
    width:auto;
}

.liste.tableContacts td, .liste.tableFournisseurs td {
    font-size:15px;
    color:#333;
}
/*******************************************************************************/