/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./Style/site.css ***!
  \**********************************************************************************************/
[data-hidden="true"] {
    display: none !important;
}

body {
    background-color: white;
}

#page-wrapper {
    border-left: none !important;
}

.public-start #page-wrapper {
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
    bottom: 0;
    padding-bottom: 115px;
    position: relative;
    background-color: #fff !important;
}

.text-validation {
    color: #a94442;
    margin-top: 3px;
    margin-left: 3px;
}

.bold {
    font-weight: bold;
}

.bottom-buffer {
    margin-bottom: 10px;
}

.top-buffer {
    margin-top: 10px;
}

.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.first-person-aim {
    position: absolute;
    z-index: 1;
}

.tooltip-icon {
    font-weight: bold;
    background: #202e48;
    color: white;
    font-size: 11px;
    border-radius: 30px;
    width: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    bottom: -2px;
    position: relative;
    float: right;
}

.tooltip-container {
    position: absolute;
    right: 8px;
    top: 50%;
    height: 0;
    margin-top: -12px;
}

.image-button .tooltip-icon {
    bottom: auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 2px;
    font-size: 16px;
}

.full-width .tooltip-icon {
    position: absolute;
    top: 11px;
    bottom: auto;
    right: 57px;
}

.ui-datepicker .ui-state-default {
    background-color: #cfcfcf !important;
}

.ui-tooltip {
    z-index: 999999;
}

.property-check {
    position: absolute;
    top: 12px;
    right: 17px;
}

.panel-heading-btn {
    position: absolute;
    top: 1px;
    cursor: pointer;
}

.panel-heading-close-btn {
    right: 20px;
}

.panel-heading-send-btn {
    right: 16px;
    color: inherit;
}

.panel-heading-send-btn i {
    font-size: 12px;
    top: -3px;
    position: relative;
}

canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    outline: none;
}

.hovered-option {
    background-color: #202e48;
    color: white;
}

.navbar-header {
    float: left;
}

.navbar-right {
    float: right;
}

.navbar-left {
    float: left;
}

.navbar {
    margin-bottom: 0;
}

.navbar-top-links>li>a,
.navbar-default .navbar-brand {
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}

.navbar-static-top .nav>li>a:focus,
.navbar-static-top .nav>li>a:hover,
.navbar-default .navbar-brand:hover {
    color: #888;
    text-shadow: none;
}

.navbar-logo {
    float: left;
    height: 49px;
    margin-left: 10px;
}

.nav li a {
    cursor: pointer;
}

.navbar-top-links {
    margin-right: 0 !important;
}

.navbar-top-links li {
    display: inline-block !important;
}

.navbar-top-links li a {
    padding: 15px !important;
}

.navbar-top-links .dropdown-menu li {
    display: block !important;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px !important;
    min-height: 0 !important;
}

/*#page-wrapper form .form-control.ng-valid, 
#page-wrapper form .form-control.ng-valid:focus,
#page-wrapper [data-form] .form-control.ng-valid, 
#page-wrapper [data-form] .form-control.ng-valid:focus,
.public-configurator .form-control.ng-valid,
.public-configurator .form-control.ng-valid:focus {
  border-left: 5px solid #42A948 !important;
}*/

#page-wrapper form .form-control.ng-invalid,
#page-wrapper form .form-control.ng-invalid:focus,
#page-wrapper [data-form] .form-control.ng-invalid,
#page-wrapper [data-form] .form-control.ng-invalid:focus,
.public-configurator .form-control.ng-invalid,
.public-configurator .form-control.ng-invalid:focus,
.public-configurator .form-control.forced-invalid {
    border-left: 4px solid #a94442 !important;
    /* red */
}

.button-row.button-row-left {
    display: block;
}

.button-row.button-row-left .btn {
    margin-left: 0;
    margin-right: 10px;
}

.button-table tr td:last-child {
    text-align: right;
}

.button-table td,
.button-table a:has(i) {
    vertical-align: middle !important;
}

.button-table .btn {
    margin-right: 2px;
}

.fading-message {
    display: inline-table !important;
    margin: 20px auto;
    width: 600px;
}

.fading-message .modal-dialog {
    margin: 0;
}

.confirm-dialog,
.buttonaction-dialog {
    z-index: 999999 !important;
}

.login .checkbox input[type=checkbox],
.login .checkbox-inline input[type=checkbox],
.login .radio input[type=radio],
.login .radio-inline input[type=radio] {
    margin-left: 0;
}

.menu-property {
    padding: 5px 14px;
    padding-bottom: 10px;
    border-top: 1px solid #e7e7e7;
}

.menu-checkbox:not(.hide-checkbox) {
    margin-top: 4px;
    margin-bottom: 8px;
}

.menu-checkbox input[type='checkbox'] {
    top: 1px;
    position: relative;
    margin-right: 5px;
}

.menu-checkbox input[type='checkbox'] {
    top: 1px;
    position: relative;
    margin-right: 5px;
}

.menu-checkbox label {
    margin-bottom: 0;
}

input.form-control.quantity-input {
    display: inline;
    width: 38px;
    height: 14px;
    font-size: 12px;
    float: right;
    padding: 0 5px;
    margin-top: 3px;
    line-height: 14px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.quantity-container {
    font-size: 12px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 0;
    }
}

/** Load fullscreen **/
.fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    overflow-y: auto;
}

.fullscreen-container .inner-container {
    margin: 50px auto 0 auto;
    display: table;
    font-size: 26pt;
    color: #FFF;
    text-shadow: 2px 2px #000;
}

.fullscreen-container .inner-container .glyphicon-refresh {
    top: 8px;
    left: 10px;
    text-shadow: none;
}

.glyphicon-refresh-animate {
    -webkit-animation: rotate .8s infinite linear;
    -o-animation: rotate .8s infinite linear;
    -ms-animation: rotate .8s infinite linear;
    -moz-animation: rotate .8s infinite linear;
    animation: rotate .8s infinite linear;

    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#VRButton {
    bottom: -123px !important;
    left: auto !important;
    right: 14px !important;
    position: absolute !important;
    width: 70px !important;
    padding: 5px !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    background: white !important;
    color: #565656 !important;
    text-align: center;
    opacity: 20 !important;
    outline: none !important;
    z-index: 0 !important;
    cursor: auto !important;
    pointer-events: auto;
}

canvas.a-canvas {
    position: fixed;
}

.rs-base {
    left: 250px !important;
    top: 50px !important;
}

.icon {
    position: absolute;
    left: 18px;
    top: 9px;
    font-size: 20px;
    color: black;
}



@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

/** Load fullscreen **/

/** Animations **/
.help-arrow-animation-left {
    animation: righttoleft 0.8s infinite linear;
}

@keyframes righttoleft {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.help-arrow-animation-up {
    animation: downtoup 0.8s infinite linear;
}

@keyframes downtoup {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/** Animations **/

/** Menu fullscreen **/
.fullscreen-container-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    overflow: auto;
}

.fullscreen-container-menu .inner-container {
    background-color: white;
    margin: 20px auto;
    width: 90%;
    border-radius: 5px;
    padding: 20px;
}

.fullscreen-container-menu .inner-container h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

/** Menu fullscreen **/

ul.context-menu {
    position: fixed;
    border: 1px solid #8d8d8d;
    padding: 0;
    list-style-type: none;
    left: 340px;
    top: 100px;
    white-space: nowrap;
    background: #fff;
    border-radius: 3px;
}

ul.context-menu li {
    padding: 4px;
    cursor: pointer;
    position: relative;
    display: flex;
}

ul.context-menu li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul.context-menu li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.context-menu li:hover {
    background: #1a253a;
    color: #fff;
}

ul.context-menu li:not(:hover) {
    color: #000;
}

.context-menu a.listview-icons {
    font-size: 9px;
    top: -2px;
    position: relative;
}

.context-menu a.listview-icons,
.context-menu a.listview-icons i {
    margin-right: 0;
}

ul.context-menu .context-menu-sub ul {
    position: absolute;
    left: 9px;
    top: 24px;
    z-index: 999;
}

.context-menu-arrow {
    display: inline-block;
}

.context-menu-buttons {
    position: absolute;
    right: 0;
    top: -1px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.context-menu-buttons.last-hovered {
    opacity: 1;
}

.context-menu-buttons a.listview-icons {
    margin-right: 2px !important;
}

.context-menu-text {
    padding-right: 14px;
}

.context-menu i.fa.fa-chevron-right {
    position: absolute;
    right: 4px;
    top: 7px;
}

.combobox-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    background: #fff;
    min-width: 200px;
    z-index: 900;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    overflow: auto;
    /* max-height: 200px */
}

.combobox-list li {
    padding: 5px 12px;
    cursor: pointer;
}

.right-buffer {
    margin-right: 15px;
}

.left-buffer {
    margin-left: 5px;
}

.panel h3 {
    margin: 0;
}

.panel h4 {
    margin: 0;
    margin-bottom: 5px;
}

.panel {
    display: flex;
    flex-direction: column;
}

.panel-primary .panel-heading a {
    color: #FFFFFF;
}

.panel-primary .panel-heading a:hover {
    color: #FFFFFF;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexitem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-justify-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card-flex {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.panel {
    width: 100%;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0
}

.white-border {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.pointer {
    cursor: pointer;
}

.border-radius {
    border-radius: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px;
}

.full-width {
    width: 100%;
}

.padding-right {
    padding-right: 5px;
}

renderer {
    display: inline-block;
    height: 0;
}

.small-control {
    width: 84px;
    display: inline;
}

.no-break {
    white-space: nowrap;
}

.table>tbody .labour-part:hover {
    background-color: #f9f9f9;
}

.table>tbody .labour-part {
    cursor: pointer;
}

.labour-part .table {
    margin-top: 8px;
}

.table>tbody+tbody {
    border-top: 0;
}

.labour-table tr>th {
    width: 200px;
}

.labour-table tr>th:nth-child(1),
.labour-table tr>th:nth-child(2) {
    width: auto;
}

.table-image-container {
    position: absolute;
    padding: 5px;
    background: lightgray;
    border-radius: 5px;
    margin-top: 2px;
    margin-left: 150px;
}

.image-container {
    border: 1px solid lightgray;
    margin-top: 30px;
    border-radius: 5px;
    padding-bottom: 10px;
    cursor: pointer;
}

.image-container:hover {
    box-shadow: inset 0 0 10px grey;
}

.public-start .image-button {
    height: 100%;
    max-width: 100%;
    padding-bottom: 13px;
}

.part-image-button {
    height: 100%;
    padding-bottom: 15px !important;
}

.part-image-button-text {
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
}

.public-start .image-button-text {
    position: absolute;
    bottom: 8px;
    width: 100%;
    margin-left: -7px;
}

.sidebar {
    border-right: 1px solid #e7e7e7;
    white-space: nowrap;
    /*overflow: hidden;*/
}

.toggle-sidemenu {
    position: fixed;
    left: 250px;
    top: 50%;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin-top: -13px;
    height: 29px;
    padding-top: 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toggle-bottommenu {
    position: fixed;
    left: 50%;
    bottom: 100px;
    background: #f8f8f8;
    width: 29px;
    padding-left: 6px;
    border: 1px solid #e7e7e7;
    height: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

.toggle-bottommenu-mobile {
    display: none;
    bottom: 45%;
}

.fa-7x {
    font-size: 7em;
}

.sidebar li.active-part,
.sidebar li.active-part a {
    background-color: #d7e8ef !important;
}

.nav li>div.info-arrow-container {
    padding: 0;
}

.info-arrow-container {
    position: relative;
    left: 100%;
}

.info-arrow-container .tooltip-icon {
    position: absolute;
    right: 167px;
    top: 15px;
    height: 18px;
}

.help-arrow.info-arrow {
    bottom: auto;
    right: 211px;
    top: 3px;
}

.help-arrow {
    position: absolute;
    bottom: -5px;
    right: -50px;
    color: #202e48;
}

.help-arrow-request {
    bottom: -80px;
    right: 35px;
}

.help-arrow-text {
    position: absolute;
    font-size: 25px;
    top: 13px;
    left: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.header-info {
    position: absolute;
    left: 63px;
    top: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 5px solid #202e48;
    padding: 10px;
}

.header-info-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.header-info-header {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
}

.editor-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#page-wrapper,
.container-fluid {
    position: relative;
}

.dragndrop-fileupload-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.dragndrop-fileupload-overlay h3 {
    margin: 0;
    font-size: 28px;
    color: #202e48;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.dragndrop-fileupload-overlay img {
    margin-top: 20px;
    fill: #202e48;
}

.toggle-topmenu {
    position: fixed;
    left: 50%;
    z-index: 999;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    height: 16px;
    width: 29px;
    text-align: center;
    padding-right: 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.navbar-static-top:hover+.toggle-topmenu,
.toggle-topmenu:hover,
.navbar-static-top[style*="height: 0px"]+.toggle-topmenu {
    display: block;
}

.toggle-topmenu i {
    top: -1px;
    left: 3px;
}

.nav li>div {
    padding: 10px 15px;
}

.project-image {
    background-color: #fff;
}

.project-erp-info {
    position: relative;
    top: -70px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 0;
}

.project-erp-info .erp-quotation-no {
    float: left;
    cursor: pointer;
}

.project-erp-info .erp-status {
    float: right;
}

.standard-sections-button {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99999;
}

.col-sm-12 .btn {
    margin-right: 3px;
}

.big-link {
    font-size: 150%;
}

.side-menu li.disabled {
    color: #843534;
    cursor: not-allowed;
}

.side-menu.nav>li.disabled>a {
    color: #843534;
}

.image-button {
    cursor: pointer;
}

.image-button,
.image-checkbox {
    border: 2px solid lightgrey;
    border-radius: 13px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    padding: 7px;
}

.image-button:not(.selected):hover {
    border: 2px inset lightgrey;
}

.image-button.selected {
    background-color: #ddd;
    border: 2px inset lightblue;
}

.image-checkbox button.btn {
    margin-right: 0;
}

.image-button-info {
    position: absolute;
    background: #f9f9f9;
    width: 500px;
    white-space: normal;
    z-index: 9999;
    left: 106%;
    top: 0;
    border: 1px solid #7daad0;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.image-button:hover .image-button-info,
.image-checkbox:hover .image-button-info {
    display: inline-block;
}

.image-button-info:after,
.image-button-info:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.image-button-info:after {
    top: 10px;
    border-color: transparent #f9f9f9 transparent transparent;
    border-width: 10px;
}

.image-button-info:before {
    top: 9px;
    border-color: transparent #202e48 transparent transparent;
    border-width: 11px;
}

.text-sm {
    font-size: 16px;
}

.text-normal {
    font-weight: normal;
}

.menu-checkbox button {
    margin-left: 5px;
    bottom: 1px;
    position: relative;
    padding: 0px 2px;
    line-height: 12px;
}

.powered-by-container {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin: 10px;
    opacity: 0.5;
    cursor: pointer;
    z-index: 1001;
}

.read-only .powered-by-container {
    left: 260px;
}

.powered-by {
    color: gray;
    font-style: italic;
    display: block;
    font-size: 12px;
}

.powered-by-company {
    color: gray;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.hide-checkbox {
    font-size: 10pt;
    color: #fff;
    cursor: pointer;
}

.public-configurator .hide-checkbox {
    font-size: 10pt;
    color: #000;
    cursor: pointer;
    display: inline;

}

.public-configurator .hide-checkbox.header-checkbox {
    color: var(--icon-color);
}

.public-configurator .hide-checkbox.imagebutton-checkbox {
    position: relative;
    top: 10px;
}

.max-min-text {
    font-weight: normal;
    font-size: 11px;
}

.nav li>div.question-checkbox {
    display: flex;
    padding-top: 0;
}

.nav-second-level {
    position: relative;
}

.question-checkbox label {
    margin-top: 3px;
}

.sort-container i.fa-angle-down {
    top: 0px;
}

.button-row-form i {
    vertical-align: text-top;
}


.public-configurator:not(.read-only) .navbar-default.sidebar {
    position: absolute !important;
    left: 20px;
    top: 50%;
    height: 0;
    background: transparent;
    border: none;
}

.public-configurator .sidebar .arrow {
    padding-top: 5px;
}

.public-configurator canvas {
    cursor: move;
}

.public-configurator .toggle-sidemenu {
    display: none;
}


.unstyled-container {
    padding: 0 !important;
}

.premade-examples {
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 250px;
    background: rgba(100, 100, 100, 0.5);
    overflow: hidden;
}

.public-start .premade-examples {
    left: 0;
}

.premade-examples-arrow {
    height: 100px;
    width: 20px;
    background: rgba(100, 100, 100, 0.5);
    padding-top: 41px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

.premade-examples-text {
    position: fixed;
    bottom: 100px;
    font-size: 30px;
    margin-left: 28px;
}

.premade-examples-arrow:hover {
    background: rgba(50, 50, 50, 0.5);
}

.premade-example {
    width: 144px;
    height: 90px;
    display: inline-block;
    margin: 5px;
    background: rgba(150, 150, 150, 0);
    cursor: pointer;
}

.premade-example .project-image {
    border-radius: 5px;
}

.premade-examples-container {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    left: 25px;
}

.premade-examples-arrow-right {
    right: 0;
    bottom: 0;
}

.price {
    position: fixed;
    right: 15px;
    bottom: 0;
    padding: 15px;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--primary-color);
    color: white;
}

.price h2 {
    margin: 0px;
}

.request-offer {
    position: fixed;
    top: 15px;
    right: 15px;
}

.a-enter-vr-button,
.a-enter-ar-button {
    display: none !important;
}

.header-check {
    position: absolute;
    right: 31px;
    top: 18px;
}

.btn.btn-default.selected {
    background-color: #bbb;
}

.option-image {
    max-width: 75%;
    max-height: 150px;
    margin: 15px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

input.disabled {
    cursor: not-allowed;
    background: #eee;
}

.ui-tooltip {
    white-space: pre-line;
    max-width: 500px;
}

.no-margin {
    margin: 0 !important;
}

.normal-wrap {
    white-space: normal;
}

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

.request-offer .btn {
    margin-left: 5px;
}

.request-offer .btn {
    width: 100%;
    text-align: left;
    margin-left: 0;
}

.notify {
    display: inline-block;
    background: #a94442;
    border-radius: 10px;
    padding: 0px 6px;
    color: white;
    float: right;
}

.text-danger-primary {
    color: #920000;
    font-weight: bold;
}

.accept-all-button {
    position: absolute;
    right: 30px;
    top: 14px
}

.accept-button-pos {
    position: absolute;
    top: 13px;
    right: 12px;
}

.accept-button {
    width: 19px;
    height: 17px;
    padding: 2px;
}

.accept-button .glyphicon {
    top: -2px;
}

.sections-editor-check {
    width: 20px;
    padding: 1px 0;
}

.sp-palette-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sp-palette {
    max-height: 202px;
    overflow-y: scroll;
}

.sp-palette .sp-thumb-el {
    width: 10px;
    height: 10px;
    margin: 1px 1px;
}

.sp-replacer {
    width: 100%;
    border-radius: 5px;
    padding: 6px;
}

.sp-preview {
    width: 100%;
}

.public-configurator .sp-preview {
    height: 45px;
}

.sp-dd {
    display: none;
}

.public-property-label {
    width: 80%;
    white-space: normal;
}

.public-header-text .col-sm-12 {
    padding-top: 0;
    padding-bottom: 0;
}

.public-header-text {
    font-size: 18px;
    white-space: normal;
}

.mouse-3d-icons {
    position: fixed;
    right: 7px;
    top: 50%;
    height: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 1001;
}

.mouse-3d-icons img {
    position: absolute;
    right: 0;
    top: -60px;
    height: 100px;
    cursor: move;
    pointer-events: none;
}

.first-person-mode-legend {
    position: absolute;
    bottom: 0%;
    height: 50px;
    overflow: visible;
    width: 100%;
    background: #f5f5f5;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.first-person-mode-legend .first-person-mode-legend-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.first-person-mode-legend .first-person-mode-legend-item .info {
    margin-right: 10px;
    font-weight: 600;
}


.public-configurator .side-menu li.all-completed {
    overflow: hidden;
}

.public-configurator .side-menu li.active {
    overflow: visible;
}

.public-configurator .side-menu li.active~li {
    overflow: hidden;
}

table.price-matrix-table {
    margin-bottom: 10px;
}

table.price-matrix-table td {
    padding: 8px;
    border: 1px solid lightgrey;
    white-space: nowrap;
    position: relative;
}

.fixed-width {
    width: 90px;
    display: inline-block;
}

.price-matrix-remove-btn {
    position: absolute;
    font-size: 10px;
    top: 0px;
    right: -4px;
}

.padding-sides {
    padding-right: 15px;
    padding-left: 15px;
}

.distance-line-input {
    position: fixed;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-sizing: content-box;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 2px;
    text-align: center;
    transform-origin: center;
    width: 60px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: none;
}


.header-with-tabs {
    display: flex;
    align-items: center;
    padding: 20px 20px 0 0;
}

.header-with-tabs li a {
    color: #000;
}

.header-with-tabs h1 {
    margin: 0;
    font-size: 28px;
    margin-right: 20px;
    white-space: nowrap;
}

.nav-tabs {
    margin: 0;
    flex-grow: 1;
}

.tab-content {
    padding: 20px 0 20px 0;
    height: calc(100% - 80px);
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}

/* .tab-content .row {
    margin-left: 0px;
    margin-right: 0px;
} */

span.listview-icons.pull-right {
    flex-grow: 0 !important;
    width: 22px;
    text-align: center;
    padding: 2px;
    margin: 0;
    text-overflow: unset !important;
}

/** Notification Badges **/
.editor-notification-area {
    position: fixed;
    top: 18px;
    margin-left: 20px;
    z-index: 1;
}

.editor-notification-area .notification-item {
    position: relative;
    float: left;
    margin-right: 20px;
}

.editor-notification-area .notification-item i {
    font-size: 18px;
}

.editor-notification-area .notification-item .badge {
    position: absolute;
    top: 0px;
    left: 100% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 9px;
}

.public-configurator .editor-notification-area {
    display: none !important;
}

.badge-danger {
    background-color: #d9534f;
    color: white;
}

.badge-warning {
    background-color: #f0ad4e;
    color: white;
}

.badge-success {
    background-color: #5cb85c;
    color: white;
}

.badge-info {
    background-color: #5bc0de;
    color: white;
}

.complementary-part-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.complementary-part-article-wrapper {
    display: flex;
}

.complementary-part-article-image {
    max-height: 120px;
    max-width: 120px;
    width: auto;
    height: auto;
}

.complementary-part-article {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.complementary-part-article label {
    font-weight: inherit;
}

.complementary-part-article label.complementary-part-article-number {
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.8;
}

.complementary-part-article input {
    width: 80px;
    margin: 0 auto;
}

.disabled-text {
    font-style: italic;
    color: grey;
}

.public-panel-flex-items {
    padding: 10px;
}

/* 1 card per row */
@media (max-width: 1050px) {
    .public-panel-flex-items {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* 2 cards per row */
@media (min-width: 1051px) and (max-width: 1450px) {
    .public-panel-flex-items {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

/* 3 cards per row */
@media (min-width: 1451px) and (max-width: 1850px) {
    .public-panel-flex-items {
        flex: 1 1 33.33%;
        max-width: 33.33%;
    }
}

/* 4 cards per row */
@media (min-width: 1851px) and (max-width: 2500px) {
    .public-panel-flex-items {
        flex: 1 1 25%;
        max-width: 25%;
    }
}

/* 5 cards per row */
@media (min-width: 2501px) {
    .public-panel-flex-items {
        flex: 1 1 20%;
        max-width: 20%;
    }
}


@media (min-width: 2000px) {
    .col-xl-6 {
        width: 50%;
        float: left;
    }

    .current-parts-container {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 20px;
    }

    .public-part {
        flex: 0 0 calc(50% - 10px);
        box-sizing: border-box;
    }
}

/*@media (min-width: 2000px) {
    .col-xl-1  { width: 8.3333%; }
    .col-xl-2  { width: 16.6667%; }
    .col-xl-3  { width: 25%; }
    .col-xl-4  { width: 33.3333%; }
    .col-xl-5  { width: 41.6667%; }
    .col-xl-6  { width: 50%; }
    .col-xl-7  { width: 58.3333%; }
    .col-xl-8  { width: 66.6667%; }
    .col-xl-9  { width: 75%;}
    .col-xl-10 { width: 83.3333%; }
    .col-xl-11 { width: 91.6667%; }
    .col-xl-12 { width: 100%; }
  }*/
@media (min-width: 3000px) {
    .col-xxl-1 {
        width: 8.3333%;
    }

    .col-xxl-2 {
        width: 16.6667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.3333%;
    }

    .col-xxl-5 {
        width: 41.6667%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.3333%;
    }

    .col-xxl-8 {
        width: 66.6667%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.3333%;
    }

    .col-xxl-11 {
        width: 91.6667%;
    }

    .col-xxl-12 {
        width: 100%;
    }
}

/* Make each col act like a flex item to stretch height */
.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card-col {
    display: flex;
    flex-direction: column;
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    overflow: visible;
    border: 0;
    /* max-height: 420px; */
}

.card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-body {
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.card-buttons {
    /* padding: 5px; */
    display: flex;
    flex-direction: column;
    margin: auto 15px 0 15px;
}

.card-buttons a {
    margin-bottom: 5px;
}

.positioning-legend {
    width: auto;
    border-bottom: 0;
    margin-bottom: 0;
}

legend {
    margin-bottom: 0;
}

.camera-mode-button-toolbar {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    z-index: 1001;
    min-width: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.camera-mode-button-toolbar .btn:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.camera-mode-selected {
    display: none;
}

.camera-mode-active .camera-mode-selected {
    display: initial;
    font-weight: 600;
}

.camera-mode-active .camera-mode-not-selected {
    display: none;
}

.canvas-overlay-image {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.unit-text {
    position: absolute;
    right: 34px;
    bottom: 5px;
    color: #8d8ca1;
    pointer-events: none;
    z-index: 5;
}

/* Public Configurator Specific Styles */

.btn.btn-grey:disabled,
.btn.btn-grey[disabled] {
    opacity: 0.5;
    color: #000;
    cursor: not-allowed;
}

.btn.btn-grey:disabled i {
    color: #000;
}

.public-configurator .mouse-3d-icons {
    position: absolute;
    right: 20px;
    z-index: 1001;
}

.current-parts-container :not(.active-part) .glyphicon-remove {
    color: var(--secondary-color) !important;
}

.current-parts-container :not(.active-part)>.fa-cubes {
    color: var(--secondary-color) !important;
}

.public-configurator .navbar-static-top.public>.navbar-top-links>li>a {
    color: #fff;
}

.public-configurator .navbar-default.navbar-static-top.public {
    background-color: var(--primary-color) !important;
    background-size: cover;
}

.public-configurator .navbar-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.public-configurator .navbar-center-logo a {
    text-decoration: none;
}

.slider-margin>div {
    margin-left: 9px;
}

.navbar-center-logo {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    align-items: center;
    /* centers vertically */
    height: 100%;
    /* fill navbar height */
    gap: 5px;
    /* space between text and logo */
}

.navbar-center-logo h1 {
    margin: 0;
    color: white;
    /* remove default h1 margin */
    font-family: "Gadugi", sans-serif;
    font-size: 32px;
}

.navbar-center-logo img {
    max-height: 38px;
    /* make sure logo fits nicely */
    width: auto;
}

.navbar-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 25px;
    color: white;
}

.navbar-bottom-right .dropdown>a {
    color: white !important;
    padding: 5px 10px;
}

.navbar-bottom-right .dropdown-menu {
    background-color: #333;
}

.navbar-bottom-right .dropdown-menu>li>a {
    color: white !important;
}

.navbar-bottom-right .dropdown-menu>li>a:hover {
    background-color: #555;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.tips-and-info-label {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
}

.tips-and-info-text {
    margin-bottom: 20px;
    display: inline-block;
}

.public-button-container {
    width: 100%;
    text-align: center;
    display: block;
}

.request-offer-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #eaf1f9;
}

.partrules-dialog>.inner-container {
    z-index: 99999;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 65px;
    background: #fff;
    width: 20%;
    height: 60%;
    border: 1px solid #f0f0f0;
}

.partrules-dialog>.inner-container h1 {
    display: none;
}

.editor-public-complementaryparts .fullscreen-container-menu {
    position: relative;
    background: #eaf1f9;
    height: 1000%;
    overflow: hidden;
    z-index: 80;
}

.editor-public-complementaryparts .fullscreen-container-menu .inner-container {
    background-color: #eaf1f9;
    margin: 20px auto;
    width: 100%;
    border-radius: 5px;
    padding: 0;
}

.editor-public-complementaryparts .complementary-part-article {
    background: #fff;
    border-radius: 10px;
    border: 0;
}

.editor-public-complementaryparts .btn,
.editor-public-complementaryparts h1 {
    display: none;
}

/* public-configurator .navbar-default.sidebar .side-menu */

.configurator-left-container,
.editor-background.sky-background.has-image {
    position: absolute;
    width: 66.67%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: round;
}

.configurator-right-container {
    position: absolute;
    width: 33.33%;
    height: 100%;
    left: 66.67%;
    top: 0;
    background: #eaf1f9;
    /* overflow: hidden; */
    border-left: 1px solid #acadaf;
    display: flex;
    flex-direction: column;
}

ul.step-menu {
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    text-align: center;
    z-index: 1001;
    margin-top: -1px;
}

ul.step-menu li:last-child {
    border-right: 0;
}

ul.step-menu li {
    background-color: #fff;
    margin-top: 1px;
    display: inline;
    position: relative;
    float: left;
    padding: 11px;
    width: 100%;
    min-height: 50px;
    color: #000;
    border-inline-end: 1px solid #acadaf;
    border-bottom: 1px solid #acadaf
}

ul.step-menu li.shimmer {
    border-radius: 0 !important;
}

ul.step-menu li.active {
    background-color: #eaf1f9 !important;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-inline: 1px solid #000;
    z-index: 1;
}

.step-text {
    width: 100%;
    font-size: (0.5em + 0.5vw);
}

.step-text-container {
    min-width: 90%;
}

span.step-number {
    /* position: absolute;
    left: 10px;
    top: 5px; */
    display: none;
}

.shimmer {
    border-radius: 10px;
    background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
    position: relative;
    display: inline-block;
}

.first-row {
    padding-right: 128px;
    position: relative;
}

@keyframes shimmer {
    to {
        background-position-x: 0%
    }
}

.progress-bar {
    width: 200px;
    height: 15px;
    background-color: #d8d8d8;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 3px;
}

.progress-bar-fill {
    background: linear-gradient(-45deg, #ffffff 0%, var(--primary-color) 1%, var(--primary-color) 17%, #ffffff 18%, #ffffff 20%, var(--primary-color) 21%, var(--primary-color) 37%, #ffffff 38%, #ffffff 40%, var(--primary-color) 41%, var(--primary-color) 57%, #ffffff 58%, #ffffff 60%, var(--primary-color) 61%, var(--primary-color) 77%, #ffffff 78%, #ffffff 80%, var(--primary-color) 81%, var(--primary-color) 99%, #ffffff 100%);
    height: 100%;
    /* This is important */
    animation: progress 3s infinite linear;
    background-size: 400px;
    background-position-x: 200px;
    border-radius: 2px;
}

@keyframes progress {
    to {
        background-position-x: 286px;
    }
}

.loading {
    position: absolute;
    top: 50%;
    height: 0;
    overflow: visible;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-text {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 430px) {
    .flag-lang {
        display: none;
    }
}

@media (max-width: 768px) {
    .read-only .powered-by-container {
        left: 0;
    }

    .public-configurator .editor-notification-area {
        display: block !important;
    }

    .public-configurator .fa-bell {
        color: var(--icon-color);
    }

    .powered-by {
        font-size: 12px;
        bottom: 0;
    }

    .powered-by-company {
        font-size: 14px;
    }

    .public-button-container {
        bottom: 10px;
    }

    .navbar-top-links {
        gap: 0 !important;
    }

    .navbar-top-links li:last-child {
        margin-right: 0 !important;
    }

    .navbar-collapse.collapse {
        display: block;
    }

    .sidebar {
        position: fixed;
        top: 55% !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        border-top: 1px solid lightgrey;
        min-height: auto !important;
    }

    .editor-background {
        bottom: 40%;
    }

    .normal-wrap.col-xs-12 {
        float: none;
    }

    .toggle-bottommenu-mobile {
        display: block;
    }

    premade-examples>.toggle-bottommenu {
        display: none;
    }

    .image-button {
        max-width: 45%;
        min-width: 45%;
        display: inline-block;
        float: left;
        margin: 2.5%;
    }

    .fullscreen-container-menu .image-button {
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .fullscreen-container .inner-container {
        max-width: 80%;
        max-height: 80%;
    }

    .public-configurator .fullscreen-container,
    .fullscreen-container-menu {
        bottom: 0% !important;
    }

    #sections-editor-popup {
        bottom: 0;
    }

    .public-configurator .rule-messages-container {
        display: none !important;
    }

    .public-start .fullscreen-container,
    .public-start .fullscreen-container-menu {
        bottom: 0;
    }

    .image-button-info {
        display: none !important;
    }

    canvas {
        width: 100% !important;
        height: 55%;
        top: 0 !important;
    }

    .premade-examples {
        display: none;
    }

    .public-start .premade-examples {
        display: block;
    }

    .price {
        bottom: 40%;
    }

    #page-wrapper {
        /* position: fixed; */
        bottom: 40%;
        overflow: auto !important;
        min-width: 100%;
        max-width: 100%;
        min-height: 0 !important;
    }

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

    .ui-colorpicker-map-container,
    .ui-colorpicker-bar-container,
    .ui-colorpicker-preview-container {
        display: none;
    }

    .image-section {
        max-width: 100%;
    }

    .image-section .option-image {
        width: 45%;
    }

    .tooltip-container {
        right: 4px;
    }

    .help-arrow-request {
        bottom: -74px;
        right: 21px;
    }

    .btn-rulemessage {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #0f5132;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .alert-rulemessage {
        border-radius: 0;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sidebar-nav {
        margin-top: 0 !important;
    }

    .sidebar a:hover::before,
    .sidebar .active>a::before {
        left: 2% !important;
        width: 96% !important;
    }

    .sidebar .nav-second-level a:hover::before,
    .sidebar .nav-second-level .active>a::before {
        left: auto !important;
        width: 94% !important;
    }

    .public-configurator .step-menu .hide-checkbox {
        font-size: 8pt;
        color: #000;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .public-configurator .navbar-center-logo {
        top: 0;
        left: 15px;
        transform: none;
    }

    .public-configurator .navbar-center-logo a h1 {
        font-size: 3vh;
    }

    .partrules-dialog>.inner-container {
        width: 100%;
    }

    .camera-mode-button-toolbar {
        bottom: 20px;
    }

    .request-offer-form {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
    }

    .step-text {
        font-size: small;
    }

    .public-button-container {
        padding-right: 0;
        bottom: 10px;
        position: fixed;
    }

    .public-configurator:not(.read-only) .navbar-default.sidebar {
        display: none !important;
        /**** TODO: TEMP FIX FOR DEMO *****/
    }

    .powered-by-container {
        position: fixed;
        text-align: left;
        margin: 10px;
        opacity: 0.5;
        cursor: pointer;
        z-index: 1001;
    }

    .public-start .powered-by-container {
        bottom: 0;
    }
}

@media (max-width: 800px) {

    .step-text {
        font-size: small;
    }
}

/* padding: 20px; */
/* Public Configurator Specific Styles */

/** nx-bootstrap modal overrides **/
.modal-backdrop.fade.show {
    opacity: 0.3;
}

.modal.fade.show {
    opacity: 1;
    padding-top: 100px;
}

.modal-dialog .modal-header .close {
    float: right;
    color: #fff;
}

.modal-title {
    float: left;
}


/*** NAV PILLS ***/
ul.nav.nav-pills {
    display: inline-flex;
    padding: 5px;
    background: #eaeef0;
    border-radius: 12px;
}

.nav.nav-pills>li>a,
.nav.nav-pills>li>a:focus,
.nav.nav-pills>li>a:hover {
    padding: 5px 10px;
    border-radius: 8px;
}

.nav.nav-pills>li+li {
    margin-left: 10px;
}

.nav.nav-pills>li.active>a,
.nav.nav-pills>li.active>a:focus,
.nav.nav-pills>li.active>a:hover {
    color: var(--text-color-secondary);
    background-color: var(--primary-color) !important;
}


.alert-property-link {
    float: right;
    cursor: pointer;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./Style/stylejj.css ***!
  \*************************************************************************************************/
a>i,
.flag-icon {
    margin-right: 10px;
}

.footerbutton-class a .fa-solid {
    margin-right: 10px;
}

.fa-caret-down {
    margin-left: 10px;
}

#page-wrapper {
    background-color: #F4F7F9 !important;
}

body {
    background-color: #F4F7F9 !important;
}

.navbar-static-top {
    background-color: #F4F7F9 !important;
    z-index: 1 !important;
}


.input-group .form-control {
    z-index: 0 !important;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 0 !important;
}



/*List view*/

.listviewclass {
    position: absolute;
    right: 0;
    top: 30px;
}

.btn-group {
    display: flex;
}

/*projectcards*/

/* Parent container */
.panel-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



/* inner panel */
.panel-primary {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    margin-bottom: 0px;
}

/* Handle text overflow */
.panel-full .panel-details {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-size: 14px !important;
    word-wrap: break-word;
    flex: 0 1 auto;
}

.panel-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-size: 14px !important;
    word-wrap: break-word;
    flex: 0 1 auto;
    padding-top: 15px;
}

/*footer with the buttons*/
.panel-footer-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 5px;
}



.panel-footer-content>* {
    margin: 0 15px 0 15px;
    /* margin-right: 15px;  */
    flex-grow: 10;
}

.panel-details .col-xs-8 {
    padding-left: 30px !important;
}

.footerbutton-class {
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-grow: 1;
    margin: 0;
}

/* 1 card per row */
@media (max-width: 600px) {
    .panel-flex-items {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* 2 card per row */
@media (min-width: 600px) {
    .panel-flex-items {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

/* 3 cards per row */
@media (min-width: 950px) {
    .panel-flex-items {
        flex: 1 1 calc(33.33% - 0px);
        max-width: calc(33.33% - 0px);
    }
}

/* 4 cards per row */
@media (min-width: 1300px) {
    .panel-flex-items {
        flex: 1 1 calc(25% - 0px);
        max-width: calc(25% - 0px);
    }
}


/* 5 cards per row */
@media (min-width: 1550px) {
    .panel-flex-items {
        flex: 1 1 calc(20% - 0px);
        max-width: calc(20% - 0px);
        /* flex: 1 1 calc(25% - 0px); */
        /* max-width: calc(25% - 0px); */
    }
}

/* 6 cards per row */
@media (min-width: 1900px) {
    .panel-flex-items {
        flex: 1 1 calc(16.66% - 0px);
        max-width: calc(16.66% - 0px);
    }
}

/* 7 cards per row */
@media (min-width: 2200px) {
    .panel-flex-items {
        flex: 1 1 calc(14.28% - 0px);
        max-width: calc(14.28% - 0px);
    }
}

/* 8 cards per row */
@media (min-width: 2500px) {
    .panel-flex-items {
        flex: 1 1 calc(12.5% - 0px);
        max-width: calc(12.5% - 0px);
    }
}

/* 8 cards per row */
/* @media (min-width: 3000px) {
    .panel-flex-items {
        flex: 1 1 calc(12.5% - 0px);
        max-width: calc(12.5% - 0px);
    }
} */


/* equal size for all cards */
/* .panel-flex-items {
    flex: 1 1 calc(20% - 0px); 
    max-width: calc(20% - 0px); 
    margin: 0;
    display: flex;
    flex-direction: column;
} */
/*Sidemenu*/

.menu-item>ul.nav-second-level {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.line-style::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 19px;
    width: 1.5px;
    height: calc(100% - 15px);
    background-color: white;
}

.line-style>li::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 19px;
    width: 12px;
    height: 1.5px;
    background-color: white;
}


.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
    display: inline-block;
    transform: rotate(180deg);
    vertical-align: middle;
}

.sidebar .fa.arrow:before {
    content: "\f104";
    display: inline-block;
    transform: rotate(270deg);
    vertical-align: middle;
}

.sidebar-nav {
    margin-top: 5px;
}

.nav.in.side-menu {
    height: 150px;
    display: grid;
}

.public-configurator:not(.read-only) .sidemenulogocontainer {
    display: none !important;

}

.public-configurator:not(.read-only) .navbar-default.sidebar li:not(.active) a {
    color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) .navbar-default.sidebar li:not(.active) a:hover {
    color: var(--text-color-secondary) !important;

}

.public-configurator:not(.read-only) .navbar-default.sidebar li {
    border: none;
}

.sidemenulogocontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.read-only .sidemenulogocontainer {
    display: none;
}

.read-only .sidemenu-top {
    top: 50px;
}

.sidemenulogo {
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 220px;
    max-height: 90px;
}

.sidemenubrand {
    color: white;
    text-decoration: none !important;
}

.navbar-default.sidebar {
    position: fixed;
    height: 100% !important;
    ;
}

.public-configurator:not(.read-only) .sidemenu-top {
    z-index: 1001 !important;
    width: auto !important;
    top: calc(50% - 150px) !important;
}

.public-configurator:not(.read-only) .sidebar {
    z-index: 1001;
}

.sidemenu-top {
    position: fixed;
    bottom: 66px;
    top: 155px;
    left: 0;
    width: 250px;
    overflow-y: auto;
}

.sidemenu-bottom {
    position: fixed;
    bottom: 0;
    background-color: #202E48 !important;
    width: 250px;
    z-index: 1000;
    padding-bottom: 5px;
}



@media (max-width: 768px) {
    #page-wrapper {
        /*top: 50px;*/
        position: fixed;
        max-height: 100%;
    }

    .read-only .sidemenu-top {
        top: 0;
    }

    .nav-second-level::before {
        content: none;
    }

    .nav-second-level>li::before {
        content: none;
    }

    .sidemenulogocontainer {
        display: none;
    }

    .nav.in.side-menu {
        height: 100%;
        padding-bottom: 5px;
    }

    .sidemenu-top {
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 0vh;
    }

    .navbar-default.sidebar {
        height: auto !important;
        position: fixed;
        overflow-y: auto;

    }

    .sidemenu-bottom {
        position: relative;
        text-align: left;
        width: auto;
    }

    body .sidebar {
        top: 60% !important;
    }

    .sidebar li.active-part a::before,
    sidemenu .sidebar .nav-second-level a:hover::before,
    sidemenu.sidebar-editor .sidebar li.part a::before {
        right: 3% !important;
        width: 91% !important;
        height: 88% !important;
    }

    /* .navbar-static-top {
        z-index: -1 !important;
    }  */
}

.sidebar {
    background-color: #202E48 !important;
    color: #202E48 !important;
    border-right: none;
    top: 0% !important;
}

.sidebar a,
.nav>li>a {
    padding: 10px 20px;
}

.sidebar a {
    color: white;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar a:hover {
    position: relative;
}

.sidebar .active>a {
    position: relative;
    color: white;
    text-decoration: none;
}

sidemenu:not(.sidebar-editor) .sidebar a:hover::before,
.sidebar li.active-part a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 100%;
    background-color: #1A253A;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}

.sidebar li.active-part a::before,
sidemenu .sidebar .nav-second-level a:hover::before,
sidemenu.sidebar-editor .sidebar li.part a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 5%;
    width: 83%;
    height: 78%;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}

sidemenu.sidebar-editor .sidebar li.part:not(.active-part) a::before {
    border: 1px solid #545454;
}

sidemenu.sidebar-editor .sidebar li.part a::before,
sidemenu.sidebar-editor .sidebar li.part a:hover::before {
    border: 1px solid white;
}

.sidebar .active>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 100%;
    background-color: #1A253A;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}

/*.sidebar .nav.nav-second-level a:hover:hover {
    position: relative !important;
    background-color: transparent !important;  
}

.sidebar .nav.nav-second-level a:hover:hover::before  {
    content: "";
    position: absolute;
    top: 50%;
    left: 14%;
    width: 80%;
    height: 60%;
    background-color: #1A253A; 
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}*/

.sidebar .nav.nav-second-level .active>a::before,
sidemenu:not(.sidebar-editor) .sidebar .nav.nav-second-level a:hover:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14%;
    width: 80%;
    height: 60%;
    background-color: #1A253A;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}


.sidebar a:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 100%;
    background-color: #1A253A;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index: -1;
}


.sidebar ul li {
    border-bottom: none;
}

.sidebar a svg,
.sidebar a img {
    margin-right: 10px;
    font-size: 16px;
}

.sidebar hr {
    border: none;
    border-top: 0.5px solid #ffffff7c;
    margin: 10px auto;
    width: 100%;
}

.sidebar .sidemenu-bottom hr {
    margin-top: 0;
}

.sidebar li.active-part,
.sidebar li.active-part a {
    background-color: transparent !important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.labelwhite {
    color: white;
    font-weight: normal;
}

/*sorting*/

.sort-container {
    outline: none;
    cursor: pointer;
}

.sort-container:focus {
    outline: none;
    cursor: pointer;
}

/* SVG ICONS */

.menu-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.add-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.fa fa-fw fa-chart-bar {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

button.panel-footer-edit {
    width: 100%;
    border: 1px solid;
    background-color: transparent;
}

.col-xs-4 {
    padding-right: 0px !important;
}

.footerbutton-class .btn-primary {
    background-color: #202E48;
    color: white;
    border: none;
    border-radius: 13px;
    width: 100%;
    margin-right: 10px;
    font-weight: 700;
}

.deletebutton .btn-primary {
    background-color: #202E48;
    color: white;
    border: none;
    border-radius: 13px;
    padding: 5px 30px;
    font-weight: 700;
}

.btn:focus {
    outline: none !important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./Style/lia.css ***!
  \*********************************************************************************************/
.relative {
  position: relative;
}

.h-full {
  height: 100%;
}

#page-wrapper {
  background-color: #f5f5f5;
}

.sort-container {
  font-weight: normal;
}

.input-hr {
  border: none;
  height: 1.5px;
  background-color: #ccc;
  margin: 20px 0;
}

.input-hr.smaller { 
  margin: 10px;
}

.panel-heading {
    position: relative;    
    text-align:center;
    height: 140px;
    width: 100%;
    padding: 0;
    border-radius: 10px 10px 0 0 ;
}

.panel-heading-reseller {
  background-color: white;
  position: relative;
  border-radius: 10px;
  padding: 1px 15px;
}

.panel-heading-customer {
  background-color: white;
  position: relative;
  border-radius: 10px;
}

.panel-heading-user {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f5f5f5;
}

.panel-footer-btn {
  display: flex;
  align-items: end;
}

.panel-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #fffcf9;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  text-align: center;
}
.panel-image.template{
     background-color: #faf7f4;
}
.panel-image.image-template{
    width:57%;
   background-color: #faf7f4;
}
.image-template{
    padding:10px 0 10px 0;
}
.panel-details {
  color: black;
  font-size: 15px;
  display: flex;
  margin-bottom: 10px;
}

.panel-title a, .panel-details a {
    color: black;
    text-decoration: none;

}

.panel-details .col-xs-8 {
  padding-left: 0px;
}

.panel-primary {
  border: none;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}

.panel-primary-reseller {
  border: none;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

.panel-primary > .panel-heading {
  background: none;
  border: none;
}

.panel-primary .panel-heading .row > div {
  padding-right: 7px;
  padding-left: 7px;
}

.panel-details-label {
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.panel-footer-content {
  display: flex;
  align-items: center;
  border: none;
}

.delete-btn {
  color: #202e48;
}

.panel-footer-edit {
  color: black;
  padding: 6px;
  border: 1px solid black;
  border-radius: 13px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
}

.panel-footer-edit:hover {
  color: #3f3e3c;
  text-decoration: none;
}

.panel-footer-share {
  background-color: #202e48;
  color: black;
  width: 50px;
  padding: 16px;
  border: 1px solid black;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.panel-footer-show {
  background-color: #202e48;
  color: black;
  width: 50px;
  padding: 16px;
  border: 1px solid black;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.search-article-btn {
  background-color: #202e48;
  border-radius: 10px;
  color: white;
  width: 100px;
  padding: 4px;
  border: none;
}

.search-article-btn:hover {
  background-color: #2a3c5e;
}

.reseller-img {
  max-width: 150px;
  max-height: 400px;
  border-radius: 10px;
}

.panel-edit-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.panel-show-icon,
.panel-share-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--icon-color);
  cursor: pointer;
}

.panel-copy-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #202e48;
  cursor: pointer;
}

.customerid {
  background-color: #202e48;
  border-radius: 7px;
  color: whitesmoke;
  padding: 4px;
}

.customerid:hover {
  color: #e1e1e1;
  text-decoration: none;
}

.listview-icons,
.listview-icons-big {
  padding: 4px 6px;
  cursor: pointer;
  background-color: #202e48;
  color: white;
  border-radius: 7px;
  font-size: 12px;
  margin-right: 10px;
}

.listview-icons:hover {
  color: #e1e1e1;
}

.listview-icons-big,
.listview-icons-big:hover {
  padding: 6px;
  font-size: 14px;
}

/*.listview-icons-articles {
    padding: 4px 6px;
    cursor: pointer;
    background-color: #202E48;
    color: white;
    border-radius: 7px;
    font-size: 12px;
    margin-right: -2px;
}

.listview-icons-articles:hover {
    color: #e1e1e1;
}*/

.glyphicon-ok {
  font-size: 12px;
}

.revision-active .listview-icons {
    color: #3c7d26 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    cursor: default;
}

.show-project-image {
  background-color: white;
  z-index: 1;
  max-width: 150px;
}

.glyphicon-remove:before {
  position: relative;
  top: 2px;
}

.list-view-input {
  background-color: white;
  border: #f6f6f6;
  border-radius: 10px;
  padding: 4px;
  width: 100%;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: bottom;
  padding: 16px;
  white-space: nowrap;
  border: none;
  font-weight: normal;
}

.table.white-space-normal > tbody > tr > th,
.table.white-space-normal > tbody > tr > td {
  white-space: normal;
}

.tr-divider {
  position: relative;
}

.tr-divider::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 98%;
  height: 1.5px;
  background-color: #e6e6e6;
}

.project-form-control {
  height: 30px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: none;
  box-shadow: none;
}

.public-configurator .project-form-control {
  padding: 8px;
  height: 45px;
  border-radius: 4px;
  font-size: 17px !important;
}
.public-configurator .input-group .btn-default {
  height: 45px;
}
.project-close-btn {
  color: black;
  font-size: 18px;
  top: 12px;
}

.project-copy-btn {
  color: #202e48;
  font-size: 18px;
  top: 12px;
}

.project-send-btn {
  color: #202e48;
  top: 40px;
}

.project-send-btn > i {
  margin-right: 0;
}

.project-list {
  margin-left: 10px;
}

.panel-heading-send-btn i {
  font-size: 18px;
  top: 9px;
}

.col-xs-6.col-md-3.col-lg-2.bottom-buffer .btn-default {
  height: 30px;
  border: none;
  background: none;
  color: #202e48;
}

.col-xs-6.col-md-3.col-lg-2.bottom-buffer .btn-default:hover {
  background-color: #202e48;
  color: white;
}

.col-xs-6.col-md-3.col-lg-2.bottom-buffer .btn-group .btn-default.active {
  background-color: #202e48;
  color: white;
  border-color: #3f3e3c;
  outline: none;
}

.btn-group .btn {
  transition: background-color 0.3s, color 0.3s;
}

.input-group .btn-default {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  border: none;
  background-color: #202e48;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, border-color 0.3s;
}

.input-group .btn-default:hover {
  background-color: #2a3c5e;
  border-color: white;
  cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}

.panel-flex-items {
  padding: 10px;
}

.panel-heading .col-xs-4 {
  padding-right: 0;
}

.panel-title h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width: 40ch;*/
}

.card-details {
  margin: 0 15px;
}

.card-details-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: rgb(88, 88, 88);
  margin-bottom: -5px;
}

.card-details-data {
  font-size: 15px;
  margin: 0;
  margin-bottom: 5px;
  overflow-wrap: break-word;  /* Rekommenderat (nyare standard) */
  word-wrap: break-word;      /* För äldre webbläsare */
  word-break: break-word;     /* Extra fallback */
}

.card-details-data a {
  color: black;
}


.card:hover .text-overflow {
  /*width: 100%;*/
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.panel-details .row .col-xs-8 {
  color: #333;
}

.no-background {
  border: none;
  background: none;
}

.navbar-static-top {
  background: #f5f5f5;
  background-image: none;
}

.navbar-default {
  border: none;
}

.navbar-top-links > li > a,
.navbar-default .navbar-brand {
  color: black;
  text-shadow: none;
}

.navbar-top-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-top-links li {
  display: flex;
  align-items: center;
}

.table {
  background-color: #f0f0f0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.sidebar {
  background-color: #f6f6f6;
}

.navbar-logo {
  max-width: 100px;
  margin-left: 37px;
}

.throughput-table {
  background-color: white;
  border-radius: 10px;
}

.table-list {
  background-color: white;
  border-radius: 10px;
}

.throughput-list {
  border-radius: 10px;
  margin-right: 15px;
  margin-left: 15px;
}

.throughput-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 36px;
  color: inherit;
  position: relative;
  top: 10px;
  margin-left: 12px;
}

.throughput-btn-add {
  background-color: #202e48;
  color: white;
  border: none;
  padding: 3px;
  width: 25px;
  border-radius: 50%;
  margin-top: 5px;
  position: relative;
  top: 22px;
}

.throughput-btn-add:hover {
  background-color: #2a3c5e;
}

.throughput-btn-delete {
  background-color: #202e48;
  color: white;
  border: none;
  padding: 4px;
  width: 25px;
  font-size: 10px;
  border-radius: 7px;
}

button.option-btn-add {
  top: inherit;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 15px;
}

.throughput-input {
  margin-bottom: 20px;
}

.throughput-btn-delete:hover {
  background-color: #2a3c5e;
}

table.table-list tbody tr:first-child {
  background-color: #f0f0f0;
}

.table-header-row th.rounded-top-left {
  border-top-left-radius: 10px;
}

.table-header-row th.rounded-top-right {
  border-top-right-radius: 10px;
}

.form-row {
  padding-top: 30px;
}

.listview-copy-btn {
  padding: 1px;
  cursor: pointer;
  background-color: #3e3d3b;
  color: white;
  font-weight: bold;
  border-radius: 7px;
  font-size: 14px;
  margin: 3px;
}

.listview-copy-btn:hover {
  color: #e1e1e1;
}

.listview-articles {
  background-color: black;
  border: none;
  border-radius: 10px;
}

.article-checkbox {
  width: 100%;
  cursor: pointer;
  padding-right: 10px;
  font-size: 15px;
  margin: 3px;
}

.panel-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  padding-top: 20px;
}

.panel-btns-reseller {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.white-btn {
  color: black;
  padding: 7px;
  width: 100%;
  border: 1px solid black;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.black-btn {
  color: white;
  background-color: #202e48;
  padding: 7px;
  width: 100%;
  border: 1px solid black;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.profile-image {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0.1px);
  overflow-clip-margin: unset;
}

.user-img {
  width: 90%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
}

.customer-img {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
}

/* Image för customer */

.img-container-customer img {
  object-fit: contain;
  transform: translate3d(0px, 0px, 0.1px);
  overflow-clip-margin: unset;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 1;
  max-height: 80%;
  max-width: 80%;
  border-radius: 0;
}

.img-container-customer img.portrait-image {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.img-container-customer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}

.img-container-customer svg {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  padding: 30px;
  object-fit: inherit;
}

.img-container-customer img.image-template {
    object-fit: cover;
}

.img-container {
  width: 60%;
  padding-top: 60%;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.img-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.img-container svg {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  padding: 25px;
  object-fit: inherit;
}

.fit-img {
  position: relative;
  width: 100%;
  padding-top: 60%; /* Höjd = bredd (60% av bredden) för en fyrkantig container */
  margin: auto;
  overflow: hidden;
  padding-right: 7px;
  padding-left: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fit-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 25px;
}

app-model-image-upload[resourceType="reseller"] .image-upload-container,
.delete-btn-white {
  background-color: #e0e0e0 !important;
  color: white !important;
}

.reseller-placeholder-img {
  opacity: 0.7;
  width: 90%;
}

.img-fluid {
    width: 100%;
    background-color: #e0e0e0;
}

.img-fluid-white {
  width: 100%;
}

.overlay-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3f3e3c;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.copy-article {
  background-color: #202e48;
  color: white;
  border-radius: 10px;
  width: 100%;
  padding: 2px;
}

.add-translation {
  background-color: #202e48;
  color: white;
  border-radius: 10px;
}

.add-translation:hover {
  background-color: #2a3c5e;
  color: white;
  border-radius: 10px;
}

.translation-btns {
  color: black;
  border-radius: 10px;
}

.translation-btns:hover {
  color: black;
  border-radius: 10px;
}

.copy-article i {
  margin-right: 8px;
}

.copy-article:hover {
  background-color: #2a3c5e;
  color: white;
}

.navbar-default.sidebar {
  top: 0;
  overflow-x: hidden;
}

.reseller-name {
  color: #3e3d3b;
  padding-left: 10px;
  margin-top: 10px;
}

.info-row {
  margin-left: 15%;
  position: relative;
  bottom: 7px;
}

@media (max-width: 480px) {
  .info-row {
    margin-left: 15%;
    position: relative;
    bottom: 7px;
  }
}

.info-row label {
  font-weight: 500;
}

.info-input {
  border-radius: 10px;
  height: 30px;
  background-color: #fafafa;
}

/*.glyphicon.listview-icons-articles:before {
    vertical-align: middle;
}*/

.info-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-group label {
  font-weight: normal;
}

.info-title {
  font-size: 16px;
  font-weight: 700;
}

.info-text {
  font-weight: bold;
}

.info-secondary-outside {
  position: relative;
  left: 101%;
  bottom: 65px;
  margin-bottom: -80px;
}

.info-secondary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.info-secondary > div {
  flex: 1;
}

/* Buttons */
.button-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.button-row.left {
  justify-content: flex-start;
}

.button-row .btn {
  margin-left: 10px;
}

.button-row .btn-primary {
  background-color: #202e48;
  color: white;
  border: none;
}

.button-row .btn-primary:hover {
  background-color: #2a3c5e;
}

.btn:disabled,
.btn[disabled] {
  color: white;
  cursor: not-allowed;
}

a.disabled-link i {
  opacity: 0.5;
  cursor: not-allowed;
}

button.no-background:disabled i {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:disabled i {
  color: #a1a1a1;
}

.btn:disabled:focus {
  box-shadow: none;
}

.button-row .btn {
  border-radius: 10px;
  padding: 2px 22px;
  border-width: 1px;
  border: none;
}

.button-row .btn-danger {
  color: white;
}

.button-row .btn-default {
  color: black;
  background: none;
}

.button-row .btn-default:hover {
  transform: scale(1.05);
}

.button-row .btn-success {
  color: white;
}

.button-row .btn-warning {
  color: white;
  border: #ebb208;
}

.button-row.button-row-form {
  display: inline-block;
  min-width: 100%;
}

.button-row.button-row-form .btn {
  margin-left: 0;
  padding: 6px 22px;
  margin-bottom: 2px;
}

.image-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.image-upload-container:hover {
  border-color: #888;
  background-color: #f9f9f9;
}

.img-upload-reseller {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  background-color: #2a3c5e;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.img-upload-reseller:hover {
  border-color: #888;
  background-color: #202e48;
}

.file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.file-upload-container:hover {
  border-color: #888;
  background-color: #f9f9f9;
}

.image-upload-container-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  background-color: #202e48;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.image-upload-container-blue:hover {
  border-color: #888;
  background-color: #2a3c5e;
}

.uploaded-image {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.custom-file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-file-upload i {
  font-size: 24px;
  margin-bottom: 8px;
}

.custom-file-upload span {
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 1.5;
}

.file-upload-container input[type="file"],
.image-upload-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload-container small {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

.modal-footer .btn-default {
  background: none;
  color: black;
  border: none;
  padding: 3px 8px;
  border-radius: 10px;
}

.modal-footer .btn-primary {
  background-color: #202e48;
  color: white;
  border: none;
  padding: 3px 8px;
  border-radius: 10px;
}

.modal-footer .btn-primary:hover {
  background-color: #2a3c5e;
  color: white;
  border: none;
}

.modal-footer .btn-default:hover {
  background: none;
  color: #202e48;
  border: none;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #202e48;
  color: white;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: white;
}

.modal-header .close {
  color: white;
  opacity: 1;
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper input {
  padding-right: 30px;
  width: 100%;
}

.input-icon-wrapper i {
  position: absolute;
  left: 10px;
  color: #aaa;
  pointer-events: none;
}

.list-view-input::placeholder {
  position: relative;
  left: 30px;
}

.input-icon-wrapper input:focus + i {
  opacity: 0;
  pointer-events: none;
}

.list-view-input:focus::placeholder {
  opacity: 0;
}

.input-icon-wrapper input:not(:placeholder-shown) + i {
  opacity: 0;
  pointer-events: none;
}

.text-success::before {
  color: #202e48;
}

.glyphicon-trash:before {
  content: "\e020";
  position: relative;
  right: 0.5px;
  top: 0.5px;
}

.hover-thumbnail {
  display: none;
}

/* Visa thumbnailn när man hovrar över raden */
tr:hover .hover-thumbnail {
  display: block;
}

/* @media (min-width: 991px) {
    .col-lg-custom {
        flex: 0 0 auto;
        width: 19.66666667%; 
        max-width: 19.66666667%;
    }
  } */

/* Responsiv design */
/* @media (max-width: 600px) {
    .file-upload-container {
        max-width: 100%;
    }

    .custom-file-upload i {
        font-size: 20px;
    }

    .custom-file-upload span {
        font-size: 12px;
    }
} */

/* Image Preview */
.image-preview-container {
  margin-top: 20px;
  text-align: center;
}

.image-preview {
  max-width: 100%;
  max-height: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
  background: #f9f9f9;
}

.custom-part {
  position: relative;
  bottom: 27px;
  left: 160px;
}

.panel-buttons,
.delete-image-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.panel:hover .panel-buttons,
.image-upload-container:hover .delete-image-btn {
  opacity: 1;
}

#page-wrapper form .form-control.ng-valid,
#page-wrapper form .form-control.ng-valid:focus,
#page-wrapper [data-form] .form-control.ng-valid,
#page-wrapper [data-form] .form-control.ng-valid:focus,
.public-configurator .form-control.ng-valid,
.public-configurator .form-control.ng-valid:focus,
.combobox-input {
  border: 1px solid #b4b4b4;
}

#page-wrapper form .form-control.ng-invalid,
#page-wrapper form .form-control.ng-invalid:focus,
#page-wrapper [data-form] .form-control.ng-invalid,
#page-wrapper [data-form] .form-control.ng-invalid:focus,
.public-configurator .form-control.ng-invalid,
.public-configurator .form-control.ng-invalid:focus {
  border: 1px solid #b4b4b4;
}

/* 

@media (max-width: 768px) {
    .info-secondary {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .hide-column {
        display: none;
    }
}

@media screen and (max-width: 768px) {


    .info-secondary {
        flex-wrap: wrap;
        flex-direction: column;

    }

    .info-secondary-outside {
        display: inline-block;
        flex-wrap: wrap;
        flex-direction: column;


    }
}

@media screen and (max-width: 991px) {
    .throughput-btn-add{
        top: 0;
        margin: 10px;
        left: 8px
    }
} */

/* Login Page */

#login-page {
  display: flex;
  height: 100vh;
}

.left-panel {
  flex: 1;
  background-image: url("/images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

.right-panel {
  flex: 1;
  background: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branding .loginpage-logo {
  width: 160px;
  margin-bottom: 20px;
}

.login-form {
  width: 320px;
  margin: auto;
}

.login-form label {
  font-weight: 600;
}

.login-form input {
  margin-bottom: 15px;
  border-radius: 10px;
}

.external-logins .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.separator hr {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  border: none;
}

.separator span {
  margin: 0 12px;
  color: #888;
  font-weight: 500;
}

.external-logins {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-external {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 999px;
  background-color: white;
  color: black;
  font-weight: 500;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}

.btn-external:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.login-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}

.options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}

.remember-me {
  font-weight: normal !important;
}

.remember-me input {
  margin: 0;
  transform: scale(1.1);
}

.forgot-link {
  font-size: 14px;
  color: #5a9bd5;
  text-decoration: none;
}

.forgot-link:hover {
  text-decoration: underline;
}
.loginpage-logo {
  position: absolute;
  top: 80px;

  transform: translateX(-50%);
  width: 140px;
}

.branding {
  max-width: 400px;
  text-align: center;
  padding: 0;
}

.branding h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.branding strong {
  font-weight: 700;
}

.subheading {
  font-size: 16px;
  opacity: 0.85;
  margin-top: 20px;
}

/* Forgot Password Page */

.forgot-wrapper {
  position: relative;
  min-height: 100vh;
  padding-bottom: 60px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
}

.lock-icon {
  width: 120px;
}

.forgot-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.forgot-form {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.forgot-form label {
  margin-bottom: 0px;
}

.input-label {
  font-size: 14px;
  font-weight: 600;
}

.login-form-control {
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  padding-right: 2rem;
}

.btn-send {
  background-color: #1a2a49;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}

.btn-send:hover {
  background-color: #16233d;
  color: #fff;
}

.back-link {
  position: relative;
  right: 110px;
  margin-top: 14px;
  color: black;
  text-decoration: none;
  font-weight: 400;
  align-items: center;
 
}

.back-link:hover {
  text-decoration: none;
}

.info-text {
  margin-top: 40px;
  font-size: 13px;
  color: #333;
  max-width: 300px;
  text-align: left;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.toggle-password-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.password-wrapper:hover .toggle-password-btn {
  opacity: 1;
  visibility: visible;
}

/* Mobilanpassning */

@media (max-width: 768px) {
  #login-page {
    flex-direction: column;
  }

  .left-panel {
    display: none;
  }

  .right-panel {
    width: 100%;
    padding: 40px 20px;
  }

  .login-form {
    width: 100%;
    max-width: 320px;
  }
}






/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./Style/themes.css ***!
  \************************************************************************************************/
:root {
  --primary-color: #202E48;
  --secondary-color: #2a3c5e;
  --background-color: #f5f5f5;
  --icon-color: #ffffff;
  --text-color-primary: #000000;
  --text-color-secondary: #ffffff;

  --customerid-bg: var(--secondary-color);
  --listview-icons-bg: var(--secondary-color);
  --black-btn-bg: var(--primary-color);
  --hover-color: var(--secondary-color);
  --hovered-option: var(--primary-color);
  --delete-btn: var(--primary-color);
  --panel-copy-icon: var(--primary-color);
  --button-background-color: var(--primary-color);
  --button-text-color: var(--icon-color);
}

/*
  .theme-blue {
    --primary-color: #202E48;
    --secondary-color: #2a3c5e;
    --background-color: #f5f5f5;
    --icon-color: #ffffff;
  }
  
  .theme-green {
    --primary-color: #1c8b64;
    --secondary-color: #166b4d;
    --background-color: #f5f5f5;
    --icon-color: #ffffff;
  }
  
  .theme-light {
    --primary-color: #9dabb9;
    --secondary-color: #567ba1;
    --background-color: #f5f5f5;
    --icon-color: #ffffff;
  }
  */
/* UI-komponenter */
.navbar {
  background-color: var(--primary-color);
}

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

.btn-group .btn.active {
  background-color: var(--primary-color) !important;
  color: var(--icon-color) !important;
}

.btn-group .btn:hover {
  background-color: var(--secondary-color) !important;
  /*color: var(--button-text-color) !important;*/
}

.public-configurator:not(.read-only) .sidebar {
  background-color: transparent !important;
}

.sidebar {
  background-color: var(--primary-color) !important;
}

.public-configurator .sidemenu-bottom {
  display: none !important;
}

.sidemenu-bottom {
  background-color: var(--primary-color) !important;
}

.sidebar .active>a::before {
  background-color: var(--secondary-color) !important;
}

.panel-footer-show,
.panel-footer-share {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}

.customerid {
  background-color: var(--primary-color) !important;
  color: var(--text-color-secondary) !important;
}

.listview-icons {
  background-color: var(--primary-color) !important;
  color: var(--icon-color) !important;
}

.black-btn {
  background-color: var(--primary-color) !important;
}

.sidebar a:hover::before,
.sidebar li.active-part a::before {
  background-color: var(--secondary-color) !important;
}

.hovered-option {
  background-color: var(--secondary-color) !important;
}

.delete-btn {
  color: var(--primary-color) !important;
}

.panel-copy-icon {
  color: var(--primary-color) !important;
}

.input-group .btn-default {
  background-color: var(--primary-color) !important;
}

.col-xs-6.col-md-3.col-lg-2.bottom-buffer .btn-default {
  color: var(--primary-color);
}

/*.col-xs-6.col-md-3.col-lg-2.bottom-buffer .btn-default-active {
    color: var(--background-color) !important;
    
  }*/
.button-row .btn-primary {
  background-color: var(--primary-color) !important;
  color: var(--text-color-secondary) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  color: var(--text-color-secondary) !important;
}

/*.search-article-btn {
    background-color: var(--primary-color) !important;
  }*/
.bootstrap-dialog.type-primary .modal-header {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}

.throughput-btn-add {
  background-color: var(--primary-color) !important;
}

.modal-footer .btn-primary {
  background-color: var(--primary-color) !important;
}

.theme-color-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.selected-theme-icon {
  margin-left: 8px;
  color: var(--primary-color);
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

.navbar-static-top {
  background-color: var(--background-color) !important;
}

body {
  color: var(--text-color-primary);
}

.sidebar,
.sidebar a,
.sidebar .active>a,
.sidebar li {
  color: var(--text-color-secondary);
}

.sidemenu-icon-mask {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--icon-color);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.sidemenubrand {
  color: var(--text-color-secondary);
}

.start-icon {
  -webkit-mask-image: url('/images/svg/start-icon.svg');
  mask-image: url('/images/svg/start-icon.svg');
}

.projects-icon {
  -webkit-mask-image: url('/images/svg/project-icon.svg');
  mask-image: url('/images/svg/project-icon.svg');
}

.article-icon {
  -webkit-mask-image: url('/images/svg/article-icon.svg');
  mask-image: url('/images/svg/article-icon.svg');
}

.customer-icon {
  -webkit-mask-image: url('/images/svg/customer-icon.svg');
  mask-image: url('/images/svg/customer-icon.svg');
}

.reseller-icon {
  -webkit-mask-image: url('/images/svg/reseller-icon.svg');
  mask-image: url('/images/svg/reseller-icon.svg');
}

.object-icon {
  -webkit-mask-image: url('/images/svg/object-icon.svg');
  mask-image: url('/images/svg/object-icon.svg');
}

.user-icon {
  -webkit-mask-image: url('/images/svg/user-icon.svg');
  mask-image: url('/images/svg/user-icon.svg');
}

.translation-icon {
  -webkit-mask-image: url('/images/svg/translation-icon.svg');
  mask-image: url('/images/svg/translation-icon.svg');
}

.input-field {
  -webkit-mask-image: url('/images/svg/input-field.svg');
  mask-image: url('/images/svg/input-field.svg');
}

.paintbrush-solid {
  -webkit-mask-image: url('/images/svg/paintbrush-solid.svg');
  mask-image: url('/images/svg/paintbrush-solid.svg');
}

.setting-icon {
  -webkit-mask-image: url('/images/svg/setting-icon.svg');
  mask-image: url('/images/svg/setting-icon.svg');
}

.fa-sync-alt {
  color: var(--icon-color) !important;
}

.fa-cubes {
  color: var(--icon-color) !important;
}

/*
  .fa-copy{
    color: var(--icon-color) !important;
  }
  */
.glyphicon-remove {
  color: var(--icon-color) !important;
}

.info-icon {
  -webkit-mask-image: url('/images/svg/info-icon.svg');
  mask-image: url('/images/svg/info-icon.svg');
}

.document-icon {
  -webkit-mask-image: url('/images/svg/document-icon.svg');
  mask-image: url('/images/svg/document-icon.svg');
}

.fa-puzzle-piece {
  color: var(--icon-color) !important;
}

.fa-chart-bar {
  color: var(--icon-color) !important;
}

.fa-file {
  color: var(--icon-color) !important;
}

.public-configurator:not(.read-only) .fa-image {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-image {
  color: var(--icon-color) !important;
}

.fa-image {
  color: var(--icon-color) !important;
}

.fa-cloud-upload-alt {
  color: var(--icon-color) !important;
}

.public-configurator:not(.read-only) li:not(.active) .fa-box {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-box {
  color: var(--icon-color) !important;
}

.fa-box {
  color: var(--icon-color) !important;
}
.public-configurator:not(.read-only) li:not(.active) .fa-ruler {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-ruler {
  color: var(--icon-color) !important;
}
.fa-ruler {
  color: var(--icon-color) !important;
}
.public-configurator:not(.read-only) li:not(.active) .fa-expand {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-expand {
  color: var(--icon-color) !important;
}
.fa-expand {
  color: var(--icon-color) !important;
}
.public-configurator:not(.read-only) li:not(.active) .fa-camera {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-camera {
  color: var(--icon-color) !important;
}
.fa-camera {
  color: var(--icon-color) !important;
}
.public-configurator:not(.read-only) li:not(.active) .fa-arrows-alt {
  color: var(--primary-color) !important;
}

.public-configurator:not(.read-only) a:hover .fa-arrows-alt {
  color: var(--icon-color) !important;
}

.public-configurator:not(.read-only) .fa-camera {
  color: var(--primary-color) !important;
} 



.fa-cube {
  color: var(--icon-color) !important;
}

.listview-icons-big {
  background-color: var(--primary-color) !important;
}

.ui-state-default {
  background-color: var(--primary-color) !important;
}

ul.line-style::before,
ul.line-style li::before {
  background-color: var(--icon-color) !important;
}

.public-configurator:not(.read-only) ul.line-style::before,
.public-configurator:not(.read-only) ul.line-style li::before {
  background-color: var(--text-color-primary) !important;
}


.input-color-picker {
  margin-bottom: 8px;
}

ul.context-menu li:hover {
  background-color: var(--primary-color) !important;
}

.camera-mode-selected {
  color: var(--text-color-secondary) !important;
}
