.theme-selector-btn {
    cursor: pointer;
    display: none;
}
.theme-regular {
    .theme-selector-btn.theme-regular-btn {
        display: initial;
    }
}
.theme-simple {

    table.dataTable tr.even {
        background-color: white;
    }
    
    .theme-selector-btn.theme-simple-btn {
        display: initial;
    }
    .box .box-header {
        background-color: white;
        background: white;
    }
    .box {
        background: white;
    }
    table.dataTable thead tr {
        background: white;
    }
    .box-list > li {
        background: white;
    }
    .table-normal thead td {
        background: white;
    }

    .table-normal tbody tr {
         border-top: none;
    }
    
}