body {
    margin: 0;
    padding: 0;
  
    font-family: helveticaneue-thinext-webfont, "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .draw-products-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ui-draggable-dragging
  {
    z-index:111111111;
  }

  #draw-info #product-details {
    margin: 0;
  }
  
  #draw-products {
    width: 100%;
    height: 120px;
    overflow-y: hidden;
    overflow-x:scroll;
  }
  
  .draw-products-content {
    width:8000px;
  }
  .draw-products-content ul {
    margin-left: 10px;
  }
  
  #draw-products  li {
    width: 100px;
    float:left;
    border: 1px dashed #999999;
    margin: 5px;
  }
  
  #draw-products li.product-image .add {
    position: absolute;
    top: 40px;
    text-align: center;
    font-size:10px;
    width:100%;
    color: #ffffff;
    cursor : pointer;
  }
  
  #draw-products div.product-details p.product-name {
    font-size:11px;
    text-transform : none;
    margin: 0px;
    text-align: center;
  }
  
  #draw-backgrounds  {
    max-height: 185px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #draw-backgrounds .block-title strong{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
  }
  #draw-backgrounds ul {
    max-height: 125px;
    width: 100%;
    padding: 3px;
    overflow-y: auto;
  }
  #draw-backgrounds li.background  {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    padding-left: 2px;
  }
  #draw-backgrounds li.background:nth-child(odd)  {
    clear:left;
  }
  #draw-backgrounds li.background.upload {
    margin:auto;
    text-align:center;
    padding-top: 8px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  #draw-backgrounds li.background.upload p {
    padding: 0px;
    margin:0px;
    font-size:14px;
    font-weight: bold;
  }
  
  #draw-backgrounds li.background.upload:hover {
    color: #cc0000 !important;
  }
  
  #draw-backgrounds .background img{
    width: 100%;
  }
  #draw-backgrounds .background .glyphicon {
    position: absolute;
    right: 5px;
    top : 5px;
    color: red;
  }
  #draw-info {
    min-height: 40px;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #999999;
    background-color: transparent;
    border-radius: 6px;
    width: 760px;
  }
  div.draw-info-inside {
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-content: center;
    align-items: center;
  }
  div.draw-info-inside > div { }
  
  #draw-info > div { margin: 5px 0 5px  0;}
  #draw-info span.title { padding-right: 11px; font-weight: 800;}
  #draw-info input { width: 60px; margin-bottom:0;}
  
  #wall-width-display { display:none;}

  #draw-panel { width: 760px;height: 550px; min-height : 200px;float:left;position: relative; overflow:hidden; margin-bottom:10px; padding:0;}
  #draw-panel.portrait { width: 760px; height: 1050px; margin:0; padding:0;}
  #draw-panel div.draw-product { top:0px; left:0px; position: absolute; z-index: 99;}
  #draw-panel div.draw-product img { width : 100%; height: 100%;}
  #draw-panel img#panel-background { top:0px; left:0px; position:absolute;}
  #draw-panel img#panel-background.custom { max-width: 100%; width: 100%;}
  #draw-panel div.draw-product a.fa-times-circle { position:absolute; top:-10px; right:-10px; color:red;}
  #draw-panel #bg-click-canvas { width: 100%; height: 100%; position:absolute; top:0; left:0;display:none;}
  .bg-image-buttons { /*display: none;*/ }
  #screenshot {
    display:none;
  }

  #size-dropdown-container.hide {
    display:none;
  }

  a.glyphicon.glyphicon-remove:hover{
    color: #cc0000;
  }
  
  a.glyphicon.glyphicon-remove:before{
    content: "x";
  }
  
  #draw-info input#name { width : 160px;}
  
  .skew-copy {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height: 30px;
    margin:auto;
    text-align:center;
    display:block;
    z-index: -1;
  }
  div#skew-open {
    display:none;
    cursor:pointer;
    margin-right: 20px;
    margin-left: 5px;
    bottom: 10px;
    right:0;
  }
  div#skew-open img {
    width: 25px;
    height: 25px;
    display: inline;
  }
  div#skew-open a {
    font-size: 12px;
  }
  div#skew-open.open {
    display:inline;
  }
  #skew-open span {
    font-size: 22px;
    font-weight:bold;
    display: inline-block;
  }
  #skew-open span i:hover {
    color: #c00;
  }
  #skew-open span i {
    background-color: white;
    padding: 2px;
  }
  #skew-container {
    top: 10px;
    right: 10px;
    width: 182px;
    height: 132px;
    position: absolute;
    z-index: 500;
    border: 1px #535353 dashed;
    display: none;
    background-color: white;
  }

  #skew-close {
    position:absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    font-family: helveticaneue-thinext-webfont, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 20px;
    opacity: 0.7;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    -webkit-font-smoothing: antialiased;
    cursor:pointer;
    color:red;
  }
  #skew-close:before {
    content: "x";
  }
  #skew-left {
    width: 59px;
    height: 55px;
    margin-top:37px;
    margin-bottom:38px;
    float: left;
    cursor:pointer;
    font-size: 36px;
  }
  #skew-left img, #skew-right img, #skew-up img, #skew-down img {
    width: 40px; 
    height: 40px;
  }
  #skew-left img {
    transform: rotate(180deg);
    margin-left: 10px;
  }
  #skew-up img {
    transform: rotate(90deg);
    margin-top:10px;
    margin-left: 10px;
  }
  #skew-down img {
    transform: rotate(-90deg);
    margin-left: 10px;
  }

  #skew-up {
    width: 59px;
    height: 55px;
    float: left;
    cursor:pointer;
    font-size: 36px;
    text-align:center;
  }
  #skew-down {
    width: 60px;
    height: 54px;
    float: left;
    margin-top:20px;
    cursor:pointer;
    font-size: 36px;
    text-align:center;
  }
  #skew-right {
    width: 60px;
    height: 55px;
    margin-top:37px;
    margin-bottom:38px;
    float: right;
    cursor:pointer;
    font-size: 36px;
    text-align:right;
  }
  #skew-right i.fa-arrow-alt-right {
    margin-right: 10px;
  }
  
  #background-sofa {
    left: -10000px;
    bottom: -60px;
    position: absolute;
    z-index: 100;
  }
  
  #save-placement {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #cc0000;
    text-shadow: 0 1px 0 #fff;
    text-align:center;
    margin:auto;
    display:inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }
  #bg-image {
    display:none;
  }
  #hide-vp-person {
    width: auto;
    height: auto;
  }
  #room-width-sync { max-width: 60px;}

  .vp-settings:hover {
    color: #cc0000;
  }
  .vp-settings {
    cursor: pointer;
    background-color: white;
    padding: 2px;
  }

  .settings-menu {
    /*display: none;*/
  }

  .settings-menu-row {
    padding: 0 0 20px 0;
  }

  #left-edge-marker,
  #right-edge-marker {
    display: none;
    font-size: 35px;
    height: 30px;
    position: absolute;
    top:0 !important;
    width: 30px;
    z-index: 100;
  }

  .hide-sofa #background-sofa,
  .hide-sofa #show-person-toggler {
    display: none !important;
  }
  .action-buttons {
    clear:both;
    display:flex;
    align-content: center;
    align-items:center;
  }
  .picture-dimensions { display:none;}
