/*
@import url("Tableau.css");
@import url("Conteneur.css");
*/

/*
Debut template 3 table
 */

.dataTables_filter {
    padding: 10px;
}

.dataTables_info {
    padding-left: 10px;
}

#resize_wrapper {
    position: relative;
    /*height: 65vh;*/
    padding: 0.5em 0.0em 1em 0.0em;
}

#resize_handle {

    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    background-color: #484848;
    color: white;
    cursor: pointer;
}
/*
table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}
*/

div.dataTables_length {
    display: none;
}

/*
    Fin template 3 table
 */

.bubble:hover {
    background-color: #fff !important;
}

#notification .msg {
    padding: 20px 0;
}

#notification {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 200px;
}

.myselected td {
    background-color: #7ab7d9 !important;
}

input.error {
    border: 1px solid red !important;
}

em {
    font-size: 0.8em;
    color: #707070;
}

a {
    /*font-size: 1em;*/
    /*color: #4543BA;*/
    /*font-style: italic;*/
}

h3 {
    font-size: 1.6em !important;
    line-height: 15px !important;
}

h3.lh25 {
    line-height: 25px !important;
}

a .statBox:hover {
    border: 1px solid #A9CAFC;
    background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #D4DCE6 100%);
    background-image: -moz-linear-gradient(center top, #F9F9F9 0%, #D4DCE6 100%);
    background-image: -ms-linear-gradient(top, #F9F9F9 0%, #D4DCE6 100%);
}

/*

@media screen and (max-width: 1024px) {
    .statBox .right {
        font-size   :   10px;
    }
}

*/
button > em {
    font-size: 0.8em !important;
    line-height: 0 !important;
}

.classInfoMedecin {
    min-width: 400px;
    padding: 1em;
}

.classInfoMedecin > img {
    width: 100px;
    float: left;
    padding: 6px;
}

.hauteur_3_lignes {
    height: 70px;
}

.titreZoneDeSaisie {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* STYLES FENETRE IFRAME */

#ConteneurIframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: block;

}

#ObjIframe {
    width: 90%;
    height: calc(100% - 48px); /* 30px -> hauteur du boutton fermer */
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 48px;
}

#ObjIframe.hpr {
    background-color: #FFFFFF;
}

#ObjBtnFermer {
    position: absolute;
    top: 10px;
    right: 5%;
    margin-bottom: 8px;
}

.badgeEchec {
    padding: 2px 5px 2px 5px;
    margin: 0 8px 0 0;
    background-color: #BA1E20;
}

.badgeSucces {
    padding: 2px 5px 2px 5px;
    margin: 0 8px 0 0;
    background-color: #006400;
}

.btnGroupe {
    width: 100%;
}

.btnGroupe.small {
    width: auto;
}

.btnLibelleGroupe {
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    text-align: left;
}

.masculin {
    color: #1E90FF;
}

.feminin {
    color: #FF69B4;
}

.enfant {
    color: #228B22;
}

.txtBlue {
    color: #1E90FF;
}

.txtGreen {
    color: #228B22;
}

.txtRed {
    color: #BA1E20;
}

.autre {
    color: #000000;
}

.cache {
    display: none;
}

.bold {
    font-weight: bold;
}

.noMargin {
    margin: 0 !important;
}

.noBorder {
    border: none !important;
}

.relative {
    position: relative;
}

#super_lstSitesMenu label {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 0;
    color: #999999;
    font-size: 10px;
}

#super_lstSitesMenu select {
    height: 28px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    background-color: #DDDDDD;
}

.calage {
    clear: both;
    height: 0;
    width: 100%;
}

.form-horizontal #s2id_lstSites, .form-horizontal #s2id_lstGenre, .form-horizontal #s2id_lstCategorie {
    width: 84% !important;
}

.btnValidation {
    width: 140px;
    display: block;
}

.btnValidation.long {
    width: 170px;
}

.btnValidation.valider {
    float: right;
    margin: 25px 10px 0 0;
}

.btnValidation.valider.sansMarge {
    margin: 0 10px 0 0;
}

.btnValidation.effacer {
    margin: 25px 0 0 10px;
}

.btnValidation.effacer.sansMarge {
    margin: 0 0 0 10px;
}

#zErreurs {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
}

#zConfirm {
    color: #51A351;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
}

#noteCar {
    font-style: italic;
    color: #FF0000;
    padding: 10px 0 0 0;
}

#menuNavigFicheUtilisateur {
    margin: 20px 0 0 0;
}

#menuNavigFicheUtilisateur a {
    font-style: normal;
    color: #0088CC;
}

#menuNavigFicheUtilisateur a:focus,
#menuNavigFicheUtilisateur a:hover {
    background-color: #DDDDDD !important;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    color: #00509C;
}

#menuNavigFicheUtilisateur li.active a,
#menuNavigFicheUtilisateur li.active a:focus,
#menuNavigFicheUtilisateur li.active a:hover {
    font-style: normal;
    color: #555555;
    background-color: #ffffff !important;
    border-bottom: 1px solid #FFFFFF;
}

.conteneurActif {
    background-color: #ffffff;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
}

.labelFicheUtilisateur {
    height: 20px;
    text-align: left;
    padding: 15px 0 15px 0;
    font-weight: bold;
    font-size: 15px;
}

.contenuFicheUtilisateur {
    height: 20px;
    text-align: left;
    padding: 15px 0 15px 0;
    font-size: 15px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.aligneGauche {
    text-align: left !important;
}

.centre {
    text-align: center !important;
}

.aligneDroite {
    text-align: right !important;
}

.margin0left {
    margin-left: 0 !important;
}

.margin10left {
    margin: 0 0 0 10px;
}

.margin10right {
    margin: 0 10px 0 0;
}

.margin10top {
    margin: 10px 0 0 0;
}

.margin10bottom {
    margin: 0 0 10px 0;
}

.margin10hor {
    margin: 0 10px 0 10px;
}

.margin10vert {
    margin: 10px 0 10px 0;
}

.menuOnglets {
    margin: 0 0 0 0;
    border-bottom: 2px solid #DDDDDD;
}

.menuOnglets a {
    font-style: normal;
    color: #0088CC;
}

.menuOnglets a:focus,
.menuOnglets a:hover {
    background-color: #DDDDDD !important;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    color: #00509C;
}

.menuOnglets li.active a,
.menuOnglets li.active a:focus,
.menuOnglets li.active a:hover {
    font-style: normal;
    color: #555555;
    background-color: #EFEFEF !important;
    background-image: -moz-linear-gradient(center top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    border-top: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-bottom: none;
}

#super_contenuOnglet {
    margin: 0 0 0 0;
    border-bottom: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    min-height: 600px;
}

#super_tabAnalyses .tableau-box,
#super_tabListeTravail .tableau-box {
    margin: 0 0 0 0;
}

#super_tabAnalyses.onglets .tableau-box,
#super_tabListeTravail.onglets .tableau-box {
    margin: 0 0 0 0;
    border-top: none;
}

#super_contenuOnglet .super_ {
    margin: 10px 0 0 0;
}

#super_contenuOnglet label {
    padding: 5px 0 0 10px;
    margin: 0 0 0 0;
    float: left;
    width: 15%;
}

#super_contenuOnglet .ListeDeroulante {
    width: 25% !important;
    float: left;
}

#super_contenuOnglet .ListeDeroulante.longue {
    width: 70% !important;
}

.bordHautBas {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;

}

.paddLeft15 {
    padding: 0 0 0 15px;
}

.padd10 {
    padding: 10px 10px 10px 10px;
}

.paddTop5 {
    padding: 5px 0 0 0;
}

.paddTop10 {
    padding: 10px 0 0 0;
}

.paddTop15 {
    padding: 15px 0 0 0;
}

#contEtiquettes2 label {
    width: 44%;
}

#contEtiquettes4 label {
    width: 49%;
    padding: 0 0 0 5px;
}

#super_dteDebGarantie label,
#super_dteDebContrat label {
    width: 37%;
}

#super_zsPrix input {
    float: left;
}

.width80 {
    width: 80%;
}

.labelDroite {
    width: auto !important;
}

h3.profile {
    font-size: 18px !important;
    font-weight: 400;
}

span.profile,
p.profile {
    padding: 0 0 0 20px;
    color: #7C848D;
}

span.profile a {
    font-style: normal;
    color: #0088CC;
}

span.profile a:hover {
    color: #00509C;
}

ul.profile {
    list-style: none outside none;
    margin: 10px 10px 0 10px;
}

ul.profile li {
    margin: 5px 0 0 0;
}

.profile-description {
    margin: 10px 10px 0 10px;
    color: #7C848D;
}

img.profile {
    width: 80%;
    border: 2px solid #DDDDDD;
}

#logoZoneGauche {
    width: 100%;
    text-align: left;
}

#logoZoneGauche img {
    width: 70%;
    margin: 0 0 0 20px;
    border: 2px solid #DDDDDD;
}

#refreshZhGauche {
    margin: 15px 0 0 20px;
}

.alinea {
    text-align: left !important;
}

.alinea1 {
    padding-left: 50px !important;
}

.alinea2 {
    padding-left: 70px !important;
}

.alinea3 {
    padding-left: 90px !important;
}

.alinea4 {
    padding-left: 110px !important;
}

.alinea5 {
    padding-left: 130px !important;
}

.puce {
    width: 10px;
    height: 10px;
    margin: 5px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #BA1E20;
}

.puce.actif {
    background-color: #459D1C;
}

.libelle {
    text-align: left;
    padding: 2px 0 2px 10px;
}

#enteteDossierSite {
    background-color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #B3B3B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 0 5px 0;
    text-align: center;
}

#dossierSitePatient {
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}

.uniteAnalyte {
    min-width: 30px;
    display: inline-block;
    text-align: left;
    margin: 0 5px 0 5px;
}

.inputResultatAnalyte {
    width: 50px;
    text-align: center;
}

/* CSS Scrolling des tableaux */
.scrolling table {
    table-layout: fixed;
    width: 100%;
}

.scrolling td,
.scrolling th {
    /* Si la valeur width est modifiée, on doit aussi modifier la valeur de la variable JS widthCellule dans la méthode getJsScrolling de la classe Tableau */
    width: 250px !important;
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
}

.scrolling td input {
    width: 50px;
    text-align: center;
}

.scrolling #outer {
    position: relative;
    overflow: hidden;
}

.scrolling #inner {
    overflow: auto;
}

.cross {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 50% 50%;
    position: relative;
    transform: scale(1.3);
}

.cross::before {
    background: #000000;
    position: absolute;
    display: block;
    content: '';
    width: 70%;
    height: 6%;
    top: 47%;
    left: 15%;
    transform: rotate(45deg);
}

.cross::after {
    background: #000000;
    position: absolute;
    display: block;
    content: '';
    width: 6%;
    height: 70%;
    left: 47%;
    top: 15%;
    transform: rotate(45deg);
}

.labelF {
    padding: 8px 2px 7px 2px;
    display: block;
}

#txtAjoutCondition {
    font-size: 13px;
    text-align: center;
    padding: 0 3px 0 3px;
}

.styleNormal {
    font-style: normal;
}

.tooltipResultats .tooltip-inner,
.tooltipTableau .tooltip-inner {
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space:nowrap;
    max-width: 1000px !important;
}

.tooltip {
    z-index: 99000 !important;
    position: fixed!important;
}

/*
.tooltipResultats.arrow .tooltip-inner{
    min-width               : 120px;
}

.tooltipResultats.comment .tooltip-inner{
    min-width               : 200px;
}
*/

.tooltipResultats.comment .tooltip,
.tooltipResultats.arrow .tooltip,
.tooltipResultats.lien .tooltip {
    /*word-wrap: break-word;*/
}

.tooltipResultats .tooltip-inner .labelInner,
.tooltipTableau .tooltip-inner .labelInner {
    color: #00008B;
}

.affNbDossiers {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

.modal-header .super_ {
    float: right;
}

.tableau-box .search-query {
    margin-top: 4px;
    height: 15px;
    float: right;
}

.trSelected {
    background-color: rgb(135, 186, 226);
}

.trSelected:hover > td {
    background-color: rgb(110, 230, 134) !important;
    /* background-color: rgb(135, 186, 226)!important; */
}

.table-hover tbody > tr:hover > td {
    background-color: rgb(171, 240, 185);
}

.table-hover tbody > tr > td .btn {

    opacity: 0.1 !important;
}

.table-hover tbody > tr:hover > td .btn {

    opacity: 1 !important;
}

div.dataTables_length {
    display: none;
}

.trDeleted {
    text-decoration: line-through;
    background-color: rgba(255, 0, 0, 0.1);
}

.dataTables_filter label input {
    position: relative;
    left: 3px;
}

.groupRow td {
    background: #FFFF87 !important;
    height: 20px;
    font-weight: bold;
}

.titreFenetreAvertissement {
    padding: 14px 0 14px 0;
    color: #FF0000;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.ligneFenetreAvertissement {
    padding: 10px 5px 0 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.listeValidationMultiple {
    max-height: 200px;
    overflow: auto;
}

.celluleDetails {
    padding: 5px 21px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E0F8F7;
    position: relative;
}

.celluleAvertissement {
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d5e7ec;
    color: #a90329;
}

.celluleDetails.heightLimit {
    cursor: pointer;
    height: 27px;
    overflow: hidden;
}

.celluleDetails.widthLimit {
    max-width: 250px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .celluleDetails.heightLimit {
        line-height: 18px;
    }
}

.celluleDetails.open {
    cursor: pointer;
    height: auto;
    overflow: visible;
}

.celluleDetails.heightLimit:hover,
.celluleDetails.open:hover {
    background-color: #F7F8E0;
}

.cellulePlus {
    width: 16px;
    height: 26px;
    top: 0;
    right: 5px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: right;
}

.libDateGauche {
    padding: 10px 10px 0 0;
}

.libDateCentre {
    padding: 10px 0 0 0;
}

.libDateDroite {
    padding: 10px 0 0 10px;
}

.invisible {
    visibility: hidden;
}

.fondVertC td,
div.fondVertC {
    background-color: #74DF00 !important;
}

.fondVertF td,
div.fondVertF {
    background-color: #4B8A08 !important;
}

.width100 {
    width: 100% !important;
}

.width50 {
    width: 50% !important;
}

.width33 {
    width: 33% !important;
}

.width100scroll {
    width: calc(100% - 17px) !important;
}

a.boutonLink {
    color: #515151;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
}

a.boutonLink.colorLink {
    color: #01A9DB;
}

a.boutonLink.colorLink:hover {
    color: #515151;
}

.glyphicon-usergroup {
    position: relative;
    top: 1px;
    display: inline-block;
    background: url('../img/glyphicons_white_group.png');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.btn-glyphicon-usergroup button {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 24px;
}

.uploadSuccess {
    margin: 10px 0 0 0;
    border: 1px solid #d6e9c6;
    border-radius: 2px;
    padding: 3px 5px 3px 5px;
    color: #468847;
    background-color: #dff0d8;
}

.hHeadCellDef {
    height: 25px;
}

.hHeadCellMinDef {
    height: 5px;
}

.hCellDef {
    height: 25px;
}

.overflowXAuto {
    overflow-x: auto;
}

.fileInfo {
    background-color: #eeeeee;
    font-style: italic;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-webkit-border-radius: 5px;
    -ms-webkit-border-radius: 5px;
    -o-webkit-border-radius: 5px;
}

.buttonBlue button {
    background: #3e96ea;
    color: #ffffff;
}

.labelSectionDossier {
    font-weight: bold;
    text-align: center;
    /*border-top      : 1px solid #000000;*/
    /*border-bottom   : 1px solid #000000;*/
    margin: 10px 0 10px 0;
}

/*AJUSTEMENT DES CSS http://valere.cloud.winlabo.fr/gestionStock/Stock/etatStock*/
.tableauStockobj tr div.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

#sitesStockage .jarvismetro-tile:link,
#sitesStockage .jarvismetro-tile:hover,
#sitesStockage .jarvismetro-tile:active,
#sitesStockage .jarvismetro-tile:visited {
    color: #fff !important;
    text-decoration: none !important;
}

#sitesStockage .jarvismetro-tile.selected {
    border: 3px solid #787679;
}

#sitesStockage .jarvismetro-tile {
    border: none;
}

.btn.disabledObj, .btn[disabledObj], fieldset[disabledObj] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.libelleBox {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 34px;
}

.labelInput {
    padding: 8px 8px 8px 8px;
    margin: 0 0 0 0;
}

.labelInputListe {
    padding: 11px 8px 11px 8px;
    margin: 0 0 0 0;
}

.lienRetourVDM {
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 0 20px
}

.lienRetourVDM:hover {
    text-decoration: none;
    color: #2aabd2;
}

.VDMmenuLink{
    text-decoration: none;
    font-style: normal;
}

.VDMmenuLink:hover{
    text-decoration: none;
    font-weight: bold;
    color: #2aabd2;
}
.panel-link{
    padding : 15px 10px 15px 10px;
    display : block;
    color : inherit;
    font-style : normal;
    text-decoration: none !important;
}

.panel-link:hover,.panel-link:active,.panel-link:visited {
    text-decoration: none !important;
}

a.lien{
    color: #3b9ff3;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}

a.lien:hover {
    color: #000000;
}
a.btnMenu {
    color: #ffffff;
    text-align: center;
    display: block;
    height: 49px;
    width: 49px;
    text-decoration : none;
    padding: 12px 0 11px 0;
}
a.btnMenu:hover{
    color: rgb(51,51,51);
}

/* Center the loader */
#loaderSpinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}
.bg-transparent{
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.bg-transparent:hover{
    color: black;
    background-color: white !important;
}

.duerpGreen {
    background-color: #5DB645;
}

.duerpOrange {
    background-color: #FFA500;
}

.duerpRed {
    background-color: #BF1731;
}