p {
  font-size: 0.9em;
}

span {
  font-size: 0.9em;
}

body {
  font-size: 0.9em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

.text-footer {
  font-size: 0.8em;
}

.notifications li {
  list-style-type: circle;
}

.bg-grey-dark {
  background-color: #272727;
}

.bg-grey-light {
  background-color: #f6f6f6;
}

.bg-grey-footer {
  background-color: #d9d9d9;
}

.red_honda {
  background-color: #1e264e;
}

.blue_acura {
  background-color: #1e264e;
}

.primary {
  background-color: #00b761;
}

.secondary {
  background-color: #d2d2d2;
}

.warning {
  background-color: red;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}

.alert_confirm {
  background-color: green;
}

.alert_warning {
  background-color: yellow;
}

.alert_danger {
  background-color: red;
}

.tag {
  cursor: pointer;
  background-color: #d9d9d9;
  text-align: center;
}

.bg-login {
  background-image: url("/img/login/fondo-honda.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.notification .badge {
  position: relative;
  top: -10px;
  right: 0px;
  background: red;
  color: white;
}

.vertical_header {
  transform: rotate(-180deg);
  text-orientation: sideways;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.table_vertical_text {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.table_capture_content td {
  border-width: 2px;
  border-color: gray;
}

.input_cell {
  width: 70px;
  padding: 0px;
  border: 1px solid gray;
}

.click_detail {
  cursor: pointer;
}

.disabled_input {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* TABS */
.tab {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50px);
}

.active-tab, .active-button {
  transition: transform 0.2s, background 0.2s, color 0.2s;
}

.active-tab {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 99;
}

.active-button {
  background: white !important;
  color: black;
}

.tab_size {
  height: 600px;
}

/* TABS */
.min_table th {
  padding: 8px;
}

.min_table td {
  padding: 8px;
}

.clickeable {
  cursor: pointer;
  color: cadetblue;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #807676;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Avoid alpinejs blink bug on load page */
[x-cloak] {
  display: none !important;
}
