table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0;
}

html,body {
    height: 100%;
}

td {
    padding: 0;
    margin: 0;
}

h2,h3,p {
    padding: 5px;
    margin: 0;
}

ul, li {
    margin: 5px;
    padding: 0;
}

div,h2,p,td {
    text-align: left;
}

hr {
    margin-top: 18px;
    margin-bottom: 24px;
}

textarea {
    background: white;
    border: 1px solid #369;
    color: black;
    scrollbar-face-color: #98b0d8;
    scrollbar-highlight-color: #eef5ff;
    border-left: #336699 1px solid;
    scrollbar-shadow-color: #336699;
    scrollbar-3dlight-color: #336699;
    scrollbar-arrow-color: #000000;
    border-bottom: #336699 1px solid;
    scrollbar-darkshadow-color: #eef5ff;
    font-size: 95%;
}

#navBar {
    background-color: #336699;
    width: 200px;
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
}

#content {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/bg_breadCrumb.gif.faces");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px;
    vertical-align: top;
}

#breadCrumb {
    background-image: none;
    padding: 8px 20px 8px 20px;
    height: 100%;
}

#pageBody strong {
    color: #336699;
}

.underline {
    text-decoration: underline;
}

.relatedLinks {
    margin-left: 12px;
    margin-right: 12px;
}

td.formCell {
    border: 1px solid #336699;
    vertical-align: top;
    padding: 5px;
}

table.padded td {
    padding: 5px;
}

.significationRowRejected {
    color: red;
    font-size: 95%;
}

.receiptStatusImplicit {
    color: red;
    font-size: 95%;
}

.receiptStatusReceived {
    color: gray;
    font-size: 95%;
}
.depositRowInactive {
    text-decoration: italic;
    color: gray;
    font-size: 95%;
}

/*** Main table ********/
#ecuriaMainTable, .ecuriaMainTable {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%;
}

/*** e-Curia JSF selectOneMenu ***/
.ecuriaEnabledSelectOneMenu {
    border-color: #336699;
}

/*** e-Curia PanelGrid ***/
.ecuriaPanelGrid {
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 8px;
}

/*** Filter table ********/
#ecuriaFilterTable {
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 8px;
}

#ecuriaFilterTable td {
    text-align: left;
    padding: 2px;
}

/*** Detail Page Header Table ********/
#ecuriaDetailPageHeaderTable {
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 8px;
}

#ecuriaDetailPageHeaderTable td {
    text-align: left;
    padding: 2px;
}

.ecuriaDetailPageHeaderTitle {
    font-weight: bold;
}

/*** Help pages ********/
.help_title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 107%;
    font-weight: bold;
    color: #006699;
}

.help_content p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    text-align: justify;
    margin-top: 2px;
    margin-bottom: 8px;
}

.help_content ul li {
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 20px;
    padding: 5px;
    list-style-type: square;
    text-align: justify;
}

.help_info {
    text-decoration: italic;
    color: #006699;
}

.help_warning {
    font-weight: bold;
    color: red;
}

/*** Tooltip ********/
.piecesTypeTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 0px;
    width: 450px;
    text-align: left;
}

.missingPiecesTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 0px;
    width: 450px;
    text-align: left;
    overflow: auto;
    height:150px;
    width:400px;
}

.receiverNoteTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 0px;
    text-align: left;
}


.nameTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 3px;
    text-align: left;
    width: 300px;
}

.helpTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 3px;
    text-align: left;
    width: 100px;
}

.representativesTooltip {
    background-color: #eef5ff;
    border-color: #808080;
    border-width: 2px;
    padding: 3px;
    text-align: left;
    width: 350px;
}

/*** Add, First, previous, next, last buttons ***/
.btn_add {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_add.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: green;
    text-align: left;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
    display: block;
    padding-top:4px;
}

.btn_first {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_first.gif.faces");
    border: none;
    width: 19px;
    height: 15px;
}

.btn_previous {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_previous.gif.faces");
    border: none;
    width: 14px;
    height: 15px;
}

.btn_next {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_next.gif.faces");
    border: none;
    width: 14px;
    height: 15px;
}

.btn_last {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_finish.gif.faces");
    border: none;
    width: 19px;
    height: 15px;
}

.btn_wizardnext {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_fleche.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: green;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
}

.btn_wizardprev {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_flecheG.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: green;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
}

.btn_deleteAccount {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/images/common/ecuria/deleteAccount.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: #db4104;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
}
.btn_validateAccount {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/images/common/ecuria/validateAccount.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: #a3d483;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
}
.btn_restoreAccount {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/images/common/ecuria/restoreAccount.gif.faces");
    background-color: transparent;
    border: none;
    font-size: 110%;
    font-weight: bold;
    color: #43bdfa;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 25px;
    min-width: 6em;
    overflow: visible;
    cursor: pointer;
}

/*** Confidential version ***/
.confidentialVersion {
    color: red;
}

/*** Comments ***/
#comments {
    margin: 12px;
}

#comments table {
    width: 600px;
}

#comments div.group {
    margin: 12px 12px 0px 0px;
}

#comments textarea {
    font-size: 10pt;
    width: 600px;
    height: 80px;
}

/*** Home ***/

#home p {
    padding: 10px;
}
#home td {
    padding-bottom: 12px;
    border-right:0;
    border-left:0;
    border-top:1px solid #336699;
    border-bottom:0;
}

#home li {
    margin-left: 24px;
}

.news_spacer {
    border-top-width: 0px;
    border-left-width: 0px;
    font-size: 0px;
    border-bottom-width: 0px;
    height: 2px;
    background-color: #336699;
    border-right-width: 0px;
}

#rightColumn {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/bg_breadCrumb.gif.faces");
    background-position: 1px 0;
    background-repeat: no-repeat;	
}

#leftColumn {
    background: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/bg_breadCrumb2.gif.faces") right top;
    background-repeat: no-repeat;	
}


#history td {
    /*padding-bottom: 12px;
    border-right:0;
    border-left:0;*/
    border-top:0px;
    border-bottom:0px;
}

#historyDate {
    text-align:center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
}

#historyLabel {
    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
}



/*** Forms ***/
#formTitle strong {
    color: #333333;
}

/*** Piece Deposit ***/
.digest {
    font-family: monospace;
    font-size: 8.4pt !important;
    font-size: 100%;
}

.detail_button {
    display: block;
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_attrDSG.gif.faces");
    font-weight: bold;
    font-size: 110%;
    color: green;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: right;
    border-bottom-style: none;
    background-position: 0px 3px;
    padding-left: 25px;
    overflow: visible;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 25px;
    min-width: 6em;
}
.detail_button_grey {
    display: block;
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_attrDSGGrey.gif.faces");
    font-weight: bold;
    font-size: 110%;
    color: green;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: right;
    border-bottom-style: none;
    background-position: 0px 3px;
    padding-left: 25px;
    overflow: visible;
    cursor: no-drop;
    background-repeat: no-repeat;
    height: 25px;
    min-width: 6em;
}
.detail_button_blocked {
    display: block;
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_attrDSGGreyErr.gif.faces");
    font-weight: bold;
    font-size: 110%;
    color: green;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: right;
    border-bottom-style: none;
    background-position: 0px 3px;
    padding-left: 25px;
    overflow: visible;
    cursor: not-allowed;
    background-repeat: no-repeat;
    height: 25px;
    min-width: 6em;
}

.save_button {
    display: block;
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/btn_save.gif.faces");
    font-weight: bold;
    font-size: 110%;
    color: green;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    text-align: right;
    border-bottom-style: none;
    background-position: 0px 3px;
    padding-left: 25px;
    overflow: visible;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 25px;
    min-width: 6em;
    text-align: left;
    line-height: 25px;
}

#page{
    min-height: 100%;
    _height: 100%; /*pour IE6*/
    background: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/bg_rightcolumn.gif.faces") right top repeat-y;
    /*padding: 1px 0;*/ /*pour que FF englobe la marge du contenu*/
    overflow:hidden;
}

.field-action
{
    padding: 5px;
}

.modifiable-label
{
    font-size: 95%;
}



/*** YPR: attachments-add-gfd ***/
#ongletAddGfd{
    margin-left:10px;
    border-collapse:collapse;    	
}

#comboJuridiction{
    margin:0;
    padding:0;
}
.formatJrdAff {
    background-color: #A9A9A9;
    margin:0;
    padding:0;
    height:20px;
} 

.zoneResult{
    width:97%;
    margin-left:10px;
    margin-right:10px;
    padding-right:4px;
    padding-left:4px;
    padding-bottom:9px;
    padding-top:8px;
    border-collapse:collapse;
    border:1px solid #336699;
}

.zoneTitre{
    width:99%;
    background-color:#336699;
    color:#fff !important;
    text-align:center;
    font-weight:bold;
    margin-left:4px;
    margin-right:8px;
    margin-bottom:4px;
    padding-top:4px;
    padding-bottom: 2px;
}

.zoneFiltre{
    border:1px solid #336699;
    font-size:100%;
    width:98.1%;
    margin-left:4px;
    margin-top:4px;
    padding-left:5px;
    padding-top:3px;
    padding-bottom:8px;
}

.formatFiltreAff{
    float:left;
    width:140px;
}

.formatJrdAff{
    width:600px;    
    height:25px;
}

.zoneAffJointes{
    width:98.4%;
    margin-left:5px;
    height:15px;
    margin-top:0px;
    padding-left:5px;
    padding-top:10px;  
}

.zoneEspace{
    height:45px;
}

.clear {
    clear: both;
}

.zoneResultatDossier{
    border:1px solid #336699;
    font-size:100%;
    width:98.3%;
    margin-left:5px;
    margin-top:0px;
    padding-left:2px;
    padding-top:1px;
    padding-bottom:1px;
    width:98.2%   
}
.zoneResultatDossier .dr-table-cell {
    border: 0px solid white;
    padding: 1px;
}

/*** YPR: print-pending.faces status ***/
.STARTED, .PREPARED, .TO_SCAN, .PENDING {
    background-color:#FF0000;
    color:#fff !important;
    font-weight:bold;
}
.PRINTED, .VALIDATED, .CLASSIFIED, .DELETED{
    background-color:#fff;
}

/*** YPR: deposit-search.faces litige ***/
.greenDot {
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/tracking_green.gif.faces");
    background-position: center;
    background-repeat: no-repeat;
}
.redDot{
    background-image: url("https://curia.europa.eu/e-Curia/javax.faces.resource/css/images/tracking_red.gif.faces");
    background-position: center;
    background-repeat: no-repeat;
}
.centered{ 
    margin: 0px auto
}
.depositArchived {
    text-decoration: italic;
    color: green;
}

/*** BAILLJE: unavailability message - @ EcuriaII-164 release 3.6   Unique Id is used as only for one div element ***/
#unavailability{
    top: 0px;
    position: absolute;
    left:250px;
    right: 250px;
    text-align: center;
    background-color: #ffe6e6;	
    width: auto;
    min-width: 700px; 
    z-index: 1;
}
/** Modified upon Dan request on 25/07/2017 - see email baillje (12:16) */
#unavailability li {
    width: 30%;
    float:left;
}
/** Added upon Dan request on 25/07/2017 - see email baillje (12:16) */
#unavailability h2 {
    text-align: center;
}
/** Hidding part of the screen*/
.invisible {  
    display:none;  
}
.visible {  
    display:block;  
}  

/*** Extranet timeline 7 step registration */
.timeline-item {
    padding: 0.8em 0em 2em 2em;
    position: relative;
    border-left: 2px solid #FF9F55;
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: .785rem;
    color: #006699;
}

.timeline-item::after {
    width: 15px;
    height: 15px;
    display: block;
    top: 1em;
    position: absolute;
    left: -10px;
    border-radius: 10px;
    content: '';
    border: 2px solid #FF9F55;
    background: white;
}

.timeline-item-Red::after {
    background: #d11027;
}

.timeline-item-Grey::after {
    background: #D8D8D8;
}

.timeline-item-Green::after {
    background: #81F781;
}

.timeline-item-blue::after {
    background: #369;
}