.list-contributors-audit {
	height: 257px;
	overflow-y: scroll;
}
.has-fixed-height {
	height: 300px;
}
.chart-container {
	position: relative;
	width: 100%;
}
.chart {
	position: relative;
	display: block;
	width: 100%;
}
.daterangepicker-inputs {
	display: none;
}
.navbar-brand-slim {
	padding: 2px 0!important;
}
.billing-card-list {
	line-height: 1.1!important;
}
#circle-progress.progress {
	height: 120px;
	width: 120px;
	margin: .1875rem auto;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
#circle-progress.progress > svg {
	height: 100%;
	display: block;
}
@keyframes rotating {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
	transform-origin: 50% 50%;
}
.login-form {
	width: 20rem;
}
.counter-icon {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	margin-left: -1rem;
}
#missing-labels a {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
#missing-labels a:hover {
	border-color: black;
	color: white;
	background-color: #E1332D;
}
#missing-labels a:after {
  background: white;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
		transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

#missing-labels a:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.same-width-icons i {
	color: #ec407a;
	width: 15px;
	text-align: center;
}
.form-set {
	margin-bottom: 1.25rem;
}
.form-set .add-new {
	font-weight: bold;
	margin-top: -10px;
}
.inline-form-set > .form-set:last-child {
	margin-bottom: 0;
}
/************************ CONTAINER ************************/
.model-container[model-panel="false"][model-multiple="true"] {
	border-radius: .1875rem;
	border: 1px solid #dfdfdf;
	background-color: #fffce2;
}
.model-container[model-panel="false"][model-multiple="true"]:empty {
	display: none;
}
.model-container[model-panel="false"][model-multiple="true"] > fieldset:first-child {
	margin-top: .625rem; 
}
#document-item-form {
	width: 100%;
}
.select2.select2-container {
	width: 100%!important;
}



/* ------------------------------------------------------------------------------ * * # Datatables library * * Add advanced interaction controls to any HTML table * * ---------------------------------------------------------------------------- */
.dataTable {
	margin: 0;
	max-width: none;
}
.dataTable thead th, .dataTable thead td {
	outline: 0;
	position: relative;
}
.dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
	cursor: pointer;
}
.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
	padding-right: 2.5rem;
}
.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
	content: '';
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	right: 1.25rem;
	font-size: 0.75rem;
	margin-top: -0.375rem;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dataTable thead .sorting:before {
	content: "";
	margin-top: -0.125rem;
	opacity: 0.5;
}
.dataTable thead .sorting:after {
	content: "";
	margin-top: -0.625rem;
	opacity: 0.5;
}
.dataTable thead .sorting_asc:after {
	content: "";
	opacity: 1;
}
.dataTable thead .sorting_desc:after {
	content: "";
	opacity: 1;
}
.dataTable thead .sorting_asc_disabled:after {
	content: "";
	opacity: 0.25;
}
.dataTable thead .sorting_desc_disabled:after {
	content: "";
	opacity: 0.25;
}
.dataTable tbody + thead > tr:first-child > th, .dataTable tbody + thead > tr:first-child > td, .dataTable tbody + tfoot + thead > tr:first-child > th, .dataTable tbody + tfoot + thead > tr:first-child > td {
	border-top: 0;
}
.dataTable tbody th, .dataTable tbody td {
	outline: 0;
}
.dataTable tbody th.active, .dataTable tbody td.active {
	background-color: rgba(0, 0, 0, 0.03);
}
.dataTable .dataTables_empty {
	text-align: center;
}
.dataTable.table-bordered {
	border-collapse: collapse;
}
.dataTables_wrapper {
	position: relative;
	-ms-flex: none;
	flex: none;
}
.dataTables_wrapper::after {
	display: block;
	clear: both;
	content: "";
}
.dataTables_wrapper .table-bordered {
	border-top: 0;
}
.dataTables_wrapper + .card-body {
	border-top: 1px solid #ddd;
}
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	background-color: #fff;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.datatable-header, .datatable-footer {
	padding: 1.25rem 1.25rem 0 1.25rem;
}
.datatable-header::after, .datatable-footer::after {
	display: block;
	clear: both;
	content: "";
}
.datatable-header > div:first-child, .datatable-footer > div:first-child {
	margin-left: 0;
}
.card-body .datatable-header, .card-body .datatable-footer {
	padding-left: 0;
	padding-right: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}
.datatable-header-accent, .datatable-footer-accent {
	background-color: rgba(0, 0, 0, 0.02);
}
.datatable-header {
	border-bottom: 1px solid #ddd;
}
.datatable-footer {
	border-top: 1px solid #b7b7b7;
}
.dataTables_length {
	float: none;
	display: inline-block;
	margin: 0 0 1.25rem 1.25rem;
}
.dataTables_length > label {
	margin-bottom: 0;
}
.dataTables_length > label > span:first-child {
	float: left;
	margin: 0.5rem 0.83333rem;
	margin-left: 0;
}
.dataTables_length select {
	height: calc(1.5385em + 0.875rem + 2px);
	padding: 0.4375rem 0.875rem;
	font-size: 0.8125rem;
	line-height: 1.5385;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	outline: 0;
}
.length-left .dataTables_length {
	float: left;
}
.dataTables_length .select2-container {
	width: auto!important;
}
.dataTables_length .select2-choice {
	min-width: 3.75rem;
}
.dataTables_filter {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 1.25rem 1.25rem;
}
.dataTables_filter > label {
	margin-bottom: 0;
	position: relative;
}
.dataTables_filter > label:after {
	content: "";
	font-family: "icomoon";
	font-size: 0.75rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0.875rem;
	margin-top: -0.375rem;
	line-height: 1;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dataTables_filter > label > span {
	float: left;
	margin: 0.5rem 0.83333rem;
	margin-left: 0;
}
.dataTables_filter input {
	outline: 0;
	width: 12.5rem;
	padding: 0.4375rem 0.875rem;
	padding-right: 2rem;
	font-size: 0.8125rem;
	line-height: 1.5385;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.1875rem;
}
.dataTables_filter input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.dataTables_filter input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.dataTables_filter input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.dataTables_filter input::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.dataTables_filter input::placeholder {
	color: #999;
	opacity: 1;
}
.filter-right .dataTables_filter {
	float: right;
}
.dataTables_info {
	float: left;
	padding: 0.4375rem 0;
	margin-bottom: 1.25rem;
}
.info-right .dataTables_info {
	float: right;
}
.dataTables_paginate {
	float: right;
	text-align: right;
	margin: 0 0 1.25rem 1.25rem;
}
.dataTables_paginate .paginate_button .page-link {
	display: inline-block;
	padding: 0.4375rem;
	min-width: 2.25003rem;
	margin-left: 0.125rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #333;
	outline: 0;
	border: 1px solid transparent;
	border-radius: 0.1875rem;
	transition: all ease-in-out 0.15s;
}
 @media (prefers-reduced-motion: reduce) {
	.dataTables_paginate .paginate_button {
		transition: none;
	}
}
.dataTables_paginate .paginate_button:first-child .page-link {
	margin-left: 0;
}
.dataTables_paginate .paginate_button:hover .page-link, .dataTables_paginate .paginate_button:focus .page-link {
	background-color: #f5f5f5;
}
.dataTables_paginate .paginate_button.active > .page-link, .dataTables_paginate .paginate_button.active:hover > .page-link, .dataTables_paginate .paginate_button.active:focus > .page-link {
	color: #fff;
	background-color: #37474F;
	border-color: unset;
}
.dataTables_paginate .paginate_button.disabled .page-link, .dataTables_paginate .paginate_button.disabled:hover .page-link, .dataTables_paginate .paginate_button.disabled:focus .page-link {
	cursor: default;
	background-color: transparent;
	color: #ccc;
}
.dataTables_paginate.paging_simple .paginate_button .page-link {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.dataTables_paginate.paging_simple .paginate_button:not(.disabled):hover .page-link, .dataTables_paginate.paging_simple .paginate_button:not(.disabled):focus .page-link {
	color: #fff;
	background-color: #37474F;
}
.paginate-left .dataTables_paginate {
	float: left;
}
.paging_simple .paginate_button:hover .page-link, .paging_simple .paginate_button:focus .page-link {
	color: #fff;
	background-color: #2196F3;
}
.dataTables_scroll {
	clear: both;
}
.dataTables_scroll .dataTables_scrollHead table {
	border-bottom: 0;
}
.dataTables_scroll .dataTables_scrollHead th, .dataTables_scroll .dataTables_scrollHead td {
	white-space: nowrap;
}
.dataTables_scroll .dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}
.dataTables_scroll .dataTables_scrollBody table {
	border-bottom: 0;
}
.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before, .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after {
	content: none;
}
.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
	border-top: 0;
}
.dataTables_scroll .dataTables_scrollBody th, .dataTables_scroll .dataTables_scrollBody td {
	white-space: nowrap;
}
.dataTables_scroll .dataTables_scrollBody th > .dataTables_sizing, .dataTables_scroll .dataTables_scrollBody td > .dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.card-body + .dataTables_wrapper, .card-body + * > .dataTables_wrapper {
	border-top: 1px solid #ddd;
}
.card-body > .dataTables_wrapper .datatable-footer {
	border-top: 0;
}
.card-body > .dataTables_wrapper .datatable-footer .dataTables_length, .card-body > .dataTables_wrapper .datatable-footer .dataTables_filter, .card-body > .dataTables_wrapper .datatable-footer .dataTables_info, .card-body > .dataTables_wrapper .datatable-footer .dataTables_paginate {
	margin-bottom: 0;
}
.card-header:not([class*=bg-]) + .dataTables_wrapper > .datatable-header {
	padding-top: 0;
}
.card > .dataTables_wrapper .table-bordered {
	border: 0;
}
.card > .dataTables_wrapper .table-bordered > thead > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:first-child {
	border-left: 0;
}
.card > .dataTables_wrapper .table-bordered > thead > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:last-child {
	border-right: 0;
}
.card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > th, .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > td {
	border-bottom: 0;
}
.datatable-scroll-lg, .datatable-scroll, .datatable-scroll-sm {
	min-height: .01%;
}
.datatable-scroll-wrap {
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
}
 @media (max-width: 767.98px) {
	.datatable-scroll-sm {
		width: 100%;
		overflow-x: scroll;
	}
	.datatable-scroll-sm th, .datatable-scroll-sm td {
		white-space: nowrap;
	}
}
 @media (max-width: 991.98px) {
	.datatable-scroll {
		width: 100%;
		overflow-x: scroll;
	}
	.datatable-scroll th, .datatable-scroll td {
		white-space: nowrap;
	}
}
@media (min-width: 992px) {
    .datatable-scroll, .datatable-scroll-lg, .datatable-scroll-sm {
        overflow-x: auto;
        white-space: nowrap; /* Prevent text wrapping */
    }
}
 @media (max-width: 767.98px) {
	.dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter, .DTTT_container, .ColVis {
		float: none !important;
		text-align: center;
		margin-left: 0;
	}
	.dataTables_info, .dataTables_paginate {
		margin-top: 0;
	}
	.datatable-header {
		text-align: center;
	}
}
/* ------------------------------------------------------------------------------ * * # Columns reorder * * Easily modify the column order of a table through drop-and-drag of column headers * * ---------------------------------------------------------------------------- */
 .DTCR_clonedTable {
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 202;
	cursor: move;
}
.DTCR_clonedTable th, .DTCR_clonedTable td {
	border: 1px solid #ddd !important;
}
.DTCR_pointer {
	width: 1px;
	background-color: #2196F3;
	z-index: 201;
}
/* ------------------------------------------------------------------------------ * * # Row Reorder extension * * RowReorder adds the ability for rows in a DataTable to be reordered through * user interaction with the table. * * ---------------------------------------------------------------------------- */
 .dt-rowReorder-float {
	position: absolute !important;
	table-layout: static;
	outline: 1px dashed #ddd;
	outline-offset: -1px;
	background-color: #fff;
	z-index: 1030;
	cursor: move;
	opacity: 0.9;
}
.dt-rowReorder-moving {
	outline: 1px solid #ddd;
	outline-offset: -1px;
}
.dt-rowReorder-noOverflow {
	overflow-x: hidden;
}
.dataTable td.reorder {
	text-align: center;
	cursor: move;
}
/* ------------------------------------------------------------------------------ * * # Fixed columns * * Extension that "freezes" in place the left most columns in a scrolling DataTable * * ---------------------------------------------------------------------------- */
 .DTFC_ScrollWrapper thead th {
	white-space: nowrap;
}
.DTFC_Cloned {
	background-color: #fff;
	border-bottom: 0;
}
.DTFC_LeftWrapper .DTFC_LeftHeadWrapper, .DTFC_LeftWrapper .DTFC_LeftBodyWrapper, .DTFC_LeftWrapper .DTFC_LeftFootWrapper {
	border-right: 1px solid #ddd;
}
.DTFC_RightWrapper .DTFC_RightHeadWrapper, .DTFC_RightWrapper .DTFC_RightBodyWrapper, .DTFC_RightWrapper .DTFC_RightFootWrapper {
	border-left: 1px solid #ddd;
}
.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before, .DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after, .DTFC_RightBodyWrapper .DTFC_Cloned thead th:before, .DTFC_RightBodyWrapper .DTFC_Cloned thead th:after {
	content: none;
}
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > td, .DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > th, .DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > td, .DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > th {
	border-top: 0;
}
.DTFC_Blocker {
	background-color: white;
}
/* ------------------------------------------------------------------------------ * * # Fixed Header extension * * This extension lets your users quickly determine what each column refers to * rather than needing to scroll back to the top of the table. * * ---------------------------------------------------------------------------- */
 .fixedHeader-floating, .fixedHeader-locked {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.fixedHeader-floating {
	position: fixed;
}
.fixedHeader-floating + .fixedHeader-floating, .fixedHeader-locked + .fixedHeader-floating {
	border-top: 0 !important;
}
 @media (max-width: 767.98px) {
	.fixedHeader-floating {
		display: none;
	}
}
.fixedHeader-locked {
	position: absolute;
}
 @media (max-width: 767.98px) {
	.fixedHeader-locked {
		display: none;
	}
}
 @media print {
	table.fixedHeader-floating {
		display: none;
	}
}
/* ------------------------------------------------------------------------------ * * # Autofill extension * * Spreadsheets such as Excel and Google Docs have a very handy data duplication * option of an auto fill tool * * ---------------------------------------------------------------------------- */
 .dt-autofill-handle {
	position: absolute;
	z-index: 102;
	border: 1px solid #2196F3;
	background-color: #2196F3;
	width: 0.5rem;
	height: 0.5rem;
}
.dt-autofill-select {
	position: absolute;
	z-index: 1001;
	background-color: #2196F3;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 0.3125rem, rgba(255, 255, 255, 0.75) 0.3125rem, rgba(255, 255, 255, 0.75) 0.625rem);
}
.dt-autofill-select.top, .dt-autofill-select.bottom {
	height: 1px;
}
.dt-autofill-select.left, .dt-autofill-select.right {
	width: 1px;
}
.dt-autofill-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 31.25rem;
	margin-left: -15.63rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 1050;
	padding: 0.5rem 0;
	border-radius: 0.1875rem;
}
.dt-autofill-list ul {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.dt-autofill-list ul li {
	display: table-row;
	transition: all ease-in-out 0.15s;
}
 @media (prefers-reduced-motion: reduce) {
	.dt-autofill-list ul li {
		transition: none;
	}
}
.dt-autofill-list ul li:hover {
	color: #333;
	background-color: #f5f5f5;
}
.dt-autofill-list .dt-autofill-question {
	display: table-cell;
	padding: 0.5rem 1rem;
}
.dt-autofill-list .dt-autofill-question input[type=number] {
	padding: 0.375rem;
	width: 1.875rem;
	margin: -0.125rem 0;
}
.dt-autofill-list .dt-autofill-button {
	display: table-cell;
	padding: 0.5rem 1rem;
	text-align: right;
}
.dt-autofill-list .dt-autofill-button .btn {
	padding: 0.1875rem;
	background-color: #2196F3;
	color: #fff;
	font-size: 0;
}
.dt-autofill-list .dt-autofill-button .btn:after {
	content: "";
	font-family: "icomoon";
	display: block;
	font-size: 1rem;
	width: 1rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dt-autofill-list .dt-autofill-button .btn:hover {
	opacity: 0.85;
}
.dt-autofill-background {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 1040;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------------------------ * * # Select extension * * Adds item selection capabilities to a DataTable * * ---------------------------------------------------------------------------- */
 .dataTable tbody > tr.selected, .dataTable tbody > tr > .selected {
	background-color: #E8F5E9;
}
.dataTables_wrapper .select-info, .dataTables_wrapper .select-item {
	margin-left: 0.625rem;
}
 @media (max-width: 767.98px) {
	.dataTables_wrapper .select-info, .dataTables_wrapper .select-item {
		margin-left: 0;
		display: block;
	}
}
.dataTable tbody .select-checkbox {
	position: relative;
}
.dataTable tbody .select-checkbox:before, .dataTable tbody .select-checkbox:after {
	display: inline-block;
	color: #455A64;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
}
.dataTable tbody .select-checkbox:before {
	content: '';
	background-color: #fff;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -0.625rem;
	border: 0.125rem solid #455A64;
	border-radius: 0.125rem;
}
.dataTable tbody .selected .select-checkbox:after {
	content: "";
	font-family: "icomoon";
	font-size: 1rem;
	line-height: 1;
	margin-top: -0.5rem;
	margin-left: -0.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------------------------------------ * * # Buttons extension * * The Buttons extension for DataTables provides a common set of options, API * methods and styling to display buttons that will interact with a DataTable * * ---------------------------------------------------------------------------- */
 .dt-buttons-full .dt-buttons {
	float: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-top: 1.25rem;
	padding-bottom: 0.625rem;
	background-color: rgba(0, 0, 0, 0.02);
}
.dt-buttons-full .dt-buttons > .btn {
	margin-bottom: 0.625rem;
	float: none;
}
.dt-buttons {
	position: relative;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 1.25rem 1.25rem;
}
.dt-buttons-left .dt-buttons {
	float: left;
}
.dt-buttons > .btn {
	border-radius: 0;
}
.dt-buttons > .btn:first-child {
	border-top-left-radius: 0.1875rem;
	border-bottom-left-radius: 0.1875rem;
}
.dt-buttons > .btn:last-of-type {
	border-top-right-radius: 0.1875rem;
	border-bottom-right-radius: 0.1875rem;
}
.dt-buttons > .btn + .btn {
	margin-left: -1px;
}
 @media (max-width: 767.98px) {
	.dt-buttons {
		float: none;
		text-align: center;
		display: block;
	}
	.dt-buttons .btn {
		float: none;
	}
}
.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 1040;
	opacity: 0.5;
}
.dt-button-collection {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 1050;
	padding: 0.5rem 0;
	overflow: hidden;
	min-width: 11.25rem;
	-webkit-column-gap: 0.125rem;
	-moz-column-gap: 0.125rem;
	column-gap: 0.125rem;
	border-radius: 0.1875rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.dt-button-collection:not(.fixed) {
	top: 100% !important;
	left: auto !important;
	right: 0 !important;
}
.dt-button-collection > .dt-button {
	padding: 0.5rem 1rem;
	color: #333;
	background-color: transparent;
	border: 0;
	display: block;
	outline: 0;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: all ease-in-out 0.15s;
}
 @media (prefers-reduced-motion: reduce) {
	.dt-button-collection > .dt-button {
		transition: none;
	}
}
.dt-button-collection > .dt-button + .dt-button {
	margin-top: 1px;
}
.dt-button-collection > .dt-button:hover, .dt-button-collection > .dt-button:focus {
	color: #333;
	background-color: #f5f5f5;
}
.dt-button-collection > .dt-button.active {
	color: #fff;
	background-color: #2196F3;
}
.dt-button-collection.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -4.6875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.dt-button-collection.fixed.two-column {
	margin-left: -9.375rem;
}
.dt-button-collection.fixed.three-column {
	margin-left: -14.065rem;
}
.dt-button-collection.fixed.four-column {
	margin-left: -18.75rem;
}
.dt-button-collection > * {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.dt-button-collection.two-column {
	width: 18.75rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.dt-button-collection.three-column {
	width: 28.13rem;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.dt-button-collection.four-column {
	width: 37.5rem;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.dt-button-info {
	position: fixed;
	top: 1.25rem;
	right: 1.25rem;
	width: 20rem;
	background-color: #03A9F4;
	color: #fff;
	border: 1px solid #03A9F4;
	padding: 0.9375rem 1.25rem;
	z-index: 1070;
	border-radius: 0.1875rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.dt-button-info h2 {
	font-size: 0.9375rem;
	margin-bottom: 0.3125rem;
	line-height: 1.5385;
	letter-spacing: -0.015em;
}
/* ------------------------------------------------------------------------------ * * # Key Table extension * * KeyTable provides Excel like cell navigation on any table. Events (focus, blur, * action etc) can be assigned to individual cells, columns, rows or all cells. * * ---------------------------------------------------------------------------- */
.dataTable th.focus, .dataTable td.focus {
	outline: 2px solid #2196F3;
	outline-offset: -1px;
}
.dataTable th.focus-success, .dataTable td.focus-success {
	outline-color: #4CAF50;
}
.dataTable th.focus-info, .dataTable td.focus-info {
	outline-color: #00BCD4;
}
.dataTable th.focus-warning, .dataTable td.focus-warning {
	outline-color: #FF7043;
}
.dataTable th.focus-danger, .dataTable td.focus-danger {
	outline-color: #F44336;
}
/* ------------------------------------------------------------------------------ * * # Datatables Scroller * * Drawing the rows required for the current display only, for fast operation * * ---------------------------------------------------------------------------- */
 .DTS tbody th, .DTS tbody td {
	white-space: nowrap;
}
.DTS .DTS_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12.5rem;
	height: 1.25rem;
	margin-top: -1.25rem;
	margin-left: -6.25rem;
	z-index: 1;
	border: 1px solid #ddd;
	padding: 1.25rem 0;
	text-align: center;
}
.DTS .dataTables_scrollHead, .DTS .dataTables_scrollFoot {
	background-color: #fff;
}
.DTS .dataTables_scrollBody {
	z-index: 2;
}
/* ------------------------------------------------------------------------------ * * # Responsive extension * * Optimise the table's layout for different screen sizes through the dynamic * insertion and removal of columns from the table * * ---------------------------------------------------------------------------- */
 .dtr-inline.collapsed tbody tr td:before, .dtr-inline.collapsed tbody tr th:before {
	margin-right: 0.625rem;
}
.dtr-inline.collapsed tbody tr td:first-child, .dtr-inline.collapsed tbody tr th:first-child {
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}
.dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before, .dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before {
	display: none;
}
.dtr-column tbody td.control, .dtr-column tbody th.control {
	position: relative;
	cursor: pointer;
}
.dtr-inline.collapsed tbody tr td:first-child:before, .dtr-inline.collapsed tbody tr th:first-child:before, .dtr-column tbody tr td.control:before, .dtr-column tbody tr th.control:before {
	content: "";
	font-family: "icomoon";
	display: inline-block;
	font-size: 1rem;
	width: 1rem;
	line-height: 1;
	position: relative;
	top: -0.09375rem;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, .dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before, .dataTable.dtr-column tbody tr.parent td.control:before, .dataTable.dtr-column tbody tr.parent th.control:before {
	content: "";
}
.dtr-inline.collapsed tbody tr.child td:before {
	display: none;
}
.dataTable tr.child:hover {
	background-color: transparent;
}
.dataTable tr.child .dtr-title {
	display: table-cell;
	font-weight: 500;
	padding-right: 2.5rem;
}
.dataTable tr.child .dtr-data {
	display: table-cell;
	padding: 0.5rem 0;
}
.dataTable tr td.child {
	white-space: normal;
	position: relative;
}
.dataTable tr td.child > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.dataTable tr td.child > ul > li {
	display: table-row;
}
/* ------------------------------------------------------------------------------ * * # Search Builder* * ---------------------------------------------------------------------------- */
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
	border: 1px solid;
	border-color: #cecece;
	border-radius: 3px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
div.dtsb-searchBuilder button.dtsb-button {
	border: 1px solid #cecece;
	border-radius: 3px;
	padding: 5px;
	min-width: 28px;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
	border: none;
	border-radius: 0px;
	width: 25px;
	margin: 0px;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	margin-top: 0.8em;
	margin-right: 0.8em;
}
/* ------------------------------------------------------------------------------ * * # Search Panes* * ---------------------------------------------------------------------------- */
div.dtsp-searchPane {
	font-size: .8125rem;
}
div.dtsp-searchPane .input-group input.form-control.search.disabled {
	display: none;
}
div.dtsp-columns-1 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px !important;
	margin-bottom: 15px !important;
	background-color: #26a69a;
	color: white;
	border-radius: 3px;
}
div.dtsp-panes {
	padding: 0;
	border: unset;
	border-radius: 0;
	margin: 0;
}
div.dtsp-panes div.dtsp-titleRow.row {
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}
div.dtsp-panes .title {
	line-height: 1em;
	display: block;
	font-size: 13px;
	font-weight: inherit;
}
div.dtsp-searchPane div.dtsp-topRow {
    padding: 7px !important;
    margin: 0px;
}
div.dtsp-panes .title {
    line-height: inherit;
    font-size: 1.1em;
}
.dtsp-searchPanes .input-group {
	display: inline-block;
	text-align: center;
}
td.dtsp-nameColumn {
	padding: 5px 16px;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont span.badge {
	margin-top: 0px;
}
div.dtsp-searchPane div.dataTables_scrollBody {
	max-height: unset!important;
	height: auto!important;
}
div.dtsp-searchPane div.dataTables_scrollBody {
    padding: 0px;
    border: 1px #26a69a solid;
    border-radius: 0 0 4px 4px;
}
div.dtsp-searchPane div.dataTables_scrollBody:hover {
	cursor: pointer;
    padding: 0px!important;
    border: 1px #26a69a solid!important;
    border-radius: 0 0 4px 4px!important;
}
.dtsp-nameCont {
	color: black;
}
.dtsp-searchPanes table tr:hover {
	background-color: #F5F5F5!important;
}
.dtsp-searchPanes table tr:hover td, .dtsp-searchPanes table tr.selected td {
	border-left: 4px solid #26a69a!important;
	padding-left: 12px;
}
.dtsp-searchPanes table tr.selected {
	background-color: #e0f2f1!important;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont span.badge {
	color: black;
    min-width: auto;
    background-color: unset;
}
table.dataTable {
    margin: 0px!important;
    width: 100%!important;
}
.dtsp-searchPanes .dtsp-searchPane:last-child {
	margin-bottom: 0px!important;
}