.tdCnpj{
    width:15%;
}

.tdButton{
    width:10%;
}

.bodyGray{
    background-color: #F0F0F0;
}

.coluna-left{
    height:100%;
    position:absolute;
    width:33%;
    margin-right:66%;
    cursor:pointer;
}

.coluna-mid{
    height:100%;
    position:absolute;
    margin-left:33%;
    margin-right:33%;
    width:33%;
    cursor:pointer;
}

.coluna-right{
    height:100%;
    position:absolute;
    width:33%;
    margin-left:66%;
    cursor:pointer;
}

.coluna{
    min-width:33%;
    text-align:center;
    cursor:pointer;
}

.coluna:hover{
    background-color:#337ab7;
}

.coluna>.span{
    position:relative;
    font-size:18px;
    top:50%;   
}

textarea {
    resize:none;
}

.tdPrincipal {
    height: 30px;
    text-align: left;
}



.tdMain {
    width:100px;
    height:30px;
    background-color:#F0F0F0;
    text-align: center;
}

.tabelaVara {
    max-height: 450px;
    overflow-y: auto;
    text-align: left;
    width:100%;
    background-color:#F0F0F0;
    border: 1px solid #ccc;
}

.tabela {
    width:100%;
    height: 550px;
    overflow-y: auto;
    text-align: left;
    background-color:#F0F0F0;
    margin-bottom: 60px;
}

.tabela>td{
    min-width:25px;
}
