@charset "UTF-8";
/**
* Feuille de surcharge du DashBoard
* Sébastien DEGLIAME, 2017
* version 2017-1.3.1
* Projet : Calipso
*/
/* Structure d'un widget cms v6
//+----------------------------------------------------+  x-panel x-portlet
| +------------------------------------------------+ |  -
| | +--------------------------------------------+ | |  panel-header
| | | +----------------------------------------+ | | |  -
| | | | +------------------------------------+ | | | |  x-panel-header x-panel-icon icon-page
| | | | | +--------------------------+ +---+ | | | | |
| | | | | |   x-panel-header-text    | |   +<-----------------+ x-tool-toggle
| | | | | +--------------------------+ +---+ | | | | |
| | | | +------------------------------------+ | | | |
| | | +----------------------------------------+ | | |
| | +--------------------------------------------+ | |
| +------------------------------------------------+ |
| +------------------------------------------------+ | x-panel-b-wrap-1 x-panel-border
| | +--------------------------------------------+ | | -
| | | +----------------------------------------+ | | | -
| | | | +------------------------------------+ | | | | -
| | | | | +--------------------------------+ | | | | |
| | | | | |          x-panel-body          | | | | | |
| | | | | +--------------------------------+ | | | | |
| | | | +------------------------------------+ | | | |
| | | +----------------------------------------+ | | |
| | +--------------------------------------------+ | |
| +------------------------------------------------+ |
//+----------------------------------------------------+
*/
/*!
* Copyright Isagri Ingenierie 2019
* Theme Bootstrap 2019
* @version 1 : 10 / 2019
* @author : SD
* @description : styles du footer
* @projet : HAUTBOIS
*/
.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 #006536 !important;
  border-left: 1px solid #006536 !important;
  border-bottom: 1px solid #006536 !important;
  background-color: #fff;
}
.x-panel-body a:not(.btn):link {
  color: #F29400 !important;
  font-family: Lato, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.x-panel-body a:not(.btn):visited {
  color: #F29400 !important;
  text-decoration: none;
}
.x-panel-body a:not(.btn):hover, .x-panel-body a:not(.btn):active {
  color: #ffb540 !important;
  text-decoration: underline;
}

.panel-header {
  background-color: #006536;
}

.x-panel-header {
  background-image: none !important;
  padding: 0.05em 0.25em;
  background-color: #006536 !important;
}

/* Classe du Header des Widgets */
.x-panel-header-text {
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  padding-left: 0.5em;
}

.x-tool-toggle {
  color: #FFF;
  padding: 0.5em 1em;
}

#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;
}
/*# sourceMappingURL=DashBoard.css.map */