@media print {
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
}


body {
    margin:1em;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
}

/* Styling for little things */
.clearboth, .clearfix {
    clear:both;
}
.savebar {
    margin:1em 0;
}
.modified {
    background-color:#FFA0A0;
}
.hidden {
    display:none;
}
.rowEven {
    background:#e0e0e0;
}
.rowOdd {
    background:#fff;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Header styling */
#header {
    max-width:960px;
    text-align:center;
    white-space:nowrap;
}
#left_header {
    float:left;
}
#right_header {
    float:right;
    text-align:right;
}
#right_header ul {
    list-style-type:none;
    padding:0;
    margin:0;
    line-height:1em;
}
#right_header #ver {
    font-size:80%;
}
#right_header .project_name {
    font-weight:bold;
}
#right_header .copyright {
    font-size:80%;
    color:#1e3f6a;
}
#center_header {
    color:#1e3f6a;
    font-family:Franklin Gothic Medium,Arial;
    font-style:italic;
    font-weight:bold;
}
#center_header h1 {
    font-size:22pt;
}
#center_header h3 {
    font-size:8pt;
    margin:0;
}
#center_header .rtm {
    vertical-align:super;
    font-size:60%;
}

/* Warning/info message styling */
.ui-widget.announcement .ui-state-highlight, .ui-widget.announcement .ui-state-error {
    padding:1em !important;
    text-align:left;
}
.ui-widget.announcement .ui-icon-close {
    float: right;
    margin-left: 0.25em;
    cursor: pointer;
}

/* Table styling */
table.enf_table {
    text-align:center;
}
table.enf_table thead {
    background:#90A0B0;
}
table.enf_table thead th.sorting {
    cursor:pointer;
}
table.enf_table thead th.sorting_asc {
    padding-right:21px;
    background-image:url('../img/asc.gif');
}
table.enf_table thead th.sorting_desc {
    padding-right:21px;
    background-image:url('../img/desc.gif');
}
table.enf_table thead th.sorting_asc,
table.enf_table thead th.sorting_desc {
    background-repeat:no-repeat;
    background-position:center right;
}
table.enf_table td:first-child {
    background:#D0D0FF;
    text-align:left;
}
table.enf_table td.left_align {
    text-align:left;
}
table.enf_table td.right_align {
    text-align:right;
}
table.enf_table td {
    padding:.25em;
    border:1px solid black;
}
table.enf_table th {
    font-weight:bold;
    padding:1em;
    border:1px solid black;
    vertical-align: bottom;
}
table.enf_table > tbody > tr:hover,
table.enf_table > tbody > tr:hover > td {
    background:#d0d0ff;
}
table.enf_table tbody tr.selected {
    background:#9696f9;
}
div.dataTables_wrapper .pagination,
div.dataTables_wrapper .paginate-container {
    min-height:2em;
}
/* datatable colreorder styling */
table.enf_table.DTCR_clonedTable th {
    background-color: rgba(144, 160, 176, 0.7);
    z-index: 202;
}
div.DTCR_pointer {
    margin-top: -15px;
    margin-left: -9px;
    width: 18px;
    background: url('../img/arrow_down.png') no-repeat top left;
    z-index: 201;
}

/* datatable colvis styling */
div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}
ul.ColVis_collection {
    list-style: none;
    padding:0 1em;
    margin: 0;
    border: 1px solid #000;
    background-color: #f3f3f3;
    overflow: hidden;
    z-index: 2002;
}
ul.ColVis_collection li {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 0.88em;
    color: black !important;
    white-space: nowrap;
    height: auto;
    left: 0;
    right: 0;
    padding: 0.5em;
    display: block;
    float: none;
    margin-bottom: 4px;
}
ul.ColVis_collection li span {
    display: inline-block;
    padding-left: 0.5em;
    cursor: pointer;
}

#new_note_window li {
    line-height:1.25em;
}
#new_note_window label {
    font-weight:bold;
}

.ui-autocomplete.ui-widget-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    padding-bottom: 3px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}


#debug_menu {
    border: 1px solid grey;
    bottom: 0;
    height: 500px;
    overflow: auto;
    position: fixed;
    right: 0;
    width: 500px;
    background: #fff;
    padding: 0.5em;
    text-align: center;
    z-index: 1000;
}
#debug_menu table {
    width: 100%;
}
#debug_menu caption {
    font-weight: bold;
    padding: 0.5em 0;
}
