
.hand{
    cursor: pointer;
}

.hand:hover{
    color: blue;
    text-shadow: 1px 1px 2px black; 
}

.handDos{
    cursor: pointer;
}

.handDos:hover{
    color: #78ac50;
    text-shadow: 1px 1px 2px #018649; 
}

#cajaUltimoPedidoCliente{
    height: 190px;
    max-height: 190px;
    overflow-y: auto;
}
#cajaUltimoPedidoProdEspec{
    height: 190px;
    max-height: 190px;
    overflow-y: auto;
}

.cajaMenu
{
    border: #00a65a 1px solid;
}

#cajaProductosElegidos{
    height: 240px;
    max-height: 240px;
    overflow-y: auto;
}

#boxInfoDivPrincipal{
    height: 800px !important;
    max-height: 800px;
    overflow-y: auto;
}

.input-table {
    display: block !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    border: 0 !important; 
    width: 100% !important; 
    border-radius: 0 !important; 
    line-height: 1 !important;}

.td-input {
    margin: 0 !important; 
    padding: 0 !important;}

.td-icon{
    width:5%; 
    text-align: center;
}

.bg-lineas-diagonales{
    background-image: repeating-linear-gradient(
        45deg, 
        hsla(0, 0%, 100%, .1), 
        hsla(0, 0%, 100%, .1) 15px, 
        transparent 0, 
        transparent 30px);
}

.cajaRoja{
    background-color: #DD4B39 !important;
    color: #fff !important;
}

.tblSepa{
    background-color: #333 !important;
    width: 3px;
    padding: 1px !important;
}

.headTbla{
    text-align: center;
    font-size: 12px;
}

.cntTbla{
    font-size: 11px;
}

#divEspera {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 10000;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.nav-tabs-custom > .nav-tabs > li.active > a{
    background-color: #DDD;
}

.content{
    padding-bottom: 0px;
}

.oculto {
  display: none;
}

.tamanioFijo
{
    width: 120px;
}

.tamanioFijo2
{
    text-align: right;
}

.fc-title{
  font-size: 10px !important;
}

.fc-title2{
  font-size: 11px !important;
}

.external-event{
  padding: 5px 5px;
}

.navbar.navbar-warning .navbar-menu-wrapper{
  background: #F49A1C !important;
}

.table td{
  padding: 0.8rem 0.8rem !important;
  font-size: 0.7em !important;
}

@media (max-width: 780px) {
    .numBig{
        font-size: 14px;
        font-weight: bold;
    }

    #cajaTotales2{
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 180px;
        height: 60px;
        background-color: cadetblue;
        border-color: black 1px solid;
        border-radius: 0px 10px 0px 0px;
        z-index: 3;
    }

    #cajaTotales2 h3{
        font-size: 16px !important;
    }

    .cajaModalDetalle{
        width: auto;
    }

    .cajaModalAnalisis{
        width: auto;
    }

    .textoProd{
      font-size: 11px;
    }

    .modal-open {
      overflow: scroll;
  }

    #btnGrupoBotones{
        position: relative;
        top: -30px;
        left: 10px;
        margin: 5px;
    }
}

@media (min-width: 781px) {
    .numBig{
        font-size: 18px;
        font-weight: bold;
    }

    #cajaTotales2{
        position: fixed;
        bottom: 0px;
        left: 230px;
        width: 230px;
        height: 60px;
        background-color: cadetblue;
        border-color: black 1px solid;
        border-radius: 0px 10px 0px 0px;
        z-index: 3;
    }

    .cajaModalDetalle{
        width: 1200px;
    }

    .cajaModalAnalisis{
        width: 1100px;
    }

    .textoProd{
      font-size: 14px;
    }

    #btnGrupoBotones{
        position: relative;
        top: -50px;
        left: 70px;
        margin: 5px;
    }
}

.mostrarBtnCreado{
    display: inline-block;
    position: relative;
    padding: 5px;
    text-align: center;
    background-color:#00a65a;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: -10px 10px 8px #888888;
  }
  .mostrarBtnCreado:hover{
      background-color: #008d4c;
  }

  .colorDorado{
    background-color: #c9af4f; 
    color: white;
  }
  .colorCafe{
    background-color: #a04b4b; 
    color: white;
  }
  .disenoRadioNuevaTarea{
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    width: 200px;
    font-size: 16px;  
    color: white; 
  }

  .btnRedondo{
      width: 150px;
      height: 40px;
      border-radius: 50px;
      padding: 5px;
      font-size: 20px;
  }

  .fc-past {
    background-color: silver;  
  }
  .spinner{
    position: absolute;
    top: -20%;
    left: -70%;
    z-index: 10000;
    width: 180px;
    height: 180px;
    border: 10px solid rgba(0,0,0,.1);
    border-radius: 50%;
    border-left-color: rgb(244, 154, 28);
    animation: spin 1s ease infinite;
  }
  @keyframes spin{
      0%{
          transform: rotate(0deg);
      }
      100%{
          transform: rotate(360deg);
      }
  }
  #imgSpotless {
    position: absolute;
    background-size: 100%;
    width: 190px;
    left: -75%;
    top: -40px;
    background-repeat: no-repeat;
    z-index: 10000;
}
  #divImagenSpinner{
    position: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 43%;
    left: 50%;
    width: 120px;
    height: 180px;
    z-index: 10000;
  }
  #divImagenSpinner::before{
    position: absolute;
    left: -50px;
    content: "Cargando...";
    color: rgb(244, 154, 28);
    top: 150px;
    font-size: 25px;
    font-weight: 700;
    z-index: 10000;
  }
  .estiloInput{
    height: 18px;
    width: 70px;
  }
  .tamanioBtn{
    padding: 0;
    font-size: 9px;
    height: 18px;
    width: 15px;
  }
  .inputSinBorde{
      border: 0;
  }
  .estiloLabelButton{
    width: 100%;
    cursor: pointer;
    background-color: #8ed8b6;
    height: 25px;
    padding: 5px;
    text-align: center;
  }
  .estiloLabelButton:hover{
    width: 100%;
    cursor: pointer;
    background-color: #00a65a;
    height: 25px;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: 700;
  }
  .colocoShadow:hover{
    box-shadow: -3px 5px 5px #888888;
  }