.coluna-descricao{
    min-width: 600px;
}

.coluna-descricao-400{
    min-width: 400px;
}

.coluna-descricao-500{
    min-width: 500px;
}

.coluna-descricao-50{
    min-width: 50%;
}

.coluna-media{
    min-width: 350px;
}

.coluna-media-pequena{
    min-width: 200px;
}

.coluna-pequena{
    min-width: 100px;
}

.coluna-numero{
    min-width: 100px;
    text-align: right;
}

.coluna-numero-pequena{
    min-width: 50px;
    text-align: right;
}

.coluna-direita{
    text-align: right;
}

.coluna-esquerda{
    text-align: left;
}

.coluna-centralizada{
    text-align: center;
}

.tabela-dados .filtro label {
    width: 20em;
}

/*.tabela-dados .filtro data {
    width: 35em;
}*/

.tamanho-coluna{
    width: 70px;
}

.tamanho-coluna-menor{
    width: 50px;
}

.tamanho-medio{
    width: 85px;
}

.tabela-material .cabecalho-esquerda {
    text-align: left;
}

.textarea{
    min-width: 100%;
}

.centraliza-form{
    margin-left: 36%;
    width: 335px;
    text-align: center;
}

.painel-medio{
    min-width: 100%;
}

.padding-left-20 {
    padding-left: 20px;
}

.colorir{
    color: #337ab7;
}

button #_applyFilters {
    background-color: #337ab7;
}

.myfooter {
    background-color: white;
    width: 99%;
    height: 42px;
    padding: 5px;
    margin: 10px 0;
}


.bloqueio-table {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 4px;
    width: 100%;
}

.bloqueio-table-header{
    text-align: center;
    color: white;
    background: none repeat scroll 0 0 #337ab7;
    border: 1px solid black;
    padding: 4px;
}

.bloqueio-table-odd-row{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid black;
}

.coluna-center{
    text-align: center;
    border: 1px solid black;
    padding: 4px;
}

.coluna-left{
    text-align: left;
    border: 1px solid black;
    padding: 4px;
}

.coluna-right{
    text-align: right;
    border: 1px solid black;
    padding: 4px;
}

.bloqueio-table-even-row{
    background: none repeat scroll 0 0 lightgray;
    border: 1px solid black;
}

.tabela-dados .panel-heading {
    overflow: visible !important;
}

.table-scrow {
    display: block;
    overflow: auto;
}

.json_object {
    margin:10px;
    padding-left:20px;
    border-left:1px solid #ccc
}
.json_key {
    font-weight: bold;
}


.pf,
.pf * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nest-bf-in-pf .form-group {
    margin-bottom:0px;
}


.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.painelinline {
    display: inline;
}

.negrito {
    font-weight: bold;
}

.tabela-dados .tr {
    overflow: visible !important;
}

.conteudobottom {
    align-items: end;
}

.temregistropreco {
    background-color: #87CEFA;
}

.temestoque {
    background-color: #F3F781;
}

.temerro {
    background-color: #FF6347;
}

.qtdemaior {
    background-color: #FFFACD;
}

.sustentavel {
    font-weight: bold;
}

.marginbutton15 {
    margin-bottom: 15px;
}

.alert-azul {
    background-color: white;
    border-color: #0000FF;
    color: black;
}