﻿html.md-default-theme, html, body.md-default-theme, body {
    color: #1A1A1A;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    background: #f4f4f4;
}

body {
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    overflow-x: hidden;
    overflow-y: scroll; /*cancels whole window moving horizontally all the time, when scrolled is toggled on/off. more prevalent in SPA that regular sites with whole page reloads*/
    font-size: 13px;
    color: #707070;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    min-height: 100vh; /*kind of ugly if body is shorter than the window and the background just cuts off*/
}

.subHeader {
    font-size: 1.2em;
    font-weight: bold;
}

.content-area {
    background: #fff;
}

.content-area.shadow {
    box-shadow: 1px 2px 4px 2px #cdcdcd;
}

body.newLayout {
    background-image: none;
}

#page-not-found-page {
    text-align: center;
}

input[type='checkbox'] {
    width: 19px;
    height: 19px;
    cursor: pointer;
}

input[type='checkbox'] + label {
    vertical-align: middle;
    cursor: pointer;}

/* Sweet alert */
.sweet-alert.show-sweet-alert.visible {
    border: 1px solid #333;
    box-shadow: 5px 5px 15px;
}

.md-dialog-container {
    z-index: 9999 !important;
}

.sweet-container button {
    background: none;
}

#configuration-page .sweet-alert {
    max-height: 90%;
    overflow-y: auto !important;
}

.sweet-alert button {
    background-image: none;
    background-color: #000 !important;
}

#base-configuration-page .sweet-alert button {
   background-color: #375173 !important;
   border-radius: 4px !important;
   font-weight: 700!important;
}

/* END - Sweet alert*/

a[ng-click] {
    cursor: pointer;
}

.disabled,
.disabled .fa {
    cursor: default !important;
}

/* FontAwsome */
.fa {
    cursor: pointer;
}

.fa-lock,
.fa-unlock,
.fa-question {
    color: #555;
}

.fa-trash {
    color: #f40;
}

.fa.inactive {
    color: #eee;
}

.fa-1_2 { font-size: 1.2em; }
.fa-1_4 { font-size: 1.4em; }
.fa-1_6 { font-size: 1.6em; }
.fa-1_8 { font-size: 1.8em; }
.fa-2 { font-size: 1.8em; }
.fa-2_2 { font-size: 2.2em; }
.fa-2_4 { font-size: 2.4em; }
.fa-2_6 { font-size: 2.6em; }
.fa-2_8 { font-size: 2.8em; }
.fa-3 { font-size: 3em; }
.fa-3_5 { font-size: 3.5em; }
.fa-5 { font-size: 3em; }
.fa-6 { font-size: 6em; }

.fa-4 {
    font-size: 2.5em;
}

.fa-floppy-o.saving {
    animation: color_change 0.5s infinite alternate;
}

@keyframes color_change {
 from { color: #575; }
 to { color: #eee; }
}

/* End - FontAwsome */

/* Input type formatting */
input[type='checkbox'] {
    vertical-align: middle;
}

.checkbox-label {
    font-weight: bold;
    cursor: pointer;
    color: #13a4d6;
    font-size: 13px;
    vertical-align: middle;
}

textarea,
select,
input[type='text'],
input[type='password'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
.edit-dropdown-area .selected-value {
    max-width: 100%;
    box-sizing: border-box;
    background-color: #F4F4F4;
    border: none;
    border-radius: 4px;
}

input {
    padding: 6px 5px;
}

input:focus {
    box-shadow: 0 0 3px #aaa;
}

input:focus-visible {
    outline: none;
}

select,
.edit-dropdown-area .selected-value {
    padding: 6px 28px 6px 12px;
}

input[type='number'] {
    padding-right: 0;
}

select.has-error,
input.has-error {
    background-color: #ffc0cb;
    box-shadow: 0 0 3px;
}

#page-header {
    position: relative;
    z-index: 99;
}

#page-header.fixed-menu {
    position: fixed;
}

#quote-page #page-header.fixed-menu {
    z-index: 1000;
}

#page-header.fixed-menu .navbar-brand {
    background-size: 100px;
    height: 20px;
    margin: 0 0 3px 0;
}

.search-suggestions-area {
    position: absolute;
    background: #f5f5f5;
    border: 2px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-suggestions-area .search-suggestion-item {
    padding: 8px;
    cursor: pointer
}

.search-suggestions-area .search-suggestion-item:hover {
    background: #bbb;
}

.search-suggestions-area .search-suggestion-item:hover:first-child {
    border-top-right-radius: 3px;
}

.search-suggestions-area .search-suggestion-item:hover:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* End - Input type formatting */

.menu-spacing {
    height: 130px;
}

#loader-overlay {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99998;
}

.spinner-area {
    width: 75px;
    height: 75px;
    margin: 200px auto;
    background: #fff url("css_images/loaderLarge.gif") no-repeat center;
    border: 2px solid #333;
    border-radius: 5px;
}

/* Left content step-by-step area */
/*#step-content {
    width: 240px;
    float: left;
    min-height: 20px;
    margin-right: 60px;
}

.step-content .step-area {
    padding: 12px 12px 12px 48px;
    overflow: hidden;
}

.step-area.step-active {
    background-color: #f1f1f1;
}

.step-content .step-area.step-passed .left-menu-line-upper,
.step-content .step-area.step-passed .left-menu-line-lower {
    position: absolute;
    margin-left: -25px;
    height: 36px;
}

.step-content .step-area.step-passed .left-menu-line-upper {
    margin-top: -35px;
}

.step-content .step-area:first-child .left-menu-line-upper {
    display: none;
}

.step-content .step-area.step-passed .left-menu-line-lower {
    height: 36px;
    margin-top: 19px;
}

.step-content .step-area:last-child .left-menu-line-lower {
    display: none;
}

.step-content .step-area .step-name {
    font-weight: bold;
    margin-bottom: 12px;
}

.step-content .step-area .step-description {
    display: none;
    color: #9C9C9C;
}

.step-content .step-area.step-active .step-description {
    display: block;
}

.step-content .step-area.step-active {
    border-radius: 5px;
}

.step-content .step-area .step-blob {
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 1px;
    margin-left: -33px;
}*/
/* END - Left step-by-step area */

/* Center content */
#center-content {
    overflow: hidden;
}
/* END - Center content */

/* Step-by-step area*/
.step-by-step-area {
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 20px;
}

.step-by-step-area .step-area {
    overflow: hidden;
    float: left;
}

/* Two steps */
.step-by-step-area.two-steps .step-area {
    width: 50%;
}

/* Three steps */
.step-by-step-area.three-steps .step-area {
    width: 33.33333333333333333%;
}

/* Four steps */
.step-by-step-area.four-steps .step-area {
    width: 25%;
}
/* Five steps */
.step-by-step-area.five-steps .step-area {
    width: 20%;
}

.step-by-step-area .step.active {
    background: #f1f1f1;
}

.step-by-step-area .step {
    overflow: hidden;
    padding: 15px 3% 15px 3%;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.step-by-step-area .step-area:first-child .step {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.step-by-step-area .step-area:last-child .step {
    border-right: 1px solid #e0e0e0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.step-by-step-area .step-number {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    background-color: #666;
    border: 5px solid #fff;
    border-radius: 26px;
    overflow: hidden;
}

.step-by-step-area .step.inactive .step-number {
    background-color: #888;
    border-color: #ddd;
}

.step-by-step-area .step-info {
    padding-left: 12px;
    overflow: hidden;
}

.step-by-step-area .step-header {
    font-weight: bold;
}

.step-by-step-area .step-details {
    font-size: 0.9em;
}
/* End - Step-by-step area*/

/* Error messages */
.error-message {
    background-color: #CF0000;
    border: 1px solid #1A1A1A;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 8px;
    margin-top: 5px;
    transition: .3s all ease-in;
}

.error-message.ng-hide {
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    height: 0;
    padding-bottom: 0;
}
/* End - Error messages*/

/* Information message*/
.information-message {
    background-color: #eeeeff;
    border: 1px solid #9999ff;
    color: #3f000b;
    border-radius: 3px;
    padding: 8px;
    margin-top: 5px;
    transition: .3s all ease-in;
    background-repeat: no-repeat;
    background-position: 5px;
}
.search-product-container .information-message {
    margin-left: 5%;
    margin-right: 5%;
}
.information-message .fa-stack {
    color: #9999ff;
    font-size: 1em;
}

.standard-product-container .information-message {
    margin-top: 50px;
}

.information-message.ng-hide {
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    height: 0;
    padding-bottom: 0;
}
/* END - Information message*/

/* Masterpage styling */
#page-content {
    width: 1260px;
    max-width: 98%;
    box-sizing: border-box;
    padding: 0 35px;
    margin: 70px auto;
}

#page-content.configuration-page {
    width: 1260px;
}

.navbar-menu {
    position: fixed;
    top: 12px;
    left: .83%;
    right: .83%;
    height: 44px;
    background-color: #fff;
    border-radius: 4px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

.fixed-menu .navbar-menu {
    transition: box-shadow 0.5s ease-in;
    box-shadow: 0 8px 15px -2px #aaa;
}

.navbar-menu .to-left {
    grid-column: 1/6;
}

.navbar-menu .navbar-brand {
    grid-column: 6/7;
}

.navbar-menu .to-right {
    grid-column: 7/12;
}

.navbar-brand {
    text-align: center;
}

.navbar-brand span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
}

.navbar-menu .to-right .menu-item {
    float: right;
}

.to-left.back-icon-spacing {
    padding-left: 42px;
}

.navbar-menu .to-left .menu-item {
    border-right: 1px solid #CDCDCD;
}

.navbar-menu .to-right .menu-item {
    border-left: 1px solid #CDCDCD;
}

.navbar-menu .menu-item {
    height: 44px;
    float: left;
}

.menu-item a {
    padding: 10px 15px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

footer {
    overflow: hidden;
    clear: both;
}

footer .main-footer {
    overflow: hidden;
    margin: 28px 0;
    padding: 30px 15px;
    border-top: 1px solid #999;
}

footer .main-footer .left-puff {
    float: left;
    font-weight: bold;
}

footer .main-footer .right-puff {
    float: right;
}

footer .extended-footer {
    overflow: hidden;
    /*padding: 20px 0;*/
    font-size: 10px;
    color: #666;
}

footer .extended-footer .puff {
    float: left;
}

footer .extended-footer .copy {
    float: right;
}
/* End - Masterpage styling */

/* Login area*/
.login-area {
    overflow: hidden;
    width: 290px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #ddd;
    /*border-radius: 3px;*/
    margin: 30px auto 20px;
}

.login-area .heading {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    margin-bottom: 1em;
}

.login-area label {
    display: block;
    margin: 12px 0 5px 0;
    font-weight: bold;
}

.login-area input[type='text'],
.login-area input[type='password'] {
    width: 290px;
}

.logging-in-spinner-area {
    float: right;
    margin-top: 20px;
}

.logging-in-spinner-area .loader-image {
    float: left;
    margin-top: 2px;
}

.logging-in-spinner-area span {
    margin-left: 2px;
}

.login-area .button-area-row {
    overflow: hidden;
}

.login-area input[type='submit'] {
    float: right;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 4px;
}

.forgot-password-link {
    display: block;
    float: left;
    margin-top: 20px;
}

.forgot-password-link:hover {
    text-decoration: underline;
}

.tfaPopupBackground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 999;
    opacity: .6;
}

.tfaPopupModal {
    background-color: #fff;
    width: 500px;
    max-width: 100%;
    position: absolute;
    z-index: 9999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.tfaTitle {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 12px;
}

.tfaTitle .closePopupArea {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 19px;
    cursor: pointer;
}

.tfaTokenArea {
    padding: 12px;
}

.tokenDescription {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.tokenArea {
    text-align: center;
}

input[type='text'].tfaCode {
    width: 40px;
    height: 50px;
    border: 1px solid #cdcdcd;
    background-color: transparent;
    margin: 20px 10px;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
}

input#tokenSubmitButton {
    float: right;
    margin: 12px;
}

.validatingToken {
    float: right;
    padding: 12px;
}

.validatingToken .loader-image {
    float: left;
    margin-top: 2px;
    padding-right: 5px;
}

/* END - Login area*/
option.orange,
.option.orange {
    background-color: #FFDB99;
}

.show-easy-style .option.orange {
    opacity: 0.3;
}

.information-box,
.table-area {
    margin-top: 12px;
}

.information-box-header {
    border: 1px solid #ddd;
    padding: 7px 12px;
    background-color: #f5f5f5;
    clear: both;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.information-box-item {
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    clear: both;
}

.table-area-header {
    border: 1px solid #ddd;
    padding: 7px 12px;
    background-color: #f5f5f5;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;}

.table-area-row {
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    overflow: hidden;
    clear: both;
}

.table-area-row.pagination-row {
    text-align: center;    
}

.table-area-row .pagination-area {
    float: none;
}

.pagination-area span {
    margin-right: 8px;
    cursor: pointer;
}

.pagination-area span.disabled {
    color: #ddd;
}

.pagination-area span.disabled.selected {
    font-weight: bold;
    color: #333;
}

.pagination-area span:last-child {
    margin-right: 0;
}

.information-box input,
.table-area input {
    padding-left: 5%;
    padding-right: 5%;
    width: 80%;
}

.table-area select {
    max-width: 95%;
}

.table-area-header .header,
.table-area-row .item {
    float: left;
}

.loader-image {
    height: 15px;
    width: 15px;
    background: transparent url("css_images/loaderLarge.gif") no-repeat 0 0;
    background-size: 15px;
    margin: 0 auto;
}

.loader-image-large {
    height: 56px;
    width: 56px;
    background: transparent url("css_images/loaderLarge.gif") no-repeat 0 0;
    margin: 0 auto;
}

.big-button {
    float: left;
    border-radius: 4px;
    font-weight: bold;
    display: block;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.environment {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-weight: bolder;
    color: #990000;
    background-color: #E0C5C6;
    padding: 10px 30px;
    border: 1px solid #A0767A;
    z-index: 999999;
    opacity: 0.7;
}

/***** START - BASE CONFIGURATION PAGE *****/

i.selectArrow {
    transform: rotateZ(0deg);
    transition: transform .5s;
}

i.selectArrow.dropdownVisible {
    transform: rotateZ(180deg);
    transition: transform .5s;
}

.baseConfigButton {
    color: #fff;
    background-color: #4295D1;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 1;
    font-weight: 700;
    border-radius: 4px;
}

.baseConfigButton.disabled {
    background-color: #f4f4f4!important;
    color: #333;
}

#base-configuration-page #page-content {
    margin: 0 auto;
}

body#base-configuration-page,
body#base-configuration-page #page-header {
    background-color: #fff;
}

body#base-configuration-page {
     font-size: 1.1rem;
}

.headPart {
    text-align: center;
    overflow: hidden;
}

.pageHeaderText {
    font-size: 2em;
    font-weight: bold;
}

.pageStepArea {
    width: 600px;
    max-width: 100%;
    margin: 30px auto;
}

.pageStep {
    position: relative;
    float: left;
    width: 50%;
}

.pageStep.active {
    background-color: transparent;
}

.pageStepNumber {
    display: inline-block;
    background-color: #D4D4D4;
    font-weight: bold;
    padding: 12px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.pageStep.active .pageStepNumber {
    background-color: #4295D1;
    color: #fff;
}

.pageStepText {
    margin-top: 20px;
}

.pageStepLine {
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: 15px;
    width: 100%;
    border-top: 2px solid #D4D4D4;
}

.pageStep.active .pageStepLine {
    border-top-color: #4295D1;
}

.baseConfigurationArea {
    overflow: hidden;
    clear: both;
    margin-top: 40px;
}

.uploadHouseImageButton {
    float: left;
    color: white;
    border: 2px solid #375173;
    font-weight: 700;
    background-color: #375173;
}
    .uploadHouseImageButton:hover {
        color: white;
        border: 2px solid #223855;
        background-color: #223855;
    }

    .uploadHouseSelectedImage {
        float: left;
        padding: 16px 20px;
        line-height: 1;
    }

.uploadImageArea,
.samplePhotosArea {
    overflow: hidden;
    margin-top: 20px;
}

.uploadImageExtraInformation {
    margin: 5px 0 10px 0;
}

.uploadImageLocation ul {
    margin: 0;
}

.uploadImageLocation li {
    padding: 5px 0;
    line-height: 1;
}

.samplePhoto img {
    width: 100%;
    cursor: pointer;
    filter: grayscale(80%);
    transition: filter 0.5s;
}

.samplePhoto img.active,
.samplePhoto img.active:hover {
    filter: grayscale(0);
    transition: filter 0.5s;
}

.samplePhoto img:hover {
    filter: grayscale(50%);
    transition: filter 0.5s;
}

.configureAreaStepOne {
    overflow: hidden;
    margin-top: 20px;
}

.featureItemArea {
    width: 50%;
}

.configureAreaStepOne .featureItemArea {
    float: left;
}

.navigationButtonArea {
    margin-top: 30px;
    width: 50%;
    float: right;
}
.baseConfigButton.nextButton {
    float: right;
}

.imageVisalizationArea,
.configurationSelectionArea {
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.imageVisalizationArea img,
.imageVisalizationArea canvas {
    width: 100%;
}

.imageVisalizationArea canvas {
    touch-action: none;
    cursor: inherit;
}

.baseConfigurationArea .featureArea {
    margin-top: 20px;
}

.baseConfigurationArea .floatedDropdownArea .featureArea {
    padding-right: 20px;
}

.half.featureArea {
    box-sizing: border-box;
}

.baseConfigurationArea .featureAreaHeader {
    font-weight: 700;
}

.baseConfigurationArea .option {
    margin-top: 12px;
    cursor:pointer;
}

.baseConfigurationArea .textOption {
    margin-top: 12px;
    margin-right: 20px;
}

.baseConfigurationArea .textOption input {
    padding: 12px;
    background: transparent;
    border: 1px solid #E0DEDE;
    border-radius: 4px;
    width: 100%;
}

.baseConfigurationArea .textOption input:focus {
    box-shadow: none;
}

.baseConfigurationArea .selectedOption {
    padding: 12px;
    border: 1px solid #E0DEDE;
    border-radius: 4px;
}

/* DOOR DESIGNER css */

.headPart.ng-scope {
    padding: 120px 0 90px 0;
}
#base-configuration-page #page-content.configuration-page {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.baseConfigurationArea {
    max-width: 1520px;
    margin: auto;
}
.navbar-menu {
    height: 60px;
    color: #333;
    box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.05), 0px 8px 12px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
}
.baseConfigButton.nextButton {
    background-color: #375173;
}

    .baseConfigButton.nextButton:hover, .baseConfigButton.nextButton:active {
        background-color: #034B70;
    }

.navigationButtonArea {
    display: flex;
    margin: auto;
    margin-top: 30px;
    width: auto;
    justify-content: flex-end;
    float: none;
}
.backButton {
    margin-right: 15px;
    background-color: white !important;
    border: 2px solid #333;
    color: #333;
}
.backButton:hover {
     color: #375173;
     border: 2px solid #375173;
}

.navigationButtonAreaPage3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
    flex-wrap: wrap;
}

.uploadImageContent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.navigationButtonAreaPage3 div:nth-child(2) {
    order: 2;
    margin-left: 15px;
}

.navigationButtonAreaPage3 div:nth-child(3) {
    color: #333;
    background-color: white;
    border: 2px solid #333;
}

.navigationButtonAreaPage3 div:nth-child(3):hover {
    color: #375173;
    border: 2px solid #375173;
    background-color: white;
}

@media screen and (max-width: 508px) {
    .navigationButtonAreaPage3 div:nth-child(2) {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .pageHeaderText {
        font-size: 1.8rem;
    }

    .card-wrapper {
        padding-top: 20px;
    }

    .navigationButtonAreaPage3 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 769px) {
    .card-wrapper {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

.card-wrapper {
    border-radius: 0.5rem;
}

.configuration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form, .configuration-summary {
    width: 100%;
}

.configuration-summary {
    background: #E1EEF7;
    border-radius: 0.5rem;
    padding-bottom: 2em;
}

.summary-door-image {
    max-width: 75%;
    padding: 16px;
    display: block;
    margin: auto;
    margin-bottom: 2em;
}

.configuration-summary h3 {
    text-align: center;
}

.summary-details {
    display: flex;
    flex-direction: column;
}

.summary-details .ng-binding {
     font-size: 0.9rem;
}

.summary-details .ng-binding:not(strong) {
     padding: 0.3rem 32px;
}

    @media screen and (min-width: 1200px) {
        .samplePhotosArea {
            width: 50%;
            float: right;
            margin-top: -103px;
            padding-right: 16px;
        }

            .samplePhotosArea p {
                margin: 10px auto 20px auto;
            }

        .uploadImageExtraInformation {
            max-width: 550px;
        }

        .configuration-wrapper {
            flex-direction: row;
        }

        .contact-form {
            width: 75%;
        }

        .configuration-summary {
            width: 25%;
        }
    }

    @media screen and (min-width: 1200px) {
        .samplePhoto {
            width: 70%;
            float: right;
        }
    }

@media screen and (max-width: 1199px) {
        .samplePhoto {
            width: 95%;
        }
}

.configureAreaStepOne {
    width: 100%;
    padding-top: 40px;
}

.samplePhoto img {
    border-radius: 0.5rem;
    padding: 5px;
    border: 3px solid transparent;
}

.samplePhoto img:hover, .samplePhoto img.active, .samplePhoto img.active:hover {
        border: 3px solid #4195d1;
    }

.container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.card {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .icon {
    height: 100px;
}

@media screen and (max-width: 768px) {
    .card {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .richtext_innerWrapper {
        padding: 50px 50px 20px 50px;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .richtext_innerWrapper {
        padding: 50px 20px 20px 20px;
        text-align: center;
    }
}

.sub-header-review {
    text-align: center;
    margin: 90px 0 40px 0;
}
 
.contact-form form {
    display: grid;
}

.contact-form input:focus {
    outline: #4195d1;
    box-shadow: none;
    border-bottom: 2px solid #4195d1;
}

.contact-form input:focus-visible, textarea#inputComment:focus-visible {
    outline: #4195d1;
    border-bottom: 2px solid #4195d1;
}

label.ng-binding {
    font-size: 1rem;
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .contact-form form {
        grid-gap: 1rem;
        grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8" "item9 item9" "nav nav";
    }
    .form-group:nth-child(1) {
        grid-area: item1;
    }
    .form-group:nth-child(2) {
        grid-area: item2;
    }
    .form-group:nth-child(3) {
        grid-area: item3;
    }
    .form-group:nth-child(4) {
        grid-area: item4;
    }
    .form-group:nth-child(5) {
        grid-area: item5;
    }
    .form-group:nth-child(6) {
        grid-area: item6;
    }
    .form-group:nth-child(7) {
        grid-area: item7;
    }
    .form-group:nth-child(8) {
        grid-area: item8;
    }
    .form-group:nth-child(9) {
        grid-area: item9;
    }
    .btn-wrapper {
        grid-area: nav;
    }
}

.btn-wrapper .form-group {
    margin-bottom: 0;
}

.btn-wrapper .form-group label {
    padding-bottom: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .form-row .form-group {
        flex: 1;
        min-width: 200px;
    }
 .form-group:nth-child(9) {
        margin-bottom: 0;
    }

textarea#inputComment {
    min-height: 120px;
}

.contact-form textarea, .contact-form select, .contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='tel'] {
    background-color: #f5f4f2;
    color: #333;
    line-height: 142%;
    font-weight: 400;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 2px solid rgb(112, 112, 112);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 10px 15px;
    min-height: 48px;
}

.image-visualization {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 3.5rem;
    gap: 20px;
}

@media screen and (min-width: 1199px) {
    .image-visualization {
        flex-direction: row;
    }

    .image-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.image-container {
    text-align: center;
    font-weight: 700;
    background-color: #f5f4f2;
    border-radius: 0.5rem;
    padding: 8px;
}

.image-container img {
    width: 99%;
}

.error {
    color: red;
    font-size: 0.85em;
    margin-top: 4px;
    display: block;
}

input.ng-invalid {
    background-color: #F4F4F4 !important;
    color: black !important;
}

/* End DOOR DESIGNER css */

.dropdownItemsContainer {
    display: none;
    margin-right: 20px;
    background-color: #f5f5f5;
}

.dropdownItemsContainer.alwaysShow {
    display: block;
}

.simpleDropdown .optionItem {
    padding: 6px 12px;
    border: 1px solid #E0DEDEDE;
    border-top-color: transparent;
}

.simpleDropdown .optionItem:hover {
    border-color: #4195d1;
}

.selectedOption i {
    float: right;
}

.option .selected {
    font-weight: 700;
}

.advancedDropdown .dropdownItemsContainer {
    z-index: 9;
    overflow-y: auto;
    max-height: 320px;
    border: 1px solid #E0DEDE;
    border-top: none;
}

.advancedDropdown .dropdownItemsContainer .optionItem {
    box-sizing: border-box;
    padding: 12px;
    float: left;
    width: 120px;
    height: 150px;
}

.advancedDropdown .dropdownItemsContainer.isRadioType .optionItem {
    display: block;
    height: initial;
    width: 100%;
    clear: both;
    border: 1px solid transparent;
}

.advancedDropdown .dropdownItemsContainer.isRadioType .optionItem:hover {
    border-color: #4195d1;
}

.advancedDropdown .optionItem div {
    text-align: center;
}

.advancedDropdown .dropdownItemsContainer.isRadioType .optionItem div {
    text-align: left;
}

.advancedDropdown .dropdownItemsContainer.isRadioType input,
.advancedDropdown .dropdownItemsContainer.isRadioType label {
    cursor: pointer;
}

.optionItem img {
    width: 100%;
    border: 1px solid #E0DEDE;
    border-radius: 4px;
}

.optionItem:hover img {
    border-color: #4195d1;
}

.floatedDropdownArea .selectedOption,
.floatedDropdownArea .dropdownItemsContainer {
    margin-right: 0;
}

.configureAreaStepTwo {
    overflow: hidden;
}

.imageVisalizationArea {
    position: relative;
    padding-right: 50px;
}

.imageVisalizationArea img {
    width: 100%;
}

.imageVisalizationArea.inactive canvas{
    opacity: .4;
}

.imageVisalizationArea .coordinates-loader {
    display: none;
    background: transparent url(css_images/loaderLarge.gif) no-repeat center;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.imageVisalizationArea.inactive .coordinates-loader {
    display: block;
}

img.doorIllustration {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: 100px;
}

.configuratoinDisclamer {
    margin: 20px 0;
    line-height: 1.5;
}

img.doorIllustrationSmall {
    margin: 20px 0;
}

.configurationSummaryArea {
    overflow: hidden;
}

.summaryFeature, .summaryValue {
    float: left;
    width: 200px;
    font-weight: 700;
}

#base-configuration-page footer {
    height: 50px;
    margin-top: 20px;
}

#base-configuration-page .main-footer {
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    background-color: #fff;
}

#base-configuration-page #main-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0;
}

#base-configuration-page .print .header {
    text-align: center;
}

#imageDisclaimerArea {
    font-style: italic;
    font-size: .8em;
}

@media screen and (max-width: 1023px) {
    #base-configuration-page .imageVisalizationArea,
    #base-configuration-page .configureAreaStepTwo {
        width: 100%;
        padding-right: 0;
    }

    #base-configuration-page .configureAreaStepTwo {
        padding-top: 50px;
    }

    .baseConfigurationArea .configureAreaStepTwo .selectedOption {
        margin-right: 0;
    }

    .baseConfigurationArea .navigationButtonArea {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .uploadImageLocation {
        width: 100%;
    }

    .featureItemArea {
        width: 100%;
        margin-bottom: 30px;
    }

    .baseConfigurationArea .selectedOption {
        margin-right: 0;
    }

    .featureArea.half {
        padding-right: 0;
    }
}
    /***** END - BASE CONFIGURATION PAGE *****/

/* Door designr print css */

.container-print, .container-print-bottom {
    display: none;
}

@page {
    size: A4;
    margin: 0;
    background: white;
}

@media print {
    html, body {
        background: white!important;
    }

    .print-logo {
        width: 4cm !important;
        height: auto;
        display: block;
        margin: auto;
        margin-bottom: 1cm;
    }
      .no-break {
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .headPart, .header, .header h2, .contact-form, .sub-header-review {
        display: none;
    }

    .container-print, .container-print-bottom  {
        display: block;
    }

    .container-print-bottom {
        padding-top: 1cm;
    }

    .content-print-top {
        display: grid;
        /*  grid-template-columns: 1fr 8cm;*/
        background-color: white;
        padding: 0;
        margin-bottom: 1cm;
        height: auto;
        border-radius: 0.5rem;
    }

    .text {
        font-size: 9pt;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .print-image {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
    }

    .print-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 0.5rem;
    }

    .container-print .text {
        color: #333;
    }

    .container-print .container-print-bottom {
        color: #333;
    }

    .text h2 {
        font-size: 16pt;
        color: #375173;
    }

    .text h3 {
        color: #375173;
    }

    * {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body {
        font-family: 'Fivo Sans', sans-serif;
        margin: 0;
        padding: 0;
        background: white;
    }

    header {
        text-align: center;
    }

    .print {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 0.5cm;
    }
   
    .image-visualization {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        flex-direction: column;
    }

    .summary-door-image {
        width: 5cm;
        max-width: none;
    }

    .configuration-wrapper {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .configuration-summary {
        padding-bottom: 1cm;
        min-height: 15.2cm;
    }

    .colored-text {
        color: #3d94d1;
        font-size: 9pt;
        font-weight: 400;
    }

    .image-container {
        background-color: #E1EEF7;
    }

    .image-container p {
        margin-top: 0.5cm;
        margin-bottom: 0.5cm;
    }

    .text-img {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .text-img img {
        width: 1.5cm;
    }
    .text-img .text {
        padding-left: 0.5cm;
    }
}