/* prospect list*/

/************************************
 *									*
 *     Box 	*
 *									*
 ************************************/
.FFvaluation-default-box {
	display: flex;
	border: 2px solid #eee;
	background-size: cover;
}

.FFvaluation-default-search {
	padding: 20px;
	width: 300px;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 40px;
	background: #fff;
}

.FFvaluation-default-search button {
	width: 100%;
	margin-top: 10px !important;
}

.FFvaluation-default-overview[data-column="0"],
.FFvaluation-default-overview[data-column="1"] {
	background: none;
}

.FFvaluation-default-overview[data-column="0"] .FFvaluation-default-search,
.FFvaluation-default-overview[data-column="1"] .FFvaluation-default-search {
	margin: 0;
	width: auto;
}

.FFvaluation-default-overview-search-secondary .bootstrap-select {
	display: none !important;
}

.FFvaluation-default-overview-search-secondary div:nth-child(6) {
	box-sizing: border-box;
}

.FFvaluation-default-overview-search-secondary div:nth-child(7) {
	margin-left: 2%;
	box-sizing: border-box;
}

.FFvaluation-default-overview-search-secondary div:nth-child(6),
.FFvaluation-default-overview-search-secondary div:nth-child(7) {
	display: inline-block;
	width: 48%;
	min-width: 100px;
}

/************************************
 *									*
 *     Form Elements for Search 	*
 *									*
 ************************************/

/* label */

.FFvaluation-default-search label {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	display: block;
	margin: 10px 0 0 0;
	float: inherit;
}

/* input addresses */

.ff-input-addresses {
	border: 2px solid #eee;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 4px);
}

.ff-input-addresses input {
	width: calc(100% - 4px) !important;
	max-width: 49% !important;
	box-sizing: border-box;
	border: 0 !important;
	flex-grow: 1;
	flex-shrink: 1;
	font-size: 14px !important;
	padding: 6px 10px !important;
	box-shadow: inherit !important;
}

.ff-input-addresses input:nth-child(1) {
	border-right: 1px solid #eee !important;
}

.ff-input-addresses input:nth-child(3) {
	border-right: 1px solid #eee !important;
}

.ff-input-addresses input:nth-child(3),
.ff-input-addresses input:nth-child(4) {
	border-top: 1px solid #eee !important;
}

/* input text */

.ff-input-text input[type="text"] {
	background: #fff;
	height: 34px;
	border: 2px solid #eee !important;
	border-radius: 2px;
	padding: 1px 10px !important;
	font-size: 1em !important;
	text-align: right;
	width: calc(100% - 4px);
	box-sizing: border-box;
}

/* yes no*/

.ff-input-yesno {
	box-sizing: border-box;
	background: #fff;
	height: 35px;
	border: 2px solid #eee;
	border-radius: 2px;
	padding: 2px;
	font-size: 1em !important;
	font-weight: 400;
	text-align: right;
	position: relative;

}

.ff-input-yesno div:last-child {
	display: none;
}

.ff-input-yesno > div {
	display: flex;
	justify-content: space-between;
}

.ff-input-yesno label {
	height: 26px;
	width:28px;
	text-align: center;
	background: #fff;
	font-size: 1em;
	top: 2px;
	font-weight: 200;
	padding: 4px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 !important;
	border: 1px solid #fff;
}

.ff-input-yesno label:nth-child(1) {
	flex-shrink: 1;
	flex-growth: 1;
	text-align: left;
}

.ff-input-yesno label:nth-child(2) {
	width: 1px;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	padding: 0;
	flex-shrink: 0;
	flex-growth: 0;
}

.ff-input-yesno label:nth-child(3) {
	flex-shrink: 1;
	flex-growth: 1;
	text-align: right;
}

.ff-input-yesno #ff-no,
.ff-input-yesno #ff-yes {
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.ff-input-yesno #ff-yes label:nth-child(3) {
	filter: grayscale(1);
}

.ff-input-yesno #ff-yes label:nth-child(1) {

	border: 1px solid  #c1dc80;
	width:28px;
	border-radius:2px;
}

.ff-input-yesno #ff-no label:nth-child(1) {
	filter: grayscale(1);
}


.ff-input-yesno #ff-no label:nth-child(3)  {

	border: 1px solid #f28e8e;
	width:28px;
	border-radius:2px;
}



.ff-input-yesno label:nth-child(1).active {
	width: 66.6%;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

/* input currency */
.ff-input-currency {
	background: #fff;
	position: relative;
	height: 34px;
	width: 100%;
	border: 2px solid #eee;
	box-sizing: border-box;
}

.ff-input-currency input {
	height: 30px !important;
	min-height: 30px !important;
	min-width: 100% !important;
	border: 0 !important;
	border-radius: 2px;
	font-size: 1em !important;
	text-align: right;
	padding: 0 25px !important;
	width: calc(100% - 4px);
	display: block;
	box-sizing: border-box;
}

.ff-input-currency span:first-child {
	position: absolute;
	left: 5px;
	top: 6px;
	display: block;
	font-size: 0.8em;
	color: #aaa;
}

.ff-input-currency span:last-child {
	position: absolute;
	right: 5px;
	top: 6px;
	display: block;
	font-size: 0.8em;
	color: #aaa;
}

/* checkbox */
.ff-input-checkbox {
	width: 80px;
	height: 34px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	background-size: 18px;
	cursor: pointer;
	-webkit-transition: background-color .40s ease-in-out;
	-moz-transition: background-color .40s ease-in-out;
	-o-transition: background-color .40s ease-in-out;
	transition: background-color .40s ease-in-out;
	cursor: pointer;
	border: 2px solid #eee;
	background: #fff;
}

.ff-input-yesno div:first-child label:first-child,
.ff-input-checkbox.active {
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnIGlkPSJjaGVja21hcmsiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjU3My43NSwwIDE4My40ODUsNTE2Ljk2OCAzNy42NTcsMzgwLjcwMiAwLDQyMi41NDggMTg5LjQ1Miw2MTIgNjEyLDM4Ljg0MyAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0JEREE3OCIgZGF0YS1vbGRfY29sb3I9IiNCRERBNzciPjwvcG9seWdvbj4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat 5px center #fff;
	background-size: 18px;
	background-position: 6px center;
}

.ff-input-yesno div:first-child label:last-child {
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnIGlkPSJjcm9zcyI+CgkJPGc+CgkJCTxwb2x5Z29uIHBvaW50cz0iNjEyLDM2LjAwNCA1NzYuNTIxLDAuNjAzIDMwNiwyNzAuNjA4IDM1LjQ3OCwwLjYwMyAwLDM2LjAwNCAyNzAuNTIyLDMwNi4wMTEgMCw1NzUuOTk3IDM1LjQ3OCw2MTEuMzk3ICAgICAgMzA2LDM0MS40MTEgNTc2LjUyMSw2MTEuMzk3IDYxMiw1NzUuOTk3IDM0MS40NTksMzA2LjAxMSAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0YyOEU4RSIgZGF0YS1vbGRfY29sb3I9IiNGMjhEOEQiPjwvcG9seWdvbj4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat 5px center #fff;
	background-size: 18px;
	background-position: calc(100% - 4px) center;
}

.ff-input-checkbox.active .round-btn {
	left: 2px;
	width:26px;
	border: 1px solid #c1dc80;
	background: transparent;
}

.ff-input-checkbox .round-btn {
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 17px;
	margin-top: -15px;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.ff-input-checkbox .ff-input {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* select*/

.chosen-select {
	width: 100%;
}

.chosen-single {

	border: 2px solid #eee !important;
	background: #fff !important;
	height: 32px !important;
	border-radius: 2px !important;
	display: block;
	width: 100%;
	max-width: 100%;
	outline: 0 !important;
	background: none !important;
	box-sizing: border-box;
	padding: 0 10px !important;
	font-size: 1em !important;
	font-weight: 400 !important;
	color: inherit !important;
	webkit-box-shadow: none !important;
	box-shadow: inherit !important;
}

.chosen-container-single .chosen-search input[type=text] {
	padding: 5px 20px 5px 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #eee !important;
	border-radius: 0 !important;
}

.chosen-results .result-selected {
	background: #eee !important;
}

.chosen-results .highlighted {
	background: #aaa !important;
}

.chosen-results {
	text-align: left;
}

.chosen-container {
	font-size: inherit !important;
	width: 100% !important;
	background: #fff;
}

.chosen-container-single .chosen-single div b {
	background: none !important;
}

.chosen-single span {
	height: 2em !important;
	padding-top: 2px;
}

.chosen-search {
	font-size: 1em;
	padding: 0;
	margin-bottom: 10px;
}

.chosen-drop {
	position: absolute !important;
	top: 0 !important;
	z-index: 1010 !important;
	border: 2px solid #eee !important;
	border-radius: 2px !important;
	font-size: 0.8em !important;
	background: #fff !important;
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
	webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

/* Number */

.ff-input-number {
	position: relative;
	border: 2px solid #eee;
	height: 34px !important;
	border-radius: 2px;
	display: flex;
	background: #fff;
	min-height: 30px !important;
	min-width: 100% !important;
}

.ff-input-number input {
	min-height: 30px !important;
	height: 30px !important;
	min-width: 100% !important;
}

.ff-input-number span {
	position: absolute;
	left: 5px;
	top: 6px;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	color: #aaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.ff-input-number input {
	width: calc(100% - 4px);
	height: 30px !important;
	line-height: 1.65;
	display: block;
	margin: 0;
	padding: 0 21px 0 10px !important;
	border: 0 !important;
	font-size: 1em !important;
	text-align: right;
	min-width: auto !important;
}

.ff-input-number input:focus {
	outline: 0;
}

.ff-input-text input[type="email"] {
	height: 40px;
	background: #fff;
	width: 100%;
	border: 2px solid #eee !important;
	border-radius: 2px;
	padding: 1px 10px !important;
	font-size: 1em !important;
	font-weight: 400;
	text-align: left;
}

.ff-input-number-nav {
	position: absolute;
	height: 26px;
	display: flex;
	width: 56px;
	margin-right: 2px;
	flex-shrink: 0;
	flex-grow: 0;
	right: 0px;
}

.ff-input-number-button {
	position: relative;
	padding-top: 2px;
	cursor: pointer;
	width: 20px;
	text-align: center;
	color: #333;
}

.ff-input-number-button img {
	width: 15px;
}

.ff-input-number-button.ff-input-number-up {
	height: 26px;
	border: 1px solid #ccc;
	font-size: 22px;
	line-height: 18px !important;
	margin-top: 2px;
	width: 26px;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: arial;
}

.ff-input-number-button.ff-input-number-down {
	height: 26px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-left: 2px;
	font-size: 22px;
	line-height: 18px !important;
	margin-top: 2px;
	width: 26px;
	border-radius: 2px;
	font-family: arial;
}

.chosen-container-single .chosen-search input[type=text] {
	padding: 4px 20px 4px 5px !important;
	border: 1px solid #ccc !important;
}

.chosen-results .result-selected {
	background: #eee !important;
}

.chosen-results .highlighted {
	background: #aaa !important;
}

.chosen-results {
	text-align: left;
}

.chosen-container-single .chosen-single div b {
	background: none !important;
}

.chosen-container-single .chosen-single div b:before {
	font-family: Flaticon;
	content: '\f11b';
	font-size: 12px;
	display: block;
	position: absolute;
	margin-top: 3px;
}

.chosen-single span {
	height: 2em !important;
}

.chosen-search {
	font-size: 1em;
}

.chosen-drop {
	position: absolute !important;
	top: 0 !important;
	z-index: 1010 !important;
	border: 0 !important;
	border-top: 0 !important;
	background: #fff !important;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .15) !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .15) !important;
}

/* loading Indicator*/
.loader {
	border: 4px solid rgba(255, 255, 255, 0.5);
	border-top: 4px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 5px;
	display: block;
	animation: spin 2s linear infinite;
}

/* content */
.FFvaluation-default-overview-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	align-items: stretch;
	justify-content: space-between;
}

div[data-column="1"] .FFvaluation-default-overview-prospect {
	max-width: 100%;
}

div[data-column="2"] .FFvaluation-default-overview-prospect {
	max-width: 48%;
}

div[data-column="3"] .FFvaluation-default-overview-prospect {
	max-width: 31.3%;
}

div[data-column="4"] .FFvaluation-default-overview-prospect {
	max-width: 23%;
}

div[data-column="5"] .FFvaluation-default-overview-prospect {
	max-width: 18%;
}

div[data-column="6"] .FFvaluation-default-overview-prospect {
	max-width: 17.9%;
}

/***************
 * market view *
 ***************/
.FFvaluation-default-facts h2 {
	margin: 20px 20px 0 !important;
}

.FFvaluation-default-facts {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;

}

.FFvaluation-default-facts > div {
	width: 100%;
	display: block;
	margin-bottom: 100px;
	max-width: 30%;
	min-width: 350px;
}

.ff-facts-overlay > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background: rgba(255, 255, 255, .7);
}

.ff-facts-overlay {

	min-height: 500px;
	background-size: contain;
	background-repeat: no-repeat;

}

.FFvaluation-default-facts > div > div {
	border: 2px solid #eee;
	height: 100%;
	background-color: #fff;
}

.FFvaluation-default-facts > div > div > div {
	padding: 0 20px;
}

.FFvaluation-default-facts > div:first-child {
	margin-right: 10px;
}

.FFvaluation-default-facts > div:last-child {
	margin-left: 10px;
}

.FFvaluation-default-score-value {
	padding-top: 30px !important;
	font-size: 1.3em;
	font-weight: 600;
}

.FFvaluation-default-score-value b {
	font-size: 1rem;
	font-weight: 400;
}

.FFvaluation-top svg {
	width: 20px;
	margin-bottom: -13px;
	transform: rotate(160deg);
}

.FFvaluation-top {
	color: #c4d288;
}

.FFvaluation-top svg .FFvaluation-svg {
	fill: #c4d288 !important;
}

.FFvaluation-none svg {
	width: 20px;
	margin-bottom: -13px;
	transform: rotate(160deg);
}

.FFvaluation-none {
	color: #d2d2d2;
}

.FFvaluation-none svg .FFvaluation-svg {
	fill: #d2d2d2 !important;
}

.FFvaluation-flop svg {
	width: 20px;
	margin-bottom: -13px;
	transform: rotate(210deg);
}

.FFvaluation-flop {
	color: #ec8585;
}

.FFvaluation-flop svg .FFvaluation-svg {
	fill: #ec8585 !important;
}

.estimation {
	display: flex;
}

.estimation span {
	margin-right: 10px;
}

.FFvaluation-subtitle {
	margin: 20px 20px 0 20px !important;
	font-size: 1em;
	font-weight: 600;
}

.FFvaluation-default-scoring-legal {
	margin-top: 50px;
}

/* popup */

.FFvaluation-default-popup-success,
.ff-hidden {
	display: none;
}

.FFvaluation-default-popup {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99999;
}

.FFvaluation-default-popup-content label {
	display: inline !important;
	font-weight: 400 !important;
}

.FFvaluation-default-popup-content {
	margin: 2% auto;
	max-width: 600px;
	background: #fff;
}

.FFvaluation-default-popup-content-header .FFvaluation-default-popup-close {
	position: absolute;
	height: 40px;
	width: 40px;
	background: #fff;
	right: -60px;
	padding: 3px 11px;
	top: 0;
	box-sizing: border-box;
}

.FFvaluation-default-popup-close i {
	line-height: 34px;
}

.FFvaluation-default-popup-close i:before {
	margin-left: 0;
	font-weight: lighter;
}

.FFvaluation-default-popup-content-header {
	padding: 20px 40px;
	font-weight: 600;
	position: relative;
}

.FFvaluation-default-popup-legal,
.FFvaluation-default-popup-content-body {
	padding: 10px 40px;
	background: #f6f6f6;
}

.FFvaluation-default-popup-content-body input {
	text-align: left !important;
}

.FFvaluation-default-popup-content-action {
	padding: 0 40px 20px 40px;
	background: #f6f6f6;
	display: flex;
}

.FFvaluation-default-popup-content-action > small {
	display: block;
	width: 50%;
	color: red;
	font-size: 1rem;
}

.FFvaluation-default-popup-content-action > div {
	width: 50%;
	text-align: right;
}

.FFvaluation-default-popup-content label small {
	color: red;
	font-size: 1rem;
	padding: 0 5px;
}

.FFvaluation-default-score small {
	font-size: 1rem;
	font-weight: 400;
	color: #aaa;
}