﻿#JudicialSalesTable tbody tr.odd {
    background-color: #eeeeee;
}
#JudicialSalesTable tbody tr.odd + .child {
    background-color: #eeeeee;
}

#JudicialSalesTable tbody tr.even + .child {
    background-color: #ffffff;
}

#JudicialSalesTable tbody tr.odd + .child [class=SecondJudicialSalesTable] tr {
    background-color: #eeeeee !important;
}

#JudicialSalesTable tbody tr.even + .child [class=SecondJudicialSalesTable] tr {
    background-color: #ffffff !important;
}


#JudicialSalesTable tbody tr.even:hover {
    background-color: #ffffff !important;
}

#JudicialSalesTable tbody tr.odd:hover {
    background-color: #eeeeee !important;
}

#JudicialSalesTable tbody tr.odd + .child:hover {
    background-color: #eeeeee !important;
}

#fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    z-index: 1;
} 

.limiter {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

     
.limiter th,
.limiter td {
    padding: .625em;
    text-align: center;
}


.wrapperKeyboard {
    display: grid;
    display: -ms-grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6, 85px);
    -ms-grid-columns: 85px 85px 85px 85px 85px 85px; /* adjusted */

}

.boxKeyboard {
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    font-size: 150%;
    text-align:center;
}
.boxKeyboard button{
    width:90%;
}

#TypeKeyword select  {
    color: #f5f5f5 !important;
}

@media screen and (max-width: 1199px) {
    #fixed {
        height: 60px;
    }

    .wrapperKeyboard {
        display: grid;
        grid-gap: 3px;
        grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
    }

    .boxKeyboard {
        color: #fff;
        border-radius: 3px;
        padding: 0px;
        font-size: 75%;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .nav-item a {
        font-size: 12px !important;
    }
}