* {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

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/logo.jpg') no-repeat center;
    width: 90%;
    margin: 10px auto;
    margin-bottom: 0;
    height: 120px;
    background-size: 100%;
}

.telephone {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
}

.bold_orange {
    color: #de7c2f;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle;
}

#content {
    /* need absolut/relative here or in #contentCanvas for firefox's layerX to work */
    position: absolute;
    width: calc( 100% - 280px);
    height: 100%;
    top: 100px; /* derived value */
    left: 280px; /* derived */
}
@media screen and (max-width:997px) {
    #content {
        width: 100%;
    }
}
#contentCanvas {
    display: block;
    width: 100%;
    height: 100%;
}


#unsupported_message {
    display: none;
}

#content.unsupported {
    bottom: 0;
    right: 0;
}

#content.unsupported > #contentCanvas {
    display: none;
}

#content.unsupported > #unsupported_message {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    padding: 10px;
    font-size: 22px;
}

#properties {
    position: static;
    width: 280px;
    height: 100%;
    background-color: #313131;
    padding: 5px 10px;
    overflow-y: auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/* top bar */

#top_bar {
    background-color: #313131;
    position: absolute;
    left: 280px;
    right: 0;
    top: 0;
    height: 58px;
    max-width: 100%;

    vertical-align: middle;
    padding-left: 15px;
    padding-right: 10px;
}

#cardboard_btn {
    display: inline-block;
    background-image: url("assets/icons/cardboard-logo_2x.png");
    background-size: 80px;
    background-position: 40px;
    width: 40px;
    height: 25px;
    position: absolute;
    left: 400px;
    top: 50px;

    opacity: 0.7;
    cursor: pointer;
}

#cardboard_btn:hover {
    opacity: 1;
}

#statusMessage {
    padding-left: 10px;
    font-style: italic;
}

#mueller_link {
    font-style: italic;
    font-weight: normal;
    text-align: right;
}

#rightAlign {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: right;
}

.separator {
    position: absolute;
    top: 0;
    left: -1px;
    height: 159px;
    width: 2px;
    border-left: 1px solid #161616;
    border-right: 1px solid #444444;
}


/* buttons */

.supportButtons {
    margin-top: 2px;
    float: right;
}

.button {

    display: inline-block;
    border: none;
    margin-right: 1px;

    cursor: pointer;

    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 6px;
    margin-top: 0;
    background: #f58932;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    background-image: -webkit-linear-gradient(top, #f58932, #c76012);
    background-image: -moz-linear-gradient(top, #f58932, #c76012);
    background-image: -ms-linear-gradient(top, #f58932, #c76012);
    background-image: -o-linear-gradient(top, #f58932, #c76012);
    background-image: linear-gradient(to bottom, #f58932, #c76012);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    */
}

.button.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
.button.toggled {
    opacity: 0.5;
}

/*.loginStatus {
    padding-right: 10px;
    font-style: italic;
    line-height: 24px;
    font-weight: normal;
}*/

.loginStatus_email {
    font-weight: bold;
}

/* auth */

.auth_popup {
    position: absolute;
    left: 5px;
    top: 45px;
    width: 390px;
    max-width: 100%;
    background-color: #313131;
    padding: 10px;
    border: 2px solid rgba(10, 10, 10, 0.3);
    z-index: 9999;
}

.auth_fieldset {
    position: relative;
    padding-bottom: 20px;
}

.auth_fieldset legend {
    font-size: 16px;
}

.auth_button {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.auth_button.login {
    top: 135px;
    bottom: inherit;
}

.auth_close_container {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
    height: 40px;
}

.auth_close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 12px;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 10px;
}

.auth_x {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('assets/close.svg') no-repeat center;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}

.auth_popup label {
    width: 92px;
    display: inline-block;
}

.forgotten_password {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: -8px;
    text-decoration: underline;
    cursor: pointer;
}

.send_password {
    display: none;
    padding-top: 30px;
    padding-bottom: 20px;
}

.open_forgotten_password .send_password {
    display: block;
}

/* end of auth */

.fieldset {
    background-color: #252525;
    border-radius: 4px;
    border: 1px solid #3D3D3D;
    margin-top: 10px;
}

.fieldset .label {

    cursor: pointer;

    position: relative;

    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;

    padding: 4px 6px;
    margin-top: 0;

    background: #f58932;
    background-image: -webkit-linear-gradient(top, #f58932, #c76012);
    background-image: -moz-linear-gradient(top, #f58932, #c76012);
    background-image: -ms-linear-gradient(top, #f58932, #c76012);
    background-image: -o-linear-gradient(top, #f58932, #c76012);
    background-image: linear-gradient(to bottom, #f58932, #c76012);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* transition
.fields {
    padding: 10px 10px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in, padding 0.3s ease-in;
    max-height: 185px;
}

.fieldset.closed .fields {
    height: auto;
    max-height: 0;
    padding: 0 10px;
}
*/

.fields {
    padding: 10px 10px;
    overflow: hidden;
}

.fieldset.closed .fields {
    display: none;
}

.fieldset-header-icon {
    position: absolute;
    right: 10px;
    height: 100%;
    width: 10px;
    top: 0;
    background: url('assets/minus.svg') no-repeat center;
    background-size: 100%;
}

.fieldset.closed .fieldset-header-icon {
    background-image: url('assets/plus.svg');
}

.fieldset.closed .nextStepDiv {
    display: none;
}

.unitsSpan {
    color: #f68934;
    font-weight: bold;
    font-size: 14px;
    padding-left: 4px;

    display: inline-block;
    width: 0px;
}

.nextStepDiv {
    color: #f68934;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-left: 60%;
    cursor: pointer;
}

.utils-label {
    display: inline-block;
    width: 65px;
}

/*
#pitch .utils-input {
    width: 20px;
}
*/

div[data-id='overhang_category'] {
    margin: 5px 0 5px 0;
}

*[data-id='overhang_sides'] label.utils-label, *[data-id='overhang_end'] label.utils-label {
    padding-left: 10px;
}

*[data-id='overhang_sides'] label.utils-label:before, *[data-id='overhang_end'] 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;
}

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;
}

#userArea {
    float: left;
    padding-top: 15px;
}

#viewControls {
    position: absolute;
    top: 0;
    left: 1px;
    height: 58px;
    padding: 5px 10px;
    background-color: #313131;
}

.separator_vertical {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #525252;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#viewPresetContainer {
    margin-bottom: 10px;
    margin-left: 8px;
}

#top_extras {
    position: absolute;
    background-color: #313131;
    top: 0;
    left: 150px;
    height: 58px;
    padding-top: 5px;
}

/*
 Zoom in/out
*/

#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: 0.85;
    float: left;
    margin-left: 4px;
    width: 30px;
    height: 30px;

    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.zoom_btn:active, .zoom_btn:hover {
    opacity: 1;
}

/*
 Accessories
*/

#accessories {
    cursor: pointer;
    float: left;
    margin-left: 6px;
    margin-top: 0px;
}



#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: 40px;
    height: 30px;
    margin-left: 2px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.accessory_btn {
    height: 30px;
    position: relative;
    float: left;
    margin-left: 4px;

    border: 2px 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.svg') no-repeat center;
    background-size: 19px;
    padding: 15px 19px;
}

.move_icon.placing {
    background: url('assets/arrow_right.svg') no-repeat center;
    background-size: 17px;
    pointer-events: none;
    transform: rotate(90deg);
}

.accessory_btn.selected .move_icon {
    display: inline-block;
}

/*
 Scene Panel
*/

.scenePanel {
    margin-left: 0px;
    margin-right: 0px;
}

.scenePanel.closed .content {
    display: none;
}

.scene-header {
    height: 75px;
}

.scene-placing {
    display: none;
    padding: 10px;
    line-height: 15px;
}

.leftArrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('assets/arrow_left.svg') no-repeat center;
    background-size: 70%;
    /* margin-top: 20px; */
    vertical-align: bottom;

    position: relative;
    top: 2px;
    right: 3px;
}

.rightArrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('assets/arrow_right.svg') no-repeat center;
    background-size: 70%;
    /* margin-top: 20px; */
    vertical-align: bottom;
    position: relative;
    top: 2px;
    left: 3px;
}

.placing .scene-placing {
    display: block;
}

.btn {
    display: inline-block;
    /*background: url('assets/plus.svg');
    background-size: 100%;
    */
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #222222;
    padding: 4px 8px;
    background-color: #474747;
}

.scene-newBtn {
    display: inline-block;
    /*background: url('assets/plus.svg');
    background-size: 100%;
    */
    cursor: pointer;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #222222;
    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: 0px;
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 20px;
    /*
    border-radius: 4px;
    border: 1px solid #3D3D3D;
    background-color: #252525;

    padding-left: 10px;
    padding-top: 10px;
    */
}

.sceneNode {

    position: relative;
}

.sceneNodeName {
    cursor: pointer;
}

.sceneNode.active .sceneNodeName {
    color: #f58932;
}

.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 select
*/

.addon-list {
    position: absolute;
    z-index: 9999;
    line-height: 24px;
    /* margin-top will be set by js (in ToolsView) on #properties.onscroll */
    margin-left: 85px;
    margin-top: -114px;
    border: 1px solid #222222;
    background-color: #474747;
    /* -webkit-border-radius: 3px; */
    -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 #222222;
    background-color: #474747;
    /* -webkit-border-radius: 3px; */
    -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;
}

/*
 canvas cursors
*/

.grab {
    cursor: url('assets/cursors/openhand.cur');
}

.grabbing {

}

.move {
    cursor: move;
}

.copy {
    cursor: copy;
}

/*
 General
*/

.hidden {
    display: none;
}


/*
 Color Input
*/

.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: 10px; /* -310px to open upwards */
    margin-left: -6px;

    border: 3px solid #fff;
    padding: 1px 0px 4px 0px;

    background-color: #313131;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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: 0px;
}

.leanTo.left {
    left: 5px;
    top: 142px;
}

.leanTo.right {
    left: 135px;
    top: 142px;
}

.leanToWraparound {
    width: 40px;
    height: 60px;
    position: absolute;

    border-width: 2px;
    border-color: #ffffff;
}

.leanToWraparound, .leanToWraparound * {
    cursor: pointer;
}

.leanToWraparound.disabled {
    opacity: 0.5;
}

.leanToWraparound.disabled * {
    pointer-events: none;
}

.leanToWraparound label {
    position: absolute;
}

/* position, border-style */

.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;
}

/* border radius */

.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;
}

/* inputs */

.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 {
}

.utils-field.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#sharePanel {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.share_btn {
    cursor: pointer;
    width: 40px;
    height: 40px;

    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#share_facebook:hover {
    width: 50px;
    margin-left: -10px;
}

#share_google:hover {
    width: 50px;
    margin-left: -10px;
}


#share_twitter:hover {
    width: 50px;
    margin-left: -10px;
}

#share_pinterest:hover {
    width: 50px;
    margin-left: -10px;
}

#share_email:hover {
    width: 50px;
    margin-left: -10px;
}

.share_btn img {
    width: 36px;
    height: 36px;
    margin-left: 2px;
    margin-top: 2px;
}

#show_hide_sharePanel {
    display: none;
}

#share_facebook {
    background-color: #3C5A99;
}

#share_google {
    background-color: #DC4A38;
}

#share_twitter {
    background-color: #2aa9e0;
}

#share_pinterest {
    background-color: #CB2027;
}

#share_email {
    background-color: #738a8d;
}

#share_email img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
}

.email_popup {
    position: absolute;
    left: calc(50% - 250px);
    top: 200px;
    width: 500px;
    background-color: #313131;
    padding: 10px;
    border: 2px solid rgba(10, 10, 10, 0.3);
}

.email_popup .auth_fieldset {
    padding-top: 34px;
}

.email_popup label {
    text-align: right;
    width: 60px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 20px;
}

.email_popup .auth_button {
    right: 14px;
    bottom: 10px;
}

.topAlignedLabel {
    vertical-align: top;
}

.email_popup textarea {
    width: 378px;
    height: 125px;
}

.email_popup .status {
    height: 14px;
    margin-left: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

#fb_login_container {
    display: inline-block;
}

#viewPreset, #scene {
    width: 94px;
}

#open_close_top_bar {
    display: none;
    position: fixed;
    cursor: pointer;
    left: calc(50% - 35px);
    top: -4px;
    border-radius: 2px;
    width: 70px;
    height: 45px;
    background-color: rgba(49, 49, 49, 0.4);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 997;
}
#open_close_top_bar #open_close_top_bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    width: 10px;
    height: 5px;
    background-image: url('assets/icons/arrow_down.svg');
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#open_close_side_bar {
    display: none;
    position: fixed;
    cursor: pointer;
    top: calc(50% - 22px);
    left: -4px;
    border-radius: 2px;
    width: 45px;
    height: 70px;
    background-color: rgba(49, 49, 49, 0.4);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 998;
}
#open_close_side_bar #open_close_side_bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 5px;
    height: 10px;
    background-image: url('assets/icons/arrow_right.svg');
    background-size: 5px 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#help_when_responsive {
    display: none;
}

#statusMessage {
    display: block;
    position: relative;
    bottom: 10px;
    height: 13px;
}
#projectSelect {
    max-width: 200px;
}

#projects_div {
    position: relative;
    bottom: 14px;
}

@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 #222222;
        background-color: #474747;
        /* -webkit-border-radius: 3px; */
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

#chatwindow {
    display: none;
}
#liveChat {
    display: none;
}