
/*
    Created on : 13/10/2020, 11:41:10 AM
    Author     : cnova
*/

.filaMenu{
    padding-left: 25%;
}
.tab-content{
    min-height: 322px !important;
}

table th{
    text-align: center;
}

table > tbody tr{
    text-align: center;
}

table {
    margin-bottom: -2%;
}

.placaInput{
    margin-top:-1%;
    margin-bottom:-3%;
    height: 88px !important;
    background-size: contain !important;
    background-position: center !important;
}
@media (max-width:576px){
    .filaMenu{
        padding-left: 0%;
        /*        background-color: red;*/
    }
    .tap2{
        margin-left:-0.5%;
    }
}
@media (min-width:576px){
    .filaMenu{
        padding-left: 0%;
        /*        background-color: red;*/
    }
    .tap2{
        margin-left:-0.5%;
    }
}

@media (min-width:768px){
    .filaMenu{
        padding-left: 0%;
        /*background-color: red;*/
    }
}

@media (min-width:992px){
    /*    .filaMenu{
            background-color: red;
        }*/
    .colPanel{
        margin-left: 10%;
    }
    .tap2{
        margin-left:2.5%;
    }
}

@media (min-width:1200px){
    .tap2{
        margin-left:2.5%;
    }
}