.titulo_painel {font-size:20px;font-weight:bold;font-style:italic;}
.bg-gray{background:#9ACFEA;}

.margin10px {margin-left:10px;}

li a.hoverBranco {color:#FFFFFF}

.bold {font-weight:bold;}

.relatorio_impressao label {
           display: block;
           text-align: center;
        }
.relatorio_impressao img {
        max-width: 100%;
        }        
.relatorio_impressao label {
            margin:20px 0 20px 0;
        }
        
       
.relatorio_impressao {
           text-align: justify;
           line-height:250%;
           text-indent: 5.5em;
          
        }
.local_data {
    text-align: right;
    margin-top:25%; 
    font-family: "Times New Roman", Times, serif;
    font-size:14pt;
    }
    p.declaracao{
        	font-family: "Times New Roman", Times, serif;
        	font-size:16pt;
        	margin-top:20%;
        }
    .paragrafo1{
        	font-family: "Times New Roman", Times, serif;
        	margin-top:15%;
        	line-height: 200%;
        	font-size:14pt;
        }
    .borderred{
        border:1px solid #f50;
    }
 /* media print da página de requerimentos*/   
@media print {
    
         html,body{ /*Tamanho da página A4*/
            height:297mm;
            width:210mm;
            background: rgb(204,204,204); 
            font-size: 12pt;
            font-family: "Times New Roman";
            color: #000;
            height: 25.0cm;
            border:none;
            
        }
        .no-print,.btn ,.breadcrumb,.panel-heading ,.box-header{
            display: none;
        }
        img {
        max-width: 100%;
        }
        .panel-default{
            border:none;
       }   
        .texto-validacao {
           
            margin-top:35%;
            color:#ccc;
            font-size: 12pt;
            display:block;
            text-align: center;
            position:relative;
        }
    }
 /*Para utilizar o plugin nos controllers/views… basta chamar dessa maneira:
				$this->load->plugin('mpdf');
				 
				$html = "<html>";
				$html .= "<head></head>";
				$html .= "<body>Meu arquivo de teste</body>";
				$html .= "</html>";
				 
				/* Opcional: Também é possivel carregar uma view inteira...
				//$html = $this->load->view('uma_view_qualquer', null, true);
				 
				pdf($html);*/

    
    

    