table {
    border: 1px solid #ccc;
    width: 100%
}

tr {
    border: 0;
}

td, th {
    font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    text-align: left;
    vertical-align: top;
}

th {
    background: -moz-linear-gradient(90deg, #EAEAEA, #F5F5F5); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EAEAEA)); /* Webkit */
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding: 0.8em 0.5em;
    text-align: left;
    min-width: 25px;
}

th a:link, th a:visited, th a:hover {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #fafafa /*#f7f7f7*/;
}

.even {
    background: #fff;
}

/* LIST */

.list {
    border: 0px solid #ccc;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 5px;
    margin-left: 5px;
}

.list table {
    border: 0px solid #ccc;
    border-collapse: collapse;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.list th, .list td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #ccc;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 2px;
    margin-top: -5px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 85%;
}

.buttons_add {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    margin-top: 0px;
    overflow: hidden;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
    min-width: 80px;
    font-size: 10px;

}

.buttons_add .button {
    background: transparent url(../images/skin/add.png) 5px 50% no-repeat;
    line-height: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 10px;
    -moz-border-radius: 0.5em;
}

.buttons_add .postuler {
    background: transparent url(../images/skin/postuler.png) 5px 50% no-repeat;
    font-weight: bold;
    box-shadow: -10px -10px 0px #000;
    border-radius: 5px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 25px;
    font-size: 10px;
    -moz-border-radius: 0.5em;
    height: 90;
    font-size: 10px;
}

.buttons input.download {
    background: transparent url(../images/skin/paperclip.png) 5px 50% no-repeat;
    font-weight: bold;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 25px;
    -moz-border-radius: 0.5em;
    height: auto;
    float: right;
    margin-right: 15px;
    margin-top: 3px;
    font-size: 10px;
}

select:invalid, input:invalid {
    border: 1px solid #bf3636 !important;
}

/* --- Navigation stylesheet --- */
#nav {
    margin-top: 0px;
    margin-left: 30px;
    width: 228px;
    float: right;
}

.homePagePanel * {
    margin: 0px;
}

.homePagePanel .panelBody ul {
    list-style-type: none;
    margin-bottom: 10px;
}

.homePagePanel .panelBody h1 {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.homePagePanel .panelBody {
    background: url(images/leftnav_midstretch.png) repeat-y top;
    margin: 0px;
    padding: 15px;
}

.homePagePanel .panelBtm {
    background: url(images/leftnav_btm.png) no-repeat top;
    height: 20px;
    margin: 0px;
}

.homePagePanel .panelTop {
    background: url(images/leftnav_top.png) no-repeat top;
    height: 11px;
    margin: 0px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2em;

}

h3 {
    color: cornflowerblue;
    font: bold;

}

#pageBody {
    margin-left: 280px;
    margin-right: 20px;
}

/* --- Fin Navigation stylesheet --- */

.img_info {
    background: transparent url(../images/icons/details.png) no-repeat left center;
}

.intitule_agent {
    text-align: center;
    background: #3469A5 url(../images/bg_column_right.png) no-repeat center center;
    /*    background-color: #3469A5;*/
    margin: 0px 0px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Trebuchet MS';
    border-left: 1px solid #ccc;
    padding: 6px 3px 1px 3px;
    font-size: 14px
}

.info {
    width: 208px;
}

.info h6 {
    font-size: 13px;
    font-weight: bold;
    margin-left: 25px;
    margin-top: -15px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    border-bottom: 1px dashed #222;
}

.info p {
    padding-left: 7px;
    font-size: 12px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

.action-dispo {
    width: 200px;
    background: #f6f6f6;
    color: #444;
    padding: 5px;
    margin: 5px 0px 0px 5px;
    font-size: 97.7%;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 1px 1px 1px #999;
}

.title-action-dispo {
    min-height: 30px;
    text-align: center;
    background: #3469A5 url(../images/bg_column_right.png) no-repeat center center;
    /*    background-color: #3469A5;*/
    margin: -5px -5px 0px -5px;
    padding: 5px 0px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Trebuchet MS';
    border-left: 1px solid #ccc;
    font-size: 14px
}

.photo_agent {
    text-align: center;
    color: white;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: -10px 0px 4px 0px;
    padding: 7px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
}

.img_accueil {
    background: transparent url(../images/icons/home.png) no-repeat 1% 50%;
}

.hlist .img_accueil {
    background: transparent url(../images/icons/home.png) no-repeat 10% 50%;
}

.img_create {
    background: transparent url(../images/icons/create.png) no-repeat 1% 50%;
    padding-left: 5px;
}

.hlist .img_create {
    background: transparent url(../images/icons/create.png) no-repeat 5% 50%;
    padding-left: 5px;
}

.img_historique {
    background: transparent url(../images/icons/archive.png) no-repeat 1% 50%;
    padding-left: 5px;
}

.hlist .img_historique {
    background: #428EBE url(../images/icons/archive.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_createOrganigramme {
    background: transparent url(../images/icons/create.png) no-repeat 1% 50%;
    padding-left: 5px;
}

.hlist .img_createOrganigramme {
    background: #428EBE url(../images/icons/create.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_organigramme {
    background: transparent url(../images/icons/sitemap.png) no-repeat 1% 50%;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
}

.hlist .img_organigramme {
    background: #428EBE url(../images/icons/sitemap.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_organigrammeGlobal {
    background: transparent url(../images/icons/binary-tree.png) no-repeat 1% 50%;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
}

.hlist .img_organigrammeGlobal {
    background: #428EBE url(../images/icons/binary-tree.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_organigrammeNodeTree {
    background: transparent url(../images/icons/node-tree.png) no-repeat 1% 50%;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
}

.hlist .img_organigrammeNodeTree {
    background: #428EBE url(../images/icons/node-tree.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_download {
    background: #428EBE url(../images/icons/download-alt.png) no-repeat 1% 50%;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
}

.hlist .img_download {
    background: #428EBE url(../images/icons/download-alt.png) no-repeat 10% 50%;
    padding-left: 5px;
}

.img_attachement {
    background: #428EBE url(../images/add_attachment1.png) no-repeat 1% 50%;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
}

.hlist .img_attachement {
    background: #428EBE url(../images/add_attachment1.png) no-repeat 10% 50%;
    padding-left: 5px;
}


.img_archive {
    background: transparent url(../images/icons/archive.png) no-repeat 1% 50%;
}

.hlist .img_archive {
    background: transparent url(../images/icons/archive.png) no-repeat 10% 50%;
}

.img_create a:hover {
    background: transparent url(../images/icons/create.png) no-repeat 1% 50%;
}

.hlist .img_create a:hover {
    background: transparent url(../images/icons/create.png) no-repeat 3% 50%;
}

.img_list {
    background: transparent url(../images/icons/image_list.png) no-repeat 1% 50%;
    border-bottom: 1px dashed #ccc;
    padding-left: 5px;
}

.hlist .img_list {
    background: transparent url(../images/icons/image_list.png) no-repeat 5% 50%;
    border-bottom: 1px dashed #ccc;
    padding-left: 5px;
}

.img_list_accordeon {
    background: transparent url(../images/icons/typo-arrowlist.png) no-repeat left;
    border-bottom: 1px dashed #ccc;
    padding-left: -10px;
}
.hlist .img_list_accordeon {
    background: transparent url(../images/icons/typo-arrowlist.png) no-repeat left;
    border-bottom: 1px dashed #ccc;
    padding-left: -10px;
}

.img_show {
    background: transparent url(../images/icons/show.png) no-repeat 97% 50%;
}

.body span {
    color: #000;
    font: bold 12px Tahoma, Geneva, sans-serif;
}

.body p {
    font: normal 11px Tahoma, Geneva, sans-serif;
    color: #6f6f6f;
    line-height: 1.8em;
    padding: 5px 2px;
    margin: 0;
}

.boutton {
    width: auto;
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    display: inline;
    vertical-align: middle;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.boutton:hover {
    text-decoration: none;
}

.boutton:active {
    position: relative;
    top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.medium {
    font-size: 12px;
    padding: 2px 15px 19px 15px;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* Styles Couleurs */

/* Noir */
.noir {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

.noir:hover {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top, #444, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

.noir:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top, #000, #444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* Gris */
.gris {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/consulter.png) no-repeat center center;

}

/* Gris */
.duplicate {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/duplicate.png) no-repeat center center;

}
.grisChart {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/chart_organisation.png) no-repeat center center;

}

.download {
    border: solid 1px #ddd;
    background: transparent url(../images/icons/download-alt.png) no-repeat 2% 50%;
    padding-left: 20px;
    color: #222;
    font-weight: bold;

}

.download-alt {
    border: solid 1px #ddd;
    background: transparent url(../images/icons/download-alt.png) no-repeat 2% 50%;
    padding-left: 8px;
    padding-right: 8px;
    color: #222;
    font-weight: bold;

}

.annuler {
    color: #222;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/trash.png) no-repeat 2% 50%;
    padding-left: 20px;
    font-weight: bold;
}

.anomalie {
    border: solid 1px #ddd;
    background: transparent url(../images/icons/anomalie.png) no-repeat 2% 50%;
    padding-left: 20px;
    color: #222;
    font-weight: bold;

}

.validation {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}

.resume_icon {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/resume_icon.png) no-repeat center center;

}

/* bleu */
.bleu {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/modifier.png) no-repeat center center;
}


.delete {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/erase.png) no-repeat center center;
}

.close {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/quit_close.png) no-repeat center center;
}

.vertOk {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/ok-check.png) no-repeat center center;
}

/* vert */
.vert {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/turn_right_16.png) no-repeat center center;
}

.vertAdd {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/user_add-32.png) no-repeat center center;
}

.vertAdd2 {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/group_add-32.png) no-repeat center center;
}

.valider {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/valider.png) no-repeat center center;
}

.delete {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/erase.png) no-repeat center center;
}

.doc {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/skin/paperclip.png) no-repeat center center;
}

.generate {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/typo-arrowlist.png) no-repeat center center;
}

/* Rouge */
.rouge {
    color: #e9e9e9;
    border: solid 1px #ddd;
    background: transparent url(../images/icons/erase.png) no-repeat center center;
}

/* blanc */
.blanc {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.blanc:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.blanc:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.green:hover {
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
    color: #a9c08c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.text_show {
    cursor: auto;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 6px 2px;
    font: bold 12px Georgia, "Times New Roman", Times, serif;
    color: #000;
    text-transform: none;
    float: left;
    vertical-align: middle;
}

.ui-menu-item {
    list-style: none;
    text-align: left
}

/* ************* ajout membres grpe diffusion style ********** */

#dst, #pj, #clientsChoisis, #membresGrp {
    list-style-type: none;
}

#dst li {
    border: 1px solid #597A85; /* #4D87C7; BBD8FB */
    width: 93%;
    display: block;
    margin-bottom: 3px;
    vertical-align: top;
    margin-left: 0px;
}

#clientsChoisis li {
    width: auto;
    display: block;
    margin: 0px;
    margin-bottom: 1px;
    vertical-align: top;
}

.pers1 {
    background: url(../images/icons/business_user16.png) center left no-repeat;
    min-width: 18px;
    min-height: 15px;
    display: inline-block;
    margin: 0px 3px 0px 4px;
    padding: 3px 0px
}

.grp1 {
    background: url(../images/icons/business_users16.png) center left no-repeat;
    min-width: 18px;
    min-height: 15px;
    display: inline-block;
    margin: 0px 3px 0px 4px;
    padding: 3px 0px
}

.openPj {
    font: bold 11.5px Georgia, "Times New Roman", Times, serif
}

.toErase {
    cursor: pointer;
    padding-left: 0px;
    background: url(../images/icons/erase.png) center right no-repeat;
    min-width: 18px;
    min-height: 15px;
    display: inline-block;
    margin-right: 10px;
    float: right;
    padding: 3px 0px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* if(chrome)  */
    .toErasePj {
        cursor: pointer;
        padding-left: 0px;
        background: url(../images/icons/erase.png) center right no-repeat;
        min-width: 18px;
        min-height: 25px;
        display: inline-block;
        margin-right: 10px;

        float: right;

        /* if(chrome)
        else if(mozilla) margin-left:40px;
        */
    }

    .toErasePjAjax {
        background: transparent url(../images/icons/erase.png) no-repeat 97% 50%;
        border: 0px !important;
        text-align: left;
        /*    display:block; */
        cursor: pointer;
        padding-left: 20px;
        min-height: 20px;
        min-width: 20px;
        width: 20px !important;
        float: right;
    }
}

@-moz-document url-prefix() {
    /* if(mozilla)  */
    .toErasePj {
        cursor: pointer;
        padding-left: 0px;
        background: url(../images/icons/erase.png) center right no-repeat;
        min-width: 18px;
        min-height: 25px;
        display: inline-block;
        margin-right: 10px;
        margin-left: 60px;
        vertical-align: bottom;
    }

    .toErasePjAjax {
        background: transparent url(../images/icons/erase.png) no-repeat 97% 50%;
        border: 0px !important;
        text-align: left;
        /*    display:block; */
        cursor: pointer;
        padding-left: 20px;
        min-height: 20px;
        min-width: 20px;
        width: 20px !important;
        vertical-align: bottom;
    }
}

.addMembers {
    background: transparent url(../images/icons/add-blue.png) center no-repeat;
    border: 0px;
    display: block;
    cursor: pointer;
    padding-left: 20px;
    min-height: 20px;
    min-width: 20px;
    text-align: center
}

.addMembers:hover {
    opacity: 0.8;
}

.addMembers:active {
    background: transparent url(../images/icons/add-blue.png) center no-repeat;
    background: -moz-linear-gradient(top, #a5bcdb, #dfe5ed);
    background: -webkit-gradient(linear, left top, left bottom, from(#a5bcdb), to(#dfe5ed));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.minusMembers {
    background: transparent url(../images/icons/minus-blue.png) center no-repeat;
    display: block;
    border: 0px;
    cursor: pointer;
    padding-left: 20px;
    text-align: center;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle
}

.minusMembers:hover {
    opacity: 0.8;
}

.minusMembers:active {
    background: transparent url(../images/icons/minus-blue.png) center no-repeat;
    background: -moz-linear-gradient(top, #a5bcdb, #dfe5ed);
    background: -webkit-gradient(linear, left top, left bottom, from(#a5bcdb), to(#dfe5ed));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

#taille select {
    width: auto;
    display: inline-block
}

#pj input, #dst input {
    display: inline-block;
}

/* ************* fin ajout membres grpe diffusion style ********** */

.addDisplayNone {
    display: none;
}

.removeDisplayNone {
    display: block;
}

.addCreate {
    background: transparent url(../images/icons/create.png) no-repeat 97% 50%;
    border: 0px !important;
    text-align: left;
    display: block;
    cursor: pointer;
    padding-left: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-left: -350px
}

.addFicheDetails {
    background: transparent url(../images/icons/Arrow-Left_green.png) no-repeat 97% 50%;
    border: 0px !important;
    text-align: left;
    display: block;
    cursor: pointer;
    padding-left: 20px;
    min-height: 32px;
    min-width: 32px;
    width: 32px !important;
}

.addCumulDetails {
    background: transparent url(../images/icons/add-plein.png) no-repeat 97% 50%;
    border: 0px !important;
    text-align: left;
    display: block;
    cursor: pointer;
    padding-left: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 20px !important;
}

.left_content_constant {
    text-align: center;
    border: 0px;
    width: 100%;
}

.left_content_constant td {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    margin: 0px;
    padding: 6px;

    background: url(../images/icons/accordion-content-bg.png) repeat-x top;
}

.right_body {
    width: 190px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}

.radioGrp input[type="radio"] {
    width: 10px !important;
    display: inline !important;
    margin: 0px 10px;
}

/***************** Blocks grid ******************/
ul.grid {
    padding: 0.75em 0 0 0.75em;
    max-height: 760px;
    overflow: scroll;
}

/* IE class */
.ie7 ul.grid {
    padding-bottom: 0.75em;
}

ul.grid > li {
    background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #f5f5f5, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cccccc));
    border: 1px solid white;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;
    padding: 0.75em 0.75em;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #333333;
    float: left;
    width: 290px;
    height: 160px;
    position: relative;
    margin: 0 0.75em 0.75em 0;
}

ul.grid > li .grid-picto {
    margin: -6.5em 1em 0em 0.9em;
    padding: 0em 0em 0.5em 3.9em;
    background-repeat: no-repeat;
    background-position: 0.75em 0.75em;
}

div.grid-picto1 {
    position: absolute;
    margin: -11em 1em -0.75em 0.9em;
    padding: 0em 0.75em 0.85em 3.9em;
    background-repeat: no-repeat;
    background-position: 0.75em 0.75em;
    border-right: 1px solid #b3b3b3;
    height: 160px;
}

ul.grid > li .grid-picto.user {
    background-image: url(../images/icons/web-app/32/Profile.png);
}

ul.grid > li .grid-picto.computer {
    background-image: url(../images/icons/web-app/32/Loading.png);
}

ul.grid > li .grid-picto.chart {
    background-image: url(../images/icons/web-app/32/Pie-Chart.png);
}

ul.grid > li .grid-picto.print {
    background-image: url(../images/icons/web-app/32/Print.png);
}

ul.grid > li .grid-picto.warning {
    background-image: url(../images/icons/web-app/32/Warning.png);
}

ul.grid > li .grid-name {
    color: #373737;
    font-weight: bold;
    font-size: 1.2em;
}

.cniViewInShow ul.grid > li .grid-name {
    color: #373737;
    font-weight: bold;
    /*font-size: 16px;*/
    margin-bottom: 10px;
    margin-top: 10px;
    font: bold 11px Tahoma, Geneva, sans-serif;
    color: #6f6f6f;
    line-height: 18px;
    /*margin: 0;*/
}

.cniViewInShow ul.grid > li .grid-picto {
    margin: -6.5em 1em 0em 0.9em;
    padding: 0em 0.65em 0.85em 3.9em;
    background-repeat: no-repeat;
    background-position: 0.75em 0.75em;
}

.cniViewInShow ul.grid > li .grid-details b {
    font-size: 0.9em;
    color: #333333;
    font-weight: normal;
}

.cniViewInShow ul, ol, dl {
    margin: auto;
}

.cniViewInShow ul.grid > li {
    background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #f5f5f5, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cccccc));
    border: 1px solid white;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;
    padding: 0.75em 0.75em;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #333333;
    float: left;
    width: 205px;
    height: 120px;
    position: relative;
    margin: 0 0.75em 0.75em 0;
}

.cniViewInShow ul.grid > li .grid-actions {
    top: -15px;
    left: -230px;
    width: 0px;
}

.cniViewInConjoint ul.grid > li .grid-name {
    color: #373737;
    font-weight: bold;
    /*font-size: 16px;*/
    margin-bottom: 10px;
    margin-top: 10px;
    font: bold 11px Tahoma, Geneva, sans-serif;
    color: #6f6f6f;
    line-height: 18px;
    /*margin: 0;*/
}

.cniViewInConjoint ul.grid > li .grid-picto {
    margin: -5.5em 1em 0em 0.9em;
    padding: 0em 0.65em 0.85em 3.9em;
    background-repeat: no-repeat;
    background-position: 0.75em 0.75em;
}

.cniViewInConjoint ul.grid > li .grid-details b {
    font-size: 0.9em;
    color: #333333;
    font-weight: normal;
}

.cniViewInConjoint ul, ol, dl {
    margin: auto;
}

.cniViewInConjoint ul.grid > li {
    background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #f5f5f5, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cccccc));
    border: 1px solid white;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;
    padding: 0.75em 0.75em;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #333333;
    float: left;
    width: 205px;
    height: 120px;
    position: relative;
    margin: 0 0.75em 0.75em 0;
}

.cniViewInConjoint ul.grid > li .grid-actions {
    top: -15px;
    left: -230px;
    width: 0px;
}

.cniViewInShowACharge ul.grid > li {
    background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #f5f5f5, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cccccc));
    border: 1px solid white;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;
    padding: 0.75em 0.75em;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #333333;
    border: 1px groove greenyellow;
    float: left;
    width: 205px;
    height: 120px;
    position: relative;
    margin: 0 0.75em 0.75em 0;
}

.cniViewInShowACharge ul.grid > li .grid-actions {
    top: -15px;
    left: -230px;
    width: 0px;
}

ul.grid > li .grid-details {
    margin-top: -0.5em;
    font-size: 1em;
    color: #808080;
}

ul.grid > li .grid-details b {
    font-size: 1em;
    color: #333333;
    font-weight: normal;
}

ul.grid > li .grid-actions {
    position: absolute;
    top: 70px;
    right: 0;
    left: 80px;
    bottom: 0;
    width: 1.7em;

}

ul.grid > li .grid-actions li {
    /*    border-top: 1px solid white;
        border-bottom: 1px solid #b3b3b3;*/
    text-align: center;
    height: 1.75em;
    line-height: 1.75em;
    margin-top: 5px;
    margin-left: -120px;
}

ul.grid > li .grid-actions li:first-child {
    border-top: none;
}

ul.grid > li .grid-actions li:last-child {
    border-bottom: none;
}

/* IE class */
ul.grid > li .grid-actions li.last-child {
    border-bottom: none;
}

ul.grid > li .grid-actions li img {
    margin: 0 -1px -3px 0;
}

/* Pour la vue liste des enfants de l'agent */

ul.grid > li .grid-actions-enfant {
    position: absolute;
    top: 50px;
    right: 160px;
    left: 0px;
    bottom: 0;
    width: 1.7em;

}

ul.grid > li .grid-actions-enfant li {
    /*    border-top: 1px solid white;
        border-bottom: 1px solid #b3b3b3;*/
    text-align: center;
    height: 1.75em;
    line-height: 1.75em;
    margin-top: 4px;
    margin-left: 0px;
}

ul.grid > li .grid-actions-enfant li:first-child {
    border-top: none;
}

ul.grid > li .grid-actions-enfant li:last-child {
    border-bottom: none;
}

/* IE class */
ul.grid > li .grid-actions-enfant li.last-child {
    border-bottom: none;
}

ul.grid > li .grid-actions-enfant li img {
    margin: 0 -1px -3px 0;
}

/***************** Blocks lists *****************/

.table, .with-head {
    margin-bottom: 1.667em;
    border: 1px solid #4297d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table {
    border-collapse: separate;
}

.table:last-child,
.with-head:last-child {
    margin-bottom: 0;
}

/* IE class */
.table.last-child,
.with-head.last-child {
    margin-bottom: 0;
}

.no-margin .table,
.content-columns .table,
.with-head.no-margin,
.content-columns .with-head {
    border: none;
}

.no-margin .table + .no-margin,
.with-head.no-margin + .no-margin {
    margin-top: -1.667em;
}

.no-margin .table.last-child + .no-margin,
.with-head.no-margin.last-child + .no-margin {
    margin-top: 0;
}

.content-columns .table:first-child,
.content-columns .with-head:first-child {
    border: none;
}

/* IE class */
.content-columns .table.first-child,
.content-columns .with-head.first-child {
    border: none;
}

.content-columns .table,
.content-columns .with-head {
    margin-bottom: 0;
}

.table thead th,
.table thead td,
.head {
    background: #a4a4a4 url(../images/old-browsers-bg/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    /*		background: -moz-linear-gradient(
                            top,
                            #cccccc,
                            #a4a4a4
                    );
                    background: -webkit-gradient(
                            linear,
                            left top, left bottom,
                            from(#cccccc),
                            to(#a4a4a4)
                    );*/
    color: #1d5987;
    -moz-text-shadow: 0 1px 2px white;
    -webkit-text-shadow: 0 1px 2px white;
    text-shadow: 0 1px 2px white;
    border-top: 0.1em solid #4297d7;
    border-left: 0.1em solid #4297d7;
    border-right: 0.1em solid #4297d7;
    border-bottom: 0.1em solid #4297d7;
}

.table thead th,
.table thead td {
    vertical-align: middle;
    text-align: left;
    padding: 0.5em 0.75em;

}

.table thead th.sorting, .table thead th.sorting_asc, .table thead th.sorting_desc,
.table thead td.sorting, .table thead td.sorting_asc, .table thead td.sorting_desc {
    cursor: pointer;
}

.head {
    font-weight: bold;
    line-height: 1.5em;
}

.head > div {
    float: left;
    padding: 0.5em 2em 0.5em 0.75em;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #999999;
    color: white;
    margin: -1px 0 0 0;
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.head > div:first-child {
    margin-left: -1px;
}

/* IE class */
.head > div.first-child {
    margin-left: -1px;
}

.head > div:last-of-type {
    border-right: none;
}

/* IE class */
.head > div.last-of-type {
    border-right: none;
}

.head .button {
    float: right;
    margin: 0.25em 0.5em 0 0;
}

.head > div .button {
    float: left;
    margin: -0.167em 0.5em -0.333em 0;
}

.head > div .button:last-child {
    margin-right: 0;
}

/* IE class */
.head > div .button.last-child {
    margin-right: 0;
}

.table tbody th,
.table tbody td,
.table tfoot th,
.table tfoot td {
    vertical-align: middle;
    text-align: left;
    padding: 0.75em;

}

.table tbody th,
.table tbody .th {
    /* Compatibility with DataTables */
    background: #e6e6e6;
}

tbody {
    background: #fff;

}

tbody#recherche {
    background: transparent;

}

.table tbody td {
    background: #fff;
    border-top: 0.1em solid #4297d7;
    border-left: 0.1em solid #4297d7;
    border-right: 0.1em solid #4297d7;
    border-bottom: 0.1em solid #4297d7;
}

.table tfoot th,
.table tfoot td {
    border: 1px solid #333333;
    background: #999999 url(../images/old-browsers-bg/tfoot-bg.png) repeat-x top;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #333333, #999999);
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#999999));
    color: white;
}

.table tbody th:first-child,
.table tbody .th:first-child,
.table tbody td:first-child,
.table tfoot th:first-child,
.table tfoot td:first-child {
}

/* IE class */
.table tbody th.first-child,
.table tbody .th.first-child,
.table tbody td.first-child,
.table tfoot th.first-child,
.table tfoot td.first-child {
}

.table tbody tr td {
    /*                    border-top: 1px dotted #333333;*/
    border-top: 0.1em solid #4297d7;
    border-left: 0.1em solid #4297d7;
    border-right: 0.1em solid #4297d7;
    border-bottom: 0.1em solid #4297d7;
}

.table tbody tr:nth-child(even) th,
.table tbody tr:nth-child(even) .th {
    background: #d9d9d9;
}

/* IE class */
.table tbody tr.even th
.table tbody tr.even .th {
    background: #d9d9d9;
}

/*		.table tbody tr:nth-child(even) td {
                        background: #fff;
                }*/
/* IE class */
.table tbody tr.even td {
    background: #fff;

}

.table tbody tr:hover th,
.table tbody tr:hover .th,
.table tbody tr:hover td {
    /*			background: #d1e5ef;*/
    background: #d0e5f5 url(../images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
    color: #1d5987;

}

.table .black-cell,
.head .black-cell {
    background: #242424 url(../images/old-browsers-bg/black-cell-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #4c4c4c, #242424);
    background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#242424));
    border-top-color: #7f7f7f;
    border-left: none;
    border-right-color: #191919;
    min-width: 1.333em;
    padding: 0.5em 0.583em;
}

/* IE class */
.ie7 .head .black-cell {
    height: 1.5em;
    position: relative;
    z-index: 89;
}

.head .black-cell.with-gap {
    border-right-color: white;
    margin-right: 0.25em
}

.head .black-cell.with-gap + .black-cell {
    border-left: 1px solid #999999;
}

.table .black-cell span,
.head .black-cell span {
    display: block;
    height: 2.5em;
    background-repeat: no-repeat;
    background-position: center;
    margin: -0.5em -0.75em;
}

/* IE class */
.ie7 .head .black-cell span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
}

.table .black-cell span.loading, .with-head .black-cell span.loading {
    background-image: url(../images/table-loader.gif);
}

.table .black-cell span.error, .with-head .black-cell span.error {
    background-image: url(../images/icons/fugue/cross-circle.png);
}

.table .black-cell span.success, .with-head .black-cell span.success {
    background-image: url(../images/icons/fugue/tick-circle-blue.png);
}

.table-actions a img {
    margin: -2px 0;
}

ul.grid:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.head,
ul.grid {
    display: inline-block;
}

* html .head,
* html ul.grid {
    height: 1%;
}

.head,
ul.grid {
    display: block;
}

.dark-grey-gradient .shortcuts-list li a,
.shortcuts-list.dark-grey-gradient li a {
    color: white;
}

.shortcuts-list li a:hover {
    /*    background: #E0E0E0;*/
    border: 1px groove #942525;
}

body.dark .shortcuts-list li a:hover {
    background: #404040;
}

body.dark .block-content .shortcuts-list li a:hover {
    background: #E0E0E0;
}

.dark-grey-gradient .shortcuts-list li a:hover,
.shortcuts-list.dark-grey-gradient li a:hover {
    color: white;
    background: #404040;
}

.shortcuts-list li a img {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -24px;
}

.dark-grey-gradient .files > li > a,
.files.dark-grey-gradient > li > a {
    color: white;
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.files > li > a:hover {
    color: #333;
    background: #e0e0e0;
    -moz-border-radius: 0.333em;
    -webkit-border-radius: 0.333em;
    -webkit-background-clip: padding-box;
    border-radius: 0.333em;
}

body.dark .files > li > a:hover {
    color: white;
    background: #404040;
}

body.dark .block-content .files > li > a:hover {
    color: #333;
    background: #e0e0e0;
}

.dark-grey-gradient .files > li > a:hover,
.files.dark-grey-gradient > li > a:hover {
    color: white;
    background: #404040;
}

.dark-grey-gradient {
    background: #666666 url(../images/old-browsers-bg/dark-grey-gradient-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #3d3d3d, #484848 2%, #585858 8%, #666666);
    background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#666666), color-stop(0.02, #484848), color-stop(0.08, #585858));
    color: white;
}

.dark-grey-gradient {
    background: #666666 url(../images/old-browsers-bg/dark-grey-gradient-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #3d3d3d, #484848 2%, #585858 8%, #666666);
    background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#666666), color-stop(0.02, #484848), color-stop(0.08, #585858));
    color: white;
}

.deconnexion {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
    background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
    background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
    background-image: -o-linear-gradient(top, #d93434, #b82b2b);
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    margin: 0px 10px 0px 10px;
    border: solid #8c1f3e 1px;
    text-decoration: none;
}

.fj {
    margin: 5px 0px
}

.popup_block {
    display: none;
    background: /*#f7f7f7*/ #fff;
    /*    background:-moz-linear-gradient(90deg, #f8F8F8, #fff);  Firefox 
        background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8F8F8));  Webkit */
    border: 3px solid #7799BC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    /*	border: 20px solid #ddd;*/
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#fadeW {
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

#newTasksBox img.btn_close, #Box img.btn_close, #BoxRead img.btn_close {
    float: right;
    margin: -40px -45px 0 0;
}

.jqgrid-show {
    width: 99%;
}

.jqgrid-show a {
    width: 100%;
    background: transparent url(../images/icons/magnifier.png) center no-repeat;
    padding: 0em 1em 1em 1em;
}

.jqgrid-maj {
    width: 99%;
}

.jqgrid-maj a {
    width: 100%;
    background: transparent url(../images/icons/edit.png) center no-repeat;
    padding: 0em 1em 1em 1em;
}

.jqgrid-rep {
    width: 99%;
}

.jqgrid-rep a {
    width: 100%;
    background: transparent url(../images/icons/Print.png) center no-repeat;
    padding: 0em 1em 1em 1em;
}

.edit-box li {
    margin-left: 0px
}

.edit-box label {
    font-size: 11px
}

.scrollable {
    border: 0px solid #ccc;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: auto;
    max-height: 250px;
}

#accordion .img_list {
    padding-left: 20px;
}

#accordion .img_list a {
    color: #4D87C7
}

.ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active {
    min-height: 20px !important;
}

label {
    text-transform: none !important;
}

legend {
    text-transform: none !important;
}

.vertReal {
    color: #ffffff;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.vertReal:hover {
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.vertReal:active {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.popup_block input[type=submit].grey {
    color: white;
    border-color: #a1a7ae #909498 #6b7076;
    background: #9fa7b0 url(../images/old-browsers-bg/button-element-grey-bg.png) repeat-x top;
    background: -moz-linear-gradient(top, white, #ccc 5%, #9fa7b0);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#9fa7b0), color-stop(0.05, #ccc));
    -moz-text-shadow: 0 1px 2px #333;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

.popup_block input[type=submit].grey:hover {
    border-color: #a1a7b0 #939798 #6e7275;
    background: #b1b5ba url(../images/old-browsers-bg/button-element-grey-hover-bg.png) repeat-x top;
    background: -moz-linear-gradient(top, white, #d6dadc 4%, #b1b5ba);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#b1b5ba), color-stop(0.03, #d6dadc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

.popup_block input[type=submit].grey:active {
    border-color: #666666 #ffffff #ffffff #979898;
    background: #dddddd url(../images/old-browsers-bg/button-element-grey-active-bg.png) repeat-x top;
    background: -moz-linear-gradient(top, #f1f1f1, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dddddd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/*.bleu {
    color: white;
    border: 1px solid;
    border-color: #50a3c8 #297cb4 #083f6f;
    background: #0c5fa5 url(../images/old-browsers-bg/button-element-bg.png) repeat-x left top;
    background: -moz-linear-gradient(
        top,
        white,
        #72c6e4 4%,
        #0c5fa5
        );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(white),
        to(#0c5fa5),
        color-stop(0.03, #72c6e4)
        );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.bleu:hover {
    border-color: #1eafdc #1193d5 #035592;
    background: #057fdb url(../images/old-browsers-bg/button-element-hover-bg.png) repeat-x left top;
    background: -moz-linear-gradient(
        top,
        white,
        #2bcef3 4%,
        #057fdb
        );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(white),
        to(#057fdb),
        color-stop(0.03, #2bcef3)
        );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.bleu:active {
    border-color: #5b848b #b2def1 #b2def1 #68a6ba;
    background: #3dbfed url(../images/old-browsers-bg/button-element-active-bg.png) repeat-x top;
    background: -moz-linear-gradient(
        top,
        #89e7f9,
        #3dbfed
        );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#89e7f9),
        to(#3dbfed)
        );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}*/

.bouttonChoix {
    width: auto;
    vertical-align: middle;
    margin: 4px 5px 7px 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 15px/100% 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    padding: 4px 10px 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.medium {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 0px 5px 0px 5px;
}

/*------------------POPUPS------------------------*/
#fade {
    display: none;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.popup_block {
    display: none;
    background: /*#f7f7f7*/ #fff;
    /*    background:-moz-linear-gradient(90deg, #f8F8F8, #fff);  Firefox 
        background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8F8F8));  Webkit */
    border: 20px solid #2DB6DB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    /*	border: 20px solid #ddd;*/
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.btn_close {
    float: right;
    margin: -40px -45px 0 0;
}

.popup p {
    padding: 5px 10px;
    margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
* html #fade {
    position: absolute;
}

* html .popup_block {
    position: absolute;
}

.popup_block a {
    padding: 6px 0px 6px 0px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.scroll500 {
    margin-top: 0px;
    overflow: auto;
    max-height: 500px;
    width: auto;
}

.printNewMsg {
    font-weight: bold;
    font-size: 12px;
    float: left;
    color: #4d87c7;
    margin-top: 5px;
    text-shadow: 1px 1px 1px #ddd;

}

.printNewMsg a {
    color: #4d87c7 !important;
}

.simple-list .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: auto;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: none;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position: relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;
    background: -moz-linear-gradient(90deg, #428EBE, #5CB9DF); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#5CB9DF), to(#428EBE)); /* Webkit */
    line-height: 8px;
    margin: -5px 0 0 0px;
}

.backgroundSmsForPopup {
    background-color: #87CEFA !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 184px; /* width of the spinner gif */
    height: 184px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.DTTT_button_copy, .DTTT_button_xls, .DTTT_button_pdf, .DTTT_button_print {
    width: 100% !important;
    color: #000;
}


/* =Labels
-----------------------------------------------------------------------------*/
.label,
.badge {
    background: #e0e3e5;
    font-size: 14px;
    /*font-size: 12.75px;*/
    display: inline-block;
    line-height: 1;
    padding: 4px 7px 3px 7px;
    color: #0f0f0f;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
}

.label-small,
.badge-small {
    background: #e0e3e5;
    font-size: 10px;
    /*font-size: 12.75px;*/
    display: inline-block;
    line-height: 1;
    padding: 4px 7px 3px 7px;
    color: #0f0f0f;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
}

.label-outline {
    background: none;
    border: 1px solid #0f0f0f;
    padding: 3px 6px 2px 6px;
}

.badge {
    border-radius: 15px;
}
.badge-small {
    font-size: 11.25px;
    padding: 3px 5px;
}
.label-black,
.label-blue,
.label-red,
.label-green,
.label-orange,
.badge-black,
.badge-blue,
.badge-red,
.badge-green,
.badge-orange {
    color: #ffffff;
    line-height: 16px;
}
.label-black,
.badge-black {
    background: #0f0f0f;
}
.label-blue,
.badge-blue {
    background: #2575ed;
}
.label-red,
.badge-red {
    background: #de2c3b;
}
.label-green,
.badge-green {
    background: #2c9f42;
}
.label-yellow,
.badge-yellow {
    background: #ffc800;
}
.label-orange,
.badge-orange {
    background: #ff9c22;
}
.label-white,
.badge-white {
    background: #ffffff;
}
.label-black.label-outline,
.label-blue.label-outline,
.label-red.label-outline,
.label-green.label-outline,
.label-yellow.label-outline,
.label-orange.label-outline,
.label-white.label-outline {
    background: none;
    color: #0f0f0f;
}
.label-blue.label-outline {
    border-color: #2575ed;
    color: #2575ed;
}
.label-orange.label-outline {
    border-color: #ff9c22;
    color: #ff9c22;
}
.label-red.label-outline {
    border-color: #de2c3b;
    color: #de2c3b;
}
.label-green.label-outline {
    border-color: #2c9f42;
    color: #2c9f42;
}
.label-yellow.label-outline {
    border-color: #ffc800;
    color: #ffc800;
}
.label-white.label-outline {
    border-color: #ffffff;
    color: #ffffff;
}
