.input-field label {
  color: #58595B !important;
  word-wrap: break-word;
}

.input-field input[type=text]:focus + label {
  color: #58595B !important;
}

.input-field input[type=text]:focus {
  border-bottom: 1px solid #58595B !important;
  box-shadow: 0 1px 0 0 #58595B !important;
}

.input-field input[type=text].valid {
  border-bottom: 1px solid #50a340 !important;
  box-shadow: 0 1px 0 0 #50a340 !important;
}

.input-field input[type=text].invalid {
  border-bottom: 1px solid #ff3c00 !important;
  box-shadow: 0 1px 0 0 #ff3c00 !important;
}

.input-field .prefix.active {
  color: #58595B !important;
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='time'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='tel'],
input[type='number'],
input[type='search'],
textarea.materialize-textarea {
  height: 2.5rem;
  border-color: #58595B !important;
}

[type='radio']:checked + label:after,
[type='radio'].with-gap:checked + label:before,
[type='radio'].with-gap:checked + label:after {
  border-color: #58595B !important;
}

input[type='checkbox']:checked + label::before {
  border-right: 2px solid #58595B !important;
  border-bottom: 2px solid #58595B !important;
}

.btn {
  background: #58595B !important;
}

.btn:hover {
  color: white !important;
}

.switch label .lever {
  background-color: #f6f9f6 !important;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #f6f9f6 !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background: #FF7B7B !important;
}

.switch label input[type=checkbox] [disabled]:checked + .lever {
  background: #818181 !important;
}

.switch label input[type=checkbox] [disabled]:checked + .lever:after {
  background: #888 !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #58595B !important;
  box-shadow: 0 1px 0 0 #58595B !important;
}

input[type='checkbox']:checked + label::before {
  border-right: 2px solid #58595B !important;
  border-bottom: 2px solid #58595B !important;
}

.btn,
.btn-floating,
[type='radio']:checked + label:after,
[type='radio'].with-gap:checked + label:after,
.tabs .indicator,
.picker__date-display,
.picker__day--selected,
.picker__weekday-display {
  background: #58595B !important;
}

.tabs .tab a {
  opacity: .7;
  color: #58595B;
}

.tabs .tab a:hover {
  color: white;
}

.picker__day--today,
.picker__today,
.picker__close,
.tabs .tab a:hover,
.tabs .tab a.active {
  color: #58595B !important;
}

.picker__day--selected {
  color: white !important;
}

.picker__holder {
  overflow: visible !important;
}

.picker__table td {
  padding: 0 !important;
}

.collapsible {
  border: none;
  box-shadow: none;
}

.collapsible .collapsible-header {
  font-weight: bold;
}

.collapsible .collapsible-body {
  border-bottom: 0;
}

.collapsible.popout > li {
  margin: 0 15px !important;
  border: none;
  box-shadow: none;
}

.collapsible.popout > li.active {
  margin: 0 15px;
  border: none;
  box-shadow: none;
}

.dropdown-content {
  min-width: 170px;
}

.dropdown-content li {
  min-height: 25px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 10px 14px;
}

.noUi-connect,
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle,
.noUi-target.noUi-horizontal .noUi-tooltip {
  background: #58595B;
}

.select-wrapper input.select-dropdown {
  line-height: 2.5rem !important;
  height: 2.5rem !important;
}

.group-mode {
  float: right;
  margin-right: 10px;
  padding-right: 11px;
  border-right: 1px solid #ccc;
}

.group-mode p {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  float: left;
  height: 33px;
  margin: 0;
  margin-right: 10px;
  align-items: center;
}

.group-mode .switch {
  display: flex;
  float: left;
  height: 33px;
}

.group-mode .switch label {
  display: flex;
  margin: 0;
  align-items: center;
}

.group-mode .switch label .lever {
  background-color: #f6f9f6;
}

.group-mode .switch label .lever:after {
  background-color: #FF7B7B;
}

.group-mode.filter-none {
  margin-right: 6px;
  padding: 0;
  border: none;
}

.iconMenuTop {
  float: left;
  width: 49px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

.div-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  background: linear-gradient(90deg, #9a4bdd, #0952b7, #005fff) !important;
}

.div-nav .brand-logo,
.div-nav .brand-logo-text {
  font-size: 24px;
  display: flex !important;
  float: left;
  height: 55px;
  margin-left: 4px;
  color: white;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.div-nav .brand-logo img,
.div-nav .brand-logo-text img {
  float: left;
}

.div-nav .brand-logo h4,
.div-nav .brand-logo-text h4 {
  font-weight: 100;
  margin: 0;
  margin-left: 10px;
}

.div-nav ul li a {
  color: white;
}

.div-nav ul li:hover a {
  color: white;
}

.div-nav .brand-logo img {
  height:40px; 
}

.div-nav .brand-logo-text .logo-asm {
  font-size: 27px;
  font-weight: 100;
  position: relative;
  top: -2px;
  letter-spacing: 1px;
}

.div-nav .brand-logo-text .separador {
  font-size: 26px;
  font-weight: 400;
  display: flex;
  height: 36px;
  margin: 0 5px;
  align-items: flex-end;
}

.div-nav .brand-logo-text .name-app {
  font-size: 27px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.side-nav {
  top: 55px;
}

.side-nav a {
  font-size: 13px;
  font-weight: 400;
}

.side-nav a:hover {
  color: #58595B !important;
}

.side-nav.fixed {
  width: 300px !important;
  border-right: 1px solid #ccc;
}

.side-nav.fixed .m-home {
  width: 300px;
}

@media (min-width: 993px) {
  .side-nav.fixed .m-home .collapsible-header {
    padding: 0 32px;
  }
}

.side-nav.fixed .m-home .collapsible-header i {
  width: auto;
  color: #58595B;
}

.side-nav.fixed .m-home > a > i {
  margin: 0 15px 0 0;
}

@media (max-width: 992px) {
  .side-nav.fixed {
    z-index: 99999;
    overflow: auto;
  }
}

.side-nav.fixed.layoutClose .m-home .collapsible-header {
  padding: 0 12px;
}

.side-nav.fixed.layoutClose.fixed .collapsible-body {
  margin: 0 5px !important;
  padding: 0 !important;
}

.side-nav li > a > i,
.side-nav li > a > [class^='mdi-'],
.side-nav li > a > [class*='mdi-'],
.side-nav li > a > i.material-icons,
.dropdown-content li > a,
.dropdown-content li > span,
.paginate_button a {
  color: #58595B !important;
}

.paginate_button.next i:hover {
  color: white !important;
}

.wrapper {
  position: relative;
  top: 61px;
  min-height: 100vh;
  padding-bottom: 40px;
}

.title-page {
  font-weight: 100;
  position: fixed;
  z-index: 3;
  font-size: 28px;
  top: 88px;
  width: calc(100% - 49px);
  margin: -33px 0 0 0;
  padding: 9px 15px;
  color: #58595B;
  border-bottom: 1px solid #e7e7e7;
  background: #eee;
}

.title-page .botaoTitle {
  position: fixed;
  top: 61px;
  right: 15px;
  background: #58595B !important;
}

@media (max-width: 992px) {
  .title-page {
    width: 100%;
  }
}

.btn-back {
  font-size: 14px;
  float: right;
}

.btn-back i {
  margin-right: 5px;
}

.nav-top {
  left: 0;
  width: 100%;
  height: 55px;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  padding: 0;
  text-indent: 4px;
}

.title-fixed {
  position: fixed;
  z-index: 1;
  top: 88px;
  width: 100%;
}

.fixed-header {
  position: fixed;
  z-index: 1;
  top: 89px;
  width: 100%;
}

#name-user {
  top: 15px;
  right: 15px;
  position: fixed;
  margin: 0;
}

#name-user #dropdown1 {
  top: 26px !important;
  left: -62px !important;
}

@media (max-width: 992px) {
  .nav-wrapper {
    display: flex;
    justify-content: center;
  }
  nav .brand-logo {
    margin: 0;
  }
  .side-nav.fixed {
    top: 0;
  }
  .button-collapse {
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 15px;
    color: white;
  }
  .button-collapse i {
    font-size: 32px;
  }
  .button-collapse:hover {
    color: white;
  }
  .wrapper {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 993px) {
  .side-nav.fixed {
    transition-timing-function: linear;
    transition-duration: .5s;
    transition-property: width;
  }
  .side-nav.fixed .m-home a span,
  .side-nav.fixed .m-home .collapsible-header span {
    visibility: visible;
  }
  .side-nav.fixed.layoutClose {
    width: 49px !important;
    transition-timing-function: linear;
    transition-duration: .5s;
    transition-property: width;
  }
  .side-nav.fixed.layoutClose a {
    padding: 0 10px;
  }
  .side-nav.fixed.layoutClose .m-home a span,
  .side-nav.fixed.layoutClose .m-home .collapsible-header span {
    visibility: hidden;
  }
  .wrapper {
    margin: 0 0 40px 49px;
    transition-timing-function: linear;
    transition-duration: .5s;
  }
  #nome-user {
    display: flex;
    height: 55px;
    align-items: center;
  }
}

#fixMenu,
#unFixMenu {
  cursor: pointer;
}

#fixMenu i,
#unFixMenu i {
  font-size: 15px;
  float: right;
  width: auto;
  height: auto;
  margin: 0;
  margin: 0 0 0 5px;
}

#fixMenu span,
#unFixMenu span {
  font-size: 11px;
  font-weight: bold;
  float: right;
}

.itemFixed {
  position: relative;
  width: 100%;
  margin-top: 90px;
}

.modal {
  background: white !important;
}

.modal.open {
  z-index: 9999 !important;
  top: 108px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: auto;
  max-height: 100%;
  border-radius: 0;
}

@media (max-width: 992px) {
  .modal {
    top: 60px !important;
    width: 100%;
    max-height: 100% !important;
  }
}

@media (max-width: 992px) {
  .modal h4 {
    padding: 10px 15px 0 15px;
    text-align: center;
  }
}

.modal-content {
  height: calc(100% - 56px);
  border: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  .modal-content {
    height: 100% !important;
    max-height: 100% !important;
    padding: 0;
  }
}

.modal-content .title-modal {
  font-size: 28px;
  margin: 0;
}

.modal-content h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.footer-modal {
  display: flex;
  margin-bottom: 20px;
  background: white;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .footer-modal {
    height: 117px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#modalSalesComplete {
  z-index: 9999 !important;
  top: 55px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: auto;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.div-ffooter {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: right;
  border-top: 1px solid #ccc;
  background: #eee;
}

#modalInfo {
  top: 0 !important;
  left: 0 !important;
  width: 70% !important;
  max-height: fit-content !important;
}

#modalInfo .modal-content {
  position: relative;
  height: auto;
  margin: 24px;
  padding: 0;
}

#modalInfo #content-info {
  overflow-y: auto;
}

#modalInfo #content-info p {
  line-height: 2;
  margin: 0 0 10px 0;
}

#modalInfo .modal-footer {
  position: relative !important;
  bottom: 0 !important;
}

#modalDetalhesCompleto {
  width: 60% !important;
  height: 300px !important;
  max-height: inherit !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: transparent;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: transparent;
}

#product_length,
#naoMapeados_length,
#produtoMap_length,
#table_tabulacao_length,
#tabela-importacao_length,
#tabela-checkup_length,
#tabela-estoque_length,
#tabela-vendas_length,
#table_detalhes_length,
#table_detalhes1_length,
#table_detalhes2_length,
#tabela-detalhesCNPJ_length,
#tabela-custoRevenda_length,
#relatorio-wos_length,
#relatorio-completo-wos_length,
#tabela-analise-preco_length,
#tabela-detalhes-preco_length,
#table_price_length,
#tabela-av_length,
#table-detalhesvalidacao_length,
#relatorio-confirmacao-completa_length,
#table_price_details_length,
#table_price_inter_length,
#tabela-valorLiquidoBruto_length,
#tabela-valorUnitario_length,
#tabela-precoIntervalo_length,
#tabela-capilaridade_length,
#table_inter_length,
#tabela-epsonStar_length,
#tabela-error_length,
#tabela-trader_length,
#tabela-insertions_length,
#tabela-cnpj_length,
#table_tabular_length,
#tabelaAlerta_length {
  margin-left: 50px;
}

#product_length label,
#naoMapeados_length label,
#produtoMap_length label,
#table_tabulacao_length label,
#tabela-importacao_length label,
#tabela-checkup_length label,
#tabela-estoque_length label,
#tabela-vendas_length label,
#table_detalhes_length label,
#table_detalhes1_length label,
#table_detalhes2_length label,
#tabela-detalhesCNPJ_length label,
#tabela-custoRevenda_length label,
#relatorio-wos_length label,
#relatorio-completo-wos_length label,
#tabela-analise-preco_length label,
#tabela-detalhes-preco_length label,
#table_price_length label,
#tabela-av_length label,
#table-detalhesvalidacao_length label,
#relatorio-confirmacao-completa_length label,
#table_price_details_length label,
#table_price_inter_length label,
#tabela-valorLiquidoBruto_length label,
#tabela-valorUnitario_length label,
#tabela-precoIntervalo_length label,
#tabela-capilaridade_length label,
#table_inter_length label,
#tabela-epsonStar_length label,
#tabela-error_length label,
#tabela-trader_length label,
#tabela-insertions_length label,
#tabela-cnpj_length label,
#table_tabular_length label,
#tabelaAlerta_length label {
  height: 30px;
  margin: 0;
}

table {
  padding-top: 30px;
}

.tables {
  margin: 15px;
}

.table-fixed {
  position: relative;
  z-index: 1;
  top: 20px;
  margin: 10px 10px 100px 10px;
  background: white;
}

table.dataTable thead th,
table.dataTable thead td {
  padding-left: 10px;
  border: none !important;
  background: #eee !important;
}

table.dataTable thead th {
  text-transform: uppercase;
}

table.dataTable tbody {
  font-size: 13px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  border-radius: 0;
}

table.dataTable tbody tr.even {
  background: #f6f9f6;
}

table.dataTable tbody tr.selected, table.dataTable tbody tr:hover {
  color: white;
  background: #58595B !important;
}

table.dataTable tbody tr.selected i, table.dataTable tbody tr:hover i {
  color: white;
}

table.dataTable tbody.no-footer {
  float: left;
  margin-top: 30px;
  border-color: #ccc !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  font-weight: bold;
  color: #58595B;
  border-bottom: 1px solid #ccc !important;
  background: #eee;
}

table.dataTable tfoot tr td:first-child {
  color: black;
}

.dataTables_wrapper .dataTables_length {
  line-height: 10px;
  position: absolute;
  top: 0;
  display: flex;
  height: 30px;
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_length select {
  display: block;
  float: left;
  width: 70px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.dataTables_wrapper .dataTables_length label {
  font-weight: normal;
  display: flex;
  float: left;
  height: 30px;
  margin: 0;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    display: none;
  }
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  display: flex;
  float: left;
  margin: 0;
  padding-top: 2px;
  align-items: flex-end;
}

div.dataTables_wrapper div.dataTables_filter input {
  position: relative;
  top: -2px;
  float: right;
  width: 250px;
  margin: 0;
}

.dt-buttons {
  display: none;
  float: left;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .dt-buttons {
    display: block;
  }
}

.btn-destroy,
.btn-edit,
.btn-view {
  font-size: .94em;
  padding: 0 !important;
}

.btn-destroy i,
.btn-edit i,
.btn-view i {
  font-size: 22px;
}

.btn-destroy:hover,
.btn-edit:hover,
.btn-view:hover {
  background: transparent !important;
}

.btn-destroy {
  margin-right: 7px;
}

.btn-destroy i {
  margin-right: 3px;
  color: #ff3c00;
}

.btn-edit {
  margin-right: 7px;
}

.btn-edit i {
  margin-right: 3px;
  color: #50a340;
}

.btn-create {
  font-size: 14px;
  display: flex;
  float: right;
  align-items: center;
}

.btn-create i {
  margin-right: 5px;
}

.btn-view {
  display: inline-flex;
  align-items: center;
}

.btn-view i {
  color: #58595B;
}

.btn-excel {
  top: -2px;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.btn-excel::before {
  font-family: 'Material Icons';
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  content: '\E2C4';
  color: #58595B;
}

.btn-excel span {
  display: none;
}

.td-action .btn-flat {
  display: inline-flex;
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  justify-content: center;
}

.td-action .btn-flat.btn-destroy {
  color: red;
}

td.details-control:after {
  font-family: 'Material Icons';
  font-size: 20px;
  content: '\E147';
  cursor: pointer;
  color: #58595B;
}

tr.shown td.details-control:after {
  font-family: 'Material Icons';
  font-size: 20px;
  content: '\E15C';
  cursor: pointer;
  color: #58595B;
}

#divTabelaAlerta {
  visibility: hidden;
}

#tabelaCapilaridade {
  border-bottom: none;
}

#tabelaCapilaridade i.fas.fa-times {
  transition: all .3s ease;
  transform: rotate(45deg);
  color: #FF7B7B !important;
}

#tabelaCapilaridade i.fas.fa-times:hover {
  color: #FF7B7B !important;
}

#tabelaCapilaridade i.fas.fa-times.iconClose {
  transform: rotate(0) !important;
  color: #ff3c00 !important;
}

#tabelaCapilaridade .thIcon {
  text-align: right;
}

#tabelaCapilaridade tbody tr {
  color: #636b6f !important;
  background-color: #fff !important;
}

#tabelaCapilaridade tbody tr.hover {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody tr.hover i {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody tr.totalRegiao th {
  color: transparent !important;
  border: none !important;
  background: #f7f7f7;
}

#tabelaCapilaridade tbody tr.totalFinal {
  background-color: #ccc !important;
}

#tabelaCapilaridade tbody tr.hover i {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody .group {
  font-weight: bold;
  background: #f7f7f7 !important;
}

#tabelaCapilaridade tbody .group th.hover {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody .totalDist:first-child {
  border-top: none;
}

#tabelaCapilaridade tbody th.hover {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody th.hover .btnDetalhes i {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody th.thRegiao {
  color: transparent;
  border: none !important;
  background: #f7f7f7 !important;
}

#tabelaCapilaridade tbody .totalDist.CENTRO th.thUF,
#tabelaCapilaridade tbody .totalDist.NORTE th.thUF,
#tabelaCapilaridade tbody .totalDist.NORDESTE th.thUF,
#tabelaCapilaridade tbody .totalDist.SUDESTE th.thUF,
#tabelaCapilaridade tbody .totalDist.SUL th.thUF {
  color: transparent;
  border: none;
}

#tabelaCapilaridade tbody .totalDist.CENTRO:hover .btnDetalhes,
#tabelaCapilaridade tbody .totalDist.NORTE:hover .btnDetalhes,
#tabelaCapilaridade tbody .totalDist.NORDESTE:hover .btnDetalhes,
#tabelaCapilaridade tbody .totalDist.SUDESTE:hover .btnDetalhes,
#tabelaCapilaridade tbody .totalDist.SUL:hover .btnDetalhes {
  color: #343434 !important;
}

#tabelaCapilaridade tbody .btnDetalhes .btn-flat:hover {
  background: transparent !important;
}

#tabelaCapilaridade tbody .btnDetalhes .btn-flat:hover i {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody .btnDetalhes:hover i {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody .itemDist0 .thUF {
  color: #636b6f !important;
}

#tabelaCapilaridade tbody .totalUF.CENTRO,
#tabelaCapilaridade tbody .totalUF.NORTE,
#tabelaCapilaridade tbody .totalUF.NORDESTE,
#tabelaCapilaridade tbody .totalUF.SUDESTE,
#tabelaCapilaridade tbody .totalUF.SUL {
  background: #f7f7f7 !important;
}

#tabelaCapilaridade2 {
  visibility: hidden;
}

#tabelaCapilaridade2_wrapper {
  position: absolute;
  top: 85px;
  height: 10px;
}

#tabelaUfs_length,
#tabelaDetalhes_length {
  left: 50px;
}

#tabelaCapilaridade tbody tr:hover i {
  color: #636b6f !important;
}

a.btn-flat.btn-view.btn-disabled {
  background: transparent !important;
}

a.btn-flat.btn-view.btn-disabled i {
  color: #ccc !important;
}

.login,
.register,
.forget-password,
.reset {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background: white;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.login .block-img,
.register .block-img,
.forget-password .block-img,
.reset .block-img {
  width: 100%;
}

.login form,
.register form,
.forget-password form,
.reset form {
  width: 330px;
}

.login button[type='submit'],
.register button[type='submit'],
.forget-password button[type='submit'],
.reset button[type='submit'] {
  width: 100%;
}

.register .block-img img {
  margin-top: 100px;
}

.register form {
  margin: 0;
}

.register .full-w {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: white;
}

.forget-password form {
  margin: 0 0 40px 0;
}

.reset .block-img img {
  margin-top: 100px;
}

.login .titleAPP,
.register .titleAPP,
.forget-password .titleAPP,
.reset .titleAPP,
.register .titleAPP {
  font-weight: 300;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #12238d !important;
  border-bottom: 1px solid #e7e7e7;
}

.login input:not([type]),
.login input[type='text'],
.login input[type='password'],
.login input[type='email'],
.login input[type='url'],
.login input[type='time'],
.login input[type='date'],
.login input[type='datetime'],
.login input[type='datetime-local'],
.login input[type='tel'],
.login input[type='number'],
.login input[type='search'],
.login textarea.materialize-textarea,
.register input:not([type]),
.register input[type='text'],
.register input[type='password'],
.register input[type='email'],
.register input[type='url'],
.register input[type='time'],
.register input[type='date'],
.register input[type='datetime'],
.register input[type='datetime-local'],
.register input[type='tel'],
.register input[type='number'],
.register input[type='search'],
.register textarea.materialize-textarea,
.forget-password input:not([type]),
.forget-password input[type='text'],
.forget-password input[type='password'],
.forget-password input[type='email'],
.forget-password input[type='url'],
.forget-password input[type='time'],
.forget-password input[type='date'],
.forget-password input[type='datetime'],
.forget-password input[type='datetime-local'],
.forget-password input[type='tel'],
.forget-password input[type='number'],
.forget-password input[type='search'],
.forget-password textarea.materialize-textarea,
.reset input:not([type]),
.reset input[type='text'],
.reset input[type='password'],
.reset input[type='email'],
.reset input[type='url'],
.reset input[type='time'],
.reset input[type='date'],
.reset input[type='datetime'],
.reset input[type='datetime-local'],
.reset input[type='tel'],
.reset input[type='number'],
.reset input[type='search'],
.reset textarea.materialize-textarea,
.register input:not([type]),
.register input[type='text'],
.register input[type='password'],
.register input[type='email'],
.register input[type='url'],
.register input[type='time'],
.register input[type='date'],
.register input[type='datetime'],
.register input[type='datetime-local'],
.register input[type='tel'],
.register input[type='number'],
.register input[type='search'],
.register textarea.materialize-textarea {
  height: 2.5rem;
  border-color: #12238d !important;
}

.login .btn,
.register .btn,
.forget-password .btn,
.reset .btn,
.register .btn {
  background: #12238d !important;
}

.login .btn:hover,
.register .btn:hover,
.forget-password .btn:hover,
.reset .btn:hover,
.register .btn:hover {
  color: white !important;
}

.login .input-field label,
.register .input-field label,
.forget-password .input-field label,
.reset .input-field label,
.register .input-field label {
  color: #12238d !important;
}

.login input:not([type]):focus:not([readonly]), .login input[type=text]:focus:not([readonly]), .login input[type=password]:focus:not([readonly]), .login input[type=email]:focus:not([readonly]), .login input[type=url]:focus:not([readonly]), .login input[type=time]:focus:not([readonly]), .login input[type=date]:focus:not([readonly]), .login input[type=datetime]:focus:not([readonly]), .login input[type=datetime-local]:focus:not([readonly]), .login input[type=tel]:focus:not([readonly]), .login input[type=number]:focus:not([readonly]), .login input[type=search]:focus:not([readonly]), .login textarea.materialize-textarea:focus:not([readonly]),
.register input:not([type]):focus:not([readonly]),
.register input[type=text]:focus:not([readonly]),
.register input[type=password]:focus:not([readonly]),
.register input[type=email]:focus:not([readonly]),
.register input[type=url]:focus:not([readonly]),
.register input[type=time]:focus:not([readonly]),
.register input[type=date]:focus:not([readonly]),
.register input[type=datetime]:focus:not([readonly]),
.register input[type=datetime-local]:focus:not([readonly]),
.register input[type=tel]:focus:not([readonly]),
.register input[type=number]:focus:not([readonly]),
.register input[type=search]:focus:not([readonly]),
.register textarea.materialize-textarea:focus:not([readonly]),
.forget-password input:not([type]):focus:not([readonly]),
.forget-password input[type=text]:focus:not([readonly]),
.forget-password input[type=password]:focus:not([readonly]),
.forget-password input[type=email]:focus:not([readonly]),
.forget-password input[type=url]:focus:not([readonly]),
.forget-password input[type=time]:focus:not([readonly]),
.forget-password input[type=date]:focus:not([readonly]),
.forget-password input[type=datetime]:focus:not([readonly]),
.forget-password input[type=datetime-local]:focus:not([readonly]),
.forget-password input[type=tel]:focus:not([readonly]),
.forget-password input[type=number]:focus:not([readonly]),
.forget-password input[type=search]:focus:not([readonly]),
.forget-password textarea.materialize-textarea:focus:not([readonly]),
.reset input:not([type]):focus:not([readonly]),
.reset input[type=text]:focus:not([readonly]),
.reset input[type=password]:focus:not([readonly]),
.reset input[type=email]:focus:not([readonly]),
.reset input[type=url]:focus:not([readonly]),
.reset input[type=time]:focus:not([readonly]),
.reset input[type=date]:focus:not([readonly]),
.reset input[type=datetime]:focus:not([readonly]),
.reset input[type=datetime-local]:focus:not([readonly]),
.reset input[type=tel]:focus:not([readonly]),
.reset input[type=number]:focus:not([readonly]),
.reset input[type=search]:focus:not([readonly]),
.reset textarea.materialize-textarea:focus:not([readonly]),
.register input:not([type]):focus:not([readonly]),
.register input[type=text]:focus:not([readonly]),
.register input[type=password]:focus:not([readonly]),
.register input[type=email]:focus:not([readonly]),
.register input[type=url]:focus:not([readonly]),
.register input[type=time]:focus:not([readonly]),
.register input[type=date]:focus:not([readonly]),
.register input[type=datetime]:focus:not([readonly]),
.register input[type=datetime-local]:focus:not([readonly]),
.register input[type=tel]:focus:not([readonly]),
.register input[type=number]:focus:not([readonly]),
.register input[type=search]:focus:not([readonly]),
.register textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #12238d !important;
  box-shadow: 0 1px 0 0 #12238d !important;
}

.usuarios {
  position: relative;
  top: 15px;
}

.usuarios .linha-details {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.usuarios .linha-details .item-details {
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
}

.usuarios .linha-details .item-details h2 {
  font-size: 1.125em;
  margin: 0;
  text-transform: uppercase;
  color: #58595B;
}

.usuarios .linha-details .item-details p {
  font-size: 1.125em;
  margin: 0;
  color: #58595B;
}

.usuarios .linha-details:last-child {
  display: flex;
  flex-wrap: wrap;
}

.usuarios .linha-details:last-child .item-details:nth-child(2) {
  margin-top: -21px;
}

.usuarios .details {
  margin: 0 6px;
}

.usuarios .collapsible-header i {
  float: right;
  margin: 0;
}

.usuarios .itensParceiros .row,
.usuarios .itemGerenciados .row,
.usuarios .contasGerenciados .row,
.usuarios .collapsible-body.check-body .row {
  margin-left: 10px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e7e7e7;
}

.usuarios .itensParceiros .itemFT,
.usuarios .itemGerenciados .itemFT,
.usuarios .contasGerenciados .itemFT,
.usuarios .collapsible-body.check-body .itemFT {
  float: left;
  width: calc(94% / 2);
  margin-right: 2%;
}

.usuarios .itensParceiros .itemFT:last-child,
.usuarios .itemGerenciados .itemFT:last-child,
.usuarios .contasGerenciados .itemFT:last-child,
.usuarios .collapsible-body.check-body .itemFT:last-child {
  margin-right: 0;
}

.usuarios .itensParceiros .itemFT {
  width: calc(94% / 3);
}

@media only screen and (min-width: 601px) {
  .linha-details .permissoes {
    margin-bottom: 7px;
    margin-left: 25% !important;
  }
}

@media (min-width: 992px) {
  .col.s12.m4.role-user {
    margin-left: 0;
  }
  .col.s12.m4.role-user:nth-child(odd) {
    margin-left: 25%;
  }
}

.role {
  position: relative;
  top: 15px;
}

.role .linha-details {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.role .linha-details .item-details {
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
}

.role .linha-details .item-details h2 {
  font-size: 1.125em;
  margin: 0;
  text-transform: uppercase;
  color: #58595B;
}

.role .linha-details .item-details p {
  font-size: 1.125em;
  margin: 0;
  color: #58595B;
}

.role .linha-details:last-child {
  display: flex;
  flex-wrap: wrap;
}

.role .linha-details:last-child .item-details:nth-child(2) {
  margin-top: -21px;
}

.role .details {
  margin: 0 6px;
}

.role .role-group {
  margin-bottom: 15px;
}

.role .role-group:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  .linha-details .permissoes {
    margin-bottom: 7px;
    margin-left: 25% !important;
  }
}

.report .botao-rbusca {
  display: flex;
  height: 45px;
  align-items: flex-end;
  justify-content: center;
}

.report .vertical-align {
  line-height: 4;
}

.report .border-right {
  border-right: 1px solid #ccc !important;
}

.report .border-left {
  border-left: 1px solid #ccc !important;
}

.report form {
  border-bottom: 1px solid #e7e7e7;
}

.report form .row,
.report form .select-wrapper input.select-dropdown {
  margin-bottom: 0;
}

.report-cv #modalLoading {
  z-index: 9;
}

.report-cv .dt-buttons {
  margin-top: 16px !important;
}

.report-cv form {
  top: 107px;
  top: 107px;
  padding-bottom: 40px;
}

.report-cv .table-fixed {
  top: 179px;
  margin: 40px 0 15px 0;
}

.btnSearchAdvance {
  position: fixed;
  z-index: 2;
  top: 239px;
  right: 20px;
  width: 17px;
  height: 23px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .btnSearchAdvance {
    display: none;
  }
}

.btnSearchAdvance i {
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #58595B;
}

.blockFilterAdvanced {
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 0;
  display: none;
  float: left;
  overflow: hidden;
  width: 260px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-left: 1px solid #ccc;
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.blockFilterAdvanced .titleFilter {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  color: white;
  background: #58595B;
  justify-content: space-between;
  align-items: center;
}

.blockFilterAdvanced .titleFilter .iconCloseFilter {
  font-size: 40px;
  float: left;
  cursor: pointer;
}

.blockFilterAdvanced .titleFilter h6 {
  position: relative;
  right: 74px;
  float: left;
  margin: 0;
}

.itensLC {
  overflow: hidden;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.activeFilter {
  color: #FF7B7B !important;
}

#tabela-compelto-vendas {
  padding-top: 0;
  padding-bottom: 100px;
}

#tabela-compelto-vendas .dataTables_empty {
  padding-bottom: 20px;
  text-align: left;
}

#tabela-compelto-vendas_length {
  top: 207px;
  width: 50%;
  height: 70px;
  margin-left: 45px !important;
  padding: 20px;
  background: white;
}

#tabela-compelto-vendas_length .caret,
#tabela-compelto-vendas_length .select-dropdown {
  display: none;
}

#tabela-compelto-vendas_length select {
  height: 30px;
}

#tabela-compelto-vendas_filter {
  position: fixed;
  z-index: 1;
  top: 208px;
  right: 0;
  float: right;
  width: 50%;
  margin: 0;
  padding: 16px;
  text-align: right;
  background: white;
}

#tabela-compelto-vendas_filter label {
  float: right;
  margin-right: 35px;
  padding-top: 0;
}

#tabela-compelto-vendas_filter .dataTables_filter input {
  top: 2px;
}

#tabela-compelto-vendas_wrapper .dt-buttons {
  position: fixed;
  z-index: 1;
  top: 208px;
  height: 70px;
  margin: 0 !important;
  padding: 20px 20px 20px 26px;
  background: white;
}

#tabela-compelto-vendas_wrapper .dataTables_length {
  position: fixed;
  z-index: 1;
  top: 208px;
  margin-top: 0;
  margin-left: 75px !important;
}

#tabela-compelto-vendas_wrapper tfoot {
  position: absolute;
  top: -40px;
  border-top: 1px solid #ccc;
}

#tabela-compelto-vendas_wrapper tfoot tr {
  display: flex;
  width: 5505px;
  flex-wrap: wrap;
}

#tabela-compelto-vendas_wrapper tfoot th,
#tabela-compelto-vendas_wrapper tfoot td {
  display: flex;
  border: none;
  align-items: center;
  justify-content: flex-end;
}

#tabela-compelto-vendas_info,
#tabela-compelto-vendas_paginate {
  position: fixed;
  bottom: 44px;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
}

#tabela-compelto-vendas_info {
  width: 100%;
}

#tabela-compelto-vendas_paginate {
  right: 0;
  height: 45px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

#modalLoading {
  position: fixed;
  z-index: 2;
  top: 214px;
  right: 0;
  left: 49px;
  display: block;
  width: calc(100% - 49px);
  height: 100%;
  min-height: 100%;
  padding: 0;
  transform: none !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

#tabela-importacao_wrapper input.select-dropdown,
#tabela-importacao_wrapper .caret,
#tabela-checkup_wrapper input.select-dropdown,
#tabela-checkup_wrapper .caret,
#table_tabular_wrapper input.select-dropdown,
#table_tabular_wrapper .caret,
#tabela-vendas_wrapper input.select-dropdown,
#tabela-vendas_wrapper .caret,
#tabela-estoque_wrapper input.select-dropdown,
#tabela-estoque_wrapper .caret,
#table_tabulacao_wrapper input.select-dropdown,
#table_tabulacao_wrapper .caret,
#table_detalhes_wrapper input.select-dropdown,
#table_detalhes_wrapper .caret,
#table_detalhes1_wrapper input.select-dropdown,
#table_detalhes1_wrapper .caret,
#table_detalhes2_wrapper input.select-dropdown,
#table_detalhes2_wrapper .caret,
#tabela-detalhesCNPJ_wrapper input.select-dropdown,
#tabela-detalhesCNPJ_wrapper .caret,
#tabela-custoRevenda_wrapper input.select-dropdown,
#tabela-custoRevenda_wrapper .caret,
#tabela-analise-preco_wrapper input.select-dropdown,
#tabela-analise-preco_wrapper .caret,
#tabela-detalhes-preco_wrapper input.select-dropdown,
#tabela-detalhes-preco_wrapper .caret,
#table_price_wrapper input.select-dropdown,
#table_price_wrapper .caret,
#tabela-av_wrapper input.select-dropdown,
#tabela-av_wrapper .caret,
#table-detalhesvalidacao_wrapper input.select-dropdown,
#table-detalhesvalidacao_wrapper .caret,
#relatorio-confirmacao-completa_wrapper input.select-dropdown,
#relatorio-confirmacao-completa_wrapper .caret,
#table_price_details_wrapper input.select-dropdown,
#table_price_details_wrapper .caret,
#table_price_inter_wrapper input.select-dropdown,
#table_price_inter_wrapper .caret,
#tabela-valorLiquidoBruto_wrapper input.select-dropdown,
#tabela-valorLiquidoBruto_wrapper .caret,
#tabela-valorUnitario_wrapper input.select-dropdown,
#tabela-valorUnitario_wrapper .caret,
#tabela-precoIntervalo_wrapper input.select-dropdown,
#tabela-precoIntervalo_wrapper .caret,
#tabela-capilaridade_wrapper input.select-dropdown,
#tabela-capilaridade_wrapper .caret,
#table_inter_wrapper input.select-dropdown,
#table_inter_wrapper .caret,
#tabela-epsonStar_wrapper input.select-dropdown,
#tabela-epsonStar_wrapper .caret,
#tabela-error_wrapper input.select-dropdown,
#tabela-error_wrapper .caret,
#tabela-trader_wrapper input.select-dropdown,
#tabela-trader_wrapper .caret,
#tabela-insertions_wrapper input.select-dropdown,
#tabela-insertions_wrapper .caret,
#tabela-cnpj_wrapper input.select-dropdown,
#tabela-cnpj_wrapper .caret,
#tabelaAlerta_wrapper input.select-dropdown,
#tabelaAlerta_wrapper .caret {
  display: none !important;
}

.report-validate .row.right {
  margin: 15px;
}

.report-validate .btn-err {
  background: #ff3c00 !important;
}

.report-validate .btn-ok {
  background: #50a340 !important;
}

.report-validate tbody th:hover a {
  color: white !important;
}

.report-validate .linkTable {
  cursor: pointer;
  color: #636b6f;
}

.report-validate .linkTable:hover {
  color: white !important;
}

.report-validate .title-semana {
  font-size: 16px;
  font-weight: bold;
  color: #58595B;
}

.report-validate #modalLoading {
  top: 412px;
}

.report-validate #viewSemana {
  display: none;
  margin-bottom: 45px;
}

.report-validate #permissao {
  line-height: 3;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.report-validate #permissao .col.s12.m6:first-child {
  border-right: 1px solid #ccc;
}

.report-validate #modalDivergencia,
.report-validate #modalConfirmacao,
.report-validate #modalDetalhes {
  top: 105px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: calc(100% - 111px);
  border-radius: 0;
}

.report-validate table.dataTable tbody tr:hover th,
.report-validate table.dataTable tbody tr:hover th a {
  color: white;
}

#tabela-confirmacao tbody tr.even {
  background: #f6f9f6;
}

#tabela-confirmacao tbody tr.selected, #tabela-confirmacao tbody tr:hover {
  color: #ccc !important;
  background: transparent !important;
}

#tabela-confirmacao tbody tr.selected i, #tabela-confirmacao tbody tr:hover i {
  color: white;
}

.report-av .btn-flat.btn-edit,
.report-av .btn-flat.btn-destroy {
  display: flex;
  margin: 0 auto;
}

.report-av .btn-flat.btn-edit:hover,
.report-av .btn-flat.btn-destroy:hover {
  color: white;
}

.report-av table.dataTable tbody tr.selected .btn-flat.btn-edit,
.report-av table.dataTable tbody tr.selected .btn-flat.btn-destroy,
.report-av table.dataTable tbody tr:hover .btn-flat.btn-edit,
.report-av table.dataTable tbody tr:hover .btn-flat.btn-destroy {
  color: white;
}

.report-av #modalDetalhes {
  top: 105px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: calc(100% - 111px);
  border-radius: 0;
}

.capilaridadeDistPage .title-chart {
  line-height: 1.2;
  margin: 60px 8% 0 8%;
}

.capilaridadeDistPage #viewCharts {
  display: none;
}

.capilaridadeDistPage #countCNPJ,
.capilaridadeDistPage #countCidade {
  font-size: 20px;
  font-weight: 500;
  color: #9e9e9e;
}

.capilaridadeDistPage #modalLoading {
  top: 214px !important;
}

.capilaridadeDistPage #modalDetalhes {
  overflow-x: auto;
}

.capilaridadePage .title-chart {
  line-height: 1.2;
  margin: 60px 8% 0 8%;
}

.capilaridadePage .select-wrapper.col.m5 {
  padding: 0;
}

.capilaridadePage #viewCharts {
  visibility: hidden;
}

.wosChart #ufBreadcrumb {
  display: none;
}

.wosChart .groupButtonWeek {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wosChart .groupButtonWeek a {
  display: flex;
  height: 40px;
  align-items: center;
}

.wosChart #semanaSelecionada {
  height: 50px;
  margin: 0 30px;
  color: #58595B;
}

.analiseProduto #modalFiltro {
  height: calc(125vh - 14px) !important;
}

.consultaCNPJ #modalLoading {
  top: 415px;
}

.reportAlertaPreco #modalLoading {
  top: 440px;
  display: none;
}

.reportAlertaPreco input[type='text'] {
  height: 3rem;
}

.reportAlertaPreco .select-wrapper input.select-dropdown {
  line-height: 3rem !important;
  height: 3rem !important;
}

.linha-centralizada {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.linha-centralizada .selectCenter {
  margin: -20px 0 0 0 !important;
}

.linha-centralizada .itemCenter {
  margin: 0 !important;
}

.linha-centralizada .botao-rbusca {
  margin: -30px 0 0 0 !important;
  justify-content: end;
}

.product .t-map {
  width: 20px;
  text-align: center;
}

.product .t-map i {
  color: #58595B;
}

#product-add_length {
  margin-top: 40px;
}

#product-add_filter {
  display: none;
}

.dashboard .btn {
  width: 115px;
}

.dashboard a.dt-button.buttons-excel.buttons-html5.waves-effect.waves-light.btn.btn-excel {
  width: auto;
}

.dashboard form {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.dashboard .linha-filtro {
  margin: 0;
}

.dashboard .card-panel {
  float: left;
  width: 49%;
  margin: .5%;
}

.dashboard .card-panel h5 {
  font-size: 20px;
  line-height: 1;
  display: flex;
  float: left;
  height: 26px;
  margin: 0;
  align-items: center;
}

.dashboard .block-filtro {
  float: right;
}

.dashboard .icon-filtro {
  font-size: 18px;
  display: flex;
  float: left;
  height: 47px;
  color: #58595B;
  align-items: center;
}

.dashboard .select-filtro {
  float: left;
  margin-left: 10px;
}

.dashboard .topDashboard {
  margin: 0 0 0 60px;
}

.dashboard .icon-star {
  font-size: 20px;
  display: flex;
  float: left;
  width: 20px;
  height: 27px;
  margin-right: 5px;
  color: #58595B;
  align-items: center;
}

.dashboard .tituloTop {
  float: left;
  margin: 0;
}

.dashboard #blockFilterAdvanced {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  display: none;
  float: left;
  width: 320px;
  height: 125vh;
  margin-bottom: 30px;
  padding: 20px;
  border-left: 1px solid #ccc;
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.dashboard #blockFilterAdvanced .titleFilter {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  color: white;
  background: #58595B;
  justify-content: space-between;
  align-items: center;
}

.dashboard #blockFilterAdvanced .titleFilter .iconCloseFilter {
  font-size: 40px;
  float: left;
  cursor: pointer;
}

.dashboard #blockFilterAdvanced .titleFilter h6 {
  font-size: 15px;
  position: relative;
  right: 133px;
  float: left;
  margin: 0;
}

.dashboard .btn-modal-filtrar {
  float: right;
  width: 50px;
  margin: 8px 5px 8px 0;
  padding: 0 15px;
}

.dashboard .row.rowFooter {
  padding: 0 11px;
}

.dashboard .row.rowFooter .btn-limpar {
  float: left;
  padding: 0 10px;
}

.dashboard .row.rowFooter .btn-filtrar {
  float: left;
  margin-left: 24px;
  padding: 0 15px;
}

.dashboard .dropdown-content {
  position: relative !important;
}

.dashboard .chart {
  float: left;
  width: 49%;
  height: 390px;
  margin: .5%;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.dashboard .chart2 {
  height: 500px;
  margin: .5%;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.dashboard #listaRevenda ul,
.dashboard #listaProduto ul {
  margin: 10px 0 0 0;
}

.dashboard #listaRevenda ul li,
.dashboard #listaProduto ul li {
  font-size: 15px;
  margin-bottom: 0;
  padding: 8px 30px;
}

.dashboard .google-visualization-table-td:first-child {
  text-align: left;
}

.dashboard .google-visualization-table-td:nth-child(4), .dashboard .google-visualization-table-td:nth-child(3) {
  text-align: right;
}

.dashboard .google-visualization-table-th:nth-child(4), .dashboard .google-visualization-table-th:nth-child(3) {
  text-align: center;
}

.dashboard .breadcrumb-filtro,
.dashboard .breadcrumb-filtro2 {
  margin: 1% .5%;
}

.dashboard .breadcrumb-filtro .breadcrumb-filtro-item,
.dashboard .breadcrumb-filtro2 .breadcrumb-filtro-item {
  float: left;
  min-width: 110px;
  max-width: 100%;
  padding: 0 10px;
  text-align: left;
}

.dashboard .breadcrumb-filtro .breadcrumb-filtro-item .title,
.dashboard .breadcrumb-filtro2 .breadcrumb-filtro-item .title {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #58595B;
}

.dashboard .breadcrumb-filtro2 {
  margin: 2% .5% 0 .5%;
}

.dashboard #modalFiltro {
  position: absolute;
  z-index: 2 !important;
  top: 15px !important;
  right: 0;
  display: none;
  overflow-y: auto;
  width: 320px;
  height: calc(100% - 20px);
  border-radius: 0;
  background: white;
}

.dashboard #modalFiltro #titleListaFiltro {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #58595B;
}

.dashboard #modalFiltro #listaFiltro {
  margin: 0;
  padding: 0 20px 20px 20px;
}

.dashboard #modalFiltro .rowFooterFilter {
  margin: 0 0 20px 0;
  padding: 0 20px;
}

.dashboard #modalFiltro .switch {
  padding: 15px 11px;
}

.dashboard #modalFiltro .switch label {
  margin: 0;
}

.dashboard #qtd-slider,
.dashboard #valor-slider {
  margin: 30px 0;
}

.dashboard #chartView {
  visibility: hidden;
}

.dashboard .buttons-excel[aria-controls='table_price'] {
  width: 38px;
}

.dashboard .row-filtro {
  border-bottom: 1px solid #ccc;
}

.dashboard .left {
  float: left;
}

.dashboard #productIdUL,
.dashboard #produtoUL {
  margin: 20px;
}

.dashboard .chips.focus {
  border-color: #58595B !important;
  box-shadow: 0 1px 0 0 #58595B !important;
}

.dashboard ul.autocomplete-content.dropdown-content {
  display: block !important;
}

.dashboard .chips .input {
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
}

.dashboard .chips .input:not([type]):focus:not([readonly]) {
  border: none !important;
  box-shadow: none !important;
}

.salesPrice #modalDetalhesInter,
.salesPrice #modalDetalhes,
.capilaridadePage #modalDetalhesInter,
.capilaridadePage #modalDetalhes {
  top: 111px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: calc(100% - 106px);
  border: none;
  border-radius: 0 !important;
}

.capilaridadePage #blockFilterAdvanced,
.dashboardUF #blockFilterAdvanced {
  height: 100%;
}

#ufDashboard {
  visibility: hidden;
}

html,
body {
  font-family: 'Roboto', sans-serif !important;
  margin: 0;
  padding: 0;
  background: white;
}

a:hover {
  text-decoration: none;
}

.btn-vertical {
  display: flex;
  height: 43px;
  justify-content: flex-end;
  align-items: flex-end;
}

.message {
  font-size: 14.5px;
  margin: 30px;
  padding: 12px;
  color: white;
  border-radius: 3px;
  background: #58595B;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#toast-container {
  border-radius: 3px !important;
  background: #58595B !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (min-width: 993px) {
  #toast-container {
    right: calc(45% - 49px);
  }
}

#toast-container .toast {
  top: 30px;
  background-color: transparent !important;
  box-shadow: none;
}

.btn-back {
  font-size: 14px;
  float: right;
}

.btn-back i {
  margin-right: 5px;
}

.row.company.page {
  position: relative;
  top: 15px;
}

form {
  padding: 15px;
}

.caret {
  border-top: 0;
}

.linha-asm {
  font-size: 12px;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 20px;
}

.linha-asm .col.s12 {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.linha-asm .col.s12 a {
  display: flex;
  margin-left: 5px;
  align-items: center;
}

.linha-asm .col.s12 a img {
  width: 82px;
}

.linha-asm-interna {
  padding: 5px;
  background: #f6f9f6;
}

.linha-asm-interna .col.s12 {
  justify-content: flex-end;
}

.linha-asm-interna .col.s12 a {
  cursor: pointer;
  color: #ccc;
}

.title-detalhes {
  font-size: 1.125em;
  margin: 20px 0 10px 15px;
  text-transform: uppercase;
  color: #58595B;
}

.lrow {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.form-fixed {
  position: fixed;
  z-index: 9;
  top: 132px;
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
  background: white;
}

.btn-top {
  background: #58595B !important;
}

.activeDate {
  font-size: .8rem !important;
  position: absolute !important;
  top: -14px !important;
}

.activeDate.active {
  top: 12px !important;
  margin: 0;
}

.colorBlue {
  color: #FF7B7B !important;
}

.tooltipChart {
  font-size: 12px;
  padding: 5px;
  color: black;
}

a.btn-flat.btn-destroy.disabled i,
a.btn-flat.btn-edit.disabled i,
a.btn-flat.btn-view.disabled i {
  cursor: default;
  color: #b3b3b3 !important;
  background-color: transparent !important;
}

#excluirInsertions {
  top: 109px !important;
  left: 49px;
  width: calc(100% - 49px);
  height: auto;
  border-radius: 0;
}

#tabela-epsonStar_paginate {
  margin-bottom: 40px;
}

.icon-info {
  font-size: 21px;
  display: flex;
  float: right;
  margin-top: 5px;
  margin-right: 6px;
  cursor: pointer;
  color: #FF7B7B;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  align-items: center;
}

#iconeFiltroDash {
  font-size: 22px;
  display: flex;
  float: right;
  height: 32px;
  margin-right: 6px;
  padding-left: 15px;
  cursor: pointer;
  border-left: 1px solid #ccc;
  align-items: center;
}

.chips {
  border-color: #58595B;
}

.chips.focus {
  border-color: #58595B;
  box-shadow: none;
}

input:not([type]):focus:not([readonly]) {
  border-bottom: none !important;
  box-shadow: none !important;
}

#tabelaInProduct_length,
#tabelaError_length,
#tabelaSellOut_length,
#tabelaInventory_length {
  margin-left: 50px;
}

.iconInfo {
  margin: 0 5px;
  padding: 5px;
  background: #eee;
}

.row.report.page.espage .form-fixed {
  top: 107px !important;
}

.row.report.page.espage .conteudo-page {
  margin-top: 135px;
}

.row.report.page.espage #modalLoading {
  top: 495px !important;
}

.row.report.page.espage tr.linhaWSOK.even,
.row.report.page.espage tr.linhaWSErro.even {
  background: transparent !important;
}

.row.report.page.espage tr.linhaWSOK.even:hover,
.row.report.page.espage tr.linhaWSErro.even:hover {
  background: #58595B !important;
}

.row.report.page.espage tr.linhaWSOK.even:hover .nomeFill,
.row.report.page.espage tr.linhaWSErro.even:hover .nomeFill {
  color: #58595B;
}

.row.report.page.espage .linhaWSOK td {
  border-top: none !important;
}

.row.report.page.espage .linhaWSOK .nomeFill {
  color: white;
}

.row.report.page.espage .linhaWSErro .nomeFill,
.row.report.page.espage td.nomeFill.dadoErroAPI {
  color: white !important;
  border-top: none !important;
}

.row.report.page.espage .linhaWSErro .nomeFill:hover,
.row.report.page.espage td.nomeFill.dadoErroAPI:hover {
  color: #58595B;
}

.row.report.page.espage .linhaAPIOK td {
  border-top: 2px solid !important;
}

.row.report.page.espage .linhaWSErro td {
  border-top: none !important;
}

#tabelaVES_filter {
  position: absolute;
  top: 6px;
  left: 100px;
}

.right-float {
  float: right;
}

.inputChip {
  height: 45px !important;
}

.inputChip:focus {
  height: 44px !important;
}

#respCampanha {
  font-weight: bold;
  margin: 100px 20px 0 20px;
}

.colorRed {
  color: #ff3c00;
}

.colorGreen {
  color: #50a340;
}

.input-field label:not(.label-icon).dataActive {
  font-size: .8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.formDownload {
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 0;
}

.formDownload .btn-dowloadFile {
  width: 100px;
  text-align: center !important;
  display: flex;
  align-items: center;
  align-content: center;
  float: left;
  justify-content: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  label {
    font-weight: 500;
  }
  .linha-asm-interna {
    padding: 5px 25px 5px 5px;
  }
  .marginIE {
    margin: 0;
  }
}
