/*REDUX*/

/*
*  Dashboard & Roster do not need a rounded outline in REDUX skin
*/

.wf-gridWidget {
    border: 0 !important;
}

/* No more rounded borders... */

#wf-filter-summary, #wf-rooster-filters {
    border-radius: 0 !important;
    border-color: #ccc !important;
    padding-top: 6px !important;
}

/* New BG colors & positions */

#wf-rooster-filters .wf-filter-content {
    background-color: #fff !important;
}

.wf-dashboard-body #wf-rooster-grid_filter label .cancel_search {
    right: 16px;
}

.wf-dashboard-body #wf-rooster-filters .ms-parent {
    margin: 0;
}

.wf-dashboard-body #wf-rooster-grid_filter label .cancel_search {
    top: 29px !important;
}

.wf-dashboard-body #wf-rooster-grid_filter > label input {
    position: relative;
    top: 3px;
    display: block;
    width: 250px;
}

.wf-dashboard-body #wf-rooster-grid_filter>label {
    top: -3px;
}

/*REDUX*/

.wf-dashboard-body #wf-rooster-filters .wf-filter-wrapper {
    float: none !important;
}

.wf-dashboard-body #wf-rooster-filters .wf-bucket-wrapper {
    display: table-cell !important;
    font-size: 14px;
    padding: 0 5px;
}

.wf-dashboard-body #wf-rooster-filters .ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    min-width: 130px;
    width: 100% !important;
}

.wf-dashboard-body #wf-rooster-filters .ms-choice {
    min-width: 100px;
    width: 100% !important;
}

.wf-dashboard-body #wf-rooster-filters .ms-drop {
    min-width: 100% !important;
    width: auto !important;
}

.wf-dashboard-body #wf-rooster-grid_filter>label {
    position: absolute;
    font-weight: normal;
    font-size: 14px !important;
    margin-top: 5px;
    padding-left: 5px;
    width: 250px;
}

.wf-dashboard-body #wf-rooster-grid_filter label .cancel_search {
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
    display: inline-block;
    margin: 0;
}

.wf-dashboard-body #wf-rooster-grid_filter {
    float: none;
    text-align: left !important;
}

.wf-dashboard-body #wf-rooster-grid_wrapper .col-sm-6 {
    width: 100% !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

.wf-dashboard-body .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

.wf-dashboard-body #wf-filter-controls {
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 14px;
}

.wf-dashboard-body .dataTables_info {
    margin-bottom: 5px;
}

.wf-dashboard-body #wf-rooster-filters {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0;
    text-align: left;
}

.wf-dashboard-body .wf-actions-button {
    float: right;
    top: -50px;
}

.wf-dashboard-body #wf-rooster-filters {
    width: 100%;
    display: none;
    position: relative;
    font-size: 0;
    text-align: left;
}

.wf-dashboard-body #wf-rooster-filters>div {
    display: table-cell;
}

tr.group td {
    padding-top: 40px !important;
}

tr.group:first-of-type td {
    padding-top: 10px !important;
}

tr.group td a {
    color: #3572a0;
}

tr.only-row td {
    background-color: white !important;
}

.wf-dashboard-pg div.dataTables_wrapper {
    top: -40px;
}

#wf-rooster-grid_wrapper .row:last-of-type {
    display: none;
}

th.sorting:last-of-type {
    background-image: none !important;
    background-color: white !important;
    background: none !important;
    cursor: default !important;
}

.wf-clientsort thead tr th:last-of-type:hover {
    background-color: white !important;
    cursor: default;
}
