/* 
@import "animations.css";
@import "reset.css"; 
*/

.icon {
    color: var(--fp-danger-color);
    width: 50px;
    height: 50px;
}

#content {
    position: relative;
    padding: 0;
    margin: auto
}

.fp {
    position: relative;
    counter-reset: tabs;
    counter-reset: legend;
    background-color: var(--fp-white);
    color: var(--fp-darkgrey);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.fp .content-wrapper {
    max-width: 1440px;
    margin: auto;
}

.fp footer {
    margin-top: 50px;
}

.fp a {
    color: var(--fp-secondary-color);
}

.fp a:hover,
.fp a:focus {
    color: var(--fp-secondary-hover-color);
}

.fp svg {
    height: auto;
}

.fp-index-filter-help {
    color: var(--fp-darkgrey);
}

[data-toggle="tooltip"]:not(.btn) {
    cursor: help;
}

.fp-hidden {
    visibility: hidden;
}

.fp-disable {
    opacity: 0.5;
    filter: grayscale(0.5);
}

.fp-no-padding-right {
    padding-right: 0 !important;
}

div.fp-disable {
    position: relative;
}

div.fp-disable::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

a.fp-disable,
.btn.fp-disable {
    pointer-events: none;
}

.fp-download {
    line-height: 2.143em;
    padding: 0;
}



:is(h1, h2, h3, h4, h5, h6).fp-bg {
    display: inline-block;
    padding-left: 0.286em;
    padding-right: 0.286em;
}

.fp-bg-primary {
    color: var(--fp-white);
    background-color: var(--fp-primary-color);
}

.fp-bg-darkwhite {
    background-color: var(--fp-darkwhite);
}

.fp-bg-lightgrey {
    background-color: var(--fp-lightgrey);
}

.fp-cols-2 {
    column-count: 2;
}

.fp-cols-2>div,
.fp-cols-2>label {
    display: block;
}

.fp-cols-2>label label {
    display: inline-block;
    margin: 0;
}

/** bootstrap styles **/
.fp .row {
    margin-left: 0px;
}

.fp .tabs-left>.nav-tabs {
    margin-right: 0;
}

.fp .pl-5 {
    padding-left: 5px;
}

.fp .lead {
    font-size: 1.25em;
}

.fp .mt-0 {
    margin-top: 0 !important;
}

.fp .bt-0 {
    border-top-width: 0 !important;
}

.fp .bl-0 {
    border-left-width: 0 !important;
}

.fp .blr-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.fp .badge {
    border-radius: 0;
    padding: 2px 4px;
}

.fp .alert {
    border-radius: 0;
}

.fp .alert-primary {
    background-color: color-mix(in srgb, var(--fp-primary-color), white 85%);
    color: inherit;
}

.fp .alert-primary.fp-border {
    --fp-alert-warning-border: 1px solid var(--fp-primary-color);
    border-top: var(--fp-alert-warning-border);
    border-bottom: var(--fp-alert-warning-border);
}

/** buttons **/
.fp .btn {
    font-size: 1em;
    font-weight: normal;
    background-image: none;
    text-shadow: none;
    border-radius: 0;
    border: none;
    text-decoration: none;
    padding: 4px 12px;
    line-height: 22px;
}

.fp .btn,
.fp .btn:hover,
.fp .btn:focus,
.fp .btn:active,
.fp .btn.fp-hover {
    color: inherit;
    width: auto;
    margin: 0;
}

.fp .btn-success,
.fp .btn-success:hover,
.fp .btn-success:focus,
.fp .btn-success:active,
.fp .btn-success.fp-hover,
.fp .btn-danger,
.fp .btn-danger:hover,
.fp .btn-danger:focus,
.fp .btn-danger:active,
.fp .btn-danger.fp-hover,
.fp .btn-primary,
.fp .btn-primary:hover,
.fp .btn-primary:focus,
.fp .btn-primary:active,
.fp .btn-primary.fp-hover {
    color: var(--fp-white);
    width: auto;
    margin: 0;
}

.fp .btn-block,
.fp .btn-success.btn-block,
.fp .btn-danger.btn-block,
.fp .btn-primary.btn-block {
    width: 100%;
}

.fp .btn-primary {
    background-color: var(--fp-primary-color);
}

.fp .btn-primary:hover,
.fp .btn-primary:focus,
.fp .btn-primary:active,
.fp .btn-primary.fp-hover {
    background-color: var(--fp-primary-hover-color);
}

.fp .btn-danger {
    background-color: var(--fp-danger-color);
}

.fp .btn-danger:hover,
.fp .btn-danger:focus,
.fp .btn-danger:active,
.fp .btn-danger.fp-hover {
    background-color: var(--fp-danger-hover-color);
}

.fp .btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fp .btn i[class^="icon-"] {
    font-size: 1.429em;
    vertical-align: middle;
    padding-left: 0.5em;
}

.fp .btn-icon-left i[class^="icon-"] {
    padding-left: 0;
    padding-right: 0.5em;
}

.fp .btn-icon-only i[class^="icon-"] {
    padding-left: 0;
    padding-right: 0;
}

.fp .btn-show::after,
.fp .btn-prev::before,
.fp .btn-next::after,
.fp .btn-remove::after {
    font-family: FontAwesome;
    font-size: 1.429em;
    vertical-align: middle;
    padding-left: 0.5em;
}

/** forms **/
.fp input[type=checkbox],
.fp input[type=radio] {
    accent-color: var(--fp-primary-color);
    background-color: var(--fp-white);
    color: var(--fp-white)
}

.fp .checkbox.fp-muted label,
.fp .radio.fp-muted label,
.fp input[disabled]+label {
    cursor: not-allowed !important;
}

.fp label,
.fp-label {
    font-size: 1em;
}

.fp .fp-label.fp-has-icon svg {
    width: 100%;
    max-width: 50px;
    vertical-align: middle;
}

.fp-has-icon.radio,
.fp-has-icon.checkbox {
    padding-left: 5px;
}

.fp-has-icon input[type="radio"],
.fp-has-icon input[type="checkbox"] {
    display: none;
}

.fp-has-icon label {
    position: relative;
}

.fp-has-icon label:not(.fp-flex-row) {
    display: block;
}

.fp-has-icon label.fp-flex-row {
    gap: 0.5em;
    align-items: center;
}

.fp-has-icon label.fp-flex-row {
    gap: 0.5em;
    align-items: center;
}

.fp-has-icon label small {
    font-size: 90%;
}

.fp-has-icon label:before {
    background-color: var(--fp-white);
    color: var(--fp-white);
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid var(--fp-primary-color);
    position: absolute;
    top: -0.357em;
    left: -0.357em;
    width: 1.786em;
    height: 1.786em;
    text-align: center;
    line-height: 1.714em;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 1;
}

.fp-has-icon :checked+label:before {
    content: "\2713";
    background-color: var(--fp-primary-color);
    transform: scale(1);
}

.fp-has-icon :checked+label svg {
    transform: scale(0.9);
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
}

.input-append .help-block.error {
    font-size: 0.857em;
    position: absolute;
    margin-top: 0.357em;
}

.input-prepend .help-block.error {
    font-size: 0.857em;
    position: absolute;
    margin-top: 0.357em;
}

/** flex **/
.fp-flex-col {
    display: flex;
    flex-flow: column;
}

.fp-flex-row {
    display: flex;
    flex-flow: row;
}

.fp-flex-auto {
    flex: 1 1 auto;
}

.fp-flex-50 {
    flex-basis: 50%;
}

.fp-baseline {
    align-items: baseline;
}

.fp-gap05 {
    gap: .5em;
}

.fp-gap {
    gap: 1em;
}

.fp-gap2 {
    gap: 2em;
}

.fp-colgap2 {
    column-gap: 2em;
}

.fp-gap3 {
    gap: 3em;
}

.fp-wrap {
    flex-wrap: wrap;
}

.fp-grow {
    flex-grow: 1;
}

.fp-justify {
    justify-content: space-between;
}

.fp-w100 {
    width: 100%;
    flex-basis: 100%;
}

/** **/
.fp-muted,
.fp-jmuted {
    pointer-events: none;
    opacity: 0.4;
}

.fp-muted.fp-jmuted {
    opacity: 0.4;
}

.fp-muted input[type=checkbox],
.fp-jmuted input[type=checkbox] {
    accent-color: var(--fp-grey);
}

.fp-index-filter-help {
    cursor: help;
    color: var(--fp-black);
}

.fp-index-filter-help i {
    font-size: 1.5em;
    margin-right: 0.429em;
}

.fp-special-requirements {
    margin: 0 auto auto;
}

.fp-special-requirements.fp-callout {
    padding-top: 0;
}

#activeFilter {
    margin-bottom: 0;
}

.fp-color-a {
    color: var(--fp-secondary-color);
}

.fp-bgcolor-a {
    background-color: var(--fp-secondary-color);
}

.fp-color-b {
    color: var(--fp-primary-color);
}

.fp-bgcolor-b {
    background-color: var(--fp-primary-color);
}

.fp-callout {
    padding: 2em;
    background-color: var(--fp-darkwhite);
}

/** nav-tabs **/
.fp-tabs {
    display: flex;
    flex-wrap: wrap;
}

.fp-tabs .nav-tabs {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.fp-tabs .nav-tabs li {
    counter-increment: tabs;
}

.fp-tabs .nav-tabs li a {
    position: relative;
    padding-right: 40px;
    line-height: 20px;
    color: var(--fp-primary-color);
    outline: 0;
}

.fp-tabs .nav-tabs li a,
.fp-tabs .nav-tabs li a span {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0.5em 0;
    /* word-break: break-word; */
}

.fp-tabs .nav-tabs li a span {
    padding-bottom: 5px;
}

.fp-tabs .nav-tabs li.active a {
    background-color: var(--fp-primary-color);
    color: var(--fp-white);
    border-color: var(--fp-white) transparent var(--fp-white) var(--fp-white);
}

.fp-tabs .nav-tabs li a:before,
.fp-tabs .nav-tabs .error:before {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    color: var(--fp-white);
    width: 20px;
    height: 20px;
    top: 10px;
    left: 25px;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    font-weight: bold;
}

.fp-tabs .nav-tabs li a:before {
    content: counter(tabs);
    background-color: var(--fp-primary-color);
}

.fp-tabs .nav-tabs li.active a:before {
    color: var(--fp-primary-color);
    background-color: var(--fp-white);
}

.fp-tabs .nav-tabs .disabled a:before {
    background-color: var(--fp-lightgrey);
}

.fp-tabs .nav-tabs .disabled a {
    color: var(--fp-lightgrey);
    cursor: default;
    pointer-events: none;
}

.fp-tabs .nav-tabs .error {
    color: inherit;
}

.fp-tabs .nav-tabs .error:before {
    content: "!";
    background-color: var(--fp-error-color);
}

.fp-tabs .nav-tabs>li>a:after {
    font-family: FontAwesome;
    content: "\f054";
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding-right: 10px;
    line-height: 36px;
    text-align: right;
}

.fp-tabs .nav-tabs>li.active>a:after {
    opacity: 1;
}

.fp-tabs .tab-content .tab-pane,
.fp-tabs .tab-content .tab-pane>.row-fluid {
    height: 100%;
}

.fp-border-top {
    border-top: 1px solid var(--fp-darkwhite);
    padding-top: 12px;
}

#fp-loader {
    position: absolute;
    z-index: 999;
    height: 120px;
    width: 120px;
    overflow: show;
    margin: auto;
    margin-top: 75px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#fp-loader:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

#fp-loader:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.fp-subheadline {
    font-size: 1.33em;
    margin-bottom: 0.3em;
    color: inherit;
    background-color: var(--fp-darkwhite);
    padding: 1em .5em;
}

.fp-subheadline .btn {
    font-size: calc(1em / 1.33);
}

.fp-2colums {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.fp-index-request {
    color: var(--fp-primary-color);
    font-size: 1.143em;
    margin: 0.5em 0 1.125em;
    line-height: 1.5em;
}

.fp-index-subrequest {
    color: var(--fp-primary-color);
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.857em;
    margin-top: 0.571em;
}

.fp-index-result {
    color: var(--fp-primary-color);
    font-size: 1.143em;
    line-height: 1.875em;
}

.fp-index-filter-help.hidden-phone {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.fp-index-filter-help.visible-phone {
    margin-bottom: 2em;
    font-size: 1em;
    line-height: normal;
}

.fp-index-filter-info {
    font-size: 1.429em;
    opacity: 0.2;
    cursor: default;
}

.fp-index-sliderbox {
    max-width: 80%;
    margin: 10px auto;
}

.fp-index-sliderLabel {
    padding: 6px;
    margin-top: 6px;
    font-size: 1em;
    color: var(--fp-grey);
}

.fp-index-sliderLabel.pull-left {
    margin-left: -10px;
    padding-left: 0;
}

.fp-index-sliderLabel.pull-right {
    margin-right: -10px;
    padding-right: 0;
}

.row-fluid .fp-index-tabcontent {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.fp-index-tabcontent .radio span {
    display: block;
    font-size: 90%;
}

.fp-settings .btn,
.fp-settings .btn:hover,
.fp-settings .btn:focus {
    font-size: var(--fp-button-font-size);
    margin-bottom: 1em;
}

/** tab-nav **/
.fp-tab-nav {
    width: 100%;
    margin-top: 1em;
}

.fp-tab-nav .btn {
    font-size: inherit;
    line-height: 1.856em;
    position: relative;
    font-size: var(--fp-button-font-size);
}

.fp-tab-nav .fp-justify {
    flex: 1 1 auto;
}

.fp-tab-nav .btn+.btn {
    margin-left: 0.5em;
}

.fp-tab-nav .btn-group .btn:last-child,
.fp-tab-nav .btn-group>.btn:first-child {
    border-radius: 0;
}

.fp-index-filters-value {
    line-height: 20px;
    margin-left: 6px;
}

.fp-index-filters-value .input-append {
    display: flex;
}

.fp-index-filters-value input {
    background-color: var(--fp-white);
    width: 100%;
}

.fp-index-filters-value .close {
    width: auto;
    height: auto;
    position: static;
    margin-right: 4px;
}

.fp-index-filters-value .close::before,
.fp-index-filters-value .close::after {
    display: none;
}

.fp-index-filters-value .close:hover {
    color: var(--fp-primary-color);
    opacity: 0.8;
}

.fp-index-filters-value .close a {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.fp-index-filters-value .close a:hover {
    color: inherit;
    text-decoration: none;
}

.fp-index-filters-label {
    line-height: 30px;
    padding-left: 6px;
}

.fp-back-link {
    display: inline-block;
}

.fp-back-link,
.fp-back-link:active,
.fp-back-link:focus {
    outline: none;
}

.fp-back-link:hover>.fp-back-link-symbol {
    color: inherit;
    text-decoration: none;
}

.fp-back-link:focus>.fp-back-link-symbol {
    color: inherit;
    text-decoration: none;
}

.fp-back-link-symbol:before {
    font-family: FontAwesome;
    font-size: 1.429em;
    vertical-align: middle;
    content: "\f053";
}

/* VIEW */
.fp-view {
    position: relative;
}

.fp-view h2 {
    font-size: 1.4em;
    font-weight: normal;
}

.fp-view h3 {
    font-size: 1.3em;
    font-weight: normal;
}

.fp-view-head {
    position: relative;
}

.fp-view-dl-link {
    text-shadow: none;
    color: var(--fp-white);
}

.fp-view-dl-link:hover {
    text-shadow: none;
    color: var(--fp-white);
}

.fp-view-dl-link:focus {
    text-shadow: none;
    color: var(--fp-white);
}

.fp-view-dl-link:active {
    text-shadow: none;
    color: var(--fp-white);
}

.fp-view-constructioninfo {
    padding-bottom: 50px;
}

.fp-view-codebox {
    display: inline-flex;
    ;
    flex-flow: row wrap;
    gap: 1em 0;
    align-items: flex-end;
    background: var(--fp-darkwhite);
    background: linear-gradient(180deg, var(--fp-white) .35em, var(--fp-darkwhite) .35em);
    margin-bottom: 40px;
}

.fp-code.fp-view-code {
    display: inline-block;
    font-size: 1.35em;
    line-height: 1.35em;
    padding: 4px 6px;
    margin: 0;
}

.fp-view-code::after {
    content: "";
    display: block;
}

.fp-view-codebox .fp-eco-icon {
    transform: translate(-.25em, -1.75em);
}

.fp-view-icons {
    display: flex;
    flex-flow: row wrap;
    gap: .357em;
    padding: 0 .536em;
    padding-bottom: 1px;
    align-items: flex-end;
}

.fp-eco-icon+.fp-view-icons {
    padding-left: 0;
}

.fp-view-icons svg {
    width: 2.75em;
}

.fp-view-distributionlayer {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.143em 0.286em;
    margin: 0;
    font-weight: normal;
}

.fp-view-system {
    color: var(--fp-grey);
    font-size: 1.2em;
    line-height: 1.2em;
    padding-top: 0.938em;
}

.fp-view-legend {
    background-color: var(--fp-darkwhite);
    padding: 4.286em 0 1.429em;
}

.fp-view-legend-item div:first-child p {
    padding-left: 1.857em;
}

.fp-view-legend-item div:first-child:before {
    float: left;
    background: var(--fp-primary-color);
    width: 1.286em;
    height: 1.286em;
    line-height: 1.286em;
    text-align: center;
    color: var(--fp-white);
    counter-increment: legend;
    content: counter(legend);
}

.fp-view-legend-item div:nth-child(2) {
    padding-right: 1.429em;
}

.fp-view-legend-height span {
    font-weight: bold;
    color: var(--fp-primary-color);
    padding: 0.429em 1.429em;
    border-top: 1px solid var(--fp-primary-color);
}

.fb-view-levelling h3 {
    margin-bottom: 2em;
}

.fb-view-levelling .badge {
    background-color: var(--fp-primary-color);
}

.fb-view-levelling .table-scroll {
    overflow-x: auto;
}

.fb-view-levelling .table td {
    vertical-align: middle;
}

.fb-view-levelling .table-bordered {
    border-collapse: collapse;
    border-color: var(--fp-lightgrey);
}

.fb-view-levelling .table-bordered,
.fb-view-levelling .table-bordered td {
    border-radius: 0 !important;
}

.fb-view-levelling>.table-bordered {
    border-left: 0;
    border-right: 0;
}

.fb-view-levelling>.table-bordered>tbody>tr:nth-child(2n)>td,
.table-striped tbody>tr:nth-child(2n)>th {
    background-color: var(--fp-darkwhite);
}

.fb-view-levelling .table-bordered tbody:first-child tr:first-child td {
    border-top: 1px solid var(--fp-lightgrey);
}

.fb-view-levelling .table-bordered td:first-child {
    border-left: 0;
}

.fb-view-levelling .fp-has-icon {
    width: 60px;
    min-width: 30px;
}

.fb-view-levelling .fp-has-icon svg {
    width: 100%;
}

.fb-view-levelling .alert-primary {
    line-height: 2em;
}

.fb-view-levelling .fp-section {
    border-top: 1px solid var(--fp-lightgrey);
    background-color: var(--fp-darkwhite);
    padding: 8px 14px;
    margin-bottom: 1em;
}

.fp-view .fp-recommendation {
    border: 1px solid;
}

.fp-view-list {
    /* list-style-type: none; */
    padding-top: 2em;
}

.fp-view-list li {
    padding-left: 16px;
}

/* .fp-view-list li:before {
    content: "\00BB";
    color: var(--fp-primary-color);
    padding-right: 8px;
    margin-left: -16px;
} */

.row-fluid .fp-view-floorinfo {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.row-fluid .list-view [class*="span"]:nth-child(3n+1) {
    margin-left: 0;
}

.row-fluid .list-view .span12 {
    margin-left: 0;
}

.fp-list-view {
    padding-top: 0;
}

.fp-list-view form {
    margin: 0;
}

.fp-list-view .fp-summary {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em 0;
}

.fp-view-floorinfo-box {
    float: right;
    margin: 0 5px -45px;
    border: 1px solid var(--fp-secondary-color);
    border-bottom: 0px;
    width: 372px;
    position: relative;
    background-color: var(--fp-white);
}

.fp-view-floorinfo-item {
    display: table;
    padding: 6px;
    border-bottom: 1px solid var(--fp-secondary-color);
    width: calc(100% - 12px);
}

.fp-view-floorinfo-item .fp-view-floorinfo-icon {
    width: 40px;
    height: 40px;
    padding-right: 10px;
}

.fp-view-floorinfo-item .fp-view-floorinfo-icon svg {
    width: 100%;
}

.fp-view-floorinfo-item .fp-view-floorinfo-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.fp-view-floorinfo-item .fp-view-floorinfo-text p {
    padding: 0;
    margin: 0;
    line-height: 134%;
}

.fp-view-floorinfo-arrow {
    position: absolute;
    bottom: -25px;
    left: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 10px 0 10px;
    border-color: var(--fp-secondary-color) transparent transparent transparent;
    line-height: 0px;
    _border-color: var(--fp-secondary-color) #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='$color-black');
}

.fp-view-constructionimage img {
    width: 600px;
    max-width: 100%;
}

.fp-view-ground {
    color: var(--fp-white);
    background-color: var(--fp-grey);
    padding: 6px;
    font-size: 1.2em;
}

.fp-code-wrap {
    display: flex;
}

.fp-code {
    background-color: var(--fp-secondary-color);
    padding: 3px 5px;
    color: var(--fp-white);
    margin: 0 0 auto 0;
    white-space: nowrap;
    position: relative;
}

.fp-index-grid {
    display: flex;
    flex-flow: row wrap;
}

.fp-list-item {
    border: 1px solid #f5f5f5;
    padding: 8px;
    /* height: 260px; */
    margin-bottom: 2.564102564102564%;
    position: relative;
}

.fp-list-item .btn {
    height: 2.143em;
}

.fp-list-item .fp-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
}

.fp-list-item .fp-eco-icon {
    max-width: 2.75em;
    transform: translate(-.25em, -.75em);
}

/* .fp-list-item .fp-leaf {
    top: -4px;
    right: -19px;
} */

.fp-list-item .fp-icon {
    margin: auto 0 auto auto;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    max-width: 2.143em;
}

.fp-list-item .fp-icon svg {
    width: 100%;
}

.fp-list-item .fp-icon ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.357em;
}

.fp-list-item .fp-icon ul li {
    width: 2.143em;
    background-color: var(--fp-white);
    border-radius: 50%;
}

.fp-list-item .fp-image-wrap {
    width: 80%;
    max-width: 199px;
    margin: 5px 0;
}

.fp-list-item .fp-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 71.859%;
}

.fp-list-item .fp-image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    object-fit: contain;
}

.fp-list-item .fp-system {
    font-weight: bold;
}

.fp-list-item .fp-distributionlayer {
    height: 45px;
    overflow: hidden;
}

.fp-list-item .fp-height {
    background-color: var(--fp-darkwhite);
    text-align: center;
    font-weight: bold;
    line-height: 2.143em;
    white-space: nowrap;
}

.fp-list-item .fp-details-btn {
    background-color: var(--fp-primary-color);
    color: var(--fp-white);
    text-align: center;
    line-height: 2.143em;
}

.fp-list-item:hover .fp-details-btn {
    background-color: var(--fp-primary-hover-color);
}

.fp-list-item .fp-details-btn input[type="submit"] {
    color: inherit;
    background: transparent;
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fp-list-item .fp-details-btn a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.fp-list-item .fp-details-btn a:hover {
    text-decoration: underline;
}

.fp-list-item .fp-submit-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.specialConstruction .ui-dialog-titlebar,
.customDialog .ui-dialog-titlebar {
    background-color: var(--fp-primary-color);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.specialConstruction .ui-dialog-title,
.customDialog .ui-dialog-title {
    color: var(--fp-white);
}

.specialConstruction .ui-dialog-content,
.customDialog .ui-dialog-content {
    font-size: 1.143em;
    line-height: 1.5em;
}

.specialConstruction .the-icons,
.customDialog .the-icons {
    margin-left: 0;
    list-style: none;
}

.specialConstruction .the-icons li i,
.customDialog .the-icons li i {
    margin-right: 6px;
}

.fp-back-link-symbol {
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    color: var(--fp-white);
    background-color: var(--fp-darkwhite);
    z-index: 2;
}

.header-outer {
    border-bottom: 2px solid var(--fp-darkwhite);
}

.header-outer>.header-topframe {
    height: 6px;
    background-color: var(--fp-primary-color);
}

.logo-header {
    padding: 14px 0;
    margin: auto;
    display: flex;
    gap: 0 1em;
    align-items: center;
}

.logo-header::before,
.logo-header::after {
    display: none;
}

.logo-header>.logo-left {
    vertical-align: top;
    text-align: left;
}

.logo-header>.logo-left img {
    max-width: 100px;
    width: 100%;
}

.logo-header>[class*="span"] {
    min-height: 0;
}

.logo-header>.banner-right {
    vertical-align: top;
    text-align: right;
}

.banner-right .fp-logo-systemplaner {
    max-width: 290px;
    width: 100%;
    float: right;
    clear: both;
}

.fp-logo-systemplaner {
    width: 290px;
    max-width: 100%;
}

svg#systemplaner {
    width: 100%;
    height: auto;
}

.fp-delete-link:after {
    font-family: FontAwesome;
    font-size: 1.429em;
    vertical-align: middle;
    content: "\f057";
    padding-left: 5px;
}

/*** jQuery overrrides ***/
.ui-widget {
    font-family: inherit;
}

.ui-dialog {
    z-index: 9999;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 1.429em;
    height: 1.429em;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: inline-block;
    margin: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-helper-clearfix::after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-tooltip {
    background: var(--fp-white);
    opacity: 1;
    pointer-events: none;
}

/*** MEDIA QUERIES ***/
@media (max-width: 1439px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .fp-flex-col-lg {
        flex-direction: column;
    }

    .fp-special-requirements {
        margin: 0;
    }

    .fp-gap3 .fp-special-requirements {
        margin-top: -2.143em;
    }
}

@media (max-width: 1023px) {
    .fp-stack-on-medium-down [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .fp-cols-2 {
        column-count: unset;
    }
}

@media (max-width: 767px) {
    .header-outer {
        height: auto;
    }

    .tabs-left>.nav-tabs {
        float: none;
        margin-right: 0;
        border-right: none;
    }

    .tabs-left>.nav-tabs .active>a,
    .tabs-left>.nav-tabs .active>a:hover,
    .tabs-left>.nav-tabs .active>a:focus {
        border-color: var(--fp-white)
    }

    .nav-tabs>li {
        float: none;
        margin-right: 0;
        border-right: none;
    }

    .nav-tabs>li.active>a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .nav>li>a:hover {
        background: none;
        border: none;
    }

    .nav>li>a:focus {
        background: none;
        border: none;
    }
}

@media (max-width: 479px) {
    .fp-view-legend-item div:first-child {
        max-width: 75%
    }
}