@charset "UTF-8";
/* SAM CSS Maxima Update */

/* New dynamic css ui colorway per client - Bosch example here */
:root {
	--cc-primary: #e85200;
	--cc-secondary: #ff7f00;
	--cc-third: rgb(193,45,94);
	--cc-fourth: #FBEFF3;
	
	--sam-gradient: linear-gradient(
		45deg,
		#4dc1dd,
		#4f76f7,
		#4237bd, 
		#AC84F6,
		#FC4A1A,
		#F7B733
	);
		
}

.dynamic-bg {
	background: -webkit-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: -o-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
}

.dynamic-bg-svd {
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
}

.cc-primary {color: var(--cc-primary);}
.cc-primary-bg {background: var(--cc-primary);}
.cc-secondary {color: var(--cc-secondary);}
.cc-secondary-bg {background: var(--cc-secondary);}
.cc-third {color: var(--cc-third);}
.cc-third-bg {background: var(--cc-third);}
.cc-fourth {color: var(--cc-fourth);}
.cc-fourth-bg {background: var(--cc-fourth);}



a {cursor: pointer; color: #373F4C; text-decoration: none;}
a, a:visited {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

i {margin-right: 5px;}


.hong-kong-reg {
	font-family: 'HongKong-LightItalic', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.mark-pro-text {
	font-family: 'FFMarkWebProMedium', sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.bold {
	font-family: 'FFMarkWebProBold', sans-serif;
}

.bold-dark {
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	line-height: 1.2;
}

.small {font-size: 0.9em;}

.module-indicator {
	font-size: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin-bottom: 5px;
}

.section-indicator {
	font-size: 2em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin-bottom: 10px;
}

.section-indicator-sub {
	font-size: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin-bottom: 10px;
}

.right {text-align: right;}
.right-to-center {text-align: right;}
.left-to-center {text-align: left;}
.right-to-left {text-align: right;}

/*************************************************************************************************************************************************************************************************
Tooltips
*************************************************************************************************************************************************************************************************/
.ers-tooltip {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 18px;
	font-size: 0.7em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #eeedee;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #373F4C;
	transition: all 0.3s ease-in-out;

}



#ers-stats {
	position: relative;
	overflow: hidden;
}


#ers-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eeedee;
	z-index: 3;
}

#ers-close {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-family: 'FFMArkWebProBold', sans-serif;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background: #373F4C;
	color: #eeedee;
	transition: all 0.3s ease-in-out;
}

.ers-tooltip:hover,
#ers-close:hover {
	background: #888C93;
}


/*************************************************************************************************************************************************************************************************
Nav Bar
*************************************************************************************************************************************************************************************************/

.nav-trigger {display: hidden;}

.brand {
	position: fixed;
	background: 150px 69px;
	top: 35px;
	margin-left: 70px;
	width: 150px;
	height: 69px;
	background-image: url("../images/sam-logo-new.svg");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	transition: all 0.4s ease-in-out;
}

.svd-owned {
	position: fixed;
	background: 156px 50px;
	top: 2px;
	margin-left: 320px;
	width: 156px;
	height: 50px;
	background-image: url("../images/sam-svd-company.svg");
	background-repeat: no-repeat;
	background-position: center center;

	z-index: 99;
	transition: all 0.4s ease-in-out;
}

.shrink-logo {top: -100px;}

.logomark {
	position: fixed;
	background: 225px 79px;
	top: -100px;
	margin-left: 50px;
	width: 225px;
	height: 79px;
	background-image: url(../images/aim-logo-white.svg);
	background-size: cover;
	z-index: 99;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.shrink-logo-again {top: -20px; opacity: 1;}

.g-recaptcha {
	display: block;
	margin-bottom: 10px;
}

.super-nav {
	position: fixed;
	width: 100%;
	height: 30px;
	top: 0;
	z-index: 99;
	margin: 0;
	padding: 5px 70px;	
	background: #1c1f25;
	font-size: 0.8em;
	color: #deddde;
	transition: all ease .5s;
	
}

.nav-container {
	position: fixed;
	width: 100%;
	height: auto;
	top: 30px;
	z-index: 99;
	margin: 0;
	padding: 0;	
	background: #22272F;
	transition: all ease .5s;
	
}

.nav {
	list-style-type: none;
	margin: 0;
	padding: 0 70px 0 0;
	float: right;
	background: none;
}

.nav li {
	margin: 0;
	background: none;
	float: left;
}

.nav li a {
	display: inline-block;

	font-size: 1em;
	line-height: 0.75;
	text-align: center;
	margin: 0;
	min-width: 70px;
	padding: 31px 15px;	
	height: 100%;
	/*color: #71767f;*/
	color: #868C94;
	transition: all 180ms ease-in-out;
}

.nav li a.dropdown-button {
  padding: 0;
}

.nav li a:before {
	display: none;
	vertical-align: middle;
	content: '';
	width: 15px;
	height: 15px;
	color: #707EA0;
	background: url("../images/icon-nav.png");
	background-size: 15px 15px;
	margin-right: 7px;
}

.nav li a.dropdown-button:before {display: none;}


.nav li a:hover, 
.nav li a:active {background: rgba(0,0,0,0.2); color: #deddde;}


.nav li a.active {background: rgba(0,0,0,0.2); color: #deddde;}

.shrink .nav li a {
	padding: 25px 20px;	
}


.nav li a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0;
	border: 1.3px solid #c8cad0;;	
}


.dropdown {
  position: relative;
  margin: 0;
  padding-bottom: 0;
	height: 78px;
	cursor: pointer;
}

.nav li a.dropdown-button {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}

.dropdown-content {
cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  margin: 0;
  min-width: 160px;
  border-radius: 0 0 2px 2px;
}

.dropdown:hover .dropdown-content {
  display: block;
  animation: fade-in 0.3s;
}


.dropdown-content a {
	cursor: pointer;
  display: block;
  line-height: 1.3;
  width: 100%;
	background: #22272F;
}


.message-counter:after {
	display: none;
	content: '3';
	color: #eeedee;
	background: linear-gradient(#373F4C, #1b2836);
	padding: 1px 8px 3px 8px;
	font-size: 0.8em;
	border-radius: 2px;
	margin: 0 0 0 5px;
}

.dropdown:before {
	display: none;
}


.id-container-nav {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	background: -webkit-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: -o-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	border-radius: 50%;
	margin: 0;
	text-align: center;
}

.id-container-nav.svd {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	border-radius: 50%;
	margin: 0;
	text-align: center;
}



.photo-initials-nav {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #22272F;
	margin-top: 2.5px;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 0.9em;
	color: #deddde;
}


.message-member {
	background: transparent;
	display: inline-block;
	font-size: 1em;
	font-family: 'FFMarkWebProBold';
	padding: 7px 20px 10px;
	border-radius: 35px;
	transition: all 0.3s;
	outline: 0;
	border: 1.6px solid #656d7b;
	margin-bottom: 20px;
}

.message-member:hover {
	background: #373F4C;
	border: 1.6px solid #656d7b;
	color: #eeedee;
}



.login-bg-new {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(to right,#71B12C,#D1D646);
}

.login-bg-buyer {
	position: relative;
	padding-top: 100px;
	padding-bottom: 300px;
	background: url('../images/image-mobile.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.login-bg-buyer .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 70%;
	background: linear-gradient(to right, rgba(0,0,0), rgba(0,0,0,0));
	opacity: 0.7;
}

/*************************************************************************************************************************************************************************************************
SAM Homepage
*************************************************************************************************************************************************************************************************/
.sam-hp {
	padding: 30px 0;
	background: linear-gradient(#a9e1ef, #deddde);
}


/*************************************************************************************************************************************************************************************************
Banner
*************************************************************************************************************************************************************************************************/

.sam-welcome-banner {
	position: relative;
	z-index: 2;
	padding: 30px 60px;
}

.sam-banner {
	overflow: hidden;
	color: #eeedee;
	font-family: 'FFMarkWebProBold', sans-serif;
}

.welcome {
	font-size: 3em;
	line-height: 1;
}

.company-name {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 10px;
}

.sam-tagline {
	font-size: 1.1em;
	padding: 0;
}

h2.banner-intro span.company-name {
	display: block;
	font-size: 3em;
	margin: 0;
	padding: 0;
}



/* Status Filters */
.status-filter {
	display: block;
	cursor: pointer;
	font-size: 1em;
	border: 1.3px solid #c8cad0;
	border-radius: 2px;
	padding: 20px;
	transition: all 180ms ease-in-out;
}

.status-filter:hover {
	border: 1.3px solid var(--cc-primary);
	box-shadow: 0 5px 15px rgba(21,57,133,0.15);
	transition: all 180ms ease-in-out;
}


.status-filter.selected {
	border: 1.3px solid var(--cc-primary);
	background: none;
	box-shadow: 0 5px 15px rgba(21,57,133,0.15);
}


.status-filter.selected div {
	color: #373F4C;
	
}
.status-filter.selected .st0{fill:var(--cc-primary);}

.filter-icon {
	width: 50px;
}



.vector-icon:hover .st0 {fill: linear-gradient(var(--cc-primary), var(--cc-secondary));}


.search-trigger {
	display: inline-block;
	font-family: 'HongKong-LightItalic', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #eeedee;
	padding: 20px 30px;
	border-radius: 4px;
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	margin-bottom: 20px;
}


input[type=text].search-bar {
	display: block;
	position: relative;
	cursor: text;
	outline: none;
	width: 100%;
	padding: 25px;
	color: #373F4C;
	background: #ececef;
	border: 1.6px solid #e7edf0;
	border-radius: 12px;
	margin: 10px 0 20px;
	transition: all 180ms ease;
}

input[type=text].search-bar:hover {
	border: 1.6px solid #c8cad0;
	transition: all 180ms ease;

}

input[type=text]:focus.search-bar {
	border: 1.3px solid #c8cad0;
	outline: none;
	background: #eeedee;
	box-shadow: 0 0 10px rgba(21,57,133,0.15);
	transition: all 180ms ease;

}


/*************************************************************************************************************************************************************************************************
Asset Filters
*************************************************************************************************************************************************************************************************/
.asset-filter {
	display: block;
	font-size: 1.1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: #F8F8F8;
	padding: 15px;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

/*************************************************************************************************************************************************************************************************
Bulk select
*************************************************************************************************************************************************************************************************/

.bulk-selector {
	display: inline-block;
	cursor: pointer;
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	background: #deddde;
	padding: 1px 15px 3px 15px; 
	border-radius: 35px;
	transition: all 0.3s ease-in-out;
	
	
}


#bulk-actions {display: none;}

#select-trigger.active {
	background: #373F4C;
	color: #deddde;
}


/*************************************************************************************************************************************************************************************************
Dashboard Quick Links
*************************************************************************************************************************************************************************************************/
.list-item {
	display: flex;
	align-content: center;
	align-items: center;
/*	border-bottom: 1.1px solid #CDCBCD;*/
	height: 90px;
}

.list-item.last {
	border-bottom: none;
}



.link-icon {
	display: inline-block;
	vertical-align: middle;
}

.link-title {
	display: block;
	vertical-align: middle;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	color: #373F4C;
}

.link-data {display: block;}

.link-target {
	display: block;
	color: #959799;

}


/*************************************************************************************************************************************************************************************************
Cards
*************************************************************************************************************************************************************************************************/
.card {
	background: #eeedee;
	border-radius: 12px;
/*	min-height: 360px;*/
	padding: 15px 30px 30px;
	margin: 0;
/*	box-shadow: 0 10px 10px rgba(120,124,133,0.15);*/

}

.card-title {
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1.3em;
	color: #373F4C;
	margin-bottom: 6px;
}

/*************************************************************************************************************************************************************************************************
Stat Cards
*************************************************************************************************************************************************************************************************/
.stat-card {
	background: #eeedee;
	border-radius: 12px;
	min-height: 250px;
	padding: 15px 30px;
	margin: 0 0 20px;
/*	box-shadow: 0 10px 10px rgba(120,124,133,0.15);*/
}

.new-card {
	background: #eeedee;
	border-radius: 12px;
	padding: 15px 30px;
	margin: 0 0 20px;
/*	box-shadow: 0 10px 10px rgba(120,124,133,0.15);*/
}


span.view-more {
	display: inline-block;
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold';
	padding: 7px 20px 10px;
	border-radius: 35px;
	background: #deddde;
	
}

span.view-more:after {
	display: inline-block;
	content: "\203A";
	vertical-align: top;
	margin-left: 6px;
}


.stat-number-medium {
	font-family: 'FFMarkWebProBold';
	font-size: 1.3em;
	color: #373F4C;
}

span.hr {
	display: block;
	height: 1.1px;
	width: 100%;
	border-radius: 35px;
	background: #CDCBCD;
	margin: 30px 0 15px;
}

a.create {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: #373F4C;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

span.gradient-create {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, #373F4C, #22272F);
	background: -o-linear-gradient(left, #373F4C, #22272F);
	background: linear-gradient(to right, #373F4C, #22272F);
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

a.create:after {
	display: inline-block;
	content: "+";
	vertical-align: top;
	margin-left: 6px;
}

a.view-all {
	display: inline-block;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b; 
	padding: 7px 20px 10px;
	border: 1.6px solid;
	border-radius: 35px;
	transition: all 0.3s ease-in-out;
}

a.outline-button-new {
	display: inline-block;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: #373F4C;
	color: #deddde; 
	padding: 7px 20px 10px;
	border-radius: 35px;
	transition: all 0.3s ease-in-out;
}

a.outline-button-new:after {
	display: inline-block;
	content: "\203A";
	vertical-align: top;
	margin-left: 6px;
}

a.outline-button-new.in-progress:hover {
	color: #deddde; 
}

.view-all:hover {color: #373F4C;}

.view-more {
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	background: #373F4C;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

a.download-button {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	background: #373F4C;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

a.view-more.transfer {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	background: #AC84F6;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

a.view-more.revenue {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	background: #4dc1dd;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

a.view-more:after {
	display: none;
	content: "\203A";
	vertical-align: top;
	margin-left: 6px;
}



span.button-gradient {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #373F4C, #22272F);
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;

}

span.button-gradient.revenue {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;

}

span.button-gradient.transfer {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;

}

a.view-more:hover span.button-gradient,
a.download-button:hover span.button-gradient,
a.view-more.transfer:hover span.button-gradient.transfer,
a.create:hover span.gradient-create {
	opacity: 0;
}

a.download-report {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: transparent;
	color: #eeedee;
	outline: 0;
	border: 1.6px solid;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

a.download-report:hover {
	background: rgba(255,255,255,0.1);
}


a.parent-download {
	display: inline-block;
	position: relative;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	background: #eeedee;
	color: #373F4C;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
}

span.button-gradient-light {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #deddde, red);
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;

}



#counterRevenue {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#counterRevenueParent {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	color: white;
}

#counterRevenueSavedParent {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	color: white;
}


#counterRevenueSaved {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#counterProjects{
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	background: -webkit-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: -o-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#counterAssetsSold {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	color: #eeedee;
}

#counterRandom {
	font-family: 'FFMarkWebProBold';
	font-size: 2.3em;
	color: #eeedee;
}


span.timeline-bar {
	display: block;
	position: relative;
	width: 100%;
	height: 6px;
	background: #eeedee;
	border-radius: 35px;
	overflow: hidden;
	margin: 10px 0;
}


span.timeline-fill {
	position: absolute;
	height: 100%;
	width: 75%;
	background: linear-gradient(to left, #3875f7, #4dc1dd);
}

ul.doughnut-chart-legend {
	font-size: 0.8em;
	color: #373F4C;
}

ul.doughnut-chart-legend li {
	padding: 2px 0;

}

ul.doughnut-chart-legend li:before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #eeedee;
	border-radius: 50%;
	margin: 0 6px 0 12px;
}

ul.doughnut-chart-legend li.sold:before {
	background: #009345;
}

ul.doughnut-chart-legend li.unsold:before {
	background: #8cc63e;
}

ul.doughnut-chart-legend li.facility-support:before {
	background: #4237bd;
}

ul.doughnut-chart-legend li.furniture:before {
	background: #4c41c8;
}

ul.doughnut-chart-legend li.information-technology:before {
	background: #5b51cd;
}

ul.doughnut-chart-legend li.manufacturing-equipment:before {
	background: #AC84F6;
}

ul.doughnut-chart-legend li.research-development:before {
	background: #ccb3f9;
}

ul.doughnut-chart-legend li.vehicles:before {
	background: #d9c6fa;
}




ul.doughnut-chart-legend li.facility-support.sold:before {
	background: #4f76f7;
}

ul.doughnut-chart-legend li.furniture.sold:before {
	background: #6386f8;
}

ul.doughnut-chart-legend li.information-technology.sold:before {
	background: #7795f9;
}

ul.doughnut-chart-legend li.manufacturing-equipment.sold:before {
	background: #4dc1dd;
}

ul.doughnut-chart-legend li.research-development.sold:before {
	background: #87d5e8;
}

ul.doughnut-chart-legend li.vehicles.sold:before {
	background: #a9e1ef;
}



/*************************************************************************************************************************************************************************************************
Project Timeline UI
*************************************************************************************************************************************************************************************************/
.timeline-entry-active {
	font-size: 1em;
	position: relative;
	background: #e0e0e0;
	padding: 8px 15px 8px 20px;
	border-left: 1.6px solid #4f76f7;
}

.timeline-entry-done {
	font-size: 1em;
	position: relative;
	padding: 8px 15px 8px 20px;
	border-left: 1.6px solid #4dc1dd;
}

.timeline-entry {
	font-size: 1em;
	color: #656d7b;
	position: relative;
	padding: 8px 15px 8px 20px;
	border-left: 1.6px solid #ccc;
}

.non-active {
	display: block;
}

.timeline-entry-active .subject, 
.timeline-entry-done .subject {
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;	
}


span.timeline-dot.done {
	position: absolute;
	top: 14px;
	left: -8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #4dc1dd;
	
}

span.timeline-dot.active {
	position: absolute;
	top: 14px;
	left: -8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #4f76f7;
	
}

span.timeline-dot {
	position: absolute;
	top: 14px;
	left: -8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;
	
}

span.active-pulse {
	position: absolute;
	top: 14px;
	left: -8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent;
	border: 1.3px solid #4dc1dd;
	animation: activePulse 1.5s infinite;
}

@keyframes activePulse {
	0% {transform: scale(0);}
	80% {transform: scale(2);opacity: 1;}
	100% {transform: scale(2);opacity: 0;}
}

.timeline-entry .subject {
	font-family: 'FFMarkWebProBold', sans-serif;
}


.timeline-entry .timestamp {
	font-size: 0.9em;
}

.card-link {
	cursor: pointer;
	padding: 3px 15px 5px;
	display: inline-block;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b; 
	border: 1.3px solid;
	border-radius: 35px;
	transition: all 0.3s ease-in-out;
}


.card-link:hover {color: #373F4C;}


.download-file {
	display: block;
	padding: 7px 0;
	transition: all 0.3s ease-in-out;
}

.download-file .bold-dark {
	transition: all 0.3s ease-in-out;
}

.download-file:hover,
.download-file:hover .bold-dark {
	color: #656d7b;
}

/*************************************************************************************************************************************************************************************************
Notifications
*************************************************************************************************************************************************************************************************/
.notification {
	display: block;
	background: #ececef;
	color: #959799;
	padding: 10px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.catalog-notification {
  display: block;
  background: #fdb09b;
  color: #373F4C;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.green-notification {
	display: inline-block;
	background: -webkit-linear-gradient(right, #009345, #8cc63e);
	background: -o-linear-gradient(right, #009345, #8cc63e);
	background: linear-gradient(to left, #009345, #8cc63e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blue-notification {
	display: inline-block;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.orange-notification {
	display: inline-block;
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sold-notification {
  display: block;
  background: #e0e8fe;
  color: #4f76f7;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.transferred-notification {
  display: block;
  background: #f4f0fa;
  color: #4237bd;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.notification .transfer-complete {
  display: block;
  background: #f4f0fa;
  color: #4237bd;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}


.details-link {
	display: block;
	margin: 0 0 20px;
	background: linear-gradient(to left, #eeedee, #efeff2);
	color: #373F4C;
	border: none;
	padding: 15px;
	border-radius: 6px;
	transition: all 180ms ease-in-out;
}

.details-link:hover {
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	box-shadow: 0 5px 15px rgba(21,57,133,0.15);
}

.details-link:active {
	border: 1.6px solid var(--cc-primary);
	box-shadow: 0 0px 5px rgba(21,57,133,0.15);
}

.info-block {
	border-radius: 12px;
}

a.new-title {
	display: block;
	font-size: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out;
}

a.new-title.small {
	display: block;
	font-size: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out;
}

a.new-title:hover {
	color: #656d7b;
}


.label-info {
	font-size: 1em;
}

.label-info.lp {
	padding: 10px 0;
}

.quick-info {
	border-bottom: 1.3px dotted #656d7b;
}

.quick-info-inner {
	border-bottom: 2.3px solid #deddde;
}


.quick-info.lp {
	font-size: 1em;
}

.cover-container {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

img.thumbnail {
	transition: all 180ms ease-in-out;
	margin-bottom: 0;
}

span.lot-id {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0; 
	padding: 1px 15px 5px 15px; 
	border-radius: 0; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #eeedee;
	background: rgba(26,29,35,0.9);
}

span.transferred-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0; 
	padding: 1px 15px 5px 15px; 
	border-radius: 0; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	color: #eeedee;
}

span.transferred-label-lp {
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	color: #eeedee;

}

span.transfer-request-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0; 
	padding: 1px 15px 5px 15px; 
	border-radius: 0; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	color: #eeedee;
}

span.sold-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0; 
	padding: 1px 15px 5px 15px; 
	border-radius: 0; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	color: #eeedee;
}



span.lot-number.on-banner {
	background: linear-gradient(to left, #eeedee, #efeff2);
	color: var(--cc-primary); 
	margin-bottom: 10px;
}

.asset-details a.title {
	font-size: 1.3em;
	padding-bottom: 10px;
	border-bottom: 1.3px solid transparent;
}

.asset-details a.title:hover {
	color: #373F4C;
	border-bottom: 1.3px solid;
}

.view-details {
	display: none;
	color: #959799;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 0.9em;
	padding: 7px 35px;
	border-radius: 35px;
	border: 1.3px solid;
	transition: all 0.3s ease-in-out;
}

.view-details:hover {color: #373F4C;}

span.request-appraisal {
	display: block;
	text-align: left;
	font-size: 0.9em;
	background: #eeedee;
	color: #373F4C;
	padding: 0 15px;
	border-radius: 35px;
	cursor: pointer;
	margin: 0;
	height: 30px;
	line-height: 30px;
	transition: 150ms ease-in-out;
}

span.request-appraisal:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 30px;
	height: 30px;
	background: url("../images/icon-more-options.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	transition: all 150ms;
	overflow: hidden;
}

span.request-appraisal:hover {
	background-color: #efeff2;
}

span.request-appraisal.selected {
	background: #fed35d;
}

span.request-appraisal.selected:before {
	animation: pop 0.2s;
}

@keyframes pop {
	0%{background-size: 30px 30px;}
	50%{background-size: 20px 20px;}
	100%{background-size: 30px 30px;}
}




.neo-filters {
  /*display: none;*/
	display: block;
	color: #373F4C;
	background: #ececef;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}


ul.filters {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1.3px solid #c8cad0;
}

ul.filters:nth-of-type(2){
	border-bottom: none;
}


ul.filters li.list-title {
  font-family: 'FFMarkWebProBold', sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
}

ul.filters li {
	font-size: 0.9em;
	margin: 0;
}


ul.filters li a {
  display: block;
  color: #959799;
  padding: 7px;
  border-radius: 6px;
}

ul.filters li.list-title:hover {
	color: #373F4C;
}


ul.filters li a:hover {
	color: #373F4C;
	background: #DEDEE3;
}


.dropdown-content {
  display: none;
  position: absolute;
  background: #22272F;
  right: 0;
  margin: 0;
  min-width: 160px;
  border-radius: 0 0 12px 12px;
	overflow: hidden;
}


div.asset-listing {
	position: relative;
    padding: 20px 0;
	border-top: 2.3px solid #deddde;
}




#asset-listing-top {
	position: absolute;
	top: -100px;
	left: 0;
}

.module-header {
	display: inline-block;
	font-size: 1.3em;
	font-family: 'HongKong-Regular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #373F4C;
	margin: 0 12px 0 0;

}

.module-link {
	display: inline-block; 
	vertical-align: bottom; 
	margin: 0;
}

.gradient-button {
	position: relative;
	z-index: 1; /* matters! */
	background: -webkit-linear-gradient(right, #eeedee, #efeff2);
	background: -o-linear-gradient(right, #eeedee, #efeff2);
	background: linear-gradient(to left, #eeedee, #efeff2);
	padding: 15px;
	border-radius: 6px;
	color: #373F4C;
	font-family: 'FFMarkWebProBold', sans-serif;
	transition: all 0.4s;
}

.gradient-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
	to left,
	var(--cc-primary),
	var(--cc-secondary)
	);
	opacity: 0;
	transition: opacity 0.4s;
	z-index: -1;
	border-radius: 6px;

}

.gradient-button:hover::before {opacity: 1;}

.gradient-button:hover{color: #eeedee;}


#aimId {
	display: block;
	width: 100%;
	margin: 10px 0;
	border-radius: 12px;
	padding: 15px;
	height: 60px; /*same height as search bar*/
	line-height: 30px;
	outline: 0;
	border: 0;
	background: #eeedee;
}


#copy-button {
	display: block;
	cursor: pointer;
}

/* New Search Bar */
form.search-bar-update .form-group {
	transition: all 180ms ease-in-out;
	margin-bottom: 0;
	cursor: text;
	font-size: 1em;
}

form.search-bar-update .input-label {
	display: block;
	color: red;
	opacity: 1;
	transform: translate(20px, -60px);
	transform-origin: 0.0;
	transition: all .2s ease-in-out;
}


form.search-bar-update .form-control {
	outline: none;
	border: none;
	box-shadow: none;
	background: #eeedee;
	border-radius: 6px;
	border-color: none none solid none;
	width: 100%;
	padding: 20px;
	transition: all .2s ease-in-out;
}

form.search-bar-update .form-control::placeholder {
	color: transparent;
	
}

form.search-bar-update .form-control:hover {
	outline: none;
	box-shadow: 0 10px 10px rgba(21,57,133,0.1);
}

form.search-bar-update .form-control:focus {
	outline: none;
	box-shadow: 0 20px 20px rgba(21,57,133,0.15);
}

form.search-bar-update .form-group:focus-within {
	
}


form.search-bar-update .form-control:focus + .input-label,
form.search-bar-update .form-control:not(:placeholder-shown) + .input-label{
	transform: translate(0px, -10px);
	color: #959799;

}



.aim-angle-bg {background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));  transition: all 180ms ease;}

ul.breadcrumb li a {color: #373F4C;}

ul.breadcrumb li:after {
  display: inline-block;
  vertical-align: top;
  content: '>';
  padding: 0 8px;
}


.section-container-border {
	border: none;
	background: #ececef;
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h2.module-header {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1.3px solid #c8cad0;
}


/* Pagination */
.pagination-items li {display: inline-block; vertical-align: top; font-size: 0.9em;}

.pagination-items li a {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.pagination-items li input[type=text] {
	padding: 10px;
	margin: 0;
	width: 60px;
	height: 50px;
	margin-right: 5px;
}

.pagination-items span.prev-page {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../images/icon-pagination.svg");
	background-repeat: none;
	background-size: 50px 50px;
	background-color: transparent;
	border-radius: 4px;
	transition: all 150ms ease-in-out;
}

.pagination-items span.next-page {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../images/icon-pagination.svg");
	background-repeat: none;
	background-size: 50px 50px;
	transform: rotate(180deg);
	background-color: transparent;
	border-radius: 4px;
	transition: all 150ms ease-in-out;
}


.pagination-items span.prev-page:hover,
.pagination-items span.next-page:hover {
	background-color: #efeff2;
}


.rpp {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
}

.rpp > form label {
	display: inline-block;
	vertical-align: middle;
}

.tiny-link {
	display: inline-block; 
	margin-top: 7px; 
	font-size: 0.7em; 
	border: 1.3px solid; 
	padding: 2px 10px 4px; 
	border-radius: 6px;
}

div.industries span.industry-tag {
	display: inline-block;
	font-family: 'HongKong-Regular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-size: 0.8em;
	color: #eeedee;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 10px 10px 10px 0;
}


#aimId input[type=text] {
  display: inline-block;
  width: 90%;
  padding: 15px;
  color: #373F4C;
  background: #eeedee;
  border: 1.6px solid #e7edf0;
	border-radius: 12px;
  margin-bottom: 20px;
  transition: all 180ms ease;
}

label {
	display: block;
	margin-bottom: 7px;
}

input {
	display: block;
	width: 100%;
	color: #373F4C;
	background: #F8F8F8;
	border: 1.3px solid transparent;
	outline: 0;
	border-radius: 6px;
	padding: 15px;
	/*margin-bottom: 10px;*/
}

input.quick-edit {
	display: block;
	width: 100%;
	color: #373F4C;
	background: #F8F8F8;
	border: 1.3px solid transparent;
	outline: 0;
	border-radius: 6px;
	padding: 7px;
	margin: 10px 0;
}



.banner-title {
	font-family: 'HongKong-LightItalic', sans-serif;
	text-transform: uppercase;
	font-size: 2.6em;
	letter-spacing: 1.3px;
}




/* SAM Search Bar */ 
.search-container {
	padding: 0;
	margin: 0;
}

.search-target-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: left;
	font-family: 'FFMarkWebProBold', sans-serif;
	cursor: pointer;
	color: #373F4C;
	background: #ececef;
	width: 15%;
	text-align: center;
	border-radius: 3px 0 0 3px;
	transition: all 180ms ease;
}

.search-target {
	padding: 15px;
	overflow: hidden;
	font-size: 1em;
}

.arrow-indicator {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("../images/chevron.svg");
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 180ms ease;
}


.drop-search-menu {
	display: none;
	position: absolute;
	z-index: 2;
	top: 65px;
	left: 0;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 20px 20px rgba(21,57,133,0.15);
}

.show-search-menu  {
	display: block;
}

.arrow-indicator.flip {
	transform: rotate(-180deg);
}


.drop-search-menu span {
	display: block;
	font-size: 0.9em;
	color: #959799;
	background: #ececef;
	padding: 15px;
	width: 100%;
	text-align: left;
	transition: all 180ms ease;
}

.drop-search-menu span:hover,
.search-target:hover {
	background: #DEDEE3;
}


input[type=text].inline-search-bar {
	display: inline-block;
	vertical-align: top;
	float: left;
	border-radius: 0px;
	width: 80%;
	height: 60px;
	background: #eeedee;
	border: none;
	outline: none;
	font-size: 1em;
	overflow: hidden;
}

input[type=text].inline-search-bar:focus {
	border: none;
	outline: none;
	box-shadow: none;
}


input[type=text].search-bar {
	display: block;
	outline: none;
	width: 100%;
	padding: 15px;
	color: #373F4C;
	background: #eeedee;
	border: 1.3px solid #e7edf0;
	border-radius: 6px;
	transition: all 180ms ease;
}

input[type=text].search-bar:hover {
	border: 1.3px solid #4f76f7;
}

input[type=text]:focus.search-bar {
	border: 1.3px solid #4dc1dd;
	outline: none;
	box-shadow: 0 0 10px rgba(77,193,221,0.3);
}

select {
	text-transform: uppercase;
	letter-spacing: 1px;
}







/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
	height: 60px; /*same height as search bar*/
	line-height: 30px;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	box-shadow: none;
	background: #eeedee;
	margin: 0;
	border-radius: 12px;
	transition: all 180ms ease;
}

.custom-select.dfb {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 100%;
	height: 54px; /*same height as search bar*/
	line-height: 30px;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	box-shadow: none;
	background: #eeedee;
	margin: 0;
	transition: all 180ms ease;
	
	border-radius: 0;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 18px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid #373F4C;
	border-color: #373F4C transparent transparent transparent;
	transition: all 180ms ease-in-out;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #373F4C transparent;
  top: 7px;
}


.custom-select.rpp {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	margin: 0;
	float: none;
	width: 200px;
	border-radius: 6px;
	transition: all 180ms ease;
}

.custom-select.options {
	width: 100%;
	margin-top: 10px;
	border-radius: 0px;
}

.custom-select.rpp.options {
	width: 100%;
	margin-top: 10px;
	border-radius: 6px;
}

.custom-select.transfer.options {
	width: 100%;
	margin-top: 10px;
	border-radius: 6px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
	margin: 100px 0 0 0;
	border: 3px solid orange;
	outline: none;
}

.custom-select.rpp select {
  display: none; /*hide original SELECT element:*/
	margin: 0;
	border: none;
	outline: none;
}



/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 10px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 16px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 13px 15px;
  border: none;
  cursor: pointer;
  user-select: none;
	border-bottom: 1.3px solid #deddde;	
}

.select-items div:last-of-type {border-bottom: 0;}

.select-selected {
	background: #f8f8f8;
	height: 60px;
	line-height: 30px;
	margin: 0;
	border: 0;
	border-bottom: 0;
}



/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #f8f8f8;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	top: 70px;
	left: -1px;
	right: 0;
	z-index: 3;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	border: none;
	animation: slideFadeV 0.3s;
	box-shadow: 0 10px 10px rgba(120,124,133,0.3);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #deddde;
}








.banner-animation:nth-of-type(1) {
	animation: slideFade 1s ease-out;
}


@keyframes slideFadeV {
	0% {opacity: 0; transform: translateY(-10%);}
	100% {opacity: 1; transform: translateY(0);}
}

@keyframes slideFade {
	0% {opacity: 0; transform: translateX(-10%);}
	100% {opacity: 1; transform: translateX(0);}
}


.solid-button {
  display: block;
  font-family: 'FFMarkWebProBold', sans-serif;
  text-align: center;
  cursor: pointer;
	position: relative;
	font-size: 1em;
/*	background: #373F4C;*/
	background: #373F4C;
	color: #eeedee;
	outline: 0;
	border: 0;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: none;
	
	
	
}

.copy-specs {
	display: inline-block;
	border: 1.3px solid;
	border-radius: 6px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 0.9em;
	margin-top: 10px;
}

.copy-specs:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 20px;
	height: 20px;
	background: url("../images/icon-copy.svg");
	background-size: cover;
	margin-right: 7px;
}




/**** Company Stats Module ****/
.sam-container {
	background: -webkit-linear-gradient(bottom right, #8cc63e, #009345);
	background: -o-linear-gradient(bottom right, #8cc63e, #009345);
	background: linear-gradient(to top left, #8cc63e, #009345);
	color: #eeedee;
	border: none;
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

.module-intro.white {
	font-size: 2em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #eeedee;
}

.bold {font-family: 'FFMarkWebProBold', sans-serif;}

span.stats-number {
	display: block;
	font-size: 2.5em;
	margin: 0 auto 10px;
/*	animation: dropIn 1s linear;*/
}

/*
span.stats-number.two {animation: dropIn 1.25s linear;}
span.stats-number.three {animation: dropIn 1.5s linear;}
span.stats-number.four {animation: dropIn 1.75s linear;}
*/

@keyframes dropIn {
	0% {transform: translateY(-200%); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}

.animated-logo {
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 50%;
	margin: 0 auto 20px;
	animation: scaleUp 1s linear;
}

.fireworks {
	display: block;
	width: 1.3px;
	height: 1px;
	background: pink;
	animation: fillIn 2s infinite;
}

.fireworks:nth-of-type(2) {
	margin: 0 0 0 0;
}

.bubbles {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	opacity: 0;
	border: 1.3px solid pink;
	animation: scaleFade 2s infinite;
	animation-delay: 1.5s;
}

@keyframes fillIn {
	0% {height: 1px; opacity: 1;}
	100% {height: 20px; opacity: 0;}
}

@keyframes scaleFade {
	60%,100% {opacity: 0;}
	0% {opacity: 0; transform: scale(0);}
	50% {opacity: 1; transform: scale(1);}
}

@keyframes scaleFade2 {
	80%,100% {opacity: 0;}
	0% {opacity: 0; transform: scale(0);}
	70% {opacity: 1; transform: scale(1);}
}

@keyframes scaleFadeRotate {
	80%,100% {opacity: 0;}
	0% {opacity: 0; transform: translateY(20px);}
	70% {opacity: 1; transform: translateY(0);}
}

@keyframes scaleFadeRotate2 {
	50%,100% {opacity: 0;}
	0% {opacity: 0; transform: translateY(20px);}
	40% {opacity: 1; transform: translateY(0);}
}

@keyframes scaleUp {
	0% {transform: scale(0);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}




img.milestone {
	width: 30px;
	position: absolute;
	top: -20px;
	left: -20px;
	animation: scaleFade 3s infinite ease-in-out;
}

img.milestone-2 {
	width: 30px;
	position: absolute;
	bottom: 0;
	right: -20px;
	animation: scaleFade2 3s infinite ease-in-out;
}

img.milestone-3 {
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	animation: scaleFadeRotate 3s infinite ease-in-out;
}

img.milestone-4 {
	width: 60px;
	position: absolute;
	top: -20px;
	right: -60px;
	animation: scaleFadeRotate2 3s infinite ease-in-out;
}



/* APPRAISAL OPTION */
.appraisal-option {
	border: 1.6px solid #deddde;
	font-family: 'FFMarkWebProBold', sans-serif;
	padding: 15px;
	border-radius: 6px;
	min-height: 130px;
}	

.appraisal-option-selected {
	border: 1.6px solid #f45b69;
}

.option-title {
	display: block;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1em;
	color: #373F4C;
}


.select-appraisal {
	display: inline-block;
	cursor: pointer;
	background: #f45b69;
	color: #eeedee;
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	font-size: 0.8em;
}

.view-definition {
	cursor: pointer;
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b;
	margin: 10px 10px 10px 0;
}


#concept-options,
#desktop-definition,
#inspection-definition,
#asv-definition,
#fmv-definition,
#fmvi-definition,
#lvp-definition,
#olv-definition,
#flv-definition,
#sv-definition {display: none;}








.new-outline-button {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	border: 1.6px solid #656d7b;
	border-radius: 35px;
	padding: 5.4px 18.4px 8.4px;
	margin: 0;
	transition: all 150ms ease-in-out;
}

.option-new {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	border: 1.6px solid #656d7b;
	border-radius: 35px;
	padding: 7px 20px 10px;
	margin: 0;
	transition: all 150ms ease-in-out;
}

.option-new.small {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	border: 1.6px solid #656d7b;
	border-radius: 35px;
	padding: 1px 15px 3px 15px;
	margin: 0;
	transition: all 150ms ease-in-out;
}

.option-new.options {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	border: 1.6px solid #656d7b;
	border-radius: 50%;
	line-height: 30px;
	height: 45px;
	width: 45px;
	padding: 0;
	margin: 0;
	transition: all 150ms ease-in-out;
}

ul.more-options {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 250px;
	background: #F8F8F8;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(120,124,133,0.3);
	animation: slideFadeV 0.3s;
	z-index: 10;
}

ul.more-options li {
	display: block;
	font-family: 'FFMarkWebProBold', sans-serif;
	padding: 0;
	margin: 0;
	text-align: left;
	border-bottom: 1.3px solid #deddde;
}

ul.more-options li:last-of-type {border-bottom: none;}

ul.more-options li a {
	display: block;
	padding: 7px 15px;
	transition: all 0.3s ease-in-out;
}


ul.more-options li a:hover {
	background: #deddde;
}

#push-transfer-modal,
#add-notes-modal,
#edit-lot-modal,
#consignors-modal,
#warm-deal-modal,
#warm-deal-info,
#live-deal-modal,
#live-deal-info {
	display: none;
}



.modal {
	background: -webkit-linear-gradient(left, #1c1f25, #22272F);
	background: -o-linear-gradient(left, #1c1f25, #22272F);
	background: linear-gradient(to right, #1c1f25, #22272F);
	border-radius: 12px;
	padding: 15px 30px;
	min-width: 100%;
	width: 100%;
	z-index: 25;
}

.edit-lot-modal {
	position: fixed;
	top: 100px;
	bottom: 0;
	background: #eeedee;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 25;
}

.sold-price-notification {
	display: block;
	background: #a9e1ef;
	color: #373F4C;
	padding: 5px 15px;
}

.transfer-request-notification {
	display: block;
	background: #dbd0ee;
	color: #373F4C;
	padding: 5px 15px;
}

.note {
	display: none;
	background: #f8e7b5;
	padding: 5px 15px;
}

.note-counter {	
	border: 1.1px solid #ebbd33; 
	background: #ebbd33;
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: white;
	margin: 0 10px 10px 0;

	
}

.catalog-resolve {	
	border: 1.1px solid #fc4a1a; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	transition: all 0.3s ease-in-out;
	
}

.archive-sold-asset {	
	border: 1.1px solid #4f76f7; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	transition: all 0.3s ease-in-out;
	
}

.requests-view-all {	
	border: 1.1px solid #AC84F6; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	transition: all 0.3s ease-in-out;
	
}

.archive-sold-asset:hover {
	background: #4f76f7;
	color: white;
}

.requests-view-all:hover {
	background: #AC84F6;
	color: white;
}

.notes-view-all {	
	border: 1.1px solid #ebbd33; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	transition: all 0.3s ease-in-out;
	
}

.notes-view-all:hover {
	background: #ebbd33;
	color: white;
}

.entered-indicator:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 15px;
	height: 15px;
	background: url("../images/icon-entered.svg");
	background-size: 15px 15px;
	margin-right: 5px;
}

#countdown-indicator:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 15px;
	height: 15px;
	background: url("../images/icon-countdown.svg");
	background-size: 15px 15px;
	margin: 0 5px 0 15px;
}

.option-new.transfer-sub {
	display: block;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	background: #eeedee;
	border: 0;
	border-radius: 35px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	transition: all 150ms ease-in-out;
}




.option-new:hover {
	border: 1.6px solid #4dc1dd;
}

.option-new.transfer:hover {
	border: 1.6px solid #AC84F6;
}

.option-new.hold:hover {
	border: 1.6px solid #F7B733;
}

.option-new.appraise:hover {
	border: 1.6px solid #f45b69;
}
.option-new.options:hover {
	border: 1.6px solid #656d7b;
}

.transfer-icon-indicator {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	background: url("../images/icon-transfer-gradient.svg");
	background-size: 45px 45px;
	margin-right: 5px;
}


/* create selected class here */

.option-new.option-selected {
	background: -webkit-linear-gradient(left, #4DC1DD, #4F76F7);
	background: -o-linear-gradient(left, #4DC1DD, #4F76F7);
	background: linear-gradient(to right, #4DC1DD, #4F76F7);
	color: #eeedee;
	border: 1.6px solid #4dc1dd;
	transition: all 0.3s ease-in-out;
}

.option-new.transfer.option-selected {
	background: -webkit-linear-gradient(left, #AC84F6, #4237BD);
	background: -o-linear-gradient(left, #AC84F6, #4237BD);
	background: linear-gradient(to right, #AC84F6, #4237BD);
	color: #eeedee;
	border: 1.6px solid #AC84F6;
}

.option-new.hold.option-selected {
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);
	color: #eeedee;
	border: 1.6px solid #F7B733;
}

.option-new.appraise.option-selected {
	background: -webkit-linear-gradient(right, #AD426B, #f45b69);
	background: -o-linear-gradient(right, #AD426B, #f45b69);
	background: linear-gradient(to left, #AD426B, #f45b69);
	color: #eeedee;
	border: 1.6px solid #f45b69;
}

.option-new.options.option-selected {
	background: -webkit-linear-gradient(right, #373f4c, #656d7b);
	background: -o-linear-gradient(right, #373f4c, #656d7b);
	background: linear-gradient(to left, #373f4c, #656d7b);
	color: #eeedee;
	border: 1.6px solid #656d7b;
}




.display-on-mobile {display: none;}


#submit-transfer {
	cursor: pointer;
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	color: #373F4C;
	background: transparent;
	outline: 0;
	border: 1.6px solid #AC84F6;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#cancel-transfer {
	cursor: pointer;
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	color: #656d7b;
	background: transparent;
	outline: 0;
	border: 1.6px solid;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

button#cancelThis-transfer {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-family: 'FFMarkWebProBold', sans-serif;
	padding: 0 15px;
	font-size: 1em;
	border: 1.6px solid;
	background: none;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	margin: 0;
}

#submit-transfer:hover {
	background: #AC84F6;
	color: #eeedee;
	border: 1.6px solid #AC84F6;
	
}




#submit-appraisal {
	cursor: pointer;
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	color: #373F4C;
	background: transparent;
	outline: 0;
	border: 1.6px solid #f45b69;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	margin: 0 10px 10px 0;
}



#cancel-appraisal {
	cursor: pointer;
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
/*	background: #373F4C;*/
	color: #656d7b;
	background: transparent;
	outline: 0;
	border: 1.6px solid;
	padding: 7px 20px 10px;
	border-radius: 35px;
	z-index: 1;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#submit-appraisal:hover {
	background: #f45b69;
	border: 1.6px solid #f45b69;
	color: #eeedee;

}

#cancel-appraisal:hover,
#cancel-transfer:hover {
	background: #373F4C;
	border: 1.6px solid #373F4C;
	color: #eeedee;

}

#transfer-options,
#bulk-transfer-options {
	position: relative;
	display: none;
	font-size: 1em;
	background: #F9F9F9;
	padding: 10px 30px;
	border-radius: 12px;
	margin-top: 10px;
	border: 1.6px solid transparent;
}


#appraisal-options {
	position: relative;
	display: none;
	font-size: 1em;
	background: #F9F9F9;
	padding: 10px 30px;
	border-radius: 12px;
	margin-top: 10px;
	border: 1.6px solid transparent;
}

.asset-ers {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.asset-erg {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.asset-sold-price {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.asset-transfer-request {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1em;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.border-animation-transfer {
	animation: colorBorderTransfer 1.5s;
	animation-delay: 0.5s;
}

.border-animation-appraisal {
	animation: colorBorder 1.5s;
	animation-delay: 0.5s;
}

@keyframes colorBorderTransfer {
	0% {border: 1.6px solid transparent;}
	50% {border: 1.6px solid #AC84F6;}
	100% {border: 1.6px solid transparent;}
}

@keyframes colorBorder {
	0% {border: 1.6px solid transparent;}
	50% {border: 1.6px solid #f45b69;}
	100% {border: 1.6px solid transparent;}
}

#concept-options {
	padding: 30px 0;
}

#appraisal-options-target {
	position: absolute;
	top: -330px;
	left: 0;
}

#transfer-options-target {
	position: absolute;
	top: -330px;
	left: 0;
}

#notes-section-target {
	position: absolute;
	top: -330px;
	left: 0;
}

#catalog-entry-target {
	position: absolute;
	top: -330px;
	left: 0;
}

#transfer-options.show-transfer-options {
	display: block;
}

#transfer-submitted {
	display: none;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: #ddd1f0;
	color: #373F4C;
	border-radius: 6px;
	padding: 7px 30px;
	margin-top: 10px;
}

#appraisal-submitted {
	display: none;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: #fbdade;
	color: #373F4C;
	border-radius: 6px;
	padding: 0 30px;
	margin-top: 10px;
}

#cancelThis-appraisal,
#edit-appraisal,
#cancelThis-transfer,
#edit-transfer,
#mark-transferred {
	border: 1.6px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.9em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin: 0;
}


#lot-number {display: none;}
#ers {display: none;}
#hold {display: none;}
#sell {display: none;}
#transfer {display: none;}
#transferred {display: none;}
#pending-appraisal {display: none;}
#auction-name {display: none;}
#auction-logo {display: none;}
#appraisal-options {display: none;}
#transferred-label {display: none;}
#transferred-label-lp {display: none;}
#transferred-from {display: none;}
#transferred-to {display: none;}
#available-trigger {display: none;}

#appraised {display: none;}

#pending-appraisal.show {display: block;}

#asv-definition,
#fmv-definition,
#fmvi-definition, 
#lvp-definition,
#olv-definition,
#flv-definition,
#sv-definition {
	margin-top: -10px;
	margin-bottom: 10px;
	border-radius: 6px;
	padding: 15px;
	font-size: 1em;
	background: #eeedee;
}


.deactivate-link {
   pointer-events: none;
   cursor: not-allowed; 
}


 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
	background-color: #f8f8f8;
	border: 2.5px solid #deddde;
  border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #f8f8f8;
	border: 2.5px solid #373F4C;
	outline: none;

}

/* When the radio button is checked, add a color background */
.container input:checked ~ .checkmark {
  background-color: #4dc1dd;
	border: 2.5px solid #4dc1dd;
	outline: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8f8f8;
} 



/*************************************************************************************************************************************************************************************************
Project Card
*************************************************************************************************************************************************************************************************/
.project-card-new {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #eeedee;
	padding: 0;
}

.project-info {
	padding: 30px;
	min-height: 280px;
}

.project-card-new .cover {
	display: block;
	position: relative;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
	background: url(https://svdisposition.com/backend/web/images/AuctionImages/396_14_1637177977..jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-new .cover.lgc {
	display: block;
	position: relative;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
	background: url("../images/lgc-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-new .cover.techfootin {
	display: block;
	position: relative;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
	background: url("../images/test-cover.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-new .cover.completed {
	display: block;
	position: relative;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
	background: url(https://svdisposition.com/backend/web/images/AuctionImages/396_6_1637177975..jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-new .project-title {
	color: #373F4C;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	margin-bottom: 10px;
	
/*
	position: relative;
	height: 2.6em;
	overflow: hidden;
*/

}

/*
.project-card-new .project-title:after {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 1.3em;
	background: linear-gradient(to left, #22272F,rgba(0,0,0,0));
	z-index: 3;
}
*/

/*.project-card-new .project-title.techfootin:before {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 29px;
	height: 29px;
	background: url("../images/techfootin-robot.png");
	background-size: 29px 29px;
	margin-right: 7px;
}

.project-card-new .project-title.proindustrial:before {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 29px;
	height: 29px;
	background: url("../images/proindustrial-logomark.png");
	background-size: 29px 29px;
	margin-right: 7px;
}


.project-card-new .project-title.lgc:before {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 29px;
	height: 29px;
	background: url("../images/lgc-logomark.png");
	background-size: 29px 29px;
	margin-right: 7px;
}*/


.project-card-new .secondary-info {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
}

.project-card-new .city {margin-left: 5px;}


.info-pill {
	display: inline-block;
	padding: 1px 15px 5px;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: rgba(26,29,35,0.9);

	border-radius: 35px;
	margin-right: 10px;
}

.inline-info {
	display: inline-block;
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
}

span.revenue-generated {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;

}

span.project-percentage {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

span.project-percentage.techfootin {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #009345, #8cc63e);
	background: -o-linear-gradient(right, #009345, #8cc63e);
	background: linear-gradient(to left, #009345, #8cc63e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.project-percentage.proindustrial {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #ea1744, #b5002d);
	background: -o-linear-gradient(left, #ea1744, #b5002d);
	background: linear-gradient(to right, #ea1744, #b5002d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.project-percentage.lgc {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #78EEF4, #00C1D3);
	background: -o-linear-gradient(left, #78EEF4, #00C1D3);
	background: linear-gradient(to right, #78EEF4, #00C1D3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.project-card {
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(to bottom, #373F4C, #22272F);
	min-height: 450px;
}

.project-card .cover {
	position: relative;
	background: url(https://cimg3.ibsrv.net/ibimg/hgm/1920x1080-1/100/814/ford-f-150-lightning-augmented-reality-experience_100814015.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 225px;
	overflow: hidden;
}

.project-card .cover.completed {
	background: url(https://svdisposition.com/images/about-bg-new.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card .cover.techfootin {
	background: url(https://svdisposition.com/backend/web/images/AuctionImages/396_5_1637177975..jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card .cover.lgc {
	background: url(https://www.festo.com/media/cms/central/media/editorial/img/trends/journal_process-industries_Festo_Biotest_Dreieich_108_fix1920x880.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card .cover .gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(26,29,35,1), rgba(26,29,35,0));
	background: -o-linear-gradient(bottom, rgba(26,29,35,1), rgba(26,29,35,0));
	background: linear-gradient(to top, rgba(26,29,35,1), rgba(26,29,35,0));
	z-index: 2;
}

.project-card .cover .project-title {
	position: absolute;
	bottom: 0;
	padding: 15px 30px;
	display: block;
	color: #deddde;
	font-size: 1.3em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	z-index: 3;
}

.project-card-new .cover .status-indicator {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 15px;
	padding: 1px 15px 3px 15px; 
	display: block;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);

	border-radius: 35px;
	z-index: 3;
}

.project-card-new .cover .status-indicator.in-progress.techfootin {
	background: -webkit-linear-gradient(right, #009345, #8cc63e);
	background: -o-linear-gradient(right, #009345, #8cc63e);
	background: linear-gradient(to left, #009345, #8cc63e);
}

.project-card-new .cover .status-indicator.in-progress.proindustrial {
	background: -webkit-linear-gradient(left, #ea1744, #b5002d);
	background: -o-linear-gradient(left, #ea1744, #b5002d);
	background: linear-gradient(to right, #ea1744, #b5002d);
}

.project-card-new .cover .status-indicator.in-progress.lgc {
	background: -webkit-linear-gradient(left, #78EEF4, #00C1D3);
	background: -o-linear-gradient(left, #78EEF4, #00C1D3);
	background: linear-gradient(to right, #78EEF4, #00C1D3);
}

.project-card .cover .status-indicator {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px;
	padding: 3px 15px 5px;
	display: block;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);

	border-radius: 35px;
	z-index: 3;
}

.status-indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0; 
	padding: 1px 15px 5px 15px; 
	border-radius: 0; 
	display: inline-block; 
	font-size: 1em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #eeedee;
	background: rgba(26,29,35,0.9);
}

.project-card .cover .techfootin-logo {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 3;
}

.project-card .cover .proindustrial-logo {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 3;
}

.project-card .cover .status-indicator.in-progress.techfootin {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px;
	padding: 3px 15px 5px;
	display: block;
	color: #eeedee;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #009345, #8cc63e);
	background: -o-linear-gradient(right, #009345, #8cc63e);
	background: linear-gradient(to left, #009345, #8cc63e);

	border-radius: 35px;
	z-index: 3;
}

.project-card .cover .status-indicator.in-progress.proindustrial {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px;
	padding: 3px 15px 5px;
	display: block;
	color: #eeedee;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(left, #1b47c0, #b5002d);
	background: -o-linear-gradient(left, #1b47c0, #b5002d);
	background: linear-gradient(to right, #1b47c0, #b5002d);


	border-radius: 35px;
	z-index: 3;
}

.project-card .cover .status-indicator.completed,
.project-card-new  .cover .status-indicator.completed {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 15px;
	padding: 1px 15px 5px;
	display: block;
	color: #eeedee;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);

	border-radius: 35px;
	z-index: 3;
}

.project-card .cover .lot-count-indicator {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px;
	padding: 3px 15px 5px;
	display: block;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: rgba(26,29,35,0.9);

	border-radius: 35px;
	z-index: 3;
	
}

.project-card-new .lot-count {
	display: inline-block;
	padding: 1px 15px 5px;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: rgba(26,29,35,0.9);

	border-radius: 35px;
	margin-bottom: 30px;
	
}

.project-card .info {
	color: #deddde;
	height: 225px;
	padding: 15px 30px;
}

.date-range {
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1.3em;
}

.city:before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-image: url("../images/icon-location.png");
	margin-right: 3px;
}



.project-card-v2cover {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 260px;
	border-radius: 12px;
	background: #eeedee;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
}

.project-card-v2cover > img.client-logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.project-card-v2cover.one {
	background: url("../images/tecan-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-v2cover.two {
	background: url("../images/tecan-3.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-v2cover.lgc {
	background: url("../images/tecan-2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-v2cover.techfootin {
	background: url("https://svdisposition.com/backend/web/images/AuctionImages/306_109_1598648530..jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-card-v2cover.pro-industrial {
	background: url("https://svdisposition.com/backend/web/images/AuctionImages/277_83_1582171094..jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-title {
	color: #373F4C;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: 'FFMarkWebProBold', sans-serif;
	margin-bottom: 10px;
}

.secondary-info {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
}

.city {margin-left: 10px;}

.pd-tab-link-overview,
.pd-tab-link-team,
.pd-tab-link-files,
.pd-tab-link-timeline {
	display: block;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	padding: 7px 20px 10px;
	border-radius: 35px;
	color: #373F4C;
	background: #eeedee;
	transition: all 0.3s ease-in-out;
}

.pd-tab-link-overview:after,
.pd-tab-link-team:after,
.pd-tab-link-files:after,
.pd-tab-link-timeline:after  {
	display: none;
	content: '';
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	background-image: url("../images/icon-nav.png");
	margin-left: 7px;
}


.pd-tab-link-overview.active,
.pd-tab-link-team.active,
.pd-tab-link-files.active,
.pd-tab-link-timeline.active {
	color: #eeedee;
	background: linear-gradient(to left, #22272F, #373F4C);
}

#team-content,
#files-content,
#timeline-content,
#operations-plan-content {display: none;}

.upload-area {
	display: block;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	border-radius: 12px;
	border: 1.6px dashed #656d7b;
	padding: 60px 30px;
	transition: all 0.3s ease-in-out;
}

.upload-area:before {
	display: block;
	text-align: center;
	margin: 0 auto;
	content: '';
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	background-image: url("../images/icon-drag-drop.svg");
}

.upload-area:hover {
	background: #deddde;
}

/*************************************************************************************************************************************************************************************************
Podcast Module
*************************************************************************************************************************************************************************************************/
.podcast-cover {
	position: relative;
	background: url(https://assets.morningconsult.com/wp-uploads/2021/04/09161640/GettyImages-1271246960-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 12px;
	height: 530px;
}

.podcast-info {
	position: absolute;
	bottom: 60px;
	right: 60px;
	display: inline-block;
	width: 400px;
	background: #eeedee;
	padding: 30px;
	border-radius: 12px;
}

/*************************************************************************************************************************************************************************************************
Project Details Slider
*************************************************************************************************************************************************************************************************/
/* Slideshow container */
.pdSlider-container {
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 400px;
	position: relative;
	background: #22272F;
	overflow: hidden;
	text-align: left;
	border-radius: 12px;
}

/* Hide the images by default */
.mySlides {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 100%;
	/*background: orange; FOR TESTING */
}


img.slider-image {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #eeedee;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px;
	padding: 3px 15px 5px;
	display: block;
	color: #deddde;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: rgba(26,29,35,0.9);

	border-radius: 35px;
	z-index: 3;
}


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {transform: 0}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}

.fade-up {
  -webkit-animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
  animation-name: fadeUp;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeUp {
  from {opacity: 0; transform: translateY(15px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeUp {
  from {opacity: 0; transform: translateY(15px);}
  to {opacity: 1; transform: translateY(0);}
}




/*************************************************************************************************************************************************************************************************
Project Status Bar
*************************************************************************************************************************************************************************************************/
.progress-container {
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.progress-percentage:after {
	display: inline-block;
	vertical-align: top;
	content: '%';
}

.progress-bar {
	width: 100%;
	position: relative;
	border: none;
	border-radius: 35px;
	height: 6px;
	background: #eeedee;
	overflow: hidden;
}

.progress-bar-fill{
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 6px;
	border-radius: 0;
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	animation: fillBar 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.progress-bar-fill:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	right: 0;
	color: #eeedee;
	text-align: right;
}

@keyframes fillBar {
	0% {width: 0;}
	100% {width: 60%;}
}


.pulse:before{
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	top: 5px;
	left: -10px;
	background: #4dc1dd;
	border: 1.3px solid #4dc1dd;
	border-radius: 50%;
	z-index: 2;
}

.pulse:after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	top: 10px;
	left: 0;
	background: transparent;
	border: 1.3px solid #4dc1dd;
	border-radius: 50%;
	z-index: 3;
	animation: radiate 1.3s infinite;
}	



span.ip {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 10px;
	margin-left: 3px;
}

span.dot {
	position: absolute;
	top: 2.5px;
	left: 0;
	display: inline-block;
	width: 0px;
	height: 0px;
	background: white;
	border-radius: 50%;
	animation: progress 1.6s infinite;
	animation-delay: -0.5s;

}

span.dot:nth-of-type(2) {
	position: absolute;
	top: 2.5px;
	left: 10px;
	display: inline-block;
	width: 0px;
	height: 0px;
	background: white;
	border-radius: 50%;
	animation: progress 1.6s infinite;
	animation-delay: -0.25s;
}

span.dot:nth-of-type(3) {
	position: absolute;
	top: 2.5px;
	left: 20px;
	width: 0px;
	height: 0px;
	background: white;
	border-radius: 50%;
	animation: progress 1.6s infinite;
	transform-origin: center;
}


@keyframes progress {
	0% {width: 0px; height: 0px;}
	50% {width: 5px; height: 5px;}
	100% {width: 0px; height: 0px;}

}

/*************************************************************************************************************************************************************************************************
New Team Cards
*************************************************************************************************************************************************************************************************/
.id-container {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background: -webkit-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: -o-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	border-radius: 50%;
	margin: 0 7px 7px 0;
	text-align: center;
}

.id-container.svd {
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
}

.photo-initials {
	display: inline-block;
	text-align: center;
	line-height: 52.5px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #deddde;
	margin-top: 2.5px;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1.1em;
	color: #373F4C;
}

.photo-initials.has-photo {
	background: url("../images/test-user.jpg");
	background-size: cover;
}


.member-details {
	display: inline-block;
	vertical-align: top;
}

.sales-info-indicator.lead {
	background: #dbd0ee;
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin: 0 10px 10px 0;
}

.sales-info-indicator.warm {
	background: #fdb09b;
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin: 0 10px 10px 0;
}

.sales-info-indicator.live {
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	background: #a9e1ef;
	margin: 0 10px 10px 0;
}

.sales-info-indicator.complete {
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	background: #b2edc5;
	margin: 0 10px 10px 0;
}

.account-type {
	border: 1.1px solid var(--cc-primary); 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin: 0 10px 10px 0;
}

.account-type.svd {
	border: 1.1px solid #4F76F7; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;
	margin: 0 10px 10px 0;
}

.report-status {
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.report-status.final {
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.small-outline-link {
	cursor: pointer;
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.small-outline-link:hover {
	color: #373F4C;
}

.small-outline-link.catalog-complete {
	border: 1.1px solid transparent; 
	color: #373F4C;
	background: #a9e1ef;
}

.small-outline-link.project-complete {
	color: #eeedee;
	border: 1.1px solid #8cc63e; 
	background: -webkit-linear-gradient(right, #009345, #8cc63e);
	background: -o-linear-gradient(right, #009345, #8cc63e);
	background: linear-gradient(to left, #009345, #8cc63e);
}

.sales-status {
	cursor: pointer;
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.sales-status:hover {
	color: #373F4C;
}

.sales-status.lead:hover {
	color: #373F4C;
	border: 1.1px solid #AC84F6; 
}

.sales-status.warm:hover {
	color: #373F4C;
	border: 1.1px solid #F7B733; 
}

.sales-status.live:hover {
	color: #373F4C;
	border: 1.1px solid #4dc1dd; 
}

.sales-status.lead.selected {
	cursor: pointer;
	border: 1.1px solid #AC84F6; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	color: #eeedee;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	transition: all 0.3s ease-in-out;
}

.sales-status.warm.selected {
	cursor: pointer;
	border: 1.1px solid #F7B733; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	background: -webkit-linear-gradient(left, #F7B733, #FC4A1A);
	background: -o-linear-gradient(left, #F7B733, #FC4A1A);
	background: linear-gradient(to right, #F7B733, #FC4A1A);
	color: #eeedee;
	transition: all 0.3s ease-in-out;
}

.sales-status.live.selected {
	cursor: pointer;
	border: 1.1px solid #4dc1dd; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: block; 
	font-size: 0.8em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-align: center;
	color: #eeedee;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	transition: all 0.3s ease-in-out;
}




/*************************************************************************************************************************************************************************************************
New Project Card
*************************************************************************************************************************************************************************************************/
.new-project-card {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
	background: #eeedee;
	padding: 30px;
	
}

.new-project-card  .content {
	text-align: center;
	margin: 0 auto;
	
}

.new-project-icon {
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;

	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2.6px solid;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 15px;
	transition: all 0.3s ease-in-out;
}


.icon-one,
.icon-two {
	transition: all 0.3s ease-in-out;
}

.icon-two {
	transform: translateX(-100px);
}

.new-project-link {
	display: inline-block;
	cursor: pointer;
}

.new-project-link:hover .icon-one {
	transform: translateX(100px);

}

.new-project-link:hover .icon-two {
	transform: translateX(0);

}

.new-project-link:hover .new-project-icon {
	border: 2.6px solid #4F76F7;

}

span.create-new-project {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1.3em;
	color: #373F4C;
	outline: 0;
	border: 1.3px solid;
	padding: 7px 20px 10px;
	border-radius: 35px;
	overflow: hidden;

}

/*************************************************************************************************************************************************************************************************
Footer
*************************************************************************************************************************************************************************************************/

footer {
	background: #e6e5e6; 
}

footer img.aim-logo {
  display: block;
  width: 150px;
  margin: 0;
  padding: 0;
}

footer p {
	color: #eeedee;
}

footer ul {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 20px;
	padding: 0;
	background: none;
}


footer ul {display: block;}

footer li {line-height: 1.5; margin-left: 0;}

footer li:first-of-type {
	margin-bottom: 10px;
	color: #373F4C;
	
}

footer a {
  display: block;
	color: #656d7b;
	padding: 5px 0;
	transition: 180ms;
}

footer a:hover {color: #373F4C;}












.animated-headline {
	font-size: 3em;
	line-height: 1.3;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: white;
}


span.animated-word {
	display: inline-block;
}

span.animated-word:after {
  content:"";
  animation: spin 6s linear infinite;
}

@keyframes spin {
  0% { content:"comprehensive"; opacity: 0;}
  8% { content:"comprehensive"; opacity: 1; }
  16% { content:"comprehensive"; opacity: 1; }
  24% { content:"comprehensive"; opacity: 0; }
  32% { content:"intuitive"; opacity: 0;}
  40% { content:"intuitive"; opacity: 1;}
  48% { content:"intuitive"; opacity: 1;}
  56% { content:"intuitive"; opacity: 0;}
  64% { content:"dynamic"; opacity: 0;}
  72% { content:"dynamic"; opacity: 1;}
  80% { content:"dynamic"; opacity: 1;}
  100% { content:"dynamic"; opacity: 0;}
}


.link-container {
	border-top: 2.3px solid #deddde;
}

.new-link {
	display: block;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1em;
	padding: 8px 0;
	transition: all 0.3s ease-in-out;
}

.left-link {
	display: inline-block;
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1em;
	padding: 8px 15px 8px 0;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.new-link:after {
	display: inline-block;
	content: '\2192';
	color: #373F4C;
	margin-left: 10px;
}

.new-link.sell:after {
	display: inline-block;
	content: '\2192';
	color: #4f76f7;
	margin-left: 10px;
}

.new-link.transfer:after {
	display: inline-block;
	content: '\2192';
	color: #4237bd;
	margin-left: 10px;
}

.new-link.hold:after {
	display: inline-block;
	content: '\2192';
	color: #FC4A1A;
	margin-left: 10px;
}

.new-link:hover,
.left-link:hover {color: #656d7b;}


.sell-assets-option .info-block {
	display: block;
	transition: all 0.3s ease-in-out;
}

.sell-assets-option:hover .info-block {
	background: orange;
}

#second-step {display: none;}

textarea {
	width: 100%;
	border-radius: 6px;
	border: 1.3px solid transparent;
	outline: 0;
	overflow: hidden;
	padding: 15px;
	background: #F8F8F8;
	min-height: 150px;
}
textarea.quick-text {
	width: 100%;
	border-radius: 6px;
	border: 1.3px solid transparent;
	outline: 0;
	overflow: hidden;
	padding: 15px;
	background: #F8F8F8;
	min-height: 75px;
}
input:focus,
textarea:focus {
	border: 1.3px solid #4dc1dd;
}

.modal-close-button {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background: #373F4C;
	color: #eeedee;
	transition: all 0.3s ease-in-out;

}

.modal-close-button i {
	vertical-align: middle;
	margin-top: 12px;
	margin-left: 0;
	margin-right: 0;
}

.modal-close-button:hover {
	background: #888C93;
}


.dynamic-filter-bar {
	position: relative;
	background: #f8f8f8;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
}

.dynamic-tab-bar {
	position: relative;
	background: #f8f8f8;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
}

.bottom-nav {
	position: fixed;
	font-family: 'FFMarkWebProBold', sans-serif;
	bottom: 30px;
	right: 30px;
	border-radius: 12px;
	overflow: hidden;
	z-index: 20;
}

.bottom-nav > a {
	display: inline-block;
	background: #373F4C;
	color: #f8f8f8;
	padding: 7px 20px 10px;
	float: left;
	transition: all 0.3s ease-in-out;
}

.bottom-nav > a:first-of-type {
	border-right: 1.3px solid #707EA0;
}

.bottom-nav > a:hover {
	background: #22272F;
}

.main-filter-link {
	position: relative;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;	
	background: #eeedee;
	padding: 15px;
	border-radius: 0;
	border-bottom: none;	/* match dfb-list li */
	transition: all 0.3s ease-in-out;
}

.main-tab-link {
	position: relative;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;	
	background: #eeedee;
	padding: 15px;
	border-radius: 0;
	border-bottom: none;	
	transition: all 0.3s ease-in-out;
}

.main-tab-link.selected {
	background: #373F4C;
	color: #eeedee;
}

.dynamic-border {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.3px;
	height: 100%;
	background: #deddde;
}

.dynamic-border-last {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.3px;
	height: 100%;
	background: transparent;
}



.sub-filter-link {
	position: relative;
	cursor: pointer;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #373F4C;	
	background: #f8f8f8;
	padding: 15px;
	border-bottom: 1.3px solid #deddde;	/* match dfb-list li */
	transition: all 0.3s ease-in-out;
}




.main-filter-link:hover,
.main-tab-link:hover {
	background: #49515F;
	color: #eeedee;
}

.main-filter-link:hover:after {
	color: #eeedee;
}

.main-filter-link.selected {
	background: #373F4C;
	color: #eeedee;
	transition: all 0.3s ease-in-out;
}

.sub-filter-link.selected {
	background: #eeedee;
	transition: all 0.3s ease-in-out;
}

.main-filter-link:after,
.sub-filter-link:after {
	position: absolute;
	content: '\2193';
	top: 0;
	right: 0;
	margin: 15px;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.main-filter-link.selected:after {
	position: absolute;
	content: '\2193';
	top: 0;
	right: 0;
	margin: 15px;
	color: #eeedee;
	transform: rotate(-180deg);
}

.sub-filter-link:hover {
	background: #eeedee;
}

.sub-filter-link.selected:after {
	position: absolute;
	content: '\2193';
	top: 0;
	right: 0;
	margin: 15px;
	transform: rotate(-180deg);
}

ul.left-filters {
	margin: 0;
	padding: 0;
	font-family: 'FFMarkWebProBold', sans-serif;
}

ul.left-filters li {
	margin: 0;
}

ul.left-filters li a {
	display: block;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 15px 15px 15px 0;
	border-bottom: 1.3px solid #deddde;	
	transition: all 0.3s ease-in-out;
}


ul.left-filters li a:hover {
	background: #deddde;
}



ul.dfb-list {
	display: none;
	margin: 0;
	padding: 0;
}

ul.dfb-list.by-company {
	display: block;
	margin: 0;
	padding: 0;
}

.filter-indicator {
	position: relative;
	font-family: 'FFMArkWebProBold', sans-serif;
	margin: 0;
	padding: 15px;
	border-bottom: 1.3px solid #deddde;	
	transition: all 0.3s ease-in-out;
}

ul.dfb-list li {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 15px;
	border-bottom: 1.3px solid #deddde;	
	transition: all 0.3s ease-in-out;
}

ul.dfb-list li {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 15px;
	border-bottom: 1.3px solid #deddde;	
	transition: all 0.3s ease-in-out;
}

ul.dfb-list li:hover {
	background: #eeedee;
}



ul.dfb-list li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 22px 18px;
	border: 1.3px solid #656d7b;
	transition: all 0.3s ease-in-out;
}

ul.dfb-list.sell li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 22px 18px;
	border: 1.3px solid #4dc1dd;
	transition: all 0.3s ease-in-out;
}

ul.dfb-list.transfer li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 22px 18px;
	border: 1.3px solid #AC84F6;
	transition: all 0.3s ease-in-out;
}


ul.dfb-list.hold li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 22px 18px;
	border: 1.3px solid #F7B733;
	transition: all 0.3s ease-in-out;
}

ul.dfb-list li.selected:after {
	background: #656d7b;
}

ul.dfb-list.sell li.selected:after {
	background: #4dc1dd;
}

ul.dfb-list.transfer li.selected:after {
	background: #AC84F6;
}

ul.dfb-list.hold li.selected:after {
	background: #F7B733;
}


.main-filter-link.selected:after {
	position: absolute;
	content: '\2193';
	top: 0;
	right: 0;
	margin: 15px;
	color: #eeedee;
	transform: rotate(-180deg);
}





#cfs-filters,
#cfs-location-filters,
#cfs-contact-filters,
#cfs-industry-filters,
#cfs-industry2-filters,
#transferable-filters,
#dfb-controls
{display: none;}

.sub-filters {display: none;}



.page-banner {
	background-color: #0a1954;
	background-image: url("../images/banner-design.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: white;
	padding: 30px 60px;
}

/*
.page-banner {
	background-image: var(--sam-gradient);
	padding: 30px 60px;
	background-size: 400% 400%;
	animation: slideGradient 60s ease infinite;
}

*/
@keyframes slideGradient {
	0% {background-position: 0%;}
	50% {background-position: 100%;}
	100% {background-position: 0%;}
}

.page-banner.transfers {
	background-color: #4237bd;
	background-image: url("../images/banner-design-transfers.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: white;
	padding: 30px 60px;
}

.page-banner.techfootin {
	background-color: #369954;
	background-image: url("../images/banner-design-techfootin.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: white;
	padding: 30px 60px;
}

.page-banner.proindustrial {
	background-color: #610e2b;
	background-image: url("../images/banner-design-proindustrial.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: white;
	padding: 30px 60px;
}

.page-banner.lgc {
	background-color: #0a1954;
	background-image: url("../images/banner-design-lgc.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: white;
	padding: 30px 60px;
}



fieldset {
	margin-bottom: 30px;
	outline: 0;
	border: 0;
	border-bottom: 1.3px dotted #656d7b;
	padding-bottom: 30px;
}

fieldset:last-of-type {
	border-bottom: none;
}

legend {
	font-family: 'FFMarkWebProBold', sans-serif;
	font-size: 1.3em;
	color: #373F4C;
	padding: 0;
}

#new-location {display: none;}














/**** Mobile Styling ****/
@media screen and (max-width: 950px) {
	
	.sam-welcome-banner {
		padding: 30px;
	}
	
	
	 main {margin-top: 0; padding-top: 90px; }
	.display-on-mobile {display: block;}
	.hide-on-mobile {display: none;}
	.right-to-center,
	.left-to-center {text-align: center;}
	.right-to-left {text-align: left;}

	
	
	.mobile-nav {
		position: fixed;
		top: 30px;
		width: 100%;
		height: 80px;
		background: #22272F;
		z-index: 90;

	}
	
	
	.nav-container {
		position: fixed;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		transform: translateX(-100%);	
		width: 100%;
		height: 100%;
		background: orange;
		margin-top: 100px;
		padding: 0;
		transition: all 180ms ease-in-out;
		z-index: 50;
	}

	
	.brand-mobile {
		position: fixed;
		top: 45px;
		left: 20px;
		height: 50px;
		width: 109px;
		background: url("../images/sam-logo-new.svg");
		background-position: center center;
		background-size: 109px 50px;
	}

	.nav-trigger {
		position: fixed;
		z-index: 99;
		top: 45px;
		right: 15px;
		height: 50px;
		width: 50px;
		overflow: hidden;
		color: transparent;
		white-space: nowrap;
		text-indent: 100%;	
		background: rgba(0,0,0,0.2);
		border-radius: 12px;
	}

	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
		position: absolute;
		width: 25px;
		height: 1.6px;
		border-radius: 35px;
		background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
		background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
		background: linear-gradient(to left, #4f76f7, #4dc1dd);
	}

	.nav-trigger span {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: background .3s;
	}

	.nav-trigger span::before,
	.nav-trigger span::after {
		content:'';
		top: 0;
		left: 0;
		transition: background .3s, transform .3s;
	}

	.nav-trigger span::before {transform: translateY(-8px)}

	.nav-trigger span::after {transform: translateY(8px)}


	.nav-open .nav-trigger span {background: transparent;}


	.nav-open .nav-trigger span::before {transform: rotate(-45deg); height: 2.3px;}

	.nav-open .nav-trigger span::after {transform: rotate(45deg); height: 2.3px;}

	.nav-open .nav-container {transform: translateX(0); transition: all 180ms ease-in-out;}

	.nav-container {
		position: fixed;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		transform: translateX(-100%);	
		width: 100vw;
		height: 100vh;
		background: -webkit-linear-gradient(left, #22272F, #1c1f25);
		background: -o-linear-gradient(left, #22272F, #1c1f25);
		background: linear-gradient(to right, #22272F, #1c1f25);
		margin-top: 0px;
		padding: 0;
		transition: all 180ms ease-in-out;
	}


	.nav {
		margin: 80px 0 0 0px;
		padding: 0;
		width: 100%;
		background: none;	
	}

	.nav li {float: left; width: 100%;}

	.nav li a {
		font-size: 1em;
		text-align: left;
		width: 100%;	
		padding: 15px 30px;
		border-radius: 0px;
		border: none;
		color: #eeedee;
		border-bottom: 1.6px solid rgba(0,0,0,0.2);
	}


	.nav li a:hover,
	.nav li a:active {background:rgba(0,0,0,0.2);}
	
	
	
	.nav li a.dropdown-button {
	  display: none;
	  margin: 0;
	  padding: 7.4px 0;
	  cursor: default;
	}

	.dropdown-content {
	  display: block;
	  position: absolute;
	  background: none;
	  color: #eeedee;
	  left: 0;
	  margin: 0;
	  border-radius: 0;
	  box-shadow: none;
	}


	
	.main-filter-link {
		border-right: none;	
	}
	
	
	.dynamic-border {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1.3px;
		background: #deddde;
	}

	.dynamic-border-last {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1.3px;
		background: #deddde;
	}	

	.page-banner,
	.page-banner.transfers,
	.page-banner.techfootin,
	.page-banner.lgc {
	padding: 30px;
}

	.animated-headline {font-size: 2em;}
	
	.modal {
	background: #eeedee;
	border-radius: 12px;
	padding: 15px 30px;
	min-width: 300px;
	max-width: 300px;
	z-index: 25;
}

	
}
/* end of mobile styling */


.pagination-update a {
	cursor: pointer;
}

.pagination-update a:first-child {
	margin-right: 5px;
	width: 45px;
}

.pagination-update a:last-child {
	margin-left: 5px;
	width: 45px;
}

.pagination-update a.active {
	color: #eeedee;
	background: #373F4C;
}

.pagination-update a.active:hover {
	color: #eeedee;
	background: #373F4C;
}


.pagination-update a,
.pagination-update span {
	display: inline-block;
	vertical-align: middle;
	float: left;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.pagination-update a:hover {
	background: #eeedee;
}


.animated-popup {
	position: fixed;
	left: 30px;
	bottom: 30px;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #eeedee;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(21,57,133,0.15);
	z-index: 20;
	opacity: 0;
}

.animated-popup.active {
	animation: yayAnimation 3s;
}


@keyframes yayAnimation {
	0%{opacity: 0; transform: translateY(30px);}
	25%{opacity: 1;transform: translateY(0);}
	50%{opacity: 1;transform: translateY(0);}
	100%{opacity: 0;transform: translateY(30px);}
}



/* BACKEND CSS */

.select-thumbnail {
	position: relative;
	display: block;
	cursor: pointer;
	height: 200px;
	border-radius: 12px;
	border: 2.6px solid transparent;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.select-thumbnail:hover {
	border: 2.6px solid #4dc1dd;
}

.select-thumbnail.selected {
	border: 2.6px solid #4f76f7;
}

.selected-indicator {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #eeedee;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	padding: 1px 15px 3px 15px; 
	font-family: 'FFMarkWebProBold', sans-serif;
	border-radius: 35px;
	font-size: 0.8em;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}

.selected-indicator.selected {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #eeedee;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	padding: 1px 15px 3px 15px; 
	font-family: 'FFMarkWebProBold', sans-serif;
	border-radius: 35px;
	font-size: 0.8em;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}

.industry-select {
	cursor: pointer;
	border: 1.1px solid; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	margin: 0 10px 10px 0;
	font-family: 'FFMarkWebProBold', sans-serif;
	color: #656d7b;
	transition: all 0.3s ease-in-out;
}

.industry-select:hover {
	
}

.industry-select.selected {
	cursor: pointer;
	border: 1.1px solid #373F4C; 
	padding: 1px 15px 3px 15px; 
	border-radius: 35px; 
	display: inline-block; 
	font-size: 0.8em;
	margin: 0 10px 10px 0;
	font-family: 'FFMarkWebProBold', sans-serif;
	background: #373F4C;
	color: #deddde;
	transition: all 0.3s ease-in-out;
}

.horizontal-rule {
	display: block;
	height: 2.3px;
	width: 100%;
	background: #deddde; 
	margin: 20px 0;
}

.sam-gradient-text {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1.3em;
	background: -webkit-linear-gradient(right, #4f76f7, #4dc1dd);
	background: -o-linear-gradient(right, #4f76f7, #4dc1dd);
	background: linear-gradient(to left, #4f76f7, #4dc1dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.transfer-gradient-text {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1.3em;
	background: -webkit-linear-gradient(right, #4237bd, #AC84F6);
	background: -o-linear-gradient(right, #4237bd, #AC84F6);
	background: linear-gradient(to left, #4237bd, #AC84F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.client-gradient-text {
	display: inline-block;
	font-family: 'FFMarkWebProBold';
	font-size: 1.3em;
	background: -webkit-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: -o-linear-gradient(right, var(--cc-primary), var(--cc-secondary));
	background: linear-gradient(to left, var(--cc-primary), var(--cc-secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

