/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom styles
-------------------------------------------------- */
.content-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

/* Table */
.responsive-table .table-header {
  font-size: 0.78rem;
  color: #90A4AE;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 7px 0px;
}

.responsive-table .table-body {
  font-size: 0.89rem;
  color: #31393c;
  text-align: center;
  margin: 7px 10px;
  background-color: #fff;
  border-radius: 4px;
  transition-duration: 0.3s;
}

  .responsive-table .table-body .cols {
    line-height: 32px;
  }

  .responsive-table .table-body:hover {
    box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.1);
  }

@media screen and (max-width: 767px) {

  .responsive-table .table-header {
    display: none !important;
  }

  .content-statut {
    text-align: left !important;
  }

  .responsive-table .cols {
    flex-basis: 100%;
    display: flex;
    padding: 10px 0;
    text-align: left;
  }

    .responsive-table .cols:before {
      color: #6c7a89;
      font-size: 0.85rem;
      padding-right: 10px;
      content: attr(data-label);
      flex-basis: 50%;
      text-align: right;
    }
}

/* Badge statut */
.badge-rpr {
  color: #ffA84c;
  background-color: #FFEEDB;
}

.badge-ToBeValidated {
  color: #3FB6DC;
  background-color: #D9F1F8;
}

.badge-ToBeSigned {
  color: #c39f37;
  background-color: #FFF5DA;
}

.badge-ToBeCounterSigned {
  color: #7540EE;
  background-color: #E3D9FC;
}

.status-completed {
  background: #D5F4E2;
  color: #2DC76D;
}

.status-unavaiable {
  background: #cacfd2;
  color: white;
}

.alert-altarea {
  color: #6039ca;
  background-color: #e5e0f8;
  border-color: #6039ca;
}

.btn-outline-altarea {
  color: #6039ca;
  border-color: #6039ca;
}

.btn-outline-altarea:hover {
  background-color: #7E5FD4;
  border-color: #6039ca;
  color: #fff;
}
