a {
  text-decoration: none;
}

table tbody td a {
  color: inherit;
  text-decoration: none;
}

.tor-header form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.radioGroup[data-type=inline] > div > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.radioGroup[data-type=inline] > div > div .form-check, .radioGroup[data-type=inline] > div > div .radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flow > form > * + * {
  margin-block-start: var(--flow-space, 1em);
}

.form-nc-permissions {
  padding: 20px;
}

input[type=email] {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0.456px 2.279px rgba(0, 0, 0, 0.3));
  background-color: #ffffff;
  --outline-color:var(--color-primary);
  border: 0;
  border-radius: 10px;
  min-height: 3rem;
  padding: 8px 15px;
}

.time_schedule form {
  margin-top: 1rem;
}

.time_schedule .row .title {
  flex: 1;
}

.time_schedule .row .inputWrapper {
  background-color: var(--color-base);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 5px;
}
.time_schedule .row .inputWrapper span {
  display: block;
  padding: 0.2rem 0.6rem;
}
.time_schedule .row .inputWrapper input[type=text] {
  filter: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0.2rem 33px 0.2rem 0.6rem;
  margin: 0;
  outline: none;
  border-radius: 5px;
  border: none;
  cursor: inherit;
  line-height: inherit;
  min-height: 2.5rem;
  width: 100%;
}

.inputCheckboxes .checkbox + .checkbox {
  margin-top: 0.5rem;
}
.inputCheckboxes .checkbox {
  gap: 10px 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.inputCheckboxes .checkbox label {
  flex: 1;
}

.disclosure_forced {
  background-color: var(--color-bg-light);
  border-radius: 20px;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1019607843), 0 0.5px 2.5px rgba(0, 0, 0, 0.4);
}
.disclosure_forced > button {
  background-color: var(--color-bg-light);
  color: var(--color-primary);
  text-align: left;
  border: 0;
  border-radius: 20px;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  font-size: 19.2px;
  display: flex;
  font-weight: 700;
}
.disclosure_forced > button img {
  max-height: 30px;
}
.disclosure_forced .tag {
  color: var(--color-base);
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 6px;
  padding: 4px;
  font-size: 1.125rem;
  font-weight: 600;
}
.disclosure_forced .selected span {
  color: var(--color-base);
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding: 4px;
}
.disclosure_forced .selected span.leader:after {
  content: "Leader";
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.liste-members li:nth-child(even) button {
  background-color: var(--color-bg-green);
}
.liste-members li:nth-child(even) button[aria-pressed=true] {
  background-color: var(--color-primary);
}

#tc-comment-zone-disclosure {
  display: none;
}
#tc-comment-zone-disclosure.show {
  display: block;
}

.vich-file a {
  display: none;
}

ul.roles-mini,
ul.roles {
  display: block;
  margin: 0;
  margin-top: 5px;
}
ul.roles-mini, ul.roles-mini li,
ul.roles,
ul.roles li {
  list-style: none;
  padding: 0;
}
ul.roles-mini li,
ul.roles li {
  display: block;
  margin-bottom: 1px;
  background-color: #efefef;
  padding: 5px;
  font-size: 0.8em;
}
ul.roles-mini li.strong,
ul.roles li.strong {
  background: #cccccc;
  font-weight: bold;
}
ul.roles-mini li ul,
ul.roles li ul {
  font-size: 1em;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.roles-mini li ul li,
ul.roles li ul li {
  font-size: 1em;
  background-color: #dddddd;
}

form.login a.forgotten {
  color: var(--color-primary);
  font-weight: bold;
}

.home .h1 {
  margin-top: 25px;
}

table tbody tr.highlight.even td {
  background-color: #f3e7d1;
}

table tbody tr.highlight.odd td {
  background-color: #f3e7d1;
}

table.inside tbody tr.sg-highlight td {
  background-color: #f3e7d1;
}

table.inside tbody tr.highlight.sg-highlight td {
  background-color: #ead4aa;
}

table tbody td {
  font-size: 0.9em;
  padding: 20px 10px;
}

.wg-steps {
  grid-template-columns: repeat(11, 1fr);
}

ul.roles-mini li {
  display: inline-block;
  margin-right: 3px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.mt-1 {
  margin-top: 1rem;
}
.alert .list-unstyled {
  margin: 0.5em 0;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #3c721c;
  background-color: #ddf8d7;
  border-color: #cff5c6;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-link {
  font-weight: 700;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-warning .alert-link {
  color: #533f03;
}

.nc-candidate-deny {
  border-bottom: 1px solid var(--color-contrast);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.wrapper-notifications {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.wrapper-notifications.visible {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 999;
}
.wrapper-notifications .fadeout-notif {
  position: fixed;
  width: 100%;
  height: 100%;
}

.notifications {
  margin: 15px;
  width: 350px;
  border-radius: 10px;
  align-self: stretch;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 24px 0px, rgba(0, 0, 0, 0.13) 0px 0px 0px 1px;
  overflow: auto;
  z-index: 10;
}
.notifications .head {
  background: var(--color-primary);
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.notifications .head h3 {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.notifications .head button {
  font-size: 0.8rem;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.notifications ul {
  margin: 0;
  padding: 0;
  max-height: 350px;
  overflow: auto;
}
.notifications ul li {
  padding: 10px 10px;
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.notifications ul li .rm-notif {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  width: 15px;
}
.notifications ul li.unseen {
  background: var(--color-bg-green);
}
.notifications ul li:last-child {
  border: none;
}
.notifications ul li a {
  display: block;
  color: rgb(25, 60, 64);
  font-size: 13px;
  margin-right: 30px;
}

header[role=banner] .logOutLink {
  position: static;
  top: initial;
  right: initial;
  text-align: right;
  display: block;
}

header[role=banner] .roles {
  text-align: right;
  width: 100%;
}

.wrapper-account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  position: relative;
}
.wrapper-account .notifications-pin {
  width: 40px;
  height: 40px;
  border: none;
  background: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s var(--easing-sin-out);
}
.wrapper-account .notifications-pin.hasNotif {
  cursor: pointer;
  background: var(--color-primary);
}
.wrapper-account .notifications-pin.hasNotif.hasUnseenNotif {
  cursor: pointer;
  background: #f22500;
}
.wrapper-account .notifications-pin img {
  width: 65%;
  color: #ffffff;
}
.wrapper-account .account {
  flex: 1;
}

.stats .buttons {
  min-width: 310px;
  text-align: center;
  margin: 1rem 0;
  font-size: 0;
}
.stats .buttons button {
  cursor: pointer;
  border: 1px solid silver;
  border-right-width: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
  padding: 0.5rem;
  transition-duration: 0.3s;
  margin: 0;
}
.stats .buttons button:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
.stats .buttons button:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-right-width: 1px;
}
.stats .buttons button:hover {
  color: white;
  background-color: rgb(158, 159, 163);
  outline: none;
}
.stats .buttons button.active {
  background-color: var(--color-primary);
  color: white;
}

.stat-wrapper {
  display: none;
}
.stat-wrapper.visible {
  display: block;
}
.stat-wrapper h2 {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.stat-wrapper .spaceme {
  margin-bottom: 3rem;
}
.stat-wrapper .dataTables_filter {
  display: none !important;
}

.wrapper-chart {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
  background: #ffffff;
  padding: 40px;
}

.download-button.small {
  color: var(--color-primary);
  background: transparent;
  font-size: 14px;
}
.download-button.small:after {
  display: none;
}

.download-button.noicon:after {
  display: none;
}

.datatablebis.compacted {
  border-spacing: 0 5px;
}
.datatablebis.compacted tbody td {
  text-align: center;
}
.datatablebis.compacted thead th {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.datatablebis.compacted tbody td:first-child {
  position: sticky;
  left: 0;
}

.nav-paginator .pagination {
  display: flex;
  padding: 0;
  margin: 10px 0;
  justify-content: flex-end !important;
}
.nav-paginator .pagination .page-item {
  list-style: none;
}
.nav-paginator .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-primary);
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.nav-paginator .pagination .page-item .page-link:hover {
  z-index: 2;
  color: var(--color-primary);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.nav-paginator .pagination .page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.datatablewgs.compacted {
  border-spacing: 0 5px;
}
.datatablewgs.compacted tbody td {
  text-align: center;
  padding: 15px 10px;
}
.datatablewgs.compacted tbody td.title {
  text-overflow: ellipsis;
}
.datatablewgs.compacted tbody td .wgtitle {
  max-width: 500px;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datatablewgs.compacted thead th {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.datatablewgs.compacted tbody td:first-child {
  position: sticky;
  left: 0;
}
.datatablewgs.compacted .popup-trigger.hide {
  display: none;
}
.datatablewgs.compacted button.seemore {
  cursor: pointer;
  padding: 0 5px;
  border: none;
  background: transparent;
  color: var(--color-primary);
}
.datatablewgs.compacted .datatable-popup {
  display: none;
}
.datatablewgs.compacted .datatable-popup.activ {
  display: block;
}

.reports .sidebar > :first-child {
  width: 400px;
}

.liste-members-wrapper .kpn_pagination {
  padding: 20px 0;
}
.liste-members-wrapper .kpn_pagination .pagination {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  direction: ltr;
}
.liste-members-wrapper .kpn_pagination .pagination .page-item {
  padding: 2px;
  list-style: none;
}
.liste-members-wrapper .kpn_pagination .pagination .page-item.disabled {
  display: none;
}
.liste-members-wrapper .kpn_pagination .pagination .page-item a {
  background: var(--color-bg-light);
  border: 1px solid var(--color-bg-green);
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  font-weight: bold;
}
.liste-members-wrapper .kpn_pagination .pagination .page-item a:hover {
  background: var(--color-bg-green);
}

.members .link-working-groups {
  margin-top: 2.5rem;
}
.members .link-working-groups .caption {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.sidebar .autocompleter-box {
  position: relative;
}
.sidebar .autocompleter-box input {
  width: 100%;
}
.sidebar .autocompleter-box .autocompletion-results {
  display: none;
  z-index: 2;
  padding: 5px;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0.25)) drop-shadow(0 0.456px 2.279px rgba(0, 0, 0, 0.2));
}
.sidebar .autocompleter-box .autocompletion-results .result {
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgb(25, 60, 64);
}
.sidebar .autocompleter-box .autocompletion-results .result:hover {
  color: var(--color-primary);
}
.sidebar .autocompleter-box .autocompletion-results .result:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .autocompleter-box .autocompletion-results .result p {
  font-size: 12px;
}
.sidebar .autocompleter-box .autocompletion-results .result p strong {
  display: block;
}
.sidebar .autocompleter-box .autocompletion-results .result p span {
  display: block;
}

.wg-members-submit {
  justify-content: space-between !important;
}

.wrapper-header-post {
  margin-bottom: 2rem;
}

.forum-form {
  padding-top: 20px;
}
.forum-form .sidebar {
  flex-direction: column;
  align-items: flex-start;
}
.forum-form .sidebar > :last-child {
  width: 100%;
}

.forum ul {
  margin: 0;
  padding: 0;
}
.forum ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.forum ul li > a, .forum ul li > .a {
  display: block;
  background: var(--color-bg-green);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px 20px;
}
.forum ul li > a .title, .forum ul li > .a .title {
  color: rgb(25, 60, 64);
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.forum ul li > a .author, .forum ul li > .a .author {
  color: rgb(25, 60, 64);
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
.forum ul li > a p, .forum ul li > .a p {
  font-size: 14px;
  color: rgb(25, 60, 64);
  margin-bottom: 10px;
}
.forum ul li > a p a, .forum ul li > .a p a {
  color: rgb(25, 60, 64);
}
.forum ul li > a p a:hover, .forum ul li > .a p a:hover {
  text-decoration: underline;
}
.forum ul li > a img, .forum ul li > .a img {
  max-width: 100%;
}
.forum ul li > a .form-post-preview p, .forum ul li > .a .form-post-preview p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum ul li > a:hover {
  text-decoration: none;
  border-color: var(--color-primary);
}
.forum ul li:nth-child(even) > a, .forum ul li:nth-child(even) > .a {
  background: var(--color-bg-light);
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.upload-button.onclic:after {
  background: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 3px solid #ffffff;
  font-size: 0;
  border-radius: 50%;
  border-left-color: transparent;
  animation: rotating 2s 0.25s linear infinite;
}

a.uploaded-member-file {
  color: var(--color-contrast);
  font-size: 1rem;
}
a.uploaded-member-file:hover {
  color: var(--color-primary);
}

.unfilled-wg .disclosure-content__ctc {
  padding-top: 25px;
}
.unfilled-wg .button.warning img {
  filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(90deg) brightness(98%) contrast(103%);
}

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