/*calendar ini*/
#calendar-container{
  padding: 10px;
} 
.fc-header-left, fc-header-center, fc-header-right {
  width: 100%;
  display: block;
}

.fc-toolbar > * > :not(:first-child) {
  margin-left: 0 !important;
}

.fc-today-button{
/*margin-top:10px !important;*/
}

.fc-button-group{
width:100% !important;
}
.fc-center{
width:100% !important;
}


.fc-dayGridMonth-button{
display: none !important;
}
.fc-timeGridWeek-button{
display: none !important;
}
.fc-timeGridDay-button{
display: none !important;
}
.fc-timeGridDay-button{
display: none !important;
}
.fc-listWeek-button{
display: none !important;
}


.fc-button{
background-color:var(--f7-theme-color) !important;
}

.fc-day-grid-event{
  min-height:38px;
}
/*calendar fin*/











/* Your app styles here */
.color-theme-inescop {
  --f7-theme-color: #c7940d;
  --f7-theme-color-rgb: 199, 148, 13;
  --f7-theme-color-shade: #d67d00;
  --f7-theme-color-tint: #ffa629;
}


/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
  display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}


#cabecera_pedido{
  /*height:300px;*/
}
.letra-gris .tab-link{
  color:gray !important;
}
.letra-gris .tab-activa{
  color:black !important;
  font-weight: 900 !important;
}

.boton-peque{
  width: 37px !important;
  max-width: 37px;
  height: 37px !important;
  max-height: 37px !important;
  overflow: hidden;  
}
.boton-peque .button{
  /*background-color:whitesmoke !important;*/
  background-color:whitesmoke !important;
  height: 100% !important;
  width: 100% !important;
  border: 1px solid gray !important;

  min-width: 100% !important;
}
.boton-buscador-pedidos{
  background-image:none !important;
  padding-right:0 !important;
}
.button{
  height: 35px !important;
}
.fuente-peque{
  font-size:0.6em;
      top: 5px;
}
#tab-detalle,#cabecera_pedido{
  /*padding-top: 5px !important;*/
}
.item-input-wrap input{
  width:100% !important;
  color: black !important;
}
#cabecera_pedido .left0{
  padding-left:0 !important;
}
.boton-peque label{
  height: 16px !important;
  min-height: 16px !important;
}

.boton-peque .item-inner{
  margin-top:-20px !important;
}

#cabecera_pedido .item-input-wrap{
  /*min-height: 46px !important;*/
}


/*
.tablet-only{
  display:none !important;
}

@media only screen and (min-device-width: 768px){
  .tablet-only {
    display:block !important;    
  }
}
*/

.texto-movil {
  display:block !important;    
}
.texto-tablet{
  display:none !important;
}

@media only screen and (min-device-width: 768px){
  .texto-tablet {
    display:block !important;    
  }
  .texto-movil {
    display:none !important;    
  }
}


.whitesmoke{
  background-color: whitesmoke;
}
[disabled]{
  pointer-events: none;
}

.fab-peque>a{
  width:36px !important;
  height: 36px !important;
}
.fab-peque{
  position: relative !important;  
}
.fab-peque .icon{
  color: white !important;
}




.accordion-item-opened>.accordion-item-content {
  height: auto !important;
}


.colorrgb{
  width:100%;
  height: 80px;
  background: wheat;
}


.slide-variante ,.slide-variante img,.slide-variante .colorrgb{
  height: 80px !important;
  max-height: 80px !important;
}

.boton-add{
  position:absolute;
  right: 0;
  top:0;
  width:36px !important;
  height: 36px !important;
  background: whitesmoke !important;
  background-color: whitesmoke !important;
}
.titulo-variante{
  position:absolute;
  right: 0;
  top:0;
  /*
  height: 80px !important;
  max-height: 80px !important;
    font-size:0.6em;
  */

  font-size:0.8em;
  background: white !important;
  height: 1.2em !important;
  max-height: 1.2em !important;;
  width:100%;
}


.noswiper{
  width:20%;
  float:left;
}
@media only screen and (min-device-width: 768px){
  .noswiper{
    width:50%;
    float:left;
  }
}



.panel-central{
  width:100%;
}


.colorrgb-view-articulos{
  height: 74px !important;
  max-height: 74px !important;
}



.picker-item-selected{
  background:rgba(0,0,0,0.2) !important;
}
.picker-column.picker-column-center.picker-column-first.picker-column-last{
  width: 100% !important;
}

.estado_E,[data-picker-value="En proceso"].picker-item-selected{/*en proceso*/
  background: whitesmoke !important;
}
.estado_V,[data-picker-value="Validado"].picker-item-selected{/*validado*/
  background:rgb(216, 255, 204) !important;
}
.estado_C,[data-picker-value="Cancelado"].picker-item-selected{/*en cancelado*/
  background: rgb(241, 230, 230) !important;
}
.estado_T,[data-picker-value="Traspasado"].picker-item-selected{/*traspasado*/
  background:rgb(174, 224, 242) !important;
}
.estado__{
  color:black;
}
.estado_E_{
  color:gray;
}
.estado_V_{
  color:green;
}
.estado_T_{
  color:blue;
}
.estado_C_{
  color:red;
}



.picker-item{
  height: 70px !important;
  line-height: 70px !important;
}





span.globo {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width:auto;
  min-width: 1.6em; 
}

.miniatura-linea{
  width:30px;
  height: 30px;
}
.miniatura-linea-td{
  padding:0 !important;
  padding-left:10px !important;
}
.titulo-articulo-detalle-linea{
  font-weight: 900;
  font-size: 0.8em; 
}
.subtitulo-articulo-detalle-linea{
  font-weight: 300;
  color:black;
  font-size:0.9em;
}


body,html{
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;

/*
  position: fixed;
  overflow: hidden;
*/

}


a.searchbar-icon{
  display:block;
}
a[disabled] .searchbar-icon{
  display:none;
}
/*
.enviar_email {
  position: relative;  
}  
 
.enviar_email svg {
    position: absolute;
    top:0;
    right:0;
    height: 30px;
    width: auto;
    transition: transform .15s;
}   
.enviar_email svg path {
    fill: white;
} 
.enviar_email.clicked svg {
      height: 0;
      animation: flyaway 1.3s linear;
      top: -80px;
      right: -1000px;
}     
.enviar_email.clicked svg path {
        fill:black;
}
@keyframes flyaway {
  0%   { transform: rotate(10deg);
         top: 13px;
         right: 25px;
         height: 30px; }
  5%   { transform: rotate(10deg);
         top: 13px;
         right: 0px;
         height: 30px; }
  20%   { transform: rotate(-20deg);
          top: 13px;
          right: -130px;
          height: 45px; }  
  40%   { transform: rotate(10deg);
          top: -40px;
          right: -280px;
          opacity: 1; }
  100% { transform: rotate(60deg);
         top: -200px;
         right: -1000px;
         height: 0;
         opacity: 0; }  
}
@keyframes bounce-in {
  0% { padding-right: 30px; }
  40% { padding-right: 6px; }
  50% { padding-left: 30px; }
  100% { padding-left: 6px; }
}

.enviar_email_outer{
border-radius: 2px;
line-height: 36px;
height: 36px;
background-color: #2196f3;color: #fff;
}
*/


.miniatura-adjunta{
  float:left;
  padding-top:3px;
  margin-left:3px;
  height: 50px;
}
.miniatura-adjunta img{  
  height: 50px;
  width: auto;
}

.virtual-list-buscador,
.virtual-list-articulos,
.virtual-list-cc,
.virtual-list-clientes,
.virtual-list-direccion,
.virtual-list-formapago,
.virtual-list-paises,
.virtual-list-pedidos,
.virtual-list-provincia
{
  overflow-x: hidden;
}


body,html,.popup-backdrop,.backdrop-in{
    overflow-x: hidden !important;
    overflow-y: hidden  !important;
}
.ios .list ul {
  background:none !important;
}

.panel  .page-content{
  padding-top:54px !important;
}



.md .virtual-list-articulos,
.md .virtual-list-cc,
.md .virtual-list-clientes,
.md .virtual-list-direccion,
.md .virtual-list-formapago,
.md .virtual-list-paises,
/*.md .virtual-list-pedidos,*/
.md .virtual-list-provincia,
.md .virtual-list
{
  margin: 52px 0 !important;
}



/*
#tab-detalle{
    margin-top: 170px;
    padding-bottom: 170px;
}

#tabla-detalle{
  margin-top:-100px;
}


#buscador-articulos-fijo{
  position:fixed;
  top:120px;
  z-index: 999999;
  background: blu
}
*/
#buscador-articulos-flotante{
  /*
  position:fixed;
  z-index:1500;
  */  
  margin-left: 5px;

  float:left;
}
#buscador-cc-flotante{
  /*
  position: fixed;
    z-index: 1500;
    right: -100%;
    */
    margin-right: 5px;

    float:right;
}

#buscador-articulos-flotante,#buscador-cc-flotante,.boton-peque{
  width:60px !important;
  max-width:60px !important;
}

.boton-peque a{
  padding:0 !important;
}


.letra-roja{
  background:rgba(234,60,83,0.1) !important;
}



/*
body{
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
*/
/*
.ios body{
  padding-top:20px !important;
}
.ios .toolbar {
  margin-bottom: 20px !important;
}
*/


#pedido_cliente_name[disabled]{
  font-weight: 900 !important;
  color:black !important;
}
.action-pickeres{
  width:100%;height:100%;font-weight:600;
}
.md .actions-button {  
  border-bottom: 1px solid gray !important;
  /*height: 60px !important;*/
}


/*
.badge-tablet{
  position: absolute;
  top: 6px;
}
.badge-mobile{
  position: absolute;
  top: 6px;
}
*/
.ptr-preloader{
  top:-35px !important;
}

.ios .navbar{
  /*background-color:rgba(var(--f7-toolbar-bg-color-rgb,var(--f7-bars-bg-color-rgb)),var(--f7-bars-translucent-opacity));*/
  background-color:var(--f7-bars-bg-color);
}

.md .navbar,.md .toolbar{
	background:var(--f7-theme-color) !important;
    color: #fff !important;
}
.md .navbar a,.md .navbar .material-icons{
    color: white;
}
.md .toolbar  a, .md .toolbar  .material-icons  {
    /*color: #2196f3;*/
    /*color: lightblue;*/
}
 .md .toolbar .tab-link-active .material-icons  ,.md .toolbar .tab-link-active a{
    /*color: #2196f3;*/
    color: white;
}
.md .toolbar .tab-link-active{
	border-bottom: 3px solid white;
}

.popup  .toolbar{
	background:white !important;
}


.dialogAncho{
  width:98% !important;
  left: 0% !important;
  margin-left: 1% !important;
}



.cargarMasli button{
  height: 120px !important;
}
.cargarMasli{
  padding: 20px ;
}

.virtual-list-articulos li,.virtual-list-cc li{
  /*position: static !important;*/
}


.ver-dto2{
  display_:none !important;
}

.abrirnoticias_{
  display:none !important;
}


.misctabs .tab-link-active{
  color:black !important;
  border-bottom: 3px solid black !important;
}
.misctabs-scroll{
  overflow: scroll;
}
.misctabs-scroll .tab-link{
  min-width: 60px;
}


.globo-noticias {
  /*color:red !important;*/
  margin-left: -10px !important;
  margin-top:2px !important;
}




.boton-relacionados{  
  display:inline !important; 
  /*width:40px !important; */
  width:80px !important; 
  height:80px !important; 
  position: absolute;
}
.titulo-articulo-detalle-linea > .boton-relacionados{
  position: relative !important;
}

.boton-relacionados i{
  font-size:20px !important;  
}


.globo-relacionados{

  background: gray;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
  height: 15px;
  margin-bottom: 11px;
  left: 5px;
}


#customBackdrop{
  background: rgba(0,0,0,0.4);z-index: 11000;width: 100%;height: 100%;position: absolute;top: 0;
}
.ios .custom-ios-border-bottom{
  border-bottom: 1px solid gray;
}

#popup_detalle_articulo_info{
  /*margin-top:-30px;*/

  margin-top: -40px;
  width: 80px;
}


.custom-popover *:not(.popover-angle){
  
  /*eduardo style*/
  /*
  background:navajowhite;
  background-color:navajowhite;
  */
  /*
  background: var(--f7-tooltip-bg-color);
  background-color: var(--f7-tooltip-bg-color) !important;
  color: var(--f7-tooltip-text-color);
  */
  font-size: var(--f7-tooltip-font-size);
  font-weight: var(--f7-tooltip-font-weight);
}
.custom-popover{

  /*eduardo style*/
  /*
  background:navajowhite;
  background-color:navajowhite;
  */
  /*
  background: var(--f7-tooltip-bg-color);
  background-color: var(--f7-tooltip-bg-color) !important;
  border-radius: var(--f7-tooltip-border-radius);
  color: var(--f7-tooltip-text-color);
  */
  font-size: var(--f7-tooltip-font-size);
  font-weight: var(--f7-tooltip-font-weight);
  box-sizing: border-box;
  line-height: 1.2;
  max-height: 100%;  
  overflow: scroll;
}
.ios .popover-angle:after,.md .popover-angle:after{
  /*background:var(--f7-tooltip-bg-color);*/
}


.ios div[class*="virtual-list-"] li { 
  border-bottom: 1px solid lightgrey;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: lightgrey;
}


.custom_link{
  color: var(--f7-theme-color);
}

.pfiltro_articulos_todos_seleccionadas_html,.pfiltro_articulos_todos_seleccionadas_htmlV{
  overflow:scroll;
}

.icono-oferta{
  color:gold !important;
}
.codigo-promocion{
  clear:both;font-size:0.7em;  
}
.cabecera-ofertas{
  /*width:0;*/
}


.boton-peque-azul{
  margin-top: -42px;
}
.boton-peque-azul .button{
  position: relative;
  height: 25px !important;
  line-height: 25px !important;
}

:root {
 /* --f7-statusbar-height: 22px;*/
  --f7-statusbar-bg-color: var(--f7-bars-bg-color);
}


td.fc-sat { background-color:rgba(255,192,203 ,0.1 ) !important;  }
td.fc-sun { background-color:rgba(255,192,203 ,0.1 ) !important;  }





.subir-imagenes-acciones,.subir-imagenes-accionesC,.subir-imagenes-accionesG{
  padding:0 !important;
  width:60px !important;
  /*height: 42px !important;*/
  float:left;
}



.espadre{
  font-weight: 900;
}
.eshijo{
/*display:none;*/
}

