/****************************************/
/***** POLICES *************************/
/****************************************/

@font-face {
    font-family: "NeoSansStd";
    font-style: normal;
    font-weight: normal;
    src: url(/VcNom-web/javax.faces.resource/NeoSansStd-Medium.woff.jsf?ln=fonts) format('woff'),
         url(/VcNom-web/javax.faces.resource/NeoSansStd-Medium.otf.jsf?ln=fonts) format('truetype');
}

/****************************************/
/***** DATATABLE ************************/
/****************************************/

.tableau-carquant {
    width: 100%;
    margin-top: 6px;
    -fs-table-paginate: paginate; /* Permet la repetition des headers des tableaux en cas de pagination */
}

.tableau-carquant.identite tr {
    height: 20px;
}

.tableau-carquant td, .tableau-carquant th {
    padding: 2px 4px;
    font-size: 10px;
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

.tableau-carquant td.smallColumn, .tableau-carquant th.smallColumn { padding: 2px 1px; }
.tableau-carquant td.titleColumn, .tableau-carquant th.titleColumn { font-size: 13px; }
.tableau-carquant td.titleColumn2, .tableau-carquant th.titleColumn2 { font-size: 12px; }
.tableau-carquant th { border-bottom: 1px solid #e5e5e5; }
.tableau-carquant th.noBorderBottom { border-bottom: 0px none transparent; }

.tableau-carquant tr:first-child th {
    background-color: #F0F0F0;
    border-left: 1px solid #FFF;
}

.tableau-carquant tr:first-child th:first-child {
    border-left: 0px none transparent;
}

.tableau-carquant td.hiddenColumn, .tableau-carquant th.hiddenColumn {
    height: 0px;
    padding: 0px;
    margin: 0px;
}

.tableau-carquant .infoColumn {
    text-align: center;
    padding: 0 4px;
    width: 20px;
}

.tableau-carquant .numberColumn, .tableau-carquant .lineColumn { border-left: 1px solid #FFF; }
.tableau-carquant .numberColumn { text-align: right; }
.tableau-carquant .headerColumn { background-color: #F0F0F0; }
.tableau-carquant .staticColumn0 { width: 50px; }
.tableau-carquant .staticColumn1 { width: 190px; }
.tableau-carquant .staticColumn2 { width: 210px; }
.tableau-carquant .staticColumn3 { width: 250px; }
.tableau-carquant .staticColumn4 { width: 290px; }
.tableau-carquant .staticColumn5 { width: 325px; }

.tableau-carquant td.blockSection {
    color: black;
    background-color: #D8D8D8;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 3px 4px;
}

.tableau-carquant td.blockSectionTop { border-top: solid 1px #CCCCCC; }
.tableau-carquant td.blockSectionBottom { border-bottom: solid 1px #CCCCCC; }

.tableau-carquant td.blockSubSection {
    color: #666699;
    background-color: #E8EAED;
    border-top: solid 1px #DADAE8;
    border-bottom: solid 1px #DADAE8;
}

.tableau-carquant td.blockSubSection.noBorderTop { border-top: 0px none transparent; }
.tableau-carquant td.blockSubSection.noBorderBottom { border-bottom: 0px none transparent; }
.tableau-carquant td.blockSubSectionTop { border-top: solid 1px #DADAE8; }
.tableau-carquant td.blockSubSectionBottom { border-bottom: solid 1px #DADAE8; }

.tableau-interne-wrapper { padding: 2px 4px 8px 20px; }
.tableau-interne, table.withBorder {
    border: 1px solid #BBBBBB;
    -fs-table-paginate: paginate; /* Permet la repetition des headers des tableaux en cas de pagination */
}

/***************************************/
/**** ORGANISATION CHART ***************/
/***************************************/

.orgChart {
    font-size: 9px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.orgChart .ocSeparator { height: 9px; }
.orgChart .ocSeparator.ocEdge { height: 12px; }
.orgChart .ocLink { width: 70px; height: 18px; vertical-align: top; }
.orgChart .ocLink.ocMiddle { width: 2px; height: inherit; background-color: #0182B2; }
.orgChart .ocLink.ocDownLine { border-bottom: 2px solid #0182B2; }
.orgChart .ocLink.ocUpLine { border-top: 2px solid #0182B2; }
.orgChart .ocLink.ocEdge { background-color: transparent; }
.orgChart .ocLink.ocLeft { text-align: left; padding-left: 10px; }
.orgChart .ocLink.ocRight { text-align: right; padding-right: 10px; }
.orgChart .ocLink.ocEdgeLine { border-right: 1px dotted #0182B2; background-color: transparent; width: 0; }

.orgChart .ocColumnSize.ocLeft { width: 35%; }
.orgChart .ocColumnSize.ocRight { width: 35%; }

.orgChart .ocItem {
    border: 1px solid #0182B2;
    border-radius: 8px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 4px 5px 6px;
}

.orgChart .ocCentralContainer .ocItem {
    width: 150px;
    font-weight: bold;
    background-color: #EAF5F9;
}

.orgChart .ocCentralContainer { margin-left: auto; margin-right: auto; }
.orgChart .ocItemTitle { font-size: 9px; color: black; font-weight: bold; }
.orgChart .ocItemContent { font-size: 9px; padding-top: 5px; font-weight: normal; }
.orgChart .ocItemComplement { padding-top: 3px; font-weight: bold; }
.orgChart .ocItemComplement.ocEdge { padding: 5px; text-align: center; }

/*************************************/
/***** REPORT ************************/
/*************************************/
.sous-titre {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 0 7px 10px;
    text-align: left;
    page-break-inside: avoid;
}

.sous-titre2 {
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    page-break-inside: avoid;
    padding-top: 6px;
    padding-bottom: 3px;
}

.sous-titre3 {
    color:#00ADEE;
    border-bottom:1px solid #00ADEE;
    font-size:11px;
    font-weight:bold;
    padding-bottom:3px;
    margin-bottom:4px;
    page-break-inside: avoid;
}

.sous-titre4 {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 3px;
    page-break-inside: avoid;
}

.titre-container { position: relative; }
.titre-info {
    position: absolute;
    text-align: right;
    text-transform: none;
    color: black;
    right: 0;
    top: -1px;
}

.neg-num { color: #ee1c01; font-weight: bold; }

.labelListe {
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #000;
}

.labelListeViolet {
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #0182B2;
}

.labelInfo {
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #666666;
}

body.pdf .labelInfo {
    font-size: 8px;
}

/***********************************/
/*** SCALE BAR *********************/
/***********************************/

.scaleBar table {
  width: 100%;
  margin: 0;
  color:#000;
  font-size:12px;
  font-weight:bold;
}

.scaleBar .title {
  text-align:left;
  color: #023A6C;
  font-weight: bold;
  padding: 5px 0 10px 25px;
}

.scaleBar .chart {
  padding: 6px 25px 0;
}

.scaleBar .bar {
  height: 10px;
}

.scaleBar .bar td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.scaleBar .shortBar {
  width: 12.5%;
}

.scaleBar .longBar {
  width: 25%;
}

.scaleBar .bar .external {
  background-color: #18375D;
}

.scaleBar .bar .internal {
  background-color: #528ED5;
}

.scaleBar .arrow {
  text-align: center;
  padding: 2px 0;
}

.scaleBar .arrow .arrow-image {
  text-align: center;
  margin:auto;
  background: url(/VcNom-web/javax.faces.resource/images/scale-bar-arrow.png.jsf?ver=4.124.1) no-repeat;
  width: 60px;
  height: 30px;
}

.scaleBar .number {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

#content .left .rapport-carquant .englobe-tableau .text-liste, #content .left .digit .text-liste { /*text en italic pour "liste non-exhaustive" */
    display:block;
    font-size:11px;
    padding-bottom:12px;
}
#content .left .rapport-carquant .englobe-tableau .box-rapport, #content .left .digit .box-rapport {
    margin: 0 8px 6px;
}
#content .left .rapport-carquant .englobe-tableau table.tableau-carquant, #content .left .digit table.tableau-carquant {
    margin-left:0;
    margin-bottom:20px;
    padding-top: 10px;
}
#content .left .rapport-carquant .englobe-tableau table.tableau-carquant td, #content .left .rapport-carquant .englobe-tableau table.tableau-carquant th, #content .left .digit table.tableau-carquant td, #content .left .digit table.tableau-carquant th {
    font-size:11px;
    padding-top:5px;
    padding-bottom:4px;
}
#content .labelListe, #content .labelListeViolet {
    font-size:11px;
}
#content .left .rapport-carquant .englobe-tableau table.tableau-carquant td.hiddenColumn, #content .left .digit table.tableau-carquant td.hiddenColumn {
    height: 0;
    margin: 0;
    padding: 0;
}

/****************************************/
/***** MAIN ************************/
/****************************************/

.gras { font-weight: bold; }
.norm { font-weight: normal; }
.italic { font-style: italic; }
.justifie { text-align: justify; }
.souligne { text-decoration: underline; }
.majuscule { text-transform: uppercase; }
.capitale { text-transform: capitalize; }
.lettrecapitale:first-letter { text-transform: uppercase; }
.standard { font-weight: normal; font-style: normal; }
.pluspetit { font-size: 80%; }
.plusgros { font-size: 120%; }

.block { padding-top: 2px; padding-bottom: 2px; }
.blockLarge { padding-top: 5px; padding-bottom: 5px; }
.blockSmall { padding-top: 1px; padding-bottom: 1px; }
.blockLine { margin-top: 5px; }
.blockTitle { margin-top: 10px; }
.blockChapter { margin-bottom: 10px; }
.blockSection { margin-bottom: 5px; }
.blockZone { margin-bottom: 2px; }
.blockParagraph { margin-top: 5px; margin-bottom: 5px; }

.exponent {
    vertical-align: text-top;
    font-size: 70%;
}

.space { margin-bottom: 15px; }
.newLine { height: 10px; }

.graphic {
    text-align: center;
    width: 100%
}

.graphic .chart-element, .graphic .graphic-content {
    margin: auto;
}

#rapport .alignright { text-align:right; }
#rapport .alignleft { text-align:left; }
#rapport .aligncenter, .digit .aligncenter { text-align:center; }
#rapport .alignmiddle { vertical-align: middle; }
#rapport .aligntop { vertical-align: top; }
#rapport .alignbottom { vertical-align: bottom; }

.indentLeft1  { padding-left: 5px; }
.indentLeft2  { padding-left: 10px; }
.indentLeft3  { padding-left: 20px; }
.indentLeft4  { padding-left: 30px; }
.indentRight1 { padding-right: 5px; }
.indentRight2 { padding-right: 10px; }
.indentRight3 { padding-right: 20px; }
.indentRight4 { padding-right: 30px; }

.t_blanc { color:#fff; }
.t_noir { color:#000; }
.t_rouge { color:#ee1c01; }
.t_gris { color:#8e8e8e; }
.t_gris_f { color:#666666; }
.t_gris_tf { color:#333333; }

.bg_noir { background-color: #000000; }
.bg_gris { background-color: #7A7A7A; }
.bg_blanc { background-color: #FFFFFF; }
.bg_rouge { background-color: #EE1C01; }
.bg_orange { background-color: #EF9701; }
.bg_jaune { background-color: #F4B618; }
.bg_vert { background-color: #90BC29; }
.bg_violet { background-color:#E5F7FE; }

.width5  { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width30 { width: 30%; }
.width33 { width: 33%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width66 { width: 66%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

#rapport .arrow-evolution {
    display: inline-block;
    height: 11px;
    width: 16px;
    margin-left: 0px;
    position: static;
}

#rapport .arrow-evolution.aeUp { background: url(/VcNom-web/javax.faces.resource/images/arrow-up.png.jsf?ver=4.124.1) no-repeat scroll right 1px transparent; }
#rapport .arrow-evolution.aeDown { background: url(/VcNom-web/javax.faces.resource/images/arrow-down.png.jsf?ver=4.124.1) no-repeat scroll right 1px transparent; }
#rapport .arrow-evolution.aeRight { background: url(/VcNom-web/javax.faces.resource/images/arrow-right.png.jsf?ver=4.124.1) no-repeat scroll right 1px transparent; }

#rapport .li-container .li-header { padding-bottom: 0.3em; }
#rapport .li-container .li-footer { padding-top: 0.3em; }
#rapport .li-container .li-item { padding: 0.15em 0 0.15em 2.5em; position: relative; }
#rapport .li-container .li-symbol { font-size: 1em; font-weight: bold; left: 1.2em; position: absolute; }
#rapport .li-container.li-dash .li-symbol { font-size: 1.75em; left: 0.65em; line-height: 0.4em; }

#rapport .helpTitleText { vertical-align: bottom; padding-right: 4px; }
#rapport .helpTitleIcon {
    background: url(/VcNom-web/javax.faces.resource/images/aide-small-vio.png.jsf?ver=4.124.1) no-repeat scroll 0 0 transparent;
    display: inline-block;
    text-decoration: none;
    width: 16px;
    height: 16px;
}

#rapport .roundBox {
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 6px 5px;
    text-align: center;
}

#rapport .roundBox.scHight { background-color: #90BC29; }
#rapport .roundBox.scMedium { background-color: #F7B200; }
#rapport .roundBox.scMediumLow { background-color: #EF9701; }
#rapport .roundBox.scLow { background-color: #EE1C01; }
#rapport .roundBox.scZero { background-color: #000000; }
#rapport .roundBox.scNa { background-color: #C4C4C4; }

#rapport .roundBox.moduleLink { background-color: #6c838d; border-radius: 4px; }
#rapport .roundBox.moduleLink a { text-decoration: none; color: #FFFFFF; }


#rapport .identityBoxTitle.scHight { background-color: #7CB413; }
#rapport .identityBoxTitle.scMedium { background-color: #FFCC00; }
#rapport .identityBoxTitle.scMediumLow { background-color: #FD9300; }
#rapport .identityBoxTitle.scLow { background-color: #FD160E; }
#rapport .identityBoxTitle.scZero { background-color: #565656; }
#rapport .identityBoxTitle.scNa { background-color: #ABABAB; }

#rapport .identityBoxContent.scHight { background-color: #E1ECCE; }
#rapport .identityBoxContent.scMedium { background-color: #FFEFB1; }
#rapport .identityBoxContent.scMediumLow { background-color: #FFDC9C; }
#rapport .identityBoxContent.scLow { background-color: #FFBFB6; }
#rapport .identityBoxContent.scZero { background-color: #999999; }
#rapport .identityBoxContent.scNa { background-color: #CCCCCC; }

#rapport .identityBoxText.scHight { color: #5DAE48; }
#rapport .identityBoxText.scMedium { color: #EDAA01; }
#rapport .identityBoxText.scMediumLow { color: #FD9300; }
#rapport .identityBoxText.scLow { color: #FD160E; }
#rapport .identityBoxText.scZero { color: #CCCCCC; }
#rapport .identityBoxText.scNa { color: #FFFFFF; }

#rapport .identityBoxText {
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin: 0 6px;
}

#rapport .identityBoxValue {
    font-family: Arial,sans-serif;
    font-size: 9px;
    color: #333333;
    margin: 0 6px;
}

#rapport .identityBoxLabel {
    font-family: Arial,sans-serif;
    font-size: 11px;
    color: #333333;
    margin: 0 6px;
}

#rapport .identityBoxLabel.idWarn {
    color: #EC1C01;
    background-color: #E0E0E0;
    padding: 2px 0 4px;
}

#rapport .identityBoxLabel.idInfo {
    font-size: 9px;
    font-style: italic;
}

#rapport .privilegesOrderBox, #rapport .defaultsOrderBox {
    text-align: right;
    margin-bottom: 10px;
    display: block;
}

.pricePrivilegesMessage {
    color: red !important;
    width: 423px !important;
    text-align: left !important;
    padding-top: 29px;
    font-size: 11px;
    margin: 7px -386px !important;
}

/****************************************/
/********** BRIO ************************/
/****************************************/

.elliworld-logo {
    display: inline-block;
    text-align: center;
    height: 27px;
    width: 114px;
    background: url(/VcNom-web/javax.faces.resource/images/elliworld-logo.png.jsf?ver=4.124.1) no-repeat scroll 0 0 transparent;
}

#module-brio .riskClassWrapper { width: 132px; }
#module-brio .riskClassLabel { text-align: center; }
#module-brio .riskClassImage {
    height: 40px;
    width: 130px;
    margin: auto;
}

#module-brio .riskClassImage.rcLow {
    background: url(/VcNom-web/javax.faces.resource/images/traffic-light-green.png.jsf?ver=4.124.1) no-repeat scroll left center transparent;
    background-size: auto 38px;
}

#module-brio .riskClassImage.rcMedium {
    background: url(/VcNom-web/javax.faces.resource/images/traffic-light-orange.png.jsf?ver=4.124.1) no-repeat scroll left center transparent;
    background-size: auto 38px;
}

#module-brio .riskClassImage.rcHigh {
    background: url(/VcNom-web/javax.faces.resource/images/traffic-light-red.png.jsf?ver=4.124.1) no-repeat scroll left center transparent;
    background-size: auto 38px;
}

#module-brio .riskClassImage.rcNa {
    background: url(/VcNom-web/javax.faces.resource/images/traffic-light-na.png.jsf?ver=4.124.1) no-repeat scroll left center transparent;
    background-size: auto 38px;
}

#module-brio table th { vertical-align: middle; text-align: left; }
#module-brio table td { vertical-align: top; text-align: left; border-left: 1px solid #FFF; }
#module-brio table td:first-child, #module-brio .no-border-left { border-left: 0px none transparent; }
#module-brio .alignright { text-align:right; }
#module-brio .alignleft { text-align:left; }
#module-brio .aligncenter { text-align:center; }
#module-brio .alignmiddle { vertical-align: middle; }
#module-brio .aligntop { vertical-align: top; }
#module-brio .alignbottom { vertical-align: bottom; }
#module-brio .tableau-interne { margin-top: 4px; margin-bottom: 4px; }
#module-brio .tableau-interne td { border-top: 1px dotted #CCCCCC; border-left: 0px none transparent; }
#module-brio .tableau-interne tr:first-child td, #module-brio .no-border-top { border-top: 0px none transparent; }
#module-brio .tableau-carquant.fixed-layout { table-layout: fixed; }
#module-brio .tableau-carquant td.dotted-row { border-top: 1px dotted #CCCCCC; border-left: 0px none transparent; }

#module-brio .dotted-separator {
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 4px;
    margin-bottom: 4px;
}

/****************************************/
/********** ELLIXIUM ********************/
/****************************************/

.ellixium-graphic-container { margin-left: 36px;}
.ellixium-graphic {
    font-family: "NeoSansStd", Arial, sans-serif;
    background-repeat: no-repeat;
    border-collapse: collapse;
    margin: auto;
    color: black;
}

.ellixium-graphic .ieUpdateZone {
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    padding: 9px 11px 0 0;
}

.ellixium-graphic .ieTextZone {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.ellixium-graphic.ieFr.ieCritical { background-image: url(/VcNom-web/javax.faces.resource/images/fr/ellixium-IE1.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieEn.ieCritical { background-image: url(/VcNom-web/javax.faces.resource/images/en/ellixium-IE1.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieDe.ieCritical { background-image: url(/VcNom-web/javax.faces.resource/ellixium-IE1.png.jsf?ln=images/de&ver=4.124.1); }
.ellixium-graphic.ieFr.ieDifficult { background-image: url(/VcNom-web/javax.faces.resource/images/fr/ellixium-IE2.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieEn.ieDifficult { background-image: url(/VcNom-web/javax.faces.resource/images/en/ellixium-IE2.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieDe.ieDifficult { background-image: url(/VcNom-web/javax.faces.resource/ellixium-IE2.png.jsf?ln=images/de&ver=4.124.1); }
.ellixium-graphic.ieFr.ieWarning { background-image: url(/VcNom-web/javax.faces.resource/images/fr/ellixium-IE3.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieEn.ieWarning { background-image: url(/VcNom-web/javax.faces.resource/images/en/ellixium-IE3.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieDe.ieWarning { background-image: url(/VcNom-web/javax.faces.resource/ellixium-IE3.png.jsf?ln=images/de&ver=4.124.1); }
.ellixium-graphic.ieFr.ieGood { background-image: url(/VcNom-web/javax.faces.resource/images/fr/ellixium-IE4.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieEn.ieGood { background-image: url(/VcNom-web/javax.faces.resource/images/en/ellixium-IE4.png.jsf?ver=4.124.1); }
.ellixium-graphic.ieDe.ieGood { background-image: url(/VcNom-web/javax.faces.resource/ellixium-IE4.png.jsf?ln=images/de&ver=4.124.1); }

#content .left .officialDoc {
    width: 970px;
    display: inline-flex;
    font-size: 12px;
}

#content .left .officialDoc .officialDoc-right {
    width: 485px;
    background-color: #e2e6e8;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content .left .officialDoc .officialDoc-left {
    width: 460px;
    margin-right: 12px;
    display: inline-block;
}

#content .left .officialDoc .officialDoc-left-block {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}

#content .left .officialDoc .officialDoc-left-bottom {
    background-color:  #e2e6e8;
    height: 190px;
}

#content .left .officialDoc .officialDoc-multisources-left-bottom {
    background-color:  #e2e6e8;
    height: 280px;
}


#content .left .officialDoc .officialDoc-left-top {
    background-color: #d9f3fd;
    height: 210px;
}

#content .left .officialDoc .titre {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #00aeef;
    padding-left: 20px;
    width: 380px;
    display: inline-block;
}

#content .left .officialDoc .titre-ellikab {
    padding-top: 15px;
    width: 350px;
}

#content .left .officialDoc .logo-ellikab {
    width: 68px;
    height: 43px;
}

#content .left .officialDoc .tableau-carquant-list {
    margin-top: 20px;
}


#content .left .officialDoc .officialDoc-left-top .ellikabNotice {
    font-size: 11px;
}

#content .left .officialDoc .officialDoc-left-titre {
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 20px;
}

#content .officialDoc .td-ellikab {
    padding: 2px 0px;
    width: 60px;
}

#content .officialDoc a.bouton-commander-ellikab_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_commander_ellikab.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-ellikab_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_commander_ellikab.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-ellikab {
    width: 63px;
    height: 17px;
    padding-top: 2px;
    display: block;
}

#content .left .officialDoc .picto-telechargement {
    width: 40px;
    height: 43px;
}

#content .left .officialDoc .tableau-carquant td {
    font-size: 11px;
    padding-bottom: 10px;
}

#content .officialDoc a.bouton-telechargement {
    height: 17px;
    width: 223px;
    padding-top: 20px;
    display: block;
    margin-top: 5px;
}

#content .officialDoc a.bouton-telechargement-depositActs_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_actes_statuts.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-telechargement-balanceSheet_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_comptes_annuels.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-telechargement-depositActs_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_actes_statuts.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-telechargement-balanceSheet_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_comptes_annuels.png.jsf?ver=4.124.1) no-repeat;
}

#content .left .officialDoc .picto-commande {
    width: 37px;
    height: 36px;
}



#content .officialDoc .hideContent {
    display: none;
}


#content .officialDoc a.bouton-commander-w-icon_fr, #content a.bouton-commander-digitDoc_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_commander_w_icon.png.jsf?ver=4.124.1) no-repeat;
}

#content a.bouton-telecharger-digitDoc_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_telecharger_w_icon.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-w-icon_en, #content a.bouton-commander-digitDoc_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_commander_w_icon.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-w-icon_grayed_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_commander_grayed_w_icon.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-w-icon_grayed_en{
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_commander_grayed_w_icon.png.jsf?ver=4.124.1) no-repeat;
}



#content a.bouton-telecharger-digitDoc_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_telecharger_w_icon.png.jsf?ver=4.124.1) no-repeat;
}

#content .officialDoc a.bouton-commander-w-icon, #content a.bouton-commander-digitDoc, #content a.bouton-telecharger-digitDoc {
    height: 12px;
    width:61px;
    display: block;
    float: right;
}


#content .officialDoc a.bouton-retour-fiche-entreprise{
    background:url(/VcNom-web/javax.faces.resource/images/bouton-retour-fiche-entreprise.png.jsf?ver=4.124.1) no-repeat;
    height:31px;
    width:271px;
    padding-left:7px;
    padding-top:8px;
    display:block;
    margin:auto;
    color:#4984c0;
    font-size: 12px;
    text-decoration:none;
    margin-left: 707px;
}

#content .officialDoc a.bouton-retour-fiche-entreprise:hover{
    background:url(/VcNom-web/javax.faces.resource/images/bouton-retour-fiche-entreprise-hover.png.jsf?ver=4.124.1) no-repeat;
    height:31px;
    width:271px;
    padding-left:7px;
    padding-top:8px;
    display:block;
    margin:auto;
    color:#4984c0;
    font-size: 12px;
    text-decoration:none;
    margin-left: 707px;
}

#content .officialDoc .productTitleGreffes {
    margin-top: 15px;
    height: 12px;
}

#content .officialDoc .titre-greffes
{
    padding-left:70px;
}

#content .officialDoc .productRowGreffes
{
    height: 18px;
    margin-bottom: 8px;
}

#content .officialDoc .subproductGreffes {
    padding-left:5px;
    top:0px;
    font-size: 11px;
    display: inline-block;
    width: 400px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomPrivilegesLink_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_commande_privileges.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomPrivilegesLink_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_commande_privileges.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomDefaultsLink_fr_true {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_expertise_paiement_OFF.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomDefaultsLink_en_true {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_expertise_paiement_OFF.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomDefaultsLink_fr_false {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_expertise_paiement_ON.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomDefaultsLink_en_false {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_expertise_paiement_ON.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
}

#content .officialDoc_NH { margin-top: -60px; }
#content .officialDoc_NH_show { margin-top: 0px; }

#content .round-symbol.no-border { border: 0 none transparent; }
#content .round-symbol {
    background-color: #889EA8;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    line-height: 16px;
    display: inline-block;
}

/*****************************************************************/

.repercussion-indicator {
    width: 12px;
    display: inline-block;
    text-align: center;
}


#content .left .rapport-carquant .englobe-tableau .VcNomLegalNotices_fr {
    background: url(/VcNom-web/javax.faces.resource/images/fr/bouton_jal.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
    float: right;
    margin-top: 20px;
}

#content .left .rapport-carquant .englobe-tableau .VcNomLegalNotices_en {
    background: url(/VcNom-web/javax.faces.resource/images/en/bouton_jal.png.jsf?ver=4.124.1) no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 207px;
    height: 46px;
    float: right;
    margin-top: 20px;
}
