@charset "utf-8";
/* CSS Document */

@media print {
	.avisoImpresso {
    	background-color:#FFFF00;
		display: block !important;
		font-size:70px;
		font-weight: bold;
		text-align: center;
	}
	

}

.tdResumo {
    font-size: small;
    font-weight: bold;
}

.cxTxt {
	border:none !important; 
	text-align:right;
	font-weight: bold;
	background-color:#F7F9FB;
	}


@-webkit-keyframes 'blink' {
    0% { color: rgba(0,0,0); }
    50% { color: rgba(255,0,0,0); }
    100% { color: rgba(0,0,0); }
}

/* Desktops and laptops ----------- */
@media only screen and (max-width : 1330px) {
	#menuVertical{
		/* display:none;  */
		text-align:center!important;
		float: right!important;
		position:inherit!important;
		display:inline-flex!important;
		/*width: max-content!important;
		height:50px!important;*/
	}
	
	.menuItem {
		margin: auto 10px auto 10px;
	}
}

/* Large screens ----------- */
@media only screen and (min-width : 1024px) {
/* Styles */
}

input.debito{
	 border:none !important;
}

checkbox{
	width: 20;
	height: 20;	
}

.nd {
	font-weight: bold;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease;
	cursor:pointer;
}

.help2{
	cursor:help;
	display: inline-block!important;
	cursor: help;
    display: inline-block!important;
    vertical-align: middle;
    margin: 6px 0 0 0;
}

#menuVertical{
	background-color:#F7F9FB;
	/*width: 60px;*/
	text-align: left;
	position: fixed;
	float:left;
}

#menuVertical img{
	width: 40px;
	height: 40px;
	border: none;
	margin: 3px;
	opacity: 0.5;
}

#menuVertical img:hover{
	opacity: 1;
}


#confirmaMatricula{
display:none;
        position:fixed;
        top:0;
        left:0;
        background:grey;
        width:100%;
        height:100%;
		opacity: 0.3;	
}

.semBackground{
	background: #CCC;
	border: 1px solid #000; 
	background: #666 50% 50% repeat-x; 
	color: #ffffff; 
	font-weight: bold; 
}





.setaVermelhaPSSM{
	left: 20px; 
}



.justificado {
	text-align: justify;
}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style3 {color: #FF0000}
.style5 {color: #6600FF}
.style6 {color: #009900}
.style9 {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
.style11 {
	color: #009900;
	font-weight: bold;
	font-size: medium;
}
.style13 {font-size: medium; font-weight: bold; }
.style15 {font-size: medium; font-weight: bold; color: #0000FF; }
.style16 {font-size: xx-small}
.style17 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style25 {color: #0000FF}
.style29 {color: #0000FF; font-weight: bold; }
.style30 {color: #FF6600}
.style31 {color: #FF00FF}
.style33 {color: #FF6600; font-weight: bold; }
.style34 {
	color: #000000;
	font-weight: bold;
}
.style41 {color: #000000}
.style42 {font-size: medium}
.style43 {font-size: small}
.style44 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style45 {color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.ProgressAnimation { 
	background-image: url(../../beneficios/imagens/loader_32x32.gif);	
	background-repeat: no-repeat;		
	background-position: center;
	min-width: 50px;
}


.legendaConsignacaoTitular{
	display: none;
}

input[type=checkbox] {	
	width: 20px;
	height: 20px;
	vertical-align:middle;	
}

body.loading{
	background: url(../../imagens/loading.gif) no-repeat center fixed;
	/* opacity: 0.5; */
}

.divHistorico td {
	padding: 5px;
	font-size: 9px;
	white-space: nowrap;
	}
	
.fHora{
	font-size:10px;
	margin-right: 0px;
	margin-left: auto;
}

#divCoberturaModal {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.5;
}

#divCoberturaModal img {
	margin: auto; 
	top: 40%; 
	left: 45%; 
	position: absolute; 
	opacity: 1;
}



#logoOperadoraCabecalho{
	position: absolute;
	margin-right: 100px;
	top: 10px;
	right: 10px;
	max-height: 35px;
	top: 60px;
    right: 10px;
}

.loader{
	width: 32px;
}

.reativacao{
	background-color: #78b7da!important;
	color: black!important;
	font-weight: bolder!important;
}

.reativacao:hover{
	background-color: #a2cee6!important;
}

.btnAvancar {	
}

.classHistorico td{
	padding: 5px;
	font-size:9px;
	white-space: nowrap;
	background-color: #FCFCFC;
}

.classHistorico td{
	font-size: 10px !important;
}

#matricControle{
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px;
	width: auto;
	display: inline-flex;
}

#listarControle{
	margin-top: -2px;
	display: inline-flex;
}

#nomeSeguradoControleIndividual {
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
}

#divFormListar {
	text-align: left;
	display: flex;
	vertical-align: middle;
	margin: 10px 10px 10px 20px;
}

#formListarControle{
	float : left;
}

#spanNome{
	display: none;
}
#servidor tr:first-child{
	height: 10px;
}

.adminModal{
	display:block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	z-index: 1000;
}


.divModoConsulta {
	margin: 0px 0px !important;
	background: dimgrey;
	font-weight: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 220px;
	top: 10px
}
	
.switchModoMigracao {
	float: right;
    margin: 0px 0px 0px -10px;
    z-index: 200;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 10px;
}

.pssmChk, .pssmChkDep {
	display: inline-block!important;
}

.btnDelete {
	height: inherit!important;
	width: inherit!important;
	height: inherit!important;
}

.btnDelete:hover{
	opacity: unset!important;    
    width: unset!important;
    margin: unset!important;	
}

span.help2.divND {
    background-color: white;
    padding: 5px;
    border: thin black solid;
    border-radius: 10px;
}

.nomeBackGround {
	font-size: 50px;
	opacity: 0.02;
	position: absolute;
	top: 35px;
	right: 3px;
	margin: 5px;
	font-weight: bolder;
	overflow: hidden;
	transform: rotate(6deg);
	z-index: 0;
}