.box-table-filter form.form-inline .form-group {
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-table-filter form.form-inline .form-group label {
  margin-right: 5px;
}
.box-table-filter form.form-inline .input-group {
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-table-filter form.form-inline .input-group span.input-group-addon {
  font-weight: bold;
  background-color: #f4f4f4;
}

section.sidebar div.logo-panel {
  text-align: center;
  margin: 15px 0;
}

body.sidebar-collapse section.sidebar div.logo-panel {
  display: none !important;
}

td.no-data {
  text-align: center;
  padding: 15px !important;
}

.select2-container--default .select2-selection--multiple {
  color: #000 !important;
}

.select2-selection__choice {
  color: #fff !important;
}

.input-file {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
}

#files-modal {
  position: fixed;
  width: 45%;
  border-radius: 0.75rem;
  border: 1px solid #000;
  background-color: white;
  z-index: 99999999;
  left: 30%;
  bottom: 20%;
  /* transform: translate(-50%, 20%); */
  -webkit-font-smoothing: subpixel-antialiased;
  /* -webkit-transform: translateZ(0) scale(1.0, 1.0) translateX(-50%) translateY(20%); */
  /* -webkit-font-smoothing: antialiased; */
}

.tox-notification {
  display: none !important;
  opacity: 0 !important;
  z-index: -1000 !important;
}

.button-file {
  padding-bottom: 15px;
  width: 100%;
  /* text-align: right; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.button-file h4 {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 5px;
  width: 100%;
  margin: 10px 8px;
}

.button-file button {
  background-color: #f9f9f9;
  border: 0px;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding-left: 8px;
  padding-right: 8px;
  transition: background-color 0.2s ease-in;
  outline: none;
}

.files-view {
  padding: 15px 10px;
  height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.files-view a {
  text-align: center;
  display: inline-block;
  height: fit-content;
  margin: 0 10px;
  background-color: #f1f1f1;
  padding: 0.75rem;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top-right-radius: 1rem;
  width: 85px;
  overflow-x: hidden;
}

.files-view a > i {
  font-size: 32px;
}

.button-file button:hover {
  background-color: #e1e1e1;
}

.block {
  display: block;
}

.capitalize {
  text-transform: capitalize;
}

.alerta-newpalex {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 150;
  transition: all 0.3s ease-in;
  transform: translateX(120%);
}

.alerta-newpalex-show {
  transform: translateX(5%) !important;
}
.alerta-newpalex-hide {
  transform: translateX(150%) !important;
}

.upload-file {
  margin: 0 10px;
}

.upload-file #upload-file-label {
  padding: 1rem;
  border: 1px solid #000;
  cursor: pointer;
  border-radius: 0.75rem;
  background-color: #fefefe;
  transition: all 0.3s ease-in-out;
  margin: 0 10px;
}

.upload-file #upload-file-label:hover {
  background-color: #e1e1e1;
}

#progress-value {
  height: 20px;
  width: 130px;
  border: 1px solid #000;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
}

#progress-value > #progress-value-bg {
  width: 0%;
  padding: 0 5px;
  display: inline-block;
  background-color: transparent;
  vertical-align: top;
  transition: all 0.3s ease;
}

.export-excel {
  padding-bottom: 15px;
  text-align: right;
  width: 100%;
}
.popover{
  z-index: 9999999999999!important;
}