:root {
  --theme-pink: #e1b3a5;
  --theme-black: #212941;
  --theme-green: #40b07d;
  --theme-blue: #2582f7;
  --mode-dark-bg-input: #555555;
  --mode-dark-bg-input-border: #888888;
  --mode-dark-bg-input-color: #f5f5f5;
  --mode-dark-bg-input-label: #cccccc;
  --mode-dark-content-app: #222;
}
.kpi-value {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a73e8;
}

.kpi-value.low {
  color: #34a853; /* verde */
}
.kpi-value.medium {
  color: #f9a825;
}
.kpi-value.high {
  color: #ea4335; /* rojo */
}
.kpi-value .no-data {
  color: #999;
  font-style: italic;
}

.slider-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.range-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  position: relative;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd; /* Línea de fondo */
  border-radius: 5px;
}
.range-slider::before {
  content: "";
  position: absolute;
  height: 8px;
  background: #47bfc3; /* Color entre los manejadores */
  border-radius: 5px;
  z-index: 1;
}
input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  appearance: none;
  background: none;
  margin: 0;
  top: -3px;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background: #47bfc3;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.time-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}
/* Clase para simular elementos de carga */
.layer {
  position: relative;
  background: #e0e0e0; /* Color de fondo claro para el "cargando" */
  overflow: hidden;
}

/* Efecto de animación para el fondo que simula el "loading" */
.layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  animation: loading 1.5s infinite;
}

/* Animación de la "barrera" que se mueve de izquierda a derecha */
@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
#address_shipping_guest, #address_invoice_guest {
  margin-top: 25px;
}
.kpi-hub {
  margin-top: 25px;
}
.kpi-hub:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background-color: #ccc; /* Color de la línea */
}
input, textarea, select {
    font-size: 16px !important;
}
.kpi-hub h2 {
  margin-top: 0px;
}
.kpi-hub span {
  font-weight: 300;
}
.message_input_file {
  display: none;
}
.file_link {
  color: #428bca !important;
  text-decoration: none;
}
.type_file {
  opacity: .8;
}
#attachments_content div {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: solid 1px #1111;
  background-color: white;
  display: table;
  margin-right: 10px;
  position: relative;
}
#attachments_content div input.hidden{
  display: none;
}
#attachments_content i {
  cursor: pointer;
}
#attachments_content .save_changes_file_customer {
  display: none;
}
#attachments_content .cancel_changes {
  display: none;
}

#attachments_content i,
#attachments_content span, 
#attachments_content input{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#attachments_content input{
  width: initial;
  margin: 0px;
  border: solid 1px #1111;
  background: #e6e6e6;
}
#attachments_content div:has(i.cancel:hover) {
    background-color: #ff000057;
    color: white;
}
#attachments_content div:has(i.edit:hover) {
    background-color: #0000ff66;
    color: white;
}
#customer_filter_form {
  padding-left: 15px;
}
#customer_filter_form input[type="number"] {
  margin-bottom: initial;
  max-width: 80px;
}
#customer_filter_form input[type="number"]:after {
  height: 1em;
  width: 1em;
  margin-top: 5px;
  display: inline-block;
  color: #222;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Material Icons";
  line-height: 1em;
  content: "expand_more";
  font-size: 20px;
}
#customer_filter_form select[name="currency"] {
  max-width: 80px;
}
#password_check_admin {
  display: none;
}
.employee-pic {
  max-width: 250px !important;
}
.inline {
  display: inline-block;
}
.midle {
  vertical-align: middle;
}
.input-container-quantityInputView {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.input-container-quantityInputView input {
  width: initial !important;
  height: 40px !important;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  height: initial;
}

.input-container-quantityInputView button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fcfcfc;
  color: #7d7979;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.input-container-quantityInputView button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.input-container-quantityInputView button:hover:not(:disabled) {
  /*background-color: white;*/
}
.order-timeline {
  position: relative;
  padding-left: 40px;
  margin-left: 40px;
}

.order-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #007BFF; /* Línea vertical principal */
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -26px;
  width: 12px;
  height: 12px;
  border: 2px solid #007BFF; /* Color del borde */
  background: #fff;
  border-radius: 50%; /* Punto circular */
  z-index: 1;
}

.timeline-item .status span.event {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}
.timeline-item span.by {
  font-weight: 300;
  color: #666;
  font-size: 11px;
}

.timeline-item .date {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
}
.preferences_list {
  list-style: none;
  width: 100%;
  max-width: 950px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
}
.preferences_list li{
  padding: 10px;
}
.preferences_list li span:not(.desc){
  font-weight: bold;
}
.preferences_list li span.desc{
  display: block;
  color: #606060;
  margin-left: 72px;
}
.preferences_list .title_preference {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.preferences_list .switch {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.buttons-tabled-rendered {
  width: fit-content;
}
.profile_form h3{
  text-transform: uppercase;
  margin-bottom: 50px;
  border-bottom: solid 1px #1111;
}
.profile_form h3 span, 
.profile_form h3 i{
  display: inline-block;
  vertical-align: middle;
}
.parent_profile_content {
  border: solid 1px #1111;
  width: 100%;
  max-width: 450px;
  margin-top: 15px;
}
.parent_profile_content h4 label{
  margin-right: 6px;
}
.parent_profile_content h4{
  margin: 0px;
  padding: 10px;
  text-transform: uppercase;
}
.parent_profile_content label{
  float: right;
  padding: 0px;
  margin: 0px;
}
.children_profile_content {
  list-style: none;
  margin: 0px;
  padding: 15px;
}
.children_profile_content li span {
  text-transform: capitalize;
}
.children_profile_content li:not(:last-child) {
  margin-bottom: 15px;
  height: 35px;
  border-bottom: solid 1px #1111;
}
.input_file {  
  border-bottom: solid 1px #ccc;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  padding-top: 5px;
}
.input_file input {
    display: none !important;
}
.file_text {
  overflow: hidden;
  max-width: fit-content;
  display: inline-grid;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.hidden-file-input {
  position: absolute;
  left: -9999px;
}

.input_file label {
  display: initial !important;
  background-color: #03b196;
  color: white;
  padding: 0.7rem;
  font-family: sans-serif;
  cursor: pointer;
  margin-top: 1rem;
}
#formWidgetContent {
  position: fixed;
  z-index: 98;
  padding: 20px;
  top: 0px;
  right: -50px;
  width: 0px;
  height: 100%; /* Asegura que el contenido ocupe toda la altura */
  background-color: #fff; /* Solo para visualización */
  overflow: hidden; /* Oculta contenido que no cabe */
  transition: width 0.2s ease; /* Transiciona el ancho */
  overflow: hidden
}

#formWidgetContent.show {
  width: 100%;
  right: 0px;
}

.widget-select {
  border: dotted 2px #e5e5e5;
  margin-bottom: 10px;
  display: inline-grid;
  width: 100%;
  max-width: 280px;
  padding: 5px;
  cursor: pointer;
}
.widget-select.enabled {
  border: solid 2px #e5e5e5;
  background-color: #3f433f0f;
}
.widget-select h3 {
  font-size: 14px;
}
.widget-select h3 span{
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.scheduled-expired-row {
  background: #d76868;
  color: white !important;
}
.td-danger {
  background: #d76868;
  color: white !important;
}
.hub-kpi-content-sortable {
  background-color: #fefeb3;
  width: 100%;
  max-width: 430px;
  display: inline-grid;
  position: relative;
  vertical-align: middle;
  border: dotted 2px #e5e5e5;
}
.hub-kpi-content {
  margin: 10px;
  display: inline-grid;
  gap: 20px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 430px;
  vertical-align: middle;
}
.hub-kpi-content button {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
}
.hub-kpi-content:hover button {
  display: block;
}
.hub-kpi-content.move{
  cursor: move;
}
.hub-kpi-content h4 {
  margin: 0px;
} 
.hub-kpi-content h4 span {
  display: block;
  font-weight: 200;
  font-size: 12px;
}
.hub-kpi-content .last_update {
  border-top: solid 1px #1111;
  margin: 0px;
  padding-top: 10px;
}
.hub-kpi-content .last_update i, 
.hub-kpi-content .last_update span{
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: grey;
}
.add-widget {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: transparent;
  border:  solid 1px #111;
}
.message_link {
  text-decoration: underline;
  cursor: pointer;
}
.change_date_order {
  
}
.move_order {

}
/* Estilo para el switch */
.mode-select-switch {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: background-color 0.3s ease;
    border: solid 2px #a6a6a6;
}
/* Estilo para los íconos */
.mode-select-icon {
    font-size: 20px;
    color: #fff;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.mode-select-sun-icon {
    opacity: 1; /* Muestra el sol por defecto */
}

.mode-select-moon-icon {
    opacity: 0;
}

/* Estilo para el slider (circulito que se mueve) */
.mode-select-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Estilos cuando está en modo oscuro */
.mode-select-switch.mode-select-dark {
    background-color: #333;
}

.mode-select-switch.mode-select-dark .mode-select-slider {
    transform: translateX(30px);
}

.mode-select-switch.mode-select-dark .mode-select-sun-icon {
    opacity: 0;
}

.mode-select-switch.mode-select-dark .mode-select-moon-icon {
    opacity: 1;
}

/* Transición del fondo al cambiar de tema */
body.mode-select-light {
    background-color: #eeeeee;
    color: #333;
}

body.mode-select-dark {
    background-color: #333;
    color: #fff;
}
body.mode-select-dark .navBar, 
body.mode-select-dark .tooltiptext  {
  background: #222 !important;
}
body.mode-select-dark #content_git_changes {
  background: #222222;
}
body.mode-select-dark #company_list_header,
body.mode-select-dark input:not(.input_error),
body.mode-select-dark textarea,
body.mode-select-dark select,
body.mode-select-dark .select2-container--default .select2-selection--single,
body.mode-select-dark .select2-container--default .select2-selection--single .select2-selection__rendered, 
body.mode-select-dark .select2-container--default .select2-selection--single .select2-selection__placeholder{
  background-color: var(--mode-dark-bg-input) !important;
  border-color: var(--mode-dark-bg-input-border) !important;
  color: var(--mode-dark-bg-input-color) !important;
}
body.mode-select-dark input.input_error {
  background-color: var(--mode-dark-bg-input) !important;
  color: var(--mode-dark-bg-input-color) !important;
}
body.mode-select-dark #company_list_header:hover,
body.mode-select-dark input:hover,
body.mode-select-dark textarea:hover,
body.mode-select-dark select:hover  {
  background-color: var(--mode-dark-bg-input);
}
body.mode-select-dark label  {
  color: var(--mode-dark-bg-input-label);
}
body.mode-select-dark .main_app,
body.mode-select-dark .box_content,
body.mode-select-dark .tag,
body.mode-select-dark .select2-dropdown,
body.mode-select-dark .modal,
body.mode-select-dark .modal .modal-footer,
body.mode-select-dark #credit-limit-content{
  background: var(--mode-dark-content-app);
}
body.mode-select-dark .buttons_details_top, 
body.mode-select-dark .color-options,
body.mode-select-dark #company_list_select, 
body.mode-select-dark {
  background-color: black;
}
body.mode-select-dark .active_menu_app, {
  border-bottom-color: var(--mode-dark-bg-input-color) !important;
}
body.mode-select-dark .parent_profile_content {
  border-color: #88888880;
}
body.mode-select-dark .children_profile_content li:not(:last-child),
body.mode-select-dark .parent_profile_content h4 {
  border-bottom: solid 1px;
  border-bottom-color: #88888880;
}

body.mode-select-dark a.button_filter,
body.mode-select-dark a.button_header,
body.mode-select-dark span.button_header,
body.mode-select-dark .menu_app ul li a,
body.mode-select-dark .tag,
body.mode-select-dark .botones_table span,
body.mode-select-dark .button_filter_content span,
body.mode-select-dark thead tr th,
body.mode-select-dark .btn_addres,
body.mode-select-dark .buttons_details_top div,
body.mode-select-dark #product_select_table_sales thead tr td,
body.mode-select-dark .step-link {
  color: #dedede !important;
}
body.mode-select-dark .tooltip i {
  color: #dededeba;
}
body.mode-select-dark tbody tr:nth-child(odd),
body.mode-select-dark .company_main ul li:nth-child(odd),
body.mode-select-dark .container_login {
  background-color: #222 !important;
}
body.mode-select-dark tr.product_row_order {
  color: #dedede !important;
}
body.mode-select-dark tbody tr:nth-child(even),
body.mode-select-dark #product_select_table_sales tbody tr.product_row_order:nth-child(odd),
body.mode-select-dark #body_print #products tbody tr td:nth-child(odd) {
  background-color: #333 !important;
}
body.mode-select-dark tbody td{
  color: #dddd !important;
  border-color: black !important;
}
body.mode-select-dark .disabled:not(.paginate_button) {
  background-color: #343333 !important;
}
body.mode-select-dark .logo-app, 
body.mode-select-dark document_table.logo img {
  filter: grayscale(1) brightness(2) opacity(1);
}
body.mode-select-dark .dataTables_info,
body.mode-select-dark .button-border {
  color: #cccc;
}
body.mode-select-dark .input_file_multiple a {
  border: solid 1px #ccc;
  color: #ccc;
}
body.mode-select-dark .hub-kpi-content {
  background-color: transparent;
  border: 1px solid #88888880;
}
body.mode-select-dark .hub-kpi-content-sortable  {
  background-color: transparent;
}
.logo-app {
  padding-left: 10px;
  padding-right: 10px;
}
/* Manejamos temas */
body[theme="green"].mode-select-dark table.dataTable tbody tr.selected {
  background-color: #40b07d7a !important; /* Color para tema 'green' en modo oscuro */
}
body[theme="pink"].mode-select-dark table.dataTable tbody tr.selected {
  background-color: #e1b3a57a !important; /* Color para tema 'green' en modo oscuro */
}
body[theme="black"].mode-select-dark table.dataTable tbody tr.selected {
  background-color: #212941d6 !important; /* Color para tema 'green' en modo oscuro */
}
body[theme="blue"].mode-select-dark table.dataTable tbody tr.selected {
  background-color: #2582f780 !important; /* Color para tema 'green' en modo oscuro */
}

body.mode-select-dark #loading_div {
  background: rgb(16 12 12 / 62%) ;
}
body.mode-select-dark .showBarButton,
body.mode-select-dark #company_list_select li.title, 
body.mode-select-dark #company_list_select li a,
body.mode-select-dark .modal-footer .button-cancel,
body.mode-select-dark .container_login ul li a,
body.mode-select-dark .showBarButton,
body.mode-select-dark .timeline-item .status,
body.mode-select-dark .timeline-item .status span.event{
  color: #fff !important;
}
body.mode-select-dark .timeline-item .date, 
body.mode-select-dark .timeline-item span.by,
body.mode-select-dark .preferences_list li span.desc {
  color: #808080;
}
body.mode-select-dark #credit-limit-content {
  box-shadow: rgb(243 233 233 / 30%) 0px 0.125rem 0.25rem;
}
body.mode-select-dark #body_print .table_border tr th {
  background-color: black;
  color: white;
}
body.mode-select-dark #body_print .table_border tr td {
  background-color: initial;
}
body.mode-select-dark .nav-button {
  background-color: transparent;
  color: #a6a6a6;
}
body.mode-select-dark .hub-kpi-content button,
body.mode-select-dark .add-widget,
body.mode-select-dark .notifications_message a,
body.mode-select-dark .h4_notifications i {
  color: white;
}
body.mode-select-dark .notifications_container {
  background-color: #222222;
  box-shadow: none;
}
body.mode-select-dark .notifications_message:hover {
  background-color:rgba(0, 0, 0, 0.3);
}

.buttons-nav-status {
  /*display: none !important;*/
}
.nav-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
    color: #615c5c;
    margin-left: 15px;
    background-color: white;
    opacity: .8;
}
.nav-button:hover {
  opacity: 1;
}
.nav-button.disabled-button-nav {
    color: #aaa;
    cursor: not-allowed;
}
.nav-button .text {
  font-size: 1.2rem;
}
#file_delivery_content {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.file_delivery {
  border-radius: 5px;
  background-color: white;
  width: fit-content;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
}
.file_delivery a, .file_delivery span {
  display: inline-block;
  vertical-align: middle;
}
.file_delivery span {
  cursor: pointer;
}
.product_bo_input {
  width: fit-content !important;
  margin-bottom: initial !important;
}
.margin-nav-top {
  margin-top: 0px !important;
}
.div_miniature_module {
  padding: 10px;
  transition: all 0.3s;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 200px;
  align-content: center;
  text-align: center;
  align-content: center;
  display: inline-grid;
  margin: 5px;
  background-color: white;
}
.div_miniature_module:hover {
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
.div_miniature_module img {
  max-width: 90px;
}
.container_module_description {
  position: relative;
  height: 100%;
  max-height: 150px;
  min-height: 150px;
}
.container_module_name {
  height: 100%;
  max-height: 110px;
  min-height: 110px;
}
.container_module_name h4 {
  font-size: 12px;
}
.container_img_module {
  height: 100%;
  max-height: 80px;
  min-height: 75px;
}
.module_list_layer_title_category {
  display: block;
  background-color: #e3e3e3;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  padding: 5px;
}
.module_list_layer {
  text-align: center;
  display: inline-grid;
  margin-right: 20px;
  width: 100%;
  max-width: 250px;
  min-height: 350px;
  margin-top: 20px;
  padding: 5px;
  position: relative;
}
.module_list_layer_logo {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-top: 20px;
}
.module_list_layer_name {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 95%;
  height: 20px;
  margin-top: 20px;
}
.module_list_layer_description {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 90%;
  height: 10px;
  margin-top: 20px;
}
.buttons_details_top {
  height: 40px;
  background-color: #e0dcdc;
  padding-top: 10px;
  margin-bottom: 10px;
}
.buttons_details_top div {
  cursor: pointer;
  padding-left: 20px;
}
.refund_total_quantity {
  display: none;
}
.chip {
  background: #eceff1;
  border: solid 1px #1111;
  border-radius: 10px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: fit-content;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 11px;
}
.chip span {
  color: #4f4f4f !important;
}
.chip i, .chip span{
  vertical-align: middle;
}
.chip i{
  font-size: 12px;
}
div.chip[readonly="readonly"] {
  pointer-events: none;
}
.form_input_chips_content {
  display: block;
  width: 100%;
  max-width: 350px;
  height: fit-content;
  padding: 10px;
  border: dotted 2px #1111;
  border-top: 0px;
}
.itivos-icons {
  font-family: 'Material Icons';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Tamaño del icono */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.itivos-icons.download_xml {
  display: inline-block;
  width: 24px; /* Ajusta el ancho del icono */
  height: 24px; /* Ajusta el alto del icono */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M5 16h14v-2H5v2zm3-5h8v-2H8v2zm0-4v2h8V7H8zm0-4h8V1H8v2zm-1 8l2-2h2l2 2h2l2-2h2v4H4v-4h3zm5 4H6v-2h6v2z"/><text x="2" y="22" font-size="8" fill="black" font-family="Arial">XML</text></svg>') no-repeat center center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M5 16h14v-2H5v2zm3-5h8v-2H8v2zm0-4v2h8V7H8zm0-4h8V1H8v2zm-1 8l2-2h2l2 2h2l2-2h2v4H4v-4h3zm5 4H6v-2h6v2z"/><text x="2" y="22" font-size="8" fill="black" font-family="Arial">XML</text></svg>') no-repeat center center;
  background-color: currentColor; /* Usa el color actual del texto */
  background-size: contain; /* Ajusta el tamaño del SVG */
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  padding-left: 35px !important;
}
.input_error {
  border-bottom: solid 2px red !important;
}
.input_button_row {
  display: inline-block;
}
.mail_row {
  display: inline-block;
  max-width: 300px !important;
}
.btn_delete_mail_row_container {
  vertical-align: middle; 
  display:inline-block; 
  width: fit-content;
  cursor: pointer;
}
.disabled:not(.paginate_button) {
  cursor: not-allowed !important;
  background-color: white !important;
  color: grey !important;
}
#warehouse_crokis_view {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#warehouse_crokis_view  li{
  display: inline-block;
}
#warehouse_crokis_view  li a{
  color: #428bca !important;
  opacity: .4;
}
#warehouse_crokis_view li a.current_view {
  opacity: 1;
  font-weight: bold;
}
#product_list_supply .product_service {
  background-color: #a09a9a;
}
#check_stock_content {
  position: fixed;
  top: 80px;
  right: -550px;
  width: 100%;
  height: fit-content;
  max-width: 550px;
  z-index: 9999;
  background: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 30%) 0px 0.125rem 0.25rem;
  transition: 0.2s ease-out;
}
#check_stock_content i {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.show_stock_request {
  right: 30px !important;
}
#credit-limit-content {
  position: fixed;
  top: 80px;
  width: 100%;
  height: fit-content;
  max-width: 150px;
  z-index: 99;
  background: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 30%) 0px 0.125rem 0.25rem;
  transition: 0.2s ease-out;
}
#credit-limit-content.show {
  right: 10px;
}
#credit-limit-content.hide {
  right: -250px;
}
.more {
    float: right;
    padding-right: 10px;
    padding: 7px;
    cursor: pointer;
}
.modal_more_info {
    position: absolute !important;
    z-index: 99 !important;
    display:none;
    background-color: transparent;
    height: 100%;
    width: 100%;
    max-width: 550px;
    top: 0px;
    right: 0px;
    text-align: right;
}
#more_info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#more_info ul li span{
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
#more_info ul li a{
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
#more_info_data_menu {
  background-color: white;
  max-width: fit-content;
  position: absolute;
  right: 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  box-shadow: 7px 4px 5px 0px rgba(214,207,207,0.25);
  -webkit-box-shadow: 7px 4px 5px 0px rgba(214,207,207,0.25);
  -moz-box-shadow: 7px 4px 5px 0px rgba(214,207,207,0.25);
  top: 45px ;
}
#more_info_data_menu ul{
  padding: 0px;
  margin: 0px;
}
#more_info_data_menu ul li{
  padding: 10px;
}
#more_info_data_menu ul li:hover{
  background-color: #f0f2f5;
}
#more_info_data_menu ul li a{
  text-decoration: none;
  color: #3b4a54;
}
#more_info_data_menu ul li span{
  text-decoration: none;
  color: #3b4a54;
}
#content_git_changes {
  background: #eee;
  border: solid 1px #2222;
  overflow-x: auto;
  height: 150px;
  margin-bottom: 25px;
}
#content_logs {
  background: #eee;
  border: solid 1px #2222;
  overflow-x: auto;
  height: 150px;
  margin-bottom: 25px;
  padding: 10px;
}
#content_header_bo {
  margin-top: 25px;
}
.button-cancel {
  background: transparent;
  box-shadow: none !important;
  color: #222 !important;
}
.display_block {
  max-height: none !important;
}
#customer_name_container {
  display: none;
}
#customer_rfc_container {
  display: none;
}
#regimen_fiscal_container {
}
#use_of_cfdi_container {
  display: none;
}
#use_of_cfdi {
  width: 350px !important;
}
#regimen_fiscal {
  width: 350px !important;
}
#payment_method_container {
}
#way_to_pay_container {
}
#use_cfdi_container {
}
#payment_method {
  width: 350px !important;
} 
#way_to_pay {
  width: 350px !important;
} 
.tag_product_packend_content {
  padding: 10px !important;
}
.tag_product_packend_content input {
  width: 100%;
  max-width: 70px !important;
}
.tag {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
  display: inline-table;
}
.product_selected_ship_packing {
  border: dotted 1px #222;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  background-color: #11111111;
  max-width: 350px;
}
.box_number {
  position: absolute;
  top: 35px;
  font-weight: bold;
  font-size: 18px;
  right: 40%;
  left: 40%;
}
.box_quantity_pzs {
  transform: rotate(273deg);
  position: absolute;
  bottom: 40%;
}
.box_content {
  padding-bottom: 100px;
  padding-top: 100px;
  border: dotted 1px #1111;
  background: #e9eef3;
}
.cube {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
.face {
    transform-origin: 0 0;
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #e3b18485;
    /*background-color: #e3b184;*/
    border: solid 1px #1111;
}
.front {
    -ms-transform: rotate(-30deg) skewX(-30deg) translate(130px, 172px) scaleY(0.864);
    -webkit-transform: rotate(-30deg) skewX(-30deg) translate(130px, 172px) scaleY(0.864);
    transform: rotate(-30deg) skewX(-30deg) translate(130px, 172px) scaleY(0.864);
}
.top {
    -ms-transform: rotate(210deg) skew(-30deg) translate(-200px, -60px) scaleY(0.864);
    -webkit-transform: rotate(210deg) skew(-30deg) translate(-200px, -60px) scaleY(0.864);
    transform: rotate(210deg) skew(-30deg) translate(-200px, -60px) scaleY(0.864);
}
.side {
    -ms-transform: rotate(90deg) skewX(-30deg) scaleY(0.864) translate(68px, -131px);
    -webkit-transform: rotate(90deg) skewX(-30deg) scaleY(0.864) translate(68px, -131px);
    transform: rotate(90deg) skewX(-30deg) scaleY(0.864) translate(68px, -131px);
}
.box_cote {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 11px;
}
.box_width {
    position: absolute;
    bottom: -20px;
}
.box_height {
    transform: rotate(90deg);
    position: absolute;
    width: 100%;
    right: -60px;
    top: 40px;
}
.box_length {
    transform: rotate(270deg);
    position: absolute;
    width: 100%;
    right: -60px;
    top: 40px;
}
.pallet_container {
  display: inline-block;
}
.pallet_content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 180px;
  transform: rotateX(180deg); /* Rotar 180 grados en el eje X */
  margin-bottom: 10px;
}
.pallet {
  width: 200px;
  height: 35px;
  background-color: #a97149;
  margin: 0 10px 10px 0;
  border: 1px solid #84491e;
  cursor: pointer;
  padding-top: 5px;
  color: white;
  border-radius: 5px;
}
.pallet_box {
  width: 50px;
  height: 50px;
  background-color: #e3b18485; 
  margin: 0 10px 10px 0;
  cursor: pointer;
  padding-top: 15px;
}
.pallet_box span {
  font-weight: bold;
}
.pallet_box_number {
  transform: rotateX(180deg);
}
.pallet_box_pzs {
  font-size: 8px;
  transform: rotateX(180deg);
  font-weight: normal;
}
.button_add_box_for_pallet span:hover {
  text-decoration: underline;
}
.button_add_box_for_pallet {
  color: #428bca;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: transparent; 
  margin: 0 10px 10px 0;
  border: dotted 2px;
  transition: 0.2s ease-out;
}
.button_add_box_for_pallet:hover {
  background-color: #e3b18485; 
}
.add_new_box_for_pallet {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.button_add_box_for_pallet i {
  position: absolute;
  top: 10px;
  left: 11px;
}
.button_header {
    padding: 5px !important;
    font-size: 11px !important;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.button_header:hover {
  text-decoration: underline;
}
#edit_input {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  background: rgb(0 0 0 / 74%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#comment_edit_packing_content {
  padding: 10px;
  background-color: #09283e;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#comment_edit_packing_content label{
  color: white;
  font-size: 14px;
}
#comment_edit_packing_content textarea{
  width: 100%;
  max-width: 100%;
  background: #09283e;
  color: white !important;
  padding: 15px;
  border: 0px;
  border-bottom: solid 2px #577374;
  margin-bottom: 5px;
  margin-top: 10px;
}
#comment_edit_packing_content textarea::selection {
  background-color: #577374;  
}
.comment_row_packing_div {
  width: 100%;
  display: table;
  margin-top: 15px;
  border: none;
  border-bottom: solid 2px #577374;
}
.comment_row_packing_div i {
  color:  #577374;
}
.comment_row_packing_div span, .comment_row_packing_div i {
  display: table-cell;
  vertical-align: middle;
}
.comment_row_packing_div i {
  cursor: pointer;
}
.comment_control {
  text-align: right;
}
.comment_control span {
  color: #577374;
  font-weight: bold;
  padding-left: 20px;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px;
}
.table_datatable_styles{
  border-collapse: collapse;
  border-bottom: 1px solid rgb(20 109 182 / 50%) !important;
}
.table_datatable_styles thead tr th{
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-bottom: 1px solid rgb(20 109 182 / 50%) !important;
}
.table_datatable_styles tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
.table_datatable_styles tbody {
  font-size: 12px;
  color: #666;
}
.table_datatable_styles tbody td {
  padding: 8px 10px;
  border-right: 1px solid #dddddd;
}
.table_datatable_styles tbody {
  font-size: 12px;
  color: #666;
}
.table_datatable_styles tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
#supply_products.dispatch_with_code_scan{
  margin-top: 50px;
}
#supply_products {
  width: 100%;
  max-width: 100%;
}
#supply_products input {
  margin-bottom: 0px !important;
}
#view_file {
  width: 70%;
  max-width: initial;
}
#view_file_iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#comment_payment_payment_declined_content {
  display: none;
}
#confirm  {
  margin-top: 25px;
  border-radius: 10px;
  width: 50%;
  height: initial;
}
#confirm .modal-content {
  text-align: center;
  height: initial !important;
  max-height: initial !important;
}
#confirm .modal-header {
  text-transform: uppercase;
  border-bottom: solid 1px #1111;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#confirm .modal-footer {
  text-align: right;
  border-top: solid 1px #1111;
  background-color: initial;
}
#modal .modal-header {
  padding-top: 5px;
} 
#modal .modal-header .modal-close, .modal .modal-header .modal-close {
  vertical-align: middle;
  height: 40px;
  width: 40px;
  padding: 7px;
  cursor: pointer;
}
.close_modal_efect {
  background: #1111;
  border-radius: 50px;
  height: 40px;
  padding: 7px;
  /* position: absolute; */
  margin-bottom: 2px;
}
#loading_div {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 56%);
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.button_filter_content {
    padding-top: 25px;
}
.button_filter_content span{  
  font-weight: bold;
}
a.button_filter {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11px;
    /*margin-right: 10px;*/
    padding: 5px;
    text-transform: uppercase;
}
a.button_filter:hover {
    text-decoration: underline;
}
a.button_filter.active {
    color: white !important;
    border-radius: 3px;
}
/* Theme */

/* Pink */
body[theme="pink"] a.button_filter.active {
    background-color: var(--theme-pink);
}
body[theme="pink"] a.button_filter,
body[theme="pink"] a.button_header,
body[theme="pink"] span.button_header,
body[theme="pink"] .menu_app ul li a,
body[theme="pink"] .tag,
body[theme="pink"] .botones_table span {
    /*color: #428bca; DEFAULT*/
    color: var(--theme-pink);
}
body[theme="pink"] .active_menu_app {
  border-bottom: solid 3px var(--theme-pink);
}
body[theme="pink"]  table.dataTable thead th, table.dataTable thead td,
body[theme="pink"] select:hover  {
  border-bottom: 1px solid var(--theme-pink) !important;
}
body[theme="pink"] .menu_app ul li:hover {
  border-bottom: solid 3px var(--theme-pink);
}
/* Black */
body[theme="black"] a.button_filter.active {
    background-color: var(--theme-black);
}
body[theme="black"] a.button_filter,
body[theme="black"] a.button_header,
body[theme="black"] span.button_header,
body[theme="black"] .menu_app ul li a,
body[theme="black"] .tag,
body[theme="black"] .botones_table span {
    color: var(--theme-black);
}
body[theme="black"] .active_menu_app {
  border-bottom: solid 3px var(--theme-black);
}
body[theme="black"]  table.dataTable thead th, table.dataTable thead td,
body[theme="black"] select:hover  {
  border-bottom: 1px solid var(--theme-black) !important;
}
body[theme="black"] .menu_app ul li:hover {
  border-bottom: solid 3px var(--theme-black);
}
/* Green */
body[theme="green"] a.button_filter.active {
    background-color: var(--theme-green);
}
body[theme="green"] a.button_filter,
body[theme="green"] a.button_header,
body[theme="green"] span.button_header,
body[theme="green"] .menu_app ul li a,
body[theme="green"] .tag,
body[theme="green"] .botones_table span {
    color: var(--theme-green);
}
body[theme="green"] .active_menu_app {
  border-bottom: solid 3px var(--theme-green);
}
body[theme="green"]  table.dataTable thead th, table.dataTable thead td,
body[theme="green"] select:hover  {
  border-bottom: 1px solid var(--theme-green) !important;
}
body[theme="green"] .menu_app ul li:hover {
  border-bottom: solid 3px var(--theme-green);
}
/* Blue */
body[theme="blue"] a.button_filter.active {
    background-color: var(--theme-blue);
}
body[theme="blue"] a.button_filter,
body[theme="blue"] a.button_header,
body[theme="blue"] span.button_header,
body[theme="blue"] .menu_app ul li a,
body[theme="blue"] .tag,
body[theme="blue"] .botones_table span {
    color: var(--theme-blue);
}
body[theme="blue"] .active_menu_app {
  border-bottom: solid 3px var(--theme-blue);
}
body[theme="blue"]  table.dataTable thead th, table.dataTable thead td,
body[theme="blue"] select:hover  {
  border-bottom: 1px solid var(--theme-blue) !important;
}
body[theme="blue"] .menu_app ul li:hover {
  border-bottom: solid 3px var(--theme-blue);
}
.itivos_ajax_loading {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 42%;
  width: 10px;
  height: 10px;
}
.itivos_ajax_loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: itivos_ajax_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.itivos_ajax_loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.itivos_ajax_loading div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.itivos_ajax_loading div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes itivos_ajax_loading {
  0% {
    top: 8px;
    height: 64px;
    background-color: #8cda9378;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
#totals {
    text-align: right;
}
#totals tbody tr td input {
    margin-bottom: initial;
    text-align: right;
} 
.cursor_not_allowed {
    cursor: not-allowed !important;
}
.disabled_cursor {
    pointer-events: none;
}
.quantity_visual i {
    color: rgba(0, 0, 0, 0.7);
}
.delete_row_order {
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
}
.not_enough_quantity_visual {
    color: red !important;
    opacity: .7;
}
table tr td.right {
    float: initial !important;
    text-align: right !important;
}
table tbody tr td.actions a{
  margin-right: 10px;
  font-size: 11px !important;
  text-decoration: none;
  color: #428bca;
}
table tbody tr td.actions a:hover{
  text-decoration: underline;
}
#select2-product_select_sales-container {
    width: 100% !important;
    max-width: 100% !important;
}
#product_select_sales_container .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}
#product_select_table_sales tbody tr.product_row_order:nth-child(odd){
    background-color: #f8f8f8;
}
.product_row_order {
  padding: 10px; 
}
.product_row_order td {
  padding: 5px; 
}
.product_row_order td input { 
    max-width: 70px;
    font-size: 12px;
}
.product_row_order td input, tr.product_row_order td select.warehouse_select {
  font-size: 12px;
}
.product_row_order td span, .product_row_order td input {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
td.name_product textarea {
  display: block;
  margin-top: 5px;
  border: solid 1px #a79494 !important;
}
td.name_product textarea {

}
.btn-edit-comment-row-product {
  cursor: pointer;
  color: #428bca;
  user-select: none;
}
.btn-edit-comment-row-product i {
  vertical-align: middle;
}
td.name_product textarea.hide {
  display: none;
}
tr.product_row_order td.td_sku,
#product_select_table_sales thead tr td.th_sku{
  width: 70px;
  text-align: center;
}
tr.product_row_order td.name_product,
tr.product_row_order td.td_sku{
  font-size: 10px;
}

tr.product_row_order td.name_product,
#product_select_table_sales thead tr td.th_desc{
  width: 350px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#product_select_table_sales thead tr td.th_warehouse {
  width: 120px;
}
tr.product_row_order td select.warehouse_select {
  width: 75px;
  margin-bottom: initial !important;
  border-bottom: initial !important;
  padding-left: 10px;
  padding-right: 10px;
}
#product_select_table_sales thead tr td.th_price, tr.product_row_order td.td_price {
  width: 150px;
  padding-left: 10px;
} 
#product_select_table_sales thead tr td.th_quantity, tr.product_row_order td.td_quantity {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
}
#product_select_table_sales th.desc,
#product_select_table_sales th.warehouse_name,
#product_select_table_sales th.price,
#product_select_table_sales th.quantity,
#product_select_table_sales th.total{
}
#product_select_table_sales {
    width: 100%;
    border-collapse: collapse;
}
#product_select_table_sales thead tr td {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding: 5px;
    font-size: 10px;
}
/* Estilos para el contenedor principal */
.itivos_login_logo {
    max-width: 250px;
}
#login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #293b4a;
}

/* Estilos para el div que contiene el formulario */
.itivos_login_form {
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px;
    max-width: 500px;
}
.itivos_login_form input {
    max-width: initial !important;
}
.itivos_login_form .button-primary {
  background-image: linear-gradient(to bottom left, #44B3BB, #69d293, #44b3bc);
  opacity: 0.8;
}
.itivos_login_form .button-primary:hover {
  opacity: 1;
}
/* Estilos para el logo */
.itivos_login_logo {
    height: auto;
    margin-bottom: 0px;
}

/* Estilos para el texto del sistema */
.itivos_login_system {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 0px;
    color: white;
    font-style: italic;
    line-height: 0.6;
}
.itivos_login_system span {
  display: inline-block;
}
.itivos_login_rights {
  text-align: center;
  color: #b2b2b3;
  font-size: 11px;
}
.itivos_login_rights a {
  color: white;
}
/* Estilos para el texto de la versión */
.itivos_login_version {
  font-size: 12px;
  color: white;
  line-height: 0.6;
}

/* Estilos para los campos de entrada */
.itivos_login_form input[type="text"],
.itivos_login_form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 2px;
}

/* Estilos para el botón de inicio de sesión */
.itivos_login_form button {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #44b3bc;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}

/* Estilos adicionales para el botón al pasar el cursor */
.itivos_login_form button:hover {
  background-color: #56d6e1;
}
.itivos_login_form label {
  color: white;
}
.system_version {
  color: white;
  opacity: .9;
  font-size: 10px;
}
#name_system {
  font-size: 25px;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
.render_form_inline {
  display: flex;
}
.render_form_inline form{
  width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.8; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.8; /* Firefox */
}
#content_form_incident {
  display: flow-root;
}
.textarea_full_width {
  max-width: initial !important;
  width: 100% !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #111111;
  background-color: #ffffff;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eeeeee;
}
.input_del_classi_va_ {
  display: inline-block;
}
.btn_del_classi_va {
  cursor: pointer;
  display: inline-grid;
  vertical-align: middle;
  border: solid 1px #e97474;
  border-radius: 2px;
  opacity: .9;
  background-color: #e98b8b;
  text-decoration: none !important;
}
.btn_danger {
  border: solid 1px #e97474;
  border-radius: 2px;
  opacity: .9;
  background-color: #e98b8b;
  cursor: pointer;
  text-decoration: none;
}
.btn_danger i {
  color: white;
}
.btn_danger:hover {
  opacity: 1;
}
.btn_del_classi_va:hover {
  opacity: 1;
}
.btn_del_classi_va i {
  color: white;
}
.company_main {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 500px;
}
.company_main li img, .company_main li span {
  vertical-align: middle;
  display: inline-grid;
}
.info_header {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px !important;
  margin-left: initial;
}
#company_list_header {
  background: white;
  max-width: fit-content;
  top: 7px;
  left: 60px;
}
#company_list_select {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#company_list_select li{
  width: 100%;
}
#company_list_select li.title {
  border-bottom: solid 1px #1111;
  text-transform: uppercase;
  color: grey;
  font-weight: bold;
  padding: 5px;
}
#company_list_select li a{
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #222;
  font-style: italic;
}
#company_list_select li a:hover{
  background-color: #1111;
}
/**
 * GAFET
 * */
.inline_grid {
  display: inline-grid;
}
 #bodyGafet{
  margin: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#cardFront{
  width: 226px;
  height: 332px;
  overflow: hidden;
  margin : 20px auto;
  position: relative;
  background-image: url('/img_upload/plantillaFront.png');    
}
#cardBack{
  width: 226px;
  height: 332px;
  overflow: hidden;
  margin : 30px auto;
  align-items: center;
  background-image: url('/img_upload/plantillaBack.png');   
  background-size: cover;
  position: relative;
}
#image{
  width: 113px;
  height: 113px;
  position: absolute;
  top: 70px;
  left: 10px;
  align-content: center;
}
#image img {
  border-radius: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}
#name_{
  position: absolute;
  /* top: 30%; */
  /* left: 40%; */
  font-size: 30px;
  top: 180px;
  left: 15px;
  text-align: center;
  width: 100%;
}
#department{
  position: absolute;
  font-size: 17px;
  text-align: center;
  height: 30px;
  width: 100%;
  left: 15px;
  bottom: 80px; 
}
#id_{
  position: absolute;
  font-size: 15px;
  text-align: left;
  height: 30px;
  width: 100px;
  bottom: 37px;
  right: 10px;
}
#ingreso{
  position: absolute;
  font-size: 10px;
  text-align: left;
  height: 30px;
  width: 100%;
  bottom: 0px;
  font-size: 8px;
  left: 25px;
}
.razon{
  position: absolute;
  font-size: 15px;
  text-align: center;
  height: 30px;
  top: 70px;
  width: 100%;
  font-size: 10px;
}
.NombreC{
  position: absolute;
  font-size: 15px;
  text-align: center;
  height: 30px;
  width: 100%;
  bottom: 150px;
  padding: 10px;
}
.imss{
    position: absolute;
    font-size: 15px;
    text-align: left;
    height: 30px;
    width: 100%;
    bottom: 80px;
    text-align: center;
}
/** FIN GAFET */
.btn_addres {
  vertical-align: middle; 
  display:inline-block; 
  width: fit-content;
  cursor: pointer;
}
.max_widh_fit_content {
  max-width: fit-content !important;
}
.message_content {
  padding: 10px;
  border-radius: 2px;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert_text span , .alert_text i {
  vertical-align: middle;
}
.ticket_status span, .ticket_status i{
  vertical-align: middle;
}
#buttons_tickets_container {
}
.main_menu_mobile {
  margin-top: 90px;
}
.main_menu_mobile span {
  color: grey;
  text-transform: uppercase;
}
.display_table {
  display: table;
}
.display_table div {
  display: table-cell;
  vertical-align: middle;
}
#content_app {
  margin-top: 65px;
  margin-left: 260px;
}
#loading_table, #loading_collapse {
  padding: 100px;
  text-align: center;
}
.dtr-title {
  text-transform: uppercase;
}
.dtr-control {
  /*
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  */
}
.disabled_a {
  color: grey !important;
  pointer-events: none;
  visibility: hidden;
}
.disabled_a:before {
  content:"Cargando, por favor espere..";
  visibility: visible;
}
.disabled_a i {
  color: grey;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.label_collapse_content {
  font-weight: bold;
}
.label_collapse {
  margin-bottom: 10px;
}
.vertical-align-middle {
  vertical-align: middle;
}
.input_file_multiple{
  margin-bottom: 15px;
  margin-top: 15px;
  width: fit-content;
}
.input_file_multiple a{
  cursor: pointer;
  border: solid 1px #1111;
  border-radius: 2px;
  padding: 10px;
  color: #6b6e70;
}
.input_file_multiple label[for="attachment"] {
  padding-bottom: 10px;
}

#files-area{
  margin: 0 auto;
}
.file-block{
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
}
.file-block span.name{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.file-delete{
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}
.file-delete span{
  transform: rotate(45deg);
}
.file-delete:hover{
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}
button.disabled span i {
  color: #d0d0d0;
}
.container_form_row_inline {
  display: table;
  /*float: left;*/
  width: 100%;
  margin-bottom: 15px;
}
.container_form_label_inline {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.container_form_input_inline {
  display: table-cell;
}
.container_form_input_inline .desc {
  display: block;
}
.container_form_input_inline .desc-content {
  max-width: 350px;
  font-style: italic;
  color: grey;
  margin-bottom: 10px;
}
.container_form_input_inline select, .container_form_input_inline input  {
  margin-bottom:  initial !important;
}
#table_rendered_wrapper {
  padding-top: 25px;
}
.table_rendered_content {
  background-color: white;
  padding: 10px;
  padding-top: 0px;
}
.table_rendered_content table {
  padding: 10px;
}
#table_rendered {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
  display: none;
}
#table_rendered thead {
    border-bottom: 1px solid rgb(20 109 182 / 50%);
}
#table_rendered thead tr th {
  text-transform: uppercase;
  font-size: 10px;
  padding: 8px 10px;
}
#table_rendered tbody td {
  position: relative;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  padding: 8px 10px;
}
#table_rendered tbody td .button{
  margin: initial !important;
}
#table_rendered tbody td.right {
    text-align: right;
    float: initial !important;
}
#table_rendered tbody td.left {
    text-align: left;
    float: initial !important;
}
#table_rendered tbody td.center {
    text-align: center;
    float: initial !important;
}
#table_rendered tbody tr:nth-child(odd){
    background-color: #f8f8f8;
}
#table_rendered tbody tr:nth-child(even){
    background-color: #f1f1f1;
}
.text_green {
  color: green;
}
.text_red {
  color: red;
}
.files_list {
  border: solid 1px #ccc;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 500px;
  list-style: none;
}
.loading_button {
  cursor: not-allowed !important;
  background-color: white !important;
  color: grey !important;
}
.loader {
  position: fixed;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}
#btnSave .loader {
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.file_li {
  padding: 5px;
  color: grey;
}
.file_li:nth-child(even){background-color: #f2f2f2;}
.file_li:hover{
  background-color: white;
}
.layer_hide_chart {
  width: 70px;
  height: 35px;
  background-color: #f3f3f4;
  position:absolute;
}
.btn_icon {
  cursor: pointer;
}
.chart {
  cursor: move;
}
.form_inline {
  margin: 0px;
}
.form_inline input, 
.form_inline select, 
.form_inline button, 
.form_inline label{
  display: inline-block;
  vertical-align: middle;
}
.product_report_filter button {
  position: absolute;
  height: 30px;
  width: 30px;
  padding: 2px;
  cursor: pointer;
}
#div_comment_customer {
  display: none;
}
.attachment_link {
  display: block;
  margin-top: 10px;
}

.green_sensor {
  color: green;
}
a i {
  display: inline-block;
  vertical-align: middle;
}

.margin-cero {
  margin: 0px !important;
}
.input_row_incident {
  display: initial !important;
}
.incidents_quantity {
  max-width: 50px !important;
  margin: 0px !important;
}
.current_warehouse_menu a {
  background-color: #ccc;
  text-decoration: underline !important;
  opacity: 1 !important;
}
.warehouses_list {
  padding: 0px;
  margin: 0px;
}
.warehouses_list li {
  display: inline-block;
}
.warehouses_list li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #222;
  opacity: 0.6;
  transition: 0.7;
}
.warehouses_list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content_timeline span {
  display: block;
}
#timeline {
  background-color: transparent;
}
#timeline * {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
#timeline .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container_timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container_timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #56d0e7;
  border: 4px solid #83b0d5;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container_timeline to the left */
.left_timeline {
  left: 0;
}

/* Place the container_timeline to the right */
#timeline  .right_timeline {
  left: 50%;
}

/* Add arrows to the left container_timeline (pointing right) */
#timeline  .left_timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container_timeline (pointing left) */
#timeline  .right_timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for container_timelines on the right side */
#timeline  .right_timeline::after {
  left: -16px;
}

/* The actual content */
#timeline  .content_timeline {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.hide_menu {
  margin-left: 65px !important;
}
.show_menu_header {
  margin-left: 260px !important;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .button_header span {
    display: none;
  }
  .button_header i {
    visibility: visible;
  }
  .button-primary, .button-secondary, .button-danger {
    display: block !important;
    width: 100% !important;
    max-width: 550% !important;
  } 
  #company_list_header {
    top: 10px;
  }
  .timeline::after {
    left: 31px;
  }
  .container_form_label_inline {
    display: block;
  }
  .container_form_input_inline {
    display: block;
  }
  
  /* Full-width container_timelines */
  .container_timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container_timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  #timeline .left_timeline::after, #timeline .right_timeline::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  #timeline .right_timeline {
    left: 0%;
  }
}


.incidents_customer_data {
  padding-bottom: 20px;
}
.incidents_customer_data span {
  display: block;
  text-align: left;
}
.incidents_data_header_info {
  text-align: right;
}
.incidents_data_header_info span {
  display: block;
}
.incident_folio {
  font-size: 36px;
}
.delete_row {
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
#product_select_table textarea{
  max-height: 150px;
  height: 64px;
  width: 266px;
}
#product_select_table tr:nth-child(even){background-color: #f2f2f2;}
#product_select_table tr:hover {background-color: #ddd;}
#product_select_table tr {background-color: white;}
#product_select_table tr td{
  padding: 10px;
}
#product_select_table tr td input {
  vertical-align: middle;
  max-width: fit-content;
  display: inline-grid;
  margin-bottom: 0px;
}
#product_select_table tr td input[type="file"] {
  max-width: initial;
  position: relative;
  display: inline-block;
}
#product_select_table tr td input[type="file"]::before {
  background-color: #5678EF;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#product_select_table tr td[class="name_product"]{
  max-width: 100px;
}
.product_miniature_img {
  width: 100%;
  vertical-align: middle;
  max-width: 60px;
  display: block;
}
.invoice_select_incidents {
  display: none;
}
.code_unid {
  display: none;
}
.header_incident label {
  display: initial !important;
}
.product_selected {
  background-color: #e5e08329;
  border: dotted 1px #ccc;
  min-height: 90px;
  margin-top: 20px;
  display: none;
}
.save_absolute_content {
  margin-top: 20px;
  background-color: #8080801a;
  padding: 10px;
  height: 60px;
}
.usd_datatable {
  padding-left: 33px !important;
  text-align: right;
  position: relative;
}
.mxn_datatable {
  padding-left: 33px !important;
  text-align: right;
  position: relative;
}
.avg_datatable {
  padding-left: 33px !important;
  text-align: right;
  position: relative;
}
.pzs_datatable {
  padding-left: 33px !important;
  text-align: right;
  position: relative;
}
.unit {
  padding-left: 10px !important;
  color: #B5B5B5;
}
.pzs {
  padding-left: 33px !important;
  text-align: right;
  position: relative;
}
.pzs:before {
  content: "Pzs";
  position: absolute;
  left: 5px;
  top: 55%;
  transform: translateY(-50%);
  color: #B5B5B5;
}

table.dataTable thead th.usd_datatable:before{
  content: none;
}
table.dataTable thead th.mxn_datatable:before{
  content: none;
}
table.dataTable thead th.pzs_datatable:before{
  content: none;
}
table.dataTable thead th.avg_datatable:before{
  content: none;
}

table.dataTable tfoot th.totals {
  text-align: right;
  padding-right: 10px;
  padding-top: 7px;
  position: relative;
}
table.dataTable tfoot th {
  border-top: solid 1px #111;
}
table.dataTable td.dt-control{
  cursor: pointer;
}
table.dataTable td.dt-control::before {
  height: 1em;
  width: 1em;
  margin-top: 5px;
  display: inline-block;
  color: #222;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Material Icons";
  line-height: 1em;
  content: "expand_more";
  font-size: 20px;
}
table.dataTable tr.dt-hasChild td.dt-control::before {
  content: "expand_less";
}
table.dataTable thead , table.dataTable tfoot{
  text-transform: uppercase;
  font-size: 10px;
}
table.dataTable tbody{
  font-size: 12px;
  color: #666;
}
table.dataTable tbody tr{
  background-color: transparent;
}
table.dataTable tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
table.dataTable tbody tr.selected{
  background-color: #b0bed9 !important;
}
.usd_datatable:before {
  content: "US$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.mxn_datatable:before {
  content: "MX$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.avg_datatable:before {
  content: "%";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.pzs_datatable:before {
  content: "PZS";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.usd_datatable,
.mxn_datatable,
.avg_datatable,
.pzs_datatable,
.unit {
  font-size: 10px;
}
a:active {
  color: initial ;
}
.file_text {
  overflow: hidden;
  max-width: fit-content;
  display: inline-grid;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.input_file {  
  border-bottom: solid 1px #ccc;
  width: 100%;
  max-width: 350px;
  height: 30px;
  vertical-align: middle;
  padding-top: 5px;
  margin-bottom:  30px !important;
}
.input_file input {
  display: none !important;
}
.input_file label {
  display: initial !important;
  background-color: #196caf;
  color: white;
  padding: 0.7rem;
  font-family: sans-serif;
  cursor: pointer;
  margin-top: 1rem;
}
.input_file .desc {
  color: #8080805e;
  font-style: italic;
  font-size: small;
  display: block !important;
}
.kpi-medida {
  display: block;
  right: 26px;
  margin-top: -10px;
}
.h3_div {
  margin-top: 0px !important;
  color: grey;
  text-transform: uppercase;
  border-bottom: solid 1px #1111;
  padding-bottom: 7px;
  position: relative;
}
.h3_div span {
  display: block;
  font-weight: 300;
  font-size: 13px;
  text-transform: initial;
}
.h5_div {
  margin-top: 0px !important;
  color: grey;
  text-transform: uppercase;
  border-bottom: solid 1px #1111;
  padding-bottom: 7px;
}
.kpi-icon {
  position: absolute;
  bottom: 30px;
  left: 55px;
  opacity: 0.3;
  font-size: 100px !important;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.kpi-blue {
  color: #3598dc !important;
  height: 100%;
}
.kpi-green {
  color: #03b196 !important;
  height: 100%;
}
.kpi-yellow {
  color: #7c7c09e8 !important;
  height: 100%;
}
.kpi-pink {
  color: #ff0076 !important;
  height: 100%;
}
.kpi-purple {
  color: #f383d0 !important;
  height: 100%;
}
.kpi-brown {
  color: #d5836a !important;
  height: 100%;
}
.close_btn_nav {
    display: block;
    padding-top: 2px;
    border-bottom: solid 1px #1111;
    padding-left: 13px;
    padding-bottom: 17px;
    color: #dedede;
}
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted #555; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  transition: opacity .6s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  padding: 5px;
}
.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent rgba(0, 0, 0, 0.7) transparent;
}
.tooltip-left {
  top: 0%;
  right: 100%;
}
.tooltip-left::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 34%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent transparent rgba(0, 0, 0, 0.7) ;
}
/*
.tooltip-left {
  top: -100%;
  right: 100%;
}
.tooltip-left::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 34%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent transparent rgba(0, 0, 0, 0.7) ;
}
*/
.delete_day {
  opacity: 0.7;
  cursor: pointer !important;
}
.delete_day:hover {
  opacity: 1;
}
#basic_report_card {

}
#days_home_office_view {
  display: none;
}
.dinamic_days_added_view {
  border: solid 1px #ccc;
  max-width: 350px;
}
.default_view_dinamic_days_added {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  text-align: center;
}
#dinamic_days_added_ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#dinamic_days_added_ul li {
  position: relative;
  padding: 5px;
  border-bottom: solid 1px #1111;
}
#dinamic_days_added_ul li i{
  right: 5px;
  padding-left: 10px;
}
.icon_ticket {
  position: absolute;
  bottom: 30px;
  left: 55px;
  opacity: 0.3;
  font-size: 100px !important;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.process_div {
  color: #3598dc;
}
.complete_div {
  color: #03b196
}
.kpi_div {
  padding: 10px;
  text-align: right;
  color: grey;
  max-width: 350px;
}
.kpi_div i {
  font-size: 2rem;
}
.wait {
  color: #ff0076 !important;
  height: 100%;
}
.kpi_num {
  font-size: 3rem;
  font-weight: 600;
}
.kpi_num_2 {
  font-size: 2rem;
  font-weight: 600;
}
.fixed {
  width: 100% !important; 
  position: fixed !important;
  z-index: 999;
  top: 0px;
  background-color: white;
}
.delete_rule {
  cursor: pointer !important;
}
.wait_icon {
  color: red;
}
.completed_icon {
  color: green;
}
.process_icon {
  color: #a9a93a;
  font-weight: 400;
}
.content_fullname {
  padding: 10px;
}
.text_list {
  padding-left: 15px;
  margin: 0px;
  margin-top: 10px;
  position: absolute;
}
.img_profile_miniature {
  max-width: 40px;
  border-radius: 50%;
  width: 100%;
}
.cancel_crop {
  display: none;
}
.photo_original {
}
.profile_photo {
  max-width: 250px;
  border-radius: 50%;
}
#content_profile{
  max-width: 250px;
  width: 100%;
}
#div_black_profile{
  display: none;
  position: absolute;
  background: #000000b5;
  width: 250px;
  height: 250px;
  padding: 5px;
}
#div_black_profile a {
  float: right;
  color: white;
}

#content_profile:hover #div_black_profile{
  display: block;
}
.name_bussines {
  margin-top: 12px;
  position: absolute;
  font-size: larger;
}
.user_blocked {
  padding: 2px;
  text-align: center;
}
.close_message_system {
  cursor: pointer;
}
.message_system {
  margin: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: #dff0d8;
  color: #3c763d;
  padding: 10px;
}
.icon-button {
  font-size: initial !important;
}
button {
  cursor: pointer;
}
.button-border {
  background: none;
  border: 1px solid #eff0ef;
  color: #666;
}
.by_username {
  padding-right: 10px;
}
.comment_text {
  padding-left: 10px;
  margin-top: 10px;
}
.icon_absolute {
  position: absolute;
}
.date_icon {
  margin-left: -15px;
  margin-top: -2px;
}
.comment_content {
  background: none !important;
  border: none !important;
}
.attached_file_link {
  padding-left: 20px;
}
.div_content_file_attached {
  padding: 2px;
  border: solid 1px #1111;
}
blockquote {
  padding-left: 20px;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  border: solid 1px #1111 !important;
}
blockquote[class="blockquote_one"] {
  border-left: solid 5px #35cc99 !important;
}
blockquote[class="blockquote_two"] {
  border-left: solid 5px #77b3e6 !important;
}
.italic {
  font-style: italic;
  color: grey;
}
.add_comment_view {
  display: none;
}
.border-boton {
  color: rgb(71 191 195) !important;
  background: white;
  border: solid 2px rgb(71 191 195) !important;
  -webkit-box-shadow: none !important;
}
.border-boton:hover {
  background: rgb(71 191 195);
  color: white !important;
}
.uppercase {
  text-transform: uppercase;
}
.float_right {
  float: right;
}
.img-miniature {
  max-width: 150px;
  border: solid 2px #1111;
}

label {
  font-weight: bold;
  display: block;
  color: #575555;
}
input {
  display: block;
}
textarea {
  display: block;
}
.kpi_content {
  height: 100%; 
  margin-top: 5%;
  padding: 5%;
}
.title_kpi_good {
  margin: 0px;
  border-color: #68d0c0;
  color:#68d0c0;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_bad{
  margin: 0px;
  border-color: red;
  color:red;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_yellow{
  margin: 0px;
  border-color: #c1ea41;
  color: #c1ea41;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_num {
  font-size: 50px;
  color: #222;
}
#history_div {
  display: none;
}
#div_add_combinations {
  display: none;
}
#products_list_filter {
  padding-top: 26px;
}
.botones_table {
  background: none;
  padding: 5px;
  cursor: pointer;
  background-image: none !important;
  background-color: transparent !important;
  border: solid 2px rgb(71 191 195);
}

.botones_table:hover {
  background-color: rgb(71 191 195);
}

.buttons_actions_table {
  color: white;
}
table.dataTable.hover tbody tr:hover i {
  transition: 0.2s;
}
table.dataTable.hover tbody tr:hover i.delete {
  color: red;
}
table.dataTable.hover tbody tr:hover i.edit {
  color: rgb(71 191 195);
}
table.dataTable.hover tbody tr i.edit-a {
  color: white ;
}
table.dataTable.hover tbody tr:hover i.edit-a {
  color: rgb(71 191 195);
}
#div_combinations {
  display: none;
}
.separate_line {
  border-left: 1px solid #ccc;
}
#add_combination {
  display: none;
}
.btn_table {
  padding-left: 5px;
  cursor: pointer;
}
.page_nav_current {
  color: white !important;
  opacity: 1 !important;
}
.page_nav_current:before {
  content: " ";
  position: absolute;
  height: 6px;
  width: 6px;
  top: 17px;
  left: -4px;
  background: white;
  border-radius: 50%;
}
.page_nav_current a {
  opacity: 1 !important;
}
.div_divider_menu {
  padding: 0px !important;
  margin: 0px !important;
}
#shop_current {
  border: solid 0px !important;
}
#form_current_shop {
  width: 320px;
  margin-left: 35px;
  padding-top: 6px;
}
#form_current_shop select {
  width: 200px;
}
.notifications_message {
  padding: 10px;
  display: table;
}
.notifications_message span.timeago {
  color: #47bfc3;
  font-size: 11px;
}
.notifications_message.read a {
  opacity: .5;
}
.notifications_message a {
  text-decoration: none;
  color: black;
  display: block;
}
.notifications_message:hover {
  background-color: rgb(247, 247, 248);
}
.notifications_message:hover .del {
  visibility: visible;
}
.notifications_message .message {
  display: table-cell;  
  width: 100%;
}
.notifications_message .del {
  color: #47bfc3;
  vertical-align: middle;
  display: table-cell;
  visibility: hidden;
}
/*
.notifications_message .del:hover {
  color: white;
  background-color: #dd8c8c;
  opacity: 1;
}
*/
.h4_notifications {
  padding: 10px;
  margin: 0px;
  border-bottom: solid 1px #ccc;
}
.h4_notifications i{
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-top: 3px;
  font-size: 15px;
  cursor: pointer;
}
#notifications_div {
  display: none;
  position: fixed;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.notifications_container{
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 67px;
  top: 49px;
  width: 100%;
  max-width: 300px;
  z-index: 99;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
  overflow-y: scroll;
  height: 350px;
}
.badges {
  position: absolute;
  top: 5px;
  margin-left: 15px;
  background: red;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
.badges span {
  padding: 6px;
  color: white;
}
.h4_dashboard {
  padding:0;
  padding-top: 5px;
  margin: 0px;
  color: #6f6f6f; 
}
.kpi_panel {
  text-align: center;
  background-color: white;
  padding-bottom: 35px;
  position: relative;
}
.kpi_panel h1 {
  text-transform: uppercase;
  color: grey;
  margin: 0px;
  margin-bottom: 10px;
  display: block;
  border-bottom: solid 1px #11111108;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.kpi_panel h2 {
  text-transform: uppercase;
  color: grey;
  margin: 0px;
  margin-bottom: 10px;
  display: block;
  border-bottom: solid 1px #11111108;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.kpi_panel h3 {
  text-transform: uppercase;
  color: grey;
  margin: 0px;
  margin-bottom: 10px;
  display: block;
  border-bottom: solid 1px #11111108;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.kpi_panel_value {
  margin: 0px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #606060;
}
.kpi_panel_percentage {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.kpi_panel_percentage i {
  vertical-align: middle;
}
.kpi_panel_content_desc {
  margin: 0px;
  margin-top: 10px;
}
.kpi_panel_value span{
  display: block;
  font-size: 12px;
  color: grey;
}
.kpi_panel_desc {
  font-size: 10px;
  color: grey;
  display: block;
  line-height: 0.8;
}
.kpi_unit_icon {
  position: absolute;
  right: 0px;
  bottom: 5px;
  font-size: 26px;
  color: #d6d8da5c;
  right: 42%;
}
.kpi_unit {
  font-size: 1.2rem !important;
  display: block;
  line-height: 0.8;
  color: #808080a6 !important;
}
#login_div {
  display: none;
  position: fixed;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.container_login {
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 20px;
  top: 49px;
  width: 100%;
  max-width: fit-content;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
#login_div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container_login ul li a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}
.container_login ul li a:hover {
  background-color: rgb(20 109 182 / 50%);
  color: white;
  transition: 0.4s;
}
#login_div ul li a{
  padding-left: 20px;
}

.li_my_profile {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  border-bottom: solid 1px #1111;
}
.li_my_profile span {
  font-size: 10px;
}
#menu_right a {
  color: #a6a6a6;
}
#menu_right a:hover {
  opacity: 1;
}
body[page="login"] {
  background: white !important;
}
#system_info {
  margin-top: 10px;
  text-align: center;
  align-content: center;
}
.logo_itivos_prisync {
  padding-bottom: 35px;
  padding-left: 18px;
}
.logo_login {
  width: 100%;
  max-width: 171px;
}
.active_menu {
  background: #8080801a;
}
#products_variations {
  display: none;
}
#product_basic_information {
  padding-top: 10px;

}
.account_left{
  text-align: center;
}
.loading {
  display: block !important;
}
.center-spiner {
    display: none;
    top: 0px;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 101;
    background: rgba(0,0,0,.4);
    padding: 6px;
}
.center-spiner2 {
    display: block;
    top: 45%;
    left: 50%;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 101;
    padding: 6px;
}
.spiner {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    -o-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-left: 4px solid #8c8c85;
    border-right: 4px solid #8c8c85;
    border-bottom: 4px solid #d4d4c9;
    border-top: 5px solid #8c8c85;
    border-radius: 100%;
    font-size: 0;
    color: hsla(0,0%,100%,.6);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#tab2{
  display: none;
}
#tab3{
  display: none;
}
#tab4{
  display: none;
}
#tab5{
  display: none;
}
#tab6{
  display: none;
}
#tab7{
  display: none;
}
#tab8{
  display: none;
}
#tab9{
  display: none;
}
#tab10{
  display: none;
}
/* Popup container - can be anything you want */
.content_popup {
  display: table;
}
.pointer {
  cursor: pointer;
}
.popup {
  position: fixed;
  z-index: 99;
  display: none;
  padding: 2px;
  top: 20%;
  right: 5%;
}
.popuptext {
  position: relative;
  padding: 10px;
  border-left: 0px;
  padding: 15px;
  margin: 0px;
  display: table-cell;
}
.icon_message_success {
  position: relative;
  padding: 10px;
  border-radius: 0px;
  border: solid 1px #84b856;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #84b856;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.icon_message_danger {
  position: relative;
  padding: 10px;
  padding-top: 13px;
  border-radius: 0px;
  border: solid 1px #721c24;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #721c24;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.success {
  background: #dff0d8;
  color: #3c763d;
}
.danger {
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #721c24;
}

.btn_close {
  position: absolute;
  float: right;
  right: 10%;
  background: red;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-top: -30px;
  margin-right: -20px;
  cursor: pointer;
  padding: 7px;
  background: white;
  border: solid 1px #ccc;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 100%;
  max-height: 400px;
}
.fixed_header tbody td {
  border: 1px solid #ddd;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  color: black;
  border-bottom: solid 2px #222;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 500px;
}

.fixed_header tr:nth-child(even){background-color: #f2f2f2;}

.fixed_header tbody tr:hover {background-color: #ddd;}

#loading {
  display: none;
}
#combinations_table th {
  text-align: left;
  background-color: #90a294;
  color: white;
}

.pagination {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #ddd;
}
.current_page {
  background-color: #ddd;
}
.menu_app {
  /*height: 45px;*/
  margin-top: 20px;
}
.menu_app ul {
  list-style: none;
  margin: 10px;
  padding: 0px;
}
.menu_app ul li {
  display: inline-block;
  margin-right: 10px;
}
.menu_app ul li:hover {
  color: white;
}
.menu_app ul li a {
  text-decoration: none;
  padding-left: initial !important;
}
.menu_app ul li a i {
  vertical-align: middle;
}
.menu_app ul li:hover a {
}
.menu_modal {
  height: 45px;
}
.menu_modal ul {
  list-style: none;
  margin: 0px;
}
.menu_modal ul li {
  float: left;
  padding-left: 10px;
}
.menu_modal ul li:hover {
  background: #8080801a;
}
.menu_modal ul li a {
  text-decoration: none;
  display: inline-flex;
}
.main_app {
  margin: 10px;
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #1111;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
  background: white;
  display: none;
}
.main_app_trans {
  display: none;
  margin: 10px;
  margin-right: 15px;
  margin-top: 20px;
}
.list_app {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list_app a {
  color: #428bca;
}
.list_app.center  li{
  text-align: center;
}
.list_app.justify li.detail{
  display: table;
  width: 100%;
}
.list_app.justify li div.label {
  display: table-cell;
  width: 50%;
}
.list_app.justify li div.label .extra_info span {
  font-size: 10px;
  vertical-align: middle;
}
.list_app.justify li div.label .extra_info i {
  font-size: 14px;
  vertical-align: middle;
  color: grey;
}

.list_app.justify li div.detail_row {
  text-align: right;
}
.list_app .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: grey;
} 
.list_app li {
  border-bottom: solid 1px #1111;
  padding: 10px;
}
.list_app li.detail span {
  text-transform: uppercase;
  vertical-align: middle;
  color: grey;
}
.list_app li.detail span, .list_app li.detail i{
  vertical-align: middle;
}
.loginDiv {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 350px;
    height: 265px;
    margin-left: -175px;
    margin-top: -132px;
}
.loginDiv form i {
    font-size: 64px;
    color: #146cae;
    position: absolute;
    top: 5px;
    left: 100px;
    z-index: 99999;
    background-color: white;
    height: 65px;
    width: 75px;
    text-align: right;
}
.rows_total {
  padding-right: 10px;
}
/* Modal */
.modal {
  display: none;
  position: relative;
  background-color: white;
  padding:10px;
  padding-top: 0px;
  margin: auto;
  height: 50%;
}
.modal:not(#confirm) {
  width: 70%;
  height: fit-content;
  margin-top: 25px;
}

.modal-header h3 {
  text-transform: uppercase;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;

  border-bottom: solid 1px #1111;
  text-transform: uppercase;
  color: grey;
}
.modal-content {
  padding-bottom: 10px; 
  padding-top: 10px;
  height: 100%;
  max-height: 550px;
  overflow: auto;
}
.modal-content textarea {
  width: 100%;
  max-width: 100%;
}

.modal-footer {
  height: 35px;
  background-color: white;
}
.modal-footer a {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-grid;
}
/* Slider*/

.slider ul {
  list-style: none;
}
.slider {
  padding: 50px;
}

.fondoElementosSlider {
  padding: 5px;
  background-color:rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  max-width: 350px;
}

#btnSliderBottom {
  margin: 10px;
}

.controlSli{
 cursor: pointer;
 color: #f5f2f0;
 border: solid 1px grey;
 width: 20px;
 height: 20px;
 margin: 10px;
 display: inline-grid;
 border-radius: 50%;
}
.activoSli {
  background-color: rgb(71 191 195);
}
.botonDerecha {
  display: none;
  position: relative;
  top: 48%;
  float: right;
  font-size: 3em;
  color: white;
  cursor: pointer;

}
.botonDerecha:hover {
  font-size: 4em;
}

.botonIzquierda {
  display: none;
  position: relative;
  top:48%;
  float: left;
  font-size:3em;
  color: white;
  cursor: pointer;

}
.botonIzquierda:hover {
  font-size: 4em;
}
.form_legend_title {
  border-bottom: solid 1px #1111;
  text-transform: uppercase;
  margin: 0px;
  color: grey;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.form_legend_title i {
  font-size: 16px;
  vertical-align: middle;
}
.form_legend_title span {
  vertical-align: middle;
}
.table_legend_title {
  border-bottom: solid 1px #1111;
  text-transform: uppercase;
  margin: 0px;
  color: grey;
  padding-bottom: 7px;
}
.table_legend_title i {
  font-size: 16px;
  vertical-align: middle;
}
.table_legend_title span {
  vertical-align: middle;
}
.collapse_legend_title {
  border-bottom: solid 1px #1111;
  text-transform: uppercase;
  margin: 0px;
  color: grey;
  padding-bottom: 7px;
}
.collapse_legend_title i {
  font-size: 16px;
  vertical-align: middle;
}
.collapse_legend_title span {
  vertical-align: middle;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: solid 1px #1111;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}
/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  background-color: #eee;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.table_detail_collapsible {
  border-collapse: collapse;
  margin-bottom: 5px;
}
.table_detail_collapsible td, .table_detail_collapsible th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table_detail_collapsible tr:nth-child(even){background-color: #f2f2f2;}

.table_detail_collapsible tr:hover {background-color: #ddd;}

.table_detail_collapsible th {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #363a41;
  color: white;
}
.collapsible_detail {
  padding: 10px;
}
.button_add_location {
  position: absolute;
  padding-top: 15px;
}
.view_mode:hover {
  opacity: 1;
  color: black;
}
#location_table{
  border-collapse: collapse;
  margin-bottom: 5px;
}
#location_table td, #location_table th {
  border: 1px solid #ddd;
  padding: 8px;
}
#warehouse_crokis {
  border-collapse: collapse;
  margin-bottom: 5px;
  width: 100%;
  background-color: white;
}
#warehouse_crokis td, #warehouse_crokis th {
  border: 1px solid #ddd;
  padding: 8px;
}
#warehouse_crokis tr:nth-child(even){background-color: #f2f2f2;}
#warehouse_crokis th {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #363a41;
  color: white;
}
#warehouse_crokis table {
  border-collapse: collapse;
}
#warehouse_crokis table td, #warehouse_crokis table th {
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  text-align: center;
  background-color: white;
}
.product_location_content {
  position: relative;
}
.product_location {
  position: relative;
}
.product_location_pointer {
  font-size: 46px !important;
  color: #1bdf94;
  transform: rotate(45deg);
  -webkit-text-stroke: 1px #257351 !important;
}
.product_location_have_primary {
  background-color: #1cdf94;
  color: #247351;
  font-weight: bold;
  border: solid 1px #257351;
}
.product_location_have_secondary {
  background-color: #1cdf94;
  color: #247351;
  font-weight: bold;
  border: solid 1px #257351;
}
.view_type {
  text-align: right;
}
.view_type nav{
  padding: 0px;
  margin: 0px;
}
.view_type ul li{
  display: inline-block;
}
.view_type ul li a{
  opacity: 0.8;
  color: #ccc;
}
.view_type ul li a.active_view {
  color: #222222bd;
  opacity: 1;
}
/* Formularios*/
fieldset {
  border: solid 1px #eff0ef;
}
input,select,textarea {
  width: 100%;
  max-width: 350px;
}
input[type="text"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  border: solid 1px #eff0ef ;
  color: #666;
  margin-bottom:15px;
}
input[type="search"] {
  padding: 5px;
  height: 30px;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
  margin-bottom:15px;
}
input[type="search"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="search"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="month"] {
  padding: 5px;
  height: 30px;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
}
input[type="month"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="month"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="number"] {
    padding: 5px;
    height: 30px;
    width: 100%;
    border: none ;
    color: #666;
    border-bottom: 1px solid #eff0ef;
    margin-bottom: 15px;
}
input[type="number"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="number"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="text"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="text"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="date"]{
  padding: 5px;
  height: 30px;
  width: 100%;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
}
input[type="date"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="date"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}


input[type="email"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
  margin-bottom:15px;
}

input[type="email"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="email"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}

input[type="password"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
  margin-bottom:15px;
}

input[type="password"]:focus {
  outline: none;
  border: 0px;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
input[type="password"]:hover {
  background-color: #faf6ff;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}

input[disabled]:has(label){
  cursor: not-allowed;
}
input[disabled] {
  cursor:not-allowed; 
}
input[readonly], 
input[type="checkbox"][readonly], textarea[readonly],
select[readonly], select[readonly].select2-hidden-accessible   {
  cursor:not-allowed; 
}
/*
input[disabled] + span.checkSlider {
  background-color: grey !important;
}
*/
textarea[disabled] {
  cursor:not-allowed; 
}
select[disabled],  .select2-container--default .select2-selection--single {
  background-color: #eeeeee;
  border-bottom: 0px !important;
  border: none !important;
  color: #666 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666 !important;
  border-radius: initial !important;
  border: solid 1px;
  border-color: #eff0ef !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666 !important;
}
select[disabled] {
  cursor:not-allowed; 
}
select[readonly] {
  pointer-events: none;
}
select[class="main_menu"]{
  background-color: #1a1c3f !important;
  color: white !important;
  text-transform: uppercase;
  max-width:  initial !important;
}
select {
  height: 30px;
  width: 100%;
  color: #666;
  border: 1px solid #eff0ef;
  margin-bottom:15px; 
}

select:focus {
  outline: none;
  border-bottom: 1px solid rgb(20 109 182 / 50%);
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
    opacity:0.6;
}
textarea {
  padding: 5px;
  height: 100px;
  width: 350px;
  border: none ;
  color: #666;
  border-bottom: 1px solid #eff0ef;
  margin-bottom:15px;
}


textarea:focus {
  outline: none;
  border: solid 1px #a79494;
}
textarea:hover,
input:hover,
select:hover {
  background-color: #faf6ff;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;

}
/*Estilos formularios*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Check slider */
.checkSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkSlider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkSlider {
  background-color: rgb(71 191 195);
}

input:focus + .checkSlider {
  box-shadow: 0 0 0px rgb(71 191 195);
}

input:checked + .checkSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.checkSlider.redondeadoCheck {
  border-radius: 34px;
}

.checkSlider.redondeadoCheck:before {
  border-radius: 50%;
}

.contentCheck {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.contentCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkActivo {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 1px #ccc;
}
.contentCheck input:checked ~ .checkActivo {
  background-color: rgb(71 191 195);
  border: 0px;
}

.checkActivo:after {
  content: "";
  position: absolute;
  display: none;
}

.contentCheck input:checked ~ .checkActivo:after {
  display: block;
}

.contentCheck .checkActivo:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.switch input[readonly] + .checkSlider {
  cursor: not-allowed;     
  opacity: 0.5; /* Puedes ajustar la opacidad según tu preferencia */    
  pointer-events: none; 
}

.entradasForms {
  width: 100%;
  max-width: 350px; 
  margin-bottom: 5px;
}
.entradasForms input, select, textarea{
  margin-bottom:2px;
}

/* Botones*/
.boton, .button {
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-style: none;
  border: solid 1px #1111;
  border-radius: 2px;
  padding: 5px;
  margin-top: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  margin-right: 10px;
  text-transform: uppercase;
  width: auto;
  width: auto;
  opacity: 0.8;
}
.boton:hover, .button:hover {
  text-decoration: none;
  transition: 0.4s;
  opacity: 1;
}
.boton:focus {

}
.button .material-icons {
  font-size: 15px;
  vertical-align: middle;
}

.boton-primario, .button-primary {
  background: #344675;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#344675), color-stop(#263148), to(#344675));
  background-image: linear-gradient(to bottom left, #344675, #263148, #344675);
  background-size: 210% 210%;
  background-position: 100% 0;
  background-color: #344675;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boton-primario span, 
.boton-primario i, 
.button-primary span, 
.button-primary i,
.button-danger span,
.button-danger i,
.button-secundary span, 
.button-secundary i,
.button-secondary span, 
.button-secondary i {
  vertical-align: middle;
}
.boton-primario span, 
.button-primary span, 
.button-danger span,
.button-secundary span, 
.button-secondary span {
  margin-left: 3px;  
}
.boton-primario:hover, .button-primary:hover {
  background-color: rgb(71 191 195);
  opacity: 1;
}
.button-danger {
  background-color: #e66672;
}
.button-danger:hover {
  background-color: #ec3042;
}
.button-secundary, .button-secondary {
  transition: 0.4s;
  text-transform: uppercase;
  border: solid 1px #1111;
  border-radius: 2px;
  color: #222;
  background-color: white;
}
.button-secundary:hover, .button-secondary:hover {
  border: solid 1px rgb(71 191 195);
  background-color: rgb(71 191 195);
  color: white;
}
.button-secundary i, .button-secondary i {
  vertical-align: middle;
  font-size: 14px;
}
.boton-aceptar {
  background-color: #28a745;
}
.boton-aceptar:hover {
  background-color: #1e7e34;
}
.boton-cancelar, .button-delete {
  background-color: #dc3545;

  text-transform: uppercase;
  padding: 5px;
  border: solid 1px #1111;
  border-radius: 2px;
}
.boton-cancelar:hover, .button-delete:hover {
  background-color: #c82333;
}
.boton-alerta {
  color: #212529;
  background-color: #ffc107;
}
.boton-alerta:hover {
  background-color: #d39e00;
}
.boton-ligero {
  color: black;
  background-color: #deedf9c4;
}
.boton-ligero:hover {
  background-color: #deedf9;
}
.boton-negro {
  background-color: black;
}

/*TamaÃ±os de botones*/
.peque {
  padding: 2px;
}
.grande {
  padding: 10px;
}
.deForma {
  width: 100%;
  max-width: 350px;
}
.btn_all_width {
  width: 100%;
  max-width: 350px;
}
/* Divisor*/
.divisor {
  width: 2px;
  border-top: solid 1px #f9f9f9; 
}
/* Alineaciones*/
.right {
  float: right;
}
.left {
  float: left;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.derecha {
  float: right !important;
}
.izquierda {
  float: left !important;
}
.derecha-text {
  text-align:  right;
}

.izquierda-text {
  text-align:  left;
}

.centro-text {
  text-align: center;
}

/* Helpers Ocultar*/
.ocultar {
  display: none;
}


/* Menu*/
.menuNormal {
  display: none;
}
#menu-horizontal {
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  z-index: 98;
  width: 100%;
}
#menu-horizontal ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menu-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
}
#menu-horizontal ul li a{
  text-decoration: none;
  transition: 0.4s;
  display: block;
}
#menu-horizontal ul li a:hover{
  background-color: rgb(20 109 182 / 50%);
  color: white;
}


.botonMenu {
  transition: 0.4s;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: block;
  margin-inline-end: 10px;
  padding: 10px;
  padding-top: 7px;
  display: none;
}
.botonMenu i {
  font-size: 30px;
}
.botonMenu:hover {
  background-color: rgb(20 109 182 / 50%);
  color: white !important;
}
.botonMenuHide {
  display: none;
  transition: 0.4s;
  text-decoration: none;
  color: white !important;
  position: relative;
  cursor: pointer;
  height: 49px;
  width: 49px;
  padding-top: 10px;
  padding-right: 10px;
  opacity: .8;
}
.botonMenuShow {
  height: 40px;
  width: 40px;
  margin: 3px;
  padding: 4px;
  background-color: rgb(255 255 255 / 50%) !important
}
.botonMenuHide i{
  font-size: 30px;
}
.botonMenuHide:hover {
  background-color: rgb(20 109 182 / 50%);
}
.logo {
  max-width: 100%;
  max-width: 100px;
  padding-top: 12px;
  height: auto;
  float: right;
}
.navBar {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  max-width: 250px;
  left: -200px;
  z-index: 98;
  color: white;
  border: 0px;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.6s;
}
.navBar.black {
  background: linear-gradient(#222a42, #1d253b) !important;
}
.navBar.green {
  background: #389466;
  background: -webkit-gradient(linear, left bottom, left top, from(#389466), to(#42b883));
  background: linear-gradient(0deg, #389466, #42b883);
}
.navBar.blue {
  background: linear-gradient(0deg,#3358f4,#1d8cf8) !important;
}
.navBar.pink {
  background: #DDB4A8;
  background: -webkit-gradient(linear, left bottom, left top, from(#DDB4A8), to(#fbbfc6));
  background: linear-gradient(0deg, #DDB4A8, #fbbfc6);
}
/* Contenedor principal del botón de personalización */
.customize-container {
  position: relative;
}

/* Botón de personalización */
.customize-button {
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Opciones de colores ocultas por defecto */
.color-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.color-options::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent #ccc transparent;
}

/* Cada opción de color */
.color-option {
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #fff;
}

/* Colores de las opciones */
.color-option.black {
  background: linear-gradient(#222a42, #1d253b);
}

.color-option.green {
  background: linear-gradient(#2a5d31, #206f3b);
}

.color-option.blue {
  background: linear-gradient(#1f3a93, #1b3282);
}

.color-option.pink {
  background: linear-gradient(#fbbfc6, #DDB4A8);
}

/* Mostrar opciones de colores al pasar el mouse */
.customize-container.show .color-options {
  display: inline-flex;
  left: -60px;
  top: 60px;
}
.customize-container.show .settings {
  background: linear-gradient(#222a42, #1d253b) !important;
  opacity: 1 !important;
  color: white;
}
.showBarButton {
  color: #1a1c3f;
}
.navBar::-webkit-scrollbar {
  width: 5px;
}
.navBar::-webkit-scrollbar-thumb {
  background: grey; 
}
.navBar::-webkit-scrollbar-track {
  background: white; 
}
.navHide {
   left: -250px;
}
.navHideModeText {
  margin-top: 85px;
  left: 0px;
}
.navHideModeText .logoMenu {
  display: none;
}
.navHideModeText .content_control_menu {
  display: none;
}
.content_control_menu {
  display: block;
  width: 100%;
  height: 49px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.layer_menu {
  position: fixed;
  z-index: 99;
  width: fit-content;
  background-color: #222;
}
.dinamic_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.dinamic_list .first_title {
  background-color: #b5b5b529;
  padding: 7px;
  padding-left: 0px;
  font-weight: bold;
}
.dinamic_list li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #dedede;
  padding: 8px;
  padding-left: 15px;
  padding-right: 30px;
  display: block;
}
.dinamic_list li a:hover {
  background-color: #363434;
}
.navHideModeText .listBar .span_bar{
  visibility: hidden;
}
.navHideModeText .iconDrop {
  display: none;
}
.navHideModeText .listBar  {
  padding-left: 0px;
  padding-right: 0px;
}
.navHideModeText .listBar li a {
  padding-left: 10px;
}
.navHideModeText .listBar li {
  height: 35px;
}
.navHideModeText .hijo {
  visibility: hidden;
}
.navHideModeText.navBar {
  max-width: 50px !important;
}
.navBar.navShow .botonMenuShow{
  display: none;
}
.navHide .listBar .span_bar{
}
.navShow{
  left: 0px;
}
.hijo {
  max-height: 0; /* Inicia cerrado */
  overflow: hidden; /* Oculta contenido desbordante */
  transition: max-height 1s ease-out; /* Transición suave */
}
.show_children {
  max-height: none !important;
}
.hijo li>a {
  padding-right: 5px;
  text-transform: capitalize !important;
}
.dropdown {
  text-decoration: none;
}
.div_miniature_module .dropdown {
  display: block;
  width: 100%;
}
.div_miniature_module .button {
  display: block;
  width: 100%;
  box-shadow: initial;
  text-transform: capitalize;
  color: #222;
}
.dropdown .button {
  box-shadow: initial;
  color: black;
}
.hijoDropdown {
  border: solid 1px #222;
  position: absolute;
  padding:0px;
  background-color: white;
}
.hijoDropdown ul li{
  list-style: none;
  border-bottom: solid 1px #ccc;
}

.hijoDropdown ul li a{
  text-decoration: none;
  padding: 5px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.lisDrop {
  padding: 0px;
  margin: 0px;
}
.clearNavModal {
  left: 0px;
  display: block;
  height: 100%; 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;top: 0px;
  z-index: 98;
}
#clearNav {
  display: none;
  height: 100%; 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;top: 0px;
  z-index: 98;
}
.content_logo_nav {
  cursor: pointer;
  height: 50px;
  display: block;
  /*padding-left: 30px;
  padding-top: 10px;*/
}
.logoMenu {
  width: 190px;
  margin-left: 25px;
  position: absolute;
  top: 14px;
  border-bottom: solid 1px #ffffff42;
}
.listBar{
  text-decoration: none;
  list-style: none;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
}
.listBar li {
  position: relative;
}
.listBar li a {
  text-decoration: none;
  color: white;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  font-size: 13px;
  white-space: normal;
  opacity: 0.8;
  text-transform: capitalize;
}
.listBar li a:hover {
  opacity: 1;
}
.hijo li a { 
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
} 
.icon_bar {
  display: inline-grid;
  position: absolute;
  font-size: 18px !important;
}
.span_bar {
  display: inline-grid;
  padding-left: 35px;
}
/* Espacios */

.padding-left10 {
  padding-left: 10px;
}
.padding-top10 {
  padding-top: 10px;
}
.margin-top10 {
  margin-top: 10px;
}
.espacio-arriba10 {
  padding-top: 10px;
}
#table_list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table_list td, #table_list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table_list tr:nth-child(even){background-color: #f2f2f2;}

#table_list tr:hover {background-color: #ddd;}

#table_list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #363a41;
  color: white;
}


.table_list {
  border-collapse: collapse;
  width: 100%;
}

.table_list td, .table_list th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table_list tr:nth-child(even){background-color: #f2f2f2;}

.table_list tr:hover {background-color: #ddd;}

.table_list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #363a41;
  color: white;
}
footer {
  bottom: 0px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px
  border-top: solid 2px #f9f9f9;
}
footer a {
  text-decoration: none;
}

footer ul {
  list-style: none !important;
}
.footer-derechos {
  background-color: rgba(51, 51, 51, 0.23) !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-derechos a{
  float: right;
}

/*  Estilos footer */

.footer-negro {
  background-color: black;
  color: white;
}

.footer-negro a {
  color: white;
}

.footer-white {
  background-color: white;
  color: #222;
}
.footer-white a{
  color: white;
  text-decoration:none;
}

/*nav*/
nav ul li a{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;

}

.iconDrop {
  color:white;
  opacity: .5;
  font-size:20px;
}
/*Estilos de nav*/
.navNegro {
  background-color: black;
}
.navNegro ul li a {
  color: white;
}
.navNegro ul li a:hover {
  background-color: #2b2929;

}
.navBlanco {
  background-color: white;
}

.navBlanco ul li a {
  color: black;
  display: block;
}
.navBlanco ul li:hover {
}

.navTurquesa {
  background-color: rgb(20 109 182 / 50%);
}
.navTurquesa ul li a {
  color: white;
}
.navTurquesa ul li a:hover {
  background-color: #108c7f;
}


/*  Colores*/
.bg-black {
  background-color: black;
}
.fondo-negro {
  background-color: black;
}


.white-text {
  color: white;
}


/* Systema de Grid */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fondoFormas {
  background-color: #ddd;
  padding: 10px;
}
.ocultar-en-movil {
  display: none;
}
.ocultar-en-tablet {
  display: inline-grid;
}
@media (min-width: 599px) {
  .ocultar-en-movil {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .ocultar-en-tablet {
    display: none;
  }
  .container {
    width: 750px;
  }
  
  .logo {
    float: left;
  }
  .menuNormal {
    display: block;
  }
  .ocultar-desde-tablet {
    display: inline-grid;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .ocultar-en-tablet {
    display: none;
  }

  .ocultar-desde-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .ocultar-en-tablet {
    display: none;
  }
  .ocultar-desde-tablet {
    display: none;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -0px;
  margin-right: -0px;
  margin-bottom: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.inline-grid {
  display: inline-grid !important;
}
.inline-block {
  display: inline-block;
}
.pointer {
  cursor: pointer !important;
}

@media only screen and (max-width: 1000px) {
  .hide_menu_mobile {
    margin-left: 0px !important;
  }
  .botonMenu {
    display: block;
  }
}
@media only screen and (min-width: 1001px) {
  .botonMenuHide {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .listBar{
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: initial;
    padding-top: initial;
  }
  .clearNavModal {
    padding: initial;
  }
  .modal:not(#confirm) {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }
  .modal-footer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    display: table;
    padding: 0px;
    text-align: center;
  }
  .modal-footer button {
    display: table-cell;
    width: 40%;
  }
  #confirm {
    height: initial !important;
    width: 90%;
    padding-bottom: 0px;
    margin-top: 40%;
  }
  #confirm .modal-content{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #confirm .modal-footer {
    position: relative;
    background-color: initial;
  }
  .slider {
      /* padding: 50px; */
      padding: 5%;
  }
  .main_app {
    margin-left: 10px;
    transition: 0.6s;
  }
  .menu_app {
    margin-left: 10px;
  }
  .main_app_trans {
    margin-left: 10px;
  }
  blockquote {
    margin: 0px;
  }
  .tag_product_packend_content {
    max-width: 100%;
  }
  .logoMenu {
    left: 50px;
  }
  .logo-app {
    display: none;
  }
  .buttons-nav-status {
    display: none !important;
  }
  #themeSwitch {
    display: none !important;
  }
  .customize-container {
    display: none !important;
  }
}

/*DATATABLECSS*/