/*
cena.php
painel_de_controle.php
*/
* {
	box-sizing: border-box;
	text-size-adjust: 100%;
}
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #1a1a1a;
	text-align: center;
	overflow-x: scroll;
	color: #fff;
	user-select: none;
	font-family: 'Noto Sans', sans-serif;
}
a {
	text-decoration: none;
	color:inherit;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #1b1b1b;
	width: 100%;
	height: 40px;
	padding-left: 30px;
	z-index: 5;
}
.header p{
	margin-top:5px;
}
.image{
	position:absolute;
	width:500px;
	height:375px;
	z-index:2;
}
.mira p{
	position:absolute;
	top:-40px;
	left:-40px;
	font-weight:bold;
}
.miras{
	position:absolute;
	width:500px;
	height:375px;
	z-index:3;
	color:#fff;
}
.container_miras{
	position:relative;
	display:inline-block;
	width:500px;
	height:375px;
	margin-top:18px;
}
.container_edicao {
	position: absolute;
	top: 40px;
	left: 50px;
	width: calc(100% - 50px);
	height: auto;
	min-height: 100%;
	background-color: #C3C3C3;
	z-index: 2;
	color: #333;
	min-width: 1300px;
}
.container_edicao h1{
	margin-top:2px;
	margin-bottom:7px;
	padding-bottom:0;
	font-size:12px;
}
.container_edicao h2{
	font-size:11px;
	margin-bottom:5px;
	font-weight:500;
}
.container_edicao p{
	position:relative;
	float:left;
	font-size:11px;
	font-weight:500;
	margin-top:5px;
	padding-bottom:5px;
}
.container_edicao input{
	position:relative;
	float:right;
	width: 110px;
	margin-bottom:2px;
	margin-top:2px;
	height:25px;
	font-size:11px;
}
.container_edicao select{
	width: 110px;
	position:relative;
	float:right;
	height:27px;
	font-size:11px;
	margin-top:1px;
	margin-bottom:2px;
}
.divisao_1 {
	position: absolute;
	width: 25%;
	height: auto;
	min-height: 100%;
	background-color: #F0F0F0;
}
.divisao_2 {
	position: absolute;
	width: 25%;
	height: 35%;
	left: 25%;
	background-color:#CFCFCF;
}
.divisao_2a {
	position: relative;
	float:left;
	width: 100%;
	height:50%;
	background-color:#D8D8D8;
}
.divisao_2b {
	position: relative;
	float:left;
	width: 100%;
	height:50%;
}
.divisao_3 {
	position: absolute;
	width: 25%;
	height: 35%;
	left: 50%;
	background-color:#D7D7D7;
}
.divisao_3a {
	position: relative;
	float:left;
	width: 100%;
	height:50%;
	background-color:#E7E7E7;
}
.divisao_3b {
	position: relative;
	float:left;
	width: 100%;
	height:50%;
}
.divisao_4 {
	position: absolute;
	width: 25%;
	height: auto;
	min-height: 100%;
	left: 75%;
	background-color: #D8D8D8;
}
.divisao_5 {
	position: absolute;
	width: 50%;
	height: auto;
	min-height: 75%;
	left: 25%;
	top:35%;
	background-color:#DCDCDC;
}
.divisao_center{
	width:300px;
	height:auto;
	display:inline-block;
}
.divisao_miras{
	position:relative;
	width:100px;
	height:21px;
	display:inline-block;
	
}
.menu {
	position: fixed;
	width: 200px;
	height: 100%;
	background-color: #535353;
	z-index: 3;
	top: 50px;
	left: 50px;
	overflow: scroll;
}
.menu ul {
	list-style: none;
	padding-left: 0;
}
.menu ul li a {
	color: #fff;
	font-size: 13px;
}
.menu ul li:hover {
	background-color: #262626;
}
.botao_menu p {
	padding: 0;
	margin: 0;
}
.popup_filtros, .popup_filtros_2, .popup_filtros_3{
	position:fixed;
	width:80%;
	left:10%;
	height:auto;
	border-radius:10px;
	background-color:rgba(255,255,255,1);
	box-shadow:0 0 12px rgba(0,0,0,0.4);
	z-index:10;
	top:70px;
	box-sizing:border-box;
}
.botao_filtros{
	position:relative;
	display:inline-block;
	width:auto;
	height:16px;
	border-radius:6px;
	border:1px solid #43CCD3;
	background-color:rgba(255,255,255,0.39);
	margin:1px;
	font-size:12px;
	padding: 0px 5px;
	cursor:pointer;
}
.botao_filtros:hover{
	background-color:#DCF9FF; 
}
.main {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 750px;
}
.caixa_botao {
	position: relative;
	float: left;
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
}
.container {
	position: relative;
	display: inline-block;
	width: 630px;
	height: auto;
	box-sizing: border-box;
}
@media (max-width: 767px) {
.container {
	width: 100%;
}
}
.padding10 {
	padding: 10px;
}
.half {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}
.one_three{
	position: relative;
	float: left;
	width: 33.3333%;
	height: auto;
}
.one_four{
	position: relative;
	float: left;
	width: 25%;
	height: auto;
}
.one_five{
	position: relative;
	float: left;
	width: 20%;
	height: auto;
}
.render {
	position:relative;
	display:inline-block;
	width: 100%;
	aspect-ratio: 4/3;
}
.nome_cena{
	position: absolute;
	top:10px;
	right: 10px;
	color:#fff;
	width:120px;
	height:20px;
	text-align: right;
}
.nome_cena p{
	font-size: 12px;
    margin-top: 0;
    padding-top: 0;
	color:#fff;
}
.setas{
	position: absolute;
	width:30px;
	height:30px;
	top:100px;
	margin:10px;
	background-size: 100% 100%;
	/*z-index: 14;*/
}
.seta_esquerda{
	background-image: url(../ref/seta_right.png);	
	left:0;
}
.seta_direita{
	background-image: url(../ref/seta_left.png);	
	right:0;
}
.zoom_render{
	height:97vh;
	aspect-ratio:4/3;
	width:auto;
}
.zoom_img{
	max-width:none;
}
.editor {
	position: absolute;
	opacity: 0.1;
	left: 0;
	top: 0;
	width: 100%;
	aspect-ratio: 4 / 3;
	background-color: transparent;
	z-index: 100;
	overflow: hidden;
}
.mira {
	position: absolute;
	width: 150px !important;
	height: 150px !important;
	background-image: url(../ref/mira.png);
	background-size: 100% 100%;
	z-index: 11;
	cursor: pointer;
}
.mira_texto{
	font-size: 9px;
	position: absolute;
	width: 100px;
	margin-left: -50px;
	bottom: 20px;
	height: 10px;
}
.sp-container {
	left: 10px !important;
}
.sp-picker-container {
	width: 270px !important;
}
.icones_tela_inicial{
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	cursor: pointer;
}
.icones_tela_inicial_bg{
	position: fixed;
	background-color: #fff;
	width: 100px;
	height: 35px;
	border-radius: 0 0 10px 10px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	z-index: 110;
}
.editor_icon {
	position:absolute;
	right: 15px;
	top: 2px;
	background-image: url(../ref/editar_icon_off.png);
}
.edit_icon_on {
	background-image: url(../ref/editar_icon_on.png);
}
.zoom{
	position:absolute;
	width:30px;
	height:30px;
	top:2px;
	left: 15px;
	background-image:url(../ref/icone_menu_lateral_zoom_in.png);
	background-size:100% 100%;
	z-index:101;
	cursor:pointer;
}
.zoom_in_icon {
	background-image: url(../ref/icone_menu_lateral_zoom_in.png);
}
.zoom_out_icon {
	background-image: url(../ref/icone_menu_lateral_zoom_out.png);
}
.zoom_img{
	max-width:none;	
}
.editar_cena_campo {
	position: relative;
	display: inline-block;
	width: 800px;
	height: 30px;
}
.editar_cena_coluna {
	position: relative;
	float: left;
	width: 25%;
	height: 30px;
}
.editar_cena_form {
	width: 100%;
	border: none;
	height: 100%;
	text-align: center;
}
hr {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
}
.titulo{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: -2px;
}
h1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 22px;
	margin-bottom: 5px;
}
h2 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 27px;
	font-weight: 300;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-top: 0;
}
h6 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 10px;
	margin: 8px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.icon_lapis{
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../ref/icon_lapis.png);
	background-size: 100% 100%;
	cursor: pointer;
}	/*
.highlight{
	filter:drop-shadow(0 0 2px rgba(39,192,230,1));
	-webkit-filter:drop-shadow(0 0 2px rgba(39,192,230,1));
	
}*/
.mask_family{
	mask-composite: destination-out;
	-webkit-mask-composite: destination-out; /* Can be changed in the live sample */
	mix-blend-mode:multiply;
	opacity:1;
}
*{
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.macro_new {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin: 5px;
	overflow:hidden;
	cursor: pointer;
}
.macro_container {
	position: relative;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}
.macro_popup_new {
	position: relative;
	width: auto;
}
.macro_bg{
	opacity:0;
}
.bola {
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 15px;
}
.number {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	cursor: pointer;
}
.number:hover {
	opacity: 0.5;
}
.picker_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.borda_thumb { /*usado na página cadastrar_ambiente.php para mostrar as distribuições do ambiente selecionado na página anterior -> cadastrar_ambiente_nome.php*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.40);
	overflow: hidden;
}
.img_thumb {
	border-radius: 10px;
}
.one_quarter {/*utilizado nas páginas cadastrar_cena.php, consultar_distribuicoes.php, distribuicao.php*/
	position: relative;
	float: left;
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
	height: auto;
	background-color: transparent;
	border-radius: 10px;
	overflow: hidden;
}
@media(max-width:800px) {
.one_quarter {
	width: 98%;
}
}
.one_quarter img {
	margin-bottom: -7px;
}
input {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 6px;
	border-style: none;
	height: 27px;
	padding-left: 12px;
}
.logo {
	position: absolute;
	top: 32px;
	width: 125px;
	height: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../logo/xdecor_app.png);
	background-size: 100% 100%;
}
.balao {/*é o campo de texto da fala da decora, nossa apresentadora*/
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 100%;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgb(58, 207, 202);
	-webkit-box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.40);
	color: #222;
	z-index: 2;
	opacity: 0;
}
.sombra_interna {/*utilizada na página cena.php*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.80);
	overflow: hidden;
}
.icon_menu_objetos {/*utilizado nas páginas cena.php e classes.php*/
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 2px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1);
	border-radius: 7px;
}
.container_estilo {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 280px;
}
.lista {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 263px;
	border-radius: 20px;
	background-size: 100% 100%;
}
.estilo {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 197px;
	border-radius: 20px;
	background-size: 100% 100%;
}
.macro_popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #B37172;
	height: auto;
	z-index: 10;
}
.opacity {/*utilizado na página cenas*/
	opacity: 100%;
	mix-blend-mode: luminosity;
}
.macro {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: red;
	border-radius: 10px;
	margin: 5px;
}
.baloes_padding {
	position: absolute;
	top: 20px;
	left: 5%;
	right: 5%;
	bottom: 20px;
	width: 90%;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
}
.caixa_imagem {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	cursor: pointer;
}
.caixa_imagem:hover {
	border: 8px solid #B37172;
}
.sombra_caixa_imagem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,0.80);
}
.caixa_imagem img {
	margin-bottom: -7px;
}
.balao p {
	font-family: 'Dancing Script', cursive;
	padding-right: 60px;
	font-size: 27px;
}
.decora {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	background-image: url(../ref/decora.png);
	background-size: 100% 100%;
	z-index: 4;
}
  /*.ferramentas{
usado para esconder as ferramentas
}*/
@media(max-width:800px) {
  .decora {
    right: 0;
    bottom: 0;
  }
}
.container_picker{
  position: relative;
  float: left;
}
.caixa_picker {
	position: relative;
  float: left;
	height: auto;
}
.icone_fechar{
  position: fixed;
  width: 22px;
  height: 22px;
  top: 22px;
  right: 22px;
  background-image: url("../ref/icone_fechar.png");
  background-size: 100% 100%;
  z-index: 100;
  display: none;
}
.icone_esconder_editor{
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
  background-image:url("../ref/icone_esconder_editor.png");
  background-size: 100% 100%;
}
.icone_upload{
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
  background-image:url("../ref/icone_upload.png");
  background-size: 100% 100%;
}
.icone_zoom{
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
  background-image:url("../ref/icone_zoom.png");
  background-size: 100% 100%;
}
.icone_reset{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 6px;
	background-image:url("../ref/icone_reset.png");
	background-size: 100% 100%;
}
.icone_save{
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
  background-image:url("../ref/icone_save.png");
  background-size: 100% 100%;
}
.btn_eyes{
	position:relative;
  float: left;
	margin-bottom:-10px;
	width:45px;
	height:30px;
	margin-top:3px;
	background-image:url(../ref/eyes_on.png);
	background-size:100% 100%;
}
.eyes_off{
	background-image:url(../ref/eyes_off.png);
	opacity:0.5;	
	margin-top:3px;
}
.botao_pequeno {
	position:relative;
  	float: left;
	width:auto;
	border: 1px solid rgb(58, 207, 202);
	border-radius: 4px;
	font-family: 'Jost', sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	transition: 0.2s;
	color:rgb(58, 207, 202);
	margin-top:5px;
  margin-left:5px;
}
.botao_pequeno:hover{
	background-color:#ccc;
}
.botao_standard {
	position: absolute;
	display: block;
	min-width: 180px;
	margin-left: -90px;
	top: 0;
	left: 50%;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #fff;
	border-radius: 4px;
	font-family: 'Jost', sans-serif;
	padding: 6px;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: 0.2s;
}
.botao_standard:hover {
	opacity: 0.3;
}
.caixa_baloes {
	position: relative;
	float: left;
	width: 100%;
	height: 170px;
}
@media(max-width:500px) {
.caixa_baloes {
	height: 200px;
}
}
@media(max-width:420px) {
.caixa_baloes {
	height: 230px;
}
}
@media(max-width:380px) {
.caixa_baloes {
	height: 190px;
}
}
.popup {
	position: fixed;
	width: 400px;
	height: auto;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 998;
	visibility: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
.popup {
	visibility: visible;
}
}
.logo {
	position: relative;
}
.voltar {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.container_icon_cena {
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}
@media(max-width:800px) {
.container_icon_cena {
	width: 50%;
}
}
.container_icon_cena img {
	width: 100%;
}
.icon_cena {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.imagem_cenas {
	width: 100%;
}
#print {
	position: absolute;
	top: 50px;
	right: 50px;
	height: 200px;
	width: 200px;
	background-color: red;
	z-index: 1000;
}
.box_icone {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	margin: auto;
}
.container_icones {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	margin-left: -295px;
	height: 100%;
	background: #EBEBEB;
	padding: 10px;
	box-sizing: border-box;
	overflow: scroll;
}
.icone {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	border-radius: 15%;
	background-color: #fff;
	margin-bottom: 5%;
	overflow: hidden;
	cursor: pointer;
}
.img_icone {
	width: 100%;
}
.container_bg {
	position: absolute;
	margin-left: 295px;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}
.divisor {
	position: relative;
	float: left;
	width: 4%;
	height: 10px;
}
.img_bg {
	z-index: 0;
	height:100%;
}
.img_bg_zoom{
	width:inherit;
	height:100%;
}
.mask_family {
	display: none;
}
.mask_property {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	mix-blend-mode: multiply;
	opacity: 0.8;
	mask-size: 100% 100% !important;
	-webkit-mask-size: 100% 100% !important;
}
/* */
.piso_all {
	z-index: 2;
}
.parede_all {
	z-index: 1;
}
.obj_1_all {
	z-index: 3;
}
.obj_2_all {
	z-index: 4;
}
.obj_3_all {
	z-index: 5;
}
.obj_4_all {
	z-index: 6;
}
.obj_5_all {
	z-index: 7;
}
.obj_6_all {
	z-index: 8;
}
.obj_7_all {
	z-index: 9;
}
.obj_8_all {
	z-index: 10;
}
.obj_9_all {
	z-index: 11;
}
.obj_10_all {
	z-index: 12;
}
/* */
.absolute_position {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
}
.color_picker {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 1px;
	text-align: center;
}
.lut {
	filter: saturate(100%) contrast(100%);
}