* {
    box-sizing: border-box
}

html {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff
}

body {
    overflow: hidden;
    height: 100%;
    margin: 0;
    background-color: #2a2a2a
}

body.viewer * {
    display: none
}

body.viewer #content,
body.viewer #content,
body.viewer #contentCanvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.viewer #unsupported_message {
    display: none
}

a {
    color: inherit;
    text-decoration: underline
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.logo {
    background: url('../assets/base-company-logo.png') no-repeat center;
    width: 10%;
    max-width: 250px;
    max-height: 250px;
    min-width: 100px;
    min-height: 100px;
    float:left;
    margin: 10px auto;
    margin-bottom: 0;
    height: 100px;
    margin-top: 0px;
    background-size: 100%
}

@media only screen and (min-width:1px) and (max-width:800px) {
    .logo{
        display: none
    }
}

.telephone {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px
}
.base_company{
	color: #ad1839;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle

}
.sizer_mover{
    height: 25px;
    width: 25px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 35%;
    top: 100px;
    z-index: 100;
}

.sizer_selector{
    height: 25px;
    width: 25px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 35%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.colour_mover{
    height: 25px;
    width: 25px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 44%;
    top: 100px;
}

.colour_selector{
    height: 25px;
    width: 25px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 44%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.vent_mover{
    height: 25px;
    width: 25px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 53%;
    top: 100px;
}

.vent_selector{
    height: 25px;
    width: 25px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 53%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.wainscot_mover{
    height: 25px;
    width: 25px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 62%;
    top: 100px;
}

.wainscot_selector{
    height: 25px;
    width: 25px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 62%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.leanto_mover{
    height: 25px;
    width: 250px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 71%;
    top: 100px;
}

.leanto_selector{
    height: 25px;
    width: 250px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 71%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.gutter_mover{
    height: 25px;
    width: 25px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 80%;
    top: 100px;
}

.gutter_selector{
    height: 25px;
    width: 25px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 80%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.addon_mover{
    height: 25px;
    width: 200px;
    z-index: 100;
    position: absolute;
    display: flex;
    left: 72%;
    top: 100px;
}

.addon_selector{
    height: 25px;
    width: 200px;
    z-index: 99;
    position: absolute;
    display: flex;
    left: 72%;
    top: 100px;
    background: url(../assets/move.svg) no-repeat;
    background-size: 15px;
}

.bold_orange {
    color: #de7c2f;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle
}

#content {
    width: 100%;
}

#contentCanvas {
    display: block;
    touch-action: none;
    width: 100% !important;
    height: 100% !important;
}

#top_bar {
    background-color: #313131;
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 100%;
    vertical-align: middle;
}

@media only screen and (min-width:1px) and (max-width:315px) {
    #top_bar {
        top:-285px;
        height: 285px;
    }
}

@media only screen and (min-width:315px) and (max-width:485px) {
    #top_bar {
        top:-165px;
        height: 165px;
    }
}

@media only screen and (min-width:1px) and (max-width:485px) {
    .dropped {
        top:0px !important;
    }
}

@media only screen and (min-width:1px) and (max-width:315px) {
    .shifter{
        height: 25%;
        width: 155px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width:315px) and (max-width:485px) {
    .shifter{
        height: 25%;
        width: 315px;
        margin-top: 15px;
        margin-left: auto;
        margin-right:auto;
    }
}

@media only screen and (min-width:485px) and (max-width:675px) {
    .shifter{
        height: 25%;
        width: 485px;
        margin-top: 15px;
        margin-left: auto;
        margin-right:auto;
    }
}

@media only screen and (min-width:675px) and (max-width:800px) {
    .shifter{
        height: 25%;
        width: 800px;
        margin-top: 15px;
    }
}

@media only screen and (min-width:800px) and (max-width:875px) {
    .shifter{
        height: 25%;
        width: 900px;
        margin-top: 15px;
    }
}

@media only screen and (min-width:875px) and (max-width:1125px) {
    .shifter{
        height: 25%;
        width: 900px;
        margin-top: 15px;
    }
}

@media only screen and (min-width:1125px) and (max-width:1345px) {
    .shifter{
        height: 25%;
        width: 1200px;
        margin-top: 20px;
    }
}

@media only screen and (min-width:1345px)  {
    .shifter{
        height: 25%;
        width: 100%;
        margin-top: 50px;
    }
}

.menu_button {
    display: inline-block;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 4px 6px;
    margin-top: 0;
    background: #C1242A;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    width: 145px;
    text-align: center;
    margin-left: 15px;
}


@media only screen and (min-width:1px) and (max-width:800px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-bottom: 7px;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        margin-top: -32px;
        margin-bottom: 9px;
        text-align: center;
        margin-left: 10px;
    }
}

@media only screen and (min-width:800px) and (max-width:875px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-bottom: 7px;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        margin-top: -32px;
        margin-bottom: 9px;
        text-align: center;
        margin-left: 20px;
    }
}


@media only screen and (min-width:875px) and (max-width:1125px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-bottom: 7px;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        margin-top: -32px;
        margin-bottom: 9px;
        text-align: center;
        margin-left: 48px;
    }
}

@media only screen and (min-width:875px) and (max-width:1125px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-bottom: 7px;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        margin-top: -10px;
        text-align: center;
        margin-left: 45px;
    }
}


@media only screen and (min-width:1125px) and (max-width:1345px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-bottom: 7px;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        text-align: center;
        margin-left: 15px;
    }
}

@media only screen and (min-width:1345px) and (max-width:1853px) {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-top: 0;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 7%;
        min-width: 90px;
        text-align: center;
        margin-left: 15px;
    }
}
@media only screen and (min-width:1853px)  {
    .menu_button {
        display: inline-block;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 4px 6px;
        margin-top: 0;
        background: #C1242A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 25px;
        width: 145px;
        text-align: center;
        margin-left: 15px;
    }
}


.button {
    display: inline-block;
    border: 0;
    margin-right: 1px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: gray;
    padding: 4px 6px;
    margin-top: 0;
    background-color: transparent;
    background-image: url('../assets/icons/help.png');
    -webkit-border-radius: 2px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    position: fixed;
    bottom: 2%;
    left: calc(95% - 50px);
    background-size: contain;
    height: 50px;
    width: 50px;
}

@media only screen and (min-width:1px) and (max-width:315px) {
    .top_bar_tab_open{
        display: block;
        position: relative;
        cursor: pointer;
        top: calc(65%);
        left: 45%;
        border-radius: 2px;
        width: 45px;
        height: 70px;
        background-color: rgba(49, 49, 49, 0.4);
        -webkit-transition: left .2s;
        -moz-transition: left .2s;
        -o-transition: left .2s;
        transition: left .2s;
        z-index: 9998;
        transform: rotate(90deg);
    }
}

@media only screen and (min-width:315px) and (max-width:485px) {
    .top_bar_tab_open{
        display: block;
        position: relative;
        cursor: pointer;
        top: calc(65% - 12px);
        left: 45%;
        border-radius: 2px;
        width: 45px;
        height: 70px;
        background-color: rgba(49, 49, 49, 0.4);
        -webkit-transition: left .2s;
        -moz-transition: left .2s;
        -o-transition: left .2s;
        transition: left .2s;
        z-index: 9998;
        transform: rotate(90deg);
    }
}

.properties {
    border-radius: 4px;
    margin-top: 17px;
    width: 250px;
}

.properties .label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 4px 6px;
    margin-top: 0;
    background: #C1242A;
    background-image: -webkit-linear-gradient(top, #C1242A, #c76012);
    background-image: -moz-linear-gradient(top, #C1242A, #c76012);
    background-image: -ms-linear-gradient(top, #C1242A, #c76012);
    background-image: -o-linear-gradient(top, #C1242A, #c76012);
    background-image: linear-gradient(to bottom, #C1242A, #c76012);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.fields {
    padding: 10px 10px;
    overflow: hidden;
   background-color: #313131;
}

.properties-header-icon {
    position: absolute;
    right: 10px;
    height: 100%;
    width: 10px;
    top: 0;
    background: url('../assets/minus.svg') no-repeat center;
    background-size: 100%
}

.unitsSpan {
    color: #f68934;
    font-weight: bold;
    font-size: 14px;
    padding-left: 4px;
    display: inline-block;
    width: 0
}

.utils-label {
    display: inline-block;
    width: 65px
}

.utils-label.insetbay {
    width: 80px
}

div[data-id='overhang_category'] {
    margin: 5px 0 5px 0
}

*[data-id='overhang_left'] label.utils-label,
*[data-id='overhang_right'] label.utils-label,
*[data-id='overhang_front'] label.utils-label,
*[data-id='overhang_back'] label.utils-label {
    padding-left: 10px
}

*[data-id='overhang_left'] label.utils-label:before,
*[data-id='overhang_right'] label.utils-label:before,
*[data-id='overhang_front'] label.utils-label:before,
*[data-id='overhang_back'] label.utils-label:before {
    content: "-";
    position: relative;
    left: -5px
}

*[data-id='overhang_end'] input[type='range'] {
    vertical-align: middle
}

*[data-id='overhang_end'] {
    margin-bottom: 6px
}

*[data-id='overhang_end'] .utils-input,
*[data-id='overhang_end'] span {
    vertical-align: super
}

*[data-id='no_walls'] .utils-label,
*[data-id='single_slope'] .utils-label {
    width: auto;
    padding-right: 8px;
    padding-bottom: 5px
}

*[data-id='no_walls'] {
    display: none
}

.utils-input {
    color: #f68934;
    background-color: #58585a;
    border: 1px solid transparent;
    padding: 2px;
    cursor: auto;
    width: 30px;
    text-align: right;
    font-weight: bold;
    font-size: 14px
}

.utils-input[type="number"] {
    width: 49px
}

.numberInputWrapper {
    direction: rtl;
    display: inline-block
}

.numberInputWrapper.disabled {
    opacity: .5;
    pointer-events: none
}

input[type="range"] {
    vertical-align: middle;
    width: 90px;
    padding-top: 0;
    padding-bottom: 5px
}

input[type="checkbox"] {
    vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.utils-range {
    display: inline-block
}

.utils-range.disabled {
    opacity: .5;
    pointer-events: none
}

#View_port
 {
    top: 100px;
    left: 1px;
	height:85px;
    padding: 5px 5px;
    float: left;
    margin-left: -1px;
    margin-top: -4px;
}

@media only screen and (min-width:1px) and (max-width:675px) {
    #View_port
    {
    display:none;
   }
}

#View_container {
    margin-bottom: 10px;
}

#zoom_in {
    cursor: pointer;
    background-image: url('../assets/zoom_in.svg')
}

#zoom_out {
    cursor: pointer;
    background-image: url('../assets/zoom_out.svg')
}

.zoom_btn {
    opacity: .85;
    float: left;
    margin-left: 4px;
    width: 30px;
    height: 26px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.zoom_btn:active,
.zoom_btn:hover {
    opacity: 1
}
#accessories {
    cursor: pointer;
    margin-left: 6px;
    margin-top: 0px;
    position: relative;
    top: -27px;
}

#truck .icon {
	position: relative;
	top: -2px;
    background-image: url('../assets/truck.svg');
	background-size: 36px;
}

#person .icon {
	position: relative;
	top: -2px;
    background-image: url('../assets/person.svg');
    width: 30px;
    height: 30px;
	background-size: 8px;
}

.accessory_btn .icon {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-left: 2px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.accessory_btn {
    height: 30px;
    position: relative;
    float: left;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 2px;
}

.accessory_btn.selected {
    border-color: #ffffff;
}

.accessory_btn > div {
	opacity: 0.85;
}
.accessory_btn > div:active, .accessory_btn > div:hover {
    opacity: 1;
}

.move_icon {
    position: relative;
    /* top: -3px; */
    display: none;
    margin-bottom: -1px;
    width: 20px;
    height: 20px;
    background: url(../assets/move_white.svg) no-repeat center;
    background-size: 19px;
    padding: 15px 11px;
}

.move_icon.placing {
	top: -3px;
	background: url('../assets/arrow_right_red.svg') no-repeat center;
	background-size: 17px;
	pointer-events: none;
	transform: rotate(90deg);
}

.accessory_btn.selected .move_icon {
	display: inline-block;
}


.scenePanel {
    margin-left: 0;
    margin-right: 0
}

.hiddenPanel{
    opacity: 0%;
    display: none;
}

.scene-header {
    height: 75px;
    background-color: #313131;
}

.scene-placing {
    display: none;
    line-height: 15px
}

.placing .scene-placing {
    display: block
}

.btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #222;
    padding: 4px 8px;
    background-color: #474747
}

.scene-newBtn {
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #222;
    padding: 4px 8px;
    background-color: #474747
}

.addon-element.disabled {
    pointer-events: none
}

.addon-element.disabled .addNewSpan {
    display: none
}

.addon-element:not(.disabled) .loadingSpan {
    display: none
}

#sceneNodes {
    margin-top: 0;
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #313131;
    line-height: 20px;
}

.sceneNode {
    position: relative
}

.sceneNodeName {
    cursor: pointer
}

.sceneNode.active .sceneNodeName {
    color: #C1242A
}

.sceneNodeVisibility {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 20px;
    height: 20px;
    background: url('../assets/eye.svg') no-repeat center;
    background-size: 70%
}

.sceneNodeDestroy {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 2px;
    width: 20px;
    height: 20px;
    background: url('../assets/trash2.svg') no-repeat center;
    background-size: 70%
}

.sceneNodeMove {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 32px;
    width: 20px;
    height: 20px;
    background: url('../assets/move.svg') no-repeat center;
    background-size: 70%
}

.placing .sceneNodeDestroy {
    display: none
}

.placing .sceneNodeMove {
    display: none
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.addon-list {
    position: absolute;
    z-index: 9999;
    line-height: 24px;
    margin-left: 85px;
    margin-top: -114px;
    border: 1px solid #222;
    background-color: #474747;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.addon-nested {
    position: absolute;
    left: 105px;
    bottom: -1px;
    z-index: 9999;
    line-height: 24px;
    margin-top: 2px;
    margin-left: 10px;
    border: 1px solid #222;
    background-color: #474747;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.placing .addon-element {
    display: none
}

.addon-option {
    cursor: pointer;
    padding: 2px 10px;
    width: 115px
}

.addon-option .addon-option {
    width: 160px
}

.addon-option:hover {
    background-color: #7d7d7d
}

.move {
    cursor: move
}

.hidden {
    display: none !important
}

.color-element {
    display: inline-block;
    height: 25px;
    margin-top: 6px
}

.color-button {
    cursor: pointer
}

.color-list {
    position: absolute;
    z-index: 9999;
    line-height: 24px;
    height: 286px;
    overflow-y: scroll;
    margin-top: 28px;
    margin-left: -6px;
    border: 3px solid #fff;
    padding: 1px 0 4px 0;
    background-color: #313131;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.color-disclaimer {
    position: absolute;
    border: 3px solid white;
    vertical-align: middle;
    padding: 6px;
    background: #252525;
    z-index: 9999;
    margin-left: -6px;
    font-size: .9rem;
    white-space: nowrap;
    width: 200px;
    text-align: center;
    overflow-x: auto
}

.color-option {
    cursor: pointer;
    padding-left: 4px
}

.color-option:hover {
    background-color: #f0f0f0;
    color: #000
}

.color-option.selected {
    background-color: #f0f0f0;
    color: #000
}

.color-box {
    display: inline-block;
    width: 65px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.color-span {
    vertical-align: middle
}

[data-button="selected"] .color-span {
    display: inline-block;
    width: 97px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.utils-field[data-id="wall"] {
    margin-top: 10px;
    margin-bottom: 15px
}

.leanToSection {
    position: relative;
    height: 432px;
    padding: 5px
}

.leanTo {
    width: 110px;
    height: 140px;
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 4px 4px
}

.leanTo.disabled {
    border-color: rgba(255, 255, 255, 0.5)
}

.leanTo.front {
    left: 70px;
    top: 285px
}

.leanTo.back {
    left: 70px;
    top: 0
}

.leanTo.left {
    left: 5px;
    top: 142px
}

.leanTo.right {
    left: 135px;
    top: 142px
}

.leanToWraparound {
    width: 40px;
    height: 60px;
    position: absolute;
    border-width: 2px;
    border-color: #fff
}

.leanToWraparound,
.leanToWraparound * {
    cursor: pointer
}

.leanToWraparound.disabled {
    opacity: .5
}

.leanToWraparound.disabled * {
    pointer-events: none
}

.leanToWraparound label {
    position: absolute
}

.leanToWraparound.back {
    top: 70px;
    border-top-style: solid
}

.leanToWraparound.front {
    top: 296px;
    border-bottom-style: solid
}

.leanToWraparound.left {
    left: 15px;
    border-left-style: solid
}

.leanToWraparound.right {
    left: 195px;
    border-right-style: solid
}

.leanToWraparound.left label {
    left: 9px
}

.leanToWraparound.right label {
    left: 0
}

.leanToWraparound.back label {
    top: 13px
}

.leanToWraparound.front label {
    top: 8px
}

.leanToWraparound.back.left {
    border-top-left-radius: 20px
}

.leanToWraparound.back.right {
    border-top-right-radius: 20px
}

.leanToWraparound.front.left {
    border-bottom-left-radius: 20px
}

.leanToWraparound.front.right {
    border-bottom-right-radius: 20px
}

.leanToWraparound.left input {
    margin-left: 18px
}

.leanToWraparound.right input {
    margin-left: 10px
}

.leanToWraparound.back input {
    margin-top: 34px
}

.leanToWraparound.front input {
    margin-top: 29px
}

.leanTo .utils-input[type="number"] {
    width: 38px
}

.leanTo .unitsSpan {
    padding-left: 0;
    font-size: 12px
}

.leanToHeader {
    text-align: center
}

.leanToSection .utils-label {
    width: 43px
}

.utils-field.disabled {
    opacity: .5;
    pointer-events: none;
}

#View_Settings,
#scene {
    width: 124px;
    margin-left: 8px;
}
#Scene_Settings,
#scene {
    width: 124px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    margin-top: 8px
}

#contact-form {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}
#contact-form.open {
	display: flex;
}
#contact-form .form-box {
	width: 100%;
	max-width: 360px;
	padding: 30px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	border: 5px solid #ddd;
	line-height: 1.3;
}
#contact-form .form-box .notice {
	color: #ae1939;
	font-weight: bold;
}
#contact-form .form-box h4 {
	margin-top: 0;
	text-transform: uppercase;
}
#contact-form .form-box button,
#contact-form .form-box .field {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
#contact-form .form-box .field:focus {
	border-color: #ae1939;
}
#contact-form .form-box .field {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#contact-form .form-box button {
	cursor: pointer;
	background-color: #eee;
	font-weight: bold;
}
#contact-form .form-box button:hover {
	background-color: #e8e8e8;
}
#contact-form .form-box button.primary {
	background-color: #ae1939;
	color: #fff;
	margin-bottom: 5px;
}
#contact-form .form-box button.primary:hover {
	background-color: #a80f30;

@media only screen and (max-width:999px) {
    .addon-nested {
        position: absolute;
        left: 27px;
        width: 145px;
        bottom: -1px;
        z-index: 9999;
        line-height: 24px;
        margin-top: 2px;
        margin-left: 10px;
        border: 1px solid #222;
        background-color: #474747;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
}

#nextStepDiv{
    background-color: #313131;
}
