body
{
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    line-height: 1.35715;
    margin:auto;
    height:100%;
}

#header {
  width: 100vw;
  height: max(4vh, 30px);
  background: rgb(0,79,138);
  display: flex;
  justify-content: space-between;
  user-select: none;
}

#header * {
    color: white;
    font-weight: bold;
    background-color: transparent;
    font-size: max(1vw, 1.5vh);
    display: flex;
    align-items: center;
}

#headerLogo {
    object-fit: contain;
    height: 60%;
    width: auto;
    margin-bottom: 0.20vh; /* logo doesn't look centered when it is because of the robot's antenna so fix it manually */
    pointer-events: none;
}

#headerOrison {
    width: 20%;
}

#headerUser {
    width: 20%;
    padding-inline-end: 1%;
    justify-content: end;
}

#headerDisconnectButton {
    padding-inline-end: 5%;
    padding-inline-start: 2%;
}

#headerAdminBtn {
    background-color: var(--bs-btn-bg);
    color: black;
    font-size: 14px;
    margin-left: 10px;
    font-weight: lighter;
    margin-bottom: 0;
}

#main_content {
    position: relative;
    width: 100%;
    height: calc(100vh - max(4vh, 30px)); /* 100vh moins la hauteur du header */
    padding-inline: 0.5%;
}

#enteteCGP #layoutFolder * {
    color: white;
    font-weight: bold;
    background-color: transparent;
    font-size: max(1vw, 1.5vh);
    align-items: center;
}

#enteteCGP #layoutFolder {
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: max(1vw, 1.5vh);
    display: inline-block;
}

#enteteCGP .dx-texteditor.dx-editor-outlined {
    border: 0;
}

#header .dx-texteditor.dx-editor-outlined {
    border: 0;
}

.dx-datagrid .dx-link {
    text-decoration: none !important;
}

.hidden{
    display: none !important;
}

.mainWithManuLat {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.hiddenVisibility{
    opacity: 0;
    pointer-events: none;
}

.underContent{
    z-index: -999;
}

.upperContent{
    z-index: 999;
}

html{
    font-size: 10px;
}

h1 {
    font-size: 36px;
}

h4 {
    font-size: 18px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



.width50{
    width:50%;
}

.width100{
    width:100%;
}

table
{
    width:100%;
    border-collapse: collapse;
    margin:auto;
}

.pair .row .col-xs-1, .pair .row .col-xs-2{
    background:rgb(240,240,240);
}

td
{
    border:1px rgb(200,200,200) solid;
}

.invoice-box td {
    border: none;
}

td
{
    padding:5px;
}



.ligne-rubrique
{

    margin-bottom:20px;
    color:white;
    background:rgb(79,129,189);
    font-size:15px;
    line-height:30px;
}

.ligne_vide
{
    border:1px rgba(240,140,0, 0.0) solid;
    color:white;

}

.case-modifier
{
    color:white;
    /*
    background:url(../images/zoom.png) no-repeat center;
    */
}

.case-modifier a
{
    text-decoration:none;
    color:rgba(255,255,255,0);
}

.case-ajouter
{
    color:white;
    /*
    background:url(../images/plus.png) no-repeat center;
    */
}



.case-ajouter a
{
    text-decoration:none;
    color:rgba(255,255,255,0);
}


.modif-libelle-risque
{
    padding-right:10px;
    color:white;
    /*
    background:url(../images/edit.png) no-repeat;
    */
}

.modif-libelle-risque a
{
    text-decoration:none;
    color:rgba(255,255,255,0);
}

.nopadding {
    padding: 0 ;
    margin: 0 ;
}

.row{
    padding-left:5px;
}

hr
{
    border:1px rgb(200,200,200) solid;
}

.flyer a
{

    color:rgb(100,100,100);
}
.flyer
{
    margin-top:10px;
    font-size:1.5em;
}

/*
    [class*="col-"]

	{ margin-bottom: 20px; }
  */
.commentaire img { width: auto; }


/*----*/

/* Bandeau */




.service a {
    text-decoration:none;
    color:black;
}

header h1{
    font-family:georgia;
    color:rgb(240,140,0);
    font-weight:bold;
    font-size:1.8em;
}

@media (min-width: 768px) {
    header h1{
        margin-top:40px;
    }
}



.description:hover {
    background:rgb(220,220,220);

}

a:active, a:focus { outline:none; }

footer{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

hr{
    border:1px rgb(200,200,200) solid;
}


/* Styles pour les tablettes */
@media (min-width: 768px) {
    .service {
        height:500px;
        margin-top:50px;


    }

}
#synthese {
    /*margin-top:100px;*/
}
#synthese .row
{
    margin-bottom:5px;
    height:40px;
    padding-top:5px;
    padding-bottom:5px;
}

#synthese .row:hover, #listclients .row:hover
{
    background:rgb(230,230,230);
    color:rgb(240,140,0);



}
.colonne1
{
    width:100px;
    font-size:13px;
    overflow: hidden;

}
.colonne2
{
    width:50px;
    font-size:13px;
    overflow: hidden;
    -o-text-overflow: ellipsis; /* pour Opera 9 */
    text-overflow: ellipsis;

}

.row .colonne1, .row .colonne2
{
    display:inline-block;
    vertical-align:top;
}

.fixed
{
    background:rgb(100,100,100);
    color:white;
    max-width:1170px;
    /* box-shadow:5px 5px 5px black;*/
}

.fixNavigation{ z-index: 9999; position: fixed; top: 0; max-width:1170px; }

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*
    background: url(images/ajax-loader.gif) center no-repeat #fff;
    */
}

.odd
{
    background:rgb(220,220,220);
}

.voeux
{
    /* background:rgb(30,80,131);*/
    background:rgb(30,30,30);
    margin-top:-10px;
}

#titrevoeux
{
    color:rgb(240,140,0);
    text-align:center;
    font-family:georgia;
    font-weight:bold;
}
.voeux .jumbotron
{
    /*
    background:url(images/header.png);
    */

}
.badge
{
    background:rgb(220,220,220);
    color:rgb(100,100,100);
}

#listeclientsaudit tbody {
    display:block;
    min-height:300px;
    max-height:600px;
    height:100%;
    overflow:auto;
}
:not(.sf-toolbar)thead, :not(.sf-toolbar)tbody tr:not(.dx-row):not([role="row"]) {
    display:table; 
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}


.jour_planning{
    width:3.5%;
    text-align:center;
}
.identifiant_planning{
    width:27px;
}

/*.ligneplanning{
height:40px;
border:1px blud solid;
}*/

.identifiant_planning, .jour_planning, .espaceSemaine{
    /*min-height:40px;
    border: 1px blue solid;*/
    display:inline-block;
    vertical-align:top;
}



.ligne_planning .jour_planning{
    border-left:1px rgb(200,200,200) solid;
    border-top:1px rgb(200,200,200) solid;
    min-height:60px;
    font-size:13px;
    padding:2px;
}

.audit{	background:green;	color:white; }
.Interim{	background:blue;	color:white;}
.Inventaire{	background:rgb(240,140,0);	color:white; }
.CAC{	background:rgb(100,100,100);	color:white;}
.Prepa{	background:rgb(120,70,70);	color:white;}
.conso{	background:rgb(200,100,100);	color:white;}
.Rdv{	background:rgb(0,200,100);	color:white;}
.conges{	background:rgb(0,0,0);	color:white;}
.autres{	background:rgb(240,240,240);	color:black;	border:1px black solid;}

.lien{
    padding:2px;
    border-radius: 5px;
}
.confirme{
    border:2px red solid;

}


.tableau { page-break-inside:avoid; }
#supervision .ensemble { page-break-inside:avoid; }

.tableau { page-break-inside:avoid; }


.badge {
    color:white;
    background-color:rgb(150,150,150);
}

.ligne_planning .bouton_new
{

    color:rgb(200,200,200);
}

#tableauxbulles
{
    font-size:12px;
    width:1200px;
    margin-right:10px;
    margin-left:-200px;
    -webkit-print-color-adjust: exact;
}

@media print {
    #tableauxbulles {

        -webkit-print-color-adjust: exact;
    }}



#tableauxbulles td
{
    overflow:hidden;
}

.bluetext{
    color:blue;
}

.barre_lien{
    width:70%;
    margin:auto;
    height:4px;

    margin-top:-15px;
    background:rgb(200,200,200);
    margin-bottom:5px;
}

.barre_sep{

    height:5px;
}

.barre_lien:hover {
    background:rgb(240,140,0);


}



.form_createurs, .form_createurs_ligne
{
    background:white;
}

.form_createurs  .form-checkbox input
{
    width:5%;
}

.form_createurs  .form-checkbox label
{

    padding-right:20px;
    padding-left:5px;
    width:95%;
    font-weight:normal;
}

.form_createurs  .form-checkbox label,  .form_createurs  .form-checkbox input
{
    display:inline-block;
    vertical-align:middle;
}


/**/


.form_createurs_ligne  .form-checkbox label
{

    padding-right:20px;
    padding-left:5px;
    font-weight:normal;
}

.form_createurs  .form-checkbox label,  .form_createurs  .form-checkbox input
{
    display:inline-block;
    vertical-align:middle;
}

.form_createurs .control-label, .form_createurs_ligne .control-label
{
    text-align:left;
}

.tableaux
{
    border:1px rgb(200,200,200) solid;
    display:inline-block;
    vertical-align:top;
    width:60px;
}

.tableauxrecap
{
    border:1px rgb(200,200,200) solid;
    display:inline-block;
    vertical-align:top;
    width:150px;
}


.case{
    display:inline-block;
    vertical-align:top;
    width:70px;

}

.colonne1
{
    width:180px;
}

.ligne{
    height:20px;
}

.chiffres{
    text-align:right;
    padding-right:5px;
}

.lignetotal {
    background:rgb(240,140,0);
    color:white;
}

.bis{
    background:rgb(220,220,220);
}

.orange{
    color:rgb(240,140,0);
}

.texte-barre{
    text-decoration : line-through;
    color:red;
}

.bold{
    font-weight:bold;
}
.blue{
    color:rgb(0,97,153);
}
.red{
    color:red;
}

.grand{
    font-size:1.5em;
}
.justify{
    text-align:justify;
}
.center{
    text-align:center;
}

.widthTotal{
    width:100%
}

.illustration{
    max-width:50%;
    float:right;
    margin:10px;
}

.illustrationleft{
    max-width:50%;
    float:left;
    margin:10px;
}

.cote{
    background:rgb(240,240,240);
    padding-top:15px;

}
.black{
    color:black
}

.suivisocial{
    text-align:center;
    color:black;
}
.trimestre{
    border:1px rgb(200,200,200) solid;

}

.casePrestaClient{
    border:1px rgb(200,200,200) solid;
}

.entetePrestaClient{
    border:1px rgb(200,200,200) solid;
    height:45px;
}

.titrecolonne{
    bborder:1px blue solid;
    background:rgb(240,140,0);
    color:white;
    text-align:center;
    border-radius: 10px;
}

.btn{
    margin-bottom:5px;
}

#pageaccueil h3{
    background:rgb(240,240,240);

    padding:2px;

}
.strong{
    font-weight:bold;

}

.tablesocial div{
    border-collapse: collapse;
    border:1px rgb(200,200,200) solid;
    padding:2px;
    min-height:27px;
    font-size:0.9em;
}

.bloc-pj{
    margin-left:-20px;
    margin-right:5px;
    padding-left:0px;

}
.tablesocial .glyphicon{

    width:5%;
    /* border:1px red solid;*/
}

#listinvites .row:hover{
    color:rgb(0,97,153);
    font-weight:bold;
}

#listinvites .row{
    border:1px rgb(200,200,200) solid;
}

#listinvites hr{
    margin:2px;
}

.trimestres{
    padding-left:25px;
    padding-right:30px;
    /*border:1px blue solid;*/

}
.blockblue{
    background:rgb(0,97,153);
    color:white;
}

.tableaudit{
    text-align:right;
}

.casebordure{
    min-height:50px;
    border-left:1px rgb(200,200,200) solid;
    border-top:1px rgb(200,200,200) solid;
}

.partieTableau{
    border-left:1px rgb(200,200,200) solid;
}

.grisfonce{
    color:rgb(150,150,150);
    font-style:italic;
}

.italic{
    font-style:italic;
}

.gris{
    color:rgb(150,150,150);
}

.gris:hover{
    color:rgb(240,140,0);
}

.back-gris{
    background:rgb(200,200,200);
    color:white;
}

.back-red{
    background:rgb(200,200,200);
    color:white;
}

.back-red:hover{
    background:red;
    color:white;
}

.back-orange{
    background:rgb(240,140,0);
    color:white;
}

.back-blue {
    background:#00a8ff;
    color:white;
}

.back-green {
    background:green;
    color:white;
}

.back-plage{
    background:rgb(230,230,230);
    color:white;
}

.back-gris:hover{
    background:rgb(240,140,0);
    color:white;
}

.boxContent {
    box-shadow:2px 2px 2px 2px rgb(100,100,100);
    color: white;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.factures, .nofactures{
    height:26px;


}

.factures:hover, .nofactures:hover{
    background:rgb(230,230,230);
}

#travail{
    background:rgb(250,250,250);
}

.lignetab:hover{
    background:rgb(230,230,230);

}
.blocclient{
    border:1px rgb(200,200,200) solid;
    border-radius: 10px;
    min-height:100px;
}

.blocclient:hover{
    background:rgb(240,140,0);
    color:white;
}

.espaceSemaine{
    width:0.1%;

    border-left:2px rgb(200,200,200) solid;
    min-height:60px;
}

#corbeille{
    height:50px;
    border:2px rgb(200,200,200) solid;
    text-align:center;
}

.ligneTypeMission input, .ligneTotalMission input{
    width:70px;
    text-align:right;
    padding-right:5px;
}

.backExercice{
    background:rgb(240,240,240);
}

.ligneTypeMission{
    margin-bottom:3px;
}

.admincartes div:hover{
    background:rgb(220,220,220);
}

.quizz div:hover{
    background:rgb(220,220,220);
}

.rentaCategorie{
    border:1px rgb(150,150,150) solid;
    margin-right:30px;
    margin-bottom:30px;
}

.checkClientPrestation{
    color:blue;
    font-size:40px;
}

.hidden{
    display:none;
}


.inputSmall{
    width:50px;
}

.modeTarif{
    padding-left:30px;
}


.contentService td:nth-child(2), .contentService img { /*2ème colonne de la présentation du service, où est stockée l'image (view Service Catalogue ==> on ne l'affiche pas */
    display:none;
}

.contentService p{ /*Redéfinition de la la largeur du texte, pour qu'elle s'adapte à la vue, et non au format Word */
    width:85%;
    text-align:justify;
}
.inputsearch{
    width:100%;
    font-size:12px;

}
.backgroundBlue{
    background: rgb(0,79,138);
    position:fixed;
    top:0px;
    left:0px;
    height:75px;
    z-index:1;
}

.backgroundEtapes{
    background:rgb(220,220,220);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:5px;
    height:45px;   
}

.messageOptions{
    background:rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 2px solid #dedede;
    border-left: 2px solid #dedede;
    border-right: 2px solid #dedede;
    padding:5px;
    height:45px;   
}

.backgroundBleu{
    background: rgb(0,79,138) !important;
    background-color: rgb(0,79,138) !important;
}

.backgroundActionsDepassees{
    background: green;
}

.backgroundEntete{
    position:fixed;
    top:0px;
    left:0px;
    z-index:1;
}

.displayName{
    text-align: center;
    border-radius: 10px;
    color:white;
    font-weight: bold;
}

.displayName a{
    color:white;
}

.bodyIndexExpert{
    margin-top: 35px;
}
.btnParcourir{
    display:none;
}

.bodyMobile{
    margin-top: 50px;
}

.bodyMobile h1{
  color:rgb(51,122,183);
  border-radius: 5px;
  padding-top:5px;
  font-weight: bold;
  font-size:1.5em;
  margin-top:15px;
  text-transform:uppercase;

}
.bodyIndexGenerique{

}

.lienTDB a:visited{
    color:rgb(92,184,92);
}
.form-percent{

    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#indexExpertCGP tbody {
    display:block;
    max-height:300px;
    overflow:auto;
}

.defaultForm label{
    width:26%;
    text-align: right;
    padding-right: 10px;
}

.defaultForm input, .defaultForm select{
    width:32%;
}

.defaultForm button{
    margin-top:20px;
    margin-left:26%;
    width:15%;    
    color:white;
    background-color: #5cb85c;
    border-color: #4cae4c;
    
    /* width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    
}

.btnNoLink{
    color:rgb(200,200,200);
}

a.linkDisabled {
    pointer-events: none;
    cursor: default;
    color:rgb(200,200,200) !important;
}
a.alwaysDisabled {
    pointer-events: none;
    cursor: default;
    color:rgb(200,200,200) !important;
}
.noDecoration, .noDecoration:hover, .noDecoration:visited{
    text-decoration: none;
    color:white;
    font-size: 12px;
}

.formErreur{
    color:red;
}

#tableauPlanAnalytique tbody{
    display:block;
    max-height:600px;
    overflow:auto;
    border:1px black solid;
}

.tableFixed tbody{
    display:block;
    max-height:600px;
    overflow:auto;
    border:1px black solid;
}

.racine{
    border:1px rgb(200,200,200) solid;
    border-radius:5px;
    padding:2px;
    margin-right:5px;

}
.right{
  text-align:right;
}

.left{
  text-align:left !important;
}
.boutonUtilise{
    background: rgb(240,216,174) !important;
}

.boutonErreur{
    background: rgb(240,140,0) !important;
}

.lignePlanAnaytique:hover {
    background: rgb(240,216,174) !important;
}

.inputForm{
	width:80%;
}

#listeActivites tbody {
    display:block;
    max-height:800px;
    overflow:auto;
}

#listeRepartitionActivites tbody {
    display:block;
    max-height:350px;
    overflow:auto;
}



.backgroundorange{

	color: rgb(240,140,0);
}

.backgroundred{
	color: red;
}
.white{
  color:white;
}

.displayNameWhite{
    text-align: center;
    color:white;
    font-weight: bold;
}

.backgroundVert{
    background: rgb(140,196,71);
    position:fixed;
    top:0px;
    left:0px;
    height:100px;
    z-index:1;
}

.vertOrison{
    color: rgb(140,196,71);
}
.backgroundVertOrison{
    background: rgb(140,196,71);
}
.backgroundWhite{
    background: rgb(255,255,255);
}

.redOrison{
  color:rgb(207,42,40);
}

.backgroundRedOrison{
    background: rgb(207,42,40);
}

.orangeOrison{
    color:rgb(240,140,0);
  }  

.backgroundOrangeOrison{
    background: rgb(240,140,0);
}
.bigIcone{
  font-size:1.5em;
}

.superBigIcone{
  font-size:3em;
}
.tache{
  width:100%;
}

.tacheNonfaite{
  background : rgb(249,186,168);
}
.horaire{
  background : rgb(51,122,183);
  color:white;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 10px;
}

.horaire a{
  text-decoration: none;
  color:white;

}

#myTable tbody {
    display:block;
    max-height:500px;
    overflow:auto;
}

#planning tbody {
    display:block;
    max-height:500px;
    overflow:auto;
}


/* Commentaires  */

.date{
	color:rgb(100,100,100);
	font-size:10px;
}

.iconeHidden{
	float:right;
	display:none;

}
.commentaire table{
	width:100% !important;
}

.bloc-commentaire:hover{
	background:rgb(249,249,249);

}
.bloc-commentaire:hover .iconeHidden {
  float:right;
  display:block;
  margin-right:5%;
}
.icone,.text{
	display:inline-block;
	vertical-align:top;
}
.icone{
	text-align:center;

	font-size:20px;


	padding-top:5px;

}

#cke_1_top{
    display: none;
}
.Client, .Expert{
    border: 1px rgb(200,200,200) solid;
    padding:2px;
}
.Client .initiales{
	background:rgb(247,107,108);
    
}
.Client{
    width: 80%;
    margin-left:15%;
    border-radius : 5px;
    /* background : #003dff; */
    background : #D9EFFF;
    
    box-shadow: 2px 2px rgb(240,240,240);
    margin-bottom: 10px;
    /* text-align: right; */
}
.Expert .initiales{
	background:rgb(0,79,138);

}

.Expert{
    
    width: 80%;
    margin-left:4%;
    border-radius : 5px;
    
    background: rgb(240,240,240);
    box-shadow: 2px 2px rgb(240,240,240);
    margin-bottom: 10px;
}

.date .Expert{
	color:white;
  background:rgb(0,79,138);
  padding:5px;
  border-radius:5px;
  margin-top:5px;
  margin-right:5px;
  line-height: 25px;
}


.date .Client{
  color:white;
  background:rgb(247,107,108);
  padding:5px;
  border-radius:5px;
  margin-top:5px;
  line-height: 25px;
  margin-right:5px;
}

.btnValidation{
  margin-top:-3px;
}
.initiales{
	width:20px;
	height:20px;
	color:white;
	margin-top:5px;
	padding:5px;
	border-radius:5px;

}

.TableDraggable{
  width:40%;
  box-shadow: 2px 2px 2px 2px black;
  max-height:200px;
  background:white;

}

.carre{
  border:1px rgb(200,200,200) solid;
  padding:3px;
}

.lienMenu{
  width:50%;
}

.lienMenuIframe{
    width:100%;
}
.lienMenu:hover{
    box-shadow:5px 5px 5px black;
}

.lienApplication{
  width:30%;
  padding:5px;
}
#cke_1_contents {
  resize: vertical;
  overflow: auto;

}
#dropfile{
width: 300px;
height: 50px;
border: 3px dashed #BBBBBB;
line-height:50px;
text-align: center;
}

.boutonRadio label{
  margin-top:7px;
}

.boutonRadio label{
  margin-right:20px;
}
.boutonRadio input{
  margin-right:5px;
}

.colonneResponsableDossier{
    text-align: right;
    font-weight: bold;
}

.casePlanification{
    border:1px rgb(200,200,200) solid; 
    height:30px; 
    padding-top:2px;
}

#iframeApplication{
    border:none;
    position: relative;
    
    
}

.itemPortail{
    display: inline-block;
    width:100%;
    margin-bottom:5%;
    text-align: center;   
     /*height:100px;  */
    border:1px rgba(0,0,0,0) solid;

}

.itemPortail img{
    border-radius:5px;
    box-shadow:2px 2px 2px 2px rgb(100,100,100);
}

.itemPortail .libelle, .libelleDossier{
    
    text-align: center;
    display: inline-block;
    
    
    padding-left:10px;
    padding-right:10px;
    border-radius:5px;
    opacity: 0.9;
    min-width:30%;

}

.iconeModule {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.9;
    min-width: 12%;
    margin-top: 3px;
    margin-top:5px;
}

.libelleDossier{
    width:75%;
    background:white;
    padding-top:5px;
    padding-bottom:5px;   
}
.libelle{
    min-width:80%;
    margin-top:5px;
}

.libelle .glyphicon{
    padding-right:5px;
}

.messagesComponent {
    height:100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius:5px;
    width:100%;
}

.boxmessages {
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    width:100%;
}

.grilleItem{
    margin-left:0%;
    margin-right:3%;
    
}

.ligneEntetePortail{
    margin-top:5px;
    margin-left:2.5%;
    margin-right:1.5%;
    
}

.utilisateurPortail{
    
    padding-top:5px;
    padding-bottom:5px;   
    opacity: 0.9;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px;
}

#chart {
    height: 180px;
    background: white ;
    opacity: 0.95;
    border-radius: 5px;
}

.toast {
    opacity: 0.90 !important;
}

.overComm a {
    height: 2.4em;
    width: 2.8em;
}

.overComm a img {
    position: relative;
    bottom: 2px;
}

.overComm select {
    position: relative;
    bottom: 2px;
}

.pointer:hover {
    cursor:pointer;
}

#moisPeriodeMessage {
    display: inline-block;
    width: 20%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#anneePeriodeMessage {
    display: inline-block;
    width: 20%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.row_selected_validation:not(.dx-row-focused), .row_selected_validation:not(.dx-row-focused) .dx-col-fixed {
    background-color: rgb(168,251,192) !important;
}

.row_selected_deletion, .row_selected_deletion .dx-col-fixed {
    background-color: #ffcfcf  !important;
}

.row_selected_arbitre_orange, .row_selected_arbitre_orange .dx-col-fixed {
    background-color: rgb(250,211,169) !important;
}

.row_selected_arbitre_jaune, .row_selected_arbitre_jaune .dx-col-fixed {
    background-color: #ffeaa7 !important;
}

.row_action_depassee, .row_action_depassee .dx-col-fixed {
    background-color: #a7d0ff !important;
}

table.table.table-striped .row_selected_deletion {
    background-color: rgb(250,211,169);
}

/****/
.upload-area{
    width: 80%;
    border: 2px solid #dedede;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

#depotFichierMonRequeteur .upload-area{
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

.r3d3_vert{
    color:rgb(92,184,92);   
}

.r3d3_rouge{
    color:#dc3545;   
}

.r3d3_orange{
    color:#ffc107;   
}

.r3d3_bleu{
    color:#F21170;   
}

.widget{
    padding:10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    display:inline-block;
    height:200px;
    width:100%;
    border:1px rgb(200,200,200) solid;
}

.widget {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.widget a{
    text-decoration: none;
}

.formWidget{
    background:white;
    border:1px rgb(200,200,200) solid;
    margin:auto; 
    margin-top:45px;  /*80px;*/
    padding:10px;
    padding-left:10px;
    padding-right:10px;
    max-height:1150px; /*500px;*/
    box-shadow:5px 5px 5px 5px rgba(200,200,200,0.8);
    border-radius: 5px;
    z-index: 1;
}

.uo{
    width: 70%;
}

.filtres{
    width: 97%;
}

.titreWidget{
    display: inline-block;
    background:white;
    color:rgb(0,79,138);
    width:80%;
    border-radius:5px;   
}

#displayTournee input, #selectQuai, #selectQuai .dx-lookup-arrow {
    background: #337ab7;
    color: white;
}

#displayConducteur input, #displayRemorque input {
    background-color: #44bd32;
    color: white;
}

#displayAffret input {
    background-color: orange;
    color: white;
}

.clickable {
    cursor: pointer;
}

#spinner, #spinnerDashboard
{
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
margin: auto;
width: 75px;
height: 75px;
border: 5px solid #337ab7;
border-radius: 50%;
border-top-color: transparent;
animation: spin 2s infinite linear;
display: none;
z-index: 1001;
}

#overlay {
	background-color:white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
	display: none;
}

@keyframes spin
{
	from 
	{ 
		transform: rotate(0deg);
	}
	to
	{
		transform: rotate(360deg);
	}
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.form-inline > .form-group {
    vertical-align: top;
}
.flechesCockpit{
    text-shadow: 2px 2px 20px rgb(100,100,100); 
    font-size:40px;
}

.dxc-title{
    margin-top: 10px;
}

#listeMessages .question {
    font-size: 13px;
    font-style: italic;
}

#listeMessages .periode {
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 25px;
    border: 1px solid rgb(100,100,100);
}

#messageBody #filterUtilisateur.empty {
    color: rgba(149,149,149,.5) !important;
}

#messageBody #filterUtilisateur .notDisplay.cockpit {
    width: 300px;
    right: 20%;
    top: 8%;
}

#messageBody #filterUtilisateur .notDisplay.cockpitMessages {
    width: 300px;
    right: 70%;
    top: 8%;
}

#messageBody .notDisplay {
    height: 0;
    background-color: transparent;
    border: transparent;
    position: absolute;
}

#messageBody #nbCommentaire {
    float: right;
    width:fit-content;
    height:20px;
    position:relative;
    background:#00ff28;
    overflow:hidden;
    border-radius:0 0 0 30px/45px;
    line-height:1em;
    font-size:19px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    color:#130d6b;
    padding-right:5px;
    padding-bottom:5px;
    padding-top: 0px;
    padding-left: 10px;
    text-align: center;
}

#messageBody #nbCommentaire::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 12px;
    background: #00ff28;
    box-shadow: 3px -2px 10px rgba(0,0,0,0.2), inset 15px -15px 15px rgba(0,0,0,0.3);
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: skewX(25deg);
}

#messageBody .iconesMenu {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none !important;
}

#messageBody .iconesMenu:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

#messageBody #formMessageSimple {
    position: sticky;
    top: 0;
    background-color: white;
}

.imageCaptain{
    width:63px;
    height:40px;
    background:url("../images/NUMA/[numai]/[numai]SIGNE/beigeclair/[numai]SIGNE-beigeclair.svg");
    background-size: cover;
    float:left;
    margin-right: 10px;
    margin-top: 5px;

    /* border:1px red solid; */
} 

/* #toast-container > .toast-success:before {
    content: "\f004";
    color: crimson;
} */


#toast-container>.toast-info{
    background-color: #003dff;
}

#toast-container>.toast-warning,
#toast-container>.toast-error,
#toast-container>.toast-success,
#toast-container>.toast-info{
    background-image: none !important;
    padding: 15px 15px 15px 15px !important;
    text-align: left;
    position: initial;
    opacity: 0.95;
    color: white;
    font-size: 1em;
}

.messageCaptain{
    display: block;
    margin-left: 70px;
}
.alerteCaptain{
    border-radius: 10px;
    /* opacity: 0.8; */
    box-shadow:5px 5px 5px rgb(100,100,100);
    color: #003dff;
    background-color:white;
    background-image:none !important; /*Removes Pesky Default Toast Icon*/
    padding: 15px 15px 15px 15px !important; /*Corrects Spacing for default icon*/
    
    font-size: 31px;
    width: 100%;
}
.alerteCaptain li{
    margin-left: 15px;    
}

#matable > tbody > tr:hover {
    background-color: lightgray;
}

#matable thead {
    width: 100%;
}

#matable .headerText {
    text-align: center;
}

.iconeModeleDisabled {
    pointer-events: none;
    color: green;
}


.dropdownMenuIndicateur {
    width: 72rem;
  }

.btnRadioDataGrid {
    text-align: center !important;
    vertical-align: baseline !important;
}

.btnMessageConso {
    width: 1.8em;
    height: 1.8em;
    left: -5px;
    top: -4px;
}

#orisonReturnBtn {
    float: left;
}

#orisonReturnBtn {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border: 1px solid rgb(204, 204, 204);
    padding: 0.5rem;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 5px;
}

/* Style des boutons lorsqu'on passe la souris dessus */
#orisonReturnBtn:hover {
    background-color: rgb(230, 230, 230);
    border: 1px solid rgb(173, 173, 173);
}

.dx-editor-outlined.dx-texteditor-with-floating-label, .dx-editor-outlined.dx-texteditor-with-label {
    margin-top: 0;
}

.card-login {
    margin:2vw;
}

.green-arrow {
    color: green;
}
.red-arrow {
    color: red;
}

#zoneDepot {
    border-radius: 10px;
    border: solid lightgray 4px;
    padding: 25px;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    gap: 15px;
}