:root {
	--google-current: #5a6d93;
	--google-green: #109618;
	--google-amber: #ff9900;
	--google-comparison: #896289;
	--google-red: #dc3912;
	--google-orange: #e67300;
	--google-lime: #a9c413;
	--google-pink: #dd4477;
	--google-historic: #22aa99;
    --google-dark: #333333;

	--dashboard-white-glass: rgba(255,255,255,0.4);
	--dashboard-sable: #333;
	--dashboard-ink: #4c443f;
	--dashboard-ink-invert: #dddddd;
	--dashboard-light-panel: rgba(225, 225, 225, 0.5);
	--dashboard-light-bar: #e1e1e1;
	--dashboard-medium-bar: #c4c5c5;
	--dashboard-dark-bar: #969696;
}
/*
  blue: #2b2f88
  dark blue: #191d32 //25,29,50
  green : #22731C (text etc)
darkgreen : #1A221A (text etc)
red: #640616 (100, 6, 22)
 #DADCE3
lo go: #a05c1a / #c7b299 / bnlk: #282828
background: #DADCE3;
	background: linear-gradient(180deg, rgba(218,220,227,1) 0%, rgba(187,191,205,1) 100%);6B7A84
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


html,body {	
    color: #282828;
    font-family: "Open Sans";
    font-size: 0.95em;
    background: #a7a57d;/*939A93 bac0c3 a1a1a1*/
	--scrollbarBG: #CBCAB4;
--thumbBG: #6c6c6b;	/*6c6c6b 1b7030*/
    min-width:840px;

   
    background-image: radial-gradient( ellipse at center, #a7a57d 0%, #918f67b3 70%, #918f6d 100% ), url("../_img/whitebg2.webp");

    height: 100%;
}
body.hideflow {
	overflow: hidden;
}
body.loginpage {
	background-image: radial-gradient( ellipse at center, #111e11 0%, rgba(59,79,63,0.8) 70%, rgba(116,117,116,0.9) 100% ), url("../_img/whitebg2.webp");
    /*939A93 bac0c3 a1a1a1background: #d3d3d3;background: #343738!important;
    background-image: radial-gradient( ellipse at center, #343738 0%, rgba(52,55,56,0.8) 70%, rgba(52,55,56,0.8) 100% ), url("../_img/whitebg2.webp");*/
    background-size: cover;
    background-repeat: no-repeat;
}

body.agreementpage{
	
    /*939A93 bac0c3 a1a1a1background: #d3d3d3;background: #343738!important;*/
    background-image: radial-gradient( ellipse at center, #E8E8E8 0%, rgba(212,215,216,0.8) 70%, rgba(212,215,216,0.8) 100% ), url("../_img/whitebg2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

body::-webkit-scrollbar, .scrollbox::-webkit-scrollbar {
  width: 16px;
	cursor: pointer;
}
body, .scrollbox {
  scrollbar-width: 16px;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track, .scrollbox::-webkit-scrollbar-track  {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb, .scrollbox::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 4px;
  border: 1.5px solid var(--scrollbarBG);
}


@media (max-width: 1580px){
	html,body {font-size: 0.9em;}
	.form-control, .btn {
		font-size: inherit;
	}
	select.form-control:not([size]):not([multiple]),
	.input-group-text {
		height: calc(2.25rem + 0px);
	}
	
}
@media (max-width: 1480px){html,body {font-size: 0.85em;}}

body.bgred {
	background: rgba(177,31,33,0.10)!important;
}

/* Chrome, Safari, Edge, Opera */
.nonumfield::-webkit-outer-spin-button,
.nonumfield::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.nonumfield[type=number] {
  -moz-appearance: textfield;
}

.min-height{min-height:800px;}

.cv_div {
	position: relative;
}
.white {
	color: #fff!important;
}
.forcewhite {
	color: #fff!important;
}
.red {
	color: #E72323!important;
}
.lightred {
	color: #EB1E1E!important;
}

.peagreen {
	color: #49B31C!important;
}
a.peagreen:hover {
	color: #fff!important;
}
.img-border {
	padding: 12px;
	border: 2px dotted #ccc;
	margin: 10px auto auto auto;
	background: #fff;
	text-align: center;
}
a {
	color: #191d32;
	transition: 0.5s;
}
.green {
	color: #309013!important;
}
.green2 {
	color: #56c369!important;
}
.dark {
	color: #733d08!important;
}
.black {
	color: #282828!important;
}
.bgcol {
	color: #a7a57d!important;
}
.grey, .gray {
	color: #A2A2A2!important;
}
.lgrey {
	color: #D8D8D8!important;
}
.blue{
	color: #7072AD!important;

}

.setme{
	background: #A3A3A3;
	border-color: #fff;
	color: #B4D9ED;
}

#div2528 .setme, #divis_export .setme, #divo_wrapped .setme{
	background: #838383!important;
	border-color: #fff!important;
}

.setme::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9E9E9E;
}

.didset{
	background: #ffffff;
	border-color: #ff0000;
}

#div2528 .didset, #divis_export .didset, #divo_wrapped .didset{
	background: none!important;
	color: #D9373A!important;
}




a:hover, a:active, a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}
a.unlink {
  color: inherit;
	text-decoration: none;
}
a.unlink:hover {
  color: inherit;
	text-decoration: underline;
}
.cursor-pointer {
	cursor: pointer;
}

.refine_cust{padding: 1px 3px 1px 3px;}

p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color: #309013;
}

.hspangreen {
	color: #A6DF95;
	font-weight: 200!important;
	font-size: 0.75em;
}

.btn-orange {
    color: #fff;
    background-color: #B0581D;
    border-color: #A75015;
}

.minilabel {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	font-size: 1em;
	text-transform: uppercase;
}
.btnredb {
	border-color: #9E1111!important;
}
.btnredb .zmdi {
	color: #9E1111!important;
}
.zmdi.zmdi-hc-15x {
	font-size: 1.3em;
}
.zmdi.circle_green {
	background: #22731C;
	color: #fff;
	border-radius: 6px;
	width: 32px;
	height: 22px;
	vertical-align: bottom;
	box-sizing: border-box;
	padding-top: 4px;
}
.zmdi.circle_green:hover {
	background: #9E1111;
}

.storepicons{
	font-size:2.4em;
	line-height: 30px;
}



/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #343738;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 1111;
}
.back-to-top i {
	padding-top: 5px;
	color: #fff;
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
}
/*list-style-image:url(../_img/purple_tick.png);*/
ul.ticks {
	list-style: none;
	list-style-position: inside;
	margin: 0px 0 0 0px;
	padding-left: 0px;
}
ul.ticks li {
	margin: 0px;
	padding: 0px 0px 16px 33px;
	line-height: 38px;
	height: 38px;
	vertical-align: bottom;
	font-size: 1.0em;
	background: url(../_img/purple_tick.png) left center no-repeat;
}
#page_go_next {
	padding: 30px 0 30px 0;
	clear: both;
	margin: auto;
	text-align: center;
}
.pgn_next_a {
	display: inline-block;
	margin: 0 0px 0 0px;
	padding: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {    
	background: #313321de;
    border-bottom: 1px dotted #475055;
	padding: 0px 0 10px 0;
	height: 46px;
	transition: all 0.5s;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 200;
    box-shadow: inset 0px 5px 5px 0px rgba(20,20,20,0.2);
    backdrop-filter: blur(2px);
}
.navred {
	background: rgba(177,31,33,0.30)!important;
	border-bottom: 1px solid rgba(11,11,11,0.30)!important;
}

.navalt {
	background: rgba(33,33,33,0.20)!important;
	border-bottom: 1px solid rgba(11,11,11,0.30)!important;
}


#header #logo {
	float: left;
	padding-left: 6px;
}

#header #logo #logo_a {
	display: inline-block;
	background: url(../_img/logo_dig.png) no-repeat;
	height: 34px;
	background-size: contain;	
	margin-top: 6px;
	vertical-align: middle;
	text-decoration: none;
	text-indent: 120px;
	width: 106px;
	border-right: 1px solid #CCC;
}


#header #logo #logo_a._new {
	background: url(../_img/logo_dig_white.png) no-repeat;
    height: 32px;
    width: 103px;
    background-size: contain;
}


#header #logo .titter {
	font-size: 1.35em;
	display: inline-block;
	padding: 6px 0 0 11px;	
	vertical-align: middle;
	width: auto;
	color: #C1CBD1;
}
#header #logo .titter span {
	color: #56c369;
}
#header.navred #logo .titter{
	color: #FFF;
}

@media (max-width: 770px) {
	#header {
		height: auto;
	}
	#header #logo #logo_a {
		height: 34px;
		background: url(../_img/logo_mini.png) no-repeat;
		background-size: contain;
		text-indent: 40px;
		width:40px;
	}
	
	#header #logo #logo_a span {
	font-size: 1.3em;
	display: inline-block;
	padding: 4px 0 0 9px;
	border-left: 1px solid #CCC;
	vertical-align: middle;
	width: auto;
	text-indent: 0px;
	color: #705e47;
	}

	
	
	

}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
    height:46px;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li:hover {
	background: #eeeeee;
}


/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0px 0 0 0;
	padding-right: 20px;
}


@media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 12px 10px 0px 10px;
	text-decoration: none;
	display: inline-block;
	color: #CFD8DD;
	font-weight: 500;
	font-size: 1.0em;
	outline: none;
	vertical-align: middle;
	/*text-transform: uppercase;*/
}
.nav-menu li:hover > a {
	color: #fff;
}
.nav-menu > .menu-active > a {
	color: #56c369;
    font-weight: 600;
}

.nav-menu > .menu-active > a:hover {
	color: #56c369;
    font-weight: 600;
}

.nav-menu > li {
	margin-left: 5px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	/*max-width: 120px;padding: 10px;*/
	
	box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.5);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 40px;
}
.nav-menu ul li a {
	padding: 10px 20px;
	color: #333!important;
	transition: 0.3s;
	display: block;
	font-size: 14px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #191d32!important;
}
.nav-menu ul ul {
	margin: 0;
}

.nav-menu .zmdi {
	font-weight: 400;
	font-size: 1.6em;
}



/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
	margin: 3px 10px 0 0;
	border: 0;
	background: none;
	font-size: 42px;
	padding: 0px;
	display: none;



	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	line-height: 32px;
}
#mobile-nav-toggle i {
	color: #291A1A;
}


@media (max-width: 768px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 9998;
	background: rgba(25,29,50,0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 7px 15px 0 5px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-upXXXX {
	color: #22731C;
}
#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}


#mobile-nav ul .menu-item-active {
	color: #22731C;
}
#mobile-nav ul li .menu-active {
	color: #B00C0C;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 2222;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
.nobannerspacer {
	padding-top: 46px;
}
.bgbannerspacer {
	padding: 46px 0 0px 0;
	z-index: 1;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#formcal .form-control{
	color: #fff!important;

}
#formcal select option{
	background: #8B8966!important;
}
.digtabs li{
		padding: 0px 6px 0px 0px;
	}

	.digtabs li a{
		color: #A7A9AC;
		background: #41412d;
		text-decoration: none;
		font-size: 1.1em;
		font-weight:100!important;
		padding: 0.35rem 0.8rem 0.25rem 0.8rem;
		margin-top: 0.4rem;
		vertical-align: bottom!important;;
	}
	.digtabs li a.active {
		color: #fff!important;
		background: #309013!important;
		padding: 0.5rem 1rem;
		margin-top: 0px;
	}
	.digtabs li a.tabred {
		color: #fff!important;
		background: #9E1111!important;
	}
	.digtabs li a.tabblue {
		color: #fff!important;
		background: #385C8C!important;
	}
	.digtabs li a.tabwhite {
		color: #fff!important;
		font-size: 1.0em;
		background: #A6A6A6!important;
		margin-top: 0.7rem;
		padding: 0.3rem 0.8rem 0.15rem 0.6rem;
	}

	.digtabs .nav-link{border:0px!important;}



.digtabs_new li{
        padding: 0px 6px 0px 0px;
    }

	.digtabs_new li a{
		color: #D4D4D4;
		background: #595a5c;
		text-decoration: none;
		font-size: 1.1em;
		font-weight:100!important;
		padding: 0.35rem 0.8rem 0.25rem 0.8rem;
		margin-top: 0.4rem;
		vertical-align: bottom!important;;
	}
	.digtabs_new li a.active {
		color: #fff!important;
		padding: 0.5rem 1rem;
		margin-top: 0px;
	}
	.digtabs_new li a.tabred {
		color: #fff!important;
		background: #9E1111!important;
	}
	.digtabs_new li a.tabblue {
		color: #fff!important;
		background: #385C8C!important;
	}
	.digtabs_new li a.tabwhite {
		color: #fff!important;
		font-size: 1.0em;
		background: #A6A6A6!important;
		margin-top: 0.7rem;
		padding: 0.3rem 0.8rem 0.15rem 0.6rem;
	}

	.digtabs_new .nav-link{border:0px!important;}




.section-header p {
	text-align: center;
	padding-bottom: 0px;
}
.section-header.nopad p {
	padding-bottom: 0px;
}
/* Section with background
--------------------------------*/
.section-bg {

}
.whitebg {
	background: #fff;
}
.section-bg.padtop {
	padding: 15px 0px 3px 0px;
}
.whitebg50 {
	background: rgba(255,255,255,0.6);
	color: #333;
}
.whitebg30 {
	background: rgba(255,255,255,0.3)!important;
	color: #333;
}
.whitebg50 h2, .whitebg50 h3, .whitebg50 p, .whitebg30 h2, .whitebg30 h3, .whitebg30 p {
	color: #333;
}

section.whitebg50 {
background: transparent!important;
}

.darkbg {
	background: #293129!important;
	color: #fff;
}

.darkbg50 {
	background: rgba(41,49,41,0.5)!important;
	color: #fff;
}

.blackbg50 {
	background: rgba(104,107,83)!important;
	color: #fff;
}



.in_shadow{/*darkbg50 really*/
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(20,20,20,0.2);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(20,20,20,0.2);
box-shadow: inset 0px 5px 5px 0px rgba(20,20,20,0.2);
}



.greenbg {
	background: rgba(77,138,29,1)!important;
	color: #fff;
}
.greenbg50 {
	background: rgba(89,118,80,0.70)!important;
	color: #fff;
}
.greenbg50b {
	background: rgba(174,203,165,0.2)!important;
	color: #fff;
}


.greenbg50b td strong {
	color: #547948!important;
}
.greenbg30 {
	background: rgba(14,46,4,0.60)!important;
	color: #fff;
}
.redbg50 {
	background: rgba(88,6,6,0.60)!important;
	color: #fff;
}
.redbg30 {
	background: rgba(88,6,6,0.30)!important;
	color: #fff;
}
.redbg10 {
	background: rgba(88,6,6,0.05)!important;
	color: #fff;
}
.redbg {
	background: rgba(152,6,6,0.90)!important;
	color: #fff;
}
.purplebg {
	background: #8a1d73!important;
	color: #fff;
}

.navybg {
	background: rgba(62,65,139,1.00)!important;
}
.navybg30 {
	background: rgba(62,65,139,0.5)!important;
}


.bluebg {
	background: rgba(160,163,232,1)!important;
}
.bluebg50 {
	background: rgba(102,106,180,0.40)!important;
}
.bluebg50 h3, .navybg50 h3 {
	color: #ffffff;
}





.greybg {
	background: rgba(103,103,103,0.70)!important;
}
.greybg30 {
	background: rgba(103,103,103,0.30)!important;
}


.transbg {
	background: none;
	color: #333;
	background-color: transparent!important;
}
.is-required {
	border-right: 5px solid #ff0000;
}



.dress_top_but {
	padding:6px 8px;
	display: inline-block;
	margin-right: 6px;
	color: #fff;
	vertical-align: middle;
}






@media (max-width: 550px) {
}
.red_box p, .red_box_keep p, .green_box p, .green_box_keep p {
	padding: 0px;
	margin: 0px;
}
.red_box, .red_box_keep {
	padding: 10px 20px 10px 20px;
	background: rgba(139,9,9,0.50);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.green_box, .green_box_keep  {
	padding: 10px 20px 10px 20px;
	background: rgba(0,142,0,0.5);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.bfloat{
    position: fixed;
    bottom:0px;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    z-index: 5000;
}
.fieldalert {
	background: rgba(255,0,0,0.3);
	color: #fff;
}
.hideform {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: transparent;
	padding: 0 0 10px 0;
	color: #5b695e;
	font-size: 14px;
}
#footer .copyright {
	text-align: center;
	padding: 10px 0 10px 0;
	
}
#footer .copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}


ul.list {
	list-style: disc;
	padding: 0;
	margin: 20px auto 30px auto;
	text-align: center;
	width: 90%;
}
ul.list li {
	padding: 0px 5px 10px 5px;
	display: inline-block;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	font-size: 1.1em;
}
ul.list li:before {
	content: "\2022\2009";
	font-size: 1.1em;
	color: #191d32;
}

.big_checkbox {
	width: 17px!important;
	height: 17px!important;
	vertical-align: middle;
}








.BALTable {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 1px solid transparent;
	width: 100%;/*height: 100%;overflow: hidden;box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
	font-size: 0.95em;
	position: relative;
	border-collapse: collapse; 
}

.BALTable th {
	background: #41412d;
	color: #fff!important;
	position: sticky;
	top: 46px;	
	z-index: 60;
	padding: 3px 4px;
	font-weight:400;
	text-align: left;
    border: 1px solid transparent;
    border-radius: 7px;
}
.BALTable.notop th {
	top: 0px;	
}
.BALTable th a {
	text-decoration: none;
	color: #9EB09E!important;
}



.BALTable.bigpad td {
	padding-right: 10px!important;
	padding-left: 10px!important;
}
.BALTable tr:nth-child(even) {
	background-color: #fff;
}
.BALTable tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.5);
}
.BALTable tr.noalt {
	/*background-color: rgba(208,216,203,0.8);*/
	background-color: transparent!important;
}
.BALTable tr.noalt td {
	background-color: rgba(211,210,186,0.8);
}
.BALTable.basic tr:nth-child(odd), .firstlinetr {
	background-color: #fff;
}
.BALTable.basic tr.trdark {
	background-color: transparent;
	font-size: 1.0em;
}
.BALTable td {
	vertical-align: middle;
	padding: 2px 6px;
	font-weight: normal;
	color: #291A1A;
	text-align: left;	
	box-sizing: border-box;
}

.noborder td, .nobord, tr.noborder {
	padding:2px 3px 2px 3px;
}

.minvpad td {
	padding:0px 3px 0px 3px;
}

.BALTable.lesspad td {
	padding: 2px 5px;
}



.BALTable tr td.nopad,.BALTable tr.nopad td {
	padding: 0px 0px;
}

.BALTable td .tit {
	font-size: 1.1em;
}
.BALTable td a {
	color: #23570E;
}
.BALTable td a.green {
	color: #23570E;
}
.BALTable td a.block {
	display: block;
}
.BALTable td a:hover {
	/* color:#49e441; */
	color: #006881;
}
.BALTable td a.block:hover {
	background: #fff;
}
.BALTable .trselected td a {
	color: #ffffff!important;
}
.BALTable tr:first-child td, .firstlinetr td  {
	background: #6e6c45; /* Old browsers */
	text-align: left;
	font-weight: normal;
	color: #fff;
}
.BALTable tr.bigger:first-child td {
	font-size: 1.4em;
}

.BALTable tr:first-child td a {
	color: #ABC1A1;
}

.BALTable.basic tr:first-child td a {
	color: #517B3D;
}

.bold {
	font-weight: bold!important;
}
.normal {
	font-weight: normal;
}

.BALTable.xsml td {
	padding: 3px 3px;
	font-size: 0.9em!important;
}


.BALTable tr.dark td, .BALTable td.dark {
	color: #733d08!important;
}
.BALTable tr.light td, .BALTable td.light {
	color: #928D89!important;
}

.ac, .ac td {
	text-align: center!important;
}
.ar {
	text-align: right!important;
}
.trselected, .trtdtrans td.trselected {
	background-color: rgba(24,111,19,0.7)!important;
	color: #fff!important;
}
.tdsmall {
	font-size: 0.85em;
}
.trtdtrans, .trtdtrans td {
	background-color: transparent!important;
    /*color: #fff!important;*/
}
.drop_bold {
	font-weight: bold;
}
.tralert .drop_bold {
	color: #111;
}
.tralert, .trtdtrans td.tralert {
	background-color: rgba(126,8,10,0.6)!important;
	color: #fff!important;
}
.tralert a {
	color: #fff!important;
}
.trblue, .trtdtrans td.trblue {
	background-color: rgba(23,84,156,0.60)!important;
	color: #fff!important;
}
.tdwhite td {
	color: #fff!important;
}

.BALTable .tralert td {
	color: #FFFFFF;
}



.trdark, .trtdtrans td.trdark {
	background-color: rgba(2,16,33,0.60)!important;
	color: #fff!important;
}


.bc_but {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent!important;
	padding: 0px 3px;
	color: #fff!important;
	text-decoration: none;
	border: 0px solid;
	border-radius: 4px;
}
.bc_but:hover {
	background: rgba(222,55,55,0.3)!important;
	text-decoration: none;
}
.bc_but_remote {
	/*border: 2px inset #cc0000!important;*/
    background: #7537a5!important;
}

.BALTable.simple_rows tr {
	background-color: transparent;
	border: 0px!important;
}
.BALTable.simple_rows td.trtdtrans {
	border-bottom: 0px!important;
}
.BALTable.simple_rows td {
	background-color: #ddd;
}
.trnoborders, .trnoborders tr, .trnoborders td {
	border: 0px!important;
}
.trselected td {
	color: #fff!important;
}
.trselected .circle_green {
	background: #9E1111!important;
}
.BALTable td.spanstyle strong {
	width: 38px;
}
.BALTable td.spanstyle span {
	color: #cc0000!important;
	font-style: italic;
}
.trgood {
	background-color: rgba(17,70,4,0.30)!important;
	border-color: #fff;
	color: #fff!important;
}
.trgood2 {
	background-color: rgba(77,138,29,1)!important;
	border-color: #fff;
	color: #fff!important;
}
.trorange {
	background-color: rgba(195,99,42,0.70)!important;
	border-color: #fff;
	color: #fff!important;
}
.trblue {
	background-color: rgba(32,47,217,0.50)!important;
	border-color: #fff;
	color: #fff!important;
}



.tbsel, .trtdtrans .tbsel {
	background-color: rgba(35,35,35,0.60)!important;
	color: #fff!important;
}
.tbsel td, .tbsel td a {
	color: #fff!important;
}
.tablspacer {
	padding: 0 2px 0 0!important;
	border-bottom: 0px solid #dadce3;
}
.tablspacer.bg {
	background-color: #a7a57d!important;
}
.tablspacer.tr {
	padding: 1px 1px 0px 1px!important;
}
.tablspacer.bigpadbot {
	height: 10px;
}
.nofold, .nowrap {
	white-space: nowrap;
}
.BALTable td .btn {
	text-decoration: none!important;
}
.BALTable td.altbg {
	color: #FFFFFF!important;
	background-color: rgba(131,129,90,0.70)!important;
}
.BALTable td.altbgred {
	color: #FFFFFF!important;
	background-color: rgba(122,9,11,0.7)!important;
}
.BALTable td.altbgred a {
	color: #FFFFFF!important;
}
.tbl_sort {
	text-decoration: underline;
	/*color: #22731C!important;*/
}
.checkbox-inline {
	background: #191d32;
	color: #fff;
	margin: 5px 5px;
	padding: 4px 15px 4px 10px;
	text-align: center;
}
.selvar {
	text-decoration: underline!important;
	cursor: pointer;
	font-size: 0.95em;
}
.tablered tr {
	background-color: rgba(122,9,11,0.60)!important;
}
.tablered tr td {
	color: #fff;
}
.mo_stock {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 9px 0px 0px;
	margin-right: 7px;
	background-color: rgba(255,255,255,0.30)!important;
	color: #333!important;
}
.mo_stock.blu {
	background-color: rgba(12,99,180,0.50)!important;
}
.mo_stock.grn {
	background-color: rgba(85,173,14,0.40)!important;
}
.mo_stock.sred {
	background-color: rgba(144,17,17,0.40)!important;
	color: #fff;
}
.mo_stock span.stit {
	display: inline-block;
	vertical-align: middle;
	background: rgba(29,34,26,1.00);
	color: #fff;
	padding: 3px 6px;
	margin-right: 2px;
}
.mo_stock span.spct {
	color: rgba(255,255,255,0.5);
}


.zoom_cursor{cursor:zoom-in;}



/*
'Created','Sent','N/Ready','Ready','UP/Se nt','Invoiced','Paid'
'Confirmed','Part Allocated','Allocated','Part Ready','Ready','Part Dispatched','Dispatched','Part Invoiced','Invoiced','Part Paid','Paid','Cancelled'**not this one
*/
.bgc_ {
	/*Created*/
	color: #111!important;
	background-color: rgba(255,255,255,0.4)!important;
}
.bgc_wd {
	/*Created with dressings*/
	color: #FFFFFF!important;
	background-color: rgba(44,44,44,0.5)!important;
}
.bgc_0 {
	/*Created*/
	color: #FFFFFF!important;
	background-color: rgba(44,44,44,0.7)!important;
}
.bgc_1 {
	/*All Sent*/
	color: #FFFFFF!important;
	background-color: rgba(11,57,4,0.70)!important;
}
.bgc_2 {
	/*Waiting*/
	color: #FFFFFF!important;
	background-color: rgba(9,35,96,0.70)!important;
}
.bgc_3 {
	/*Ready*/
	color: #FFFFFF!important;
	background-color: rgba(35,140,19,0.70)!important;
}
.bgc_4 {
	/*Uplift Sent*/
	color: #FFFFFF!important;
	background-color: rgba(159,67,13,0.70)!important;
}
.bgc_5 {
	/*Invoiced*/
	color: #FFFFFF!important;
	background-color: rgba(121,89,139,0.70)!important;
}
.bgc_6 {
	/*Paid*/
	color: #FFFFFF!important;
	background-color: rgba(36,139,16,0.70)!important;
}
.bgc_7 {
	/*DELETED*/
	color: #FFFFFF!important;
	background-color: rgba(162,9,9,0.70)!important;
}
.bgc_8 {
	/*CANCELLED*/
	color: #FFFFFF!important;
	background-color: rgba(162,9,9,0.70)!important;
}



.w55 .ac {
	min-width: 54px;
}


.store_graph_div{
	padding:10px 10px;
	margin-bottom:30px;
}


.cgc_0 {
	/*Customer*/
	background-color: rgba(203,203,203,0.70)!important;
}
.cgc_1 {
	/*Supplier*/
	color: #FFFFFF!important;
	background-color: rgba(45,83,172,0.70)!important;
}
.cgc_2 {
	/*Cust/Supply*/
	color: #FFFFFF!important;
	background-color: rgba(9,35,96,0.70)!important;
}
.cgc_3 {
	/*Haulier*/
	color: #FFFFFF!important;
	background-color: rgba(50,20,20,0.70)!important;
}
.cgc_4 {
	/*Pack Supply*/
	color: #FFFFFF!important;
	background-color: rgba(147,65,28,0.70)!important;
}


.cgc_9 {
	/*Inactive*/
	color: #FFFFFF!important;
	background-color: rgba(22,22,22,0.70)!important;
}




#availnote span {
	display: inline-block;
	color: #fff;
	background: #9E1111;
	padding: 2px 5px;
}
[cool-title] {
	position: relative;
}
[cool-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.3s;
	visibility: visible;
}
[cool-title]:after {
	content: attr(cool-title);
	background-color: rgba(24,50,24,0.80);
	color: #fff;
	font-size: 1em;
	position: absolute;
	padding: 5px 10px 4px 10px;
	top:2.2em;
	left: 5%;
	box-shadow: 1px 1px 2px #291A1A;
	opacity: 0;
	border: 1px solid #fff;
	z-index: 9999;
	visibility: hidden;
	width: auto;
	/*white-space: nowrap;*/
    white-space: pre;
	max-width: 300px;
	text-align: left;
    border-radius: 6px;
    height: auto;
    font-family: sans-serif;
}

input.togcheck {
	position: absolute;
	left: -9999px;
}
label.toglabel {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
	border-radius: 4px;
	background: #666;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	font-size: 1.2em;
}
label.toglabel.marge {
	margin: 4px 4px 8px 4px;
}
label.toglabel.grey {
	background: #666!important;
}
label.toglabel.text-center {
	padding: 7px 15px 7px 15px;
}
input.togcheck:checked + label.toglabel {
	background-color: #5e8548;
}
input.togcheck:checked + label.toglabel::before {
	background-color: #fff;
}

.graph_blk_all{
	height: 73px;
	overflow-y: hidden;
}

.graph_blk{
	display: inline-block;
	vertical-align: bottom;
	padding: 0 2px;
	text-align: center;
	width: 46px;
	position: relative;
	height: inherit;
	font-size: 0.9em;
}
.graph_siz{
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 100;
	color: #fff;
	background: rgba(38,36,37,0.5);
	padding: 0px 3px;
}
.graph_ht{
	position: absolute;
	bottom:19px;
	left:9px;
	width:30px;
	background: #22731C;
	z-index: 3;
}

.bgr{
	background: rgba(126,8,10,0.6);
}











.input-sm {
	padding: 0.2rem 0.5rem;
	font-size: 0.95em;
	height: 34px;
}
.input-xs {
	padding: 0.2rem 0.3rem;
	font-size: 1em;
	height: 28px!important;
}
.bgtrans {
	background: transparent;
}


.yld_box{
	display: inline-block;
	vertical-align: middle;
	min-width: 77px;
	padding: 5px 6px;
	background: #733d08;
	color:  #fff;
	margin: 10px 3px 0 0;
	border-radius: 5px;
	text-align: center;
	
}



.mini_bubble {
    display: inline-block;
    vertical-align: middle;
	background: rgba(49,43,43,0.40);
	color: #fff;
	width: 18px;
	padding: 3px 0 0 0;
	height: 18px;
	border-radius: 50%;
    font-size: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
    text-align: center;
}

.pct100 {
	background: rgba(49,43,43,0.40);
	color: #fff;
	width: 100%;
	padding: 1px 0px 0px 0px;
	position: relative;
	height: 26px;
	border-radius: 3px;
}

.pcttxt {
	background: transparent;
	color: #fff;
	height: 100%;
	padding: 4px 3px 0px 5px;
	position: absolute;
	top: 0px;
	z-index: 5;
	font-size: 0.95em;
	width:100%;
	border-radius: 3px;
}

.pctcomplete {
	background: rgba(61,130,179,1.00);
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}
.pctcomplete.orange, .orangebg {
	background: rgba(195,99,42,1.00);
}

.pctcomplete.hidetext .pcttxt {
	text-indent: -5000px;;
}

.pctdesc {
	text-align: right;
}








#below_top_div {
	position: relative;
	top: 65px;
}
#top_div {
	position: absolute;
	top: 5px;
	text-align: center;
	margin: auto;
	width: 100%;
}
#top_div_inner {
	text-align: center;
	margin: auto;
}
.fuclass {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 2px;
	height: 16px;
	width: 10px;
	margin-left: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
}
.fuclass.yes {
	background: rgba(31,126,8,1.00);
}
.fuclass.no {
	background: rgba(183,21,24,1.00);
}
.fuclass.hide {
	display: none;
}
.eeek {
	color: #B71518;
	font-weight: bold;
}
.formhide {
	display: none;
}
.bg_lightblue {
	background: #cabde7;/*bebee4*/
}
#img_up_prog_box_win {
	position: fixed!important;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: #631237;
	z-index: 5555;
}
.img_up_prog_box_cls {
	width: 100%;
	margin: 0px auto 0px auto;
	background: #631237;
	height: 20px;
}
.img_up_prog_box_cls span {
	width: 1%;
	display: block;
	height: 100%;
	background: #129115;
}
.hidenormal {
	display: none;
}






.forcewain .form-control, .form-control.force {
	display: inline;
	width: 78%!important;
}
.forcewain label, label.force {
	display: block;
	vertical-align: top;
}
.w-auto {
	width: auto!important;
}
.upautobut {
	background-position: top center;
	box-sizing: border-box;
	display: inline!important;
	color: rgba(147,147,147,0.50);
	margin-left: 3px;
	font-size: 1.4em;
	vertical-align: top;
	line-height: 18px;
	padding: 0px;
}
.upautobut.bred {
	color: #9E1111;
}
.fldnotes_hide, .fldnotes_hide2 {
	display: none;
	position: absolute;
	z-index: 100;
    overflow-wrap: break-word;
}
.fldnotes_hideoff, .fldnotes_hideoff2 {
	display: inline-block!important;
	background: rgba(14,58,11,0.8);
	color: #fff!important;
	width: 300px!important;
	text-align: left!important;
	padding: 10px!important;
    overflow-wrap: break-word!important;
    white-space: pre-wrap;
    border-radius: 7px;
}

.fldnotes_hideoff strong, .fldnotes_hideoff2 strong {
    overflow-wrap: break-word!important;
}

.fldnotes_hideoff2 {
	background: rgba(25,43,24,0.80);
}
#processing_win {
	display: none;
	background: rgba(15,29,12,0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	text-align: center;
	margin: auto;
	padding: 20% 0 0 0;
	color: #7F9681;
}
#processing_win #pwin_h3 {
	margin: 0 0 7px 0;
	padding: 0;
}
#processing_win #pwin_h4 {
	margin: 0 0 15px 0;
	color: #ffffff;
	font-size: 1.3em;
}
#pwclose {
	position: absolute;
	top: 1%;
	right: 2%;
	z-index: 5010;
	text-align: right;
	margin: auto;
	padding: 1% 0 0 0;
	color: #5B7A5E;
	cursor: pointer;
	font-size: 1.2em;
}
.BasicDressTbl {
}
.BasicDressTbl td {
	font-size: 0.9em;
	padding: 3px 2px;
	vertical-align: middle;
}
.BasicDressTbl.bb1 tr {
	border-bottom: 1px dotted rgb(50,50,50,0.1);
}
.BasicDressTbl td strong {
	font-size: 1.1em;
}
.spanbox {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #484A5E;
	padding: 3px 5px;
	margin: 0 2px;
}
.spanbox.col1 {
	background: #224984;
}
.spanbox.col2 {
	background: #B95D0D;
}
.spanbox.col3 {
	background: #377A13;
}


.ctype_0{
	background: rgba(255,255,255,0.70);/*"General"*/
	color: #555!important;
}
.ctype_1{
	background: rgba(64,126,38,0.70);/*"Dress"*/
	color: #E1F4DA!important;
}
.ctype_2{
	background: rgba(118,126,38,0.70);/*"Delivery/Pickup"*/
	color: #E9F0D2!important;
}
.ctype_3{
	background: rgba(107,39,126,0.70);/*"Invoice"*/
	color: #F4E2F5!important;
}
.ctype_4{
	background: rgba(159,64,66,0.70);/*"Void"*/
	color: #F4D2D2!important;
}


#contact_hide{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
	margin: auto;
	background: rgba(255,255,255,0.8);
	padding: 30% auto 10% auto!important;
	z-index: 2222;
	
}


.main_bg{
	background: url(../_img/main_bg.jpg);
	background-size: cover;
}

.invimg{
width: 26px;
}



@media print {
		body {
			color: #111!important;
			font-size: 10px!important;
		}
		.hidenormal {
			display: block!important;
		}
		.hideprint {
			display: none!important;
		}
		#mobile-nav-toggle {
			display: none!important;
		}
		#main {
			width: 100%;
			margin: 0px!important;
			;
			padding: 0px!important;
		}
		.container {
			width: 100%;
			margin: 0px!important;
			padding: 0px!important;
		}
		.section-header {
			width: 100%;
			margin: 0px!important;
		}
		.section-title {
			width: 100%;
			margin: 0px!important;
			;
			padding: 0px!important;
		}
		.trdarkb td, .darkbg50 {
			color: #111!important;
		}
		.trselected {
			color: #111!important;
			font-weight: bold!important;
		}
		.BALTable tr td {
			font-weight: normal!important;
		}
		.white {
			color: #000!important;
		}
		.BALTable td.altbg {
			color: #111!important;
			background-color: #fff!important;
			line-height: 10px;
		}
		.trgood {
			background-color: #fff!important;
			border-color: #fff;
			color: #333!important;
		}
		.trgood2 {
			background-color: #fff!important;
			border-color: #fff;
			color: #333!important;
		}
		.tbsel {
			background-color: #fff!important;
			color: #333!important;
		}
		.tbsel td, .tbsel td a {
			color: #333!important;
		}
	
	.printleft{
		text-align: left!important;
		margin: 0px!important;
		padding:0px!important;
	}
	
	h6{
		color: #111;
		font-size: 10px!important;
		padding: 0px 0px 0px 0px!important;
		margin: 8px 0 -2px 0!important;
		line-height: 5px;
	}
	a{
		color: #111;
		text-decoration: none!important;
	}
	.BALTable{
		color: #111!important;
		text-decoration: none!important;
		width:100%!important;
	}

	
	.BALTable tr:nth-child(even) {
		border: 0px solid;
		border-width: 0px!important;
		line-height: 8px;
	}
	.BALTable tr:nth-child(odd) {
		border: 0px solid;border-width: 0px!important;line-height: 8px;
	}
	.BALTable tr.noalt {
		border: 0px solid;border-width: 0px!important;line-height: 8px;
	}
	.BALTable.basic tr:nth-child(odd), .firstlinetr {
		border: 0px solid;border-width: 0px!important;line-height: 8px;
	}
	
	.BALTable tr, .BALTable th, .BALTable td{
		color: #111!important;
		font-size: 0.95em!important;
		padding:5px 5px 5px 5px!important;
		border:0px solid!important;
		border-width: 0px 0px 0px 0px!important;
		line-height: 10px;
		background: #ccc!important;
        position: relative;
        top: auto;
	}
	
	.bc_but, .tablspacer, div{
	padding: 0px!important;
	margin: 0px!important;		
	line-height: 5px;
	color:#111!important;	
	}
	.pct100{
		height:10px!important;
		vertical-align: top!important;
		padding-top: 2px;
	}
	.pcttxt{
	padding: 0px!important;
	margin: 0px!important;		
	line-height: 5px;
	position: relative;
	color: #111;
	}
	
	.red_box_keep{
	color:#111!important;
	padding: 0px 0px 0px 0px!important;
	background: #fff!important;
	border: 0px solid!important;
	border-radius: none!important;
	margin-bottom: 0px!important;
	width: 100%!important;
	text-align: left!important;
	}
	
	.bigpadbot{height:0px!important; padding:0px!important;}
	
	.nofold{white-space: nowrap!important;}
	
	.trblue, .trtdtrans td.trblue, .trorange, .tralert a {color:#111!important;}
	
	.BALTable tr:first-child td, .firstlinetr td{
	background: transparent; /* Old browsers */
	text-align: left;
	border-width: 0px;
	font-size: 1.0em;
	font-weight: bold!important;
	color: #111;
	}
	
	.BALTable tr:first-child td a{color: #111!important; font-weight: bold!important;}
	
}






#calendar {
		color: #282828!important;
	}

/* Fix for Google Charts Tooltip Flickering Bug */
svg > g > g:last-child { pointer-events: none }


.metric-box {
	color: var(--dashboard-ink);
	min-width: 37.5%; 
	overflow-y: hidden;
	padding-left: 8px; 
	height: 33.65px;
	text-shadow: 0.5px 0.5px var(--dashboard-ink-invert);
}

.current { background-color: var(--google-current); }

.current.metric-box { 
	background-color: rgba(69,96,148,0.22); 
	border-bottom:4px solid var(--google-current); 
}

.comparison { background-color: var(--google-comparison); }

.comparison.metric-box { 
	border-bottom: 4px solid var(--google-comparison); 
	background-color: rgba(96,61,111,0.22); 
}

.historic { background-color: var(--google-historic); }

.historic.metric-box { 
	background-color: rgba(34, 170, 153, 0.22); 
	border-bottom:4px solid var(--google-historic); 
}

.dashboard-panel {
    background-color: var(--dashboard-light-panel);
	color: var(--dashboard-ink);
    box-shadow: 3px 3px 4px rgba(26, 26, 26, 0.1);
    border-radius: 0rem 1rem 1rem 1rem;
    padding: 0rem 0rem 0.3rem 0rem;
}

.dashboard-header {
    background: var(--dashboard-medium-bar);
    border-left: 18px solid #777;
    border-radius: 0rem 1rem 0rem 0rem;
	color: var(--dashboard-ink);
    font-size: 1.0rem;
    margin-bottom: 12px;
    padding: 1px 0px 1px 6px;
    text-align: left;
    text-shadow: 1px 1px var(--dashboard-ink-invert);
}

.dashboard-header-dark {
    background: var(--dashboard-dark-bar);
	color: var(--dashboard-ink-invert);
    text-shadow: 1px 1px var(--dashboard-ink);
}

.progress.current { 
	background-color: var(--dashboard-white-glass);
	border-left: 1.25rem solid var(--google-current); 
}

.progress.comparison { 
	background-color: var(--dashboard-white-glass);
	border-left: 1.25rem solid var(--google-comparison); 
}

.progress.historic { 
	background-color: var(--dashboard-white-glass);
	border-left: 1.25rem solid var(--google-historic); 
}

.percent-wheel {
	border-radius: 50%;
	width: 6rem; height: 6rem;
    background: #333;
}

.percent-wheel > span {
	border-radius: 0.25rem;
    color: rgba(221,221,221,0.8);
    font-size: 0.9em;
	bottom: 0%; left: 50%;
	transform: translate(-50%);
}

.bx-count .current > span:first-child,
.bx-count .comparison > span:first-child,
.bx-count .historic > span:first-child {
	display: block;
	padding-top: 0.25rem; padding-bottom: 0.25rem;
	transition: all 0.5s linear;
}

.bx-count .current > span:nth-child(2),
.bx-count .comparison > span:nth-child(2),
.bx-count .historic > span:nth-child(2) {
	display: block;
	opacity: 0;
	padding-top: 0; padding-bottom: 0;
	visibility: hidden;
	transition: all 0.5s linear;
	height: 0;
}

.bx-count .current:hover > span:first-child,
.bx-count .comparison:hover > span:first-child,
.bx-count .historic:hover > span:first-child {
	opacity: 0;
	padding-top: 0; padding-bottom: 0;
	visibility: hidden;
	height: 0;
}

.bx-count .current:hover > span:nth-child(2),
.bx-count .comparison:hover > span:nth-child(2),
.bx-count .historic:hover > span:nth-child(2) {
	opacity: 1;
	padding-top: 0.25rem; padding-bottom: 0.25rem;
	visibility: visible;
	height: 22.85px;
}

#datesGraphDivision svg g:first-of-type rect { fill-opacity: 0.5; }

.killblur{
backdrop-filter: blur(5px);filter: blur(3px);
}



.rag_bg{
    background: rgb(122,247,29);
    background: linear-gradient(90deg, #62c11c 0%, #FFBF00 50%, #b50f0f 100%);
}

/*74c119, 95c013, b8c00d, d0bf08, f9bf01, f19d03, e47f05, d15209, */
.rag_all{
    border-radius:11px;
    display: inline-block;
    width:80%;
    padding: 2px 5px 0px 5px;
}

.rag_x{background: #898080!important; color:#fff!important;}/*grey*/
.rag_w{background: #606B96!important; color:#fff!important;}/*blue*/

.rag_10{background: #74c119!important; color:#fff!important;}
.rag_15{background: #95c013!important; color:#fff!important;}
.rag_20{background: #b8c00d!important; color:#fff!important;}
.rag_25{background: #d0bf08!important; color:#fff!important;}
.rag_30{background: #f9bf01!important; color:#fff!important;}
.rag_35{background: #f19d03!important; color:#fff!important;}
.rag_40{background: #e47f05!important; color:#fff!important;}
.rag_45{background: #d15209!important; color:#fff!important;}
.rag_50{background: #c22e0d!important; color:#fff!important;}


.rounded-more{
    border-radius:11px;
}