
 /*Escritorio*/
@media (min-width: 1199.98px)  {
    body{background: red;}
}
/*Fin Escritorio*/

/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {

    .contentFilter{

        display: none;

    }

    .contentInfo{

        min-width: calc(100vw - 50px) !important;
        max-width: calc(100vw - 50px) !important;
        padding: 10px !important;

    }

    .itemTicket{

        max-width: 19rem !important;
        height:min-content ;
        align-items: center;
        
    }
}

/*landscape*/
@media (min-width: 991.98px) and (max-width: 1199.98px)and (orientation:landscape) {

    .itemTicket{

        max-width: 19rem !important;
        height:min-content ;
        align-items: center;
        
    }
}
/*fin tablet*/

/*movil*/
/*Portrait*/
/*Default*/
@media (max-width: 575.98px)and (orientation:portrait) {

    .tittleWindow{

        font-size: 25px !important;
        max-height: 50px !important;

    }

    .btnNuevo{

        height: 25px !important;
        width: 25px !important;
    
    }

    .contentFilter{

        display: none;

    }


    .contentInfo{

        min-width: calc(100vw - 50px) !important;
        max-width: calc(100vw - 50px) !important;
        padding: 10px !important;

    }

    .itemTicket{

        width: 22rem !important;
        height:min-content ;
        align-items: center;
        
    }
    
    .itemTitle{
    
        min-height: 35px !important;
        max-height: 35px !important;
    
    }

    .itemBody{

        line-height: 0.9rem !important;
    
    }
    
    .changeStatus{
    
        max-height: 25px;
        width: 25px !important;
        background-size:80% !important;
    }

    .statusSelect{

        width: 60px !important;
        font-size: 12px !important;
    }

 }
/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:landscape) {

}
/*fin movil*/