html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.no-scroll {
  overflow: hidden !important;
}

.bottom-zero {
  position: absolute;
  bottom: 0;
}

.clickable {
  cursor: pointer !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main {
  height: calc(100% - 96px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.message-aide {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
}

.fit {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.hide-espace-support {
  display: none;
}

.mat-drawer-side {
  border: none;
}

.side-nav {
  height: calc(100% - 96px);
}

.side-nav .mat-drawer {
  width: 210px;
  background: #fafafa;
}

.side-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 16px;
  color: white;
}

.side-nav ul .nav-button {
  display: block;
  height: 75px;
  text-align: left;
  width: 100%;
}

.side-nav ul .nav-button.active-tab {
  background-color: rgba(0, 0, 0, 0.2);
}

.filtres {
  padding: 0 24px;
  background-color: white;
}

.filtres form {
  display: inline-block;
}

.filtres mat-toolbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 32px;
}

@media (max-width: 600px) {
  .filtres mat-toolbar {
    padding: 16px 0;
  }
}

.mainDiv .mat-card {
  max-width: 1280px;
  margin: 0 auto;
}

.mat-drawer {
  background-color: #fafafa;
}

.active-tab {
  font-weight: bold;
}

.mat-column-actions {
  -webkit-box-flex: 0;
          flex: 0 10%;
}

.btn-custom {
  width: 120px !important;
  height: 38px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important;
  max-width: none !important;
  margin: 12px 12px 12px 0 !important;
}

.btn-custom-xl {
  width: 200px !important;
  height: 38px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important;
  max-width: none !important;
  margin: 12px 12px 12px 0 !important;
}

.btn-custom.mat-stroked-button {
  border-color: white;
}

/* Boutons */

.btn-flat-positive {
  background-color: #8fbb1c;
  color: white;
}

.btn-flat-negative {
  background-color: #db2828;
  color: white;
}

.btn-flat-warning {
  background-color: #fbbd08;
  color: white;
}

.btn-stroked-positive {
  border-color: #8fbb1c !important;
  color: #8fbb1c;
}

.btn-stroked-negative {
  border-color: #db2828 !important;
  color: #db2828;
}

.btn-stroked-warning {
  border-color: #fbbd08 !important;
  color: #fbbd08;
}

/* Boutons */

.tableRow {
  cursor: pointer;
}

.tableRow:hover {
  background: #f2f2f2;
}

.title-page {
  text-align: center;
}

cre-account-menu {
  text-align: right;
}

.mat-form-field-checkbox {
  padding-top: 25px !important;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

/* INPUT */

.mat-form-field-disabled .mat-form-field-prefix {
  color: rgba(0, 0, 0, 0.38);
}

/* SNACKBARS */

.red-snackbar {
  background-color: #DF1606;
  color: white;
}

.green-snackbar {
  background-color: #397C0D;
  color: white;
}

/* COMPONENT DATE PICKER REQUIREMENTS */

.mat-form-field {
  padding: 8px;
  min-width: 210px;
}

@media (max-width: 600px) {
  .mat-form-field {
    min-width: 0;
  }
}

mat-dialog-content {
  padding-top: 12px !important;
}

.mat-form-field mat-form-field {
  padding: 0;
  min-width: 0;
}

/* SCROLLABLE DIRECTIVE REQUIREMENTS */

tbody.scrollable, mat-grid-list.scrollable, .scroll-content.scrollable {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  flex-basis: 100%;
}

.mat-form-field-suffix {
  display: -webkit-box;
  display: flex;
}

.fit h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
  margin-bottom: 0;
}

mat-paginator .mat-form-field {
  min-width: auto;
}

.fix-align-checkbox {
  padding-top: 25px;
  padding-left: 8px;
}

*[disabled] {
  cursor: not-allowed;
}

.mat-paginator {
  min-width: 415px;
}

.crediteo-to-premista {
  -webkit-filter: hue-rotate(-33deg);
          filter: hue-rotate(-33deg);
}

.siren-prefixed.mat-form-field-should-float .mat-form-field-prefix + .mat-form-field-infix .mat-form-field-label-wrapper {
  left: -75px;
}

.emptyListMsg {
  padding: 12px;
  font-size: larger;
  font-weight: bold;
}

input.force-uppercase {
  text-transform: uppercase;
}

mat-chip {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

mat-chip mat-icon {
  cursor: pointer !important;
}

/*# sourceMappingURL=styles.css.map*/