html,
body {
  height: 100%;
  margin: 0;
}

.dataTables_length {
  display: none;
}

.table-container {
  overflow-x: hidden;
}

.table-responsive {

  overflow-x: hidden;
}


#tableInstitut th,
#tableInstitut td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

#tableInstitut th.horizontla {
  max-width: 10px;
}

#tableInstitut {
  table-layout: fixed;
  width: 100% !important;

}

#tableInstitut>thead>tr>th {

  resize: horizontal;
  overflow: hidden;

}

select#listeInstitut {
  width: auto !important;
}


.allScreen {
  height: 100%;
  margin: 0;
}

.resizeForIcon {
  padding-left: 10%;
  font-size: 25px !important;
  text-transform: none !important;
}

.navbar-langue {
  text-align: right;
}

.d-flex-login {
  display: -ms-flexbox !important;
  display: flex;
}

.connexionWidth {
  width: 100%;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.alignCenter {
  text-align: center;
}

.alignItems {
  display: flex;
  align-items: center !important;
}

.novalid {
  border: 1px solid #ff0000 !important;
}

.txtnovalid {
  color: #ff0000 !important;
  font-size: 10px;
  font-weight: 500;
}

/*
* CSS pour password checker
**/

.indicatorPasswordChecker {
  height: 10px;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.indicatorPasswordChecker span {
  position: relative;
  height: 100%;
  width: 100%;
  background: lightgrey;
  border-radius: 5px;
}

.indicatorPasswordChecker span:nth-child(2) {
  margin: 0 3px;
}

.indicatorPasswordChecker span.active:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.indicatorPasswordChecker span.weakPasswordChecker:before {
  background-color: #ff4757;
}

.indicatorPasswordChecker span.mediumPasswordChecker:before {
  background-color: orange;
}

.indicatorPasswordChecker span.strongPasswordChecker:before {
  background-color: #23ad5c;
}

.textPasswordChecker {
  font-size: 15px;
  font-weight: 500;
  display: none;
  margin-bottom: -5px;
  text-align: center;
}

.textPasswordChecker.weak {
  color: #ff4757;
}

.textPasswordChecker.medium {
  color: orange;
}

.textPasswordChecker.strong {
  color: #23ad5c;
}

/* Styles for verification */
.pswd_info {
  position: absolute;
  width: 70%;
  padding: 15px;
  color: #66615b;
  font-size: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  z-index: 3;
  top: 62px;
  right: 0;
  background: #e1ebfd;
  box-shadow: 5px 5px 5px #888888;
}

.pswd_info:before,
.pswd_info:after {
  position: absolute;
  bottom: 100%;
  content: "";
}

.pswd_info:before {
  right: 52px;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #e1ebfd;
  border-left: 17px solid transparent;
}

.pswd_info:after {
  right: 53px;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #e1ebfd;
  border-left: 16px solid transparent;
}

.pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
  font-size: 0.7em;
}

.pswd_info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pswd_info ul li {
  visibility: visible !important;
  line-height: 24px;
  font-size: 0.7em;
  padding-left: 24px !important;
}

.disconnect {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.radiobutton {
  margin-right: 10px;
}

.soumissionText {
  font-size: 1.3em !important;
  margin-bottom: 15px !important;
  font-weight: 400;
}

#boutonFormulaire {
  display: none;
  justify-content: space-between;
}

.sidebarTitleSize {
  font-size: 1em !important;
}

.btnUpload {
  font-size: 15px !important;
  background-color: #ff4848;
  color: white !important;
}

.btnUpload:hover {
  background-color: #cc4848 !important;
}

.btnDownload {
  font-size: 15px !important;
  background-color: #5dda8d;
  color: white !important;
}

.btnDownload:hover {
  background-color: #459e67 !important;
}

.annexe {
  -ms-flex: 0 0 83.333333% !important;
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}

#listCom .row {
  align-items: center;
}

.labelTabAnnexe {
  width: 40%;
  text-align: left;
}

.uploadTabAnnexe {
  text-align: left;
}

.downloadTabAnnexe {
  width: 25%;
  text-align: center;
}

.commTabAnnexe {
  width: 20%;
  text-align: center;
}

.selectedCandidat {
  background-color: #cecece !important;
}

.textRight {
  text-align: right;
}

.errorOnglet {
  color: #ff0000 !important;
}

.filtreLabelName {
  color: #51cbce !important;
  cursor: url("../img/corbeille.png"), auto !important;
}

.filtreLabelContent {
  font-weight: bold;
  color: #ec701d !important;
  cursor: url("../img/corbeille.png"), auto !important;
}

.filtreLabelName:hover .filtreLabelContent {
  text-decoration: line-through;
  cursor: url("../img/corbeille.png"), auto !important;
}

.filtreLabelName:hover {
  text-decoration: line-through;
  cursor: url("../img/corbeille.png"), auto !important;
}

.btnDerogation {
  background-color: transparent;
}

.btnDerogation:hover {
  background-color: transparent !important;
  transform: rotate(15deg);
}

.btnDerogation:active,
.btnDerogation:focus {
  background-color: transparent !important;
}

.btnDelete {
  transform: translateX(-40px) !important;
  background-color: rgb(255, 72, 72);
  transition: width 0.5s;
  width: 16%;
  box-shadow: inset 0.4em 0 7px 0px rgba(0, 0, 0, 25%) !important;
}

.btnDelete:hover {
  width: 20% !important;
  box-shadow: inset 0.4em 0 7px 0px rgba(0, 0, 0, 25%) !important;
}

.svgEtat {
  float: right;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.supprimeEtatBtn {
  cursor: pointer;
}

.supprimeEtatBtn:hover {
  transform: rotate(15deg);
}

/* Page index.html */
.titreSAF {
  margin-bottom: 0px;
  font-weight: 900;
  /*font-size: 4.5em;*/
  font-style: italic;
  width: 90%;
}

.titreBienvenue {
  padding-top: 150px;
  margin-bottom: 0px;
  font-weight: 900;
  /*font-size: 4.5em;*/
  width: 90%;
}

.divTextImportant {
  position: absolute;
  bottom: 30px;
}

.ulTextImportant {
  font-size: 18px;
  width: 90%;
}

.rightPanel {
  background-color: white;
  display: grid;
  padding-right: 5%;
}

.leftPanel {
  background: linear-gradient(45deg, #82acec 0%, #3282ed 75%);
  color: white;
  filter: drop-shadow(2px);
  padding-left: 3%;
}

.illustration {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 75%;
  z-index: 1;
}

.buttonLangue {
  background: linear-gradient(45deg, #82acec 0%, #3282ed 75%);
}

.divConnexion {
  margin-left: -120px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%) !important;
  border-radius: 50px;
  z-index: 1;
  background-color: #ffffffa1;
  backdrop-filter: blur(5px);
}

@media only screen and (min-width: 300px) and (max-width: 890px) {
  body {
    overflow-y: visible !important;
    background-color: #3282ed !important;
  }

  .leftPanel {
    background-color: #3282ed !important;
    background: none;
    color: white !important;
    padding-left: 3% !important;
  }

  .rightPanel {
    background-color: #3282ed !important;
    padding: 20px !important;
  }

  .buttonLangue {
    color: #3282ed !important;
    background: none;
    background-color: white !important;
  }

  .divTextImportant {
    position: relative !important;
  }

  .titreBienvenue {
    font-size: 3em !important;
  }

  .titreSAF {
    font-size: 3em !important;
  }

  .navBarText {
    font-size: 0.8em !important;
  }

  .navBarLogo {
    width: 100px !important;
    margin-top: 10px !important;
  }

  .divConnexion {
    margin: auto !important;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%) !important;
    border-radius: 50px !important;
    z-index: 1 !important;
    background-color: #ffffffa1 !important;
    backdrop-filter: blur(5px) !important;
  }

  .illustration {
    width: 0px !important;
  }
}

@media only screen and (min-width: 890px) and (max-width: 1290px) {
  body {
    overflow-y: visible !important;
    background-color: #3282ed !important;
  }

  .leftPanel {
    background-color: #3282ed !important;
    background: none;
    color: white !important;
    padding-left: 3% !important;
  }

  .rightPanel {
    padding: 20px !important;
  }

  .buttonLangue {
    background-color: #3282ed !important;
    background: none;
    color: white !important;
  }

  .divTextImportant {
    position: relative !important;
  }

  .titreBienvenue {
    font-size: 3em !important;
  }

  .titreSAF {
    font-size: 3em !important;
  }

  .navBarText {
    font-size: 0.8em !important;
  }

  .navBarLogo {
    width: 100px !important;
    margin-top: 10px !important;
  }

  .divConnexion {
    margin: auto !important;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%) !important;
    border-radius: 50px !important;
    z-index: 1 !important;
    background-color: #ffffffa1 !important;
    backdrop-filter: blur(5px) !important;
  }

  .illustration {
    width: 50%;
  }
}

.large-badge {
  font-size: 1.1em;
  cursor: pointer;
}

/* Onglet A Propos */
.customCardShadow {
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 10%);
}

.draggable-source--is-dragging span {
  background-color: #51bcda !important;
}

.chart-container {
  max-height: 300px !important;
}

.pill {
  white-space: normal;
  text-align: left;
}

.navChamps {
  font-size: 12px;
  cursor: pointer;
}

.btnCom {
  width: 50px;
  height: 34px;
}

.btnCom i {
  text-align: center;
  font-size: 20px;
}

.select .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
  height: 250px;
  overflow-y: scroll;
}

.select .multiselect-container .input-group {
  margin: 5px;
}

.select .multiselect-container>li {
  padding: 0;
  font-size: 14px;
}

.select .multiselect-container>li>a.multiselect-all label {
  font-weight: 700;
  color: gray;
}

.select .multiselect-container>li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}

.select .multiselect-container>li.multiselect-group-clickable label {
  cursor: pointer;
}

.select .multiselect-container>li>a {
  padding: 5px 0;
  color: #000;
  display: block;
}

.select .multiselect-container>li>a>label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select .multiselect-container>li>a>label:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 16px;
}

.select .multiselect-container>li.active>a>label:before {
  font-family: "fontAwesome";
  content: "\f00c";
  color: #fff;
  background-color: #52de97;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
}

.select .multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
  margin: 0;
}

.select .multiselect-container>li>a>label>input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.select .btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select .form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.select .form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.select .form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

.select {
  width: 100%;
}

.select .btn-group {
  height: 52px;
  width: 100%;
}

.select .btn-group button {
  color: black;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%);
  padding: 0 10px;
  text-align: left;
  position: relative;
}

.select .btn-group button .dropdown-toggle {
  background: #fff !important;
  color: black !important;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
}

.select .btn-group button:hover {
  background: #fff !important;
  color: black !important;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
}

.select .btn-group button .dropdown-toggle:hover {
  background: #fff !important;
  color: black !important;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
}

.select .btn-group button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999999;
}

.select .show>.btn.dropdown-toggle {
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
  background: #fff !important;
  color: #000 !important;
}

.select .btn-group button:focus {
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 25%) !important;
  padding: 0 10px;
  background: #fff !important;
  color: #000 !important;
}

.template {
  color: #fff !important;
}

.select .multiselect-container::-webkit-scrollbar {
  width: 7px;
}

.select .multiselect-container::-webkit-scrollbar-track {
  background: #CFCBCA;
}

.select .multiselect-container::-webkit-scrollbar-thumb {
  background: #ABA194;
  border-radius: 10px;
}

.select .multiselect-container::-webkit-scrollbar-thumb:hover {
  background: #69645D;
}

.checkbox-left{
  text-align: left !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
