.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;
}  .FFvaluation-default-search label {
width: 100%;
font-size: 0.8em;
font-weight: 400;
display: block;
margin: 10px 0 0 0;
float: inherit;
} .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;
} .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;
} .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;
} .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;
} .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)";
} .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;
} .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;
} .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;
} .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%;
} .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;
} .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;
}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@font-face {
font-family: "Flaticon";
src: url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.eot);
src: url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.woff) format("woff"),
url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.ttf) format("truetype"),
url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://alexandrabauer-immo.de/wp-content/plugins/flowfact-wp-connector/modules/valuation/assets/css/default/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-location:before { content: "\f100"; }
.flaticon-calendar:before { content: "\f101"; }
.flaticon-email:before { content: "\f102"; }
.flaticon-phone:before { content: "\f103"; }
.flaticon-family:before { content: "\f104"; }
.flaticon-man:before { content: "\f105"; }
.flaticon-woman:before { content: "\f106"; }
.flaticon-plans:before { content: "\f107"; }
.flaticon-desk:before { content: "\f108"; }
.flaticon-gps:before { content: "\f109"; }
.flaticon-home-message:before { content: "\f10a"; }
.flaticon-star:before { content: "\f10b"; }
.flaticon-coins:before { content: "\f10c"; }
.flaticon-back:before { content: "\f10d"; }
.flaticon-next:before { content: "\f10e"; }
.flaticon-home:before { content: "\f10f"; }
.flaticon-flat-plan:before { content: "\f110"; }
.flaticon-house:before { content: "\f111"; }
.flaticon-phone-call:before { content: "\f112"; }
.flaticon-fax:before { content: "\f113"; }
.flaticon-checked:before { content: "\f114"; }
.flaticon-multiply:before { content: "\f115"; }
.flaticon-map-location:before { content: "\f116"; }
.flaticon-menu:before { content: "\f117"; }
.flaticon-direction-pin-and-map:before { content: "\f118"; }
.flaticon-marker:before { content: "\f119"; }
.flaticon-menu-1:before { content: "\f11a"; }
.flaticon-down-arrow-1:before { content: "\f11b"; }
.flaticon-list1:before { content: "\f11c"; }
.flaticon-sort:before { content: "\f11d"; }
.flaticon-pin:before { content: "\f11e"; }
.flaticon-maps-and-location:before { content: "\f11f"; }