@import url("https://fonts.googleapis.com/css?family=Montserrat|Staatliches");

/*
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
*/
/*********************************/


.logo_skynet {
  font-family: "Staatliches", cursive;
  font-size: 2.5rem;
}

.bg-principal {
  background-color: var(--principal-color) !important;
}

label {
  font-size: 0.8rem !important;
  color: #666666 !important;
}

.Select2Img {
}

.Select2Img img {
  width: 1.2rem;
  margin-right: 0.5rem;
}

.is-valid {
  font-weight: bold !important;
}

.text-muted {
  font-style: italic !important;
}

select option:disabled {
  color: #999999 !important;
  font-style: italic !important;
}

.archivo,
.archivo :hover {
  color: #666666 !important;
}

.archivo div {
  float: left;
  cursor: pointer;
}

.archivo .nombre {
  width: 70%;
  margin-top: -1px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.archivo .peso {
  color: #898989;
  width: 70%;
  font-size: 0.7rem;
}

/*
.placeholder {
  color: var(--lt-color-gray-500) !important;
}

::placeholder {
  color: var(--lt-color-gray-500) !important;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--lt-color-gray-500) !important;
}
*/
.input-group-append .btn,
.input-group-prepend .btn {
  z-index: 0 !important;
}

.lg-backdrop.in {
  opacity: 0.8 !important;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  background-color: black !important;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  background-color: black !important;
}

.lg-sub-html {
  padding: 0px !important;
}

.form-control-nb {
  border: none;
  transition: none;
}

.form-control-nb-disabled {
background-color: #e9ecef !important;
}


.odc_moneda_txt {
  margin-bottom: 0px !important;
}

.option-bold {
  font-weight: bold;
}

.delete-contact,
.pointer {
  cursor: pointer;
}

.md-18 {
  font-size: 18px;
}

.small-block {
  display: block;
  margin-top: 0.3rem !important;
}

.contact-box {
  font-size: 16px !important;
  /* min-height: 45px;  */
  height: auto;
}

.min-box-contacts {
  min-height: 35px !important;
}

ul.ui-autocomplete {
  z-index: 1100;
}

.c-pointer {
  cursor: pointer !important;
}

.badge-radius-right {
  border: 1px solid rgb(108, 117, 125) !important;
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0px !important;
}

.table {
  font-size: 0.8rem !important;
}

/*********************************/
/*
textarea:focus, input:focus, input[type]:focus, select:focus {
  border-color: rgb(204, 51, 51) !important;
  box-shadow: 0 0 0 .15rem rgba(204, 51, 51, 0.5) !important;
}
*/
body {
  padding: 0rem 1rem 3rem 1rem;
  font-size: 0.8rem !important;
  background-color: #fdfdfd !important;
}

body::-webkit-scrollbar {
  width: 8px;
  /* Tamaño del scroll en vertical */
  height: 8px;
  /* Tamaño del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
  /* box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
}

/* Cambiamos el fondo cuando esté en active */
body::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}

header .titulo {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  float: left;
  padding: 2rem 0rem 1rem 0rem;
}

header .icono {
  float: left;
  width: 2rem;
  padding: 2rem 0rem 1rem 0rem;
  margin-right: 0.5rem;
}

header .icono svg {
  fill: #000000;
  width: 2rem;
  height: 2rem;
}

.icono svg {
  fill: #000000;
  width: 1.2rem;
  height: 1.2rem;
}


.pointer {
  cursor: pointer !important;
}

header .breadcrumb {
  font-size: 0.7rem;
  width: 100%;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.04);
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0px;
}

header .breadcrumb .breadcrumb-item,
header .breadcrumb .breadcrumb-item .text-danger {
  color: var(--principal-color) !important;
}

header .breadcrumb .breadcrumb-item a:hover,
header .breadcrumb .breadcrumb-item a:link,
header .breadcrumb .breadcrumb-item a:visited {
  text-decoration: none;
  color: #999999;
}

header .breadcrumb .breadcrumb-item .material-icons {
  font-size: 1rem !important;
}

section {
  margin-top: 1rem;
}

section .bloque {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e1e1;
  -webkit-box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  background: #ffffff;
  padding: 20px;
  height: 100%;
  font-size: 0.8rem !important;
  color: #666666 !important;
  margin-bottom: 1rem;
}

section .bloque .titulo {
  font-size: 0.9rem;
  color: var(--principal-color) !important;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
  font-weight: bold;
  height: 40px;
}

section .bloque .sub-titulo {
  font-size: 0.8rem;
  color: #767676;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
  font-weight: bold;
  height: 20px;
}

.badge {
  color: #fff !important;
}

.badge.badge-light {
  color: #666666 !important;
}

.badge .material-icons {
  top: -5px;
}

.badge .close {
  font-size: 0.7rem;
  margin-left: 0.2rem;
}

.usuario_disable {
  color: #999999 !important;
  font-style: italic;
}

.usuario-xs.disabled {
  color: #999999 !important;
}

.usuario-xs.disabled img {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}

.usuario-xs img {
  width: 1.8rem;
  border: 0.2rem solid rgba(204, 204, 204, 0.9);
  border-radius: 1rem;
  margin-right: 0.3rem;
}

.usuario-xs .nom {
  font-weight: bold;
  margin: 0.3rem;
}



.usuario-s img {
  width: 2.5rem;
  border: 0.2rem solid rgba(204, 204, 204, 0.9);
  border-radius: 1.5rem;
}

.usuario-s .nom {
  font-weight: bold;
  margin: 0.3rem;
}


.usuario-m img {
  width: 3rem;
  border: 0.3rem solid rgba(204, 204, 204, 0.9);
  border-radius: 1.5rem;
}



.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bloque-separador {
  height: 30px;
  display: block;
}

.grilla {
  box-sizing: border-box;
  padding-bottom: 0px !important;
}

.grilla .bloqueado,
.grilla .disabled {
  opacity: 0.8 !important;
}

.grilla .right {
  text-align: right;
}

.grilla .left {
  text-align: left;
}

.grilla .center {
  text-align: center;
}

.grilla .neg {
  font-weight: bold;
}

.grilla .text-tam:before {
  content: attr(data-text);
}

.grilla .cabecera {
  font-weight: bold;
  color: #555;
  padding: 0px 0.5rem 1rem 0.5rem !important;
  border-bottom: 1px solid #cccccc !important;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grilla .detalle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.grilla .detalle .alert {
  padding: 0.5rem 1rem !important;
  margin: 0.5rem !important;
}

.grilla .detalle .alert b {
  text-transform: uppercase !important;
}

.grilla .detalle #linea {
  min-width: 20px;
  font-weight: bold;
}

.grilla .detalle #comentario_vendedor {
  font-style: italic;
  color: #999999;
}

.grilla .detalle #producto_entrega {
  font-weight: bold;
  color: #0000cc;
}

.grilla .detalle .mover {
  min-width: 20px;
  margin-top: 1.5rem;
  color: #fff;
  background-color: #007bff;
  border-radius: 0.25rem;
  padding: 1px 0px 1px 0px;
  position: relative;
}

.grilla .detalle .material-icons,
.grilla .detalle .material-icons-round,
.grilla .detalle .material-icons-outlined {
  font-size: 1.2rem !important;
  vertical-align: middle !important;
}

.grilla .detalle .badge .material-icons,
.grilla .detalle .badge .material-icons-round {
  font-size: 9px !important;
}

.grilla .detalle .folio {
  font-weight: bold;
}

.grilla .detalle .total {
  font-weight: bold;
}

.grilla .detalle .lineas {
  border-bottom: 1px solid #cccccc !important;
  height: auto;
  padding: 0.5rem !important;
  cursor: pointer;
  font-size: 0.8rem;
}

.grilla .detalle .lineas a {
  color: #666;
  text-decoration: none;
}

.grilla .detalle .lineas .cliente_proveedor div:first-child {
  font-weight: bold !important;
  text-transform: uppercase;
}

.grilla .detalle .icono {
  float: left;
}

.grilla .detalle .icono img {
  width: 25px;
}

.grilla .lineas .referencia {
  color: #aeb2b7;
  font-style: italic;
}

.grilla .lineas .icon_estado .material-icons {
  font-size: 12px !important;
  margin-left: 3px;
}

.detalle .lineas .material-icons {
  font-size: 16px !important;
  margin-left: 3px;
}

.grilla .lineas .icon_estado .descontinuado {
}

.grilla .lineas .icon_estado .lotes {
}

.grilla .lineas .icon_estado .armado {
}

.grilla .lineas .icon_estado .noinventariable {
}

/*
.cliente_nombre_fantasia {
  font-weight: bold;
  font-size: 0.7rem;
 text-transform: uppercase;
}
.proveedor_nombre_fantasia {
  font-weight: bold;
  font-size: 0.7rem;
}


.cliente_razon_social {
  font-size: 0.7rem;
}
.proveedor_razon_social {
  font-size: 0.7rem;
}
*/
.grilla .detalle .lineas:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.grilla .detalle .oculta {
  display: none;
}

.grilla .totales {
  margin-top: 1rem;
  text-align: right;
  font-weight: bold;
}

.grilla .totales input {
  text-align: right;
  margin-bottom: 0.2rem;
}

.btn {
}

.btn #spinner {
  display: none;
  width: 21px;
  height: 21px;
}

.btn .iconos {
}

.btn .iconos div {
  float: left;
}

.btn .material-icons,
.btn .material-icons-round {
  line-height: 1rem;
  padding-right: 5px;
  font-size: 1.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.skip_hide {
  display: block !important;
}

.loading {
  background-color: #ffffff;
  background-image: url("../_IMG/loading_red.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-position-x: 96%;
  background-repeat: no-repeat;
}

.loading_img {
  background-color: #ffffff;
  background-image: url("../_IMG/loading_red.gif");
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.modal {
}

.popover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
}

#DS1Confirm .modal-title {
  text-transform: uppercase;
}

#DS1Confirm .modal-body {
  text-align: left;
}

#DS1Confirm .modal-body b {
  text-transform: uppercase;
}

#DS1popup .modal-title {
  text-transform: uppercase;
}

#DS1popup .modal-body {
  text-align: left;
}

#DS1popup .modal-body b,
#DS1popup .modal-body strong {
  text-transform: uppercase;
}

.DS1popupError .modal-content {
  background-image: url("../_IMG/icon_msj/error.png");
  background-position: right center;
  background-color: #dc3545;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupError .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupError .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupError .modal-footer {
  background-color: #ffffff !important;
}

.DS1popupError .btn-primary {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #ffffff;
}

.DS1popupOk .modal-content {
  background-image: url("../_IMG/icon_msj/ok.png");
  background-position: right center;
  background-color: #28a745;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupOk .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupOk .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupOk .modal-body {
}

.DS1popupOk .modal-footer {
  background-color: #ffffff !important;
}

.DS1popupOk .btn-primary {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #ffffff;
}

.DS1popupAdvertencia .modal-content {
  background-image: url("../_IMG/icon_msj/advertencia.png");
  background-position: right top;
  background-color: #dca603;
  background-repeat: no-repeat;
  background-size: 35%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupAdvertencia .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupAdvertencia .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupAdvertencia .modal-body {
}

.DS1popupAdvertencia .modal-footer {
  background-color: #ffffff !important;
}

.DS1popupAdvertencia .btn-primary {
  background-color: #dca603 !important;
  border-color: #dca603 !important;
  color: #ffffff;
}

.DS1idioma .modal-content {
  background-image: url("../_IMG/icon_msj/idioma.png");
  background-position: right 15px top 10px;
  background-color: #498af4;
  background-repeat: no-repeat;
  background-size: 23%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1idioma .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1idioma .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1idioma .modal-body {
}

.DS1idioma .modal-footer {
  background-color: #ffffff !important;
}

.DS1idioma .btn-primary {
  background-color: #498af4 !important;
  border-color: #498af4 !important;
  color: #ffffff;
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-item.disabled {
  opacity: 0.5;
}

.paginador {
  float: right;
}

.paginador nav div {
  float: left;
  margin-right: 1rem;
  line-height: 35px;
}

.paginador nav a {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*background: rgba(0,0,0,0.03);*/
  font-size: 0.7rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
}

.paginador nav a:nth-child(2) {
  font-weight: bold;
}

.paginador nav a:last-child {
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.paginador nav .select {
  background: var(--principal-color) !important;
  color: #fff !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#pbv_Grilla {
}

#pbv_Grilla .lineas span {
  font-size: 0.8rem;
  float: left;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
}

#pbv_Grilla .lineas #sku {
  font-weight: bold;
  width: 100%;
}

#pbv_Grilla .lineas #descripcion {
  font-weight: bold;
  width: 100%;
  text-align: justify;
}

#pbv_Grilla .lineas #marca {
  width: 50%;
  font-size: 0.7rem;
}

#pbv_Grilla .lineas #modelo {
  width: 50%;
  font-size: 0.7rem;
}

#pbv_Grilla .lineas #precio {
  font-weight: bold;
  width: 70%;
  text-align: left;
  font-size: 1rem;
}

#pbv_Grilla .lineas #stock {
  font-weight: bold;
  width: 30%;
  text-align: right;
  font-size: 0.8rem;
}

/*
.btn-orange {
  color: #fff !important;
  background-color: #eea236 !important;
  border-color: #eea236 !important;
}
*/
.totales {
  font-weight: bold;
}

.totales input {
  text-align: right;
  margin-bottom: 0.2rem;
}

.btn-orange {
  color: #fff !important;
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}

.btn-orange:hover {
  color: #fff !important;
  background-color: #e57213 !important;
  border-color: #d66a12 !important;
}

.btn-orange:focus,
.btn-orange.focus {
  color: #fff !important;
  background-color: #e57213 !important;
  border-color: #d66a12 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 106, 18, 0.5) !important;
}

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

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff !important;
  background-color: #d66a12 !important;
  border-color: #d66a12 !important;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 106, 18, 0.5) !important;
}

.orange {
  color: #fff !important;
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.purple {
  color: #fff !important;
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
}

.lima {
  color: #fff !important;
  background-color: #b3e14b !important;
  border-color: #b3e14b !important;
}

.form-row .form-group:last-child {
  margin-bottom: 0px !important;
}

.disabled-menu {
  opacity: 0.5 !important;
}

.input-group input[type="text"] {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/***************************************** Tarjeta*/
.card_usuarios {
  height: auto !important;
  padding-top: 1.3rem;
}

.card_usuarios .card-usu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  height: auto !important;
  background: #f8f9fa;
  cursor: pointer;
  font-size: 0.8rem !important;
}

.card_usuarios .card-usu-select {
  background: #007bff !important;
  color: #ffffff !important;
}

.card_usuarios .card-usu .img {
  float: left;
  margin-right: 0.5rem;
  /* background-color: #FFF; */
}

.card_usuarios .card-usu .img img {
  width: 2.5rem;
  border: 0.2rem solid #ced4da;
  border-radius: 1.5rem;
}

.card_usuarios .card-usu .nom {
  font-weight: bold;
}

.card_usuarios .card-usu .ema {
}

/* Estilos configurables para Select2JS */
.select2Dropdown {
  font-size: 1rem;
}

.select2.select2-container .select2-selection {
  background-image: none !important;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 37px;
  /* margin-top: 5px; */
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

/* .select2-container *:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
} */
.select2-disabled {
  background-color: #e9ecef !important;
  cursor: default;
}

/* 
.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef !important;
  cursor: default;
}  */
.select2.select2-container .select2-selection .select2-selection__rendered {
  padding-top: 3px !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 35px;
  width: 33px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection {
  border: 1px solid #c1c1c1;
}

.select2-selection__rendered {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

/* .select2.select2-container  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
} */
/* .select2.select2-container  {
  height: auto;
  min-height: 34px;
} */
/* .select2.select2-container  .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}
/* 

/*
.select2.select2-container  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  position: relative;
} */
/* .select2.select2-container  .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
} */
.folio {
  font-weight: bold !important;
}

/********************************************************************/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 575.98px) {
  header .breadcrumb {
    /*  display: none !important;*/
  }

  .right-sm {
    text-align: right !important;
  }

  .left-sm {
    text-align: left !important;
  }

  .center-sm {
    text-align: center !important;
  }

  .paginador {
    display: none;
  }

  .form-row .form-group:last-child {
    margin-bottom: 15px !important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  /*header .logo .text {
    display: none;
}
    */
  .grilla .text-tam:before {
    content: attr(data-phonetext);
  }

  .btn {
    width: 100%;
    margin-bottom: 0.8rem;
    text-align: center !important;
  }

  .btn .material-icons,
  .btn .material-icons-round {
    display: none;
  }

  .grilla .right-sm {
    text-align: right;
  }

  .oculto-sm {
    display: none;
  }

  .modal-content {
    margin-bottom: 4rem !important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991.98px) {
  /*header .logo .text {
    display: block;
}*/
  section .bloque {
    height: auto;
  }

  .bloque-separador {
    display: none;
  }

  .grilla .detalle .lineas {
    padding-bottom: 0.5rem;
  }

  /*.grilla .col-sm-oculta {
    display: none;
}
  */
  .col-sm-oculta {
    display: none !important;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

.flash-opacity {
  animation: flash 1s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*------------------------------menu click derecho------------------------------------------------------*/

.menu-click-derecho {
  width: 15rem;
  display: none;
  position: absolute;
  color: #fff;
  background-color: #292a2d;
  border-color: #333;
  border-radius: 10px;
  border: 1px solid #cccccc;
  z-index: 999;
}

.menu-click-derecho a {
  display: block;
  margin: 10px 10px;
  text-decoration: none;
}

.menu-click-derecho div a {
  height: 2rem;
  display: flex;
  align-items: center;
}

.menu-click-derecho div .mdisabled {
  opacity: 0.6;
  text-decoration: none;
  color: #898989;
}

.menu-click-derecho div:hover {
  background-color: #666;
  color: #fff !important;
  cursor: default;
}

.mi-divisor {
  border-top: 1px solid #3f4042 !important;
}

.mover_menu {
  font-size: 1.2rem !important;
}

.linea_num {
  position: absolute;
  left: -0.1rem;
}

.icon {
  fill: #d4d4d4;
  width: 1.3rem;
  height: 2rem;
}

.texto-menu-derecho {
  margin-left: 10px;
}

#fondo-menu-transparente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Fondo transparente con color de fondo rgba */
  z-index: 999;
  /* Debe estar en una capa por encima de otros elementos */
  display: none;
  /* Oculto inicialmente */
}

/*------------------------------ fin menu click derecho------------------------------------------------------*/
