table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    display: table-cell;
    width: 111px!important;
}

table,
thead,
tbody, tr, th,
td, .table>tbody>tr>th, .table>thead>tr>th {
    border: 1px solid #97BF0D!important;
    padding: 5px;
    vertical-align: middle!important;
}

.form-control:focus, input:focus{
        border-color: #97BF0D!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #97BF0D!important;
    
}
input{
    padding: 5px;
    margin: 5px;
}

.pesquisa{
    margin: 10px;
    float: right;
}



.sub-cabecalho, thead{
    background-color: rgba(151, 191, 13, 0.20);
}

.nav-tabs{
        border-bottom: 1px solid #97BF0D!important;
}

.nav-tabs>li.active>a{
        border-color: #97BF0D #97BF0D #97BF0D!important;
    border-bottom-color: transparent!important;
}

.nav-tabs>li>a:hover{
    border-color: #97BF0D #97BF0D #97BF0D!important;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active{
    text-decoration: none;
    background-color: #97BF0D!important;
    color: #FFF!important;
}

/*.intrinsic-container {
    
  position: relative;
  overflow: hidden;
}*/

.tab-pane iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
