/*
  NET_AUTEUR  : Alex Giorgi
  NET_MODULE  : E27 Offres
  NET_VERSION : 3.00
  NET_DATE    : 2019-11-28
*/

/**
  This file is used to apply basic styles to module E27.
  Place the project's custom styles in E27_[project]_offredisp.css
 */

.e27-list {
  font-size: 0.75em;
}

.e27-list th,
.e27-list td {
  padding: 0.25em;
}

.e27-list th {
	color: #fff;
	font-weight: 400;
}

.e27-list td {
  color: #000;
}

.bg-light {
  background-color: #f2f6fd;
}

.bg-medium {
  background-color: #d7e4f9;
}

.bg-dark {
  background-color: #3473df;
}

.red {
  color: #f00;
}

.bold {
  font-weight: 700;
}

.fichetitreppal {
  background-color: #ffffff;
  color: #1e54a1;
}

.fichetitreppal td {
  font-weight: bold;
}

.ficheintitule {
  font-weight: bold;
  letter-spacing: 1px;
}

.fichetitre {
  background-color: #ffffff;
  color: #1e54a1;
}

TD.ficheseparateur {
  background-color: #8484ff;
}

TD.ficheclair {
  background-color: #f6fef6;
  font-size:0.9em;
}

TD.fichefonce {
  background-color: #c0c0ff;
}

TD.imprimer {
  font-size: 10px;
  vertical-align: middle;
}