.colorBlue {
  background: #000287 !important;
}

.colorBlueLight {
  color: #0c7ae8 !important;
}

.colorRed {
  color: #b12524 !important;
}

.colorGreen {
  color: #50a340 !important;
}

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

a:hover {
  text-decoration: none;
}

.mg-bottom-none {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

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

.input-field label {
  color: #000287 !important;
}

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

.input-field input[type=text]:focus {
  border-bottom: 1px solid #000287 !important;
  box-shadow: 0 1px 0 0 #000287 !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 #b12524 !important;
  box-shadow: 0 1px 0 0 #b12524 !important;
}

.input-field .prefix.active {
  color: #000287 !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: #000287 !important;
}

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

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

.btn {
  background: #000287 !important;
}

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

.switch label input[type=checkbox]:checked + .lever {
  background: rgba(0, 51, 102, 0.5) !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background: #000287 !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 #000287 !important;
  box-shadow: 0 1px 0 0 #000287 !important;
}

input[type='checkbox']:checked + label::before {
  border-right: 2px solid #000287 !important;
  border-bottom: 2px solid #000287 !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: #000287 !important;
}

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

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

.switch label input[type='checkbox']:checked + .lever {
  opacity: .5;
  background: #000287 !important;
}

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

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

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

.picker__day--today,
.picker__today,
.picker__close,
.tabs .tab a:hover,
.tabs .tab a.active {
  color: #000287 !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;
  display: flex;
  float: left;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
}

.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;
}

.input-field label {
  word-wrap: break-word;
}

.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: #000287;
}

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

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;
}

.chips {
  border-color: #000287;
}

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

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

.btn-flat[disabled] {
  background: transparent !important;
}

.timepicker-digital-display {
  background: #000287 !important;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background: #00028740 !important;
}

.timepicker-close {
  color: #000287 !important;
}

.timepicker-canvas line {
  stroke: #0c7ae8 !important;
}

.timepicker-canvas-bg,
.timepicker-canvas-bearing {
  fill: #0c7ae8 !important;
}

#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;
}

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

.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;
}

#modalExcluir .modal-footer .btn-flat {
  margin-left: 10px;
}

#modalLoading {
  top: 107px;
  left: 48px;
  width: calc(100% - 49px);
  height: 100%;
  box-shadow: none;
  z-index: 1;
}

@media (max-width: 992px) {
  .modal {
    top: 60px !important;
    width: 100%;
    max-height: 100% !important;
  }
  .modal h4 {
    padding: 10px 15px 0 15px;
    text-align: center;
  }
  .modal-content {
    height: 100% !important;
    max-height: 100% !important;
    padding: 0;
  }
  .footer-modal {
    height: 117px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#modalFiliais,
#modalSKUs,
#modalCat,
#modalFamilia,
#modalProduto {
  height: calc(100% - 110px) !important;
  left: -272px !important;
  width: calc(100% - 365px) !important;
}

#modalFiliais a.dt-button:first-child,
#modalSKUs a.dt-button:first-child,
#modalCat a.dt-button:first-child,
#modalFamilia a.dt-button:first-child,
#modalProduto a.dt-button:first-child {
  display: flex;
  float: left;
  margin-right: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  border: none !important;
  background: #000287 !important;
  box-shadow: none !important;
  padding: 10px 20px;
  align-items: center;
}

#modalFiliais a.dt-button:first-child:hover,
#modalSKUs a.dt-button:first-child:hover,
#modalCat a.dt-button:first-child:hover,
#modalFamilia a.dt-button:first-child:hover,
#modalProduto a.dt-button:first-child:hover {
  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;
}

#modalFiliais a.dt-button:first-child span,
#modalSKUs a.dt-button:first-child span,
#modalCat a.dt-button:first-child span,
#modalFamilia a.dt-button:first-child span,
#modalProduto a.dt-button:first-child span {
  font-size: 0;
  color: white;
}

#modalFiliais a.dt-button:first-child span:after,
#modalSKUs a.dt-button:first-child span:after,
#modalCat a.dt-button:first-child span:after,
#modalFamilia a.dt-button:first-child span:after,
#modalProduto a.dt-button:first-child span:after {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  content: 'selecionar todos';
  margin: 0;
}

#modalFiliais a.dt-button:last-child,
#modalSKUs a.dt-button:last-child,
#modalCat a.dt-button:last-child,
#modalFamilia a.dt-button:last-child,
#modalProduto a.dt-button:last-child {
  display: flex;
  float: left;
  margin-right: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none !important;
  background: white !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;
  align-items: center;
}

#modalFiliais a.dt-button:last-child:hover,
#modalSKUs a.dt-button:last-child:hover,
#modalCat a.dt-button:last-child:hover,
#modalFamilia a.dt-button:last-child:hover,
#modalProduto a.dt-button:last-child:hover {
  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;
}

#modalFiliais a.dt-button:last-child span,
#modalSKUs a.dt-button:last-child span,
#modalCat a.dt-button:last-child span,
#modalFamilia a.dt-button:last-child span,
#modalProduto a.dt-button:last-child span {
  font-size: 0;
  color: #000287;
}

#modalFiliais a.dt-button:last-child span:after,
#modalSKUs a.dt-button:last-child span:after,
#modalCat a.dt-button:last-child span:after,
#modalFamilia a.dt-button:last-child span:after,
#modalProduto a.dt-button:last-child span:after {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  content: 'deselecionar todos';
  margin: 0;
}

.message {
  font-size: 14.5px;
  margin: 30px;
  padding: 12px;
  color: white;
  border-radius: 3px;
  background: #000287;
  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: #000287 !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;
}

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;
}

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: #000287 !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: #000287;
  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:hover,
.btn-edit:hover,
.btn-view:hover {
  background: transparent !important;
}

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

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

.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: #000287;
}

.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: #000287;
}

.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: #000287;
}

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

#tabelaIMEI .fa-arrow-left:before {
  color: red;
}

#branch_length,
#tabelaConsolidado_length,
#tabelaIMEIDetalhes_length,
#produtoCadPro_length,
#produtosInvalidos_length,
#produtoNaoMapeado_length,
#tabelaAnaliseEstoque_length {
  left: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000287 !important;
  border-color: transparent;
  background: transparent !important;
  box-shadow: none !important;
}

.btn-detalhes {
  cursor: pointer;
  color: #000287 !important;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background: #000287 !important;
}

table td i {
  cursor: pointer;
}

#tabelaFiliais tbody tr.even:hover,
#tabelaFiliais tbody tr.odd:hover,
#tabelaFiliais tbody tr.even.selected > .sorting_1:hover,
#tabelaFiliais tbody tr.odd.selected > .sorting_1:hover,
#tabelaFiliais tbody tr.selected:hover,
#tabelaFiliais tbody tr:hover,
#tabelaCategorias tbody tr.even:hover,
#tabelaCategorias tbody tr.odd:hover,
#tabelaCategorias tbody tr.even.selected > .sorting_1:hover,
#tabelaCategorias tbody tr.odd.selected > .sorting_1:hover,
#tabelaCategorias tbody tr.selected:hover,
#tabelaCategorias tbody tr:hover,
#tabelaSKUs tbody tr.even:hover,
#tabelaSKUs tbody tr.odd:hover,
#tabelaSKUs tbody tr.even.selected > .sorting_1:hover,
#tabelaSKUs tbody tr.odd.selected > .sorting_1:hover,
#tabelaSKUs tbody tr.selected:hover,
#tabelaSKUs tbody tr:hover {
  background: #2a2a2a !important;
}

#tabelaFiliais td.center-align.sorting_1,
#tabelaCategorias td.center-align.sorting_1,
#tabelaSKUs td.center-align.sorting_1 {
  display: flex;
  float: left;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#tabelaFiliais td.center-align.sorting_1 i,
#tabelaCategorias td.center-align.sorting_1 i,
#tabelaSKUs td.center-align.sorting_1 i {
  width: 100%;
  height: 28px;
  padding-top: 3px;
}

#produtoNaoMapeado .td-action .btn-flat {
  padding: 0;
}

#produtoNaoMapeado .td-action .btn-flat i {
  color: #000287;
}

#produtoNaoMapeado .td-action .btn-flat[disabled] i {
  color: #ccc;
}

#produtoNaoMapeado i.material-icons {
  font-size: 24px;
}

#tabelaIMEI_wrapper {
  padding-top: 70px;
}

form {
  padding: 15px;
}

.caret {
  border-top: 0;
}

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

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

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

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

.group-mode p {
  font-size: 12px;
  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.filter-none {
  margin-right: 6px;
  padding: 0;
  border: none;
}

.inputChip {
  height: 45px !important;
}

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

#blockFilter {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 0;
  display: none;
  width: 300px;
  height: 150vh;
  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);
}

#blockFilter .titleFilter {
  overflow: hidden;
  padding: 5px;
  background: #000287;
}

#blockFilter .titleFilter .iconCloseFilter {
  font-size: 30px;
  float: left;
  cursor: pointer;
  color: white;
  background: transparent !important;
}

#blockFilter .titleFilter h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  float: right;
  width: calc(100% - 30px);
  margin: 0;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
}

#blockFilter .iconSearch {
  display: flex;
  height: 100%;
  padding: 0;
  color: #000287;
  background: transparent !important;
  box-shadow: none;
  align-items: center;
}

#blockFilter .iconSearch:hover {
  color: #0c7ae8 !important;
}

#blockFilter .itemSearch .col.s11 {
  padding: 0;
}

#blockFilter .itemSearch .col.s11 label {
  left: 0;
}

#blockFilter .itemSearch .col.s1 {
  display: flex;
  height: 55px;
  margin: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

#blockFilter .rowFooter .col.s12 {
  font-size: 14px;
  text-align: center;
}

.div-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  background: #000287 !important;
}

.div-nav .brand-logo,
.div-nav .brand-logo-text {
  font-size: 24px;
  display: flex !important;
  float: left;
  height: 54px;
  margin-left: 17px;
  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;
  height: calc(100% + -55px);
  overflow-x: hidden;
  padding-bottom: 0;
}

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

.side-nav a:hover {
  color: rgba(0, 0, 0, 0.87) !important;
}

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

.side-nav.fixed .m-home {
  overflow: hidden;
  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: #000287;
}

.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 .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: #000287 !important;
}

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

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

.title-page {
  font-size: 30px;
  font-weight: 100;
  position: fixed;
  z-index: 3;
  top: 88px;
  display: flex;
  width: calc(100% - 49px);
  margin: -33px 0 0 0;
  padding: 9px 15px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #e7e7e7;
  background: #eee;
  align-items: center;
  justify-content: space-between;
}

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

.title-page #iconeFiltroDash {
  font-size: 20px;
  float: right;
  cursor: pointer;
}

@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 {
  position: fixed;
  top: 15px;
  right: 15px;
  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: fixed;
    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;
  }
}

.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: #000287;
}

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

.subitemMenu .collapsible-header {
  justify-content: flex-start;
}

.subitemMenu .collapsible-body ul {
  display: block;
  float: left;
  width: 100%;
}

.subitemMenu .collapsible-body ul li {
  padding: 0 20px;
}

.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;
}

.titleAPP {
  font-weight: 300;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #07386A !important;
  border-bottom: 1px solid #e7e7e7;
}

.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: #000287;
}

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

.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: #000287;
}

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

.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;
  }
}

#pageDashboard .card {
  font-size: 38px;
  display: flex;
  padding: 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#pageDashboard .card h6 {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
}

#pageDashboard .blockAtualizacao {
  position: fixed;
  z-index: 3;
  top: 70px;
  right: 50px;
  float: right;
  margin: 0;
}

#pageDashboard .blockAtualizacao .btnCountUpdate {
  font-size: 13px;
  color: #9e9e9e;
}

#pageDashboard .blockAtualizacao .btnCountUpdate i,
#pageDashboard .blockAtualizacao .btnCountUpdate span {
  font-weight: bold;
}

#pageDashboard .blockAtualizacao .btnCountUpdate i {
  margin-right: 3px;
}

#pageDashboard .blockAtualizacao .labelUpdate {
  margin: 0 3px;
}

#pageDashboard .blockAtualizacao .btnUpdate {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  color: #000287;
}

#pageDashboard #loadingChartSemanal,
#pageDashboard #loadingTotalSemanal,
#pageDashboard #loadingMediaSemanal,
#pageDashboard #loadingChartHora,
#pageDashboard #loadingTotalHora,
#pageDashboard #loadingMediaHora,
#pageDashboard #loadingChartHoraCheia {
  position: absolute;
  z-index: 1 !important;
  top: 0;
  width: 100%;
  max-height: 100%;
  box-shadow: none;
}

#pageDashboard #loadingChartSemanal .modal-content,
#pageDashboard #loadingTotalSemanal .modal-content,
#pageDashboard #loadingMediaSemanal .modal-content,
#pageDashboard #loadingChartHora .modal-content,
#pageDashboard #loadingTotalHora .modal-content,
#pageDashboard #loadingMediaHora .modal-content,
#pageDashboard #loadingChartHoraCheia .modal-content {
  height: 290px;
}

#pageDashboard #loadingTotalSemanal,
#pageDashboard #loadingTotalHora {
  position: relative;
  overflow-y: hidden;
}

#pageDashboard #loadingTotalSemanal .modal-content,
#pageDashboard #loadingTotalHora .modal-content {
  height: auto;
  padding: 0;
}

#pageDashboard #loadingMediaSemanal,
#pageDashboard #loadingMediaHora {
  position: relative;
  overflow-y: hidden;
}

#pageDashboard #loadingMediaSemanal .modal-content,
#pageDashboard #loadingMediaHora .modal-content {
  height: auto;
  padding: 0;
}

#pageDashboard .blockSemana {
  margin-top: -28px;
}

#pageAtualizacao .titulo {
  font-size: 18px;
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

#pageAddBranch .itemLabel {
  font-weight: bold;
  line-height: 0;
  color: #000287;
}

.labelActive {
    font-size: .8rem !important;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    left: 0.75rem;
}

#modalLoadingList {
    top: 108px;
    left: 49px;
    width: calc(100% - 49px);
    height: 100%;
    min-height: 100vh;
}

#modalLoadingList p {
    word-break: break-all;
}

@media(max-width: 992px) {
    #unFixMenu,
    #fixMenu,
    .div-nav .brand-logo-text .logo-asm,
    .div-nav .brand-logo-text .separador {
        display: none;
    }
    .div-nav .brand-logo-text .name-app {
        font-size: 20px;
    }
    #modalLoading,
    #modalLoadingList {
        left: 0;
        width: 100%;
    }
    .linha-asm-interna .col.s12 {
        justify-content: center;
    }
}
