/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
	/* 
    Created on : 21/03/2017, 12:04:10
    Author     : matheus
*/

body {padding: 0;}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}

.dataTable > thead > tr > th[class*="sort"]::after{display:none;}

.dataTables_length {display: none;}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#visualizar-poster .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

/* Link de download do PDF
---------------------------*/

a.download-pdf {
	font-size: 50pt;
	color: #D43F3A;
}

a.download-pdf:active {
	color: #D43F3A;
}

a.download-pdf:hover {
	color: #9F2723;
}

span.required {
	color: red;
	}