.editor {
    /*side bar tab*/
    left: 38px !important;
}

[md-icon-button] {
    height: 30px;
    width: auto;
}

.icon-text {
    font-size: 18px !important;
    height: 24px;
    width: 24px;
    padding-top: 7px;
}

.button-text {
    /* height: 24px; */
    /* line-height: 1; */
    /* padding-top: 7px; */
    display: inline-block;
}

.cupix-icon {
    font-size: 20px;
    padding-top: 3px;
}

.toggle-group button {
    padding: 0 10px;
}

.v-bar {
    font-size: 18px;
    vertical-align: -1px;
    color: grey;
    font-weight: 100;
}

.v-bar2 {
    font-size: 18px;
    vertical-align: 4px;
    color: grey;
    font-weight: 100;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.gutter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    cursor: col-resize;
    background-image: url("https://storage.cupix.com/assets/images/vsizegrip.png") !important
}

.split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.btn-exit-wrapper {
    position: relative;
    z-index: 1;
    float: left;
}

.btn-exit {
    position: absolute;
    left: -3px;
    top: 10px;
    color: #a6a6a6;
}

.btn-exit:before {
    content:"x";
    background-color: rgba(16, 20, 23, 1);
    font-family: 'Cupix Icons';
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-exit:hover {
    color: white;
}

#social-share-wrapper {
    display: inline-block;
    position: relative;
}

#share-slide-wrapper {
    position: absolute;
    right: 0px;
    overflow: hidden;
    pointer-events: none;
}

#share-slide-wrapper.top {
    margin-top: 10px;
}

#share-slide-wrapper.bottom {
    bottom: 40px;
}

#share-slide {
    background-color: rgba(0,0,0,.25);
    float: right;
    border-radius: 3px;
    transition: all .5s;
    padding: 5px 0;
    text-align: center;
}

#share-slide i {
    font-size: 22px;
}

#share-slide.top {
    transform: translateY(-200px);
}

#share-slide.bottom {
    transform: translateY(200px);
}

#share-slide.top.open,
#share-slide.bottom.open {
    transform: translateY(0px);
}

/* ui align  */

#bottom-controls-header.right #bottom-controls{
    flex-direction: row-reverse;
  }
  
  #bottom-controls-header.left{
    justify-content: flex-start;
  }
  
  #bottom-controls-header.right{
    justify-content: flex-end;
  }
  
  #bottom-controls-header.top{
    top:0px;
  }
  
  #bottom-controls-header.bottom{
    bottom:0px;
  }
  
  #floor-selector-area.left,#floorplan-area.left, #nav-highlights-title.left{ left: 0px; }
  #floor-selector-area.right,#floorplan-area.right, #nav-highlights-title.right{ right: 0px;}
  #floor-selector-area.top,#floorplan-area.top, #nav-highlights-title.top{top:0px;}
  #floor-selector-area.bottom,#floorplan-area.bottom, #nav-highlights-title.bottom{bottom: 0px;}
  
  
  #hud-group-wrapper.left { 
    flex-flow: row-reverse;
  }
  #hud-group-wrapper.right { 
    flex-flow: row;
  }
  #hud-group-wrapper.top { 
    flex-flow: column-reverse;
  }
  #hud-group-wrapper.bottom { 
    flex-flow: column;
  }
  
  #nav-highlights-wrapper.top,
  #nav-highlights-wrapper.bottom {
    width: 100%;
    height: auto;
  
  }
  
  #nav-highlights-wrapper.left,
  #nav-highlights-wrapper.right{
    width: auto;
    height: 100%;
  }
  
  #nav-highlights-wrapper.top #nav-highlights-list,
  #nav-highlights-wrapper.bottom #nav-highlights-list {
    width: calc(100% - 10px);
    height: auto;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
  }
  
  #nav-highlights-wrapper.left #nav-highlights-list,
  #nav-highlights-wrapper.right #nav-highlights-list {
    height: calc(100%);
    width: auto;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
  }

  #nav-highlights-wrapper.top #nav-highlights-item,
  #nav-highlights-wrapper.bottom #nav-highlights-item {
    display: flex;
    flex-flow: row;
    -webkit-flex-flow: row;
 }

 #nav-highlights-wrapper.left #nav-highlights-item,
 #nav-highlights-wrapper.right #nav-highlights-item{
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
 }
  
  #nav-highlights-item {
    overflow-x: overlay;
    overflow-y: hidden;
    position: relative;
  }