/** Blue	#232f3e
			#384759
 **************************************************************** **/
::selection {
	background: #404040;
}
	::-moz-selection {
 background: #404040; /* Firefox */
}
	::-webkit-selection {
 background: #404040; /* Safari */
}
#aside nav ul li a:active, #aside nav ul li.menu-open, #aside nav ul li.always-open, #aside nav>ul>li>a:hover, #aside nav>ul>li>a:focus, #aside nav ul li.active, .fancy-file-upload.fancy-file-primary>span.button, .datepicker table tr td.active.active, .btn-primary, #header, 	/*.toast-primary,*/  .popular .plan-title, body.min #aside ul.nav>li>ul li, body.min #aside ul.nav li.menu-open, body.min #aside ul.nav>li:hover>ul, #aside nav ul li a.dashboard, #aside .logo, body.min #asidesize, #aside, #asidebg {
	background-color: #404040;
}
body.min #aside ul.nav>li:hover:before {
	border-right-color: #384759;
}
.panel>.panel-heading strong {
	color: #232f3e;
}
.btn-primary {
	border-color: #404040;
}
.popular {
	border-color: #384759 !important;
}
/**** CUSTOM CSS ADDED *****/
html {
	font-size: 75%;
}
body {
	color: #404040;
	font-size: 1.2rem;
}
/* HEADINGS */
h1,h2,h3,h4,h5,h6{font-weight:bold;}
h3 {
	margin: 0 0 1.5rem 0;
}
h4 {
	margin: 0 0 1.2rem 0;
}
h5 {
	margin: 0 0 1.2rem 0;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form{margin-bottom:1.2rem;}

.hidden {
	display: none!important;
}
div.required, span.required {
	color: #dd1d21;
	font-size: 1.2rem;
	font-style: italic;
}
.footnote {
	font-size: 1.2rem;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
}
.border-right {
	border-right: 1px solid #d9d9d9;
}
.bg-vpalegrey {
	background: #f7f7f7 !important
}
div.createPromo {
}
.createPromo table td {
	padding: 3px 2px;
}
div.targetWorkshops {
	font-size: 2.4rem;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
}
div.targetWorkshops .pull-right {
	font-size: 4.8rem;
	color: #dd1d21;
}
.panel table thead {
	background: #404040;
	color:#fff;
}
div.createPromo table thead th {
	padding: 10px;
	color: #fff;
}
div.createPromo table.border tbody td {
	padding: 10px;
}
div.createPromo i.fa.action {
	font-size: 2rem;
	text-align: center;
}
div.promoSummary, div.participatingSKU {
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
}
div.promoSummary td {
	padding: 5px 2px;
}
/*STEPNUM*/
.stepnum_container {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	min-height: 15vh;
}
ul#stepnum {
	align-content: center;
	align-items: center;
	counter-reset: stepCount;
	display: flex;
	justify-content: space-around;
	max-width: 90%;
	margin: 0 auto;
}
ul#stepnum li {
	background: #404040;
	color: white;
	content: " ";
	display: flex;
	flex-grow: 0.5;
	height: 0.3em;
	line-height: 1.3;
	margin: 0;
	position: relative;
	text-align: right;
	z-index: 0;
}
ul#stepnum li::before {
	color: white;
	background: #404040;
	border-radius: 50%;
	counter-increment: stepCount;
	content: counter(stepCount);
	height: 2em;
	left: -2em;
	line-height: 2em;
	position: absolute;
	text-align: center;
	top: -0.85em;
	width: 2em;
}
ul#stepnum li.active {
	background-color: #a6a6a6;
}
ul#stepnum li.active ~ li {
	background-color: #a6a6a6;
}
ul#stepnum li.active ~ li::before {
	background-color: #a6a6a6;
}
ul#stepnum li:last-child {
	flex-basis: 0;
	flex-grow: 0;
	flex-shrink: 1; /* Shorthand: flex: 0 1 0; */
}
ul#stepnum li > span {
	display: inline-flex;
	position: absolute;
	color: #404040;
	top: 2em;
	left: -3.5em;
	width: 2em;
	text-align: center;
	align-content: center;
}
/* END STEPNUM */


/**** END CUSTOM CSS *****/
	/**
		IMPORTANT
	**/
.btn-primary, .alert-theme-color, .panel-primary>.panel-heading {
	background-color: #404040 !important;
}
.panel-primary, .panel-primary>.panel-heading {
	border-color: #232f3e !important;
}

@media only screen and (min-width: 768px) {
body.min #aside ul.nav>li:hover>a span {
	background-color: #404040;
}
}

@media (max-width:995px) {
div.col-xs-12.border-right {
	border-right: 0 none;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
}
ul#stepnum li > span {
	font-size: 1rem;
	left: -4em;
}
}
