body{
    font-family: 'Helvetica';
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
    font-weight: normal;
}

.head-wrapper, .footer-wrapper, #footer, .modal, #breads, #wizard, .icones-intra, .visible-xs,
hr, button, .btn, .pagination, .hidden, #menu_bd, .topico-tools{
    display:none;
    visibility: hidden;
}
.topico-texto-box{
    display:block !important;
}
hr{
    display: none;
}
a{
    color: #555;
}
h3{
    font-size: 16px;
    text-transform: uppercase;
}
h4{
    font-size: 14px;
}
.active{
    background-color: #ddd;
}
.hidden-print{
    display:none !important;
    visibility: hidden !important;
    font-size: 0;
    max-height: 0;
    line-height: 0;
    mso-hide: all;
}

/* Inputs */
input, select, textarea{
    min-width: 50px;
    max-width: 100%;
    width: 300px;
}

label{
    font-size: 11px;
}

/*Tabelas*/
tbody:before, tbody:after {
    display: none;
}

table{
    margin: 20px 0;
    width: 100%;
    overflow: wrap;
}
thead {
/*        display: table-header-group;*/
}
tbody{
/*        display: table-row-group;*/
}
table, td, th{
    border-collapse: collapse;
    border:solid 1px #999;
    overflow: wrap;
/*        word-wrap: break-word;*/
}
th{
    background-color: #ddd;
    padding: 3px 5px;
}
td{
    padding: 3px 5px;
}

/*
Alertas
*/
.alert{
    border: solid 1px #999;
    padding: 10px;
}

.nota_lw{
    background-color: #ddd;
    padding: 10px 20px;
    font-style: italic;
    font-size: 10px;
    line-height: 12px;
}

.nota_lw_futura{
    border: 1px solid #ccc;
    background-color: #d2f7d9;
    padding: 2px;
    font-style: italic;
    font-size: 10px;
    line-height: 12px;
}

/*
Geral
*/
.alert{
    margin: 10px 5px;
    padding: 5px;
}
.text-center{
    text-align: center;
}
.container{
    display: table;
}

.print-header{
    position: running(header); /*(exibir apenas na primeira pagian)*/
    top: 0mm;
    width: 100%;
    height:45px;
    border-bottom:solid 1px #bbb;
}

.print-logo-left{
    position: absolute;
    left:5px;
    max-height: 40px;
    max-width: 400px;
}

.print-logo-right{
    position: absolute;
    margin-top: 10px;
    margin-left: 545px;
}

.print-footer{
/*        display: table-footer-group;*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top:solid 1px #bbb;
    padding: 5px 0 0 0;
    color: #888;
    font-size: 11px;
}