
.fddbGrid-Footer-Theme1 {
    color: #3b3b3b;
    height: 25px!important;
    background-color: #fff;
    font-size: 12px;
    padding: 3px;
}

.fddbGrid-Header-Theme1 {
    height: 60px;
    background-color: #fff;
    font-size: 17px;
    border: 1px solid #aeacac;
    background-image: linear-gradient(to bottom, #fff, #dddddf);
    /*
    background-image: linear-gradient(to bottom, #fff, #f2f3f5);
    */
}

.fddbGrid-HeaderCell-Theme1 {
    color: #333;
    text-align: center;
    height: 58px;
    padding-top: 4px;
    font-weight: bold;
    border-right: 1px solid #aeacac;
}

.fddbGrid-Filter-Theme1 {
    background-color: #fff;
    /*
    border-bottom: 1px solid #aeacac;
    */
    border-bottom: 1px solid #111;
}

.fddbGrid-FilterCell-Theme1 {
    text-align: center;
}

.fddbGrid-FilterCell-Theme1 > input {
    border-radius: 3px;
    padding: 5px;
    background-color: #fff;
    color: inherit;
    margin-left: 3px;
    height: 32px;
    margin-top: 2px;    
}

.fddbGrid-FilterCell-Theme1 > button {
    height: 32px;
    padding-top: 2px;
    margin-top: 2px;
}


.fddbGrid-Container-Theme1 {
    font-size: 17px;
}

.fddbGrid-FooterContainer {
    border-top: 1px solid #111;
}

.fddbGrid-Row-Theme1 {
    /*
    padding: 5px!important;
    margin: 0!important;
    */
    border-bottom: 1px solid #d2d2d2;
    min-height: 42.5px;    
}

.fddbGrid-Row-Theme1:nth-child(2n+1) {
    background-color: #efefef;
} 
.fddbGrid-Row-Theme1:nth-child(2n) {
    background-color: #fff;
} 

.fddbGrid-Row-Theme1:hover {
    background-color: #bfc3cb;
}

.fddbGrid-Row-Selected-Theme1 {
    background-color: #d2dcef!important;
}

.fddbGrid-Cell-Theme1 {
    color: #333;
    padding: 8px 10px;
    white-space: normal;
    /*
    white-space: nowrap;
    */
}

.fddbGrid-Cell-Selected-Theme1 {
    box-shadow: inset 0 0 1px 2px #476cde;
    /*
    box-shadow: inset 0 0 1px 2px #20377e;
    */
}


.fddbGrid-Cell-Selected-Theme1:focus {
    outline-offset: -4px;
    outline: 2px dotted #94a5db;
    /*
    outline: 2px dotted #1e43b5;
    */
}

@media (max-width: 991px) {
    .fddbGrid-Cell-Selected-Theme1 {
        box-shadow: unset;
    }

    .fddbGrid-Cell-Selected-Theme1:focus {
        outline-offset: unset;
        outline: unset;
    }
}


