@charset "UTF-8";
/* CSS Document */

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.texto_destacado {
	background-color:#FF0;
}

.aviso_erro {
	width:750px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#C30;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
}

.aviso_data {
	width:744px;
	height:28px;
	line-height:28px;
	padding-left:7px;
	margin-bottom:5px;
	background-color:#FA0;
	color:#FFF;
	text-align:left;
	font-size:15px;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
	text-shadow:1px 1px 2px #000;
}

.aviso_slot {
	width:750px; 
	height:120px; 
	position:relative; 
	margin-bottom:10px;
	background-color:#FFF;
}

.aviso_imagem {
	width:80px; 
	height:111px;
	min-height:60px;
	overflow:hidden;
	float:left; 
	position:absolute; 
	top:0px; 
	left:0px;
	border:1px solid #888;
	background-color:#FFFFFF;
	background-position:top left;
	background-repeat:no-repeat;
	image-rendering: crisp-edges;
	/*background-size:cover;
	display:block;*/
}

.aviso_titulo_conteiner {
	width:658px; 
	height:28px;;
	text-align:left;
	margin-left:90px;
	background-color:#EEEEEE;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
}

.aviso_titulo {
	width:540px; 
	height:28px;
	text-overflow: ellipsis;
	line-height:28px;
	padding-left:5px;	
	font-size:14px;
	color:#00F;
	text-align:left;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
	display:inline-block;
}

.aviso_icones {
	width:100px;
	display:inline-block;
	right:0px;
}
	
.aviso_titulo input[type="submit"] {
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#00F;
	background-color:#EEEEEE;
	vertical-align:middle;
	text-wrap:none;
	text-align:left;
	overflow:hidden;
	cursor:pointer;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
}

.aviso_titulo a {
	text-decoration:none;
	color:#00F;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
}

.aviso_serie {
	font-family: so_fontecondensed_regular, Arial, sans-serif;
	color:#0c7f12;
	font-weight:normal;
	font-size:11px;
}

.aviso_texto {
	width:653px; 
	height:75px;
	overflow:auto;
	overflow-style:auto;
	margin-left:88px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px; 
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	vertical-align:text-top;
	font-family: 'so_fontenormal_regular', Arial, sans-serif;
}

.aviso_icone_pdf {
	width:24px;
	height:28px;
	line-height:28px;
	background-image:url(https://www.csanl.com.br/_imagens/icon_mini_acrobat.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	border:none;
	margin:0px; 
	padding:0px;
}

.aviso_icone_email {
	width:24px;
	height:28px;
	line-height:28px;
	background-image:url(https://www.csanl.com.br/_imagens/ico_mini/icoEnviar.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	border:none;
	padding:0px;
	margin:0px;

}

.aviso_icone_imprimir {
	width:24px;
	height:28px;
	line-height:28px;
	background-image:url(https://www.csanl.com.br/_imagens/ico_mini/icoImprimir.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	border:none;
	padding:0px;
	margin:0px;

}

.aviso_icone_aviso {
	width:24px;
	height:28px;
	line-height:28px;
	background-image:url(https://www.csanl.com.br/_imagens/ico_mini/icoDocumento.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	border:none;
	padding:0px;
	margin:0px;
}

.aviso_icone_pdf:hover {
    cursor: pointer;
	width:24px;
	height:28px;
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.aviso_icone_email:hover {
    cursor: pointer;
	width:24px;
	height:28px;
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.aviso_icone_imprimir:hover {
    cursor: pointer;
	width:24px;
	height:28px;
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.aviso_icone_aviso:hover {
    cursor: pointer;
	width:24px;
	height:28px;
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.aviso_page_curl {
	width:80px;
	height:111px;
	float:right;
	position:relative;
	bottom:-2px;
	right:-2px;
	background-image:url(https://www.csanl.com.br/_css/page_curl_mini.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	visibility:hidden;
}

.aviso_imagem:hover .aviso_page_curl {
	visibility:visible;
}

.num_pagina {
	font-size:15px; 
	/*font-weight:bold; */
	font-family: 'so_fontecondensed_regular', Arial, sans-serif;
	text-align:center;
	color:#FFF;
	background-color:#F00;
	text-shadow:1px 1px #000;
	width:20px; height:20px;
	line-height:20px;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	border-radius:3px;
}

.num_pagina a {
	text-decoration:none;
	color:#FFF;
}