/* Autocomplete Aricie */
.ui-autocomplete .row {
    margin-left: 0;
    margin-right: 0;
}


/*Loading panel*/
.divLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(242,242,242,0.5) url('/images/loading.gif') no-repeat 50%;
}


#pnlContainer .commandColumn a,
.lstDossiers th a,
.lstDossiers .commandColumn a {
    color: rgb(2,139,255);
}

label.FGGLabel {
	padding-right: 2.9em;
}

a.FGGPopup {
	width: 30px;
	max-height: 2em;
	margin-top: calc(.375rem + 1px);
  	margin-bottom: calc(.375rem + 1px);
}