@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

.tableAutocompletar {
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tableAutocompletar {
    border:none;
    border-collapse: collapse;
}

.tableAutocompletar td, .tableAutocompletar th{
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
}

.tableAutocompletar td:first-child, .tableAutocompletar th:first-child {
    border-left: none;
}

.tableAutocompletar td:last-child, .tableAutocompletar th:last-child {
    border-right: none;
}


.tableAutocompletar th {
    color: #000;
    background: #e6e6e6;
    vertical-align:middle;
    text-align: center;
    margin: 0;
    padding: 10px 2px;
    cursor: default !important;
}


.tableAutocompletar th:first-child {

}

.tableAutocompletar th:last-child {

}

.tableAutocompletar tr th {    
    color: #000000;
    font-weight: normal;
}

.tableAutocompletar tr:hover td {
    background: rgba(0, 112, 187, 0.75);
    color: #fff;
}

.tableAutocompletar tr.unselecionado:hover td {
    background: rgba(0, 112, 187, 0.75);
    color: #fff;
}

.tableAutocompletar tr:first-child {
    border-top:none;
}

.tableAutocompletar tr:last-child {
    border-bottom:none;
}

/*.tableAutocompletar tr:nth-child(odd) td {
    background:#EBEBEB;
}

.tableAutocompletar tr:nth-child(odd):hover td {
    background:#4E5066;
}*/

.tableAutocompletar tr.selecionado td {
    background: rgba(0, 112, 187, 0.75);
    color: #fff;    
}

.tableAutocompletar tr.unselecionado td {
    color:#000;
    font-weight: normal;
}

.tableAutocompletar tr:last-child td:first-child {
    border-bottom-left-radius:3px;
}

.tableAutocompletar tr:last-child td:last-child {
    border-bottom-right-radius:3px;
}

.tableAutocompletar td {
    background: #fff;    
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer !important;
}

.tableAutocompletar td:last-child {
    border-right: 0px;
}

.tableAutocompletar th.text-left {
    text-align: left;
}

.tableAutocompletar th.text-center {
    text-align: center;
}

.tableAutocompletar th.text-right {
    text-align: right;
}

.tableAutocompletar td.text-left {
    text-align: left;
}

.tableAutocompletar td.text-center {
    text-align: center;
}

.tableAutocompletar td.text-right {
    text-align: right;
}

.tableBotaoColuna {
    width: 11px;
    position: absolute;
    left: 5px;
    opacity: 0.5;
}

.tableBotaoColuna:hover {
    opacity: 1;
}
