﻿

/*Bootstrap table*/
.bootstrap-table .loading-wrap {
}

    .bootstrap-table .loading-wrap .loading-text {
        display: none;
    }



.dga-bootstrap-table {
}


    .dga-bootstrap-table > thead > tr > th {
        color: #2a2a2a;
        padding: 3px;
        font-size: 13px;
        border-bottom: 1px solid #2a2a2a !important;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebebeb+0,e7e7e7+50,e0e0e0+51,fefefe+100 */
        background: #ebebeb; /* Old browsers */
        background: -moz-linear-gradient(top, #ebebeb 0%, #e7e7e7 50%, #e0e0e0 51%, #fefefe 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ebebeb 0%,#e7e7e7 50%,#e0e0e0 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ebebeb 0%,#e7e7e7 50%,#e0e0e0 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    }

    

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 8px;
}

.bootstrap-table .fixed-table-container .table thead th .both {
    /*background-image: url("../images/sort-both.png");*/
    background-image: none;
}

.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url("../images/sort-up.png");
}

.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url("../images/sort-down.png");
}

.dga-bootstrap-table > tbody > tr {
}

    .dga-bootstrap-table > tbody > tr:nth-child(even) {
        background-color: #fff;
    }

    .dga-bootstrap-table > tbody > tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

        .dga-bootstrap-table > tbody > tr:nth-child(odd):hover {
            background-color: #e8e8e8;
        }

    .dga-bootstrap-table > tbody > tr > td {
        padding: 3px;
        cursor: default;
        color: #000;
        font-size: 13px;
    }


.bootstrap-table .page-link {
    color: #000;
}

.bootstrap-table li.active .page-link {
    background-color: #2a2a2a;
    border-color: #e7e7e7;
    box-shadow: 0px 0px 4px 0px #ebebeb;
}


.col-hide {
    display: none;
}
