.widget_list_switch,
.widget_list_switch_multiple {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  font-size: 13px;
}
.widget_list_switch li,
.widget_list_switch_multiple li {
  height: 34px;
  border-bottom: 2px solid #E2E2E2;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.widget_list_switch li.disabled,
.widget_list_switch_multiple li.disabled {
  cursor: not-allowed;
}
.widget_list_switch li.actif,
.widget_list_switch_multiple li.actif {
  background: #E2E2E2;
  border-color: #E2E2E2;
}
.widget_list_switch_multiple li {
  margin-right: 2px;
}
.ui-mask {
  position: absolute;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.ui-mask-loader {
  position: absolute;
  color: black;
  text-align: center;
  font-size: 12px;
  z-index: 10000;
}
.ui-mask-loader .ui-loading-text {
  text-align: center;
  position: absolute;
  top: 80px;
  width: 100%;
}
.ui-mask-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -40px 0 0 -40px;
  border: 10px solid #fff;
  border-radius: 50%;
  border-top: 10px solid #E2E2E2;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.ui-mask-loader img {
  width: 60px;
}
.ui-masked {
  position: relative !important;
  overflow: hidden !important;
}
/*# sourceMappingURL=html.css.map */