.feedbackOverlay {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	z-index: 1000;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.feedbackOverlay > * {
	padding: 15px;
}
.feedbackOverlay p {
	margin-bottom: 0px;
}
.feedbackOverlay .success {
	display: none;
	background-color: #efefef;
	color: #00a660;
}
.feedbackOverlay .error {
	display: none;
	background-color: #efefef;
	color: #c92438;
	width: 100%;
	font-size: inherit;
}

.customLogin .sidebar-brand-icon.rotate-n-15 {
	font-size: 3em;
	padding-bottom: 0.5em;
}

.bg-gradient-dark {
	background-image: none;
	background-size: cover;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
	background-color: rgba(240, 128, 2, 1);
	color: #fff;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_scrollBody span.dtsp-pill {
	float: right;
	background-color: #008f93;
	text-align: center;
	border: 1px solid #008f93;
	border-radius: 10px;
	width: auto;
	min-width: 30px;
	color: #fff;
	font-size: 0.9em;
	padding: 0 4px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected:hover {
	border: 2px solid #008f93;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected {
	border: 2px solid #008f93;
	border-radius: 4px;
}

div.dtsp-panesContainer {
	margin-bottom: 1em;
	min-height: 63px;
	padding-top: 20px;
}

div.dtsp-panesContainer div.dtsp-title {
	margin-top: 0px;
}

div.dtsp-panesContainer button.dtsp-clearAll {
	margin-top: -10px;
}

.dtsp-titleRow:after {
	display: block;
	clear: both;
	content: "";
}

div.dtsp-panesContainer div.dtsp-searchPanes {
	display: none;
}
div.dtsp-panesContainer div.dtsp-searchPanes.open {
	display: flex;
}

.dtsp-title:after {
	content: "";
	margin:0 0.5em;
	display:inline-block;
	border: 7px solid transparent;
	border-top:8px solid #858796;
	border-bottom:0 none;
}
.dtsp-title.open:after {
	content: "";
	margin:0 0.5em;
	display:inline-block;
	border: 7px solid transparent;
	border-bottom:8px solid #858796;
	border-top:0 none;
}

.dt-buttons {
	margin-bottom: 1rem!important;
}
.dt-button {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dt-button {
	color: #fff;
	background-color: #008f93;
	border-color: #008f93;
}
.dt-button:hover {
	color: #fff;
	background-color: #007679;
	border-color: #007679;
}

.accordion .card-header {
	padding: 0px 5px;
}
.accordion .card-header h2 span {
	font-size: 16px;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
}
.accordion .card-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
.chart-area {
    height: 15rem;
}

}

/* Absolute Center Spinner */
.loadingOL {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  
  /* Transparent Overlay */
  .loadingOL:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loadingOL:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }
  
  .loadingOL:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-o-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }