@charset "UTF-8";
/* Définition des éléments Sass */
/* Feuille de style EM */
body {
  background: transparent;
  color: #444444;
  font-size: 12px;
  font-family: Arial, Helvetica;
  margin: 0px; }

a {
  color: #333;
  text-decoration: none; }

select {
  font-size: 12px;
  height: 22px;
  border-radius: 3px; }

select[disabled="disabled"] {
  color: #444444;
  background-color: #dddddd;
  opacity: 1;
  border: 1px solid #7E7E7E; }

input, textarea {
  font-size: 12px;
  color: #444444;
  border: 1px solid #7E7E7E;
  border-radius: 3px;
  padding: 3px; }

input:disabled, textarea:disabled {
  font-size: 12px;
  color: #444444;
  background-color: #dddddd;
  border: 1px solid #7E7E7E; }

input[type="checkBox"] {
  font-size: 135%; }

.fancybox-skin {
  color: #444444; }

/* Login */
.loginLogo {
  width: 120px;
  height: 82px;
  background-image: url("/images/logo-archives.png");
  background-size: cover;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

.loginApp {
  font-size: 36px;
  text-align: center;
  color: #c3215b; }

.loginForm {
  width: 300px;
  padding: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.loginForm .header {
  margin: 0px;
  background-color: #c3215b;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #7E7E7E;
  border-radius: 5px 5px 0px 0px; }

.loginForm .form {
  border: 1px solid #7E7E7E;
  border-radius: 0px 0px 5px 5px;
  background-color: #dddddd; }

.loginForm form {
  width: 150px;
  margin-left: auto;
  margin-right: auto; }

.loginForm input {
  width: 100%; }

.loginForm .formField {
  margin-top: 15px; }

.loginForm h4 {
  font-size: 16px;
  text-align: center; }

.loginForm input[type="submit"] {
  cursor: pointer;
  display: block;
  background: linear-gradient(to bottom, #dd3a75 0%, #971a47 100%);
  color: #ffffff;
  border: 1px solid #7E7E7E;
  width: 120px;
  line-height: 26px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto; }

.loginForm input[type="submit"]:hover {
  background: linear-gradient(to bottom, #ec91b2 0%, #dd3a75 100%);
  color: #ffffff; }

#loginErrorMessage {
  display: none;
  background-color: lightcoral;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px; }

/* Bandeau application */
div.bandeau {
  background-color: #971a47;
  margin-bottom: 15px;
  color: #ffffff;
  padding: 5px;
  overflow: visible;
  height: 82px; }

div.bdLeft {
  float: left; }

div.bdLogo {
  width: 120px;
  height: 82px;
  background-image: url("/images/logo-archives.png");
  background-size: cover;
  margin-right: 20px; }

div.bdRight {
  float: right;
  min-width: 250px;
  margin-left: 20px; }

div.bdTitle {
  font-size: 72px;
  float: left; }

div.bdSubtitle {
  font-size: 14px;
  text-align: right;
  padding-top: 7px;
  padding-right: 10px; }

div.bdVersion {
  font-size: 24px;
  float: left;
  padding-top: 44px;
  padding-left: 10px; }

div.bdEnvWarning {
  font-size: 24px;
  float: left;
  color: #f69e04;
  font-weight: bold;
  padding-top: 28px;
  padding-left: 20px; }

div.bdUser {
  text-align: right;
  padding-right: 10px; }

div.bdIcons {
  font-size: 30px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: right; }

div.bdIcons i {
  color: #e6e6e6; }

div.bdIcons i:hover {
  color: #ffffff; }

div.kaArchivesMain {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  overflow: hidden; }

.tab {
  display: none;
  background: linear-gradient(to bottom, #858585 0%, #9e9e9e 100%);
  color: #ffffff;
  min-width: 80px;
  line-height: 26px;
  float: left;
  font-size: 13px;
  vertical-align: middle;
  border-top: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  text-decoration: none; }

.tab:hover {
  border-top: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
  background: linear-gradient(to bottom, #ec91b2 0%, #dd3a75 100%);
  color: #ffffff; }

.lastTab {
  border-right: 1px solid #7E7E7E; }

.lastTab:hover {
  border-right: 1px solid #7E7E7E; }

.tabActiv {
  border-top: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
  background: linear-gradient(to bottom, #dd3a75 0%, #971a47 100%);
  color: #ffffff; }

a.roundedButton, a.roundedButton {
  cursor: pointer;
  display: block;
  background: linear-gradient(to bottom, #dd3a75 0%, #971a47 100%);
  color: #ffffff;
  border: 1px solid #7E7E7E;
  width: 120px;
  line-height: 26px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px; }

.roundedButton:hover, .roundedButton:hover {
  background: linear-gradient(to bottom, #ec91b2 0%, #dd3a75 100%);
  color: #ffffff; }

div#wait {
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 110%;
  background-color: #9e9e9e;
  margin-top: 20px; }

.crit {
  border: 1px solid #7E7E7E;
  clear: both;
  border-radius: 0 5px 5px 5px;
  display: none;
  padding: 10px;
  overflow: hidden; }

div.critForm {
  display: none; }

div.critForm div.critFormBt {
  display: inline-block;
  vertical-align: top; }

div.critForm div.critFormBt .roundedButton {
  margin-top: 15px; }

div.critForm div.critFormForm {
  display: inline-block;
  width: 85%; }

.critFormPatient {
  border: 1px solid #7E7E7E;
  clear: both;
  border-radius: 0 5px 0 0; }

div#crits29204 div.critFormBt .roundedButton {
  margin-top: 5px; }

div.critForm div.row {
  clear: both;
  line-height: 25px;
  margin-top: 5px;
  overflow: hidden; }

div.critForm div.cell {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px; }

div.critForm div.cellLabel {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0px 5px; }

div.critForm div.cell input {
  width: 95%; }

div.critForm div.cell select {
  width: 100%; }

div.critForm div.cell .inHalf {
  width: 43.5%; }

div.critFormDestock div.critFormDestockForm {
  display: inline-block;
  width: 32%; }

div.critFormDestock div.critFormBt {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 16%; }

div.critFormDestock div.critFormBt .roundedButton {
  margin-top: 48px;
  margin-left: 25px; }

div.critFormDestock div.cell {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px; }

div.critFormDestock div.cellLabel {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0px 5px; }

div.critFormDestock div.cell input {
  width: 95%; }

div.critFormDestock div.cell select {
  width: 100%; }

div.critFormDestock div.cell .inHalf {
  width: 43%; }

div.ResultLists div.rCompList,
div.ResultLists div.rList {
  display: none; }

div.ResultLists div.rCompHead,
div.ResultLists div.rHead {
  cursor: pointer;
  border: 1px solid #777;
  border-bottom-width: 0px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
  overflow: hidden; }

div.ResultLists div.rHead {
  background-color: #f4bcd0; }

div.ResultLists div.rCompHead {
  background-color: #FFCC99; }

div.ResultLists div#rCompTitle,
div.ResultLists div#rTitle {
  display: inline-block;
  line-height: 40px;
  width: 78%;
  text-align: center;
  font-weight: bold;
  font-size: 110%; }

div.ResultLists div#rCompActions,
div.ResultLists div#rActions {
  display: inline-block;
  line-height: 40px;
  width: 22%;
  text-align: center;
  font-weight: bold;
  font-size: 110%; }

div.ResultLists div#rCompRows,
div.ResultLists div#rRows {
  border: 1px solid #777;
  border-top-width: 0px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden; }

div.ResultLists div#rCompRows div.noResult,
div.ResultLists div#rRows div.noResult {
  line-height: 50px;
  font-size: 110%;
  font-weight: bold;
  text-align: center; }

div.ResultLists div.resultBreak {
  padding: 8px 5px;
  font-weight: bold;
  background-color: #f4bcd0; }

div.ResultLists div#rCompRows div.item,
div.ResultLists div#rRows div.item {
  display: inline-block;
  cursor: pointer;
  padding: 5px 0px;
  overflow: hidden;
  width: 78%;
  border-top: 1px solid #7E7E7E; }

div.ResultLists div#rRows div.dossierItem {
  width: 55%; }

div.ResultLists div#rRows div.traceItem {
  width: 100%; }

div.ResultLists div#rCompRows div.itemTome,
div.ResultLists div#rRows div.itemTome {
  border-top-width: 0px;
  cursor: auto;
  height: 25px;
  padding-top: 20px; }

div.ResultLists div#rCompRows div.itemRed,
div.ResultLists div#rRows div.itemRed,
div.ResultLists div.rowRed {
  background-color: #fdd; }

div.ResultLists div.rowBlue {
  background-color: #83D2EF; }

div.ResultLists div#rCompRows div.itemGreen,
div.ResultLists div#rRows div.itemGreen {
  background-color: #9f9; }

div.ResultLists div#rCompRows div.item div.expanderContainer,
div.ResultLists div#rRows div.item div.expanderContainer {
  width: 6%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  vertical-align: top;
  display: inline-block; }

div.ResultLists div#rCompRows div.actionsContainer,
div.ResultLists div#rRows div.actionsContainer {
  width: 22%;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  border-top: 1px solid #7E7E7E;
  padding: 5px 0px;
  vertical-align: top; }

div.ResultLists div#rRows div.dossierActionsContainer {
  width: 45%; }

div.ResultLists div#rRows div.item div.iconContainer {
  width: 26px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  height: 26px;
  margin-top: 8px;
  background-image: url("../images/archives.png"); }

div.ResultLists div#rRows div.item div.icon-1 {
  background-position: 0px 0px; }

div.ResultLists div#rRows div.item div.icon0 {
  background-position: 0px -26px; }

div.ResultLists div#rRows div.item div.icon1 {
  background-position: 0px -52px; }

div.ResultLists div#rRows div.item div.icon2 {
  background-position: 0px -78px; }

div.ResultLists div#rRows div.item div.icon3 {
  background-position: 0px -104px; }

div.ResultLists div#rRows div.item div.icon4 {
  background-position: 0px -130px; }

div.ResultLists div#rRows div.item div.icon5 {
  background-position: 0px -156px; }

div.ResultLists div#rRows div.item div.icon6 {
  background-position: 0px -182px; }

div.ResultLists div#rRows div.item div.icon7 {
  background-position: 0px -208px; }

div.ResultLists div#rRows div.item div.icon8 {
  background-position: 0px -234px; }

div.ResultLists div#rCompRows div.actionsTome,
div.ResultLists div#rRows div.actionsTome {
  border-top-width: 0px; }

div.ResultLists div#rCompRows div.actionsContainer a.btAction,
div.ResultLists div#rRows div.actionsContainer a.btAction,
div.restockage a.btAction {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #7E7E7E;
  background: linear-gradient(to bottom, #dd3a75 0%, #971a47 100%);
  color: #ffffff;
  border-radius: 5px;
  margin: 3px;
  color: white; }

div.ResultLists div#rCompRows div.actionsContainer a.btAction:hover,
div.ResultLists div#rRows div.actionsContainer a.btAction:hover,
div.restockage a.btAction:hover {
  border: 1px solid #7E7E7E;
  background: linear-gradient(to bottom, #ec91b2 0%, #dd3a75 100%);
  color: #ffffff; }

div.ResultLists div#rCompRows div.item div.textContainer,
div.ResultLists div#rRows div.item div.textContainer {
  width: 31%;
  font-size: 12px;
  display: inline-block;
  vertical-align: top; }

div.ResultLists div#rRows div.item div.demandeContainer {
  width: 29%; }

div.ResultLists div#rRows div.item div.dossierLeftContainer {
  width: 33%;
  padding-left: 5px; }

div.ResultLists div#rRows div.item div.dossierRightContainer {
  width: 65%;
  padding-left: 5px; }

div.ResultLists div#rRows div.item div.stockContainer {
  width: 50%;
  padding-left: 5px; }

div.ResultLists div#rRows div.item div.traceContainerC1 {
  width: 20%;
  padding-left: 5px; }

div.ResultLists div#rRows div.item div.traceContainerC2 {
  width: 20%; }

div.ResultLists div#rRows div.item div.traceContainerC3 {
  width: 10%; }

div.ResultLists div#rRows div.item div.traceContainerC4 {
  width: 48%;
  padding-right: 5px; }

div.ResultLists div#rCompRows div.item div.textDoubleContainer,
div.ResultLists div#rRows div.item div.textDoubleContainer {
  width: 62%; }

/* Attachement ipp */
#formAttachIPP .title {
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #7E7E7E;
  border-radius: 5px 5px 0px 0px;
  font-size: 120%;
  font-weight: bold;
  background-color: #f4bcd0; }

#formAttachIPP .infoMessage {
  font-size: 130%;
  text-align: center;
  padding: 5px 0px; }

#formAttachIPP .row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 820px; }

#formAttachIPP .rowFiltre .cell:nth-child(4) {
  padding-top: 5px; }

#formAttachIPP #noIPP {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

#formAttachIPP #noIPP a {
  width: 450px; }

#formAttachIPP .noResult {
  text-align: center;
  font-size: 120%;
  margin: 20px; }

#formAttachIPP .rowListTitle {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 2px solid #7E7E7E; }

#formAttachIPP .rowList .cell,
#formAttachIPP .rowListTitle .cell {
  text-align: left;
  line-height: 30px; }

#formAttachIPP .rowList .cell:nth-child(1), #formAttachIPP .rowListTitle .cell:nth-child(1) {
  width: 30%; }

#formAttachIPP .rowList .cell:nth-child(2), #formAttachIPP .rowListTitle .cell:nth-child(2) {
  width: 15%; }

#formAttachIPP .rowList .cell:nth-child(3), #formAttachIPP .rowListTitle .cell:nth-child(3) {
  width: 15%; }

#formAttachIPP .rowList .cell:nth-child(4), #formAttachIPP .rowListTitle .cell:nth-child(4) {
  width: 15%; }

#formAttachIPP .rowList .cell:nth-child(5), #formAttachIPP .rowListTitle .cell:nth-child(5) {
  width: 10%; }

#formAttachIPP .rowList .cell:nth-child(5) a {
  width: 30px; }

#formAttachIPP .resultList {
  display: none;
  max-height: 280px;
  overflow: hidden auto; }

/* Prêt */
#ModePret {
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #7E7E7E;
  border-radius: 5px 5px 0px 0px;
  font-size: 120%;
  font-weight: bold;
  background-color: #f4bcd0; }

#formPret .row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 650px; }

section.pret .row .cell:nth-child(1) {
  width: 40%; }

section.pret .row .cell:nth-child(2) {
  width: 30%; }

#formPret header {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #7E7E7E; }

#formPret aside {
  margin-top: 20px;
  display: flex;
  justify-content: center; }

section.informations .row .cell {
  width: 45%; }

/* Restockage */
div.restockage .row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 950px;
  min-height: 70px; }

div.restockage .rowDetail {
  display: none; }

div.restockage .row .cell:nth-child(1) {
  width: 4%; }

div.restockage .row .cell:nth-child(2) {
  width: 22%; }

div.restockage .row .cell:nth-child(3) {
  width: 20%; }

div.restockage .row .cell:nth-child(4) {
  width: 20%; }

div.restockage .row .cell:nth-child(5) {
  width: 15%; }

div.restockage .row .cell:nth-child(6) {
  width: 18%; }

div.restockage div.expanderContainer {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  vertical-align: top;
  display: inline-block; }

/* Dossier */
#ModeDossier {
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #7E7E7E;
  border-radius: 5px 5px 0px 0px;
  font-size: 120%;
  font-weight: bold;
  background-color: #f4bcd0; }

#formDossier {
  display: none; }

#formDossier header {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #7E7E7E; }

#formDossier .row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 950px; }

#formDossier section#Dossier div.rowDossier {
  margin-top: 20px; }

#SexePatient {
  width: 50px; }

#NomPatient, #NomSHS {
  width: 150px; }

#PrenomPatient, #PrenomSHS {
  width: 150px; }

#IPPPatient, #IPPSHS {
  width: 120px; }

#DateNaissancePatient {
  width: 80px; }

#formDossier .btContainer {
  padding-top: 9px; }

#formDossier section#GetPAtientSHS .btContainer {
  width: 300px; }

#formDossier section#contentDossier select {
  width: 200px; }

#formDossier div#titleResultPatientClinicom {
  margin-top: 15px;
  text-transform: uppercase;
  padding: 5px 0px;
  background-color: #f4bcd0;
  border-top: 2px solid #7E7E7E;
  border-bottom: 2px solid #7E7E7E;
  font-weight: bold; }

#formDossier .listPat .row .cell {
  line-height: 26px; }

#formDossier .listPat .row .cell:nth-child(1) {
  width: 49%; }

#formDossier .listPat .row .cell:nth-child(2) {
  width: 16%; }

#formDossier .listPat .row .cell:nth-child(3) {
  width: 16%; }

#formDossier .listPat .row .cell:nth-child(4) {
  width: 16%; }

#formDossier .listPat .row .cell:nth-child(5) {
  width: 3%; }

#formDossier .saisieDossier .row .cell:nth-child(1) {
  width: 20%; }

#formDossier .saisieDossier .row .cell:nth-child(2) {
  width: 20%; }

#formDossier .saisieDossier .row .cell:nth-child(3) {
  width: 20%; }

#formDossier .saisieDossier .row .cell:nth-child(4) {
  width: 30%; }

#formDossier .saisieDossier .row .cbContainer {
  padding-top: 12px; }

#formDossier .saisieDossier .row div.cellDouble {
  width: 43% !important; }

#formDossier .saisieDossier .row div.cellQuatre {
  width: 90% !important; }

#formDossier .saisieDossier .row div.cellDouble textarea {
  width: 100%; }

#formDossier .saisieDossier input[type="checkbox"] {
  margin-left: 0px; }

#formDossier #fNewTome {
  width: 86%; }

#formDossier .saisieDossier #dAddTome .cell {
  width: 50%; }

#formDossier .saisieDossier #dAddTome .cell a {
  margin-top: 9px; }

#formDossier .saisieDossier table tr td {
  padding-top: 10px; }

#formDossier #contentDossier aside.separator {
  margin-top: 20px;
  border-top: 2px solid #7E7E7E;
  padding-top: 15px; }

#formDossier #btRenum {
  margin-top: -9px;
  margin-bottom: 10px; }

#Fusioninfodossier {
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #7E7E7E;
  border-radius: 5px 5px 0px 0px;
  font-size: 120%;
  font-weight: bold;
  background-color: #f4bcd0; }

#formFusionAttach .row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 950px; }

#formFusionAttach #FusionNom {
  width: 250px; }

#formFusionAttach #FusionPrenom {
  width: 200px; }

#formFusionAttach #FusionDNais {
  width: 70px; }

#formFusionAttach #waitFusion {
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 110%;
  background-color: #9e9e9e;
  border-radius: 5px;
  margin-top: 20px; }

#formFusionAttach .fusionNoResult {
  text-align: center;
  font-size: 120%;
  margin-top: 30px;
  margin-bottom: 15px; }

#formFusionAttach #CritereRechercheFusion a {
  margin-top: 9px; }

#formFusionAttach div#FusiontitleResultSearch {
  line-height: 26px;
  margin-top: 15px;
  text-transform: uppercase;
  padding: 5px 0px;
  background-color: #f4bcd0;
  border-top: 2px solid #7E7E7E;
  border-bottom: 2px solid #7E7E7E;
  font-weight: bold; }

#formFusionAttach div#FusiontitleResultSearch .cell:nth-child(1) {
  width: 55%;
  padding-left: 10px; }

#formFusionAttach div#FusiontitleResultSearch .cell:nth-child(2) {
  width: 20%; }

#formFusionAttach div#FusiontitleResultSearch .cell:nth-child(3) {
  width: 20%; }

#formFusionAttach div#FusiontitleResultSearch .cell:nth-child(4) {
  width: 3%; }

#formFusionAttach .rowSpecialite {
  line-height: 26px;
  background: #e8e8e8;
  font-weight: bold;
  margin-top: 0px; }

#formFusionAttach .rowSpecialite .cell {
  padding-left: 5px; }

#formFusionAttach .rowPatient {
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 6px; }

#formFusionAttach .rowPatient .cell:nth-child(1) {
  width: 55%;
  padding-left: 10px; }

#formFusionAttach .rowPatient .cell:nth-child(2) {
  width: 20%; }

#formFusionAttach .rowPatient .cell:nth-child(3) {
  width: 20%; }

#formFusionAttach .rowPatient .cell:nth-child(4) {
  width: 3%; }

#formFusionAttach .rowPatient .cell:nth-child(4) a {
  width: 26px; }

.listSpec {
  width: 260px; }

#rRows .row {
  display: flex;
  justify-content: space-between;
  width: 978px; }

div.ResultLists div.watchdogFile {
  font-size: 120%;
  padding: 20px;
  text-align: center; }

.roundedBlockGrey {
  clear: both;
  border: 1px solid #7E7E7E;
  border-radius: 5px;
  overflow: hidden; }

.btAction {
  color: #2399C6;
  cursor: pointer; }

.btAction:hover {
  color: #FFFFFF; }

div.CBContainer {
  text-align: center; }

input.refDossierCB {
  font-size: 200%;
  padding: 5px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  outline-color: #d4edda; }

div#listeRetourCB,
div#listeSortieCB {
  display: flex;
  flex-direction: column;
  align-items: center; }

div.itemCB {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 5px;
  width: 300px;
  margin-top: 10px;
  text-align: center; }

div.itemCB div.codeDossier {
  font-size: 150%; }

div.itemSuccess {
  background-color: #d4edda; }

div.itemError {
  background-color: #f8d7da;
  outline-color: #f8d7da; }

div.retourCbTomesList {
  display: none;
  width: 300px;
  margin: 30px auto; }

div.retourCbTomeRow {
  margin: 10px 0px; }

div#exportReturn {
  display: none;
  text-align: center;
  font-size: 200%;
  margin-top: 50px; }

/* Impressions */
@media print {
  .non-printable {
    display: none; }
  .printable {
    display: block; } }

@font-face {
  font-family: 'c39';
  src: url("/fonts/Code39.woff") format("woff"); }

.double {
  display: flex;
  justify-content: space-between; }

/* Impression liste dossiers */
table.liste {
  font-size: 12px;
  width: 100%; }

table.liste th {
  padding: 0px 5px;
  text-align: left; }

table.liste tr.ligne td {
  padding: 0px 5px;
  text-align: left; }

table.liste tr.identite td {
  padding-top: 8px;
  font-weight: bold; }

table.liste tr.commentaire td, table.liste tr.commentaire th {
  padding-bottom: 8px;
  border-bottom: 1px solid grey; }

table.liste tr.commentaire td {
  color: grey; }

div.critere {
  text-align: left;
  margin-left: 30px; }

div.endCritere {
  border-bottom: 1px solid grey;
  height: 10px; }

h2.titre {
  border-bottom: 1px solid grey;
  padding-bottom: 10px; }

h3 {
  text-align: left;
  margin: 10px 5px; }

h4 {
  text-align: left;
  margin: 5px; }
