@charset "UTF-8";
/**
* Feuille de surcharge du DashBoard
* Sébastien DEGLIAME, 2017
* version 2017-1.3.1
* Projet : Isagri Ingénierie
*/
.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 #4d4d4d !important;
  border-left: 1px solid #4d4d4d !important;
  border-bottom: 1px solid #4d4d4d !important;
  background-color: #fff;
}

.x-panel-body a:link {
  color: #f39201 !important;
  font-family: Ubuntu, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.x-panel-body a:visited {
  color: #f39201 !important;
  text-decoration: none;
}

.x-panel-body a:hover, .x-panel-body a:active {
  color: #feb342 !important;
  text-decoration: underline;
}

.panel-header {
  background-color: #4d4d4d;
}

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

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

.x-tool-toggle {
  color: #888;
  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;
}
