.templateRelacaoNotas * {
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #37526b;
}

.templateRelacaoNotas h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.templateRelacaoNotas table {
    width: 100%;
    margin-top: 15px;
}

.templateRelacaoNotas table td.label { font-weight: bold; }

.templateRelacaoNotas table.tabeladados { border-collapse: collapse; }

.templateRelacaoNotas table.tabeladados th, 
.templateRelacaoNotas table.tabeladados td {
    border: 1px solid #5d7487;
    padding: 3px 2px;
}

.templateRelacaoNotas table.tabeladados th {
    font-size: 10px;
    background-color: #e0eaef;
    text-align: center;
}

.templateRelacaoNotas table.tabeladados td { text-align: center; }
.templateRelacaoNotas table.tabeladados td.parcial, 
.templateRelacaoNotas table.tabeladados td.nota { color: #172c3f; }
.templateRelacaoNotas table.tabeladados td.subparcial { color: #718597; }
.templateRelacaoNotas table.tabeladados tr.dispensa *,
.templateRelacaoNotas table.tabeladados td.dispensa {
    background-color: #f4f6f7;
    color: red;
}
.templateRelacaoNotas table.tabeladados td.message {
    background-color: #f4f6f7;
    line-height: 30px;
}
.templateRelacaoNotas table.tabeladados td.sombra { background-color: #e0eaef; color: #37526b; }
.templateRelacaoNotas table.tabeladados td.destaque { font-weight: bold; }
.templateRelacaoNotas table.tabeladados td span {
    color: red;
    font-style: italic;
}

.templateRelacaoNotas table.tabeladados td.left { text-align: left; }
.templateRelacaoNotas table.tabeladados td.center { text-align: center; }

.templateRelacaoNotas table.tabeladados th.numero { 
    display: table-cell;
}

.templateRelacaoNotas table.tabeladados th.assinatura { width: 250px; }
.templateRelacaoNotas table.tabeladados th.assinatura.large { width: 400px; }
.templateRelacaoNotas table.tabeladados th.sub { font-weight: normal; }

.templateRelacaoNotas table.tabelalegenda {
    border: 1px solid #8ea0af;
    padding: 5px 0;
}
.templateRelacaoNotas table.tabelalegenda th { text-align: left; }
.templateRelacaoNotas table.tabelalegenda th.descricao { width: 100%; }
.templateRelacaoNotas table.tabelalegenda th.legenda {
    text-align: center;
    padding: 0 10px;
}
.templateRelacaoNotas table.tabelalegenda td.legenda {
    color: red;
    font-style: italic;
    text-align: center;
    padding: 0 10px;
}

.templateRelacaoNotas .links {
    margin: 0 0 10px 0;
    padding: 5px;
}

.templateRelacaoNotas .links span {
    clear: none;
    float: right;
    margin: 0 5px 0 5px;
}

.templateRelacaoNotas a.print {
    padding: 10px 0 0 18px;
    background: url(../../resource/icones/printer.png) no-repeat bottom left !important;
}

#painelImpressao #conteudoImpressao {
    border-left: 1px solid #99BBE8;
    border-right: 1px solid #99BBE8;
    border-bottom: 1px solid #99BBE8;
    border-top: 0;
    padding: 8px;
    overflow: auto;
}

#painelImpressao #footerImpressao {
    float: right;
    margin: 10px 8px 0 8px;
}

/* Estilos de impressão */
@media print {
    #cabecalho,
    #painel,
    .tableListaTurmas,
    .x-panel-header,
    .x-panel-btns,
    .templateRelacaoNotas .links {
        display: none !important;
    }
    
    html, body, table {
        width: 100% !important
    }
    
    .x-panel-body {
        border: 0 !important;
        overflow: visible !important;
    }
}