
/*
 * jQuery UI specific styling
 */

.paging_two_button .fg-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .fg-button {
	padding: 2px 6px;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers {
	width: 350px !important;
}

.fg-toolbar {
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.dataTables_paginate {
	width: auto;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 102px;
	_height: 302px;
	/*clear: both;*/
	overflow: hidden;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	/*border: 1px solid #ddd;*/
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 10px 0;

}

#content #include .dataTables_length select {
    font-size: 12px !important;
		height: auto !important;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}
.dataTables_processing,
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	font-size: 12px;
	line-height: 45px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
 .top, .bottom {
     height: 42px;
     color: #aaa;
 }

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #EDECED;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #D9E6FF;
}

table.display tr.odd.row_selected td {
	background-color: #D9E6FF;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #ededed;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #f4f4f4;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}



table {
    background-color: transparent
    border-collapse:collapse;
    border-spacing:0;
}
caption {
    padding-top: 10px 10px;
    padding-bottom: 10px 10px;
    color: #bdbdbd;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
/*		clear: both;*/
}
/*
.accordion-table {
	clear: both;
}
*/
.accordion-table .table {
	margin-bottom: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.45;
    vertical-align: top;
    border-top: 1px solid #eee
}
.table.table-vcenter > thead > tr > th, .table.table-vcenter > tbody > tr > th, .table.table-vcenter > tfoot > tr > th, .table.table-vcenter > thead > tr > td,
.table.table-vcenter > tbody > tr > td, .table.table-vcenter > tfoot > tr > td {
    vertical-align: middle;
}
.ui-accordion-content .table > thead > tr > th, .ui-accordion-content .table > tbody > tr > th, .ui-accordion-content .table > tfoot > tr > th, .ui-accordion-content .table > thead > tr > td,
.ui-accordion-content .table > tbody > tr > td, .ui-accordion-content .table > tfoot > tr > td {
    border-top: 1px solid #fff
}
.table.compact > thead > tr > th, .table.compact > tbody > tr > th, .table.compact > tfoot > tr > th, .table.compact > thead > tr > td,
.table.compact > tbody > tr > td, .table.compact > tfoot > tr > td {
	font-size: 12px;
	line-height: 1.25;
	padding: 6px 10px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #aaa;
    font-weight: 400;
}
[id*="info_"] .table > thead > tr > th {
    text-align: center;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 1px solid #eee
}

.table .table {
    background-color: #f5f5f5
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px 10px
}

.table-bordered, .fc .fc-view > table, .fc .fc-view > table {
    border: 1px solid #eee
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
.fc .fc-view > table > thead > tr > th, .fc .fc-view > table > tbody > tr > th, .fc .fc-view > table > tfoot > tr > th,
.fc .fc-view > table > thead > tr > td, .fc .fc-view > table > tbody > tr > td, .fc .fc-view > table > tfoot > tr > td,
.fc .fc-view > table > thead > tr > th, .fc .fc-view > table > tbody > tr > th, .fc .fc-view > table > tfoot > tr > th,
.fc .fc-view > table > thead > tr > td, .fc .fc-view > table > tbody > tr > td, .fc .fc-view > table > tfoot > tr > td {
    border: 1px solid #eee
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .fc .fc-view > table > thead > tr > th,
.fc .fc-view > table > thead > tr > td, .fc .fc-view > table > thead > tr > th, .fc .fc-view > table > thead > tr > td {
    border-bottom-width: 1px
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fcfcfc
}

.table-hover > tbody > tr:hover {
    background-color: #fafafa
}

table col[class * =col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class * =col-], table th[class * =col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #fafafa
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #ededed
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success,
.table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success,
.table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td,
.table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dcedc8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e7b5
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info,
.table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info,
.table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td,
.table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #b2ebf2
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #9ce5ee
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning,
.table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning,
.table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td,
.table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffecb3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #ffe69a
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger,
.table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger,
.table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td,
.table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f9bdbb
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #f7a6a4
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #eee
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered, .table-responsive > .fc .fc-view > table,
    .table-responsive > .fc .fc-view > table {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .fc .fc-view > table > thead > tr > th:first-child, .table-responsive > .fc .fc-view > table > tbody > tr > th:first-child,
    .table-responsive > .fc .fc-view > table > tfoot > tr > th:first-child, .table-responsive > .fc .fc-view > table > thead > tr > td:first-child,
    .table-responsive > .fc .fc-view > table > tbody > tr > td:first-child, .table-responsive > .fc .fc-view > table > tfoot > tr > td:first-child,
    .table-responsive > .fc .fc-view > table > thead > tr > th:first-child, .table-responsive > .fc .fc-view > table > tbody > tr > th:first-child,
    .table-responsive > .fc .fc-view > table > tfoot > tr > th:first-child, .table-responsive > .fc .fc-view > table > thead > tr > td:first-child,
    .table-responsive > .fc .fc-view > table > tbody > tr > td:first-child, .table-responsive > .fc .fc-view > table > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .fc .fc-view > table > thead > tr > th:last-child, .table-responsive > .fc .fc-view > table > tbody > tr > th:last-child,
    .table-responsive > .fc .fc-view > table > tfoot > tr > th:last-child, .table-responsive > .fc .fc-view > table > thead > tr > td:last-child,
    .table-responsive > .fc .fc-view > table > tbody > tr > td:last-child, .table-responsive > .fc .fc-view > table > tfoot > tr > td:last-child,
    .table-responsive > .fc .fc-view > table > thead > tr > th:last-child, .table-responsive > .fc .fc-view > table > tbody > tr > th:last-child,
    .table-responsive > .fc .fc-view > table > tfoot > tr > th:last-child, .table-responsive > .fc .fc-view > table > thead > tr > td:last-child,
    .table-responsive > .fc .fc-view > table > tbody > tr > td:last-child, .table-responsive > .fc .fc-view > table > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .fc .fc-view > table > tbody > tr:last-child > th, .table-responsive > .fc .fc-view > table > tfoot > tr:last-child > th,
    .table-responsive > .fc .fc-view > table > tbody > tr:last-child > td, .table-responsive > .fc .fc-view > table > tfoot > tr:last-child > td,
    .table-responsive > .fc .fc-view > table > tbody > tr:last-child > th, .table-responsive > .fc .fc-view > table > tfoot > tr:last-child > th,
    .table-responsive > .fc .fc-view > table > tbody > tr:last-child > td, .table-responsive > .fc .fc-view > table > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}
