<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: Poppins-Regular;
  src: url('../Content/fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../Content/fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../Content/fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../Content/fonts/montserrat/Montserrat-Bold.ttf'); 
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.body-content {
    padding-top: 20px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/

    color: #555;
    font-size: 16px;    
    font-family: "Roboto", sans-serif;
    font-weight: 400;    
    /*min-height:500px;*/
}
.dl-horizontal dt {
    white-space: normal;
}
/*input,
select,
textarea {
    max-width: 280px;
}*/
#nav ul{
    display : none;
}
#nav li:hover &gt; ul{
    display : block;
}
footer {
    /*background: #007dbb;*/    
    min-height:50px;
    text-align:center;
    font-size:8pt;    
    /*color:white;*/        
}

/*#row 
{
    width:100%;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 10px;
}*/
#column {
     float:left;
}
 .widget-area {
    border: 1px solid #e5e5e5;
    list-style-type: none;
    list-style: none;
    margin: 0 0 7px 0;
    padding: 15px;
    color: #333;
    font-size: 13px;
    box-sizing: border-box;
    font-family:  Arial, sans-serif;    
    border-radius: 5px;
    box-shadow: 0 2px 5px #e6e6e6;
}
.widget-title {
    color: #555;
    font-size: 12px;
    /*line-height: 12px;*/
    font-family: "Poppins-Regular","Roboto", sans-serif;
    font-weight: 300;
    margin: -15px -15px 15px -15px;
    padding: 6px 6px 8px 6px;       
    border-radius: 5px  5px  0px  0px;
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 3%, #f4f4f4 4%, #ededed 100%);        
}

hr.light { 
    /*width:70%;*/ 
    margin-top:10px; 
    /*margin-left:145px;*/
    border:0px none white; 
    border-top:1px solid lightgrey; 
}

hr.lightNovo {     
    margin-top:10px; 
    /*margin-left:145px;*/
    border:0px none white; 
    border-top:1px solid lightgrey;     
}

.hrOtexto {
    position: relative;
    border: 0;
    height: 1.5em;
    background: linear-gradient(to right,#454363, #5f5b5b, #5f5b5b,#5f5b5b, transparent);
    height: 1px;
    margin-top:0;
    margin-bottom:4px;
}

.TituloAgrupamentoCampos {
    letter-spacing: 1.5px;
    font-family: "Poppins-Regular","Roboto", sans-serif;
    font-size: 13px;        
    line-height: 1.5;    
}

.ValorCampoWFExibicao {
    font-size: 8.7pt;

}


.btnSalvar1{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #86a3bf;     
    font-family: "Poppins-Regular","Roboto", sans-serif;
}

.btnSalvar1:hover, input#btnSalvar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    font-family: "Poppins-Regular","Roboto", sans-serif;
}


input#btnSalvar{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #86a3bf;     
    font-family: "Poppins-Regular","Roboto", sans-serif;
}

input#btnSalvar:hover, input#btnSalvar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    font-family: "Poppins-Regular","Roboto", sans-serif; 
}


input#btnVoltar{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #86a3bf;     
    font-family: "Poppins-Regular","Roboto", sans-serif;
}
input#btnVoltar:hover, input#btnVoltar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    font-family: "Poppins-Regular","Roboto", sans-serif; 
}

.btnVoltar1{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #86a3bf;     
    font-family: "Poppins-Regular","Roboto", sans-serif; 
    text-decoration:none;
}
.btnVoltar1:hover, a#btnVoltar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    font-family: "Poppins-Regular","Roboto", sans-serif; 
}
a#btnVoltar{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;    
	padding : 6px 17px;
	background-color : #86a3bf;     
    font-family: "Poppins-Regular","Roboto", sans-serif;
    text-decoration:none;
}
a#btnVoltar:hover, a#btnVoltar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	font-size : 11px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    font-family: "Poppins-Regular","Roboto", sans-serif; 
}






.btnAcoes:hover, btnAcoes:focus {
    font-size: 12px;
    color: rgb(252, 255, 247);
    background-color: rgb(93, 136, 179);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(83, 93, 230);
    border-image: initial;
    border-radius: 4px;
    padding: 4px 14px;
}

.btnAcoes {
    font-size: 12px;
    color: rgb(252, 255, 247);
    background-color: rgb(116, 164, 212);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(83, 93, 230);
    border-image: initial;
    border-radius: 4px;
    padding: 4px 14px;
}


a#btnAnterior{
	border : solid 0px #535de6;
	border-radius : 0px 0px 0px 0px ;
	moz-border-radius : 0px 0px 0px 0px ;
	-webkit-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #74a4d4;     
    text-decoration:none;
    cursor:pointer;
}
a#btnAnterior:hover, a#btnVoltar:focus{
	border : solid 0px #535de6;
    border-radius : 0px 0px 0px 0px ;
	moz-border-radius : 0px 0px 0px 0px ;
	-webkit-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;   
    text-decoration:none;
    cursor:pointer;
}

a#btnContinuar{
	border : solid 0px #535de6;
	border-radius : 0px 0px 0px 0px ;
	moz-border-radius : 0px 0px 0px 0px ;
	-webkit-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #74a4d4;     
    text-decoration:none;
    cursor:pointer;
}
a#btnContinuar:hover, a#btnVoltar:focus{
	border : solid 0px #535de6;
    border-radius : 0px 0px 0px 0px ;
	moz-border-radius : 0px 0px 0px 0px ;
	-webkit-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 0px rgba(0,0,0,0.0);
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
    text-decoration:none;
    cursor:pointer;
}

a#btnSalvar{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	/*-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);*/
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
	background-color : #74a4d4;     
}

a#btnSalvar:hover, a#btnSalvar:focus{
	border : solid 0px #535de6;
	border-radius : 4px 4px 4px 4px ;
	moz-border-radius : 4px 4px 4px 4px ;
	/*-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,0.0);*/
	font-size : 14px;
	color : #fcfff7;
	padding : 6px 17px;
    background-color : #95bbe2;  
}

btnDrop{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

btnDrop:hover{
    background-color:#0986a3;
}


fieldset
{
    /*border:2px solid green;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;*/	
    border:1px solid #4b71cb;
	z-index:1;
	-moz-border-radius:8px;	
	border-radius:8px;	
}
legend {
    font-family: 'Segoe UI', sans-serif;    
    font-size: 11px;
}

.RowMenuSuspenso {
    font-size:10pt;
    font-family:'Segoe UI';
    height:35px;
    background-color:white;
    vertical-align:middle;
}
.RowMenuSuspenso:hover, .RowMenuSuspenso:focus{
	 background-color:#f8f8f8;
}

.TreinamentoSlide1 {
    background-image: url('../Images/slidemaster.jpg');
    background-size:100% 100%;        
}
.TreinamentoSlideTitulo {
    background-image: url('../Images/slidemaster1.png');
    background-size:100%;
    background-repeat:repeat-x;        
}
.TreinamentoSlideTitulo2 {
    background-image: url('../Images/slidemaster2.png');
    background-size:100% 100%;       
}

.divButton {
padding:5px 5px 5px 5px; 
border:transparent; 
font-size:12px;
min-width:10px; 
border-radius:2px;
color:black;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E5F4FC),color-stop(0.5, #C4E5F6), color-stop(0.51, #98D0EF), color-stop(1, #68B3DB));
background-image: -o-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
background-image: -moz-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
background-image: -webkit-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
background-image: -ms-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
background-image: linear-gradient(to bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);


cursor:default;
text-align:center;
vertical-align:middle;
border-radius: 4% 10% 4% 30%;
cursor:pointer;
}
.divButton:hover{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAF6FD), color-stop(1, #A7D8F5));
background-image: -o-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
background-image: -moz-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
background-image: -webkit-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
background-image: -ms-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
background-image: linear-gradient(to bottom, #EAF6FD 0%, #A7D8F5 100%);
/*border: #3c7fb1 solid 1px;*/
}
.divButton:active{border:solid #2c628b 1px; padding:2px 9px 2px 11px;
background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #74a4d4), color-stop(1, #bae0f6));
background-image: -o-linear-gradient(bottom, #74a4d4 0%, #bae0f6 100%);
background-image: -moz-linear-gradient(bottom, #74a4d4 0%, #bae0f6 100%);
background-image: -webkit-linear-gradient(bottom, #74a4d4 0%, #bae0f6 100%);
background-image: -ms-linear-gradient(bottom, #74a4d4 0%, #bae0f6 100%);
background-image: linear-gradient(to bottom, #74a4d4 0%, #bae0f6 100%);
}

.CampoTexto {
    background: #fff;    
    /*border-radius: 8px;*/
    border: 1px solid #dfe1e5;
    box-shadow: none;
    /*height: 39px;*/
    /*width: 630px;*/
    /*border-radius: 0px 24px 24px 24px;*/    
    height: 23px;    
     font-size: 9pt; font-family: 'Segoe UI';
}
.CampoTexto:hover {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}

/*.DivDestaque:before
 {
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #fff;
  background: #ffb238;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5px;
}*/

.DivDestaque {
  /*box-sizing: border-box;*/
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;  
  /*line-height: 2;*/
  padding: 1.2rem 1rem 0rem 1.2rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px #e6e6e6;
}

.DivDestaqueHeader {
    font-size:8pt;
    text-decoration-color:#585151;
    font-family: "Poppins-Regular","Roboto", sans-serif;
    font-weight:bold;
    /*top: -10px;*/
}


.DivCampoItemHeader {
    font-family: "Poppins-Regular","Roboto", sans-serif;
    min-height:18px;
    font-size: 8.5pt;
    color:#5e5a5a;
    width:100%;
}

.TbCampoItemHeader {
    font-family: "Poppins-Regular","Roboto", sans-serif;
    font-size: 8.5pt;
    color:#5e5a5a;
}

.DivCampoItemBody {
    width:100%;  
    min-height:36px;    
    font-size: 8.3pt;
    vertical-align:top;
    color:#000000;
}

.TbCampoItemBody {
    font-size: 8.3pt;
}

.DivCampoItemBodyUnico {
    width:100%;  
    font-size: 9.5pt;   
    vertical-align:top;
}

.TbCampoItemBodyUnico {
    font-size: 9.5pt;   
    vertical-align:top;
}





.check-list {
  margin: 0;
  padding-left: 1.2rem;
}
.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


.LinhaPesquisa1 {    
    border-left-width: medium;
    border-left-style: solid;
    border-left-color: #B0C4DE;
    min-height:100%;    
}


.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
  background: rgba(0,119,255,0.06);
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: #07f;
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}


.cbx5 {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-top: 2px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.cbx5:not(:last-child) {
  margin-right: 6px;
}
.cbx5:hover {
  background: rgba(0,119,255,0.06);
}
.cbx5 span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx5 span:first-child {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx5 span:first-child svg {
  position: absolute;
  top: 1px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx5 span:last-child {
  padding-left: 8px;
  line-height: 14px;
}
.cbx5:hover span:first-child {
  border-color: #07f;
}
.inp-cbx5 {
  position: absolute;
  visibility: hidden;
}
.inp-cbx5:checked + .cbx5 span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave 0.4s ease;
}
.inp-cbx5:checked + .cbx5 span:first-child svg {
  stroke-dashoffset: 0;
}



.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

#boxImgNota {
    /*max-width: 95%;
    max-height: 90%;
    min-width: 20%;
    min-height: 15%;*/
    z-index: 1050;
    position: fixed;    
}
.ModalNota {
    z-index: 1050;
    /*position: fixed;*/
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}
    
.chat-box {
    background: #efefef;
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 640px;
    height: 500px;
    /*max-width: 85vw;
    max-height: 100vh;*/
    border-radius: 5px;
    box-shadow: 0px 5px 35px 9px #ccc;
    z-index: 1050;
}
    
.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    background: linear-gradient( 90deg, #fff 0.5%, #007dbb 75%);
    height: 26px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 10pt;
    padding-top: 5px;
    font-family: Montserrat-Bold;
}
    
.chat-box-body {
    position: relative;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.DivCoberturaBloqueio{
    background-color:rgba(134, 134, 134, 0.10);
    width:100%;
    height:100%;
    position:absolute; 
    display: flex;
    /*justify-content: center;
    align-items: center;*/    
    /*text-align:center;*/
}

.DivAgrupamentoCamposWF {
float:left;
min-width:20%;
}

.DivAgrupamentoCamposPesqUnif {
float:left;
width:24%;
height: 45px;
}
.DivAgrupamentoCamposPesqUnifHeader {
    height:15px;
    font-family: "Poppins-Regular","Roboto", sans-serif;
    font-size: 8pt;
    color:#5e5a5a;    
 display: table-cell;
  vertical-align: bottom;

}

/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  display: grid;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  place-items: center;
  background: linear-gradient(315deg, #ffffff, #d7e1ec);
}*/

.BotaoAnimado1 {
  display: inline-flex;
}

.BotaoAnimado1 .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.BotaoAnimado1 .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.BotaoAnimado1 .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.BotaoAnimado1 .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.BotaoAnimado1 .icon:hover span,
.BotaoAnimado1 .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.BotaoAnimado1 .NaoIniciado:hover,
.BotaoAnimado1 .NaoIniciado:hover .tooltip,
.BotaoAnimado1 .NaoIniciado:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.BotaoAnimado1 .Cancelado:hover,
.BotaoAnimado1 .Cancelado:hover .tooltip,
.BotaoAnimado1 .Cancelado:hover .tooltip::before {
  background-color: #f3073e;
  color: #ffffff;
}
.BotaoAnimado1 .Concluido:hover,
.BotaoAnimado1 .Concluido:hover .tooltip,
.BotaoAnimado1 .Concluido:hover .tooltip::before {
  background-color: #444;
  color: #ffffff;
}
.BotaoAnimado1 .Rejeitado:hover,
.BotaoAnimado1 .Rejeitado:hover .tooltip,
.BotaoAnimado1 .Rejeitado:hover .tooltip::before {
  background-color: #ff8100;
  color: #ffffff;
}
.BotaoAnimado1 .Pendencia:hover,
.BotaoAnimado1 .Pendencia:hover .tooltip,
.BotaoAnimado1 .Pendencia:hover .tooltip::before {
  background-color: #d8e338;
  color: #ffffff;
}
.BotaoAnimado1 .Ativo:hover,
.BotaoAnimado1 .Ativo:hover .tooltip,
.BotaoAnimado1 .Ativo:hover .tooltip::before {
  background-color: #8bc435;
  color: #ffffff;
}



.cookie-disclaimer {
            background: #fff;
            color: #000;
            opacity: 0.8;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
            height: 80px;
            position: fixed;
            border: solid 1px #000;
}

 .cookie-disclaimer .container {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
 }

 
 .cookie-disclaimer .container p {
      text-align: center;
    font-size:12px;
 }

 .cookie-disclaimer .cookie-close {
       float: right;
       padding: 10px;
       cursor: pointer;
 }

 #divMeusRelatoriosF {
    position: fixed;    
    bottom: 0;
    width: 100%;
    line-height: 2;    
    margin-left: 12px;    
} 
 #divMeusRelatoriosItemF {

    /*background: #0070FF;
    text-align:center;
    border-radius: 5px 5px 0px 0px;
    font-size:10px;
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 3%, #f4f4f4 4%, #ededed 100%);*/

    position: fixed;
    bottom: 15px;
    right: 10px;
    background: #3397c9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: white;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 60%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);

}</pre></body></html>