﻿td.details-control {
    background: url('../images/plus-24.png') no-repeat center center;
    background-size: 16px 16px;
    /*background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png') no-repeat center center;*/
    cursor: pointer;
}

tr.shown td.details-control {
    /*background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;*/
    /*background: url('../images/icons/minus-icon-png-8.jpg') no-repeat center center;*/
    background: url('../images/icons/close-window-512.png') no-repeat center center;
    background-size: 16px 16px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 200px;
    font-size: 14px;
    padding: 2px;
}

/* Style buttons */
.filter .btn {
    background-color: #eeeeee;
    border: none;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    width: 24%;
    height: 60px;
    margin: 11px;
    margin-bottom: 0px;
}

div#myDIV {
    border-bottom: 5px solid #309137;
} 
button#btnClosed {
    margin-right: -15px;
}
button#btnActive {
    margin-left: -15px;
}
.btnActive {
    margin-left: -15px;
}

.btnClosed {
    margin-right: -15px;
}

.filter .btn i {
    font-size: 26px;
    margin-right: 12px;
}

.filter .active {
    background-color: #309137;
    color: white;
    height: 60px;
}

.filter .btn:focus {
    background-color: #309137;
    color: white !important;
    height: 60px;
    padding-top: 40px;
    border: none;
}

/* Darker background on mouse-over */
.filter .btn:hover {
    background-color: #D3B721;
}


.box {
    width: 100%;
    height: 100%;
    background-color: #656565;
    color: #fff;
    position: relative;
    padding: 15px;
    margin-left: -14px;
    float: left;
}

    .box.arrow-right:after {
        content: " ";
        position: absolute;
        right: -15px;
        top: 25px;
        border-top: 15px solid transparent;
        border-right: none;
        border-left: 15px solid #6B6B6B;
        border-bottom: 15px solid transparent;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: left !important;
}

.activeSearch {
    background-color: #309137;
    color: #fff;
}

    .activeSearch i.fas.fa-eye,
    .activeSearch i.fas.fa-eye-slash {
        color: #fff !important;
    }