<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectSuperficie {
	z-index: 9999;
}

/* Sticky footer styles
-------------------------------------------------- */
.imgIcons{	
	/*
	filter: brightness(0) invert(0.9);
	*/	
	filter: brightness(0) invert(0.35);
	width: 25px;
	height: 25px;
}


.imgIconsHead{	
	/*
	filter: brightness(0) invert(0.9);
	*/	
	filter: brightness(0) invert(0.35);
	width: 25px;
	height: 25px;	
}


.btnItemSave {
	min-width: 50px;	
	background: rgba(255,165,0, .5);
	border-bottom: solid;
	border-color: rgba(255,165,0, .9);
	font-size: 1.2em;
}

.btnItemSave:hover {	
	background: rgba(255,165,0, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(255,166,0,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(255,166,0,1);
	box-shadow: 0px 7px 48px 0px rgba(255,166,0,1);
}
.btnItemMidia {
	min-width: 50px;	
	background: rgba(50,205,50, .5);
	border-bottom: solid;
	border-color: rgba(50,205,50, .9);
	font-size: 1.2em;
}

.btnItemMidia:hover {	
	background: rgba(50,205,50, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(42,217,15,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(42,217,15,1);
	box-shadow: 0px 7px 48px 0px rgba(42,217,15,1);
}
.btnItemExclui {
	min-width: 50px;	
	background: rgba(255,0,0, .5);
	border-bottom: solid;
	border-color: rgba(255,0,0, .9);
	font-size: 1.2em;
}

.btnItemExclui:hover {	
	background: rgba(255,0,0, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(240,26,26,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(240,26,26,1);
	box-shadow: 0px 7px 48px 0px rgba(240,26,26,1);
}
.btnItemEdita {
	min-width: 50px;	
	background: rgba(30,144,255, .5);
	border-bottom: solid;
	border-color: rgba(30,144,255, .9);
	font-size: 1.2em;
}

.btnItemEdita:hover {	
	background: rgba(30,144,255, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(15,146,217,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(15,146,217,1);
	box-shadow: 0px 7px 48px 0px rgba(15,146,217,1);
}

.btnItemAcao {
	min-width: 50px;	
	background: rgba(60,179,113, .5);
	border-bottom: solid;
	border-color: rgba(60,179,113, .9);
	font-size: 1.2em;
}

.btnItemAcao:hover {	
	background: rgba(60,179,113, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(60,179,113,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(60,179,113,1);
	box-shadow: 0px 7px 48px 0px rgba(60,179,113,1);
}

.btnItemSub {
	min-width: 50px;	
	background: rgba(0,128,128, .5);
	border-bottom: solid;
	border-color: rgba(0,128,128, .9);
	font-size: 1.2em;
}

.btnItemSub:hover {	
	background: rgba(0,128,128, 0.6);	
	-webkit-box-shadow: 0px 7px 48px 0px rgba(0,128,128,1);
	-moz-box-shadow: 0px 7px 48px 0px rgba(0,128,128,1);
	box-shadow: 0px 7px 48px 0px rgba(0,128,128,1);
}

.btnItemFooter:hover {
	background: rgba(0, 0, 0, 0.1);
	border-bottom: solid;
	border-color: rgba(0, 0, 0, .3);
	font-size: 20px;
}


.headerDiv{
	margin: auto;	
	width: 100%;
	border-left: 7px solid orange;    
	border-bottom: 2px solid silver;
	background: linear-gradient(rgba(211, 211, 211, 1), rgba(211, 211, 211, 0.2), rgba(211, 211, 211, 1));
	text-align: center; 		
	padding: 5px;
}


.headerDiv:hover{
	/*
	background: rgba(211, 211, 211, 0.6);
	border-left: 7px solid orange;    
	*/
}


/*
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  text-align: center;	
  width: 100%;	
}
*/

	
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: white;
   text-align: center;
   border-top: 1px solid #ebebeb;	
   z-index: 9999;
}

@media (max-width: 900px) {
  .footer {
  	margin-top: 0;
  	margin: 0;
    height: 20%;
  }
}

.imgIconsFooter{	
	filter: brightness(0) invert(0.35);
	width: 25px;
	height: 25px;
}


.imgZoom:hover{
	transform: scale(1.2);	
}


.divForm{
	max-width: 70%;
	margin: auto;
}

.divForm textarea{

    width: 100%;
	border-color: #BDBDBD;
	border-style: solid;
	border-radius: 5px;
}

.rodape {
	margin-top: 20px;
}

.cor-rodape {
	color: #000;
}

.subCor {
	color: rgba(30,144,255, .8);
}

.semRegistro {
	color: rgba(255,0,0, .8);
}


.scrollbar-deep-purple::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-deep-purple::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #512da8; }

.scrollbar-cyan::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-cyan::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-cyan::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00bcd4; }

.scrollbar-dusty-grass::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-dusty-grass::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); }

.bordered-deep-purple::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #512da8; }

.bordered-deep-purple::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none; }

.bordered-cyan::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #00bcd4; }

.bordered-cyan::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none; }

.square::-webkit-scrollbar-track {
  border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
  border-radius: 0 !important; }

.thin::-webkit-scrollbar {
  width: 6px; }

.example-1 {
  position: relative;
  overflow-y: scroll;
  height: 200px; }

.rolagemMarcas {
	padding: 5px 10px;
}

    
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 34px;
}

.switch:hover {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 34px;
  box-shadow: 0 0 1px #2196F3;
}

.switch input {display:none;}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider1:before {
  position: absolute;
  content: "";
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider1 {
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}

input:focus + .slider1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round {
  border-radius: 34px;
}

.slider1.round:before {
  border-radius: 50%;
}</pre></body></html>