::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
  background: #fdfdfde7;
}

::-webkit-scrollbar-thumb {
  background: #008B8B;
  border-radius: 50px;
}

.modal .modal-dialog .modal-content .modal-header {
  /* background-color: rgb(207, 217, 231); */
  /* color: whitesmoke; */
}

.table thead tr th {
  border-bottom: 3px double #008B8B;
}

.table thead {
  height: 50px;
  background-color: #008B8B;
  color: whitesmoke;

}

.table thead tr td {
  vertical-align: middle;
  /* text-align: center; */
  height: 60px;
}

.table tbody tr td {
  vertical-align: middle;
  /* text-align: center; */
  height: 50px;
}

.table-responsive .table {
  border-color: #008B8B;
}

.table {
  font-size: 11.5pt;
}

.badge {
  /* background-color: #008B8B; */
}


body {
  background-image: url("/assets/img/bg_landscape.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -120px;
}

@media screen and (max-width: 1024px) {
  body {
    background-image: url("/assets/img/bg_portail.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 100px;
  }

  .h5-title table tr td {
    font-size: 12.5pt;
  }
}

.card {
  opacity: 0.8;
}

.title-header-app {
  /* background-color: #016891; */
  border: 2px solid #008B8B;
  /* border-top: 0px; */
}

.main-content-card {
  /* background-color: #016891; */
  border: 2px solid #008B8B;
  /* border-top: 0px; */
}

.title-header-app h5 {
  font-size: 15pt;
  font-weight: bold;
}