@charset "UTF-8";
/**
* Feuille de surcharge du DashBoard
* Sébastien DEGLIAME, 2017
* version 23/09/2020 13:36:21
* Projet : Isagri Ingénierie
*/
/*!
* Copyright Isagri Ingenierie 2019
* Theme Bootstrap 2019
* @version 1 : 10 / 2019
* @author : SD
* @description : styles du footer
* @projet : Elevage Van Drie (of Sobeval)
*/
.x-panel-body {
  width: inherit !important;
}
.x-panel-body label {
  display: inline;
}

#divContainerToolBar {
  padding: 2em 0 0 0;
  background-color: #fff;
}

.x-portlet {
  margin-top: 25px;
  background-color: transparent !important;
}

.x-panel, .x-panel-header {
  background-color: transparent !important;
  border: none !important;
}

.x-panel-body {
  border-right: 1px solid #C7CBE3 !important;
  border-left: 1px solid #C7CBE3 !important;
  border-bottom: 1px solid #C7CBE3 !important;
  background-color: #fff;
}
.x-panel-body a:link {
  color: #A0A7D1 !important;
  font-family: Raleway, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.x-panel-body a:visited {
  color: #A0A7D1 !important;
  text-decoration: none;
}
.x-panel-body a:hover, .x-panel-body a:active {
  color: #283583 !important;
  text-decoration: underline;
}
.x-panel-body .dxis-itemTextArea.dx-wbv a:hover {
  color: #8f97c9 !important;
}

.panel-header {
  background-color: #EBEDFA;
}

.x-panel-header {
  background-image: none !important;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.11em;
  background-color: #EBEDFA !important;
}

/* Classe du Header des Widgets */
.x-panel-header-text {
  color: #283583 !important;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  font-weight: 900;
  padding: 1.1em 1.5em 1.1em;
  padding-left: 0.5em;
}

.x-tool-toggle {
  color: #283583;
  padding: 2.2em 2em;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}

#moduleMarches {
  background-color: #fff !important;
}
#moduleMarches .nomProd,
#moduleMarches .nomPlace,
#moduleMarches .prix {
  color: #333 !important;
}
#moduleMarches td {
  background-color: #fff !important;
}
#moduleMarches tr:nth-child(even) td {
  background-color: #efefef !important;
}
#moduleMarches #boutonDetailMarches {
  background-color: #777 !important;
  color: #333;
}
#moduleMarches #boutonDetailMarches.hoverGreen:hover {
  background-color: #999 !important;
}

/* couleurs */
.divEIP,
.divEIPWidget {
  /* alignt */
  /* style police */
  /* largeur */
}
.divEIP .dxgvTable_coc,
.divEIPWidget .dxgvTable_coc {
  border-collapse: collapse !important;
}
.divEIP .rouge,
.divEIPWidget .rouge {
  background-color: red;
}
.divEIP .orange,
.divEIPWidget .orange {
  background-color: orange;
}
.divEIP .gris,
.divEIPWidget .gris {
  background-color: #cccccc;
}
.divEIP .vert,
.divEIPWidget .vert {
  background-color: #51c256;
}
.divEIP .noir,
.divEIPWidget .noir {
  background-color: black;
  color: white;
}
.divEIP .textenoir,
.divEIPWidget .textenoir {
  color: black;
}
.divEIP .texterouge,
.divEIPWidget .texterouge {
  color: red;
}
.divEIP .textevert,
.divEIPWidget .textevert {
  color: green;
}
.divEIP .texteorange,
.divEIPWidget .texteorange {
  color: orange;
}
.divEIP .textegris,
.divEIPWidget .textegris {
  color: #cccccc;
}
.divEIP .gauche,
.divEIPWidget .gauche {
  text-align: left;
}
.divEIP .droite,
.divEIPWidget .droite {
  text-align: right;
}
.divEIP .centre,
.divEIPWidget .centre {
  text-align: center;
}
.divEIP .justifie,
.divEIPWidget .justifie {
  text-align: justify;
}
.divEIP .bas,
.divEIPWidget .bas {
  vertical-align: bottom;
}
.divEIP .milieu,
.divEIPWidget .milieu {
  vertical-align: middle;
}
.divEIP .haut,
.divEIPWidget .haut {
  vertical-align: top;
}
.divEIP .gras,
.divEIPWidget .gras {
  font-weight: bold;
}
.divEIP .italique,
.divEIPWidget .italique {
  font-style: italic;
}
.divEIP .large100,
.divEIPWidget .large100 {
  width: 100px;
}
.divEIP .large150,
.divEIPWidget .large150 {
  width: 150px;
}
.divEIP .large200,
.divEIPWidget .large200 {
  width: 200px;
}
.divEIP .large250,
.divEIPWidget .large250 {
  width: 250px;
}
.divEIP .large300,
.divEIPWidget .large300 {
  width: 300px;
}