@charset "UTF-8";

/* TITRES  */

.edocman-container h1 {
  margin-bottom: 14px !important;
}

.da-edocman-box-heading {
  align-items: center;
  background: -webkit-linear-gradient(0deg, transparent 50%, #0f83b2 50%);
  background-size: 700px 90px;
  border-radius: 3px;
  box-shadow: 5px 5px 5px 5px #e5e5e5;
  color: #0f83b2;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 14px;
  margin: 0 3em 1em 0;
  max-width: 300px;
  padding: 1em;
  overflow: hidden;
}

.da-edocman-box-heading:hover {
  background-position: 350px 0;
  color: white;
  transition: 0.6s;
}

a.edocman-category-title-link:hover {
  text-decoration: none;
}

#edocman-category.page-header {
  margin-bottom: 2em;
}

h2.edocman-heading {
  color: #0f83b2;
  font-size: 19px;
  margin-bottom: 2em;
}

#edocman-categories-page h2.edocman-heading {
  margin-bottom: 2em !important;
}

h3.edocman-category-title {
  margin: 0;
}

.edicon.edicon-lock,
.edicon.edicon-folder {
  font-size: 24px;
}

.edicon.edicon-folder {
  margin-right: 1em;
}

/* CATEGORIES INDISPONIBLES HORS CONNEXION */

.da-edocman-box-heading.da-edocman-locked {
  background-color: #0f83b2;
  color: white;
  justify-content: space-between;
}

.da-edocman-box-heading.da-edocman-locked:hover {
  background-color: white;
  background-position: 0px 0;
  color: #0f83b2;
  cursor: not-allowed;
}

/* LISTE DE DOCUMENTS */

.table-document thead th {
  background-color: white !important;
}

.table-document td {
  padding: 0.5em !important;
}

.edocman-document-title-td {
  width: 100%;
  background-color: white !important;
  border: none !important;
}

.da-fileicon {
  margin-right: 1em;
}

.edocman-document-title-td a {
  color: #333 !important;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none !important;
}

.edocman-document-title-td a:hover,
.edocman-document-title-td a:visited {
  color: #333 !important;
  opacity: 0.8 !important;
}