/*@font-face {
    font-family: 'swis721_btroman';
    src: url('../fonts/swis721_bt_roman-webfont.woff2') format('woff2'),
         url('../fonts/swis721_bt_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

*{
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

.v-label.v-label--active,
.v-input__slot{
    color: #0073C4 !important;
}

.error--text .v-input__slot,
.error--text .v-label,
.error--text .v-label.v-label--active,
.error--text .v-messages__message{
    color: #ff5252 !important;
}

label.v-label{
    right: auto !important;
}
.FundoAzul {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
    color: white !important;
}
.CorAzul {
    color: #2196f3 !important;
}
.table-lista thead tr {
  background-color: #2196f3 !important;
  color: white;

}
table.table tbody td, table.table tbody th {
    height: 56px !important;
}

.table-lista thead tr:nth-child(1) {
   height: 40px !important;
}

.table-lista td {
   height: 40px !important;
}
.table-lista  th {
  /* headers */
  color: white !important;
  font-size: 13px !important;
}

.table-lista tr td:nth-child(2) {
  padding-left: 0px !important;
}
.table-lista tr td:nth-child(3) {
  /* width: 30%; */
  padding-left: 0px !important;
}

.table-lista tr td:nth-child(5) {
  /* width: 10%; */
}

.v-pagination-custom-pedidos > li > button {
  color: black !important;
}
.v-pagination-custom-pedidos > li > a {
  color: black !important;

}
.v-pagination-custom-pedidos > li > button::selection {
  background-color: white !important;
}
.v-pagination__item.v-pagination__item--active .btn_pagination {
  color: #ffffff !important;
}
.v-pagination__item--active > li > a{
  color: white !important;
}
.v-pagination__navigation--disabled {
  width: 35px !important;
}

.v-pagination__navigation--last {
  width: 35px !important;
}

.cor-icone {
  color:#cccccc !important;

}
.cor-icone:hover, .cor-icone-ativo {
  color:#2196f3 !important;
}

.cor-icone:hover i, .cor-icone-ativo i { color:#2196f3 !important; }
.cor-icone span, .cor-icone-ativo span { color:#2196f3 !important; }
.cor-icone:hover span, .cor-icone-ativo span  { color:#2196f3 !important; }

.btn_pagination{
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    background: transparent;
    height: 34px;
    width: 80px;
     text-decoration: none;
    -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
}
