﻿.nav-fab-svg-class {
    width: 32px;
    height: 32px;
}
.svg-icon-fill {
    fill: var(--svg-icon-fill);
}
#ism-react {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 400;
    z-index: 999;
    position: absolute;
}
#ism-react input,
#ism-react button,
#ism-react select,
#ism-react textarea,
#ism-react h1,
#ism-react h2,
#ism-react h3,
#ism-react h4,
#ism-react h5,
#ism-react h6 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#ism-react h1 {
    font-size: 30px;
}
#ism-react h2 {
    font-size: 24px;
}
#ism-react h3 {
    font-size: 18px;
}
#ism-react h4 {
    font-size: 16px;
}
#ism-react h5 {
    font-size: 14px;
}
#ism-react h6 {
    font-size: 14px;
}
/* --- */
@font-face {
    font-family: 'Patron-Medium';
    src: url('../fonts/patron-medium.ttf');
}
.category-navigation {
    width: 60px;
    background: #555555;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
}
.category-navigation .icon-list-button {
    color: white;
}
.category-navigation .icon-list-button:hover {
    background-color: #333333;
}
.category-navigation [data-id='openings'] {
    padding: 0;
    font-size: 11px;
}
.page-header {
    position: fixed;
    width: 100%;
}
.new-feature {
    color: white;
    background-color: #ff8e00;
    padding: 0px 3px;
    font-size: 7px;
    border-radius: 3px;
    position: absolute;
    margin-left: 2px;
}
.z-index23 {
    z-index: 1023 !important;
}
.pointer {
    cursor: pointer;
}
.explorer-panel,
.overlay-panel {
    display: none !important;
    background: #777777;
    background: -moz-linear-gradient(left, #6a6a6a 0%, #777777 100%);
    background: -webkit-linear-gradient(left, #6a6a6a 0%, #777777 100%);
    background: linear-gradient(to right, #6a6a6a 0%, #777777 100%);
    position: fixed;
    top: 60px;
    bottom: 0;
    overflow: auto;
    color: #eeeeee;
    z-index: 1020;
    -webkit-overflow-scrolling: touch;
}
.explorer-panel .hide-panel,
.overlay-panel .hide-panel {
    float: right;
    display: none !important;
    border: none;
    box-shadow: none;
    color: #eeeeee;
    width: 30px;
    height: 30px;
    margin: calc(10px / 2) 0;
}
.explorer-panel .btn-block,
.overlay-panel .btn-block {
    margin: 10px 0;
}
.btn-open-auto-design {
    width: 60px;
    line-height: 11px;
    font-size: 11px;
    padding: 0 5px 2px 5px;
}
.explorer-panel {
    width: 260px;
    left: 60px;
}
.overlay-panel {
    z-index: 1020;
    width: 320px;
    left: 0;
}
.overlay-panel:not(.light-panel) .text-success {
    color: #8af48c;
}
.overlay-panel:not(.light-panel) a:not(.btn),
.overlay-panel:not(.light-panel) .btn-link {
    color: #84c6ff;
}
.overlay-panel:not(.light-panel) a:not(.btn):hover,
.overlay-panel:not(.light-panel) .btn-link:hover {
    color: #1e97ff;
}
.overlay-panel .module-variable-dimension {
    margin-bottom: 0;
    display: table;
}
.overlay-panel .module-variable-dimension .table-cell {
    display: table-cell;
    max-width: 150px;
}
.overlay-panel .module-variable-dimension .table-footer-group {
    display: table-footer-group;
}
.overlay-panel .checkbox {
    margin-top: 0;
}
.overlay-panel .table-label {
    color: #c8c8c8;
    word-break: unset;
    vertical-align: baseline;
}
.overlay-panel .table-label label {
    margin-bottom: 0;
    margin-bottom: 5px;
}
.overlay-panel .panel-title {
    padding: 10px;
    width: calc(100% - 30px);
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.overlay-panel .panel-content {
    padding: 10px;
}
.overlay-panel:not(.active) {
    transform: translate(-100%, 0);
}
.left-panel {
    width: 300px;
    left: 320px;
    border-left: 1px solid #6a6a6a;
    background: #848484;
    background: -moz-linear-gradient(left, #6a6a6a 0%, #777777 100%);
    background: -webkit-linear-gradient(left, #6a6a6a 0%, #777777 100%);
    background: linear-gradient(to right, #6a6a6a 0%, #777777 100%);
}
.left-panel:not(.active) {
    transform: translate(-640px, 0);
}
.properties-panel {
    width: 260px;
    left: 60px;
}
.properties-panel:not(.active) {
    transform: translate(-320px, 0);
}
.light-panel {
    background: white;
    color: #333333;
    border-right: 1px solid #eeeeee;
}
.light-panel .hide-panel {
    color: #333333;
    background-image: url('../images/icons/close-black.png');
}
#viewport {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /*width: 100%;
    bottom: 0;
    position: fixed;
    z-index: @zindex-loading;*/
}
#viewport.logo:before {
    content: 'mooble.com';
    font-size: 1.1em;
    font-family: 'Patron-Medium';
    position: fixed;
    background-size: contain;
    z-index: 1;
    bottom: 2px;
    left: 330px;
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}
.toolbar {
    background: #f1f1f1;
    height: 60px;
}
.toolbar .remove-spacing-display {
    margin-right: -4px;
}
.toolbar .list-inline {
    margin: 0;
}
.toolbar .list-inline li {
    padding: 0;
}
.toolbar .icon-list-button {
    color: #333333;
    min-width: 60px;
    width: auto;
}
.toolbar .icon-list-button.active {
    background-color: #d8d8d8;
}
.toolbar .space-next-li {
    width: 1px;
    min-width: unset !important;
    border-right: 1px solid #d8d8d8;
}
.toolbar .toolbar-sub-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #e4e4e4;
    transition: all ease 0.25s;
    z-index: 1020;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.toolbar .toolbar-sub-list .icon-list-button {
    width: 50px;
    height: auto;
    min-height: 60px;
    padding: 5px 2px;
}
.toolbar .toolbar-sub-list-no-image {
    word-break: break-word;
    list-style: none;
    display: unset;
    padding: 0;
}
.toolbar .toolbar-sub-list-no-image button {
    width: 100% !important;
    min-height: 10px !important;
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
}
#toolbar {
    position: fixed;
    top: 60px;
    left: 320px;
    right: 0;
    z-index: 4;
}
#toolbar .budget-button-responsive {
    background-color: #5cb85c;
    color: white;
    width: 115px;
    min-width: 115px;
}
#toolbar .budget-button-responsive:hover {
    background-color: #5cb85c;
}
.no-touch .toolbar .icon-list-button:hover {
    background-color: #d8d8d8;
}
.no-touch .toolbar li:hover {
    /*> .toolbar-item-with-sub-list {
            background-color: @toolbar-button-hover-bg;
        }*/
}
.no-touch .toolbar li:hover > .budget-button-responsive {
    background-color: #458f47;
}
.no-touch .toolbar li:hover .toolbar-sub-list {
    opacity: 1;
    visibility: visible;
}
.icon-list-button {
    border-radius: 0;
}
.touch .toolbar li.hover {
    /*> .toolbar-item-with-sub-list {
            background-color: @toolbar-button-hover-bg;
        }*/
}
.touch .toolbar li.hover > .budget-button-responsive {
    background-color: #458f47;
}
.touch .toolbar li.hover .toolbar-sub-list {
    opacity: 1;
    visibility: visible;
}
.budget-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5cb85c;
    color: white;
    border: none;
    outline: none;
    padding: 10px;
    height: 60px;
    width: 150px;
    cursor: pointer;
}
.budget-button .budget-image {
    /*width: 40px;
        height: 40px;
        margin-right: 10px;
        float: left;*/
    margin-top: 5px;
}
.budget-button .margin-text-top {
    margin-top: 10px;
}
.open-budget {
    vertical-align: middle;
}
.open-budget .icon-list-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 0;
    font-size: 30px;
}
.budget-button:hover {
    background-color: #458f47;
}
.budget-button:hover .dropdown-budget {
    visibility: visible;
}
.budget-button-mobile {
    float: left;
    padding-left: 10px;
}
.budget-button-mobile-list {
    padding-left: 5px;
}
.dropdown-budget {
    visibility: hidden;
    list-style: none;
    position: absolute;
    right: 0;
    padding: 0;
    top: 60px;
}
.dropdown-budget button {
    display: flex;
    text-align: left;
    background-color: #f1f1f1;
    color: #458f47;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    padding: 10px;
    min-height: 60px;
    width: 150px;
}
.dropdown-budget button:hover {
    background-color: #d8d8d8;
}
.dropdown-budget .row {
    margin: 0;
}
.dropdown-budget li:first-child button {
    border-top: 1px solid #fff;
}
.dropdown-budget li:last-child button {
    border: none;
}
.dropdown-budget-responsive {
    list-style: none;
    padding: 0;
    top: 50px;
}
.dropdown-budget-responsive button {
    color: #5cb85c !important;
    height: auto !important;
}
.text-mobile {
    word-wrap: break-word;
}
#draw-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    left: 320px;
    top: 120px;
    bottom: 0;
    right: 0;
}
.ism-draw-area {
    left: 0 !important;
    top: 0 !important;
}
#webgl-canvas {
    z-index: 1;
    position: absolute;
}
#canvas-3d {
    z-index: 2;
    position: absolute;
}
#shadow-canvas {
    z-index: 3;
    position: absolute;
}
.adding-walls {
    cursor:
        url(https://cdn.mooble.com/sitesimages/build-walls.png) 0 48,
        auto;
}
.planner-loading {
    /*position: fixed;
    z-index: @zindex-loading;
    height: 3px;
    top: @header-heigth + @icon-nav-size;
    left: @sidebar-width;
    width: 100%;
    background-image: repeating-linear-gradient(90deg, @mooble-blue, @mooble-blue 20%, transparent 20%, transparent);
    background-size: 500px;
    -moz-animation: progress-bar-stripes 1.5s linear infinite;
    -o-animation: progress-bar-stripes 1.5s linear infinite;
    -webkit-animation: progress-bar-stripes 1.5s linear infinite;
    animation: progress-bar-stripes 1.5s linear infinite;*/
}
#img-home {
    width: 55%;
}
.module-context-menu {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: center;
    opacity: 0.8;
    position: fixed;
    overflow: hidden;
    top: 120px;
    z-index: 1010;
}
.module-context-menu:not(.active) {
    display: none;
}
.module-context-menu .module-context-menu-item {
    width: 33px;
    height: 33px;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}
.module-context-menu .module-context-menu-item:hover {
    background: #eeeeee;
}
.module-context-menu .module-context-menu-item.active {
    background: #eeeeee;
}
.module-context-menu .module-context-menu-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.module-context-menu .module-context-menu-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.module-context-menu .module-context-menu-item.disabled {
    background: #eeeeee;
}
.module-context-menu .module-context-menu-item.disabled .module-context-menu-icon {
    opacity: 0.6;
}
.module-context-menu .module-context-menu-icon {
    width: 20px;
    font-size: 20px;
}
.module-context-menu .module-context-menu-icon.rotate90:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.module-context-menu .module-context-menu-icon.rotate180:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.module-context-menu .module-context-menu-icon.rotate270:before {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.module-context-menu .context-menu-divider {
    margin: 0 15px;
}
.module-context-menu .context-menu-measures {
    text-align: center;
}
.module-context-menu .context-menu-grouping-small {
    text-align: center;
}
.module-context-menu .context-menu-grouping {
    text-align: center;
    margin: 8px;
    font-size: 14px;
}
.context-menu-module-customization {
    padding: 0;
    background-color: transparent;
    border: none;
    position: fixed;
    overflow: hidden;
    top: 120px;
    z-index: 1020;
}
.context-menu-module-customization:not(.active) {
    display: none;
}
.context-menu-module-customization > img {
    width: 15px;
    height: 6px;
    position: absolute;
    left: 6px;
    top: 1px;
}
.context-menu-module-customization > div {
    background: white;
    border: 1px solid #d8d8d8;
    margin-top: 6px;
    border-radius: 4px;
}
.context-menu-module-customization .customization-groups-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.context-menu-module-customization .customization-groups-list li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}
.context-menu-module-customization .customization-list-button {
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 12px;
}
.context-menu-module-customization .customization-list-button:hover {
    background-color: #eeeeee;
}
#viewport-loading {
    position: fixed;
    top: 60px;
    width: 100%;
    bottom: 0;
    left: 315px;
}
#viewport-loading-message {
    font-size: 1.3em;
    top: 50%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    width: 250px;
    right: 50%;
    color: white;
    border-radius: 5px;
}
#snapshot {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}
#snapshot.active {
    display: block;
}
#take-snapshot {
    position: fixed;
    background-image: url(../images/black/snapshot.png);
    background-repeat: no-repeat;
    border: 10px solid #000;
    border-radius: 20px;
    background-position: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}
.snapshot-buttons-container {
    width: 330px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -165px;
    top: 50%;
    margin-top: 130px;
}
.snapshot-button {
    background-color: transparent;
    border: none;
    width: 100px;
    height: 100px;
    margin: Calc(10px / 2);
    vertical-align: top;
}
.snapshot-button i {
    font-size: 50px;
    line-height: 50px;
}
.snapshot-button:hover {
    background-color: #eeeeee;
}
.snapshot-item {
    margin-bottom: 20px;
}
.snapshot-image {
    width: 100%;
    margin: 10px 0;
}
.qr-code {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}
.vr-modal {
    width: 650px;
    max-width: none;
}
.vr-icon {
    max-height: 16px;
    max-width: 16px;
    display: inline;
    margin-right: 5px;
    vertical-align: top;
}
.qr-code-container {
    text-align: center;
}
.qr-code-container h3 {
    margin-top: 0;
}
.qr-code-container p {
    margin: 10px 0;
}
.dragHelper {
    width: 68px;
    margin: 5px;
    font-weight: normal;
    -webkit-text-shadow: 0 0;
    text-shadow: 0 0;
    border-radius: 0;
    border: 0;
    background: rgba(250, 250, 250, 0.9);
    z-index: 3000;
    position: absolute;
    cursor: move;
    cursor: -moz-grabbing;
}
.dragHelper > img {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
}
.dragHelper > span {
    display: block;
    text-align: center;
    font-size: 0.9em;
    height: 1.5em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dragHelper.asColour {
    padding: 5px;
}
.dragHelper.asColour > div {
    width: 58px;
    height: 58px;
    border: 1px solid #222;
}
.dragHelper.asColour,
.dragHelper.atPlanner.withTopview {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent !important;
}
.dragHelper.atPlanner.withTopview > img,
.dragHelper.atPlanner.withTopview > span,
.dragHelper.atPlanner.withTopview [data-role='element'].dragHelper.atPlanner.withTopview > a {
    display: none;
}
.dragHelper.atPlanner.withTopview .topview {
    display: block;
    width: 100%;
    height: 100%;
}
.draggable {
    cursor: move !important;
    cursor: -webkit-grab !important;
    -ms-touch-action: none !important;
}
.save-draft-modal {
    width: 550px;
    /*margin-left: -275px;*/
}
.save-draft-modal p {
    margin-top: 0;
}
.save-draft-modal .draft-thumb {
    float: left;
    margin-right: 10px;
    width: 100%;
}
.overwrite-screen {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 100%;
    color: #eeeeee;
    z-index: 1029;
    background: white;
}
@media screen and (max-width: 1024px) {
    .budget-button {
        width: 144px;
    }
}
@media screen and (max-width: 991px) {
    .explorer-panel {
        top: 40px;
    }
    #toolbar {
        left: 60px;
        top: 40px;
    }
    .category-navigation {
        top: 40px;
    }
    #draw-area {
        left: 60px;
        top: 100px;
    }
    #viewport-loading {
        top: 40px;
        left: 0;
    }
    #viewport-loading-message {
        margin-right: -125px;
    }
    .overlay-panel {
        top: 40px;
    }
    .left-panel {
        left: 0;
        width: 320px;
    }
    .planner-loading {
        top: 100px;
        left: 60px;
    }
    #viewport.logo:before {
        left: 70px;
    }
    .overwrite-screen {
        top: 40px;
    }
}
@media screen and (max-width: 991px) and (max-height: 480px) {
    .category-navigation .icon-list-button {
        height: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #mobile-budget i,
    #mobile-partnership-budget i {
        width: 25px;
        height: 25px;
    }
    #mobile-budget .icon-list-image,
    #mobile-partnership-budget .icon-list-image {
        padding-right: 10px;
    }
    #mobile-buy-online i,
    #mobile-find-store i,
    #mobile-items-list i,
    #mobile-make-budget i {
        width: 25px;
        height: 25px;
    }
    #mobile-buy-online img,
    #mobile-find-store img,
    #mobile-items-list img,
    #mobile-make-budget img {
        width: 25px;
        height: 25px;
    }
    #mobile-buy-online text,
    #mobile-find-store text,
    #mobile-items-list text,
    #mobile-make-budget text {
        padding-right: 3px;
    }
}
.field-btn-drag {
    display: none;
}
@media screen and (max-width: 991px) {
    .icon-list-button {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }
    .icon-list-button .icon-list-image {
        max-width: 20px;
        max-height: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .planner-loading {
        top: 90px;
        left: 50px;
    }
    .category-navigation {
        width: 50px;
    }
    .category-navigation .icon-list-button {
        padding-left: 0;
        padding-right: 0;
    }
    .category-navigation [data-id='openings'] {
        font-size: 8px;
    }
    .explorer-panel {
        left: 49px;
    }
    #toolbar {
        height: auto;
        left: 50px;
        /*.toolbar-sub-list {
            max-width: 150px;
         }*/
    }
    #toolbar .icon-list-button {
        min-width: 45px;
    }
    #draw-area {
        left: 50px;
        top: 90px;
        /* <<---- Foi mudado a barra de tools */
    }
    #viewport.logo:before {
        left: 60px;
        width: 150px;
        height: 25px;
    }
    .properties-panel {
        left: 50px;
    }
    .properties-panel:not(.active) {
        transform: translate(-310px, 0);
    }
}
@media screen and (max-width: 1089px) {
    .hidden-less-1090 {
        display: none !important;
    }
}
@media screen and (min-width: 1090px) {
    .show-less-1090 {
        display: none !important;
    }
}
/*@media screen and (min-width: @screen-tablet-max) and (max-width: 1060px) {
    #toolbar {
        .list-inline {
            .hidden-desktop {
                display: inline-block !important;
            }

            .hidden-tablet {
                display: none !important;
            }
        }
    }
}*/
@media screen and (max-width: 355px) {
    #mobile-budget .icon-list-image {
        float: none;
    }
}
.measure-validation-message {
    z-index: 2;
    position: absolute;
    top: 6px;
    right: 45px;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 500px 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 500px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 500px 0;
    }
}
.help-item {
    width: 100%;
    display: block;
    background-color: #eeeeee;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 10px 16px;
    color: #555555;
    border-radius: 4px;
    margin-bottom: 3px;
    line-height: 40px;
}
.help-item:hover {
    background-color: #e2e2e2;
    color: #222222;
}
.help-item .icon-list-image {
    font-size: 40px;
    margin-right: 10px;
    float: left;
}
.printCaptions {
    display: flex;
}
.printCaptions div:first-of-type {
    margin-right: 5px;
    line-height: 25px;
}
.btn-print-design {
    margin: 20px 10px;
    width: 100%;
    max-width: 140px;
    padding: 20px;
    box-sizing: content-box;
    border: none;
    font-size: 16px;
}
.btn-print-design img {
    margin-bottom: 10px;
    width: 100px;
}
.btn-print-design i {
    font-size: 100px;
    line-height: 100px;
}
.open-project-option {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}
.open-project-option:hover {
    background-color: #eeeeee;
}
.open-project-option h3 {
    margin-top: 10px;
}
.open-project-option .thumb {
    width: 100%;
}
.options-revest-modal .options-revest,
.options-level-modal .options-revest,
.options-revest-modal .options-level,
.options-level-modal .options-level {
    text-align: center;
}
.options-revest-modal .options-revest .option-revest,
.options-level-modal .options-revest .option-revest,
.options-revest-modal .options-level .option-revest,
.options-level-modal .options-level .option-revest,
.options-revest-modal .options-revest .option-level,
.options-level-modal .options-revest .option-level,
.options-revest-modal .options-level .option-level,
.options-level-modal .options-level .option-level {
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    padding: 5px;
    width: 100%;
}
.options-revest-modal .options-revest .option-revest div,
.options-level-modal .options-revest .option-revest div,
.options-revest-modal .options-level .option-revest div,
.options-level-modal .options-level .option-revest div,
.options-revest-modal .options-revest .option-level div,
.options-level-modal .options-revest .option-level div,
.options-revest-modal .options-level .option-level div,
.options-level-modal .options-level .option-level div {
    font-size: 18px;
    font-weight: 300;
    height: 55px;
    vertical-align: middle;
}
.options-revest-modal .options-revest .option-revest i,
.options-level-modal .options-revest .option-revest i,
.options-revest-modal .options-level .option-revest i,
.options-level-modal .options-level .option-revest i,
.options-revest-modal .options-revest .option-level i,
.options-level-modal .options-revest .option-level i,
.options-revest-modal .options-level .option-level i,
.options-level-modal .options-level .option-level i {
    color: #000;
    font-size: 100px;
    line-height: 1;
    display: inline-block;
}
.options-revest-modal .options-revest .option-revest:hover,
.options-level-modal .options-revest .option-revest:hover,
.options-revest-modal .options-level .option-revest:hover,
.options-level-modal .options-level .option-revest:hover,
.options-revest-modal .options-revest .option-level:hover,
.options-level-modal .options-revest .option-level:hover,
.options-revest-modal .options-level .option-level:hover,
.options-level-modal .options-level .option-level:hover {
    background-color: #eeeeee;
}
.css-camera {
    position: absolute;
    height: 25px;
    width: 25px;
}
.alert-gray {
    margin: 10px 0;
    border: none;
    color: #eeeeee !important;
    background-color: #5e5e5e;
}
.alert-gray .alert-icon {
    height: 40px;
    float: left;
    margin-right: 10px;
}
.outter-print {
    border: 1px solid #000;
    padding: 15px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.outter-print .render-print {
    border: 1px solid #000;
    padding: 5px;
}
.outter-print .render-print img {
    display: block;
    margin: auto;
    max-height: calc(100vh - 152px);
}
.outter-print .render-print #captionsImage {
    position: relative;
}
.outter-print .render-print #captionsImage .captionModule {
    position: absolute;
    height: 22px;
    width: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #eeeeee !important;
    border: 1px solid #777777 !important;
    text-align: center;
    padding-top: 1px;
}
.outter-print .render-print #tablesCaptions {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: flex;
}
.outter-print .render-print #tablesCaptions .left {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    float: left;
    width: 50%;
    margin-right: 3px;
}
.outter-print .render-print #tablesCaptions .right {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    float: right;
    width: 50%;
    margin-left: 3px;
}
.outter-print .render-print .captions {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-collapse: collapse;
    width: 100%;
    padding: 0px 5px;
    font-size: 10px;
}
.outter-print .render-print .captions td {
    border: 1px solid black;
    padding: 5px;
}
.outter-print .render-print .captions tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
}
.outter-print .render-print .captions tr:nth-child(even) {
    background-color: #eeeeee !important;
}
.outter-print .render-print .captions th {
    text-align: center;
    border: 1px solid black;
    padding: 5px;
    background-color: #eeeeee !important;
}
.outter-print .footer-print div {
    padding: 0;
    padding-left: 5px;
}
.outter-print .footer-print {
    padding: 0;
    padding-top: 10px;
}
.outter-print .footer-print .logo-footer {
    padding-top: 5px;
    padding-left: 0;
}
.outter-print .footer-print .logo-footer img {
    display: block;
    margin: auto;
    max-height: 93px;
}
.outter-print .footer-print .info-footer .info-line {
    padding-top: 5px;
}
.outter-print .footer-print .info-footer .info-line .info-square {
    border: 1px solid #000;
    padding: 0;
}
#budget-button-list-icons button {
    width: 115px;
    height: auto;
    min-height: 50px;
    padding: 5px 2px;
}
#budget-button-list-icons .icon-list-button {
    width: 115px;
    height: auto;
    min-height: 50px;
    padding: 5px 2px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #budget-button-list-icons button {
        min-height: 50px;
    }
    #budget-button-list-icons .icon-list-button {
        min-height: 50px;
    }
}
.btn-delete-upper-right {
    margin-left: 25%;
    width: 15%;
    position: absolute;
}
.btn-delete-button {
    width: 15%;
}
.list-items-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.margin-top {
    margin-top: 20px;
}
.text-muted-light {
    font-size: 11px;
    color: #eeeeee;
}
.layers-l {
    list-style: none;
    width: 100%;
    padding: 0;
    max-height: 30vh;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
}
.layers-l li {
    padding: 5px;
    color: white;
    text-align: left;
}
.layers-l li:hover {
    background-color: #777777;
}
.layers-l li.active {
    background-color: #9d9d9d;
    color: white;
}
.flex-fild {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.flex-fild select {
    padding-left: 15px;
    padding-right: 0;
    height: 30px;
}
.flex-fild .flex-fild-label {
    width: 100%;
}
.flex-fild .label-floor {
    color: #eeeeee;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}
.margin {
    width: calc(300px - 20px);
    margin: 10px 0 10px;
}
.legend-floor {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.legend {
    margin-bottom: 10px;
}
.fild-text-floor {
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0px;
}
.hive-color-panel {
    left: 320px;
    z-index: 1020;
    position: relative;
    top: 60px;
    width: 300px;
    height: 100vh;
}
.line-right {
    border-right: 1px solid #bfbfbf;
}
/*AQUI VAI FICAR TODA RESPONSIVIDADE MOBILE LEMBRANTO QUE ESSA UTILIZAÇÃO APENAS COM CELULAR EM PÉ (480px-).*/
@media screen and (max-width: 480px) {
    .icon-list-button {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-end;
        align-items: center;
        align-content: center;
        margin: 0;
        padding: 0;
    }
    .icon-list-button i {
        margin: 0;
    }
    #toolbar .icon-list-button {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-end;
        align-items: center;
        align-content: center;
        margin: 0;
        padding: 0;
    }
    #toolbar .icon-list-button i {
        margin: 0;
    }
    #budget-button-list-icons .icon-list-button {
        width: 70px;
    }
    .show-less-1090 .icon-list-button {
        width: 100px !important;
    }
    #limit-drag-field {
        position: fixed;
        top: 40px;
        bottom: 0;
        right: 0;
        left: 50px;
    }
    #draggable {
        height: 230px;
        background: #777777;
        /*&.active {
            display: block;
        }*/
    }
    #draggable ul {
        background: #777777;
    }
    #draggable div {
        background: #777777;
    }
    #draggable div .btn {
        height: 25px;
    }
    #draggable div .input-sm {
        height: 25px;
    }
    #draggable div .input-group-addon:last-child {
        padding: 0px 12px 6px 12px;
    }
    #draggable .field-btn-drag {
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 4px 0 #555555;
        width: 100%;
        margin-top: 5px;
    }
    #draggable .btn-drag {
        background: #777777;
        border-color: #555555;
        width: 50px;
        font-family: 'allerregular';
        padding: 2px;
        height: 30px;
        border-radius: 0 0 10px 10px;
    }
    #draggable .btn-drag img {
        height: 25px;
        width: 25px;
        ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #draggable .axes-btns div {
        height: 35px;
        background-color: #777777;
    }
    #draggable h3 {
        margin: 0;
    }
    #draggable .field-content {
        max-height: 160px;
        background-color: #777777;
        overflow: auto;
    }
}
.panoramicCanvasImg {
    width: 300px;
    height: 175px;
}
.panoramicCamera {
    position: relative;
    width: 20px;
    height: 20px;
}
.remove-icon {
    font-size: 18px;
    color: #d9534f;
}
.btn-consultant {
    z-index: 9999;
    display: flex;
    flex-direction: row;
    position: fixed;
    right: 10px;
    bottom: 170px;
    align-items: center;
}
.background-blue {
    background-color: #1e3cff;
}
.btn-consultant:hover .btn-field-text,
.btn-consultant:hover .btn-icon {
    background-color: #2845ff;
}
.slidein {
    float: right;
    animation-duration: 6s;
    animation-name: slidein;
}
.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}
.fade-Out {
    opacity: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.btn-field-text {
    position: relative;
    right: -10px;
    height: 50px;
    text-align: center;
    padding: 5px 5px;
    z-index: 1;
    border-right: 0px;
    width: 160px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
}
.btn-closed {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #1e3cff;
    color: white;
    border: 0;
    z-index: 3;
}
.btn-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    z-index: 2;
    border-color: #1aa3ff;
    cursor: pointer;
}
.btn-icon img {
    height: 35px;
}
@keyframes slidein {
    from {
        margin-right: -30%;
    }
    to {
        margin-right: 0%;
    }
}
.field-remote-share {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 90px;
    margin: 5px;
    height: 90px;
    padding-top: 15px;
    justify-content: space-evenly;
    font-family: 'allerbold';
}
.share-margin-left {
    margin: 5px 0 0 70px;
}
.fild-share-loader {
    height: 40px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edge {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    transform: scale(1);
}
.fa-pulse {
    box-shadow: 0 0 0 0 #000000;
    animation: fa-pulse 2s infinite;
}
.fa-size {
    position: absolute;
    border: none;
    font-size: 30px;
}
.btn-close-share {
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    width: 20px;
    padding: 0;
    font-size: 20px;
    top: 0;
}
.green {
    color: limegreen;
}
.red {
    color: red;
}
.fa-blink {
    -webkit-animation: fa-blink 1.5s linear infinite;
    -moz-animation: fa-blink 1.5s linear infinite;
    -ms-animation: fa-blink 1.5s linear infinite;
    -o-animation: fa-blink 1.5s linear infinite;
    animation: fa-blink 1.5s linear infinite;
}
.distance-quote-input {
    text-align: center;
    font-size: 12px;
    font: 'sans-serif';
    resize: horizontal;
    padding: 0;
    line-height: 12px;
    width: 70px;
    height: 30px;
}
.distance-quote-span {
    width: 40px;
    padding-left: 6px;
}
.distance-quote-container {
    position: fixed;
    display: flex;
}
@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes fa-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(50, 205, 50, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(50, 205, 50, 0);
    }
}
.proto2020 {
    /* position: fixed; */
    text-align: center;
    /* bottom: 0; */
    z-index: 50000;
    background: white;
    width: 400px;
    margin: auto;
    /*left: 0; */
    right: 0;
}
