body {
    padding-top: 80px;
    /* padding-bottom: 50px; */
}

#divbusca {
    margin-top: -6px;
    width: 300px;
}

.red {
    color: red;
}

.acoes_esconde {
    display: none;
}

.acoes_mostra {
    display: table-row;
}

.ordenar-placeholder {
    border: 1px dotted black;
    margin: 0 0 0 0;
    height: 30px;
}

textarea { resize:vertical; }

#fixed_thead {
    position:fixed;
    top:50px;
    background-color: #FFF;
    z-index: 1; 
}
.danger td {
	background-color: #DAA  !important;
}










