/* Minification failed. Returning unminified contents.
(675,2): run-time error CSS1019: Unexpected token, found '}'
 */
/* Usigrid 
   Initial styles */

   .usigrid {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    font: 11px 'Open Sans';
    scrollbar-base-color: #f6f6f6;
    scrollbar-base-color: #c0c4c8;
    scrollbar-3dlight-color: #c0c4c8;
    scrollbar-highlight-color: #c0c4c8;
    scrollbar-track-color: #f6f6f6;
    scrollbar-arrow-color: #f6f6f6;
    scrollbar-shadow-color: #c0c4c8;
    scrollbar-dark-shadow-color: #f6f6f6;
}

    .usigrid ::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        background: #f6f6f6;
        color: #666;
    }

    .usigrid ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 1ex;
        background: #c0c4c8;
    }

    .usigrid ::-webkit-scrollbar-corner {
        background: #f6f6f6;
    }

    .usigrid * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .usigrid *:before,
        .usigrid *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .usigrid a {
        cursor: pointer;
    }

        .usigrid a:active,
        .usigrid a:hover {
            outline: 0;
        }

    .usigrid ul {
        padding: 0;
        margin: 0;
    }

        .usigrid ul li {
            list-style: none;
        }


/* Structure */

.usigrid-data,
.usigrid-header-columns,
.usigrid-header-rows,
.usigrid-header-rowsdescription,
.usigrid-actions-rows,
.usigrid-actions-rowsdescription,
.usigrid-footer,
.usigrid-title {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}
.usigrid-header-rowsdescription {
    left: 0;
}
.usigrid-actions-rowsdescription {
    right: 0;
    z-index: 1;
    overflow-y: scroll;
}
.usigrid-header-rowsdescription div,
.usigrid-actions-rowsdescription div {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-weight: 600;
}
.usigrid-header-rowsdescription div.usigrid-header-rowsdescription-checkbox {
    float: left;
    width: 30px!important;
    padding: 6px 0 0 8px;
}
.usigrid-header-rowsdescription div.usigrid-header-rowsdescription-checkbox + div {
    float: left;
    width: calc(100% - 30px)!important;
}
.usigrid-header-rowsdescription div.usigrid-header-rowsdescription-checkbox + div span {
    text-indent: -20px;
}
.usigrid-header-columns {
    right: 0;
    overflow-y: hidden;
    border-right: 10px solid #f6f6f6;
}
.usigrid-header-rows {
    left: 0;
    background: #fcfcfc;
}
.usigrid-actions-rows {
    right: 0;
    background: #fcfcfc;
    z-index: 1;
}
.usigrid-header-rows-container,
.usigrid-actions-rows-container {
    height: 100%;
    overflow: scroll;
}
.usigrid-data-container {
    height: 100%;
    overflow: scroll;
}
.usigrid-data {
    right: 0;
    background: #fcfcfc;
}
.usigrid-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 24px;
    padding: 0 8px 0 8px;
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
}
.usigrid-title {
    top: 0;
    width: 100%;
    height: 26px;
    background: #f6f6f6;
    z-index: 5;
}
.usigrid-optionspanel {
    position: relative;
    margin-right: 30px;
    z-index: 20;
}
.usigrid-search {
    float: right;
    height: 20px;
    margin-right: 14px;
    margin-top: 6px;
}
.usigrid-search input[type='text'] {
    float: right;
    width: 160px;
    height: 24px!important;
    margin: 0!important;
    padding-top: 2px!important;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: #fff;
    box-sizing: border-box;
}
.usigrid-search button {
    position: relative;
    float: right;
    width: 24px!important;
    height: 24px!important;
    min-width: 24px!important;
    min-height: 24px!important;
    padding: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    text-indent: -9999px;
    box-sizing: border-box;
}
.usigrid-search button:before {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #666;
    content: '';
}
.usigrid-search button:after {
    position: absolute;
    top: 14px;
    left: 12px;
    display: block;
    width: 6px;
    height: 2px;
    border-radius: 2px;
    background: #666;
    transform: rotate(45deg);
    content: '';
}
[data-theme] .usigrid-search button:hover:before {
    border: 2px solid #fff!important;
}
[data-theme] .usigrid-search button:hover:after {
    background: #fff!important;
}


/*
input[type="text"].usigrid-search {
    float: right;
    width: 180px;
    height: 24px!important;
    margin: 6px 34px 0 0!important;
    padding-top: 2px!important;
    background: #fff;
    box-sizing: border-box;
}
*/

.usigrid-nodata {
    width: 100%;
    height: 100%;
    background: #fafafa !important;
}


/* Table */

.usigrid table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
}
/* para IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .usigrid-data table {
        width: 99.5%;
    }
    .usigrid-header-rows table {
        width: 99.5%;
    }
}
    .usigrid table tr th,
    .usigrid table tr td {
        height: 16px;
        min-width: 42px;
        padding: 2px;
        border: 1px solid #fff;
        box-sizing: content-box;
        font: normal 11px;
        line-height: 12px;
        transition: background .2s;
    }

    .usigrid table tr th {
        text-align: center;
        font-weight: 600;
    }

    .usigrid table tr td {
        position: relative;
        text-align: right;
        color: #444;
    }

.usigrid-title span {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 5px 8px 0 8px;
    color: #666;
}
.usigrid-optionspanel ~ .usigrid-title span {
    margin-top: 10px;
}
.usigrid-optionspanel ~ .usigrid-title {
    height: 36px;
}
.usigrid-header-rows table tr[data-visible="false"],
.usigrid-actions-rows table tr[data-visible="false"],
.usigrid-data table tr[data-visible="false"] {
    display: none!important;
}
.usigrid-header-rows table tr[data-visible="true"],
.usigrid-actions-rows table tr[data-visible="true"],
.usigrid-data table tr[data-visible="true"] {
    display: table-row!important;
}
.usigrid-header-columns table tr th[data-visible="true"],
.usigrid-actions-columns table tr th[data-visible="true"],
.usigrid-data table tr td[data-visible="true"] {
    display: table-cell!important;
}
.usigrid-header-columns table tr th[data-visible="true"],
.usigrid-actions-columns table tr th[data-visible="true"] {
    cursor: move;
}
.usigrid-header-columns table tr th[data-visible="false"],
.usigrid-actions-columns table tr th[data-visible="false"],
.usigrid-data table tr td[data-visible="false"] {
    display: none!important;
}


.usigrid-header-rows table tr th,
.usigrid-actions-rows table tr th {
    position: relative; 
    text-align: left;
    padding: 1px 0 1px 6px;    
    border-left: 0;
    cursor: default;
    box-sizing: border-box;
    vertical-align: middle;
}

.usigrid-header-columns table tr th {
    position: relative;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 6px;
    height: 14px;
    cursor: default;
}

.usigrid-footer table tr th,
.usigrid-footer table tr td {
    color: #666;
    padding: 3px 10px 3px 10px;
    text-align: left;
    border: 0;
    background: transparent !important;
}

.usigrid-header-rowsdescription span,
.usigrid-actions-rowsdescription span {
    display: table-cell;
    padding-top: 2px;
    text-align: center;
}

.usigrid table tr td:hover,
.usigrid table tr th:hover,
.usigrid table tr td.selectover,
.usigrid table tr th.selectover,
.usigrid table tr.selectover td,
.usigrid table tr:hover th {
    transition: background .2s;
}

.usigrid-header-columns table tr th span {
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}
.usigrid-header-columns table tr th span.tooltip {
    text-decoration: underline dotted;
}
.usigrid-header-columns table tr th:hover ul + span {
    visibility: hidden;
}

.usigrid-data table tr td,
.usigrid-actions-rows table tr th {
    font-weight: 600;
    background: #fff;
    /*text-shadow: 0 0 2px rgba(255,255,255,1);*/
}

    .usigrid-data table tr td.usigrid-link {
        cursor: pointer;
        text-decoration: underline;
    }

        .usigrid-data table tr td.usigrid-link:hover:before {
            opacity: 1;
        }

.usigrid-footer table td:first-child {
    width: 100%;
}

.usigrid-footer table td:first-child i:first-child {
    margin-left: 0;
}

.usigrid-footer table td.usigrid-pagination {
    text-align: right;
    min-width: 170px;
}
.usigrid-footer table td.usigrid-pagination.pager-small {
    min-width: 130px;
}
.usigrid-footer table td.usigrid-results {
    min-width: 164px;
    text-align: right;
}
.usigrid-footer table td.usigrid-results select {
    position: relative;
    width: 60px;
    height: 18px;
    padding: 0;
    margin: 0;
}

/* Tools */
div.usigrid-tools .usigrid-tools-button {
    position: absolute;
    display: block;
    top: 3px;
    right: 8px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    transition: background .2s;
    z-index: 900;
}
div.usigrid-tools .usigrid-tools-button:hover {
    opacity: .86;
}
div.usigrid-tools ul {
    position: absolute;
    display: none;
    top: 26px;
    right: 6px;
    min-width: 150px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    z-index: 4;
}

    div.usigrid-tools ul:after {
        position: absolute;
        display: block;
        top: -4px;
        right: 6px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 4px solid #fff;
        content: '';
    }

    div.usigrid-tools ul:before {
        position: absolute;
        display: block;
        top: -5px;
        right: 5px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #e0e0e0;
        content: '';
    }

    div.usigrid-tools ul li a {
        display: block;
        height: 29px;
        padding: 8px;
        color: #888;
    }

        div.usigrid-tools ul li a:hover {
            color: #fff !important;
        }

        /*
    div.usigrid-tools ul li a {
        display: block;
        height: 29px;
        padding: 8px 16px;
        line-height: 14px;
        color: #888;
    }
    [data-fontsize="1"] div.usigrid-tools ul li a {
        height: 39px;
        line-height: 24px;
    }
        div.usigrid-tools ul li a:hover {
            color: #fff !important;
        }*/

.usigrid-optionspanel ~ div.usigrid-tools .usigrid-tools-button {
    top: 3px;
    right: 8px;
}
.usigrid-optionspanel ~ div.usigrid-tools .usigrid-tools-button  {
    top: 7px;
}
.usigrid-optionspanel ~ div.usigrid-tools ul  {
    top: 34px;
}

/* Menu Options Columns  */

.usigrid-menucolumns,
.usigrid-menuresult {
    position: relative;
    display: block;
    float: right;
    margin-right: 12px;
    z-index: 1;
}
.usigrid-menucolumns button,
.usigrid-menuresult button {
    height: 24px!important;
    min-height: 22px!important;
    margin-top: 6px!important;
    padding-left: 8px!important;
    padding-right: 12px!important;
    font-size: 1.1rem!important;
    line-height: 1rem!important;
}
[data-theme] .usigrid-menucolumns button i {
    position: relative;
    top: 10px;
    right: -6px;
    border-left: 4px solid transparent!important;
    border-right: 4px solid transparent!important;
    border-top: 5px solid #222;
    transition: all .2s;
}
[data-theme] .usigrid-menucolumns button:hover i {
    border-top-color: #fff!important;
}
.usigrid-menucolumns div.usigrid-contcolumns button {
    width: calc(100% - 12px);
    margin: 12px 6px 6px 0 !important;
}
    .usigrid-menucolumns div.usigrid-contcolumns button[disabled],
    .usigrid-menucolumns div.usigrid-contcolumns button[disabled]:hover {
        background: #eee !important;
        color: #aaa !important;
        box-shadow: 0 0 0 transparent !important;
    }

.usigrid-menucolumns > div.usigrid-contcolumns,
.usigrid-menuresult ul {
    position: absolute;
    display: none;
    top: 34px;
    right: 0px;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    z-index: 9999;
}
.usigrid-menuresult ul {
    min-width: 114px;
}
.usigrid-menucolumns > div.usigrid-contcolumns > div {
    display: block;
    height: 33px;
    padding: 5px 8px 9px 8px;
    color: #888;
}
.usigrid-menucolumns > div.usigrid-contcolumns > div > span {
    display: block;
    float: right;
    width: 60px;
    height: 20px;
    padding-top: 3px;
    text-align: right;
    cursor: pointer;
}
.usigrid-menucolumns > div.usigrid-contcolumns > div > span:hover {
    opacity: .6;
}
.usigrid-menucolumns > div.usigrid-contcolumns ul {
    max-height: 450px;
    overflow: auto;
}

    .usigrid-menucolumns div.usigrid-contcolumns:after,
    .usigrid-menuresult ul:after {
        position: absolute;
        display: block;
        top: -4px;
        right: 30px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 4px solid #fff;
        content: '';
    }

    .usigrid-menucolumns div.usigrid-contcolumns:before,
    .usigrid-menuresult ul:before {
        position: absolute;
        display: block;
        top: -5px;
        right: 29px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #e0e0e0;
        content: '';
    }
    .usigrid-menucolumns ul li label,
    .usigrid-menuresult ul li a {
        display: block;
        min-height: 33px;
        padding: 8px 8px 6px 8px;
        color: #888;
    }
    .usigrid-menucolumns ul li input[type="checkbox"],
    .usigrid-menuresult ul li input[type="checkbox"] {
        top: 0px!important;
    }

        .usigrid-menucolumns ul li label:hover,
        .usigrid-menuresult ul li a:hover {
            background: #f6f6f6;
        }
        .usigrid-menuresult ul li a.usitheme-color {
            font-weight: bold;
        }

/* Footer */

.usigrid-footer table td.usigrid-pagination a {
    position: relative;
    display: inline-block;
    top: 1px;
    width: 18px;
    height: 18px;
    margin: 0 2px -3px 0;
    border-radius: 50%;
    transition: all .2s;
}
.usigrid-footer table td.usigrid-pagination input.usigrid-inputpagination + a {
    margin-left: 6px;
}

    .usigrid-footer table td.usigrid-pagination a:hover {
        background: #666;
    }

    .usigrid-footer table td.usigrid-pagination a:first-child {
        z-index: 1;
    }

.usigrid-footer table td.usigrid-pagination .usigrid-inputpagination {

    width: 25px;
    height: 18px;
    padding: 0 2px 1px 2px;
    margin-left: 2px!important;
    background: #fff;
    text-align: right;
    font: 11px;
    color: #666;
}
.usigrid-header-rows table tr th.usigrid-rowsheader-checkbox {
    min-width: 17px;
    padding-left: 8px!important;
    padding-right: 0!important;
    border-right: 0;
}}
.usigrid-header-rows table tr th.usigrid-rowsheader-checkbox input[type=checkbox] {
    margin-right: 0!important;
}
.usigrid-header-rows table tr th.usigrid-rowsheader-checkbox + th {
    width: 100%;
}


/* Side */

.usigrid-header-rows table tr th span,
.usigrid-actions-rows table tr th span {
    position: relative;
    line-height: 17px;
    padding-left: 16px;
}
.usigrid-header-rows table tr th a + span,
.usigrid-header-rows table tr th a + ul + span,
.usigrid-actions-rows table tr th a + span,
.usigrid-actions-rows table tr th a + ul + span {
    padding-left: 0;
}
.usigrid-header-rows table tr:first-child th,
.usigrid-actions-rows table tr:first-child th {
    padding: 1px 0 1px 6px;
}

.usigrid-header-rows table tr th ul,
.usigrid-actions-rows table tr th ul {
    float: right;
    /*height: 100%;*/
}

    .usigrid-header-rows table tr th ul li,
    .usigrid-actions-rows table tr th ul li {
        position: relative;
        display: block;
        float: left;
        right: 2px;
        width: 18px;
        height: 18px;
        margin-left: 2px;
        border-radius: 50%;
        transition: all .3s;
        cursor: pointer;
    }

        .usigrid-header-rows table tr th ul li i,
        .usigrid-actions-rows table tr th ul li i {
            position: absolute;
            display: block;
            width: 18px;
            height: 18px;
            background-repeat: no-repeat;
            background-size: auto 100%;
        }

        .usigrid-header-rows table tr th ul li.usigrid-icon-marked,
        .usigrid-actions-rows table tr th ul li.usigrid-icon-marked {
            visibility: hidden;
            opacity: 0;
            margin: 0 0 0 0;
        }

        .usigrid-header-rows table tr.highlighted th ul li i, 
        .usigrid-actions-rows table tr.highlighted th ul li i {
            -webkit-filter: brightness(0.80);
               -moz-filter: brightness(0.80);
                -ms-filter: brightness(0.80);
                 -o-filter: brightness(0.80);
                    filter: brightness(0.80);
        }
        .usigrid-header-rows table tr:hover th ul li i,
        .usigrid-actions-rows table tr:hover th ul li i {
            -webkit-filter: brightness(1);
               -moz-filter: brightness(1);
                -ms-filter: brightness(1);
                 -o-filter: brightness(1);
                    filter: brightness(1);
        }
        .usigrid-header-rows table tr th ul li:hover i,
        .usigrid-actions-rows table tr th ul li:hover i {
            -webkit-filter: grayscale(100%) brightness(4);
               -moz-filter: grayscale(100%) brightness(4);
                -ms-filter: grayscale(100%) brightness(4);
                 -o-filter: grayscale(100%) brightness(4);
                    filter: grayscale(100%) brightness(4);
        }

.usigrid-header-rows table tr:hover th ul li.usigrid-icon-marked,
.usigrid-actions-rows table tr:hover th ul li.usigrid-icon-marked {
    transition: .3s hidden .5s, .3s opacity .5s;
}

.usigrid-header-rows table tr:hover th ul li,
.usigrid-actions-rows table tr:hover th ul li {
    visibility: visible;
    opacity: 1;
    background: rgba(255,255,255,.7);
}

    .usigrid-header-rows table tr:hover th ul li:hover,
    .usigrid-header-rows table tr.rowselect th ul li.usigrid-icon-action,
    .usigrid-actions-rows table tr:hover th ul li:hover,
    .usigrid-actions-rows table tr.rowselect th ul li.usigrid-icon-action {
        background: rgba(0,0,0,.4);
        transition: .3s hidden .0s, .3s opacity .0s;
    }

/* Alert line */
.usigrid-header-rows table tr th[class^='usigrid-rowalert']:before,
.usigrid-actions-rows table tr th[class^='usigrid-rowalert']:before {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 4px;
    height: calc(100% + 2px);
    content: '';
}
.usigrid-header-rows table tr th.usigrid-rowalert-normal:before,
.usigrid-actions-rows table tr th.usigrid-rowalert-normal:before {
    background: #22dd66 !important;
}
.usigrid-header-rows table tr th.usigrid-rowalert-attention:before,
.usigrid-actions-rows table tr th.usigrid-rowalert-attention:before {
    background: #eebb22 !important;
}
.usigrid-header-rows table tr th.usigrid-rowalert-critical:before,
.usigrid-actions-rows table tr th.usigrid-rowalert-critical:before {
    background: #fc5a5a !important;
}

.usigrid-actions-rows table tr th ul li.usigrid-li-unique {
    right: 22px;
}


/* Head */

.usigrid-header-columns table tr th.usigrid-thgroup:before,
.usigrid-header-columns table tr th.usigrid-thgroup:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    content: '';
    transition: border-bottom-color .5s;
    border-right: 5px solid transparent;
    border-bottom: 4px solid;
}

.usigrid-header-columns table tr th.usigrid-thgroup:after {
    left: 50%;
    border-right: 0;
    border-left: 5px solid transparent;
}

/* Menu dos <th>'s */

.usigrid-header-columns table tr th ul {
    position: absolute;
    width: calc(100% - 3px);
    visibility: hidden;
    opacity: 0;
    margin-top: -1px;
    padding: 0;
    text-align: center;
    transition: all .2s;
}

.usigrid-header-columns table tr th:hover ul {
    visibility: visible;
    opacity: 1;
    transition: all .8s;
}

.usigrid-header-columns table tr th ul li {
    display: inline-block;
    margin-left: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s;
}

    .usigrid-header-columns table tr th ul li:hover {
        background: rgba(0,0,0,.5);
    }

.usigrid-header-columns table tr:nth-child(1) th ul li:hover {
    background: rgba(255,255,255,.8);
}


/* Nodata */

.usigrid-nodata p {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    color: #999;
}


/* Dropdown */

ul.usigrid-dropdown {
    position: absolute;
    display: none;
    min-width: 150px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    z-index: 4;
}

ul.usigrid-dropdown:after {
    position: absolute;
    display: block;
    top: -4px;
    left: 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #fff;
    content: '';
}

ul.usigrid-dropdown:before {
    position: absolute;
    display: block;
    top: -5px;
    bottom: auto;
    left: 5px;
    right: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #e0e0e0;
    content: '';
}

    ul.usigrid-dropdown.dropleft:after {
        left: auto;
        right: 4px;
    }

    ul.usigrid-dropdown.dropleft:before {
        left: auto;
        right: 3px;
    }

    ul.usigrid-dropdown.dropinverse:after {
        top: auto;
        bottom: -4px;
        border-top: 4px solid #fff;
        border-bottom: 0;
    }

    ul.usigrid-dropdown.dropinverse:before {
        top: auto;
        bottom: -5px;
        border-top: 5px solid #e0e0e0;
        border-bottom: 0;
    }

    ul.usigrid-dropdown li a {
        display: block;
        padding: 8px;
        color: #888;
    }

        ul.usigrid-dropdown li a:hover {
            color: #fff;
        }


/* CORES */

/* CORES - Main */

.usigrid-data table tr.odd td,
.usigrid-actions-rows table tr.odd th {
    background: #f3f4f5;
}

    .usigrid-data table tr.odd td.selectover,
    .usigrid-data table tr.odd.selectover td,
    .usigrid-data table tr.odd.rowselect td,
    .usigrid-actions-rows table tr.odd:hover th,
    .usigrid-actions-rows table tr.odd.selectover th,
    .usigrid-actions-rows table tr.odd.rowselect th {
        background: #e1f4f6;
        border-color: #fff;
    }

    .usigrid-data table tr td.selectover,
    .usigrid-data table tr.selectover td,
    .usigrid-data table tr.rowselect td,
    .usigrid-actions-rows table tr:hover th,
    .usigrid-actions-rows table tr.selectover th,
    .usigrid-actions-rows table tr.rowselect th {
        background: #e7f7f9;
        border-color: #fff;
    }

.usigrid-data table tr.odd td.marked,
.usigrid-data table tr.odd.marked td,
.usigrid-actions-rows table tr.odd.marked th {
    background: #fbeddc;
    border-color: #fff;
}

.usigrid-data table tr td.marked,
.usigrid-data table tr.marked td,
.usigrid-actions-rows table tr.marked th {
    background: #fdf1e2;
    border-color: #fff;
}

.usigrid-data table tr.odd td.marked.selectover,
.usigrid-data table tr.odd.marked.selectover td,
.usigrid-data table tr.odd.marked td.selectover,
.usigrid-data table tr.odd.selectover td.marked,
.usigrid-data table tr.odd td.marked.rowselect,
.usigrid-data table tr.odd.marked.rowselect td,
.usigrid-data table tr.odd.marked td.rowselect,
.usigrid-data table tr.odd.rowselect td.marked,
.usigrid-actions-rows table tr.odd.marked.selectover th,
.usigrid-actions-rows table tr.odd.marked.rowselect th,
.usigrid-actions-rows table tr.odd.marked th:hover {
    background: #d0e9ea;
    border-color: #fff;
}

.usigrid-data table tr td.marked.selectover,
.usigrid-data table tr.marked.selectover td,
.usigrid-data table tr.marked td.selectover,
.usigrid-data table tr.selectover td.marked,
.usigrid-data table tr td.marked.rowselect,
.usigrid-data table tr.marked.rowselect td,
.usigrid-data table tr.marked td.rowselect,
.usigrid-data table tr.rowselect td.marked,
.usigrid-actions-rows table tr.marked.selectover th,
.usigrid-actions-rows table tr.marked.rowselect th,
.usigrid-actions-rows table tr.marked th:hover {
    background: #d5edef;
    border-color: #fff;
}

/* CORES - Side */

.usigrid-header-rows table tr.odd th {
    background: #e9ebed;
}

.usigrid-header-rows table tr th {
    background: #f2f3f4;
}

.usigrid-header-rows table tr.odd:hover th,
.usigrid-header-rows table tr.odd.rowselect th,
.usigrid-header-rows table tr.odd.selectover th {
    background: #cee8ea;
}

.usigrid-header-rows table tr:hover th,
.usigrid-header-rows table tr.rowselect th,
.usigrid-header-rows table tr.selectover th {
    /*background: #d6eff3;*/
    background: #cee8ea;
}


/* CORES - Rows Description */

.usigrid-header-rowsdescription,
.usigrid-actions-rowsdescription {
    background: rgba(130,130,130,.4);
}

    .usigrid-header-rowsdescription span,
    .usigrid-actions-rowsdescription span {
        color: #fafafa;
    }

/* CORES - Head */

.usigrid-header-columns table tr:nth-child(1) th,
.usigrid-header-columns table tr:nth-child(2) th {
    border-color: rgba(255,255,255,.3);
}

.usigrid-header-columns table tr:nth-child(3) th {
    border-color: rgba(255,255,255,.5);
}

.usigrid-header-columns table tr th {
    border-color: rgba(255,255,255,.8);
}

.usigrid-header-columns table tr:nth-child(1) {
    background: rgba(130,130,130,.4);
    color: #fafafa;
}

.usigrid-header-columns table tr:nth-child(2) {
    background: rgba(220,220,220,.6);
    color: #222;
}

.usigrid-header-columns table tr:nth-child(3) {
    background: rgba(245,245,245,.7);
    color: #444;
}

.usigrid-header-columns table tr {
    background: rgba(245,245,245,.85);
}
    /*
        .usigrid-header-columns table tr:nth-child(1) {
            background: rgba(30,30,30,.2);
            color: #eee;
        }
        .usigrid-header-columns table tr:nth-child(2) {
            background: rgba(245,240,240,.5);
            color: #333;
        }
        .usigrid-header-columns table tr:nth-child(3) {
            background: rgba(245,245,245,.7);
            color: #555;
        }
        .usigrid-header-columns table tr {
            background: rgba(245,245,245,.85);
        }
    */
    .usigrid-header-columns table tr th:hover,
    .usigrid-header-columns table tr th.selectover {
        background: rgba(200,255,255,.3);
    }

    /* CORES - Marcação de coluna colapsável no cabeçalho */

    .usigrid-header-columns table tr:nth-child(1) th.usigrid-thgroup:before,
    .usigrid-header-columns table tr:nth-child(1) th.usigrid-thgroup:after,
    .usigrid-header-columns table tr:nth-child(2) th.usigrid-thgroup:before,
    .usigrid-header-columns table tr:nth-child(2) th.usigrid-thgroup:after {
        border-bottom-color: rgba(255,255,255,.6);
    }

    .usigrid-header-columns table tr:nth-child(3) th.usigrid-thgroup:before,
    .usigrid-header-columns table tr:nth-child(3) th.usigrid-thgroup:after {
        border-bottom-color: rgba(255,255,255,.7);
    }

    .usigrid-header-columns table tr th.usigrid-thgroup:before,
    .usigrid-header-columns table tr th.usigrid-thgroup:after {
        border-bottom-color: rgba(255,255,255,.9);
    }

    .usigrid-header-columns table tr:nth-child(1) th.usigrid-thgroup:hover:before,
    .usigrid-header-columns table tr:nth-child(1) th.usigrid-thgroup:hover:after {
        border-bottom-color: rgba(255,255,255,.9);
    }

    .usigrid-header-columns table tr:nth-child(2) th.usigrid-thgroup:hover:before,
    .usigrid-header-columns table tr:nth-child(2) th.usigrid-thgroup:hover:after {
        border-bottom-color: rgba(255,255,255,1);
    }

    .usigrid-header-columns table tr th.usigrid-thgroup:hover:before,
    .usigrid-header-columns table tr th.usigrid-thgroup:hover:after {
        border-bottom-color: rgba(255,255,255,1);
    }

/* CORES - Grupo de linhas */

.usigrid-data table tr.odd td.usigrid-trgroup,
.usigrid-data table tr.odd.usigrid-trgroup td,
.usigrid-data table tr td.usigrid-trgroup,
.usigrid-data table tr.usigrid-trgroup td,
.usigrid-actions-rows table tr.odd th.usigrid-trgroup,
.usigrid-actions-rows table tr.odd.usigrid-trgroup th,
.usigrid-actions-rows table tr th.usigrid-trgroup,
.usigrid-actions-rows table tr.usigrid-trgroup th  {
    background: #e1e7e8 !important;
    border-left-color: #e0e0e0 !important;
    border-right-color: #e1e7e8 !important;
    border-bottom-color: #e0e0e0 !important;
}

.usigrid-header-rows table tr.odd th.usigrid-trgroup,
.usigrid-header-rows table tr.odd.usigrid-trgroup th,
.usigrid-header-rows table tr th.usigrid-trgroup,
.usigrid-header-rows table tr.usigrid-trgroup th{
    background: #d2dbdc !important;
    border-right-color: transparent !important;
    border-bottom-color: #e0e0e0 !important;
    color: #222;
}

.usigrid-header-rows table tr.highlighted th:first-child,
.usigrid-actions-rows table tr.highlighted th:first-child {
    background: #a5adaf;
    border-bottom-color: #daddde;
    color: #fff;
}

.usigrid-header-rows table tr.highlighted:hover th,
.usigrid-header-rows table tr.highlighted.rowselect th,
.usigrid-actions-rows table tr.highlighted:hover th,
.usigrid-actions-rows table tr.highlighted.rowselect th,
.usigrid-actions-rows table tr.highlighted.selectover th {
    background: #a2cad3;
}


/* ÍCONES */

/* ÍCONES - Tools */

a.usigrid-tools-button i.usigrid-icon-tools,
a.usigrid-tools-button i.usigrid-icon-tools:before,
a.usigrid-tools-button i.usigrid-icon-tools:after {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4b9aca;
    border-radius: 100%;
}

a.usigrid-tools-button i.usigrid-icon-tools {
    top: 4px;
    left: 9px;
}

    a.usigrid-tools-button i.usigrid-icon-tools:before {
        top: 5px;
        content: '';
    }

    a.usigrid-tools-button i.usigrid-icon-tools:after {
        top: 10px;
        content: '';
    }

a.usigrid-tools-button:hover i.usigrid-icon-tools,
a.usigrid-tools-button:hover i.usigrid-icon-tools:before,
a.usigrid-tools-button:hover i.usigrid-icon-tools:after {
    background: #eee !important;
    display: cel;
}

/* ÍCONES - Zoom */

.usigrid-icon-zoomin,
.usigrid-icon-zoomout {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s;
    box-sizing: content-box;
}

    .usigrid-icon-zoomin:before,
    .usigrid-icon-zoomout:before {
        position: absolute;
        top: -3px;
        left: 0px;
        display: block;
        color: transparent;
        font: normal 10px;
        transition: all 0.3s;
        content: '+';
    }

    .usigrid-icon-zoomout:before {
        top: -3px;
        left: 2px;
        content: '-';
    }

    .usigrid-icon-zoomin:after,
    .usigrid-icon-zoomout:after {
        position: absolute;
        top: 7px;
        left: 5px;
        display: block;
        width: 6px;
        height: 3px;
        background: transparent;
        transform: rotate(45deg);
        transition: all 0.3s;
        content: '';
    }

.usigrid-tools-button:hover .usigrid-icon-zoomin,
.usigrid-tools-button:hover .usigrid-icon-zoomout {
    border-color: #fff !important;
}

    .usigrid-tools-button:hover .usigrid-icon-zoomin:before,
    .usigrid-tools-button:hover .usigrid-icon-zoomout:before {
        color: #fff !important;
    }

    .usigrid-tools-button:hover .usigrid-icon-zoomin:after,
    .usigrid-tools-button:hover .usigrid-icon-zoomout:after {
        background: #fff !important;
    }

/* ÍCONES - Head */

.usigrid-header-columns table tr th ul li.usigrid-icon-expand i,
.usigrid-header-columns table tr th ul li.usigrid-icon-expand i:after,
.usigrid-header-columns table tr th ul li.usigrid-icon-collapse i,
.usigrid-header-columns table tr th ul li.usigrid-icon-marked i,
.usigrid-header-columns table tr th ul li.usigrid-icon-marked i:after,
.usigrid-header-columns table tr th ul li.usigrid-icon-orderby i:before,
.usigrid-header-columns table tr th ul li.usigrid-icon-orderby i:after {
    position: absolute;
    display: block;
    background: #555;
    content: '';
}
.usigrid-header-rows[data-icon="false"] table tr th a,
.usigrid-actions-rows[data-icon="false"] table tr th a {
    display: none!important;
}
.usigrid-header-rows[data-icon="false"] table tr th a+span,
.usigrid-actions-rows[data-icon="false"] table tr th a+span {
    margin-left: 17px;
}

/* ÍCONES - Head / Collapse */

.usigrid-header-columns table tr th ul li.usigrid-icon-expand i,
.usigrid-header-columns table tr th ul li.usigrid-icon-collapse i {
    margin: 6px 0 0 2px;
    width: 10px;
    height: 2px;
}

    .usigrid-header-columns table tr th ul li.usigrid-icon-expand i:after {
        margin: -4px 0 0 4px;
        width: 2px;
        height: 10px;
    }

/* ÍCONES - Head / Marking */

.usigrid-header-columns table tr th ul li.usigrid-icon-marked i {
    margin: 8px 0 0 2px;
    width: 5px;
    height: 2px;
    transform: rotate(55deg);
}

    .usigrid-header-columns table tr th ul li.usigrid-icon-marked i:after {
        margin: -8px 0 0 2px;
        width: 3px;
        border-left: 1px solid transparent !important;
        border-right: 1px solid transparent !important;
        border-top: 10px solid #555;
        transform: rotate(-25deg);
        background: transparent;
    }

.usigrid-header-columns table tr th[data-marked="true"] ul li.usigrid-icon-marked i {
    margin: 6px 0 0 2px;
    width: 10px;
    transform: rotate(45deg);
}

    .usigrid-header-columns table tr th[data-marked="true"] ul li.usigrid-icon-marked i:after {
        width: 2px;
        margin: -4px 0 0 4px;
        border-left: 0 !important;
        border-right: 0 !important;
        transform: rotate(0deg);
    }

/* ÍCONES - Head / Ordenation */

.usigrid-header-columns table tr th ul li.usigrid-icon-orderby i:before {
    margin: 2px 0 0 3px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-bottom: 4px solid #555;
    background: transparent;
}

.usigrid-header-columns table tr th ul li.usigrid-icon-orderby i:after {
    margin: 8px 0 0 3px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 4px solid #555;
    background: transparent;
}

.usigrid-header-columns table tr th[data-orderby="asc"] ul li.usigrid-icon-orderby i:after {
    display: none;
}

.usigrid-header-columns table tr th[data-orderby="asc"] ul li.usigrid-icon-orderby i:before {
    top: 3px;
}

.usigrid-header-columns table tr th[data-orderby="desc"] ul li.usigrid-icon-orderby i:before {
    display: none;
}

.usigrid-header-columns table tr th[data-orderby="desc"] ul li.usigrid-icon-orderby i:after {
    top: -3px;
}

/* ÍCONES - Head / Marcação da Ordenação */

.usigrid-header-columns table tr th[data-orderby="asc"] span:after,
.usigrid-header-columns table tr th[data-orderby="desc"] span:after {
    position: absolute;
    display: block;
    top: 2px;
    right: 2px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-color: rgba(0,0,0,.4);
    content: '';
}

.usigrid-header-columns table tr th[data-orderby="asc"] span:after {
    border-top: 4px solid;
}

.usigrid-header-columns table tr th[data-orderby="desc"] span:after {
    border-bottom: 4px solid;
}

.usigrid-header-columns table tr:nth-child(1) th[data-orderby="asc"] span:after,
.usigrid-header-columns table tr:nth-child(1) th[data-orderby="desc"] span:after {
    border-color: rgba(255,255,255,.8);
}

.usigrid-header-columns table tr:nth-child(2) th[data-orderby="asc"] span:after,
.usigrid-header-columns table tr:nth-child(2) th[data-orderby="desc"] span:after {
    border-color: rgba(0,0,0,.6);
}

/* ÍCONES - Head / Color / Primeira linha */

.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-expand i,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-expand i:after,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-collapse i,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-marked i {
    background: #ddd;
}

    .usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-marked i:after,
    .usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-orderby i:before,
    .usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-orderby i:after {
        border-color: #ddd;
    }

/* ÍCONES - Head / Color / Over */

.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-expand:hover i,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-expand:hover i:after,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-collapse:hover i,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-marked:hover i {
    background: #555;
}

    .usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-marked:hover i:after {
        border-top-color: #555;
    }

.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-orderby:hover i:before,
.usigrid-header-columns table tr:nth-child(1) th ul li.usigrid-icon-orderby:hover i:after {
    border-bottom-color: #555;
    border-top-color: #555;
}

.usigrid-header-columns table tr th ul li.usigrid-icon-expand:hover i,
.usigrid-header-columns table tr th ul li.usigrid-icon-expand:hover i:after,
.usigrid-header-columns table tr th ul li.usigrid-icon-collapse:hover i,
.usigrid-header-columns table tr th ul li.usigrid-icon-marked:hover i {
    background: #ddd;
}

    .usigrid-header-columns table tr th ul li.usigrid-icon-marked:hover i:after {
        border-top-color: #ddd;
    }

.usigrid-header-columns table tr th ul li.usigrid-icon-orderby:hover i:before,
.usigrid-header-columns table tr th ul li.usigrid-icon-orderby:hover i:after {
    border-bottom-color: #ddd;
    border-top-color: #ddd;
}

/* ÍCONES - Side / Action Line  */

.usigrid-header-rows table tr th li.usigrid-icon-action i,
.usigrid-header-rows table tr th li.usigrid-icon-action i:before,
.usigrid-header-rows table tr th li.usigrid-icon-action i:after, 
.usigrid-actions-rows table tr th li.usigrid-icon-action i,
.usigrid-actions-rows table tr th li.usigrid-icon-action i:before,
.usigrid-actions-rows table tr th li.usigrid-icon-action i:after {
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background: #444;
    border-radius: 100%;
}

.usigrid-header-rows table tr th li.usigrid-icon-action i,
.usigrid-actions-rows table tr th li.usigrid-icon-action i {
    top: 4px;
    left: 8px;
}

    .usigrid-header-rows table tr th li.usigrid-icon-action i:before, 
    .usigrid-actions-rows table tr th li.usigrid-icon-action i:before {
        top: 4px;
        content: '';
    }

    .usigrid-header-rows table tr th li.usigrid-icon-action i:after,
    .usigrid-actions-rows table tr th li.usigrid-icon-action i:after {
        top: 8px;
        content: '';
    }

.usigrid-header-rows table tr th li.usigrid-icon-action:hover i,
.usigrid-header-rows table tr th li.usigrid-icon-action:hover i:before,
.usigrid-header-rows table tr th li.usigrid-icon-action:hover i:after,
.usigrid-header-rows table tr.rowselect th ul li.usigrid-icon-action i,
.usigrid-header-rows table tr.rowselect th ul li.usigrid-icon-action i:before,
.usigrid-header-rows table tr.rowselect th ul li.usigrid-icon-action i:after,

.usigrid-actions-rows table tr th li.usigrid-icon-action:hover i,
.usigrid-actions-rows table tr th li.usigrid-icon-action:hover i:before,
.usigrid-actions-rows table tr th li.usigrid-icon-action:hover i:after,
.usigrid-actions-rows table tr.rowselect th ul li.usigrid-icon-action i,
.usigrid-actions-rows table tr.rowselect th ul li.usigrid-icon-action i:before,
.usigrid-actions-rows table tr.rowselect th ul li.usigrid-icon-action i:after {
    background: #eee;
}

/* ÍCONES - Side / Mark Line  */

.usigrid-header-rows table tr th li.usigrid-icon-marked i,
.usigrid-actions-rows table tr th li.usigrid-icon-marked i {
    position: absolute;
    display: block;
    margin: 10px 0 0 4px;
    width: 5px;
    height: 2px;
    background: #888;
    transform: rotate(55deg);
}

    .usigrid-header-rows table tr th li.usigrid-icon-marked i:after,
    .usigrid-actions-rows table tr th li.usigrid-icon-marked i:after {
        position: absolute;
        display: block;
        margin: -8px 0 0 2px;
        width: 3px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 10px solid #888;
        transform: rotate(-25deg);
        content: '';
    }

.usigrid-header-rows table tr[data-marked="true"] th li.usigrid-icon-marked i,
.usigrid-actions-rows table tr[data-marked="true"] th li.usigrid-icon-marked i {
    margin: 8px 0 0 4px;
    width: 10px;
    transform: rotate(45deg);
}

    .usigrid-header-rows table tr[data-marked="true"] th li.usigrid-icon-marked i:after,
    .usigrid-actions-rows table tr[data-marked="true"] th li.usigrid-icon-marked i:after {
        width: 2px;
        margin: -4px 0 0 4px;
        border-left: 0 !important;
        border-right: 0 !important;
        transform: rotate(0deg);
    }

.usigrid-header-rows table tr th li.usigrid-icon-marked:hover i,
.usigrid-actions-rows table tr th li.usigrid-icon-marked:hover i {
    background: #eee;
}

    .usigrid-header-rows table tr th li.usigrid-icon-marked:hover i:after,
    .usigrid-actions-rows table tr th li.usigrid-icon-marked:hover i:after {
        border-top-color: #eee;
    }

/* ÍCONES - Side / Chart Line  */
/*
    .usigrid-header-rows table tr th li.usigrid-icon-chart i,
    .usigrid-header-rows table tr th li.usigrid-icon-chart i:after,
    .usigrid-header-rows table tr th li.usigrid-icon-chart i:before {
        position: absolute;
        display: block; 
        margin: 5px 0 0 8px;
        width: 2px;
        height: 8px;
        background: #888;
        content: '';
    }
    .usigrid-header-rows table tr th li.usigrid-icon-chart i:after {
        height: 5px;
        margin: 3px 0 0 -3px;
    }
    .usigrid-header-rows table tr th li.usigrid-icon-chart i:before {
        height: 6px;
        margin: 2px 0 0 3px;
    }
    .usigrid-header-rows table tr th li.usigrid-icon-chart:hover i,
    .usigrid-header-rows table tr th li.usigrid-icon-chart:hover i:after,
    .usigrid-header-rows table tr th li.usigrid-icon-chart:hover i:before {
        background: #eee;
    }*/

/* ÍCONES - Side / Colapse  */

.usigrid-header-rows table tr th a.usigrid-togglerows,
.usigrid-actions-rows table tr th a.usigrid-togglerows {
    position: relative;
    display: inline-block;
    float: left;
    margin: 2px 3px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s;
    }
    .usigrid-header-rows table tr th a.usigrid-togglerows:hover,
    .usigrid-actions-rows table tr th a.usigrid-togglerows:hover {
        background: rgba(0,0,0,.4);
    }

.usigrid-header-rows table tr th a.usigrid-icon-expand i,
.usigrid-header-rows table tr th a.usigrid-icon-expand i:after,
.usigrid-header-rows table tr th a.usigrid-icon-collapse i,
.usigrid-actions-rows table tr th a.usigrid-icon-expand i,
.usigrid-actions-rows table tr th a.usigrid-icon-expand i:after,
.usigrid-actions-rows table tr th a.usigrid-icon-collapse i {
    position: absolute;
    display: block;
    background: #888;
    content: '';
}

.usigrid-header-rows table tr th a.usigrid-icon-expand i,
.usigrid-header-rows table tr th a.usigrid-icon-collapse i,
.usigrid-actions-rows table tr th a.usigrid-icon-expand i,
.usigrid-actions-rows table tr th a.usigrid-icon-collapse i {
    margin: 6px 0 0 3px;
    width: 8px;
    height: 2px;
}

    .usigrid-header-rows table tr th a.usigrid-icon-expand i:after,
    .usigrid-actions-rows table tr th a.usigrid-icon-expand i:after {
        margin: -3px 0 0 3px;
        width: 2px;
        height: 8px;
    }

.usigrid-header-rows table tr.highlighted th a.usigrid-icon-expand i,
.usigrid-header-rows table tr.highlighted th a.usigrid-icon-expand i:after,
.usigrid-header-rows table tr.highlighted th a.usigrid-icon-collapse i,
.usigrid-actions-rows table tr.highlighted th a.usigrid-icon-expand i,
.usigrid-actions-rows table tr.highlighted th a.usigrid-icon-expand i:after,
.usigrid-actions-rows table tr.highlighted th a.usigrid-icon-collapse i {
    background: #555;
}

.usigrid-header-rows table tr th a.usigrid-icon-expand:hover i,
.usigrid-header-rows table tr th a.usigrid-icon-expand:hover i:after,
.usigrid-header-rows table tr th a.usigrid-icon-collapse:hover i,
.usigrid-actions-rows table tr th a.usigrid-icon-expand:hover i,
.usigrid-actions-rows table tr th a.usigrid-icon-expand:hover i:after,
.usigrid-actions-rows table tr th a.usigrid-icon-collapse:hover i {
    background: #ddd;
}

.usigrid-header-rows table tr th a.usigrid-icon-expand.close i:after,
.usigrid-actions-rows table tr th a.usigrid-icon-expand.close i:after {
    display: none;
}

/* ÍCONES - Nodata */

.usigrid-icon-nodata {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto 6px auto;
    border: 2px solid #bbb;
    border-radius: 50%;
    box-sizing: initial;
}

    .usigrid-icon-nodata:before {
        position: absolute;
        display: block;
        top: 6px;
        left: 13px;
        width: 1px;
        height: 12px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 12px solid #bbb;
        border-radius: 30%;
        content: '';
        box-sizing: initial;
    }

    .usigrid-icon-nodata:after {
        position: absolute;
        display: block;
        top: 20px;
        left: 13px;
        width: 5px;
        height: 5px;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background: #bbb;
        content: '';
        box-sizing: initial;
    }

/* ÍCONES - Footer / Paginação */

.usigrid-footer [class^="usigrid-icon-page"],
.usigrid-footer .usigrid-icon-pageprevall:after,
.usigrid-footer .usigrid-icon-pagenextall:after {
    position: relative;
    display: block;
    top: 5px;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
}

.usigrid-footer .usigrid-icon-pageprev {
    position: relative;
    right: 8px;
    border-right: 4px solid #666;
}

.usigrid-footer .usigrid-icon-pagenext {
    left: 8px;
    border-left: 4px solid #666;
}

.usigrid-footer .usigrid-icon-pageprevall {
    right: 5px;
    border-right: 4px solid #666;
}
.usigrid-footer .usigrid-icon-pageprevall:after {
    position: absolute;
    top: 0;
    margin: -4px 0 0 9px;
    border-right: 4px solid #666;
    content: '';
}

.usigrid-footer .usigrid-icon-pagenextall {
    left: 5px;
    border-left: 4px solid #666;
}
.usigrid-footer .usigrid-icon-pagenextall:after {
    position: absolute;
    top: 0;
    margin: -4px 0 0 1px;
    border-left: 4px solid #666;
    content: '';
}

.usigrid-footer a:hover [class^="usigrid-icon-page"],
.usigrid-footer a:hover .usigrid-icon-pageprevall:after,
.usigrid-footer a:hover .usigrid-icon-pagenextall:after {
    border-color: #fff;
}

/* ÍCONES - Footer / Alertas */

[class^="usigrid-alert-"] {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
    border-radius: 50%;
}

.usigrid-footer [class^="usigrid-alert-"] {
    margin: 0 2px -2px 8px;
}

.usigrid-alert-normal {
    background: #22dd66;
}

.usigrid-alert-attention {
    background: #eebb22;
}

.usigrid-alert-critical {
    background: #ff5a5a;
}

.usigrid-alert-undefined {
    background: #666;
}

.footer .arrow-up {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 42px;
    height: 42px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: #019877;
    border-radius: 50%;
    display: none;
}

/* tooltip */
.usigrid-tooltip 
{
    position: absolute;
    display: none;
    min-width: 150px;
    max-width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    z-index: 4;
}
    .usigrid-tooltip-arrow
    {
        position: absolute;
        display: block;
        top: -5px;
        left: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #e0e0e0;
    }
    .usigrid-tooltip-arrow:after 
    {
        position: absolute;
        display: block;
        top: 1px;
        left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 4px solid #fff;
        content: '';
    }


    
.usigrid-header-rows-container {
    width: calc(100% + 12px);
}

/* para IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .usigrid-header-rows-container {
        width: calc(100% + 18px); 
    }
}

/* para IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .usigrid[data-rowsheader-right=true] .usigrid-data-container {
        width: calc(100% + 18px); 
    }
    .usigrid[data-rowsheader-right=true] .usigrid-header-rows-container {
        width: calc(100%); 
    }
}

/* Font Size */
.usigrid table tr td {
    height: 18px;
}
.usigrid .usigrid-data td button {
    font: 600 1.1rem "Open Sans";
}
[data-fontsize="1"] .usigrid {
    font: 1.2rem 'Open Sans';
}
[data-fontsize="1"] .usigrid b {
    font-weight: 600;
}
[data-fontsize="1"] .usigrid table tr th,
[data-fontsize="1"] .usigrid table tr td {
    height: 28px;
    padding: 2px;
    line-height: 12px;
    font: 600 1.2rem "Open Sans";
}
[data-fontsize="1"] [data-bigheight="true"] .usigrid div:not(.usigrid-header-columns) table tr th {
    height: 45px !important;
}
[data-fontsize="1"] [data-bigheight="true"] .usigrid div:not(.usigrid-header-columns) table tr td {
    height: 40px !important;
}
[data-fontsize="1"] .usigrid-header-columns table tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 17px;
}
[data-fontsize="1"] .usigrid-footer input.usigrid-inputpagination {
    height: 20px;
}
[data-fontsize="1"] .usigrid-footer .usigrid-results select {
    height: 20px;
}
[data-fontsize="1"] .usigrid-title span {
    margin-top: 4px;
    font: 600 1.3rem "Open Sans";
}
[data-fontsize="1"] .usigrid-header-rowsdescription span,
[data-fontsize="1"] .usigrid-actions-rowsdescription span {
    padding-top: 6px;
}
[data-fontsize="1"] .usigrid-optionspanel ~ .usigrid-title span {
    margin-top: 8px;
}

/*
.usigrid[data-rowsheader-right=true] .usigrid-header-rowsdescription 
{
    left: auto;
    right: 0;
    overflow-y: scroll;
}
.usigrid[data-rowsheader-right=true] .usigrid-header-columns 
{
    left: 0;
    right: auto;
    border-right: none;
}
.usigrid[data-rowsheader-right=true] .usigrid-header-rows 
{
    left: auto;
    right: 0;
}

.usigrid[data-rowsheader-right=true] .usigrid-header-rows-container {
    width: calc(100%);
}
.usigrid[data-rowsheader-right=true] .usigrid-data-container {
    width: calc(100% + 12px);
}
*/

.usigrid-actions-rows ~ .usigrid-data 
{
    overflow: hidden;
    scrollbar-arrow-color: #c0c4c8;
}
.usigrid-actions-rows ~ .usigrid-data .usigrid-data-container {
    width: calc(100% + 12px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .usigrid-actions-rows ~ .usigrid-data .usigrid-data-container {
        width: calc(100% + 20px);
    }
    .usigrid-header-columns {
        border-right: 20px solid #f6f6f6;
    }
}

.usigrid-actions-rowsdescription ~ .usigrid-header-columns 
{
    border-right: none;
}

@-moz-document url-prefix() {
    .usigrid-header-rows-container {
        width: calc(100% + 16px)!important;
    }
    .usigrid-actions-rows ~ .usigrid-data .usigrid-data-container {
        width: calc(100% + 16px);
    }
    .usigrid-header-columns {
        border-right: 20px solid #f6f6f6;
    }
}
@supports (-moz-appearance:none) {
    .usigrid-header-rows-container {
        width: calc(100% + 16px)!important;
    }
    .usigrid-actions-rows ~ .usigrid-data .usigrid-data-container {
        width: calc(100% + 16px);
    }
    .usigrid-header-columns {
        border-right: 20px solid #f6f6f6;
    }
}
@supports (-ms-accelerator:true) {
    .usigrid-header-rows-container,
    .usigrid-data .usigrid-data-container {
        width: calc(100% + 16px) !important;
    }
}
@supports (-ms-ime-align:auto) {
    .usigrid-header-rows-container,
    .usigrid-data .usigrid-data-container {
        width: calc(100% + 16px) !important;
    }
}

.usigrid-moveOut {
    background: rgba(255, 255, 255, .6);
}
.usigrid-moveOut:before,
.usigrid-moveOut:after {
    display: none;
}
.usigrid-moveOut span,
.usigrid-moveOut ul {
    opacity: 0;
}

.ghostitem {
    position: absolute;
    background: rgba(240, 220, 200, .8);
    z-index: 9998;
    cursor: move;
    min-height: 0!important;
    box-sizing: border-box;
    overflow: hidden;
}
.ghostitem .usigrid-header-columns {
    width: 100%;
    border: 0;
}
.ghostitem .usigrid-header-columns th:hover span {
    visibility: visible;
}
.ghostitem .usigrid-header-columns th:hover ul {
    visibility: hidden;
}

.ghostspace {
    position: absolute;
    width: 2px;
    z-index: 9999;
    box-sizing: border-box;
    cursor: move;
}
.ghostspace:hover {
    background: rgba(110, 200, 255, .0);
    border: 2px solid rgb(234, 255, 0);
}

.unselect {
    -webkit-user-select: none;       
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;  
}
/* Themes Color */ 

/* a - Blue */
[data-theme="a"] .usigrid,
[data-theme="a"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="a"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="a"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="a"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="a"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="a"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="a"] .usigrid-search button:after {
    background: rgb(80, 150, 193);
}
[data-theme="a"] .usigrid .usigrid a,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(80, 150, 193);
}
[data-theme="a"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="a"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="a"] .usigrid .usigrid-search button:before {
    border-color: rgb(80, 150, 193);
}


/* b - Teal */
[data-theme="b"] .usigrid,
[data-theme="b"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="b"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="b"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="b"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="b"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="b"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="b"] .usigrid-search button:after {
    background: rgb(66, 171, 132);
}
[data-theme="b"] .usigrid .usigrid a,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(66, 171, 132);
}
[data-theme="b"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="b"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="b"] .usigrid .usigrid-search button:before {
    border-color: rgb(66, 171, 132);
}


/* c - Purple */
[data-theme="c"] .usigrid,
[data-theme="c"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="c"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="c"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="c"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="c"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="c"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="c"] .usigrid-search button:after {
    background: rgb(115, 135, 183);
}
[data-theme="c"] .usigrid .usigrid a,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(115, 135, 183);
}
[data-theme="c"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="c"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="c"] .usigrid .usigrid-search button:before {
    border-color: rgb(115, 135, 183);
}


/* d - Olive */
[data-theme="d"] .usigrid,
[data-theme="d"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="d"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="d"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="d"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="d"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="d"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="d"] .usigrid-search button:after {
    background: rgb(135, 171, 89);
}
[data-theme="d"] .usigrid .usigrid a,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(135, 171, 89);
}
[data-theme="d"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="d"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="d"] .usigrid .usigrid-search button:before {
    border-color: rgb(135, 171, 89);
}


/* e - Green */
[data-theme="e"] .usigrid,
[data-theme="e"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="e"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="e"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="e"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="e"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="e"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="e"] .usigrid-search button:after {
    background: rgba(56, 140, 214);
}
[data-theme="e"] .usigrid .usigrid a,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgba(56, 140, 214);
}
[data-theme="e"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="e"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="e"] .usigrid .usigrid-search button:before {
    border-color: rgba(56, 140, 214);
}


/* f - Cadet */
[data-theme="f"] .usigrid,
[data-theme="f"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="f"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="f"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="f"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="f"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="f"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="f"] .usigrid-search button:after {
    background: #257226;
}
[data-theme="f"] .usigrid .usigrid a,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: #257226;
}
[data-theme="f"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="f"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="f"] .usigrid .usigrid-search button:before {
    border-color: #257226;
}


/* g - Hunter */
[data-theme="g"] .usigrid,
[data-theme="g"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="g"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="g"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="g"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="g"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="g"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="g"] .usigrid-search button:after {
    background: rgb(115, 154, 118);
}
[data-theme="g"] .usigrid .usigrid a,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(115, 154, 118);
}
[data-theme="g"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="g"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="g"] .usigrid .usigrid-search button:before {
    border-color: rgb(115, 154, 118);
}


/* h - Lilac */
[data-theme="h"] .usigrid,
[data-theme="h"] .usigrid div.usigrid-tools ul li a:hover,
[data-theme="h"] .usigrid ul.usigrid-dropdown li a:hover,
[data-theme="h"] .usigrid div.usigrid-tools .usigrid-tools-button:hover,
[data-theme="h"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools,
[data-theme="h"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:before,
[data-theme="h"] .usigrid a.usigrid-tools-button i.usigrid-icon-tools:after,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:after,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:after,
[data-theme="h"] .usigrid-search button:after {
    background: rgb(135, 122, 165);
}
[data-theme="h"] .usigrid .usigrid a,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin:before,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout:before {
    color: rgb(135, 122, 165);
}
[data-theme="h"] .usigrid div.usigrid-tools .usigrid-tools-button,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomin,
[data-theme="h"] .usigrid .usigrid-tools-button .usigrid-icon-zoomout,
[data-theme="h"] .usigrid .usigrid-search button:before {
    border-color: rgb(135, 122, 165);
}
