.table-logs td,
.table-logs td .form-control,
.table-logs td .form-control,
.table-logs td .form-inline button,
.table-logs td .form-inline input,
.autocomplete-suggestions {
  font-size: 12px;
}
.table-logs td .form-inline input {
  padding: 0.35em 0.75em;
  height: auto;
}
tr {
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
tr.invalid td:first-child {
  background-color: #f2dede;
  color: #a94442;
}
tr.editing {
  background-color: #fcf8e3;
}
.table > tbody > tr.ag.editing > td {
  border-width: 0;
}
.table tbody th[scope="row"] {
  font-weight: normal;
  text-align: right;
}
.table tbody th[scope="row"]:after {
  content: " : ";
}
td[data-presence="A"] {
  color: #ccc;
}
tr.adh-a.adh-v td.adh-status,
tr.adh-r.adh-v td.adh-status {
  color: red;
}
td.log-level-info,
td.created {
  white-space: nowrap;
}
.log-info td,
.log-tech td {
  display: none;
  color: #999;
}
.center,
th.center,
td.center {
  text-align: center;
}
.right,
th.right,
td.right {
  text-align: right;
}
.icon--hover:hover {
  cursor: pointer;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  font-size: 12px;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.valid {
  color: #5cb85c;
}
.invalid {
  color: #d9534f;
}
.action-delete .form-link button {
  color: #d9534f;
}
:where(.action-invalidate, .action-validate, .action-delete) .form-link:not(.no-float) {
  float: right;
}
.nav--local li {
  font-size: 12px;
  /* font-size:@font-size-extrasmall; */
}
.nav-pills a {
  border: 0;
}
.nav-pills li.label {
  padding: 0.25em 0.5em;
}
.list-filter .nav-pills > li {
  padding-top: 2px;
}
.nav-filter li.list-filters {
  white-space: nowrap;
  padding: 0 15px 0 0;
}
.list-filters {
  font-size: 12px;
  padding: 2em 0;
}
.list-filters input {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 10px;
  color: #333;
  background-color: #fff;
}
.list-filters input:focus {
  outline: none;
  border-color: #aaa;
}
.list-filters button.sort {
  padding: 5px 25px;
  border-radius: 4px;
  border: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.list-filters th > span.sort {
  display: block;
}
.list-filters span.icon-search {
  margin-left: -20px;
}
.list-filters .sort:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(0, 157, 224, 0.1);
}
.list-filters .sort:focus {
  outline: none;
}
.list-filters .sort:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}
.list-filters .sort.desc,
.list-filters .sort.asc {
  color: #009de0;
  font-weight: 700;
}
.list-filters .sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #009de0;
  content: "";
  position: relative;
  top: 4px;
  right: -5px;
}
.list-filters .sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #009de0;
  content: "";
  position: relative;
  top: -4px;
  right: -5px;
}
/* Display only the last n years in tablists */
.nav-tabs > li {
  display: none;
  /* Hide all list items by default */
}
.nav-tabs > li:nth-child(-n+8) {
  display: list-item;
  /* Display only the first 8 items */
}
div#list-remises a span.icon,
div#list-prelevements a span.icon,
div#list-regions a span.icon {
  float: right;
  padding-top: 3px;
}
div#list-remises a[aria-expanded="false"] span.icon-chevron-down,
div#list-prelevements a[aria-expanded="false"] span.icon-chevron-down,
div#list-regions a[aria-expanded="false"] span.icon-chevron-down {
  display: inline-block;
}
div#list-remises a[aria-expanded="false"] span.icon-chevron-up,
div#list-prelevements a[aria-expanded="false"] span.icon-chevron-up,
div#list-regions a[aria-expanded="false"] span.icon-chevron-up {
  display: none;
}
div#list-remises a[aria-expanded="true"] span.icon-chevron-down,
div#list-prelevements a[aria-expanded="true"] span.icon-chevron-down,
div#list-regions a[aria-expanded="true"] span.icon-chevron-down {
  display: none;
}
div#list-remises a[aria-expanded="true"] span.icon-chevron-up,
div#list-prelevements a[aria-expanded="true"] span.icon-chevron-up,
div#list-regions a[aria-expanded="true"] span.icon-chevron-up {
  display: inline-block;
}
.listing-head-action a.btn {
  width: 100%;
}
.form .submit-small button[type=submit] {
  font-size: 12px;
  width: auto;
}
.form-collapse {
  background-color: rgba(0, 157, 224, 0.1);
  padding: 5px 15px;
  text-align: center;
}
.btn-scrutinNew a[aria-expanded="true"] {
  display: none;
}
.badge {
  color: #009de0;
  background-color: rgba(0, 157, 224, 0.25);
}
.badge--square {
  border-radius: 0;
}
.badge--uppercase {
  font-weight: normal;
  text-transform: uppercase;
  width: 24px;
}
@media print {
  .banner {
    display: none;
  }
  .table-logs a {
    color: #000;
  }
  div[role="tabpanel"] {
    display: none;
  }
  div[role="tabpanel"].active {
    display: block;
  }
  div#quorum .well-danger,
  div#quorum .well-info,
  div#quorum .well-success {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  div#list-remises a[aria-expanded="false"],
  div#list-prelevements a[aria-expanded="false"],
  div#list-regions a[aria-expanded="false"] {
    display: none;
  }
  div#list-remises a[aria-expanded="true"],
  div#list-prelevements a[aria-expanded="true"],
  div#list-regions a[aria-expanded="true"] {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    padding-left: 0;
    text-align: left;
  }
}
