﻿@font-face {
    font-family: 'Patron-Medium';
    src: url('../fonts/patron-medium.ttf');
}
/*---------------variables of auto design---------------*/
/*joystick*/
/**/
/*------------------------------------------------------*/
#auto-design {
    /*----- variables of btns right -----*/
    /*-----*/
}
#auto-design img {
    pointer-events: none;
}
#auto-design .showcase-of-steps {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgba(224, 224, 224, 0.5);
    position: absolute;
    bottom: 5px;
    height: 150px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
    padding: 0 5px;
    width: calc(100% - (170px * 2));
}
#auto-design .showcase-of-steps .btn-steps-LR {
    background-color: rgba(230, 230, 230, 0.5);
    border: 1px solid #e1e1e1;
    width: 40px;
    height: calc((150px / 100) * 95);
}
#auto-design .showcase-of-steps .btn-steps-LR:active {
    background-color: rgba(255, 255, 255, 0);
}
#auto-design .showcase-of-steps .btn-left-steps {
    border-radius: 5px 0 0 5px;
}
#auto-design .showcase-of-steps .btn-rigth-steps {
    border-radius: 0 5px 5px 0;
}
#auto-design .showcase-of-steps .field-steps {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    overflow: auto;
    height: calc((150px / 100) * 95);
    padding: 0 5px;
}
#auto-design .showcase-of-steps .field-steps .field-images {
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 12px;
    border: 2px solid transparent;
}
#auto-design .showcase-of-steps .field-steps .field-images img {
    max-width: 60px;
}
#auto-design .showcase-of-steps .field-steps .field-images:hover {
    border: 2px solid #ff8e00;
    border-radius: 10px;
}
#auto-design .showcase-of-steps .field-steps .active {
    border: 2px solid #ff8e00;
    border-radius: 10px;
}
#auto-design .field-action-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#auto-design .action-buttons {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: start;
}
#auto-design .action-buttons button {
    border: 1px solid white;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#auto-design .action-buttons span {
    color: #555555;
    font-family: 'allerbold';
}
#auto-design .btn-undo,
#auto-design .btn-redo,
#auto-design .btn-auto-design,
#auto-design .btn-apply {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0px;
    border: none;
}
#auto-design .btn-undo img,
#auto-design .btn-redo img,
#auto-design .btn-auto-design img,
#auto-design .btn-apply img,
#auto-design .btn-undo svg,
#auto-design .btn-redo svg,
#auto-design .btn-auto-design svg,
#auto-design .btn-apply svg {
    height: 35px;
    width: 35px;
}
#auto-design .btn-undo i,
#auto-design .btn-redo i,
#auto-design .btn-auto-design i,
#auto-design .btn-apply i {
    font-size: 35px;
}
#auto-design .navimenu {
    max-width: 100px;
}
#auto-design .field-canvas-auto-design {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#auto-design .field-canvas-auto-design #draw-area {
    left: 0px;
    top: 60px;
}
#auto-design .field-measure {
    /*display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;*/
}
#auto-design .field-measure .text-warning {
    height: 20px;
    color: #f0ad4e;
}
#auto-design .field-measure .measure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#auto-design .field-measure .error {
    display: flex;
    align-items: center;
    justify-content: center;
}
#auto-design .field-measure .error i {
    margin-right: 5px;
}
#auto-design .field-measure .input-group {
    width: 125px;
}
#auto-design .field-measure > div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#auto-design .sec-appliance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#auto-design .option-appliance-modal.active {
    border-left: 5px solid #ff8e00;
}
#auto-design .option-appliance-modal {
    background-color: #ededed;
    box-shadow: 0 2px 6px -2px #bebebe;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: black;
    align-items: center;
    border: none;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-left: 5px solid black;
}
#auto-design .option-appliance-modal img {
    width: 80px;
}
#auto-design .btn-change-appliance {
    width: 80%;
    height: 35px;
    background-color: #ededed;
    box-shadow: 0 2px 6px -2px #bebebe;
}
#auto-design .display-wall-measure {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
#auto-design .display-wall-measure > div {
    display: flex;
    flex-basis: auto;
    justify-content: center;
}
#auto-design .display-wall-measure .warning-message-disabled {
    display: flex;
    margin-top: 0px;
    flex-basis: 100%;
    justify-content: center;
}
#auto-design .step-openings-window {
    flex-wrap: wrap;
    justify-content: center;
}
#auto-design .sel-openings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#auto-design .text-info {
    color: black;
}
#auto-design .field-openings {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    min-width: 250px;
}
#auto-design .field-openings label {
    color: black;
}
#auto-design .field-openings .input-group {
    width: 60%;
}
#auto-design .field-openings .field-opening-measure {
    margin-top: 1rem;
}
#auto-design .field-appliance-types {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#auto-design .field-appliance-types .appliance {
    margin-bottom: 5px;
    cursor: pointer;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#auto-design .field-appliance-types .appliance img {
    max-height: 85px;
}
#auto-design .field-appliance-types .appliance label {
    color: black;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0 0 0;
}
#auto-design .pointer {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: black;
    margin: 10px;
}
#auto-design .pointer-color-blue {
    background-color: #0000ff;
}
#auto-design .pointer-color-red {
    background-color: #ff0000;
}
#auto-design .pointer-color-orange {
    background-color: #ffa500;
}
#auto-design .pointer-color-purple {
    background-color: #800080;
}
#auto-design .pointer-color-yellow {
    background-color: #ffff00;
}
#auto-design .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}
#auto-design .modal-dialog-container {
    min-width: 450px;
    max-width: 600px;
    max-height: 500px;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    background: white;
    border-radius: 4px;
    z-index: 1050;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
#auto-design .modal-dialog-container .modal-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 12px;
    margin: 0;
}
#auto-design .modal-dialog-container .modal-header > h1,
#auto-design .modal-dialog-container .modal-header h2,
#auto-design .modal-dialog-container .modal-header h3,
#auto-design .modal-dialog-container .modal-header h4,
#auto-design .modal-dialog-container .modal-header h5,
#auto-design .modal-dialog-container .modal-header h6 {
    font-size: 24px;
}
#auto-design .modal-dialog-container .modal-body {
    padding: 10px 16px;
    color: #222222;
}
#auto-design .modal-dialog-container .modal-footer {
    text-align: right;
    padding: 0 16px 10px;
}
#auto-design .modal-dialog-container .modal-footer .btn + .btn {
    margin-left: 5px;
}
#auto-design .styles-field {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
#auto-design .styles-field .style {
    display: flex;
    padding: 10px;
    align-content: center;
    border: 1px solid #e0e0e094;
    border-radius: 5px;
    margin: 5px;
    width: 80px;
}
#auto-design .styles-field .style:hover {
    border: 2px solid #ff8e00;
}
#auto-design .styles-field .style.active {
    border: 2px solid #ff8e00;
}
#auto-design .legend-appliance-position {
    position: absolute;
    width: 100%;
    bottom: 160px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0 5px 0 5px;
    z-index: 1001;
}
#auto-design .legend-appliance-position .field {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#auto-design .legend-appliance-position .legend {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
#auto-design .legend-appliance-position span {
    margin-right: 10px;
    color: black;
}
#auto-design .legend-appliance-position .cooking {
    background-color: #ed7c10;
}
#auto-design .legend-appliance-position .refrigerator {
    background-color: #606060;
}
#auto-design .legend-appliance-position .sink {
    background-color: #308dbc;
}
#auto-design .legend-appliance-position .oven {
    background-color: red;
}
/* ----------- iPhone 4, 4S, iPhone 5, 5S, 5C, 5SE, iPhone 6, 6S, 7, 8, Nexus 4 ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #auto-design .field-action-buttons {
        right: 2px;
    }
    #auto-design .action-buttons {
        padding: 0 1px;
    }
    #auto-design .legend-appliance-position {
        bottom: 105px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        z-index: 1001;
        width: auto;
    }
    #auto-design .legend-appliance-position .legend {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    #auto-design .legend-appliance-position span {
        font-size: 12px;
    }
    #auto-design .btn-undo,
    #auto-design .btn-redo,
    #auto-design .btn-auto-design,
    #auto-design .btn-apply,
    #auto-design btn-exit {
        height: 45px;
        width: 45px;
    }
    #auto-design .btn-undo img,
    #auto-design .btn-redo img,
    #auto-design .btn-auto-design img,
    #auto-design .btn-apply img,
    #auto-design btn-exit img,
    #auto-design .btn-undo svg,
    #auto-design .btn-redo svg,
    #auto-design .btn-auto-design svg,
    #auto-design .btn-apply svg,
    #auto-design btn-exit svg {
        height: 25px;
        width: 25px;
    }
    #auto-design .btn-undo i,
    #auto-design .btn-redo i,
    #auto-design .btn-auto-design i,
    #auto-design .btn-apply i,
    #auto-design btn-exit i {
        font-size: 25px;
    }
    #auto-design .field-canvas-auto-design #draw-area {
        top: 40px;
    }
    #auto-design #camera-control {
        bottom: 100px;
    }
    #auto-design .showcase-of-steps {
        height: 100px;
        width: 100vw;
    }
    #auto-design .showcase-of-steps .btn-steps-LR {
        height: calc((100px / 100) * 95);
        width: 45px;
    }
    #auto-design .showcase-of-steps .field-steps {
        height: calc((100px / 100) * 95);
    }
    #auto-design .showcase-of-steps .field-steps .field-images {
        width: 60px;
        height: 60px;
        padding: 3px;
    }
    #auto-design .showcase-of-steps .field-steps .field-images img {
        max-width: 50px;
        width: 50px;
    }
    #auto-design .option-appliance-modal img {
        width: 100px;
    }
    #auto-design .option-appliance-modal label {
        max-width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
    #auto-design .field-appliance-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #auto-design .field-appliance-types .appliance {
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        height: calc((100px / 100) * 90);
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc((100px / 100) * 90);
    }
    #auto-design .field-appliance-types .appliance .img-applince {
        max-height: 60px;
        max-width: 90px;
    }
    #auto-design .field-appliance-types .appliance label {
        color: black;
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #auto-design .field-action-buttons {
        right: 2px;
        flex-direction: row;
        flex-wrap: wrap;
        width: 110px;
    }
    #auto-design .legend-appliance-position {
        bottom: 105px;
        justify-content: flex-start;
        width: auto;
    }
    #auto-design .legend-appliance-position .legend {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    #auto-design .legend-appliance-position span {
        font-size: 12px;
    }
    #auto-design .action-buttons {
        padding: 0 1px;
    }
    #auto-design .f-apply {
        order: 3;
        margin-top: 2px;
    }
    #auto-design .f-undo {
        order: 1;
    }
    #auto-design .f-redo {
        order: 2;
    }
    #auto-design .f-exit {
        margin-top: 2px;
        order: 4;
    }
    #auto-design .btn-undo,
    #auto-design .btn-redo,
    #auto-design .btn-auto-design,
    #auto-design .btn-apply {
        height: 50px;
        width: 50px;
    }
    #auto-design .btn-undo img,
    #auto-design .btn-redo img,
    #auto-design .btn-auto-design img,
    #auto-design .btn-apply img,
    #auto-design .btn-undo svg,
    #auto-design .btn-redo svg,
    #auto-design .btn-auto-design svg,
    #auto-design .btn-apply svg {
        height: 30px;
        width: 30px;
    }
    #auto-design .btn-undo i,
    #auto-design .btn-redo i,
    #auto-design .btn-auto-design i,
    #auto-design .btn-apply i {
        font-size: 30px;
    }
    #auto-design .field-canvas-auto-design #draw-area {
        left: 0px;
        top: 40px;
    }
    #auto-design #camera-control {
        bottom: 5px;
    }
    #auto-design .showcase-of-steps {
        height: 100px;
        width: calc(100vw - 128px);
        left: 5px;
        transform: none;
    }
    #auto-design .showcase-of-steps .btn-steps-LR {
        height: calc((100px / 100) * 95);
    }
    #auto-design .showcase-of-steps .field-steps {
        height: calc((100px / 100) * 95);
    }
    #auto-design .showcase-of-steps .field-steps .field-images {
        width: 60px;
        height: 60px;
        padding: 3px;
    }
    #auto-design .showcase-of-steps .field-steps .field-images img {
        max-width: 50px;
        width: 50px;
    }
    #auto-design .option-appliance-modal img {
        width: 100px;
    }
    #auto-design .option-appliance-modal label {
        max-width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
    #auto-design .field-appliance-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #auto-design .field-appliance-types .appliance {
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        height: calc((100px / 100) * 90);
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc((100px / 100) * 90);
    }
    #auto-design .field-appliance-types .appliance .img-applince {
        max-height: 60px;
        max-width: 90px;
    }
    #auto-design .field-appliance-types .appliance label {
        color: black;
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
}
/* ----------- iPhone 6+, 7+, 8+, iPhone X, Google Pixel, HTC One, Nexus 5   ----------- */
/* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #auto-design .field-action-buttons {
        right: 2px;
    }
    #auto-design .action-buttons {
        padding: 0 1px;
    }
    #auto-design .legend-appliance-position {
        bottom: 105px;
        justify-content: flex-start;
    }
    #auto-design .legend-appliance-position .legend {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    #auto-design .legend-appliance-position span {
        font-size: 12px;
    }
    #auto-design .btn-undo,
    #auto-design .btn-redo,
    #auto-design .btn-auto-design,
    #auto-design .btn-apply {
        height: 50px;
        width: 50px;
    }
    #auto-design .btn-undo img,
    #auto-design .btn-redo img,
    #auto-design .btn-auto-design img,
    #auto-design .btn-apply img,
    #auto-design .btn-undo svg,
    #auto-design .btn-redo svg,
    #auto-design .btn-auto-design svg,
    #auto-design .btn-apply svg {
        height: 30px;
        width: 30px;
    }
    #auto-design .btn-undo i,
    #auto-design .btn-redo i,
    #auto-design .btn-auto-design i,
    #auto-design .btn-apply i {
        font-size: 30px;
    }
    #auto-design .option-appliance-modal img {
        width: 100px;
    }
    #auto-design .option-appliance-modal label {
        max-width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
    #auto-design .field-appliance-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #auto-design .field-appliance-types .appliance {
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        height: calc((100px / 100) * 90);
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc((100px / 100) * 90);
    }
    #auto-design .field-appliance-types .appliance .img-applince {
        max-height: 60px;
        max-width: 90px;
    }
    #auto-design .field-appliance-types .appliance label {
        color: black;
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
}
/* Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #auto-design .field-action-buttons {
        right: 2px;
        flex-direction: row;
        flex-wrap: wrap;
        width: 110px;
    }
    #auto-design .action-buttons {
        padding: 0 1px;
    }
    #auto-design .action-buttons span {
        display: none;
    }
    #auto-design .legend-appliance-position {
        bottom: 135px;
        justify-content: flex-start;
    }
    #auto-design .legend-appliance-position .legend {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    #auto-design .legend-appliance-position span {
        font-size: 12px;
    }
    #auto-design .f-apply {
        order: 3;
        margin-top: 2px;
    }
    #auto-design .f-undo {
        order: 1;
    }
    #auto-design .f-redo {
        order: 2;
    }
    #auto-design .f-exit {
        margin-top: 2px;
        order: 4;
    }
    #auto-design .btn-undo,
    #auto-design .btn-redo,
    #auto-design .btn-auto-design,
    #auto-design .btn-apply {
        height: 50px;
        width: 50px;
    }
    #auto-design .btn-undo img,
    #auto-design .btn-redo img,
    #auto-design .btn-auto-design img,
    #auto-design .btn-apply img,
    #auto-design .btn-undo svg,
    #auto-design .btn-redo svg,
    #auto-design .btn-auto-design svg,
    #auto-design .btn-apply svg {
        height: 30px;
        width: 30px;
    }
    #auto-design .btn-undo i,
    #auto-design .btn-redo i,
    #auto-design .btn-auto-design i,
    #auto-design .btn-apply i {
        font-size: 30px;
    }
    #auto-design .field-canvas-auto-design #draw-area {
        left: 0px;
        top: 40px;
    }
    #auto-design .showcase-of-steps {
        height: 130px;
        width: calc(100vw - 150px);
        left: 5px;
        transform: none;
    }
    #auto-design .showcase-of-steps .btn-steps-LR {
        height: calc((130px / 100) * 95);
    }
    #auto-design .showcase-of-steps .field-steps {
        height: calc((130px / 100) * 95);
    }
    #auto-design .showcase-of-steps .field-steps .field-images {
        width: 60px;
        height: 60px;
        padding: 3px;
    }
    #auto-design .showcase-of-steps .field-steps .field-images img {
        max-width: 50px;
        width: 50px;
    }
    #auto-design .option-appliance-modal img {
        width: 100px;
    }
    #auto-design .option-appliance-modal label {
        max-width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
    #auto-design .field-appliance-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #auto-design .field-appliance-types .appliance {
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        height: calc((130px / 100) * 90);
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc((130px / 100) * 90);
    }
    #auto-design .field-appliance-types .appliance .img-applince {
        max-height: calc((130px / 100) * 80);
        max-width: calc((130px / 100) * 80);
    }
    #auto-design .field-appliance-types .appliance label {
        color: black;
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
}
/* ----------- Galaxy S6, Google Pixel XL, Nexus 6 and 6P ----------- */
/* Portrait */
/* Landscape */
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #auto-design .field-action-buttons {
        right: 2px;
        flex-direction: row;
        flex-wrap: wrap;
        width: 140px;
    }
    #auto-design .action-buttons {
        padding: 0 1px;
    }
    #auto-design .f-apply {
        order: 3;
        margin-top: 2px;
    }
    #auto-design .f-undo {
        order: 1;
    }
    #auto-design .f-redo {
        order: 2;
    }
    #auto-design .f-exit {
        margin-top: 2px;
        order: 4;
    }
    #auto-design .showcase-of-steps {
        width: calc(100vw - 170px);
        left: 5px;
        transform: none;
    }
    #auto-design .option-appliance-modal img {
        width: 100px;
    }
    #auto-design .option-appliance-modal label {
        max-width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
    #auto-design .field-appliance-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #auto-design .field-appliance-types .appliance {
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        height: calc((150px / 100) * 90);
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: calc((150px / 100) * 90);
    }
    #auto-design .field-appliance-types .appliance .img-applince {
        max-height: 60px;
        max-width: 90px;
    }
    #auto-design .field-appliance-types .appliance label {
        color: black;
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }
}
/* Landscape */
/* ----------- iPad 3, 4, Pro 9.7", iPad Pro 10.5", iPad Pro 12.9" ----------- */
/* Portrait */
/* Landscape */
/* ----------- Nexus 7 ----------- */
/* Portrait */
/* Landscape */
/* ----------- Nexus 9 ----------- */
/* Portrait */
/* Landscape */
/* ----------- Kindle Fire HD 7", Kindle Fire HD 8.9" ----------- */
/* Portrait */
/* Landscape */
/* ----------- Non-Retina Screens ----------- */
/* ----------- Retina Screens ----------- */
