#object-selector {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px 0 0 5px;
    width: 130px;
    flex: 1;
    height: 600px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #D7DEE6;
    padding: 10px;
    text-align: center;
}

.btn-group-vertical {
    width: 110px;
}

#image {
    height: 600px;
    position: absolute;
    top: 10px;
    left: 140px;
    border: 1px solid rgba(0,0,0,.125);
}

#attribute-editor {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0 5px 5px 0;
    width: 200px;
    height: 600px;
    position: absolute;
    top: 10px;
    left: 740px;
    background-color: #D7DEE6;
    padding: 10px;
}

.save-buttons {
    margin-top: 20px;
    bottom: 10px;
}

.input-group {
    margin-top: 10px;
}

.slider-group {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  height: 40px;
}

.form-control {
    height: 40px;
}

.selectpicker {
    -webkit-appearance: none;
}

/* https://stackoverflow.com/questions/26054119/input-group-addon-with-bootstrap-select */
.input-group > .input-group-btn:last-child > .selectpicker {
    border-radius: 0 5px 5px 0;
}
.input-group > .input-group-btn:first-child > .selectpicker {
    border-radius: 5px 0 0 5px;
}

/* https://gist.github.com/23maverick23/64b3b587c88697558fac */
svg text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

