#gf-entry-manager {
    margin: 20px 0;
}

.gf-filters {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}
.gf-filters-label {
     font-size: 14px;
     font-family: "Neutraface", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gf-search-form input,
.gf-search-form select,
.gf-search-form button {
    margin-right: 5px;
    padding: 8px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.gf-search-form button {
    background: #0073aa;
    color: white;
    cursor: pointer;
}

.gf-search-form button:hover {
    background: #005a87;
}

.gf-entries-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    line-height: 18px;
}

.gf-entries-table th,
.gf-entries-table td {
    padding: 2px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 11px;
}

.gf-entries-table th {
    background: #f1f1f1;
    font-weight: bold;
}

.gf-entries-table tr:nth-child(even) {
    background: #f9f9f9;
}

.actions button {
    margin-right: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

.actionsheader {
    text-align: center !important;
}

.edit-entry {
    background: #0073aa;
    color: white;
    display: none;
    visibility: hidden;
}

.delete-entry {
    color: #dc3232;
}

.gf-pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}

.gf-pagination li {
    margin: 0 5px;
}

.gf-pagination a,
.gf-pagination span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #0073aa;
    font-size: 14px;
}

.gf-pagination .current {
    background: #0073aa;
    color: white;
}

/* Modal Styles */
.gf-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.gf-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    max-width: 600px;
    border-radius: 5px;
    font-size: 12px;
}

.gf-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.gf-cancel-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.gf-close:hover {
    color: black;
}

.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#edit-entry-form button {
    margin-right: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#edit-entry-form button[type="submit"] {
    background: #0073aa;
    color: white;
}


.cancel-edit {
    background: #ddd;
    color: #333;
}

#columnsupdate[type="button"] {
    background: #0073aa;
    color: white;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cancel-columns {
    background: #ddd;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.datecolumn {
    min-width: 85px !important;
}

.sortcolumnheader {
    color: #0073aa;
    cursor: pointer;
}

#resetAllHiddenColumns {
    color: #0073aa;
    cursor: pointer;
    float: right;
}

.listoptions {
    font-family: "Neutraface", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.column-fields {
    font-size: 11px;
}

.columnscb  { 
  vertical-align: top;
  padding-right: 20px;
} 

.close-columns {
    background: #ddd;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.close-message {
    background: #ddd;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.gf-message-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


.reportoptions {
    margin-right: 5px;
    padding: 8px 4px 8px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    height: 33px;
    background-color: #808080 !important;
    float: right;
}

.reportoptionsexcel {
    margin-right: 5px;
    padding: 8px 8px 8px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    height: 33px;
    background-color: #808080 !important;
    float: right;
}

.excelexport {
    font-size: 20px;
    color: #FFFFFF;
}

.downloadcol {
    text-align: center !important;
}

.downloadPDF {
    text-align: left;
    font-size: 12px;
    margin-right: 5px;
    padding: 6px 10px 7px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #F0F0F0 !important;
}

.gf-icon {
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
    text-align: center !important;
}
.spreadsheet-icon {
    background: url("../images/spreadsheet16.png") no-repeat;
}
.settings-icon {
    background: url("../images/settings16.png") no-repeat;
}
.download-icon {
    background: url("../images/bluedownload16.png") no-repeat;
    margin-top: 2px;
}
.print-icon {
    background: url("../images/print16.png") no-repeat;
}
.trash-icon {
    background: url("../images/redtrash16.png") no-repeat;
}