.s-designer {
  height: 100%;
  width: 100% !important;
    /*.editor {
        @extend .workarea;                
        height: 100%;        

        .s-skin {
            background-color: green;
            float: none;
            clear: both;
            height: 97%;
        }

        .container {
            float: none;
            background-color: green;
            min-height: 200px;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            border: solid;
        }
    }

    .skinmarkup {
        @extend .workarea;

        .skinmarkuptext {
            width: 100%;
            height: 100%;
        }
    }*/ }
  .s-designer .menu {
    color: white;
    background-color: black; }
  .s-designer .componentbox {
    float: left;
    width: 20%;
    background-color: lightgray;
    height: 400px;
    overflow: scroll; }
  .s-designer .workarea {
    float: left;
    width: 80%;
    min-height: 400px;
    height: 97%; }
  .s-designer .footer {
    background-color: gray;
    color: white;
    clear: both; }
  .s-designer .component {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .s-designer .sd-component {
    padding-bottom: 5px; }
  .s-designer .sd-skin {
    border: dashed;
    border-width: 1px;
    width: 98%;
    min-height: 400px;
    height: 100%;
    display: block;
    margin-left: 5px; }
  .s-designer .sd-skin:before {
    content: "Skin";
    background-color: gray;
    color: white; }
  .s-designer .sd-row {
    margin-top: 20px !important;
    width: 98%;
    content: "";
    border: dashed;
    border-width: 1px;
    min-height: 200px;
    margin-left: 5px !important; }
    .s-designer .sd-row .sd-remove {
      margin-top: -10px !important;
      margin-right: 20px !important; }
    .s-designer .sd-row .sd-configure {
      margin-top: -10px !important;
      margin-right: 20px !important; }
  .s-designer .sd-row:before {
    content: "Row" !important;
    background-color: gray;
    color: white; }
  .s-designer .sd-section {
    margin-top: 20px;
    width: 98%;
    content: "";
    border: dashed;
    border-width: 1px;
    min-height: 200px;
    margin-left: 5px !important; }
  .s-designer .sd-section:before {
    content: "Section";
    background-color: gray;
    color: white; }
  .s-designer .sd-column {
    margin-top: 20px !important;
    content: "";
    border: dashed;
    border-width: 1px;
    min-height: 200px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 15px !important; }
    .s-designer .sd-column .sd-remove {
      margin-top: 15px !important;
      margin-right: -10px !important; }
    .s-designer .sd-column .sd-configure {
      margin-top: 15px !important;
      margin-right: -10px !important; }
  .s-designer .sd-column:before {
    content: "Column";
    background-color: gray;
    color: white;
    padding: 0px !important; }
  .s-designer .sd-remove {
    position: absolute;
    right: 110px;
    clear: both;
    float: left;
    border-radius: 1em;
    line-height: 1 !important;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    height: 20px;
    width: 80px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px !important; }
  .s-designer .sd-configure {
    position: absolute;
    right: 20px;
    clear: both;
    float: left;
    border-radius: 1em;
    line-height: 1 !important;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    height: 20px;
    width: 80px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px !important; }

.sd-sorting {
  background-color: lightgray;
  opacity: 0.4; }

