html,
body,
.stage-parent {
  height: 100%;
}

#stage-stand-3D,
#stage-padiglione-3D {
  height: calc(100% - 40px);
}

#stage {  
  overflow:hidden;
  margin-left: 50px;
}

.editor-web {
  margin: 0;
  padding: 0;
  min-width: 960px;
  background-color: white;
}

.editor-web .btn {
  border-radius: 0;
}

.editor-web .form-control {
  -webkit-box-shadow: none;
  border-radius: 0;
}

.container {
  margin: 0;
  padding: 0;
}

.container-fluid {
  height: 100%;
}

.no-padding {
  padding: 0 !important;
}

#colFurnitures,
#colUsedFurnitures {
  width: 120px;
  z-index:10;
}

#colFurnitures,
#colUsedFurnitures,
#stage-parent {
  padding: 0;
  float: left;
  background:#FFF;
}

.furniture-container {
  position: relative;
  width: 60px;
  height: 60px;
  float: left;
}

.editor-web.editor-read-only #stage-parent {
  width: calc(100% - 120px);
}

#stage-parent {
  width: calc(100% - 300px);
  position: relative;
}

.stage-parent .navbar {
  min-height: 40px;
}

.stage-parent .navbar.navbar-default {
  background-color: #c6c6c6;
  border: none;
  height: 40px;
  overflow: hidden;
}
.stage-parent .navbar.navbar-default i {
  font-size: 19px;
}

.stage-parent .navbar-default .navbar-nav > li > a {
  color: black;
}

#stand-2D .alert-info {
  background-color: white;
}

#delete-element {
  width: 25px;
}

/* .stage-parent .navbar-default .navbar-nav > li > a:hover,
.stage-parent .navbar-default .navbar-nav > li > a:focus {
  background-color: #b2e1ff;
  color: #18647a;
} */

.stage-parent .navbar-default .navbar-nav > .active > a,
.stage-parent .navbar-default .navbar-nav > .active > a:hover,
.stage-parent .navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: #c6c6c6;
}

.navbar.navbar-default .container-fluid {
  padding: 0;
}

.navbar.navbar-default .container-fluid .collapse.navbar-collapse {
  padding: 0;
}

ul.nav.navbar-nav {
  padding: 0;
}

.stage-parent .navbar-default {
  margin-bottom: 0;
}

.stage-parent .alert {
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 0;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0;
}

.stage-parent .well {
  padding: 2px 10px;
  background-color: white;
  font-weight: bold;
}

#colFurnitures img {
  height: 60px;
}

#manifestazione-2D #tools,
#padiglione-stage-parent #tools {
  top: 45px;
  left: 18px;
  height: calc(100% - 35px);
}

#padiglione-stage-parent #tools div:first-child {
  padding-top: 10px;
}

#stand-2D #tools,
#stand-2D #legend-rules {
  left: 15px;
  top: 80px;
  height: calc(100% - 98px);
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

#stage-padiglione-2D {
  /* margin-left: 52px; */
}

#stage-manifestazione-2D {
  /* margin-left: 50px; */
}

.buttonStand3D {
  position: absolute;
  right: 40px;
  z-index: 999;
}

.buttonStand3D img {
  width: 96px;
}

#stand-2D #legend-rules {
  top: 313px;
}

#tools,
#legend-rules {
  position: absolute;
  background-color: #323234;
  top: 130px;
  left: 20px;
  width: 50px;
  z-index: 1020;
}

#tools .fa-hand-paper.active {
  color: #e74c3c;
}

#legend-rules {
  top: 310px;
}

#tools div,
#legend-rules div {
  margin: 0;
  padding: 0;
  text-align: center;
}

#tools a,
#legend-rules a  {
  color: #7e7f81;
  font-size: 20px;
}

.blank_divider {
  display: block;
  height: 31px
}

#tools a {
  display: block;
}

#tools hr {
  margin: 10px 0;
  border-color: #565657;
}


#tools:hover a,
#legend-rules:hover a {
  color: black;
}

#collapse-furnitures {
  border-left:0; 
}

.furnitures-wrapper,
#used-furnitures {
  overflow-y: auto;
  overflow-x: hidden;
}

#colUsedFurnitures .panel-body {
  padding-bottom: 0;
}

#furnituresAvailable .panel-default {
  border: 0;
}

.panel-default {
  cursor: pointer;
}

#furnitures, #furnituresAvailable {
  padding: 15px;
  padding-top: 0;
}

.furnitures-wrapper div.col-custom {
  min-height: 155px;
  padding: 5px;
  padding-top: 15px;
  text-align: center;
}

.furnitures-wrapper .col-lg-12 {
  padding-left: 5px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cacaca;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  padding-top: 5px;
  padding-right: 5px;
  overflow:hidden;
}

.furnitures-wrapper p {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
  width: calc(100% - 120px);
  max-width: 144px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 15px;
  height: 35px;
}

#colFurnitures {
  border-left: 1px solid;
}

.panel-default {
  border-bottom: 1px solid black;
  border: 0;
}

#colUsedFurnitures .panel-default {
  border: 0;
  border-left: 1px solid #f5f5f5;
}

#used-furnitures .panel-default {
  border-left: 0;
  border-right: 0;
}
#colUsedFurnitures .panel-default > .panel-heading {
  border-left: 0;
  border-right: 0;
}

.editor-web .background-orange .panel-title a:hover {
  color: white;
  text-decoration: none;
}

#colFurnitures .panel-title a :hover {
  text-decoration: none;
}

#stand-2D .panel-default {
  border: 0;
}

#colFurnitures .panel-title a {
  line-height: 30px;
}

#used-furnitures .panel-default > .panel-heading {
  display: table;
  width: 100%;
}

#colFurnitures .panel-heading {
  min-height: 40px;
}

#colFurnitures .panel-group,
#colUsedFurnitures .panel-group {
  margin-bottom: 0;
}

#collapse-furnitures-pay .panel-body {
  padding: 0;
  height: calc(100%-90px);
}

.sub-bar {
    margin-left: 0px;
    margin-right: 0;
    background-color: #323234;
    height: 40px;
}

#etichetta_stand {
  color: white;
  font-size: 17px;
  line-height: 40px;
  margin-left: 34px;
}

.sub-bar .well {
  margin: 0 5px;
  min-height: 25px;
  font-size: 12px;
  box-shadow: none;
  border-radius: 0;
}

#colFunituresIncipit {
  border-top: 0;
  min-height:40px;
}

#colFunituresIncipit p {
  text-align: center;
  margin: 0;
  font-size:12px;
  line-height:20px;
}

.panel-3d {
  padding: 10px;
  position: absolute;
  width: 220px;
  bottom: 15px;
  right: 15px;
  background: white;
  border: 2px solid black;
}

.panel-3d input {
  margin-top: 10px;
  width: 90px;
  display: inline-block;
}

.panel-3d input.bkg-yellow {
  background-color: yellow;
}

.panel-3d button {
  margin-top: 10px;
}

.panel-3d label,
.apply-change-positions {
  margin-right: 10px;
}

.background-orange,
#colFurnitures .background-orange,
#colUsedFurnitures .background-orange,
.panel-group .panel-footer .background-orange {
  background-color: #ec6608;
}

.background-gray,
#colFurnitures .background-gray,
#colUsedFurnitures .background-gray,
.panel-group .panel-footer .background-gray {
  background-color: #9d9d9c;
}

.panel-group .panel-footer p {
  margin-bottom: 0;
}

.panel-group .panel-footer {
  overflow: hidden;
}

#LBL_TELI_GRAFICI {
  line-height: 30px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}


.color-white,
.color-white:focus,
.color-white:hover,
#colFurnitures .color-white,
#colUsedFurnitures .color-white,
.panel-group .panel-footer .color-white {
  color: white;
}

#colUsedFurnitures .panel-group .panel-footer .color-white {
  display: block;
  text-align: center;
}

.panel-heading.background-orange,
.panel-heading.background-gray  {
  display: table;
  width: 100%;
}

#stand-2D .panel-heading.background-gray .panel-title,
#stand-2D .panel-heading.background-orange .panel-title {
  display: table-cell;
  vertical-align: middle;
}

#stand-2D .navbar-nav {
	margin-left:34px;
}

#collapse-used-furnitures .panel-body {
  padding: 0;
}

#used-furnitures .panel-body {
  padding: 5px;
}

#used-furnitures .panel-heading {
  padding: 0;
}
#stand-2D #used-furnitures h4 {
  font-size: 14px;
}

#used-furnitures .panel-heading a {
  padding: 10px 0px;
  float: left;
}

#used-furnitures .panel-heading a:first-child {
  width: calc(100% - 50px);
  margin: 0 5px 0 10px;
}

#used-furnitures .panel-body div:hover {
  background-color: #fff8c7;
}

#collapse-used-furnitures .panel-footer i {
  font-size: 20px;
}

.icon-pdf-furniture {
  position: absolute;
  bottom: 3px;
  right: 15px;
  width: 20px;
  font-size: 18px;
  height: 20px;
  color: #ea4c3a;
}

.icon-pdf-furniture:hover {
  color: red;
}

.furnitures-wrapper div img {
  cursor: move;
}


#colFurnitures div.col-lg-12:hover {
  border: 5px solid #fdd8bd;
    padding-bottom: 5px;
}

#furnituresAvailable div.col-lg-12:hover {
  border: 5px solid #fdd8bd;
    padding-bottom: 5px;
}

#used-furnitures div {
  cursor: pointer;
}

#used-furnitures div.active {
  background-color: #fdee87;
}

#alert-status-saved-data {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* LOADER */

.loader {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.loader-round:before,
.loader-round-1:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #3498db;
}

/* .loader-round:before,
.loader-round-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
} */

.loader-round:before {
  z-index: 100;
  animation: spin 1s infinite;
}

.loader-round:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#buttonOpenNotesModal.active > i {
  color: #fdee87;
}

.konvajs-content canvas {
  outline: none !important;
}

.konvajs-content:focus {
  outline: none;
}

#used-furnitures {
  font-size: 10px;
}

#stand-2D .panel-heading {
  padding: 5px;
}

#stand-2D .panel-title {
  font-size: 11px;
}

@media (min-width: 768px) {
  .stage-parent .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

:focus {
  outline: none;
}

#padiglione3d,
#stand3d {
  width: 100%;
  height: 100%;
  min-width: 960px;
  display: block;
}

.col-custom {
  position: relative;
  width: 100%;
  float: left;
}

.editor-web .navbar {
  border-radius: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.editor-web .navbar-nav {
  float: none;
  border-radius: 0;
  height: 40px;
}

.editor-web .navbar-nav > li {
  float: none;
  display: inline-block;
  top: 0;
}

#stand-2D .panel-heading {
  height: 40px;
  border-radius: 0;
}

#stand-2D .panel-heading .panel-title {
  text-align: center;
  line-height: 15px;
}

#stand-2D #used-furnitures .panel-heading .panel-title {
  text-align: left;
  white-space: normal;
}

#stand-2D .panel {
  border-radius: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

#div-importo-totale {
  width: 139px;
}

#stand-2D .panel-group .panel+.panel {
  margin-top: 0;
}

.menu-divider {
  margin-top: 10px;
  height: 20px;
  padding: 5px 0;
  width: 2px;
  background-color: #484847;
  display: inline-flex;
}

.menu-divider::before {
  content: "";
}

.editor-web .icon-pdf-furniture {
  right: 2px;
}



@media (min-width: 961px) {
  #stage {
    margin-top: 20px;
    margin-left: 80px;
  }
  #stage-padiglione-2D {
    margin-top: 40px;
    /* margin-left: 70px; */
  }
  #stage-manifestazione-2D {
    margin-top: 40px;
    /* margin-left: 80px; */
  }

  .editor-web.editor-desktop .col-custom {
    width: 50%;
  }
  .editor-web.editor-desktop #colFurnitures,
  .editor-web.editor-desktop #colUsedFurnitures {
    width: 300px;
  }

  .editor-web.editor-desktop #colUsedFurnitures {
	border-right:1px solid #323234;
  }
  
  .editor-web.editor-desktop.editor-read-only #stage-parent {
    width: calc(100% - 600px);
  }

  .editor-web.editor-desktop #stage-parent {
    width: calc(100% - 600px);
    position: relative;
  }

  .editor-web.editor-desktop #used-furnitures {
    font-size: 14px;
  }

  .editor-web.editor-desktop #stand-2D .panel-title {
    font-size: 14px;
  }

  .editor-web.editor-desktop .icon-pdf-furniture {
    right: 2px;
  }
}

.furnitures-wrapper img {
  pointer-events: none;
}

#images-vista-superiore {
  position: absolute;
  top: -20000px;
}

#images-vista-superiore div {
	float:left;
}

#pdf-used-furnitures {
  border-style: solid;
  border-color: black;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  padding-left: 0;
}

#pdf-used-furnitures li {
  border: 1px solid black;
  list-style-type: none;
  border-bottom: 0;
  padding-left: 0;
}

.editor-web .stage-parent .navbar-default .navbar-nav > li > a {
  font-size: 12px;
}

.editor-web.editor-desktop .stage-parent .navbar-default .navbar-nav > li > a {
  font-size: 17px;
}

.editor-web .stage-parent .navbar-nav > li > a {
  padding: 10px 8px;
}

.editor-web.editor-desktop .stage-parent .navbar-nav > li > a {
  padding: 10px 15px;
}


.editor-desktop .col-custom {
  width: 50%;
}

.editor-desktop #colFurnitures,
.editor-desktop #colUsedFurnitures {
  width: 300px;
}

.editor-desktop #stage-parent {
  width: calc(100% - 480px);
  position: relative;
}

.editor-desktop #used-furnitures {
  font-size: 14px;
}

.editor-desktop #stand-2D .panel-title {
  font-size: 16px;
}

.icon-pdf-furniture.editor-desktop {
  right: 12px;
}

.arredoImageCont { border:0; background:transparent; padding:0; margin:5px;  }

#collapse-teli-grafici .col-md-12 {
  padding: 0 0 10px 0;
}

#collapse-teli-grafici img {
  margin-right: 10px;
}


#previewTeloGrafico {
  width: 558px;
  cursor: pointer;
}

#collapse-teli-grafici img {
  width: 20px;
  height: 20px;
}
