.coresFixas { float:left; width:38px; height:40px; margin-right:5px; margin-bottom:10px; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 3px; border-radius: 3px; border:solid 1px #CCCCCC;
	cursor:pointer;
	opacity:0.8;
}
.coresFixas:hover {
	opacity:1;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); border:solid 1px #AAAAAA; margin-top:-1px; margin-bottom:11px;
}

.ambientes img { float:left; margin-bottom:20px; overflow:hidden; cursor:pointer; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 3px; border-radius: 3px; border:solid 1px #CCCCCC
}
.ambientes:not(:first-child) {
}
.ambientes img:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5); border:solid 1px #999999; margin-top:; margin-bottom:20px;
}

.produto {
	-webkit-border-radius: 5px; border-radius: 5px;
}
.produto:hover {
	background:#FFF;
}


.tooltip-inner {
    white-space:pre;
    max-width: none;
}

.colorpicker-no-arrow{
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); border:solid 1px #DDDDDD; 
}

.colorpicker-2x .colorpicker-saturation {
	width: 150px;
	height: 150px;
}
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
	width: 30px;
	height: 150px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
	height: 30px;
}
.inl-bl {
	display: inline-block;
}

.spinner {
  margin: 150px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
#img-forro img{
  width: 100%;
}