[v-cloak] {
  display: none;
}

#applogo {
    max-height: 100%;
}

.legislatura-selector select {
    border-radius: 0;
}

.dt-layout-row {
    padding: 0 15px;
}

.sidebar-brand {
    height: 70px;
    padding: 7px;
    text-align: center;
    background: #0085ce;
}

.action-col {
    width: 250px;
    text-align:right;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #dee2e6;
 }

.table-striped>tbody>tr:hover>td,
.table-striped>tbody>tr:hover>th {
    background-color: #9ec5fe;
}