body {
  /* overflow: auto !important; */
  font-size: 0.875rem;
  /* background-color: #fdfdfd !important; */
  /* min-height: 100vh; */
  /* background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important; */
  /* background-image: url("../images/logo-grande.png") !important; */
  /* font-family: "Lato", sans-serif; */
}

.icon-button {
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f9ae17;
  box-shadow: inset 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 0.85rem;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

#page-wrapper-login {
  background-color: #fdfdfd;
}

/* #page-wrapper {
  background-color: #fdfdfd;
  min-height: 100vh;
  color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  /* background-position: bottom 90%; 
  background-image: url("../images/de_prado_cover.png");
  background-size: 100%;
} */

.my-container {
  transition: 0.4s;
}

.side-navbar {
  margin-left: -300px;
}

.active-nav {
  margin-left: 0;
}

.active-cont {
  margin-left: 250px;
}

.login-page {
  background-color: #103830;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../images/fondoLogin.jpg");
  min-height: 100vh;
  background-size: contain;
}

#page-wrapper-back {
  background: transparent;
  /* background-color: #fdfdfd;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url('../images/background.jpg'); */
}

.resizer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: rgba(0, 0, 0, 0.5);
  cursor: col-resize;
  user-select: none;
  touch-action: none;
}

.resizer.isResizing {
  background: blue;
  opacity: 1;
}

@media (hover: hover) {
  .resizer {
    opacity: 0;
  }

  *:hover > .resizer {
    opacity: 1;
  }
}

.table {
  margin-bottom: 0rem;
}

.table-responsive {
  margin-bottom: 1rem;
  overflow-x: inherit;
}

.table th {
  font-size: 0.9rem;
  background-color: #203b34;
  color: #fff;
}

.table td {
  font-size: 0.9rem;
}

.error {
  position: relative !important;
  font-size: 0.65rem !important;
}

.error.in {
  position: absolute !important;
  font-size: 0.65rem !important;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.no-margin {
  margin: 0px !important;
}

.title {
  color: #203b34;
  padding-bottom: 3px;
  border-bottom: 5px solid #f9ae17;
}

.btn-primary,
.btn-primary:disabled {
  background-color: #fab442;
  border-color: #fab442;
  color: #203b34;
}

.btn-danger,
.btn-danger:disabled {
  background-color: #f94326 !important;
  border-color: #f94326;
  color: #fff;
}

.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:active {
  color: #fff !important;
  border: 0px !important;
}

.dropdown-toggle.table-action {
  font-size: 0.875rem;
  /* padding: 10px 20px; */
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #f7be4c !important;
  border-color: #f7be4c !important;
  color: #203b34 !important;
}

.btn-danger:hover,
.btn-danger:active {
  background-color: #ff5d44 !important;
  border-color: #ff5d44 !important;
  color: #fff !important;
}

.btn-secondary {
  background-color: #284c46;
  border-color: #284c46;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn.btn-secondary.show {
  background-color: #203b34 !important;
  border-color: #203b34 !important;
  color: #fff !important;
}

.btn-cancel {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.btn-cancel:hover {
  background-color: #272727;
  border-color: #272727;
  color: #fff;
}

.btn-info {
  background-color: #c6a969;
  border-color: #c6a969;
  color: #fff;
}

.btn-info:hover {
  background-color: #ac925b;
  border-color: #ac925b;
  color: #fff;
}

.customBreadCrumb {
  --bs-breadcrumb-divider: ">";
}

.margin-neg-2 {
  margin-top: -2rem;
}

.subtitle {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* 
// #A0C595
// #FAF64B
// #FF9800
// #C6A969 - #F1E4C3
// #203b34 */
#crumbs {
  text-align: center;
}

#crumbs ul {
  list-style: none;
  display: inline-table;
  margin: 0px;
  padding: 0px;
}

#crumbs ul li {
  display: inline;
}

#crumbs ul li div {
  display: block;
  float: left;
  height: 50px;
  background: #e0e0e0;

  text-align: center;
  padding: 12px 5px 0 40px;
  position: relative;
  margin: 0 10px 0 0;

  font-size: 1rem;
  text-decoration: none;
  color: #9e9e9e;
}

#crumbs ul li div.done {
  background: #203b34;
  color: #fff;
}

#crumbs ul li div.active {
  background: #f9ae17;
  color: #fff;
}

#crumbs ul li div i {
  margin-right: 8px;
}

#crumbs ul li div:after {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #e0e0e0;
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 1;
}

#crumbs ul li div.done:after {
  border-left: 25px solid #203b34;
}

#crumbs ul li div.active:after {
  border-left: 25px solid #f9ae17;
}

#crumbs ul li div:before {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#crumbs ul li:first-child div {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#crumbs ul li:first-child div:before {
  display: none;
}

#crumbs ul li:last-child div {
  padding-right: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#crumbs ul li:last-child div:after {
  display: none;
}

.iconButton {
  margin-right: 10px;
  margin-left: 10px;
}
/* #crumbs ul li div:hover {
  background: #357dfd;
  color: #fff;
}
#crumbs ul li div:hover:after {
  border-left-color: #357dfd;
  color: #fff;
} */

.form-control:disabled,
.form-control[readonly] {
  background-color: #e3e3e3 !important;
  opacity: 0.5 !important;
  color: #000 !important;
}

.swal2-popup {
  background: #fff !important;
  border: 1px solid #35363a !important;
  color: #35363a !important;
  width: 80% !important;
}

.swal2-title {
  color: #35363a !important;
}

.swal2-content {
  color: #35363a !important;
}

.swal2-styled:focus {
  outline: 0px 0px !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px rgba(50, 100, 150, 0.4) !important;
}

.swal2-container {
  z-index: 99999 !important;
}

button .swal2-confirm.swal2-styled.swal2-default-outline {
  background-color: #f9ae17 !important;
  color: #203b34 !important;
}

.produccion {
  color: green !important;
  width: 100%;
  display: flex;
  justify-content: end;
}
.consumo {
  color: red !important;
  width: 100%;
  display: flex;
  justify-content: end;
}

.produccion2 {
  color: green !important;
  width: 100%;
  display: flex;
  justify-content: start;
}

.consumo2 {
  color: red !important;
  width: 100%;
  display: flex;
  justify-content: start;
}

.pagination-select {
  border-radius: 5px;
  padding: 2px 4px;
  font-size: 0.75rem;
  border: 1px solid #ccc;
}

/*********** Loading ***********/
.modal-dialog.modal-loading {
  display: flex;
  justify-content: center;
}

.modal-loading .modal-content {
  position: relative;
  width: auto;
  /* margin: var(--bs-modal-margin); */
  pointer-events: none;
  background: transparent;
  border: 0px;
}

.modal-backdrop.second {
  --bs-backdrop-zindex: 1060;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal.second {
  --bs-backdrop-zindex: 1065;
  z-index: var(--bs-backdrop-zindex);
}

.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
}

.dropzone p {
  margin-bottom: 0px;
}
