body{
	background-color: rgb(0 0 0 / 1);
}
.blue-btn {
	border: 1px solid var(--blue-btn-border-color);
	/*height: 35px;*/
	padding: 5px 10px;
	width : 100%;
	border-radius: 5px;
	text-align: left;
	font-weight: 700;
	color: #ffffff;
	background-image: var(--blue-btn-border-bg);
	margin: 5px;
	margin-right: 10px;
}
.btn-login, .btn-alert {
	background: linear-gradient(
			90deg
			, rgba(255, 179, 0, 1) 0%, rgba(234, 223, 126, 1) 100%);
}
.btn-alert:active, .btn-alert:hover {
	color: #fff!important;
	background: linear-gradient(
			90deg
			, rgba(255, 179, 0, 1) 0%, rgba(234, 223, 126, 1) 100%);
}
.open>.dropdown-menu,.show>.dropdown-menu {
	background: var(--dropdown-menu-bg);
	border: 1px solid white;
}
.open>.dropdown-menu,.show>.dropdown-menu {
	display: block;
}
.show>.dropdown-menu {
	width: 100% !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.transp2 {
	color: white !important;
}
.no-pad {
	padding: 0;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	float: right;
	position: absolute;
	top: 1em;
	right: 0.5em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.blink_text {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 0.7s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 0.7s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color: red;
}

@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.3; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.3; }
	100% { opacity: 1.0; }
}

@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.3; }
	100% { opacity: 1.0; }
}
.page-link{
	font-weight: bold;
	color: var(--base-color-0);
	font-size: .7rem;
	padding: .5rem .8rem;
	border-radius: .5rem;
	margin-left: 2px;
	background: var(--base-color-2);
	background: var(--red-line-bg);
}
.page-item.active .page-link{
	background: whitesmoke !important;
	color: var(--base-color-11);
	border-color: var(--base-color-11);
}
.vld-shown {
	overflow: hidden;
}

.vld-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	display: none;
	justify-content: center;
	overflow: hidden;
	z-index: 9999;
}

.vld-overlay.is-active {
	display: flex;
}

.vld-overlay.is-full-page {
	z-index: 9999;
	position: fixed;
}

.vld-overlay .vld-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	opacity: 0.5;
}

.vld-overlay .vld-icon, .vld-parent {
	position: relative;
}
ul.pagination{
	margin-bottom: 0.1rem;
}
.bg-gradient-secondary{
	background : darkgray;
}
.datepicker-dropdown{
	min-width: 220px !important;
	z-index: 10000 !important;
}
@media only screen and (max-width: 600px) {
	.brand-logo {
		width: 110px;
	}

	ul#pills-tab li{
		width: auto;
	}
	#agent ul#pills-tab li{
		width: 45% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	div.icon-bank-box{
		height: auto !important;
		margin-bottom: 5px;
	}
	.page-link{
		padding: .3rem .6rem;
	}
	text{
		font-size:12px !important;
	}
}
text{
	font-size:16px;
	pointer-events:none;
	text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
#chart{
	width:100%;
	height:auto;
	top:0;
	left:0;
}
