<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index: 999999999999999;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	vertical-align: middle;
	display: table;
}

#overlay &gt; div{
	vertical-align: middle;
	position: relative;
	display: table-cell;
}

.msgBox {
	position:absolute;
	z-index:999;
	left: 50%;
	margin-left:-200px;
	top:300px;
	width:400px;
	height:300px;
	background-color: #fff;
	padding: 20px;
}

.textBox {
	display: inherit;
	width: 60px;
	padding: 10px;
	margin: 5px;
}

label{
    display:inline-block;
    width: 220px;
	text-align: left;
}

.botao{
}

#boxMedidasAmbiente {
    /*margin-top: -50px;*/
}

.box_laranja &gt; div &gt; div &gt; button {
    width: auto;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: 20px;
}

.box_laranja &gt; div &gt; p &gt; img {
    background-color: #fff;
    width: 60px;
    height: auto;
    padding: 5px;
    border-radius: 5px;
}

#infoBoxes {
	display: none;
	position: absolute;
}

.boxForma {
    width: 45%;
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    padding: 20px;
    text-decoration: none;
}

.boxForma:hover {
	cursor: pointer;
    background-color: rgba(255,255,255,0.8);
}

#enterVr {
    background: transparent;
    border: 0;
    bottom: 0;
    color: #a3a3a3;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.05ch;
    line-height: 0.5;
    margin: auto;
    opacity: 0.85;
    padding: 1px 1px 31px;
    text-align: center;
    width: 100%;
    z-index: 999999;
}

#enterVr::before {
    background: url(../images/icon-goggles-white.png) 50% 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 33px;
    margin-bottom: 5px;
}

#boxAmbienteFotoInterna {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: block;
}

#sidebar_foto {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.bt_menu.bt_submenu_cores.first.foto{
    position: absolute;
    top: 37px;
    left: 7px;
}

.menu_cores_all.foto {
    width: 330px;
    height: auto;
    padding-bottom: 40px;
}

.fotoAviso {
    width: 320px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
}

.fotoAviso &gt; button {
    width: 120px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.fotoAviso * {
    margin: 20px 2px;
}

.fotoAviso &gt; span {
    font-size: 12px;
}

.fotoAviso &gt; input {
    margin-top: 15px;
}


.inactiveButtons {
    pointer-events: none;
    opacity: 0.5;
}

.row.bt_cam {
    margin-top: -7px;
    margin-bottom: -10px;
}

#bts_undo_redo {
    margin-bottom: -5px;
}</pre></body></html>