﻿﻿.no-close .ui-dialog-titlebar-close {
  display: none;
}
table.dataTable tr th.select-checkbox.selected::after {
    content: "\e934";
    font-family: "Linearicons";
    margin-top: -2px; 
    margin-left: -5px; 
    text-align: center;
    text-shadow: none;
    font-size: 11px;
    font-weight: 900;
}

table.dataTable tr th.select-checkbox:before {
    content: ' ';
    margin-top: -5px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 0px;
}

table.dataTable tr th.select-checkbox {
    position: relative;
}

table.dataTable tr td.select-checkbox:before, table.dataTable tr td.select-checkbox:after, table.dataTable tr th.select-checkbox:before, table.dataTable tr th.select-checkbox:after {
     display: block; 
     position: absolute; 
     top: 1.2em; 
     left: 7px; 
     width: 17px; 
     height: 17px; 
     box-sizing: border-box; 
}

/*#download-zip-button{
    display:none;
}*/

#download-zip-button {
    padding: 10px 16px 6px 16px;
    background: #e1e5e8;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    border: 1px solid #000;
}
button#download-zip-button[disabled] {
    cursor: default !important;
    opacity: 0.6;
    border: 1px solid #999 !important;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -3px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 0px;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "\e934";
    font-family: "Linearicons";
    margin-top: 0px;
    margin-left: -5px;
    text-align: center;
    text-shadow: none;
    font-size: 11px;
    font-weight: 900;
}
#documents-search-results table#document-table > tbody > tr > td {
    font: 12px/16px 'FF DIN',sans-serif;
}