.nodata{
  padding: 0.2rem;
}

/***/

.dashboard{
  font-family: "Noto Sans", sans-serif;
  box-sizing: border-box;
}
 .dashboard, .dashboard *, .dashboard *:before, .dashboard *:after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dashboard .imgTitle {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
   /*margin: 1rem 0.5rem 0.5rem 1rem;*/
   margin: 1rem 0.5rem 1rem 1rem;
}

.dashboardDocList .imgTitle {
  max-width: 30px;
}


.dashboard .dashboardTitle {
    text-decoration: none;
    font-size: 1.17rem;
    font-weight: bold;
    color: #032b4e;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0.6rem 0.2rem;
}

.dashboard h4.dashboardTitle {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.6rem 0;
}

.dashboard .dashboardSubtitle {
    margin: 1rem 0.5rem 0.5rem;
    color: #063969;
    font-size: 1rem;
}


.dashboard .dashboardTitleExtra{
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.dashboard .dashboardTitle a{
    font-family: "Noto Sans", sans-serif;
    color: #063969;
    text-decoration: none;
}

.dashboardTitleTop {
    margin-top: 0.6rem;
}

.dashboardLink {
    font-weight: 550;
    text-transform: uppercase;
    color: #3B91EB;
    padding: 0.5rem;
    font-size: 0.9rem;
    display: inline-block;
}

.dashboardLink:after, .signWrapper .Center:after, .signHomeWrapper .Center:after, .linkDashnoardIcn:after, .lienExtranet::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: solid #3B91EB;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 0.5rem;
}

.dashboardLink:hover {
  text-decoration: underline;
}


.dashboardLinkEcommande {
  font-weight: bold;
  text-transform: uppercase;
  color: #0076be;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-align: right;
  display: block;
}


.cotationLinkExt{
  border-radius: 4px;
  background: #DDA574;
  padding: 0.5rem 0.7rem;
  display: block;
  color: #fff!important;
  margin: 0.5rem;
  width: calc(100% - 1rem);
}

.cotationLinkExt:after{
  border-color: #fff!important;
}

.dashboardLinkBottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}

.dashboardLink img {
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.dashboardLink.smag, .dashboardLink.smag:after{
  color: #ff671f;
  border-color: #ff671f;
}

.dashboardLink.sencrop, .dashboardLink.sencrop:after{
  color: #69c028;
  border-color: #69c028;
}

.dashboardLink.atekka, .dashboardLink.atekka:after{
  color: #0F0A68;
  border-color: #0F0A68;
}

.lienExtranet::after{
  background: #38895e;
}

.dashboardLink.sencrop:after, .dashboardLink.atekka:after, .dashboardLink.smag:after {
    padding: 2px;
    margin-left: 0.3rem;
}

.outilDashboardWrapper .sfContentBlock {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


/* entete */


.dashboard .widgetBienvenueWrapper {
    text-align: center;
    margin: 1rem auto;
    color: #063969;
    background: transparent;
    padding: 0;
    text-align: right;
}

.dashboard .widgetBienvenueWrapper h3{
	margin: 0;
  display: inline-block;
  text-transform: uppercase;
	text-shadow: none;
  font-size: 1.1rem;
}

.dashboard .widgetBienvenueWrapper h4{
	margin: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 0.9rem;
	text-shadow: none;
  color: #063969;

}

.widgetBienvenueWrapper .infoEnTantQue {
  padding: 0 0.3rem;
  font-weight: bold;
}

.widgetBienvenueWrapper .wrapperEnTantQue p{
  display: inline-block;
}



.bannerDashboard img {
    max-width: 100%;
    margin: 1rem auto;
    display: block;
}


.bannerDashboardPage{
  margin-bottom: 1rem;
}


.bannerDashboardMobile img{
  display: none;
}

.sfPageEditor .bannerDashboardMobile img{
  display: block;
}

/**/

.dashboardColLeft {
    margin: 1rem 0;
}

.dashboardColWrapper, .dashboardCardWrapper, .dashboardColSimpleWrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.dashboardCol, .dashboardCardFlex, .dashboardColSimple {
    display: -webkit-box;
    display: flex;
    margin: 1rem 0;
    justify-content: center;
}

.dashboardCol > .sf_colsIn, .dashboardCardFlex > .sf_colsIn{
    background: #ffffff;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.dashboardColSimple > .sf_colsIn{
  -webkit-box-flex: 1;
  flex: 1;
}

.dashboardColHome > .sf_colsIn{
  padding-bottom: 3rem;
  position: relative;
}

.dashboardCard > .sf_colsOut > .sf_colsIn{
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.dashboardCard, .dashboardCardFlex{
    margin-bottom: 1rem;
}

/***/

.dashboardBtm{
  background: #EFF0F5;
  border-top: 3px solid #CACDDB;
  padding: 1rem;
  margin-top: 2rem;
}

/* produit promos et commandes */

.dashboard .listProduct li, .itemCard, .dashboard .listProductWrapper {
    width: 100%;
    margin: 0;
    list-style: none;
}

.dashboard .listProduct li {
    text-align: right;
}

.dashboard .imgListProduct {
    display: inline-block!important;
    padding: 0.5rem;
    max-width: 60px;
    vertical-align: middle;
}

.dashboard .listProduct .itemProduct .titleCard {
    width: calc(100% - 80px);
    vertical-align: middle;
}

.dashboard .catListProduct {
    display: none;
}

.dashboard .btnCardWrapper {
    display: inline-block;
    margin: 0.5rem;
}

.dashboard  .lblProduit {
    color: #6B9439;
    word-break: break-all;
}

.dashboard .btnCardWrapper .RadInput {
    max-width: 7rem;
}

.dashboard .priceListProduct {
    vertical-align: middle;
}

.dashboard  .listCard{
  margin: 0;
}

/* recherche */

.dashboard .wrapperRecherche {
  background: transparent;
  border: none;
  margin: 0.5rem;
}

.dashboard .searchBarShopLabel, .dashboard .wrapperRecherche input.btnQRCodeInput, .dashboard .cbOnlyProductAlreadyOrdered  {
  display: none;
}

.dashboard .sbRechercheProduit, .dashboard .searchBarShop {
  width: 100%;
}

.wrapperListeProduit .modal {
  text-align: center;
}

/* bloc signature et solde expl*/

.signWrapper {
    background: #48A4FC;
    border-radius: 4px;
    color: #fff;
    margin: 0.5rem;
}

.signWrapper .TopLeft, .signWrapper .Center {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    padding: 0.6rem;
    font-size: 1.1rem;
}


.signWrapper  .Center {
  text-align: right;
  padding: 0.4rem 0;
  padding-right: 1rem;
  font-size: 1.8rem;
  margin: 0;
}


.signWrapper p, .signWrapper h4{
  color: #fff;
  font-weight: bold;
}

.signWrapper .Center:after{
    border-color: white;
    padding: 3px;
}


/***/

.signWrapperApproHome {
  margin: 0.5rem 1rem;
  background: #EFF4FC;
  background: transparent;
}

.signWrapperApproHome p,
.signWrapperApproHome h4,
.signWrapperApproHome .Center:after {
  color: #3f3f3f;
  border-color: #3f3f3f;
}

.signWrapperApproHome p.TopLeft {
  font-weight: 600;
  width: calc(100% - 55px);
}

.signWrapperApproHome .Center {
  width: 50px;
}

/*.signWrapper .TopLeft::before  {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/solde-expl.png);
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}*/

/* lien bloc */

.linkDashnoardIcn {
  border-radius: 4px;
  display: inline-block;
  color: #032B4F;
  border: 1px solid #cdcdcd;
  width: 100%;
  margin: 0.5rem 0;
  padding-right: 1rem;
  transition: border-color 0.5s;
  position: relative;
  transition: 0.2s;
}

.linkDashnoardIcn img {
  max-width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem;
  transition: 0.2s;
}

.linkDashnoardIcn:after {
  border-color: #032B4F;
  float: right;
  margin-top: 1.1rem;
}

.linkDashnoardIcn:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  border-color: #b3b3b3;
  border-color: #005521;
  color: #005521;
}
  
.linkDashnoardIcn:hover img {
    transform: scale(1.2);
}

.dashboardColSimple .sfContentBlock:first-of-type .linkDashnoardIcn {
  margin-top: 0;
}

.dashboardColSimple .sfContentBlock:last-of-type .linkDashnoardIcn {
  margin-bottom: 0;
}

.linkDashnoardIcnTop{
  width: auto;
}

/**/

.linkDocSolo {
  background: #efd6c0;
  border-radius: 4px;
  margin: 1rem 0;
  padding: 0.7rem 0.7rem;
  background: #f9eadd;
  border: 1px solid #eadcd0;
}

.linkDocSolo a {
  padding: 0px 0 3px 25px;
}

.linkDocSolo:hover {
  color: #ae7f57;
}

/**/

.linkDocSoloList {
  border-radius: 4px;
  margin: 0 0 1rem;
  background: #f9eadd;
  border: 1px solid #eadcd0;
  padding: 0.4rem 0;
}


.linkDocSoloList .docTitle, .linkDocSoloList .docTitle a {
  color: #3B5790;
}

.linkDocSoloList .docTitle a:hover {
  color: #ae7f57;
}

.linkDocSoloList  li:nth-of-type(even) {
  background-color: #fff8f3;
}


.linkDocSoloList a.dashboardLink {
  font-size: 0.7rem;
  text-align: right;
  display: block;
  color: #DEA574;
}

.linkDocSoloList a.dashboardLink:after {
  border-color: #DEA574;
}

/**/

.linkDocFlashPlus, .linkDocFlashTxt {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.linkDocFlashPlus, .linkDocFlashTxt {
  width: 65px!important;
}

.linkDocFlashTxt {
  width: calc(100% - 70px)!important;
}


/** grille **/

.gridDashboard {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 0 0.7rem 0.7rem;
}


.gridDashboard tr:first-of-type{
  position: sticky;
    top: 0;
    z-index: 1;
}

.gridDashboard::-webkit-scrollbar-track, .eventListSimpleScroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.gridDashboard::-webkit-scrollbar, .eventListSimpleScroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.gridDashboard::-webkit-scrollbar-thumb, .eventListSimpleScroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a3a3a3;
}


.gridDashboard table{
	width: 100%;
	border: none;
}

.gridDashboard th, .gridDashboard tr, .gridDashboard td {
	font-size: 0.7rem;
  padding: 0.4rem;
  border: none;
	text-align: left;
}

.gridDashboard th{
	color: #48A4FC;
	font-size: 0.8rem;
  background: #efeff3;
}

.gridDashboard td:first-of-type{
	font-size: 0.8rem;
}

.gridDashboard tr{
  border-bottom: 1px solid #cdcdcd;
}

.gridDashboard tr:nth-child(odd){
  background-color: #efeff3;
}

.gridDashboard tr:last-child{
  border-bottom: none;
}

.gridDashboard .lnkTitle {
    color: #48A4FC;
    text-decoration: none;
}

.gridDashboardLong {
  max-height: 250px;
}


/**/

.gridDashboardSolo {
  max-height: none;
}

.gridDashboardSolo th {
  color: #fff;
  /* background: #eaf5d7; */
  background: #005521;
  /* background: #b8be73; */
}

.gridDashboardSolo tr:nth-child(odd) {
  background: #F5F6F3;
}

.gridDashboardSolo .lnkTitle{
  color: #005521;
}

.gridDashboardSolo .lnkTitle:hover {
  text-decoration: underline;
}


.gridDashboardSolo td, .gridDashboardSolo th {
  font-size: 16px;
  line-height: 34px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.gridDashboardSolo td {
  font-weight: 100;
}

/***** tableau de bord accueil ****/

.dashboard h2 {
    font-size: 1rem;
}

.dashboard .cultureCotCarousel .item {
    color: #3f3e3e;
}

.dashboard .cultureCotCarousel .current .item {
    color: #B07B4C;
}

.dashboard .cultureCotCarousel .current .btmLine {
    background: #B07B4C;
}

.dashboard .cultureCotCarousel .current .btmLine:after {
    border-top-color: #B07B4C;
}

.dashboard .priceCotWrapper {
    color: #675b50;
}

/* sprite */

.dashboard .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-ble-dashboard.png);
  background-position: 100% 0%;
}

.dashboard .cultureCotCarousel .current .icnCulture{
  background-position: 50% 0%;
}

.dashboard  .cultureCotCarousel .MAIS .icnCulture, .dashboard .cultureCotCarousel .EMA .icnCulture{
	background-image: url(../Images/Cotation/sprite/icn-mais-dashboard.png);
}

.dashboard .cultureCotCarousel .current .MAIS .icnCulture, .dashboard .cultureCotCarousel .current .EMA .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .COLZA .icnCulture, .dashboard .cultureCotCarousel .ECO .icnCulture{
	background-image: url(../Images/Cotation/sprite/icn-colza-dashboard.png);
}

.dashboard .cultureCotCarousel .current .COLZA .icnCulture, .dashboard .cultureCotCarousel .current .ECO .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .ORGE .icnCulture, .dashboard .cultureCotCarousel .ORGEFOURRAGERE .icnCulture, .dashboard .cultureCotCarousel .ORGEBRASSERIEHIVER .icnCulture, .dashboard .cultureCotCarousel .ORGEORGEBRASSERIEPRINTEMPS .icnCulture, .dashboard .cultureCotCarousel .TRITICALE .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-orge-dashboard.png);
}

.dashboard .cultureCotCarousel .current .ORGE .icnCulture, .dashboard .cultureCotCarousel .current .ORGEFOURRAGERE .icnCulture, .dashboard .cultureCotCarousel .current .ORGEBRASSERIEHIVER .icnCulture, .dashboard .cultureCotCarousel .current .ORGEORGEBRASSERIEPRINTEMPS .icnCulture, .dashboard .cultureCotCarousel .current .TRITICALE .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .TRITICALE .icnCulture {
  background-image: url(../Images/Cotation/sprite/icn-triticale-dashboard.png);
}

.dashboard .cultureCotCarousel .current .TRITICALE .icnCulture {
  background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .TOURNESOL .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-tournesol-dashboard.png);
}

.dashboard .cultureCotCarousel .current .TOURNESOL .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .POIS .icnCulture, .dashboard .cultureCotCarousel .FEVEROLLES .icnCulture, .dashboard .cultureCotCarousel .POISJAUNE .icnCulture, .dashboard .cultureCotCarousel .POISFOURRAGER .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-pois-dashboard.png);
}

.dashboard .cultureCotCarousel .current .POIS .icnCulture, .dashboard .cultureCotCarousel .current .FEVEROLLES .icnCulture, .dashboard .cultureCotCarousel .current .POISJAUNE .icnCulture, .dashboard .cultureCotCarousel .current .POISFOURRAGER .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .AVOINE .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-avoine-dashboard.png);
}

.dashboard .cultureCotCarousel .current .AVOINE .icnCulture{
	background-position: 50% 0%;
}

.dashboard .cultureCotCarousel .SORGHO .icnCulture{
  background-image: url(../Images/Cotation/sprite/icn-sorgho-dashboard.png);
}

.dashboard .cultureCotCarousel .current .SORGHO.icnCulture{
	background-position: 50% 0%;
}

p.PasDeCotations {
    padding: 0.2rem 0.5rem;
}

/*  cotations */

/* .dashboard .itemNameWrapper {
    display: inline-block;
}

.dashboard .itemTitle .icnCulture {
    display: inline-block;
} */

.dashboard .btnBuyCot {
    border: 1px solid #DDA574;
    background-color: #DDA574;
}

.dashboard .btnAlertCot {
    border: 1px solid #B07B4C;
    background-color: #B07B4C;
}

/** fleche **/

/**/

.dashboard .owl-nav{
  opacity: 0;
  -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.dashboard .dashboardCol:hover .owl-nav, .dashboard .widgetTileWrapper:hover .owl-nav{
    opacity: 1;
}

.dashboard .owl-prev, .dashboard .owl-next{
	position: absolute;

  background-color: #a8a3a3!important;
  width: 32px;
  height: 32px;
  margin: 0;
	border-radius: 50%!important;
	z-index: 10;
	top: 50%;
	-webkit-transform: translate(0px, -45%);
	transform: translate(0px, -45%);
	outline: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.dashboard .owl-prev:hover, .dashboard .owl-next:hover, .dashboard .owl-prev:focus, .dashboard .owl-next:focus, .dashboard .owl-prev:active, .dashboard .owl-next:active{
  background-color: #a8a3a3!important;
}


.dashboard  .owl-prev span, .dashboard  .owl-next span {
	display: block;
	width: 12px;
	height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
	-webkit-transform: translate(70%, 0%) rotate(45deg);
	transform: translate(70%, 0%) rotate(45deg);
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
  font-size: 0;
}

.dashboard  .owl-next{
	right: 0;
}

.dashboard  .owl-prev{
	left: 0;
}

.dashboard  .owl-prev.disabled, .dashboard  .owl-next.disabled{
  opacity: 0;
}

.dashboard  .owl-prev span{
	-webkit-transform: translate(100%, 0%) rotate(-135deg);
	transform: translate(100%, 0%) rotate(-135deg);
}


/* actus */

.newsDashboard .newsVignetteOwl{
  height: 150px;
  overflow: hidden;
  position: relative;
}

.newsDashboard  .newsTitleOwl a {
  display: block;
  font-size: 1rem;
  text-transform: none;
  line-height: 1rem;
}

.newsDashboard  .newsTitleOwl {
    position: relative;
    background: #fff;
    padding: 0.5rem;
    text-align: center;
    margin: 0;
}

.newsDashboard  .newsVignetteOwl img  {
    display: block;
    width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* actu resume */

.newsDashboardResume .newsVignetteOwl, .newsDashboardResume .eventContentNews{
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.newsDashboardResume .eventContentNews{
  padding: 0.5rem;
}

.newsDashboardResume .newsTitleOwl{
  text-align: left;
  padding: 0.5rem 0;
}

.newsDashboardResume .newsItemOwl{
  padding-bottom: 1.3rem;
}

/* meteo */

.dashboardCardMeteo .meteoSimpleWrapper {
    margin: 1rem;
}

.dashboardCardMeteo .divMeteoContent table tr:first-child{
  border-bottom: none;
}

.dashboardCardFlex.dashboardCardMeteo .dashboardLink{
  color: #ffb033;
}
.dashboardCardFlex.dashboardCardMeteo .dashboardLink::after{
  border-color: #ffb033;
}

/* liste */

.dashboardCardLien ul {
    padding: 0;
    list-style: none!important;
    margin-top: 1rem;
}

.dashboardCardLien li {
	padding: 0 0.5rem;
}

.dashboardCardLien li:nth-of-type(even) {
	background: #EDF2F7;
}

.dashboardCardLien li:before {
    content: " \279C";
    margin-right: 0.5rem;
}

.dashboardCardLien a, .dashboardCardLien li{
	text-decoration: none;
	color: #426aac;
}

.dashboardCardLien a{
  padding: 0.5rem 0;
  display: inline-block;
}

.dashboardCardLien a:hover{
	color: #a6c968;
}


/* activite */

.signHomeWrapper{
  text-align: center;
}

.signHomeWrapper{
  text-align: center;
}

.signHomeWrapper  .Center, .widgetTileWrapper .BottomLeft {
    color: #3f3f3f;
    margin: 0;
    padding: 0 0.5rem 0.5rem;
}

.signHomeWrapper .Center{
  font-size: 2rem;
  margin: 0.5rem 0.5rem 0;
  padding: 0;
}

.signHomeWrapper .Center::before, .signWrapperApproHome .TopLeft::before{
  content: "";
  display: inline-block;
  vertical-align: text-top;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/cere-noir.png);
  width: 30px;
  height: 30px;
  margin: 0rem 1rem 0.4rem 0;
}

.signHomeApproWrapper .Center{
  border-left: 1px solid #cdcdcd;
}

.signHomeApproWrapper .Center::before, .signWrapperApproHome .TopLeft::before{
  background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/appro-noir.png);
}


.soldeHome{
    background: #EFF4FC;
    border: 1px solid #EFF0F2;
    margin: 1rem;
}

.soldeHome .TopLeft{
  text-transform: uppercase;
  color: #173966;
  width: 45%;
  padding: 0.5rem;
}

.soldeHome .Center{
  color: #3B91EB;
  padding: 0.5rem 0.5rem 0.5rem 0.3rem;
  width: 53%;
}

.soldeHome .TopLeft::before {
  content: "\20AC";
  background-image: none;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  text-align: center;
  vertical-align: bottom;

}

.soldeHome .Center:after, .signHomeWrapper .Center:after{
  border-color: #173966;
}


.certifAlertWrapper .divItems{
	margin: 0 1rem 0.5rem;
  background: #FFEFEF;
  border-radius: 4px;
  border: 1px solid #dbcdcc;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}

.certifAlertWrapper h4, .certifAlertWrapper td {
    font-weight: normal;
    font-size: 0.9rem;
}

.certifAlertWrapper .Center::before, .certifAlertWrapper td::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/certif.png);
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

.certifAlertWrapper th{
    display: none;
}

.certifAlertWrapper td, .certifAlertWrapper table{
    border: none;
}

.certifAlertWrapper td {
    border-bottom: 1px solid #dbcdcc;
    padding: 0.5rem;
}

.certifAlertWrapper tr:last-of-type td {
    border-bottom: none;
}

.certifAlertWrapper .divItems.nodata{
	margin: 0;
  background: transparent;
  border: none;
  display: none;
}

/***** tableau de bord cere *******/

.dashboardColHomeCere > .sf_colsIn, .dashboardBtmCere{
  background: #FFFDF7;
}

.dashboardBtmCere{
  border-top: 3px solid #DDA574;
}

.livraisonBloc{
  background: #F4F0E4;
}

.dashboardCere .dashboardLink, .dashboardColHomeCere .dashboardLink{
  color: #DDA574;
}

.dashboardCere .dashboardLink:after, .dashboardColHomeCere .dashboardLink:after{
    border-color: #DDA574;
}

.dashboardCere .signWrapper {
    background: #DDA574;
}

.dashboardCere  .signWrapper .TopLeft::before {
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/signature-cere.png);
}


.gridCere th{
	color: #DDA574;
  background: #FCF0E5;
}

.gridCere tr:nth-child(odd){
  background-color: #FDF9F5;
}

.gridCere .lnkTitle {
    color: #DDA574;
}

/**/

.resteDepotWrapper {
  text-align: center;
}

.resteDepotWrapper .divItem {
    border-right: 1px solid #cdcdcd;
}

.resteDepotWrapper .Center{
      padding: 0;
      margin: 0.5rem 0.5rem 0;
}
.resteDepotWrapper .BottomLeft{
    padding: 0;
    margin: 0 0.5rem 0.5rem;
}

.resteDepotWrapper .Center::before, .livraisonCereWrapper .TopRight::before{
    content: '';
    width: 20px;
    margin: 0 auto 0.3rem;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-image: url(../Images/Cotation/sprite/icn-ble-dashboard.png);
    background-position: 100% 0%;
    background-size: 300%;
}

.resteDepotWrapper .MAIS::before, .livraisonCereWrapper .MAIS::before{
    background-image: url(../Images/Cotation/sprite/icn-mais-dashboard.png);
}

.resteDepotWrapper .COLZA::before, .livraisonCereWrapper .COLZA::before{
    background-image: url(../Images/Cotation/sprite/icn-colza-dashboard.png);
}

.resteDepotWrapper .ORGE::before, .livraisonCereWrapper .ORGE::before{
    background-image: url(../Images/Cotation/sprite/icn-orge-dashboard.png);
}

.resteDepotWrapper .TOURNESOL::before, .livraisonCereWrapper .TOURNESOL::before{
    background-image: url(../Images/Cotation/sprite/icn-tournesol-dashboard.png);
}

.resteDepotWrapper .PERSIL::before, .livraisonCereWrapper .PERSIL::before{
    background-image: url(../Images/Cotation/sprite/icn-persil-dashboard.png);
}

.resteDepotWrapper .TRITICALE::before, .livraisonCereWrapper .TRITICALE::before{
    background-image: url(../Images/Cotation/sprite/icn-tritical-dashboard.png);
}

.resteDepotWrapper .AVOINE::before, .livraisonCereWrapper .AVOINE::before{
    background-image: url(../Images/Cotation/sprite/icn-persil-dashboard.png);
}

.resteDepotWrapper .SORGHO::before, .livraisonCereWrapper .SORGHO::before{
    background-image: url(../Images/Cotation/sprite/icn-sorgho-dashboard.png);
}



/**/

.livraisonCereWrapper .divItem {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.livraisonCereWrapper .TopRight{
  padding-bottom: 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.livraisonCereWrapper .Center {
    font-weight: normal;
    font-size: 0.9rem;
    padding-bottom: 0;
}

.livraisonCereWrapper .BottomLeft {
    font-size: 0.7rem;
    font-style: italic;
}

.livraisonCereWrapper .BottomRight {
    font-weight: bold;
    padding-top: 0.3rem;
}

.livraisonCereWrapper  .BottomRight::before {
    content: "Qté Livré (norme): "
}

.livraisonCereWrapper .BottomRight::after {
    content: "T"
}


/***** tableau de bord appro *******/

.dashboardColHomeAppro > .sf_colsIn, .dashboardBtmAppro, .panierDashboard > .sf_colsOut > .sf_colsIn{
  background: #F4F6F1;
}

.dashboardBtmAppro{
  border-top: 3px solid #6B9439;
}

.dashboardAppro .dashboardLink, .dashboardColHomeAppro .dashboardLink{
  color: #6B9439;
}

.dashboardAppro .dashboardLink:after, .dashboardColHomeAppro .dashboardLink:after{
    border-color: #6B9439;
}

.dashboardAppro .signWrapper {
    background: #6B9439;
}

/*.dashboardAppro .signWrapper .TopLeft::before  {
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/signature-appro.png);
}*/


.gridAppro th{
	color: #6B9439;
  background: #EAEDE7;
}

.gridAppro tr:nth-child(odd){
  background-color: #E8E8E8;
}


.gridAppro .lnkTitle {
    color: #8ba561;
}

.panierDashboard .itemPreview {
    width: 100%;
}

.panierDashboard .btnPanier{
  display: none;
}

.panierDashboard {
    margin-top: 1rem;
}

.panierDashboard  .btnPreviewWrapper {
    text-align: center;
}

.panierDashboard .titlePreview{
  color: #8ba561;
}

/**/

.dashboardAppro .wrapperRecherche {
    background: transparent;
    border: none;
    margin: 0.5rem;
}

.dashboardAppro .searchBarShopLabel, .dashboardAppro .wrapperRecherche input.btnQRCodeInput, .dashboardAppro .cbOnlyProductAlreadyOrdered  {
    display: none;
}

.dashboardAppro .sbRechercheProduit, .dashboardAppro .searchBarShop {
    width: 100%;
}

.wrapperListeProduit .modal {
    text-align: center;
}

/**/

.dashboardAppro .linkDashnoardIcn, .linkDashnoardIcnFDS {
  background: #f4f6f1;
  color: #85a158;
}

.dashboardAppro .linkDashnoardIcn:after, .linkDashnoardIcnFDS:after{
  border-color: #85a158;
}


/***** tableau de bord exploitation *******/

.dashboardColHomeExpl > .sf_colsIn, .dashboardBtmExpl{
  background: #F7FAFE;
}

.dashboardBtmExpl{

  border-top: 3px solid #48A4FC;
}

.dashboardCardLienExpl a, .dashboardCardLienExpl li{
  color: #5C91CE;
}

.dashboardCardLien a:hover{
    color: #193b62;
}

.dashboardCardLienExpl li:nth-of-type(even) {
    background: #EBF1F5;
}


.tcWrapper .Center{
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-right: 1px solid #cdcdcd;
  margin: 0;
}

.tcWrapper .BottomLeft, .tcWrapper .BottomRight {
    padding: 0 1rem 0;
    font-size: 0.9rem;
    word-break: break-word;
    border-right: 1px solid #cdcdcd;
}

.tcWrapper .BottomRight {
    font-style: italic;
    margin-bottom: 1rem;
}


.tcWrapper .TopRight{
    text-align:  center;
    padding: 0.5rem 0.5rem 0;
}



.tcWrapper .TopRight::before{
    content: '';
    width: 20px;
    margin: 0 auto 0.3rem;
    height: 20px;
    display: inline-block;
    vertical-align:
    middle;
    margin-right: 0.5rem;
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/appro-noir.png);
    background-size: contain;
}

.tcWrapper .TopRight.CEREALE::before{
    background-image: url(/images/charpentier2025libraries/logo-icone/icn-extranet/cere-noir.png);
    }


/**** TABLEAU DE BORD TC ***/

.widgetBienvenueWrapper h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
    text-shadow: none;
}

.widgetBienvenueWrapper h2:before, .widgetBienvenueWrapper h2:after {
    display: none;
}


.linkHomeAgris .imgTitle {
    margin: 0;
}

.linkHomeAgris .dashboardTitle {
    color: #254a97;
    text-decoration: underline;
}

.dashboardTC .dashboardCardLien a, .dashboardTC .dashboardCardLien li, .dashboardTC .dashboardLink{
	color: #254a97;
}


.dashboardTC .dashboardLink:after{
  	border-color: #254a97;
}

.dashboardTC .dashboardCardLien li:nth-of-type(even), .eventListSimple li:nth-of-type(even), .dashboardDocList li:nth-of-type(even), .tableListPaniers tr:nth-child(odd){
    background-color: #EDF2F7;
}

.dashboardTC .dashboardCardLien li:not(:last-of-type), .eventListSimple li:not(:last-of-type), .dashboardDocList li:not(:last-of-type), .tableListPaniers tr:not(:last-of-type){
  border-bottom: 1px solid #dcdcdc;
}


/**** accueil administratif clef ****/

.dashboardAdminClef .dashboardDocList .sfdownloadList.sfListMode{
  background: #ffffff;
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin-top: 1rem;
}

.dashboardAdminClef .dashboardDocList li:nth-of-type(even), .tableListPaniers tr:nth-child(odd) {
  background-color: #f3f5f0;
}

/* evenement carousel */

.newsDashboard .newsEventTitleDashboard a{
  margin-bottom: 0;
}

.eventInfoList{
  text-align: center;
  margin-bottom: 0.5rem;
}

/* evenement list */

.eventListSimple {
    list-style: none;
    padding: 0;
}

.eventListSimple li {
      padding: 0.5rem;
}

.eventListSimple li a {
      color: #254a97;
      text-decoration: none;
}

.eventListSimpleTitle {
    display: inline-block;
    width: 65%;
    font-size: 1rem;
    vertical-align: middle;
    margin: 0;
}

.eventListSimpleDate {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.eventListSimpleScroll {
    max-height: 150px;
    overflow-y: auto;
    margin: 1rem 0 0;
}

.dashboardCardEvent .pagerEvent {
    text-align: center;
}

.dashboardCardEvent  .pagerEvent a {
    text-decoration: none;
    color: #7e7e7e;
}

.dashboardCardEvent a.sf_PagerCurrent{
  color: #254a97;
}

/**/

.dashboardDocList li{
  color: #254a97;
  list-style: none;
  padding: 0.5rem 0.5rem 0 1rem;
}

.dashboardDocList a {
    text-decoration: none;
    color: #254a97;
}

.dashboardDocList .sfSmallIcns .docTitle {
    padding: 0;
}

.dashboardDocList .docList{
  padding: 0;
}

.eventInfoList a {
    text-decoration: none;
    color: #032b4d;
}

/**/

.tableListPaniers tr:first-of-type {
    display: none;
}

.tableListPaniers .nom {
    color: #254a97;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
}

.nbreArticle:after {
    content: ' articles';
}

.tableListPaniers td {
    font-size: 0.8rem;
    padding: 0.4rem;
}

.tableListPaniers {
    width: 100%;
    margin: 1rem 0;
}

.tableListPaniers .nom a {
  color: #254a97;
  text-decoration: none;
}

/* dashboard accueil tc negoce */

/***** partie tecnique ****/

.dashboardTechnique  {

}

.dashboardTechnique .linkDashnoardIcn:after {
  border-color: #DEA574;
}

.dashboardTechnique .dashboardDocList li:nth-of-type(even) {
  background-color: #FDF9F5;
}

.dashboardTechnique .linkDashnoardIcn:hover{
  border-color: #DEA574;
  color: #DEA574;
}


/***** partie produit ***/


.dashboardProduit .linkDashnoardIcn img {
  display: block;
  margin: 0.5rem auto;
  max-width: 35px;
}

.dashboardProduit .linkDashnoardIcn {
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
}

.dashboardProduit .linkDashnoardIcn:after {
  display: none;
}

.dashboardProduit .linkDashnoardIcn:hover img {
  transform: scale(1.3);
}

/*** partie reglementaire ***/

.dashboardReglementaire .linkDashnoardIcn:after {
  border-color: #6830ab;
}

.dashboardReglementaire .dashboardDocList li:nth-of-type(even) {
  background-color: #F9F5FF;
}

.dashboardReglementaire .linkDashnoardIcn:hover{
  border-color:  #6830ab;
  color:  #6830ab;
}


/***** tableau de bord patron negoce ****/


.dashboardNegoce .dashboardDocList li:nth-of-type(even) {
  background-color: #EDF2F7;
}


.dashboardExpl .dashboardLink{
  color: #3B91EB;
}

.dashboardExpl .dashboardLink:after{
  border-color:#3B91EB;
}

.dashboardNegoce .soldeExpl, .dashboardCompta .soldeExpl{
  background: transparent;
  text-align: right;
}

.dashboardNegoce .soldeExpl{
  margin-bottom: 2rem;
}

.dashboardNegoce .signWrapper p, .dashboardNegoce .signWrapper h4,
.dashboardCompta .signWrapper p, .dashboardCompta .signWrapper h4{
  color: #032b4e;
  width: auto;
  font-size: 1.3rem;
}

.portailEcommandeAccueil .dashboardColPortailEcommande h4 {
  font-size: 1.05rem;
}


/***** tableau de bord compta ****/


.dashboardCompta .signWrapper p, .dashboardCompta .signWrapper h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}


.dashboardComptaFact .dashboardLink{
  color: #DDA574;
}

.dashboardComptaFact .dashboardLink:after{
  border-color: #DDA574;
}

/*** tableau technique ****/


.dashboardTechnique .dashboardLink, .dashboardTechnique .docTitle a:hover {
  color: #DEA574;
}

.dashboardTechnique .dashboardLink:after {
  border-color: #DEA574;
}

/*** tableau reglementaire  **/

.dashboardReglementaire .dashboardLink, .dashboardReglementaire .docTitle a:hover {
  color: #5C21A5;
}

.dashboardReglementaire .dashboardLink:after {
  border-color: #5C21A5;
}
