/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-gray-400);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bs-gray-500);
}

.nav-link svg {
  color: var(--bs-orange);
}

.riskLogoOnFront {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageHeader {
  color: var(--bs-white);
}

.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
  background-color: #efefef;
  box-shadow: 0px 0px 1px 1px #eaeaea;
}

.clickableRow {
  cursor: pointer;
}

table {
  background-color: white !important;
}
table th {
  background-color: rgba(0, 171, 210, 0.8) !important;
  color: whitesmoke !important;
  font-family: "Open Sans", sans-serif !important;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
}

.list-group-item:focus, .list-group-item:hover {
  z-index: auto;
}

.simulationBody {
  max-height: 500px;
  overflow-y: scroll;
}
.simulationBody .alert {
  padding: 5px 1rem;
}

.red {
  color: red;
}

.pointer {
  cursor: pointer;
}

.bg-dark {
  background-color: rgba(38, 38, 38, var(--bs-bg-opacity)) !important;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-top: calc(56px + 1.5rem) !important;
  min-height: 100vh;
  top: 0px;
}

.factureAnnulee td {
  background-color: rgba(255, 0, 0, 0.33);
}

.factureReglee td {
  background-color: rgba(155, 248, 103, 0.33);
}

.smallDetails {
  font-size: 0.75em;
  opacity: 0.6;
  min-width: 120px;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
  min-width: 1rem;
}

#layoutSidenav_content {
  background-attachment: fixed;
  background-image: url("/assets/img/background.png");
  background-position: left top;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  width: 100%;
}

.listNote.noteFermee {
  background-color: #1cc88a0f;
  border-radius: 0px 15px 15px 0px;
}
.listNote.noteFermee .content {
  text-decoration: line-through;
}
.listNote .noteActions {
  min-width: 35px;
}

a {
  border-left: 0.25rem solid #00000000;
  color: var(--bs-body-color);
}
a:hover {
  color: var(--bs-gray);
}
a.hoverableRow:hover {
  color: var(--bs-gray);
  border-left: 0.25rem solid #36b9cc !important;
}

.fa-times {
  color: var(--bs-danger);
}

.fa-check-circle {
  color: var(--bs-success);
}

.fa-external-link-alt {
  color: var(--bs-warning);
}

.blue {
  background-color: rgba(0, 171, 210, 0.8) !important;
  color: whitesmoke !important;
  font-family: "Open Sans", sans-serif !important;
}
.blue a {
  color: whitesmoke !important;
  font-family: "Open Sans", sans-serif !important;
}

.baseLogo img {
  max-height: 50px;
}

.noBorder {
  border: 0px;
}

.tree {
  position: relative;
  background: white;
  padding: 0px 30px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.tree span {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.4px;
  color: #a8a8a8;
}
.tree .fa-folder-open, .tree .fa-folder {
  color: var(--bs-blue);
}
.tree .fa-file-invoice {
  color: var(--bs-orange);
}
.tree ul {
  padding-left: 5px;
  list-style: none;
}
.tree ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tree ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #666;
}
.tree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #666;
}
.tree ul li:last-child:after {
  height: 15px;
}
.tree ul a {
  cursor: pointer;
}
.tree ul a:hover {
  text-decoration: none;
}

.sizedBox {
  max-height: 80vh;
  overflow: scroll;
  min-height: 500px;
}

.sendToOFACBtn {
  color: white;
  float: right !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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