﻿#ajax-container > aside:not(.fullscreen) ~ main div.header-select {
  margin: 0;
}
div.header-select {
  display: table;
  white-space: nowrap;
  margin: 16px;
  text-align: left;
}
div.header-select > * {
  display: table-cell;
  vertical-align: top;
}
div.header-select > *:first-child {
  padding-left: 0;
}
div.header-select > *:last-child {
  padding-right: 0;
}
div.header-select > strong {
  padding-top: 0.5em;
}
div.header-select > div {
  padding: 0 0.5em;
}
div.header-select select {
  width: 100%;
  padding: 0 0.5em !important;
  height: 2.25em;
  box-sizing: border-box;
  border: 1px solid silver;
  background-color: white;
}
div.header-select #ComboBoxDossiers {
  width: 100%;
  height: 2.25em;
  border-radius: 4px;
}
div.header-select #ComboBoxDossiers .dxic {
  padding: 0 0.5em 0 40px !important;
  background: url(/Content/tb/images/loupe.png) 5px 0 no-repeat;
  background-size: contain;
}
div.header-select > div.header-menu {
  display: none;
}
div.header-select div.header-select-full {
  width: 100%;
}
div.header-select div.header-select-full .click-to-edit {
  display: inline-block;
  vertical-align: middle;
}
div.header-select div.header-select-full .click-to-edit table td {
  padding: 0 0.2em;
}
div.header-select div.header-select-full .click-to-edit table td:first-child {
  padding-left: 0;
}
div.header-select div.header-select-full .click-to-edit table td:last-child {
  padding-right: 0;
}
div.header-select div.header-select-full .click-to-edit table td.text {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div.header-select div.header-select-full .click-to-edit table td.displayable {
  display: none;
}
div.header-select div.header-select-full .with-overflow {
  height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75vw;
  display: block;
}
div.header-select div.header-select-full .with-overflow:hover {
  white-space: initial;
  overflow: visible;
  height: auto;
}
@keyframes callbackfade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes callbacklaoding {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.callback-container[data-is-processing=true] {
  position: relative;
}
div.callback-container[data-is-processing=true] > * {
  animation: 0.1s linear 0.25s 1 forwards callbackfade;
}
div.callback-container[data-is-processing=true]:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.01);
  opacity: 1;
  z-index: 998;
}
div.callback-container[data-is-processing=true]:not(.no-message):after {
  content: "Chargement...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  animation: 0.1s linear 0.25s 1 forwards callbacklaoding;
}
.unused-data {
  background: #fffbdd;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: bold;
  padding: 0.5em;
  display: inline-block;
  margin-top: 0.33em;
}
input.invalid-iban {
  border-color: #E52621;
  color: maroon;
}
form.hiddenfileform {
  display: none !important;
}
iframe#dl_frame {
  position: absolute;
  top: -999em;
  left: -999em;
}
/* champs mdp avec oeil */
span.input-password-container {
  position: relative;
  display: block;
}
span.input-password-container span.input-password-reveal {
  position: absolute;
  display: block;
  top: 50%;
  right: 0.25em;
  line-height: 1em;
  transform: translateY(-50%);
  background-image: url("/Content/tb/images/password-eye.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  text-align: center;
}
span.input-password-container span.input-password-reveal:hover {
  cursor: pointer;
}
/* ----- HACK DEVEXPRESS ----- */
.dxeButtonEditSys {
  font: inherit !important;
}