﻿.WucList .panel {
}

.WucList .panel-top-heading {
    padding: 8px 15px 8px 15px;
}

.WucList .label-record-count {
    line-height: 32px;
}

.WucList .panel-heading {
    font-weight: bold;
    height: 48px;
}

    .WucList .panel-heading label {
        color: #333;
        font-weight: bold;
    }

.WucList .panel-footer {
}

.WucList .panel-body {
    padding: 0 !important;
}

.WucList .list-row {
    display: block;
    padding: 8px 15px 8px 15px;
}

    .WucList .list-row:hover {
        background-color: #f0f0f0 !important;
    }

    option:nth-child(even), li.ui-menu-item:nth-child(even), .WucList .list-row:nth-child(even) {
        background-color: #f5f5f5;
    }

    option:nth-child(odd), li.ui-menu-item:nth-child(odd), .WucList .list-row:nth-child(odd) {
        background-color: #fff;
    }

/*.WucList .panel-body .list-row {
                    display: block;
                    padding: 8px 15px 8px 15px;
                }

                    .WucList .panel-body .list-row:hover {
                        background-color: #f0f0f0 !important;
                    }

                    option:nth-child(even), li.ui-menu-item:nth-child(even), .WucList .panel-body .list-row:nth-child(even) {
                        background-color: #f5f5f5;
                    }

                    option:nth-child(odd), li.ui-menu-item:nth-child(odd), .WucList .panel-body .list-row:nth-child(odd) {
                        background-color: #fff;
                    }*/

.WucList .panel-footer .row {
    line-height: 36px;
}

.btn-sort {
    line-height: 24px;
}

.btn-sort-asc::after {
    line-height: 22px;
    font-family: 'Glyphicons Halflings';
    content: " \e253";
}

.btn-sort-desc::after {
    line-height: 22px;
    font-family: 'Glyphicons Halflings';
    content: " \e252";
}
