﻿.listview {
    overflow: auto;
}

.listview thead th {
    position: sticky;
    top: 0;
    z-index: 999;
}

    .listview > table {
        border-collapse: collapse;
        width: 100%;
    }

.listview-table {
    background-color: white;
}

    .listview-table > tbody > tr:hover {
        background-color: #f1f5f9 !important;
    }

    .listview-table > tbody > tr > td,
    .listview-header > th {
        word-wrap: break-word !important;
    }

.table > thead > tr {
    background: #f5f5f5;
}

    .table > thead > tr > th {
        background: #428bca;
    }

.listview-topbar > td {
    padding: 0px !important;
}

    .listview-topbar > td > div > ul > li > input {
        display: inline-block !important;
    }

    .listview-topbar > td > div > ul > li > select {
        display: inline-block !important;
    }

    .listview-topbar > td > div > ul > li > span {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

.listview-header {
    background: #428bca !important;
}
    .listview-header > th {
        vertical-align: middle !important;
        text-align: center !important;
        color: white;
        font-weight: normal !important;
    }

    .listview-header > td {
        vertical-align: middle !important;
        text-align: center !important;
    }

.listview > table {
    border-collapse: collapse;
    width: 100%;
}

.listview-settings > th {
    padding: 0px !important;
    border-bottom-width: 0px !important;
    text-align: center !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.listview-settings > td {
    padding: 0px !important;
}

.listview-settings > th {
    color: white !important;
}

.listview-settings > td > input {
    font-size: 11px !important;
}

.listview-settings > td > select {
    font-size: 11px !important;
}

.table > tfoot > tr {
    background: #f5f5f5;
}

.listview-bottombar > td {
    padding: 0px !important;
}

    .listview-bottombar > td > div > ul > li > input {
        display: inline-block !important;
    }

    .listview-bottombar > td > div > ul > li > select {
        display: inline-block !important;
    }

    .listview-bottombar > td > div > ul > li > span {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

.nowrap {
    white-space: nowrap;
}

.column-collapsible{
    display: none;
}

.listview-control {
    height: 27px !important;
    border-radius: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: normal !important;
    font-stretch: normal !important;
}

input.listview-control {
    border-radius: 5px !important;
}

.listview-control:focus {
    border-color: #4492C9 !important;
}

.progress {
    background-color: lightblue !important;
    margin-bottom: 0px !important;
    height: 32px !important;
}
    .progress[data-percent]:after {
        color: black !important;
        font-size: medium !important;
        margin-top: 3px !important;
    }

.progress-new {
    border: 2px solid blue !important;
}

.progress-performance {
    border: 2px solid #428bca !important;
}

.progress-bar-performance-blue {
    background-color: #428bca !important;
}

.progress-bar-performance-yellow {
    background-color: yellow !important;
}

.progress-bar-performance-orange {
    background-color: orange !important;
}

.progress-bar-performance-red {
    background-color: red !important;
}

.progress-paused {
    border: 2px solid grey !important;
}

.progress-bar-paused {
    background-color: grey !important;
}

.progress-canceled {
    border: 2px solid black !important;
}

.progress-bar-canceled {
    background-color: black !important;
}

.progress-completed {
    border: 2px solid #00ff00 !important;
}

.progress-bar-completed {
    background-color: #00ff00 !important;
}

.progress-ended {
    border: 2px solid green !important;
}

.progress-bar-ended {
    background-color: green !important;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: 1px solid #DCE8F1;
    border-right: 0px none #DCE8F1;
    border-left: 0px none #DCE8F1;
}