

.clearfix {
    clear: both;
}

.placeholder {
    float: left;
    clear: both;
}


#object-canvas {
    x-width: 100%;
    height: auto;
    position: relative;
    float:left;
}

#object-canvas img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.sidebar-right {
    background: #DEDEDE;
    border: 1px solid #bebebe;
}
#object-toolbox {
    
    float: left;
    x-width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    clear: both;
}
#object-toolbox select {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#object-toolbox label.title {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 0px;
}

#object-actions-old {
    clear: both;
    width: 100%;
    margin: 10px 0;
    float: left;
}


#object-toolbox a.dd-selected label {
    margin-bottom: 0px;
    line-height: 1.5em;
}



.row .object-placeholder h1, .row .object-placeholder h2 {
    display: none;
    height: 0px;
    padding: 0px;
}

/*  remove description from selector */
a.dd-option label.dd-option-text,
a.dd-selected label.dd-selected-text
 {
    line-height: 25px !important;
    font-size: 0.9em;
    color: #444444;
}

ul.dd-options {
    overflow-y: scroll !important;
    height: 450px !important;
}


#switcher-between-objects {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}


#x-object-actions {
    clear: both;
    margin: 10px 0;
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 3%;
}


#switcher-between-objects .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0;
}


