
body {
    color: black;
    font-family: "verdana", "sans-serif";
}

#container, #content {
    margin-left: 0;
}

.widget.box {
    width: 100%;
    border: none !important;
}

#sidebar {
    display: none;
}

.dataTables_header {
    display: none;
}

#reporttable_filter {
    display: none;
}

.cake-error {
    display: none;
}

/*.print-nav {*/
/*display: none;*/
/*}*/

/*.page {*/
/*padding-top: 0;*/
/*}*/

/* Adjust Modal and remove any items that don't need to be printed */
/*.modal {*/
/*border: none !important;*/
/*}*/

/*.modal-dialog {*/
/*border: none !important;*/
/*padding: 0 !important;*/
/*margin: 0 !important;*/
/*}*/

/*.modal-content {*/
/*border: none;*/
/*border-radius: 0;*/
/*margin-top: 0 !important*/
/*}*/

/*.modal-header {*/
/*min-height: 1px !important;*/
/*padding: 1px !important;*/
/*top: 0 !important;*/
/*margin-top: -10px !important;*/
/*}*/

/*.modal-body {*/
/*margin-top: -5px !important;*/
/*padding-top: 1px !important;*/
/*}*/

/*.modal-header, .modal-footer, .container, .navbar, #footer {*/
/*display: none !important;*/
/*}*/

.header_row th {
    background-color: #92b6c4;
    border-bottom: 0.9px solid #ddd; /* 0.9 so table borders take precedence */
    padding-bottom: 5px;
    line-height: 30px;
    color: #ffffff;
}

.even td {
    background-color: transparent;
    border-bottom: 0.9px solid #ddd; /* 0.9 so table borders take precedence */
    padding-top: 5px;
    padding-bottom: 5px;
}

.odd td {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d7e2e6 !important;
    border-bottom: 0.9px solid #ddd;
}

tr {
    margin-left: 10px;
    margin-right: 10px;
}

table {
    font-size: 10px;
    width: 98%;
}

td {
    /*background-color: yellow;*/
    /*padding: 2px;*/
    /*margin: 2px;*/
    /*border: solid black 1px;*/
}

th, td {
    max-width: 20px;
}

.DTTT_container {
    display: none;
}

.dataTables_scrollHeadInner {
    margin: 0 auto;
}

.dataTables_scrollBody {
    width: 100%;
}

