/**
 * @file
 * Styles for Bartik's tables.
 */

table {
/*
  width: 94%;
  margin: 3%;
*/
  border-spacing: 0;
  border: 0;
  font-size: 0.857em;
}
.path-user table {
    width: 100%;
/*     margin: 6vh; */
}
table table {
  font-size: 1em;
}
tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
thead > tr {
  border-bottom: 1px solid #000;
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
table tr th {
  border-bottom-style: none;
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
/*   font-family: 'Open Sans', sans-serif; */
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  text-align: left; /* LTR */
  border: 1px solid #fff;
}
.tabledrag-handle:hover,
.tabledrag-handle {
  border: none;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}

a.tabledrag-handle .handle {
	width: auto;
	height: auto;
	padding: 0.42em 0.6em;
}

.path-projets-recherche tr td:first-child a {
    font-weight: 700;
    font-size: 1em;
}

tbody tr {
	background: none;
}
tbody tr:nth-child(2n) {
	background: rgba(112,45,97,.15);
}
tbody tr:hover {
	background: rgba(0,0,0,.063) !important;
}
tbody tr td {
	border-color: #ddd;
}


table.sticky-header thead {
	top: calc(var(--drupal-displace-offset-top, 0px) + 100px);
}
/* annuaire chercheurs */
.annu-chercheurs table.cols-5 .views-field-field-nom { width: 13%; }
.annu-chercheurs table.cols-5 .views-field-field-unite-de-recherche-service { width: 15%; }
.annu-chercheurs table.cols-5 .views-field-field-thematiques { width: 50%; }
.annu-chercheurs table.cols-5 .views-field-field-disciplines { width: 13%; }
.annu-chercheurs table.cols-5 .views-field-field-region { width: 9%; }
/* annuaire projets */
.annu-projets table.cols-5 .views-field-title { width: 20%; }
.annu-projets table.cols-5 .views-field-field-responsable-projet,
.annu-projets table.cols-5 .views-field-field-disciplines { width: 15%; }
.annu-projets table.cols-5 .views-field-field-sujets-recherche,
.annu-projets table.cols-5 .views-field-field-mots-cles { width: 25%; }

.view-profiles table.cols-5 th:nth-child(1) { width: 14%; }
.view-profiles table.cols-5 th:nth-child(2) { width: 25%; }
.view-profiles table.cols-5 th:nth-child(3) { width: 25%; }
.view-profiles table.cols-5 th:nth-child(4) { width: 23%; }
.view-profiles table.cols-5 th:nth-child(5) {	width: 13%; }

.view-projets table.cols-5 th:nth-child(1) { width: 25%; }
.view-projets table.cols-5 th:nth-child(2) { width: 14%; }
.view-projets table.cols-5 th:nth-child(3) { width: 20%; }
.view-projets table.cols-5 th:nth-child(4) { width: 21%; }
.view-projets table.cols-5 th:nth-child(5) {	width: 20%; }