.card-header{

}
.card-footer button{
    box-shadow: 1px 2px 5px black;
}
.item-list-card{
    height: auto;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;                                            
}
.nameprodlist{
    font-size: 16px;    
    font-weight: bold;
}
.adcprodlist{
    font-size: 14px;    
    color: #43505c;
    margin-top: 2px;
    font-family: "Arial";
}
.obsprodlist{
    font-size: 12px;    
    color: #43505c;
    margin-top: 2px;
    font-family: "Roboto";
}

#MonitorRow{
    margin-bottom: 110px;
}

.btnfilter{
    float:left;
}

#MonitorNav{
    background: #43505c;
    padding: 5px;
}
#MonitorNav .btnfiltro{
    margin-left: 5px;
    width: 120px;
}

.nComanda{    
    font-size: 20px;  
    width: 100%;
}

.lblcancelado{
    width: 100%;
}

.lblEntregarMesa{
    width: 100%;
    font-size: 14px;
}

.lblApelido{         
    font-size: 14px;  
    width: 100%;
}
.nSenha{         
    border-radius: 5px;
    color: #fff;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;  
}
.lblTipoEntrega {
    border-radius: 5px;
    color: #fff;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;   
}
#MonitorContent{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll; 
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;  
}

#MonitorContent .card-header{
    height:90px;
}

#MonitorContent .card{
    width:250px;
}
.group-title-card{

}
#MonitorFooter{
    z-index: 2;
    padding-top: 8px;
    position: fixed;
    bottom:0px;
    width: 100%;
    height: 40px;
    text-align: center; 
    color: #fff;
}

.btnSeta {
    border-radius: 10px;
    position: absolute;
    height: 35px;
    width: 40px;
    top: 2px;
    border: 1px solid #3c3c3c;
    background: #00000038;
}

.btnSeta :active{
    transform: translateY(2px);
}

.setaNav{
    top: 2px;
    font-size: 30px;
    position: relative;
}

#setaNavEsquerda{
    left: 5px;
}

#setaNavDireita{
    right: 5px;
}

.btn-pe-ativo{
    border: 3px solid #EA7722;
}

.btn-pe-ativo:active{
    border: 3px solid #EA7722;
}

.btn-pe-ativo:focus{
    border: 3px solid #EA7722;
}
.btn-status-prod{
    height: 35px;
    width: 50px;
}

#blockcarga{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #000;
    opacity: 0.3;
}

#blockcargatransp{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
}

#MonitorRow[data-tipo="Local"] > div[data-tipo="Entregar"],
#MonitorRow[data-tipo="Local"] > div[data-tipo="Retirada Balcao"] {
    display: none!important;
}

#MonitorRow[data-tipo="Delivery"] > div[data-tipo="Local"] {
    display: none!important;
}

.pedidoFilter{
    display: flex;
    flex-direction: row;
    color: white;
}

#pedidoFilter{
    height: 100%;
    padding: 0.5rem;
    border-radius: .25rem;
    width: 120px;
    text-align: center;
}