table.table-style-1 td.table-cell-right,
table.table-style-2 td.table-cell-right,
.table-cell-right {
  text-align: right;
  padding-right: 30px !important;
}

.modal-loader-container {
  text-align: center;
}

.app-title-border {
  border-bottom: 2px solid #ffbc0d;
}

.btn-header-right {
  position: absolute;
  right: 0;
  transform: translate(-50%, 0);
}

.select2 {
  max-width: 100%;
  width: 100% !important;
}

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

.select2-results__option {
  padding-left: 0px;
  padding-right: 0px;
}

.select2-selection__choice {
  border-radius: 25px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ced4da 1px;
  outline: 0;
  line-height: 20px;
  padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  padding-bottom: 0 !important;
}

.select-all i,
.deselect-all i {
  font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaea;
  color: #545454;
  padding: 5px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e5e5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 25px;
}

/* Para eliminar las flechas en Chrome, Safari, Edge, Opera */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Para eliminar las flechas en Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 0 !important;
}

table.table-style-1 td,
table.table-style-2 td {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.325);
  border-top: none !important;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 0.5em !important;
}

table.table-style-1 .dt-search-row th,
table.table-style-2 .dt-search-row th {
  background: #752157;
  padding: 15px 10px !important;
  color: transparent;
}

table.table-style-1 .dt-search-row th:first-child,
table.table-style-2 .dt-search-row th:first-child {
  border-radius: 5px 0 0 0;
}

table.table-style-1 .dt-search-row th:last-child,
table.table-style-2 .dt-search-row th:last-child {
  border-radius: 0 5px 0 0;
}

table.table-style-1 thead input {
  width: 100%;
  border: none;
  border-radius: 4px;
  min-height: 28px;
  padding: 5px;
}

.table-style-1 .table-style-2 {
  min-width: 1200px;
}

table.dataTable.table-style-1,
table.dataTable.table-style-2 {
  border-collapse: collapse !important;
}

.table.table-style-2 thead th {
  background: #FFF !important;
}

.table-footer .dataTables_paginate {
  float: left;
  width: 70%;
}

.table-footer .dataTables_length {
  float: left;
  width: 30%;
}

.table-footer .dataTables_info {
  float: left;
  width: 100%;
}

.table-header .dt-buttons {
  float: left;
  margin-bottom: 10px;
}

.table-header .dt-buttons .buttons-copy {
  margin-left: 0;
}

.table-header .dataTables_filter {
  float: right;
  margin-right: 0;
  padding: 5px;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: initial !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #bcd3e3 !important;
}

table th,
.table td {
  padding: 0.5rem !important;
  vertical-align: middle !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  margin-top: 1px !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -1px !important;
}

.filter-table-container div.dataTables_filter {
  display: none !important;
}

.dataTables_scrollHead {
  z-index: 1;
}

.table-style-1-container .dataTables_scrollBody {
  z-index: auto;
  top: -47px;
}

.serial-modal-body {
  max-height: 600px;
  overflow-y: auto;
}

.scanner-input:focus {
  background-color: rgba(117, 33, 87, 0.2);
}

.dataTables_scrollBody thead {
  visibility: hidden;
}

.deleted-row {
  background: repeating-linear-gradient(-55deg, #ffe9e9, #ffe9e9 5px, #fdd9d9 5px, #fdd9d9 10px);
}

.table-style-2-container .dataTables_scrollBody {
  z-index: auto;
  top: -17px;
}

.dataTables_scrollFoot {
  margin-top: -34px;
}

.header-selector {
  margin-bottom: 0;
  margin-left: 15px;
  margin-top: 5px;
}

.actions-1 {
  width: 50px;
}

.actions-2 {
  width: 100px;
}

.actions-3 {
  width: 150px;
}

.actions-4 {
  width: 200px;
}

.actions-5 {
  width: 250px;
}

.helper-block {
  font-size: 10px;
  font-style: italic;
}

.layout-horizontal-bar .header-topnav .topnav ul.menu > li.active {
  background: #f5f5f5;
}

.auth-layout-wrap {
  background-position: 50% !important;
}

.auth-logo img {
  width: 100% !important;
  height: auto !important;
}

.layout-horizontal-bar .main-header .logo {
  width: auto !important;
}

.layout-sidebar-large .main-header .logo img,
.layout-horizontal-bar .main-header .logo img {
  max-width: calc(100% - 20px) !important;
  max-height: 60px;
  width: 140px;
}

.form-control.form-control-rounded.select2-selection {
  border-radius: 20px !important;
  height: 34px !important;
  border-color: #d7dce1 !important;
}

.form-control.form-control-rounded.select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  line-height: 22px !important;
}

.form-control.form-control-rounded.select2-selection.select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 4px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee !important;
  opacity: 1;
}

th .select2-container .select2-selection--single {
  height: 30px !important;
}

th .select2-selection__placeholder {
  color: #707070 !important;
  font-weight: normal;
  line-height: 30px !important;
}

th .select2-container:focus-visible,
th .select2-selection__rendered,
th .select2-selection--single {
  outline: none !important;
  border: none !important;
}

.nav-item a.open .nav-icon {
  display: initial !important;
  color: #752157;
}

div.dataTables_wrapper div.dataTables_processing {
  z-index: 9999;
}

body .datepicker table tr td.active.active:hover,
.datepicker table tr td.active {
  color: #ffffff !important;
  background-color: #740060 !important;
  border-color: #740060 !important;
}

.datepicker table tr td.today {
  background-color: #C4044C !important;
  color: #ffffff !important;
}

.datepicker .datepicker-decades table tr td span {
  width: 64px !important;
  line-height: 26px !important;
  font-size: 15px;
  margin: 5px;
}

.bootstrap-datetimepicker-widget table td {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.datepicker table tr td,
.datepicker table tr th {
  padding: 0.5rem !important;
  font-size: 13px;
  text-transform: lowercase;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.custom-file-label::after {
  content: "Buscar";
}

.custom-file-label {
  margin-right: -5px !important;
  margin-left: 5px !important;
}

.custom-input-group {
  margin-top: -15px;
}

.custom-input-group .form-control-rounded {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.custom-input-group .input-group-append span {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.dt-buttons.btn-group {
  display: none;
}

.custom-file-label.form-control-rounded {
  border-radius: 20px !important;
}

.places-select,
.user-sector-select {
  width: 200px;
}

