div.block {
    border: 1px solid #ddd;
    padding: 1em;
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
    /*min-width: 400px;*/
    /*min-height: 75px;*/
    clear: both;
    background-color: #f6f6ff;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.disabled {
    pointer-events: none;
    opacity: 0.88;
}
.list-category .category-items h3 {
    font-size: 15px !important;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.list-category label {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    
}
.list-category {
    margin-bottom: 5px;
}
.category-items {
    margin-bottom: 15px;
    border: 1px solid silver;
    font-size: 13px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 10px;
}

.category-items label {
    font-weight: normal !important;
    font-size: 14px;
}

.category-items label {
    display: contents;
}
.category-items .checkbox_system {
    margin-right: 6px;
}

/*table.ab-search-res{border:1px solid #ddd;border-radius:4px;-moz-border-radius:4px;border-spacing:1px;}*/
table.ab-search-res th,table.ab-search-res td {
    padding:0 4px;
    /*white-space:nowrap;*/
    font-size:14px;
    border-radius:2px;
    -moz-border-radius:2px;
}
table.ab-search-res th{background-color:#cef;}
table.ab-search-res tr td{background-color:#fff;}
table.ab-search-res tr.odd td{background-color:#ffffff;}
table.ab-search-res tr:nth-child(odd) td{background-color:#eee;}

.ab-search-res a,.ab-search-res a:link,.ab-search-res a:visited,.ab-search-res a:active{text-decoration:none;color:#009;}
.ab-search-res a:hover{text-decoration:underline;}
.ab-search-res tr:nth-child(odd):hover td{background-color:#dde;}
.ab-search-res tr:hover td{background-color:#dde;}
.ab-search-res td {
    text-align:center;
}
.v-scroll{max-height:200px;overflow:scroll;margin-top:4px;}

/*table.ab-search-res td{background-color:#6EFF74;}*/
table tr td.td2:last-child {
        word-break: break-word;
    }

    tr.highlight {
        /* border:solid 1px blue; */
        --bs-table-bg: #b9cfcf;
        }
      .no-files {
          font-size: 12px;
          color: gray;
      }
      .btn-default {
        background-color: #f8f9fa;
        border-color: #ddd;
        color: #444;
      }