.btn-caminho {
    color: #FFF;
    min-height: 80px;
    background-position: -200% 30%;
    background-repeat: no-repeat;

    background-color: #80B4D5;
    border: 0px #535F67 solid;
}
.btn-caminho:hover{
    background-color: #85BADC;
}

.table-bordered {
    border: 1px solid #cec9c2;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: 1px solid #cec9c2;
}

/*.table-striped > tbody > tr:nth-of-type(odd){
    background-color: #D4E7FF;
}
.table-striped > tbody > tr:nth-of-type(even){
    background-color: #C6DFEE;
}*/
.table-striped > tbody > tr:nth-of-type(odd):hover,
.table-striped > tbody > tr:nth-of-type(even):hover{
    background-color: #B4DFF4;
}