@font-face {
  font-family: Manrope;
  src: url("/media/Manrope-Regular-W4YKZ5D6.woff2") format("woff2"),
    url("/media/Manrope-Regular-OJUOOM5H.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("/media/Manrope-Medium-IDWFSMQB.woff2") format("woff2"),
    url("/media/Manrope-Medium-W3NW6RS5.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("/media/Manrope-SemiBold-A5K3TSF3.woff2") format("woff2"),
    url("/media/Manrope-SemiBold-J64ZYHGF.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.col-xs-05, .col-sm-01, .col-md-01, .col-lg-01{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-05 {
  float: left;
}

.col-xs-05 {
  width: 4.166666665%;
}
.col-xs-pull-05 {
  right: 4.166666665%;
}
.col-xs-push-05 {
  left: 4.166666665%;
}
.col-xs-offset-05 {
  margin-left: 8.33333333%;
}

.flash{

  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 3;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 3;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 3;

}

.ph-2x{
  font-size: 2em !important;
}

.ph-giro {
  animation: ph-spin 1s infinite ;
  display: inline-block;
}
@keyframes ph-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

html{
  background: white;
}

@media (min-width: 768px) {
  .col-sm-05 {
    float: left;
  }
  .col-sm-05 {
    width: 4.166666665%;
  }
  .col-sm-pull-05 {
    right: 4.166666665%;
  }
  .col-sm-push-05 {
    left: 4.166666665%;
  }
  .col-sm-offset-05 {
    margin-left: 4.166666665%;
  }
}
@media (min-width: 992px) {
  .col-md-05 {
    float: left;
  }
  .col-md-05 {
    width: 4.166666665%;
  }
  .col-md-pull-05 {
    right: 4.166666665%;
  }
  .col-md-push-05 {
    left: 4.166666665%;
  }
  .col-md-offset-05 {
    margin-left: 4.166666665%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    float: left;
  }
  .col-lg-05 {
    width: 4.166666665%;
  }
  .col-lg-pull-05{
    right: 4.166666665%;
  }
  .col-lg-push-05 {
    left: 4.166666665%;
  }
  .col-lg-offset-05 {
    margin-left: 4.166666665%;
  }
}

.modal-xxl{
  width: auto;
  margin-left: 10px;
}

.form-group{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-group label{
  font-weight: 600;
  color: rgb(13, 19, 32);
  width: 25%;
  margin-top:5px;
}

.form-text-void{
  width:25%;
}

.form-text.text-muted{
  width: 75%;
}

.checkbox label{
  width: auto !important;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline
{
  padding-top: 0;
}

div.form-group>.date:nth-child(4) {
    margin-left: 25%;
}

.input-group.date {
    height: 32px;
    border: 0;
}

select.form-control{
  padding:0;
}

.form-group input, .form-group select, .form-group textarea, .dataTable input, .input-group{
  border: solid 1px rgb(203, 213, 225);
  border-radius: 6px;
  width: 75%;
}

.form-group .checkbox{
  width: 75%;
}

.form-group .partial {
    width: 75%;
}

select.form-control{
  border: solid 1px rgb(203, 213, 225);
  border-radius: 6px;
}

.form-group input:hover, .form-group select:hover, .form-group textarea:hover, .dataTable input:hover, select.form-control:hover{
  border: solid 1px rgb(86, 76, 255);
}

.form-group input:focus, .form-group select:focus, .dataTable input:focus, select.form-control:focus{
  border: solid 2px rgb(86, 76, 255);
  /* box-shadow: outset rgb(190, 200, 255) 0px 0px 0px 2.8px; */
  /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) */
}

body{
  font-family: "Manrope", sans-serif;
}

body.smart-style-6 .input-group-addon:first-child,
body.smart-style-6 .input-group-addon:last-child {
  border: 1px solid;
  border-color: rgb(203, 213, 225);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;  
}

body.smart-style-6 .input-group-addon:first-child:hover,
body.smart-style-6 .input-group-addon:last-child:hover {
  border: 1px solid rgb(86, 76, 255);
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-top: 8px;
}

.admin_checklist.list-unstyled{
  width: 75%;
}

.btn{
  border-radius: 6px;
  padding: 8px 14px;
}

.texto25{font-size: 25px}
.texto40{font-size: 40px}
.texto50{font-size: 50px}

/*-----------------------------------------------------*/

body{
    font-weight: 400;
    font-size: 14px;
    background-color: white !important;
}

body.smart-style-6 {
      font-family: "Manrope", sans-serif;
}

body.smart-style-6 .btn-danger {
    color: #BC251A;
    background-color: white;
    border-color: #BC251A;
}

body.smart-style-6 .btn-danger:active, body.smart-style-6 .btn-danger:focus, body.smart-style-6 .btn-danger:hover {
  background-color: #BC251A;
  color: white;
}

#left-panel{
  background-color: rgb(242, 244, 247);
  border-right: solid 1px rgb(229, 231, 235) 
}

body.smart-style-6 aside, body.smart-style-6 nav ul ul {
  background-color: rgb(242, 244, 247);
}

.panel{
  border-radius: 6px;
}

.panel-heading {
  padding: 5px 10px;
  border-color: #383838!important;
  background-color: #fafafa !important;
  color: #333 !important;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.panel-title {
  color: rgb(13, 19, 32);
  font-size: 14px;
  font-weight: 600;
}

a:focus, a:hover {
    color: inherit!important;
    text-decoration: none;
}


table th a {
    color: inherit;
}

.input-group-addon:last-child {
    background-color: inherit;
    border: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

body.smart-style-6 #header, body.smart-style-6 .dropdown-menu>.active>a, body.smart-style-6 .dropdown-menu>.active>a:focus, body.smart-style-6 .dropdown-menu>.active>a:hover, body.smart-style-6 .dropdown-menu>li>a:focus, body.smart-style-6 .dropdown-menu>li>a:hover {
    background: rgb(242, 244, 247);
    border: none;
    box-shadow: none;
    border-bottom: solid 1px rgb(229, 231, 235);
}

body.smart-style-6 #logo-group>span#logo:before {
    content: "";
}

body.smart-style-6 #logo img {
  display: block;
}

div#content {
    min-height: 500px;
}

.small, small {
    font-size: 11px;
}

.sf_admin_edit_help {
    margin-top: 6px;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.pagination {
    margin: 0;
    margin-top: 3px;
 }

 body.smart-style-6 .pagination>li>a, body.smart-style-6 .pagination>li>span {
    color: #808080 !important;
}

 .table tfoot td {
    padding: 5px 10px !important;
  }

.admin_checkbox{
/*    margin-top: 10px !important; */
}

body.smart-style-6 .txt-color-blueDark{
  /* color: #808080; */
}

.inicio {
  min-width: 400px; 
  margin-left: -200px;
  background-color: white;
  color: #222;
  text-align: center;
  border-radius: 2px;
  padding: 16px; 
  position: fixed;
  left: 50%;
  top: 15%;
}

.no-gutter {
    padding-right:0;
    padding-left:0;
}

#auth_form {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.form-signin {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
}

#admin_container{
}

#admin_header{

}

#admin_contenido{
}


.form-error-msg{
  clear:both;
}

.admin_acciones{
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}

.admin_acciones li{
  display: inline;
  margin-right: 8px;
}

ul.admin_acciones input {
}

ul.admin_acciones_borrar{
  position:absolute;
  right:15px;
}

.admin_boton_informe {
  position:relative;
  width:200px;
  height:60px;
  text-align:center;
  padding:10px;
  cursor:pointer;
  border-radius:3px;
  border:solid 1px #ccc !important;
  background-color: white !important;
}
.admin_boton_informe:hover {
}

.admin_boton_informe_activo {
  position:relative;
  width:200px;
  height:60px;
  text-align:center;
  padding:10px;
  cursor:pointer;
  border-radius:3px;
  border:solid 1px #ccc !important;
}

.admin_boton_informe_mas {
  position:relative;
  height:60px;
  text-align:center;
  padding:10px;
  cursor:pointer;
  border:solid 1px #ccc !important;
  border-radius:3px;
}

  .sortable.grid{overflow: hidden;}
  .sortable.grid li {
    float: left;
    height: 60px;
    text-align: center;
  }
  .sortable li {
      list-style: none;
      margin: 5px;
  }
  .enlace_informe{color:#333;}
  .enlace_informe:hover{color:#333;}
  
.admin_td_acciones .glyph{
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.admin_accion_create span.glyph::after { 
  font-family: "Phosphor";
  content: "\e3d4  "; 
}

.admin_accion_create {
    background-color: rgb(76, 48, 255) !important;
    border-color: rgb(76, 48, 255) !important;
}

.admin_accion_create:hover {
    background-color: rgb(76, 48, 255) !important;
}

.admin_accion_save {
    background-color: rgb(76, 48, 255) !important;
    border-color: rgb(76, 48, 255) !important;
}

.admin_accion_save:hover {
    background-color: rgb(76, 48, 255) !important;
}

.admin_accion_enviar, .admin_accion_recepcionar{
    background-color: rgb(76, 48, 255) !important;
    border-color: rgb(76, 48, 255) !important;  
}

.admin_accion_enviar:hover, .admin_accion_recepcionar:hover {
    background-color: rgb(76, 48, 255) !important;
}

.admin_accion_mostrar {
    background-color: rgb(76, 48, 255) !important;
    border-color: rgb(76, 48, 255) !important;
}

.admin_accion_mostrar:hover {
  background-color: rgb(76, 48, 255) !important;
}


.admin_accion_edit span.glyph::after { 
  font-family: "Phosphor";
  content: "\e3b4  "; 
}

.admin_accion_delete span.glyph::after { 
  font-family: "Phosphor";
  content: "\E4A6  ";
}

.admin_accion_list span.glyph::after { 
  font-family: "Phosphor";
  content: "\e058  "; 
}

.admin_accion_save span.glyph::after { 
  font-family: "Phosphor";
  content: "\e182  "; 
}

.admin_accion_imprimir span.glyph::after, .admin_accion_imprimir_cierre span.glyph::after{ 
  font-family: "Phosphor";
  content: "\e3dc  "; 
}

.admin_accion_listPdf span.glyph::after { 
  font-family: "Phosphor";
  content: "\e702  "; 
}

.admin_accion_listCsv span.glyph::after { 
  font-family: "Phosphor";
  content: "\eb1c  "; 
}

.admin_accion_facturar span.glyph::after { 
  font-family: "Phosphor";
  content: "\ee42  "; 
}

.admin_accion_mostrar span.glyph::after { 
  font-family: "Phosphor";
  content: "\e220  "; 
} 

.admin_accion_importar span.glyph::after { 
  font-family: "Phosphor";
  content: "\e20c  "; 
}

.admin_accion_copy span.glyph::after { 
  font-family: "Phosphor";
  content: "\e1ca  "; 
}

.glyphicon-calendar:before {
    font-family: "Phosphor";
    content: "\e7b4";
}


.admin_td_acciones{
}

.admin_td_acciones a {
    margin-left: 3px;
}

ul.admin_td_acciones {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.admin_td_acciones li {
    list-style-type: none;
    display: table-cell;
    min-width: 13px;
}

.admin_td_acciones .btn , .gridAccionesLinea .btn, .celdaGrid .btn{
    font-size: 17px;
    padding: 4px 6px;
}

.celdaGrid .ph {
    font-size: 17px;
}

.tab-content{
  min-height: 300px;
}


.admin_checklist{
  max-height: 145px;
  overflow-y: scroll;
  /* margin-top:10px; */
  margin-top: 0;
}

.focus{
  border: solid 2px #888; 
}


body.smart-style-6 .table>tbody>tr>td, 
body.smart-style-6 .table>tbody>tr>th, 
body.smart-style-6 .table>tfoot>tr>td, 
body.smart-style-6 .table>tfoot>tr>th, 
body.smart-style-6 .table>thead>tr>td, 
body.smart-style-6 .table>thead>tr>th {
    padding: 10px 10px;
    vertical-align: middle;
}

body.smart-style-6 .nav-tabs>li.active>a {
    -webkit-box-shadow: 0 2px 0 #E74C3C;
    -moz-box-shadow: 0 2px 0 #E74C3C;
    box-shadow: 0 2px 0 #E74C3C;
}

.nav-tabs {
  border-bottom:0;
}

body.smart-style-6 .nav-tabs>li.active>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
}

.nav-tabs li.active {
    /* border-top: solid 2px #ffc700; */
    border-top: 0;
    border-left: 0;
    border-right:0;
    border-bottom: solid 3px rgb(76, 48, 255);
}

.nav-tabs li :not(.active) {
    /* border-top: solid 2px transparent; */
    border-top: 0;
    border-left: 0;
    border-right:0;
    border-bottom: 0;
}

.nav-tabs>li.active>a{
      color: rgb(76, 48, 255);
  border: 0;
}


div.dataTables_info {
    padding-bottom: 9px;
}

.edita_estados .btn {
    margin: 5px;
}

.edita_estados {
  margin-left:-5px;
  margin-right:-5px;
}

img.online {
    border: 3px solid rgba(0,0,0,.14) !important;
}

#ticket_imprimir {width: 80mm;background-color: white;}
#ticket_imprimir img{width: 80mm}
#ticket_imprimir pre{
  background-color: white;
  border:0;
}

#logo_ticket img{
    width: 100%;
}

.codigo_barras_imprimir, .codigo_atcud_qr_imprimir {
    margin-left: 0 !important;
}
.codigo_atcud_qr_imprimir canvas{ width:35mm}

body.smart-style-6 .login-info a {
    cursor:default;
}

.titulo_informe{
  margin-bottom:20px;
}

.partial {
    padding: 6px 12px 6px 0;
    border-bottom: 1px dashed #E0E0E0;
}

#content {
    padding: 33px 14px;
}

.admin_imagen{
    position:relative;
    width: 100%;
    height: 200px;  
    margin-top: 25px;
}

.admin_imagen img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 200px;
}

.btn-borrar-imagen {
    margin-bottom: 35px;
}

nav li.active a {
    font-weight: bold;
}

.table{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table>thead>tr>th{
  border-bottom-width: 1px;
}

.table-hover>tbody>tr:hover{
  background-color: rgb(241, 245, 249);
}

th.reaprov_producto {
    width: 20%;
}

th.reaprov_talla{
  text-align:center;
}

div.reaprov_datos{
  width:70px;
}


table.reaprov_surtido_datos{
  width:100%;
}

.reaprov_pedir input[type="text"] {
    width: 2.5em;
    text-align:right;
}

input.reaprov_positivo {
  background-color:#a8eAe2 !important;
}

input.reaprov_negativo{
  background-color:#EEE3AB !important;
}

.nopaddingleft{
 padding-left: 0px !important;
}

img.imagen_promo_lista_productos, img.imagen_liquidacion_lista_productos {
    float:right;
    max-width: 75px;
    max-height: 75px;
}

button.boton_anade_promo, button.boton_anade_liquidacion{
  margin-left:15px;
  margin-right:25px;
}

button.boton_quita_promo, button.boton_quita_liquidacion{
  float:right;
  margin-left:15px;
  margin-right:25px;
}

#promo_lista_productos .boton_quita_promo, #liq_lista_productos .boton_quita_liquidacion {
    display: none;
}

#promo_lista_productos_en_promo .boton_anade_promo, #liquidacion_lista_productos_en_liquidacion .boton_anade_liquidacion {
    display: none;
}

#promo_lista_productos, #promo_lista_productos_en_promo, #liq_lista_productos, #liquidacion_lista_productos_en_liquidacion{
  max-height: 600px;
  overflow-y: scroll;

  }

div.lista_productos_promo:hover, div.lista_productos_liquidacion:hover {
    background-color: #ecf3f8;
}

td.surtido_color{
  width: 90px;
}

td.centrado{
  text-align: center;
}

th.centrado{
  text-align: center;
}

.icon-m{
    font-size: 16px;
}