body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue","Ubuntu", sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #111111 !important;
 	background-color: #ffffff;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f9f9f9;
}
#confirm  {
  margin-top: 25px;
  border-radius: 10px;
}
#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;
}
.company_logo {
  max-width: 90px;
  width: 100%;
  padding-top: 5px;
}
#attachments_content {
  margin-bottom: 40px;
  max-width: 450px;
  width: 100%;
}
#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;
  cursor: move;
}
#attachments_content div input.hidden{
  display: none;
}
#attachments_content i {
  cursor: pointer;
}
#attachments_content .save_changes {
  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;
}
.input_file_multiple{
  margin-bottom: 15px;
  margin-top: 15px;
}
.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;
  margin-top: 20px;
}
.file-block{
  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: rgb(211 78 147 / 20%);
}
#mainCategorySelect option {
  text-transform: uppercase;
}
.categories-tag {
  text-transform: uppercase;
}
#product_category .tagify .tagify__tag{
  text-transform: uppercase;
}
.customSuggestionsList > div{
  max-height: 300px;
  min-height: 50px;
  border: 2px solid pink;
  overflow: auto;
}
.tagify--focus {
  --tags-border-color: #6cc8b5;
}
.customSuggestionsList .empty{
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 1em;
}
/* Estilo del botón principal */
.product_more {
  display: inline-block;
  position: relative;
}
.product_more_button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 5px;
}
/* Dropdown inicialmente oculto */
.product_more_dropdown {
    display: none; /* Oculto por defecto */
    position: absolute;
    bottom: 50px; /* Se despliega hacia arriba */
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
}

/* Estilos para los enlaces dentro del dropdown */
.product_more_dropdown a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/* Estilo cuando pasas el mouse por un enlace */
.product_more_dropdown a:hover {
    background-color: #ddd;
}

/* Clase que muestra el dropdown */
.product_more.active .product_more_dropdown {
    display: block; /* Mostrar el dropdown */
}

.button_filter_content {
    padding-top: 25px;
}
.button_filter_content span{  
  font-weight: bold;
}
a.button_filter {
    color: #428bca;
    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 {
    background-color: #47bfc3;
    color: white;
    border-radius: 3px;
}
.tag_product_packend_content {
  padding: 10px !important;
}
.tag_product_packend_content input {
  width: 100%;
  max-width: 70px !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.tag_container {
  background: transparent;
  border: dotted 1px #ccc;
  min-height: 150px;
  padding: 10px;
}
.module_divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  color: #a6a6a670;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
}

.module_divider::before,
.module_divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cccccc3b;
}

.module_divider::before {
  margin-right: 10px;
}

.module_divider::after {
  margin-left: 10px;
}
.image_view_container {
  max-width: fit-content;
  width: 100%;
  background-color: #1111;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.image_view_container img {
  display: inline-block;
  vertical-align: middle;
}
.image_view_container i {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.button_header {
  padding: 5px !important;
  font-size: 11px !important;
  float: right;
  text-decoration: none;
  color: #428bca;
}
#loading_div {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 56%);
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.ui-state-highlight {
  background-color: #f6f6ab !important;
}
#div_status_installing_module {
  background-color: black;
  min-height: 250px;
  overflow: auto;
}
#div_status_installing_module ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 10px;
}
#div_status_installing_module ul li  {
  color: white;
  font-style: italic;
}
#content_git_changes {
  background: #eee;
  border: solid 1px #2222;
  overflow-x: auto;
  height: 150px;
  margin-bottom: 25px;
}
#filters_enable_content {
  padding: 10px;
  background-color: white;
  display: none;
}
.hook_content {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.hook_content.hidden {
  opacity: 0;
}
.title_customer {
  text-transform: uppercase;
}
.title_customer span{
  display: block;
  font-size: 10px;
}
.title_customer a{
  font-size: 10px;
  width: fit-content;
}
.account_detail {
  padding-left: 5px;
  text-transform: uppercase;
  color: rgb(104 115 133);
  font-weight: 400;
}
.account_detail span {
  font-size: 12px;
  display: block;
  color: rgb(65 69 82 / 1);
}
.divider_data {
  display: block;
  width: 100%;
  border-bottom: solid 1px #1111;
  color: #111111;
  font-weight: bold;
}
#order_status {
  margin-bottom: 15px;
}
.reduction_percent {
  max-width: initial !important;
  width: 65px !important;
}
.estimate_product_row:hover {
  background-color: #1111 !important;
}
#estimate_table tr:nth-child(even){background-color: #f2f2f24f;}
#estimate_table {
  width: 100%;
  border-collapse: collapse;
}
#estimate_table thead {
  border-bottom: 1px solid #ddd;
}
#estimate_table tr td {
  padding: 8px;
  color: grey;
}
#estimate_table tr th {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#estimate_details tr td textarea {
  max-width: 100% !important;
}
body[page="estimates"] textarea {
  min-height: 100px !important;
}
.estimate_totals thead tr td, .estimate_totals thead tr th {
  padding: 10px;
  text-align: right;
}
.estimate_totals input {
  max-width: fit-content;
}
#estimate_totals {
  margin-bottom: 50px;
  border-collapse: collapse;
}
#estimate_totals tr td{
  border: solid 1px #dddd;
}
.totals_invoice {
  margin-bottom: initial !important;
  max-width: 100px !important;
}
.delete_row_product {
  margin-bottom: 15px;
}
.max100 {
  max-width: 100px !important;
}
.max50 {
  max-width: 50px !important;
}
.price_invoice_total_row {
  cursor:not-allowed; 
  pointer-events:none;
}
.quantity_invoice {
  max-width: 60px !important;
}
.currency_invoice {
  color: grey;
}
.percentage_invoice {
  color: grey;
}
.measurement {
  color: grey;
}
.name_product_invoice {
  text-transform: uppercase;
}
.sku_invoice {
  font-size: 11px;
}
.product_row:hover {
  background-color: rgba(1, 129, 116, 0.15);
  transition: 0.3s;
}
.no_image_row {
  width: 100%;
  max-width: 56px;
}


.button-danger {
    background-color: #dc3545;
    color: white !important;
}
table.dataTable thead , table.dataTable tfoot{
  text-transform: uppercase;
  font-size: 10px;
}
table.dataTable tbody{
  font-size: 12px;
  color: #666;
}
.unit_content {
  position: relative;
}
.unit_content input {
  text-align: right !important;
  padding-left: 15px !important;
}
.usd:before {
  content: "US$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.mxn:before {
  content: "MX$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.avg:before {
  content: "%";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}

.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;
}
.table_legend_title i {
    font-size: 16px;
    vertical-align: middle;
}
.table_legend_title span {
    vertical-align: middle;
}
.table_legend_title span.desc {
    display: block;
    margin-top: 25px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 14px;
}
#table_rendered .order_by {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
#table_rendered .current_order_by {
  color: #428bca !important;
}
#table_rendered .order_by:hover::after {
  /*
  font-family: 'Material Icons';
  content: "\e5d7";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #428bca;
  */
}
#table_rendered .sort_asc:after {
  font-family: 'Material Icons';
  content: "\e5c5";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #428bca;
}
#table_rendered .sort_desc:after {
  font-family: 'Material Icons';
  content: "\e5c7";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #428bca;
}
#table_rendered tbody tr:nth-child(even){
  background-color: #f2f2f2;
}
/*
#table_rendered tbody tr:hover {
  background-color: #e1dfdfd1;
}
*/
#table_rendered_wrapper {
    padding-top: 25px;
}
.content_div_tab {
  display: flex;
}
.form_content {
    width: 100%;
    max-width: 100%;
}
.form_content h3 {
    border-bottom: solid 1px #1111;
    margin: 0px;
    text-transform: lowercase;
    color: #625d5d;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}
.form_content h3 span {
    display: block;
    margin-top: 25px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 14px;
}
.form_content .col-md-6 {
  padding-left:  initial !important;
  padding-right: initial !important;
} 
.itivos_form_inline .input_content {
    display: table;
    width: 100%;
    float: left;
    vertical-align: middle;
}
.itivos_form_inline .input_content .itivos_form_inline_label {
    display: table-cell;
    width: 250px;
    text-transform: capitalize;
    vertical-align: middle;
    padding-right: 50px;
}
.itivos_form_inline .input_content .input_content_input{
    display: table-cell;
    max-width: initial;
    width: initial;
}
.input_content_input .desc{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    color: #333;
}
.itivos_form_inline .input_content .input_content_input input, 
.itivos_form_inline .input_content .input_content_input select, 
.itivos_form_inline .input_content .input_content_input textarea{
    margin-bottom: 2px;
    max-width: initial;
}
.itivos_form_inline .input_content .itivos_form_inline_label label{
    font-weight: bold;
    display: block;
}
.desc_input {
    font-style: italic;
    color: #ccc;
    display: block;
    line-height: 1.2;
    min-height: 10px;
    font-size: 12px;
    margin-bottom: 5px;
}
.input_content {
    margin-bottom: 35px;
}
.input_content_input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 450px;
}
.observations_div textarea {
  max-width: 100%;
  width: 100%;
}
.move_feature_product_container {
  cursor: move;
  display: inline-block;
  max-width: 50px;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
  margin-right: 20px;
}
.feature_container {
  display: inline-block;
  width: 100%;
  max-width: 580px;
  vertical-align: middle;
  background: #8080801a;
  padding: 10px;
}
.feature_container input[type="text"]{
  max-width: 250px !important;
  background-color: white !important;
}
.feature_container .select2-container--default .select2-selection--single{
  background-color: white !important;
}
.feature_container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
.feature_delete_conteiner {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}
.wraper {
  margin-top: 20px;
  background-color: white;
  padding: 0px !important;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
  border-radius: 4px;
  border: solid 1px #1111;
}
.wraper h1, .wraper h2, .wraper h3, .wraper h4  {
  margin: 0px !important;
  border-bottom: solid 1px #1111;
  padding: 8px;
}
.img_row_order {
  max-width: 56px;
}
.theme_content {
  display: inline-grid;
  width: 100%;
  max-width: 250px;
  align-content: center;
  text-align: center;
  margin-right: 10px;
  border: solid 1px #1111;
}
.theme_content_info {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.6s;
}
.theme_content_info:hover .theme_layout_shappe {
  display: block;
}
.theme_layout_shappe {
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  background-color: rgb(0 0 0 / 17%);
  display: none;
}
.theme_layout_shappe a {
  top: 30%;
  position: absolute;
  margin: auto;
  left: 28%;
}
.theme_name_content {
  text-align: center;
  background-color: white;
  border-bottom: solid 1px #1111;
}
.theme_label {
  position: absolute;
  right: 0px;
  padding: 10px;
  background-color: #587374;
  color: white;
  bottom: 10px;
}
.disabled_cursor {
  cursor: not-allowed;
}
.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: calc(100% - 150px);
  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;
}
.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;
}
.spiner_button {
    display: inline-grid;
    vertical-align: middle;
}
.spiner_button .spiner {
    height: 15px;
    width: 15px;
    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: 1px solid #6b8e74;
    border-right: 1px solid #6b8e74;
    border-bottom: 1px solid #d4d4c9;
    border-top: 1px solid #6b8e74;
    border-radius: 100%;
    font-size: 0;
    color: hsla(0,0%,100%,.6);
}
.center-spiner2 {
    display: block;
    top: 45%;
    left: 50%;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 101;
    padding: 6px;
}
input.width_desc {
  margin-bottom: 0px !important;
}
.desc_field {
  font-style: italic;
  font-size: 10px;
  color: grey;
}
.product_container .content_pictures {
  margin-bottom: 15px;
}
.product_content_desc .nav_tab { 
  margin: 0px !important;
  margin-top: 0px !important;
}
.product_content_desc .content_input  {
  position: relative;
}
.product_content_desc .content_input .lang_content_list {
  position: absolute;
  right: 1px;
  top: 1px;
}
.product_content_desc .content_input .lang_content_list .lang_select_form {
  height: 42px !important;
}
.content_field_product {
  padding: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}
.content_field_product.block label, 
.content_field_product.block input, 
.content_field_product.block select {
  display: block;
  width: 100%;
  max-width:350px;
}
.content_field_product label {
  font-weight: normal;
  margin-bottom: 10px;
}
.form_inline div, .form_inline label, .form_inline input, .form_inline select{
  display: inline-grid;
  vertical-align: middle;
}
.helper_formv1 input, .helper_formv1 label, .helper_formv1 select{
  display: block;
  margin: 0px !important;
}
.helper_formv1 select{
  max-width: 350px !important;
}
.helper_formv1 select:focus{
  border-bottom: solid 1px #ccc !important;
}
.helper_formv1 .input_lang {
  max-width: 300px !important;
  display: inline-block;
}
.form_content .input_lang{
  max-width: calc(100% - 60px) !important;
  display: inline-block;
}
.form_content .lang_content_list {
  display: inline-block !important;
  vertical-align: top;
  width: 50px;
}
.form_content .lang_content_list select{
   border: solid 1px #ccc !important;
}

.form_content .input_content_input .desc {
  display: block;
}
.helper_formv1 .lang_content_list {
  display: inline-block !important;
  vertical-align: top;
}
.helper_formv1 .lang_content_list select {
  border: solid 1px #ccc !important;
}
.helper_formv1 .desc {
  color: #8080805e;
  font-style: italic;
  font-size: small;
  display: block !important;
}
.helper_formv1 .switch_content span, .helper_formv1 .switch_content input, .helper_formv1 .switch_content input{
  padding-top: 15px;
  display: inline-block;
}
.helper_formv1 .switch {
  display: inline-block;
}
.helper_formv1 .content_input {
  margin-bottom: 15px;
}
.hidden_input_lang {
  display: none !important;
}
.container_module_description .dropdown{
}
.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_img_module {
  height: 100%;
  max-height: 80px;
  min-height: 75px;
}
.itivos-sortable-product {
  width: 158px;
  height: 144px;
  display: inline-block;
  background-color: #f6e84169;
  border: dotted 1px #222;
  margin: 2px;
}
.itivos-sortable-feature,
.itivos-sortable-tag,
.itivos-sortable-file {
  background-color: #f6e84169 !important;
}
.itivos-sortable-tag {
  display: inline-block;
  border: dotted 1px #222;
}
.itivos-sortable-file {
  display: inline-block;
  border: dotted 1px #222;
}
.buttons_combinations {
  padding: 10px;
}
.combination_action {
  text-decoration: none;
  color: #222;
  cursor: default !important;
}
.combination_action i{
  opacity: 0.7;
  cursor: pointer !important;
}
.combination_action i:hover {
  opacity: 1;
}
.input_fake_auto_height {
  background: white;
  padding: 5px;
  width: 100%;
  min-height: 50px;
  border: none;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  background-color: #f4f4f4;
}
.input_fake_auto_height:after {

}
.input_tag {
  position: relative;
  display: inline-block;
  min-width: 50px;
  background-color: white;
  padding: 5px;
  border: solid 1px;
  text-transform:capitalize;
  margin: 3px;
}
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* 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_collapsible {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.show-hidden-form-content{
  display: none;
  padding-top: 50px;
}
.form_hidden {
  display: none;
}
.icon-button  {
  cursor: pointer;
}
.icon-button-hidden {
  display: none !important;
}
.inline-grid {
  display: inline-grid;
}
.display-block {
  display: block;
}
a:active {
  color: #567273;
}
.hook_list_order {
  cursor: move;
}
.hook_list_order:hover {
  background-color: #11111111;
}
.hook_list_order img{
  margin-right: 80px;
  max-width: 50px;
  vertical-align: middle;
}
.hook_list_order span{
  display: none;
  vertical-align: middle;
}
.hook_list_order:hover span{
  float: right;
  vertical-align: middle;
}
.form_height label {
    display: block !important;
}
.form_height textarea{
    display: block !important;
}
.form_height input {
    display: block !important;
} 
.form_height select {
    display: block !important;
}
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;
}
.add_comment_view {
  display: none;
}
.active_element_iv {
  border: 2px !important;
  border-style: dashed !important;
  border-color: #bebdf7 !important;
}
#sortable {
  padding-top:20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border: 2px !important;
  border-style: dotted !important;
  border-color: #e0dede !important;
}
.select2-container--open .select2-dropdown--below {
}
.select2-container {
  margin-bottom:15px !important; 
}
.select2-container--default .select2-selection--single {
  padding: 4px;
  height: 30px;
  border: none !important;
  border-bottom: solid 1px #ccc !important;
  background: transparent !important;
  border-radius: initial !important;
}
.translate_content {
  width: 100%;
  background-color: white;
}
.translate_content_key {
  display: none;
}
.dropbtn {
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
}

.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;
}
.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;
}
.content_fullname {
}
.text_list {
  padding-left: 15px;
  margin: 0px;
  margin-top: 10px;
  position: absolute;
}
.img_profile_miniature {
  max-width: 40px;
  border-radius: 50%;
  width: 100%;
}
#form_add_comment {
  padding-bottom: 25px;
}
.padding-top-20 {
  padding-top: 10px;
}
.content-right {
  text-align: right;
}
#process_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.complete_stage {
  color: green !important;
  font-weight: bold;
}
.complete_stage a {
  color: green !important;
}
.span_process {
  margin-top: 35px;
}
#process_line {
  margin-bottom: 20px;
  list-style: binary;
}
#process_line li {
  color: #ccc;
  float: left;
  margin-left: 35px;
}
#process_line li a{
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
}

/*TIME LINE*/
#timeline {
  background-color: #d9dee97a;
  height: 400px;
  overflow-y: auto;
}
#timeline * {
  box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.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: -13px;
  background-color: white;
  border: solid 3px rgba(1, 129, 116, 0.25);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left_timeline {
  left: 0;
}

/* Place the container to the right */
.right_timeline {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.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 (pointing left) */
.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 containers on the right side */
.right_timeline::after {
  left: -16px;
}

/* The actual content */
.content_timeline {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.content_timeline h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .itivos_form_inline .input_content .input_content_input {
    display: block;
  }
  .itivos_form_inline .input_content .itivos_form_inline_label {
    display: block;
    max-width: initial;
  }
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .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 */
  .left_timeline::after, .right_timeline::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right_timeline {
    left: 0%;
  }
}



.bg_div_flaoat {
  background-color: #f6f6f6;
  border: dotted 1px #f6f6f6;
  padding-top: 20px;
}
#div_form_payment {
  display: none;
}
.pointer {
  cursor: pointer;
}
.delete {
  cursor: pointer;
}
.tr_payment {
  background-color: #f6f6f6;
}
.tr_payment div{
  padding: 20px;
}
.kpi_content {
  background-color: #f6f6f6;
  border: dotted 1px #f6f6f6;
}
.mount_kpi {
  font-size: 24px;
}
.delete_row_product {
  cursor: pointer;
}
.hidden {
  display: none;
}
.textarea_100 { 
  max-width: 100%;
}
.product_row {
  padding-top: 10px;
  background-color: white;
  border-bottom: solid 1px #ccc;
}

#product_selected {
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-top: 20px;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
}
.ini-min-height {
  min-height: 0px !important;
}
#form_order_admin {
}
.thumbnail-container {
  cursor: move;
  display: inline-block;
  background-color: #8080802e;
  padding: 5px;
  margin: 2px;
}
.thumbnail-container .delete_img_product {
  float: right;
  color: grey !important;
}
.feature_select {
  max-width: calc(100% - 5px);
  border-bottom: initial !important;
}
.feature_content {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: solid 1px #1111;
  background-color: white;
  max-width: 850px;
}
#product_details #dinamic_features{
  margin-bottom: 50px;
}
#references label {
  font-weight: normal !important;
}
label {
  font-weight: bold;
}
#sizes {
    display: flex;
    gap: 20px; /* Espacio entre los campos */
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}
#sizes .input-container {
    position: relative;
    display: inline-block;
}
#sizes input[type="text"] {
  padding-right: 50px; /* Espacio para el recuadro de la unidad */
  width: 100px;
  margin-bottom: 0px;
}
#sizes .unit {
  position: absolute;
  right: 0px;
  top: 47%;
  transform: translateY(-50%);
  background-color: #f0f0f0;
  border: 0px;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
}

#sizes label {
    font-weight: bold;
    margin-right: 5px;
}

#sizes .field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tab_product {
  display: none;
}
.tab_active {
  display: block ;
}
.tab_content {
  display: none;
}
.content_pictures {
  height: 300px;
  position: relative;
  border: dashed 1px #1212;
}
.content_pic_combination {
  height: 300px;
  position: relative;
  border: dashed 1px #1212;
}
.upload_file {
  color: grey;
  text-align: center;
  display: block;
  padding-top: 30px;
  opacity: 0.8;
  position: absolute;
}
.file_attache {
  display: block;
}
.product_container {
  padding-top: 20px;
}
#product_view_admin_ {
  margin-bottom: 70px;
}
.product_header {
  height: 60px;
}
.product_footer {
  background-color: white;
  padding: 13px;
  height: 60px;
  position: fixed;
  z-index: 95;
  width: 100%;
  left: 0px;
  bottom: 0px;
  box-shadow: #363a41 0 0 10px;
}
#tab1 {
  display: block;
}
#product_view_admin {
  margin: 0px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  border: initial !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.active_menu_product {
  border-bottom: solid 4px rgba(1, 129, 116, 0.25);
}
#basic_info_product {
  display: block;
}
.default_tab {
  display: block;
}
.logo-wemetric {
  width: 100%;
  max-width: 200px;
  padding-top: 12px;
  height: auto;
  align-content: center;
}
.logo_header {
 max-width: 140px !important;
 padding-top: 3px !important; 
 display: initial !important;
}
.name_system {
  font-size: 24px;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: white;
  padding-left: 10px;
}
.system_version {
  color: grey;
  font-size: 10px;
  width: 50px;
  position: absolute;
  height: 50px;
  padding-left: 5px;
  top: 27px;
}
.logo_menu {
  width: 140px;
  float: right;
  position: absolute;
  left: 70px;
  top: 3px;
}
.close_message_system {
  cursor: pointer;
}
.close_btn_nav {
  cursor: pointer;
  position: absolute;
  right: 10px;
  color: white;
}
.close_btn_nav i {
  font-size: 36px;
}
.content_info {
  height: 53px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-top: 10px;
  margin-right: 15px;
}
.close_btn_nav:hover {
  color: #4dc1c4;
}
.message_system {
  padding: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: #dff0d8;
  color: #3c763d;
}
[aria-labelledby="id-66-title"] {
  display: none;
}
.div_read {
  position: absolute;
  top: 35%;
  left: 5px;
}
.done_read {
  color: #606060;
  opacity: 0.3;
  cursor: pointer;
}
.done_read:hover {
  opacity: 1;
  transition: 0.4s;
}
.has_rule {
  color: green;
}
.info_product_ {
  color: grey;
}
.title_product {
  border: none !important;
  padding: 0px !important;
  padding-left: 10px !important;
  background: none !important;
  color: #16181e;
}
#label_shop {
  position: relative;
}
#label_shop i {
  position: absolute;
  left: -20px;
  top: 0px;
}
#settings_button {
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
#settings_button a {
  color: black;
  opacity: 0.3;
}
#settings_button a:hover {
  color: #606060;
  opacity: 1;
  transition: 0.4s;
}
.link_block {
  display: block;
}
.any_cursor {
  cursor: default !important; 
}
.any_cursor a:hover {
  background: none !important;
}
.div_date i{
  color: grey;
  font-size: 10px;
}
.date_italic {
  font-size: 10px;
  font-style: italic;
  color: grey;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 220px;    /* Footer height */
}
.priceForProducPrice {
  max-height: 150px !important;
  height: 100%;
}
#loading_produts {
  position: absolute;
  z-index: 999;
  background: white;
  text-align: center;
  width: 100%;
  margin: 0px;
  margin-right: 10px;
  padding-top: 150px;
}
#products_report {
  min-height: 417px;
}
.iso_code {
  max-width: 50px !important;
}
input.iso_code {
  text-align: center;
}
.fake_input {
  background: white;
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
}
.fake_textarea {
  background: white;
  padding: 5px;
  min-height: 50px;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
#add_currency {
  display: none;
}
.italic {
  font-style: italic;
  color: grey;
}
.h3_div {
  margin-top: 0px !important;
  color: grey;
  text-transform: uppercase;
  border-bottom: solid 1px #2222;
  padding: 10px;
  padding-top: 0px;
}
.h4_upper {
  text-transform: uppercase;
}
#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;
}
.content-center {
  align-content: center;
  text-align: center;
}
.padding-left_0 {
  padding-left: 0px !important;
}
.padding-right_0 {
  padding-left: 0px !important;
}
.kpi_products {
  background: none !important;
  border: none !important;
}
.menu_app i {
  color: #606060;
  padding-right: 10px;
}
.navBlanco i {
  color: #606060;
}
.red {
  color: red;
}
.error_field {
  border-bottom: solid 1px red !important;
}
.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 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 101;
  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
}
.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-right {
  top: 0%;
  right: 100%;
}
.tooltip-right::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) ;
}

.edit_rule {
  cursor: pointer !important;
}
.delete_rule {
  cursor: pointer !important;
}
.btn-border-cancel {
  color: #6c868e !important;
  border: solid 1px #6c868e !important;
  background: white !important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
}
.btn-border-cancel:hover {
  color: #03b196 !important;
}
.margin10 {
  margin: 5px;
}
#condition_select {
  max-width: 250px !important;
}
#then {
  max-width: 170px !important;
}
.input-container {
  display: inline;
}
.input-container i{
  color: grey;
}
.icon_amount {
  padding: 1px;
  position: absolute;
  background: none;
}
.icon_percentage {
  padding: 4px;
  padding-left: 7px;
  font-size: 18px !important;
  position: absolute;
  background: none;
}
input {
  background-color: transparent;
}
input[name="amount_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input_all"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="price_calc"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}

input[name="max_price"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
input[name="price_real"] {
  cursor: not-allowed;
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
.price_real_div {
  position: absolute;
  right: 20px;
  top: 67px;
}
#rules_form_div {
  display: none;
  padding: 11px;
  padding-bottom: 0px; 
  background: #f2f2f2;
}

#last_access li{
  list-style: none;
  color: grey;
}
#last_access li i{
  font-size: bold;
  text-align: center;
  padding-top: 7px;
}
#last_access li span{
  margin-right: 5px;
  padding-left: 20px;
  text-align: right;
  padding-top: 2px;
}
del {
  color: grey;
}
.cancel_crop {
  display: none;
}
.profile_photo {
  max-width: 250px;
  border-radius: 50%;
}
.border-boton {
  color: #03b196 !important;
  background: white;
  border: solid 1px #03b196 !important;
  -webkit-box-shadow: none !important;
}
.border-boton:hover {
  background: #03b196;
  color: white !important;
}
.border-button {
  color: #03b196 !important;
  background: white;
  border: solid 1px #03b196 !important;
  -webkit-box-shadow: none !important;
}
.border-button:hover {
  background: #03b196;
  color: white !important;
}
.border-button-action {
  color: #000 !important;
  background: #ececec;
  border-radius: 4px;
  padding: 7px !important;
box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
.border-button-action:hover {
  background: #dbdbdb;
}
.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;
}
#rules_div {
  padding-left: 10px;
  display: none;
}
#history_div {
  padding-left: 10px;
  display: none;
}
#div_add_combinations {
  display: none;
}
#products_list_filter {
  padding-top: 26px;
}
.botones_table {
  background: none !important;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #03b196 !important;
}
.botones_table:hover i {
  color: white;
}
.botones_table:hover {
  background-color: #03b196 !important;
}
.botones_table span {
  color: #03b196;
}
.buttons_actions_table {
  color: #b2b2b2;
  padding: 10px;
}
.buttons_actions_table i.edit:hover {
  color: #03b196;
}
a > i {
  vertical-align: middle;
}
button > i {
  vertical-align: middle;
}
button.botones_table.disabled span {
  color: #b2b2b2 !important;
}
button.botones_table.disabled  {
  border: solid 1px #b2b2b2 !important;
}
button.botones_table.disabled:hover {
  background: none !important;
}
button.botones_table.disabled:hover i {
  color: #b2b2b2 !important;
}
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: #03b196;
}
#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 {
  opacity: 1 !important;
}
.page_nav_current::before {
  content: " ";
  position: absolute;
  height: 6px;
  width: 6px;
  top: 17px;
  left: -10px;
  background: #3f9093;
  border-radius: 50%;
}
.page_nav_current i {
  color: #47bfc3 !important;
}
.div_divider_menu {
  padding: 0px !important;
  margin: 0px !important;
}
#shop_current {
  border: solid 0px !important;
}
#form_current_shop {
  width: 320px;
  margin-left: 90px;
  padding-top: 8px;
}
#form_current_shop select {
  width: 200px;
}
.form_inline input, .form_inline select{
  display: inline-grid;
  vertical-align: middle;
  margin: 0px !important;
box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
.form_inline a{
  margin-left: 5px;
}
.notifications_message span.timeago {
  color: #47bfc3;
  font-size: 11px;
}
.notifications_message {
  position: relative;
  padding: 10px;
}
.notifications_message a {
  text-decoration: none;
  color: black;
  display: table-cell;
  vertical-align: middle;
}
.notifications_message.read {
  opacity: .5;
}
.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;
}
.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_container{
  display: none;
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 67px;
  top: 35px;
  width: 100%;
  max-width: 250px;
  z-index: 1;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
  height: 50% ;
  overflow-y: auto;
}
.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; 
}
#login_div {
  display: none;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.container_login {
  position: fixed;
  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: rgba(1, 129, 116, 0.25);
  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 {
  padding-right: 20px;
}
#menu_right a {
  opacity: 0.3;
}
#menu_right a:hover {
  opacity: 1;
}
#system_info {
  margin-top: 10px;
  text-align: center;
  align-content: center;
}
.logo_itivos_prisync {
 text-align: center;
 align-content: center;
 padding-left: 20%;
}
.active_menu {
  background: white;
  border-top: solid 4px rgba(1, 129, 116, 0.25);
}
.active_menu a {
  color: black;
}
.active_menu_app {
  border-bottom: solid 3px rgba(1, 129, 116, 0.25);
}
.active_tab {
  background-color: rgba(1, 129, 116, 0.25);
}
#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;
    background: rgba(0,0,0,.4);
    padding: 5px;
    left: 0px;
    z-index: 999;
}
.spiner {
    height: 43px;
    width: 43px;
    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);
  }
}

.itivos_ajax_loading {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  z-index: 999;
}
.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: #bfdfdc;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


#add_product{
  display: none;
}
/* Popup container - can be anything you want */
.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;
}
.info {
  color: #2179c1; 
  background: #dee9f2;
}

.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;
}
.message_content {
  padding: 10px;
  border-radius: 2px;
}
.message_content i,
.message_content span {
  display: inline-block;
  vertical-align: middle;
}
.categories_del_options {
  margin-top: 50px;
}
.categories_del_options .button{
  margin-top: 50px;
  margin-left: 20px;
  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_module ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-width: 250px;
}
.menu_app_module ul li{
  width: 100%;
  float: left;
  padding-left: 10px;
}
.menu_app_module ul li a{
  display: block;
}
.menu_tab_module ul {
  padding: 0px;
  display: inline-flex;
  list-style: none;
}
.menu_tab_module ul > li > a{
  text-decoration: none;
}
.menu_app {
  margin: 10px;
  height: 50px;
  margin-top: 20px;
  /* border: solid 1px #1111; */
  /* background: white; */
  /* box-shadow: 0 3px 10px rgb(10 37 64 / 5%); */
  /* border-radius: 4px;*/
}
.menu_app ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_app ul li {
  float: left;
  padding-left: 10px;
  margin-right: 5px;
}
.menu_app ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_app ul li a {
  text-decoration: none;
  display: inline-block;
  color: black;
  padding-left: 0px ;
}
.menu_app nav ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.content_app_module {
  min-height: 250px;
  padding-left: 20px;
  margin-left: 250px;
}

/*** */
.nav_tab {
  margin: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: white;
}
.nav_tab ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav_tab ul li {
  float: left;
  padding-left: 10px;
}
.nav_tab ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.nav_tab ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.nav_tab ul li:hover a {
}

/*** */

.menu_modal {
  height: 45px;
  background: #f2f2f2;
}
.menu_modal ul {
  list-style: none;
  margin: 0px;
}
.menu_modal ul li {
  float: left;
  padding-left: 10px;
}
.menu_modal ul li:hover .active_menu  {
  background: white !important;
}
.menu_modal ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_modal ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.main_container {
  margin-left: 330px;
}
.main_app {
  margin: 10px;
  border: solid 1px #1111;
  background: white;
  padding: 10px;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
  border-radius: 4px;
}
.main_app_trans {
  margin: 10px;
  margin-right: 30px;
  padding: 10px;
}
.main {
  margin: 10px;
  margin-top: 20px;
  padding: 10px;
}
.main_app #products_list_wrapper{
  min-height: 417px;
}
 /* 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 {
  padding: 20px;
  border-radius: 2px;
  margin-top: 20px;
  max-width: 500px;
}
.itivos_login_form input {
  max-width: initial !important;
  background-color: white;
}
/* Estilos para el logo */
.itivos_login_logo {
  height: auto;
  margin-bottom: 0px;
}

/* Estilos para el texto del sistema */
.itivos_login_system {
  font-size: 84px;
  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: #b2b2b3;
  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;
}
.rows_total {
  padding-right: 10px;
}
/* Modal */
.modal {
  display: none;
  position: relative;
  background-color: white;
  padding:10px;
  padding-top: 0px;
  margin: auto;
  width: 50%;
  max-width: 550px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border-bottom: solid 1px #fbefef; 
}
.modal-content {
  padding: 20px;
}

.modal-footer {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #8080801a;
}
.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: #03b196;
}
.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;
}

input,textarea,select {
  color: #444;
}
/* Formularios*/
fieldset {
  border:solid 1px #ccc;
} 
input[type="text"] {
	padding: 5px;
	height: 30px;
	width: 100%;
	max-width: 350px;
	border: none;
  border-bottom: solid 1px #ccc;
	margin-bottom:15px;
}
.tagify {
  width: 100%;
  border: 0px !important;
  border-bottom: solid 1px #ccc !important;
  min-height: 30px;
  margin-bottom: 15px;
}
.tagify-container {
  width: 100%;
  max-width: 350px;
  border: solid 1px #ccc;
  margin-bottom:15px;
  min-height: 150px;
}
input[type="search"] {
  padding: 5px;
  height: 30px;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
input[type="number"] {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 350px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
input[type="number"]:focus {
  outline: none;
}
input[type="number"]:hover {
}
input[type="datetime-local"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
input[type="text"]:focus {
	outline: none;
}
input[type="text"]:hover {
}
input[type="text"]:focus {
  border-bottom: solid 1px #46bec2;
}
input[type="date"]{
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 150px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
input[type="date"]:focus {
  outline: none;
}
input[type="date"]:hover {
}


input[type="email"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="email"]:focus {
  outline: none;
}
input[type="email"]:hover {
}

input[type="password"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="password"]:focus {
  outline: none;
}
input[type="password"]:hover {
}

input[disabled] {
  cursor:not-allowed; 
}
textarea[disabled] {
  cursor:not-allowed; 
}
select[disabled] {
  cursor:not-allowed; 
}

select {
	padding: 5px;
	height: 30px;
	width: 100%;
	max-width: 262px;
	border: none;
  border-bottom: solid 1px #ccc;
	margin-bottom:15px; 
  background: transparent;
}
select[class="full-width"] {
  max-width: 100% !important;
}
select:focus {
	outline: none;
  border-bottom: solid 1px #ccc;
}
select:hover {
	border-bottom: solid 1px #46bec2;
}

textarea {
	padding: 5px;
	width: 100%;
	max-width: 350px;
	border: solid 1px #faf9f9;
	margin-bottom:15px;
}
textarea[class="full-width"] {
  max-width: 100% !important;
}
textarea:focus {
	outline: none;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
/*Estilos formularios*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  margin: 0px;
}
.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: #03b196;
}

input:focus + .checkSlider {
  box-shadow: 0 0 0px #03b196;
}

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: #03b196;
  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);
}

.entradasForms {
  width: 100%;
  max-width: 350px; 
  margin-bottom: 5px;
}
.entradasForms input, select, textarea{
  margin-bottom:2px;
}
.inInvoice {
  max-width: 250px;
}

/* Botones*/
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.button {
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-style: none;
  border: solid 1px #1111;
  border-radius: 2px;
  padding: 5px;
  margin-top: 5px;
  margin-right: 10px;
  opacity: .7;
  transition: 0.4s;
}
.button > span {
  vertical-align: middle;
}
.button > i {
  vertical-align: middle;
}
.button:hover {
  text-decoration: none;
  opacity: 1;
}
.boton {
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-style: none;
  padding: 5px;
  margin-top: 5px;
  opacity: 1;
    -webkit-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);
    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);
}
.boton > span {
  vertical-align: middle;
}
.boton:hover {
  text-decoration: none;
  transition: 0.4s;
  opacity: 1.5;
}
.boton:focus {

}

.loading_button {
  cursor: not-allowed !important;
}
.boton-primario, .button-primary {
  background-color: #03b196;
  text-transform: capitalize;
}
.boton-secundario, .button-secondary {
  background-color: white;
  color: #222;
}
.boton-primario:hover , .button-primary:hover {
  background-color: rgb(1, 129, 116);
}
.boton-aceptar {
  background-color: #28a745;
}
.boton-aceptar:hover {
  background-color: #1e7e34;
}
.boton-cancelar {
  background-color: #dc3545;
}
.boton-cancelar: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;
}
.button_full_with {
  width: 100%;
  max-width: 350px; 
}
/* Divisor*/
.divisor {
  width: 2px;
  border-top: solid 1px #f9f9f9; 
}
/* Alineaciones*/
.right {
	float: right;
}
.left {
	float: left;
}

.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: 54px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  z-index: 99;
}
#menu-horizontal ul {
  list-style-type: none;
  margin: 0px;
}
#menu-horizontal ul li {
  float: left;
  height: 50px;

}
#menu-horizontal ul li a{
  text-decoration: none;
}
#menu-horizontal ul li a:hover{
  background-color: rgba(1, 129, 116, 0.25);
  transition: 0.4s;
}

.botonMenu {
  text-decoration: none;
  color: black;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: block;
  color: black !important;
  margin-inline-end: 10px;
}
.botonMenu:hover {
  transition: 0.4s;
  background-color: rgba(1, 129, 116, 0.25);
}
.navBar {
  position: fixed;
  background: white;
  height: 100%;
  width: 100%;
  max-width: 80px;
  z-index: 97;
  top: 0px; 
  border: 0px;
  transition: all 0.6s;
  border-right: solid 1px #1111;
}
.navBar .tooltip .tooltiptext {
  width: 90px;
  top: 5px;
  margin-left: 70px;
  border-radius: 20px;
  left: 0px;
}
.navBar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.navBar ul li {
  margin-bottom: 30px;
  margin-top: 10px;
}
.navBar ul li a {
  color: white !important;
  display: block;
  text-align: center;
}
.product_nav ul li {
  float: left;
}
.span_bar {
  font-size: 9px;
  display: block;
  color: #54656f;
}
.navBar::-webkit-scrollbar {
  width: 5px;
}
.navBar::-webkit-scrollbar-thumb {
  background: grey; 
}
.navBar::-webkit-scrollbar-track {
  background: white; 
}
.hijo {
  display: none; 
  background-color: rgba(51, 51, 51, 0.02);
}
.hijo li>a {
  padding-left: 20px !important;
}
.dropdown {
  text-decoration: none;
}
.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;
}

.lisDrop {
  padding: 0px;
  margin: 0px;
}
.clearNavModal {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  left: 0px;
  display: block;
  height: 100%; 
  width: 100%; 
  background-color: rgba(255, 255, 255, .85);
  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: 99;
}
.icon_bar {
  font-size: 28px !important;
  color: #54656f;
}
/* Espacios */

.padding-left10 {
  padding-left: 10px;
}
.padding-top10 {
  padding-top: 10px;
}
.margin-top10 {
  margin-top: 10px;
}
.espacio-arriba10 {
  padding-top: 10px;
}
.table_legend_title {
  border-bottom: solid 1px #1111;
  margin: 0px;
  color: #999696;
  padding-top: 0px;
  padding-bottom: 10px;
}
.table_legend_title span{
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.table_legend_title i{
  vertical-align: middle;
  font-size: 12px;
  display: inline-block;
}
.table_rendered_content {
  background-color: white;
  padding: 10px;
  padding-top: 0px;
}
.table_rendered_content table {
  padding: 10px;
}
#table_rendered {
  border-collapse: collapse;
  width: 100%;
}
#table_rendered thead tr th {
  text-transform: uppercase;
  font-size: 11px;
}
#table_rendered tbody td {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  color: grey;
  font-size: 12px;
}
th.table-right {
  text-align: right !important;
}
td.table-right {
  text-align: right !important;
}
td.mxn_td {
  padding-left: 50px !important;
}
td.mxn_td:before {
  content: "MXN$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #b5b5b5;
}
.border_table {
  border-collapse: collapse;
  width: 100%;
}
.border_table thead tr th {
  text-transform: uppercase;
  font-size: 11px;
}
.border_table tbody td {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  color: grey;
  font-size: 12px;
}
.border_table button {
  margin: 0px !important;
}
.center_table_empty {
  text-align: center;
}
.current_page_pagination {
  padding: 10px;
}
.td_buttons_row {
  min-width: 130px;
}
.td_buttons_row .button {
  margin-right: 10px;
}
.table_pagination {
  text-align: right;
}
.table_pagination li {
  display: inline-block;
}
.table_pagination li a{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  color: grey;
  opacity: .8;
}
.table_pagination li.current_page a{
  opacity: 1;
  color: #222;
}
.table_pagination li.current_page{
  border: solid 1px #ccc;
}
.table_pagination li:hover a{
  opacity: 1;
  color: #222;
}
.table_rendered_content_div #header_table{
  height: 50px;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
}
#footer_table_content .show_per_page {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#header_table .search_bar {
  display: table-cell;
  text-align: right;
  vertical-align: middle; 
}
#cancel_search {
  cursor: pointer;
  float: left;
  padding-top: 5px;
  color: #428bca;
  opacity: .8;
}
#cancel_search span, #cancel_search i {
  vertical-align: middle;
}
#cancel_search:hover {
  opacity: 1;
}
#header_table .search_bar input[type="search"] {
  float: left;
  width: 350px;
  height: 40px;
  border: solid 1px #1111;
  margin: 0px;
  background-color: white !important;
}
#header_table .search-container {
  float: left;
}
#header_table input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
}
#header_table .search-container button {
  float: right;
  padding: 7px;
  margin-right: 16px;
  background: white;
  font-size: 17px;
  border: solid 1px #ddd;
  cursor: pointer;
}
#header_table .search-container button:hover {
  background: #ccc;
}
.footer_table_content .show_per_page select{
  max-width: fit-content !important;
}
.footer_table_content {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.footer_table_content .footer_table_all_records {
  display: table-cell;
  text-align: right;
}
.footer_table_pagination {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.table_list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table_list  th {
  border: none;
  border-bottom: 1px solid #03b196;
  padding: 8px;
  text-align: center;
}

.table_list tbody tr i.delete_rule {
  color: #b2b2b2;
}
.table_list tbody tr i.edit_rule {
  color: #b2b2b2;
}
.table_list tbody tr td  {
  padding: 7px;
}
.table_list tbody tr {
  border-bottom: 1px solid #dddddd; 
}

.table_list tbody tr:hover i {
  transition: 0.2s;
}
.table_list tbody tr:hover i.delete_rule {
  color: red;
}
.table_list tbody tr:hover i.edit_rule {
  color: #03b196;
}
.table_list tbody tr:hover {background-color: #f5f5f5;}
.table_list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: black;
}
.table_list thead:hover {
  background-color: none;
}


.table_totals {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table_totals tr td button {
  margin: 0px !important;
}
.table_totals  th {
  padding: 8px;
  text-align: left;
  color: #587374 !important;
  border-bottom: solid 1px #1111;
}
.table_totals  th i{
  vertical-align: middle;
}
.table_totals tbody tr td  {
  padding: 7px;
}
.table_totals tbody tr:hover i {
  transition: 0.2s;
}
.table_totals tbody tr:hover i.delete_rule {
  color: red;
}
.table_totals tbody tr:hover i.edit_rule {
  color: #03b196;
}
.table_totals th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: black;
}
.table_totals thead:hover {
  background-color: none;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;  
  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:#908787;
  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: rgba(1, 129, 116, 0.25);
}
.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;
  }
  .botonMenu {

  }
  .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;
}


@media only screen and (max-width: 600px) {
  .slider {
      /* padding: 50px; */
      padding: 5%;
  }
  .clearNavModal {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0%;
    padding-bottom: 0px;
    left: 0px;
    display: block;
    height: 100%; 
    width: 100%; 
    background-color: rgba(0, 0, 0, 0.48);
    position: fixed;
    top: 0px;
    z-index: 98;
  }
  .modal {
    height: 100%;
  }
  .modal-footer  {
    top: 0px;
  }
  #form_current_shop select {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 120px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom:15px; 
    background: white;
  }
  #label_shop {
    display: none;
  }
  #form_current_shop {
    width: 160px;
  }
  #icon_build {
    display: none;
  }
  #icon_acount {
    display: none;
  }
  footer {
    height: 489px;  
  }
  #content-wrap {
    padding-bottom: 489px;    /* Footer height */
  }
}

/*DATATABLECSS*/

.dialog-itivos {
  background-color: white;
}