.table th,
.table td {
    padding: 15px 25px !important;
    font-size: 13px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

tr.hover-tr:hover {
    background-color: #fff;
    box-shadow: 0px 2px 5px 2px rgba(207, 207, 207, 1);
    cursor: pointer;
    border-radius: 8px;
}

tr.hover-tr:hover div.grid-row-actions {
    display: block;
    cursor: pointer;
}

@media (min-width: 576px) {
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 25.667%;
        max-width: 25.667%;
    }
}

.txtb {
    font-weight: 600;
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    max-height: 143px;
}

.addImage {
    cursor: pointer;
    margin-top: 0px;
    margin-left: -25px;
    height: 28px;
}
.chkCunt{
    margin-left: 7px;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}
#result2 {
    font-weight: 600;
    color: #666666;
    font-size: 14px;
}