﻿.designer-graph-setting{
  .graphSettingBox {
    height: 250px;
    background: #f2f3f8;
    overflow-x: auto;
    display: inline-block;
  
    .font12Size {
      font-size: 12px;
    }
  }
  
  .graphSvg, .graphPng {
    padding: 5px;
    border: 1px solid transparent;
  }
  
  .graphSvg.selectedGallery, .graphPng.selectedGallery {
    border-color: #2d89ef;
  }
  
  .stateBox {
    display: inline-block;
    width: 168px;
    width: 168px;
    margin-left: 3px;
    position: absolute;
    .graphSettingBox{
      width: 100%;
    }
  }
  
  .graphBox {
    display: inline-block;
    width: 390px;
    .graphSettingBox{
      width: 100%;
    }
  }
  
  .colorPick {
    width: 50px;
  }
  
  .span-inline-block {
    display: inline-block;
    width: 100%;
  }
  
  .backgroundBorder {
    background: #f2f3f8;
    padding:15px 10px;
  }
  
  .graphBtns{
    margin-top: 5px;
    button{
      height: 26px;
      line-height: 22px;
      margin-right:10px; 
    }
  }
  .editedState{
    label.control-label{
      display: block;
      width: 85px;
      height: 24px;
      line-height: 24px;
      margin-bottom: 0!important;
    }
    input.stroke{
      width: 50px;
    }
  }
  .form-group{
    margin-bottom: 15px;
  }
  .colorPicker{
    width: 80px;
    height: 24px;
    border: 0;
    float: left;
  }
  .color-picker-content{
    overflow: hidden;
  }
  .marginTop-10{
    margin-top: 10px;
  }
}