﻿@charset "UTF-8";
/* Utils*/
/*Cores Neutras*/
/*Cores Primárias Identidade Visual*/
/*Cores Secundárias Identidade Visual*/
/*Cores Terciária Identidade Visual*/
/*Fontes template padrao*/
/* Base config */
/*
::::::: Normalize :::::::
*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  position: relative; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Noto Sans', sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  outline: hidden !important;
  outline: none !important; }

a:focus {
  box-shadow: none !important;
  outline: 0 !important; }

* {
  box-shadow: none !important;
  outline: 0 !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div label {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  width: 100%; }

/* Input, Textarea */
div label > input,
div label > textarea {
  box-sizing: border-box;
  margin: 0;
  padding: .5rem 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: border 0.2s, box-shadow 0.2s; }

/* Span */
div label > input + span,
div label > textarea + span {
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  display: flex;
  width: 100%;
  max-height: 100%;
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  opacity: .5; }

/* Corners */
div label > input + span::before,
div label > input + span::after,
div label > textarea + span::before,
div label > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  transition: border-color 0.2s, box-shadow 0.2s; }

div label > input + span::before,
div label > textarea + span::before {
  margin-right: 4px; }

div label > input + span::after,
div label > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px; }

/* fixes initial animation run, without user input, on page load.
*/
button:after, input[type="button"]:after {
  visibility: hidden; }

button:focus:after, input[type="button"]:focus:after {
  visibility: visible; }

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button  {
  -webkit-appearance: none;
  margin: 0; }

.btn-group-sm > .btn, .btn-sm {
  font-size: .825rem !important; }

select {
  border: none;
  border-bottom: 1px solid #005587;
  box-sizing: border-box;
  margin: 0;
  padding: .5rem 0;
  height: 44px;
  width: 100%; }

select:focus {
  border-color: #089ed9; }

/*
:: header components ::
*/
header h1 {
  left: .7rem;
  background-image: url(../../../Styles/img/logo.png);
  font-size: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center; }

figure {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: .5rem;
  top: .5rem;
  align-items: center; }

figcaption {
  margin-left: 1.2rem;
  display: flex; }

figcaption dl {
  flex-direction: column;
  margin-right: .8rem; }

header figcaption dt {
  font-size: 1.2rem;
  font-weight: bold; }

/*
:: FINAL header components ::
*/
div section {
  flex-direction: row; }

/*
:: content card ::
*/
article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

/*
:: final content card ::
*/
thead {
  background: #005587;
  color: #089ed9; }

td, th {
  padding: .5rem .65rem;
  margin: 1px;
  font-size: 0.9rem; }

tr:nth-child(odd) td {
  background: #fff; }

tr:nth-child(even) td {
  background: #f1f1f1; }

/*
:: card busca
*/
#tabs article div input {
  width: 70%;
  margin: 0;
  border: 1px solid #089ed9;
  border-radius: 3px;
  padding: 0 .5rem; }

#tabs article div input[type="button"] {
  max-width: 240px;
  border: 1px solid #089ed9;
  border-radius: 0 3px 3px 0;
  left: -0.5rem; }

.dxdvFlowItem_DevEx section p, td div section p {
  font-size: 0.8rem !important;
  text-transform: lowercase;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.dxdvFlowItem_DevEx section label {
  font-size: 0.8rem !important;
  font-weight: bold;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #005587; }

/*Detalhes */
input {
  border: none;
  border-bottom: 1px solid #005587;
  position: relative;
  margin-right: .5rem; }

input:focus, textarea:focus, select:focus {
  outline: none; }

button, input[type="button"], input[type="submit"], .dxdvPagerShowMoreItemsContainer_DevEx a {
  padding: 0.4rem 2rem;
  background: #089ed9;
  border: none;
  font-size: 1.1rem;
  color: #fff !important;
  min-width: 120px; }

button:hover, input[type="button"]:hover, .dxdvPagerShowMoreItemsContainer_DevEx a:hover {
  background: #005587; }

button:after, input[type="button"]:after, .dxdvPagerShowMoreItemsContainer_DevEx a:after {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background: #089ed9;
  border-radius: 100%;
  opacity: 0;
  overflow: hidden; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body > .modal-backdrop {
  background-color: #fff;
  opacity: 0.8 !important; }

.modal-loader .modal-content {
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  text-align: center;
  top: 30vh; }

.img-loader {
  display: block;
  width: 40px;
  left: 43%;
  right: 50%;
  position: absolute;
  top: 40px; }

.loader {
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid #089ed9;
  border-radius: 50%;
  border-top-color: #3b82bf;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

.btn-primary {
  color: #fff !important;
  background-color: #089ed9 !important;
  border-color: #089ed9 !important; }

.btn-success {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important; }

.btn-info {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important; }

.btn-outline-primary {
  color: #089ed9 !important;
  border-color: #089ed9 !important; }
  .btn-outline-primary:hover {
    color: #fff !important;
    background: #089ed9 !important;
    text-decoration: none !important; }

.btn {
  min-width: 100px !important; }

.text-primary {
  color: #fff !important; }

i.icon:before {
  content: " ";
  width: 22px;
  height: auto;
  display: inline-block;
  color: transparent; }

i.seta-direita:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-seta-direita.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-seta-direita.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.busca:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-busca.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-busca.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.editar:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-editar.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-editar.svg") no-repeat 50% 50%;
  background-color: #6c757d;
  fill: currentColor; }

i.excluir:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-excluir.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-excluir.svg") no-repeat 50% 50%;
  background-color: #6c757d;
  fill: currentColor; }

i.menu-responsivo:before {
  -webkit-mask: url("../../../Styles/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.carrinho-compras {
  -webkit-mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.manutencao:before {
  -webkit-mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.manutencao-bandeiras:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-manutencao-bandeiras.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-manutencao-bandeiras.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.manutencao-setores:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-manutencao-setores.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-manutencao-setores.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.manutencao-usuario:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-manutencao-usuario.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-manutencao-setores-usuario.svg") no-repeat 50% 50%;
  background-color: #fff;
  fill: currentColor; }

i.home:before {
  -webkit-mask: url("../../../Styles/dist/images/home.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/home.svg") no-repeat 50% 50%; }

i.condicao-comercial:before {
  -webkit-mask: url("../../../Styles/dist/images/partner.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/partner.svg") no-repeat 50% 50%; }

i.politica-comercial:before {
  -webkit-mask: url("../../../Styles/dist/images/politic.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/politic.svg") no-repeat 50% 50%; }

i.novo-pedido:before {
  -webkit-mask: url("../../../Styles/dist/images/pedido.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/pedido.svg") no-repeat 50% 50%; }

i.acompanhar-pedido:before {
  -webkit-mask: url("../../../Styles/dist/images/acompanhar-pedido.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/acompanhar-pedido.svg") no-repeat 50% 50%; }

i.apresentacao:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-apresentacao.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-apresentacao.svg") no-repeat 50% 50%; }

i.clientes:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-clientes.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-clientes.svg") no-repeat 50% 50%; }

i.info:before {
  -webkit-mask: url("../../../Styles/dist/images/icon-info.svg") no-repeat 50% 50%;
  mask: url("../../../Styles/dist/images/icon-info.svg") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

#nprogress .bar {
  height: 1vh !important;
  background: #f35ac3 !important; }

/*Componentes */
.card-width-response {
  text-align: center;
  padding-right: 5px !important;
  padding-left: 5px !important; }

@media (max-width: 767px) {
  .card-home {
    margin-bottom: 60px; } }

.card-home .img-descrption {
  height: 70px; }

.card-home .card-home-descricao {
  margin-bottom: 20px;
  min-height: 160px; }
  .card-home .card-home-descricao h5 {
    color: #005587; }
  .card-home .card-home-descricao p {
    color: #6c757d; }

header {
  z-index: 9999;
  background: #5e4f9a;
  background: linear-gradient(308deg, #5e4f9a 0%, #8d217a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 79px;
  /*Menu responsivo */
  /*fim menu responsivo*/ }
  @media (max-width: 991px) {
    header {
      min-height: 1px; } }
  header .menu {
    max-width: 100% !important;
    background: transparent; }
    header .menu .menu-carrinho {
      cursor: pointer;
      padding: 5px !important;
      border: 2px solid #fff;
      border-radius: 6px; }
    header .menu .menu-offcanvas {
      cursor: pointer; }
      header .menu .menu-offcanvas i {
        padding: 5px;
        border: 2px solid #fff;
        border-radius: 6px; }
    header .menu a {
      padding-top: 0 !important; }
      header .menu a .badge {
        position: absolute;
        z-index: 5;
        left: 17px;
        top: -7px; }
      header .menu a img {
        width: auto; }
        @media (max-width: 991px) {
          header .menu a img {
            width: 111px;
            padding-top: 0; } }
    header .menu .navbar-brand {
      margin-right: 0 !important; }
    header .menu .navbar-collapse {
      margin-top: 0; }
      @media (max-width: 767px) {
        header .menu .navbar-collapse {
          margin-top: 30px; } }
    header .menu .show {
      min-height: 160px; }
    header .menu .container-login {
      padding-top: 0.8rem; }
      @media (max-width: 991px) {
        header .menu .container-login {
          padding-top: 0; } }
      @media (max-width: 767px) {
        header .menu .container-login .input-group {
          width: 100%;
          margin-bottom: 20px; } }
      header .menu .container-login .input-group input.input-login-email {
        background: transparent;
        border-color: #fff;
        color: #fff;
        width: 200px; }
        @media (max-width: 767px) {
          header .menu .container-login .input-group input.input-login-email {
            width: auto; } }
        header .menu .container-login .input-group input.input-login-email::placeholder {
          color: #fff; }
      header .menu .container-login .input-group input.input-login-senha {
        background: transparent;
        border-color: #fff;
        color: #fff;
        width: 120px; }
        header .menu .container-login .input-group input.input-login-senha::placeholder {
          color: #fff; }
      header .menu .container-login .input-group .input-group-prepend .input-group-text {
        border-color: #fff !important;
        background: transparent !important; }
      header .menu .container-login .input-group .login-links {
        font-size: 0.75rem; }
  header #menu_usuario {
    background: #a7dfff;
    padding: 0; }
  header #menu_resumo {
    background: #fff;
    color: #000;
    padding: 10px; }
  header .avatar-cliente {
    width: 230px;
    display: block;
    font-size: 10px; }
    @media (max-width: 991px) {
      header .avatar-cliente {
        width: 100%;
        padding: 10px;
        margin: auto;
        float: none !important;
        background: #3b82bf; } }
    header .avatar-cliente .container-imagem-avatar {
      height: 60px;
      width: 60px;
      float: right;
      background-image: url(../../../Styles/dist/images/Karl-Urban-Billy-Butcher.jpg);
      background-size: cover;
      border: solid 3px #fff;
      margin-left: 15px; }
      @media (max-width: 991px) {
        header .avatar-cliente .container-imagem-avatar {
          float: right;
          margin-left: 15px; } }
    header .avatar-cliente .descricao-avatar {
      text-align: right; }
    header .avatar-cliente .nome-representante {
      font-size: 14px;
      font-weight: bold; }
    header .avatar-cliente .descricao-representante {
      font-size: 12px;
      font-style: normal; }
      header .avatar-cliente .descricao-representante img {
        vertical-align: middle;
        width: 20px; }
    header .avatar-cliente .tempo-acesso-representante {
      font-style: normal; }
  header .menu-responsivo {
    margin: auto;
    color: #000;
    height: 100%; }
    @media (max-width: 991px) {
      header .menu-responsivo .resumoProduto {
        text-align: left;
        width: 70%;
        margin: auto; } }
    header .menu-responsivo ul li {
      text-align: right;
      padding: 10px;
      margin-bottom: 2px;
      width: 100%;
      padding: 15px; }
      @media (max-width: 991px) {
        header .menu-responsivo ul li {
          text-align: right; } }
      header .menu-responsivo ul li i {
        content: " ";
        display: block;
        float: right;
        margin-top: -8px; }
      header .menu-responsivo ul li i:before {
        content: " ";
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background-color: #3b82bf;
        fill: currentColor;
        cursor: pointer; }
      header .menu-responsivo ul li a {
        font-size: 1rem; }
      @media (max-width: 991px) {
        header .menu-responsivo ul li h6 {
          text-align: center; } }
  @media (max-width: 991px) {
    header .menu-centered {
      text-align: center; } }
  header .menu-centered a img {
    width: auto; }
    @media (max-width: 991px) {
      header .menu-centered a img {
        width: 111px;
        margin: auto;
        padding-top: 0; } }
  header .menu-centered .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    /*i:before {
                    content: " ";
                    display: block;
                    width: 40px;
                    height: 40px;
                    background-color: $cor-neutra-b;
                    fill: currentColor;
                    cursor: pointer;
                }*/
    /*#icon-menu-responsivo:before {
                    -webkit-mask: url("../../../Styles/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
                    mask: url("../../../Styles/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
                }

                #icon-carrinho-compras {
                    -webkit-mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
                    mask: url("../../../Styles/dist/images/carrinho-compras.svg") no-repeat 50% 50%;
                }*/ }
    header .menu-centered .navbar .navbar-toggler .badge {
      position: absolute;
      z-index: 5;
      left: 50px;
      float: right;
      top: 19px;
      font-size: 0.8rem; }
  header .menu-centered .navbar-collapse {
    margin-top: 10px; }

.modal-dialog {
  position: relative;
  width: auto;
  /*margin-top: 100px !important;*/
  pointer-events: none;
  /*max-width: 300px !important;*/
  font-size: 12px; }

.modal-dialog header {
  max-height: 50px !important;
  min-height: 50px !important;
  font-size: 12px;
  /*padding-bottom: 30px;*/
  padding-top: 5px; }

.modal-dialog header > .close {
  max-height: 30px !important;
  padding: 0px 0px 0px 0px !important;
  margin: -3px 0px 0px 0px !important; }

.modal-dialog footer {
  max-height: 50px !important;
  font-size: 12px; }

.modal-dialog label {
  padding-bottom: 3px; }

.modal-dialog input[type="text"] {
  max-height: 20px !important;
  min-height: 20px !important;
  font-size: 12px; }

.modal-dialog select {
  max-height: 25px !important;
  min-height: 25px !important;
  font-size: 12px; }

/*Menu lado direito */
aside.aside-direito {
  position: fixed;
  top: 79px;
  overflow: hidden;
  height: 93.5vh;
  z-index: 999;
  /*right: -198px;*/
  right: 0;
  /*transition: all 1s cubic-bezier(0.2, 1, 0.2, 1) 0s;*/
  width: 250px; }
  @media (max-width: 991px) {
    aside.aside-direito {
      top: 57px; } }
  aside.aside-direito nav {
    background: #c6eaff;
    height: 100%; }
    aside.aside-direito nav label {
      display: block; }
  aside.aside-direito input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
  aside.aside-direito input[type=checkbox]:checked ~ nav {
    right: 0; }
  aside.aside-direito div a {
    width: 100%;
    display: inline-block;
    color: #3b82bf;
    font-size: 1rem; }
    aside.aside-direito div a div.container-links {
      background: #a7dfff;
      margin-bottom: 1px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: -4px; }
      aside.aside-direito div a div.container-links:hover {
        background: #089ed9;
        cursor: pointer;
        color: #fff;
        text-decoration: none !important; }
      aside.aside-direito div a div.container-links span.texto-menu {
        padding-left: 14px;
        padding-top: 6px;
        display: block;
        width: 79%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      aside.aside-direito div a div.container-links .container-icons {
        width: 52px;
        height: 40px;
        float: left;
        padding-left: 6px;
        background-color: #a7dfff;
        /*i:hover:before {
                    background-color: $cor-neutra-b;
                    fill: currentColor;
                }*/ }
        aside.aside-direito div a div.container-links .container-icons i {
          line-height: 40px;
          display: inline; }
        aside.aside-direito div a div.container-links .container-icons i:before {
          content: " ";
          display: block;
          float: left;
          width: 40px;
          height: 40px;
          background-color: #3b82bf;
          fill: currentColor;
          cursor: pointer; }
        aside.aside-direito div a div.container-links .container-icons i#home:before {
          -webkit-mask: url("/dist/images/home.svg") no-repeat 50% 50%;
          mask: url("/dist/images/home.svg") no-repeat 50% 50%; }
        aside.aside-direito div a div.container-links .container-icons i#condicao-comercial:before {
          -webkit-mask: url("/dist/images/partner.svg") no-repeat 50% 50%;
          mask: url("/dist/images/partner.svg") no-repeat 50% 50%; }
        aside.aside-direito div a div.container-links .container-icons i#cadastro:before {
          background: url("/dist/images/icon-cadastro.png") no-repeat center; }
        aside.aside-direito div a div.container-links .container-icons i#configuracoes:before {
          background: url("/dist/images/icon-config.png") no-repeat center; }
        aside.aside-direito div a div.container-links .container-icons i#tabela-prec:before {
          background: url("/dist/images/icon-tabela-preco.png") no-repeat center; }
        aside.aside-direito div a div.container-links .container-icons i#politica-com:before {
          -webkit-mask: url("/dist/images/politic.svg") no-repeat 50% 50%;
          mask: url("/dist/images/politic.svg") no-repeat 50% 50%; }
        aside.aside-direito div a div.container-links .container-icons i#pedido:before {
          -webkit-mask: url("/dist/images/pedido.svg") no-repeat 50% 50%;
          mask: url("/dist/images/pedido.svg") no-repeat 50% 50%; }
        aside.aside-direito div a div.container-links .container-icons i#relatorio:before {
          -webkit-mask: url("/dist/images/acompanhar-pedido.svg") no-repeat 50% 50%;
          mask: url("/dist/images/acompanhar-pedido.svg") no-repeat 50% 50%; }
        aside.aside-direito div a div.container-links .container-icons i#integracao:before {
          background: url("/dist/images/icon-integracao.png") no-repeat center; }
  aside.aside-direito div a:hover {
    text-decoration: none !important;
    color: #fff; }

/*aside.aside-direito:hover {
    right: 0;
    text-decoration: none;
}*/
/* Fim Menu lado direito */
/*Menu lado esquerdo */
aside.aside-esquerdo {
  position: fixed;
  top: 79px;
  overflow: hidden;
  height: 93.5vh;
  z-index: 999;
  /*left: -236px;
    transition: all 1s cubic-bezier(0.2, 1, 0.2, 1) 0s;*/
  padding-left: 10px;
  background: #f1f1f1;
  width: auto; }
  @media (max-width: 320px) {
    aside.aside-esquerdo {
      width: 100%; } }
  @media (max-width: 767px) {
    aside.aside-esquerdo {
      width: 320px; } }
  @media (max-width: 991px) {
    aside.aside-esquerdo {
      top: 57px; } }
  aside.aside-esquerdo nav {
    background: #f1f1f1;
    height: 100%;
    width: 320px; }
    aside.aside-esquerdo nav label {
      display: block; }
    aside.aside-esquerdo nav .menu_pedido_lateral {
      width: 60px; }
    aside.aside-esquerdo nav .resumo_pedido_lateral {
      background: #6c757d; }
    aside.aside-esquerdo nav .resumoProduto {
      margin-right: 0px; }
      aside.aside-esquerdo nav .resumoProduto li p {
        font-weight: bold;
        font-size: 0.875rem; }
    aside.aside-esquerdo nav .grupo-botoes-pedido {
      margin-right: 50px; }
  aside.aside-esquerdo input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
  aside.aside-esquerdo input[type=checkbox]:checked ~ nav {
    right: 0; }
  aside.aside-esquerdo ul li {
    margin-bottom: 1px;
    padding: 0 1.2rem;
    /*a:hover {
            color: $cor-neutra-b;
            background: $cor-primaria-id-sub-2;
            text-decoration: none;
            }*/
    /*#carrinho-compras {
                width: 60px;
                height: 60px;
                display: block;
            }
            i#carrinho-compras:before {
                background: url("../../../Styles/img/carrinho.svg") no-repeat center;
                position: absolute;
            }*/
    /*&:hover {
            background: $cor-primaria-id-sub-1;
        }*/ }
    aside.aside-esquerdo ul li a {
      width: 73%;
      display: inline-block;
      color: #089ed9;
      font-size: 1rem; }
    aside.aside-esquerdo ul li .badge {
      float: right;
      position: absolute;
      right: 10px;
      top: -7px;
      z-index: 5; }
    aside.aside-esquerdo ul li #carrinho-compras {
      display: inline;
      float: right;
      width: 30px; }

.sso-menu-responsivo {
  -webkit-mask: url("/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
  mask: url("/dist/images/menu-responsivo.svg") no-repeat 50% 50%;
  background-color: #fff !important;
  fill: currentColor !important;
  padding: 8px !important;
  border: 2px solid #fff !important;
  border-radius: 6px !important; }

i.icon-sso:before {
  content: " ";
  width: 22px;
  height: auto;
  display: inline-block;
  color: transparent; }

i.sso-info:before {
  -webkit-mask: url("/dist/images/icon-info.svg") no-repeat 50% 50%;
  mask: url("/dist/images/icon-info.svg") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-usuario:before {
  -webkit-mask: url("/dist/images/icon-usuario.png") no-repeat 50% 50%;
  mask: url("/dist/images/icon-usuario.png") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-config:before {
  -webkit-mask: url("/dist/images/icon-config.png") no-repeat 50% 50%;
  mask: url("/dist/images/icon-config.png") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-config:before {
  -webkit-mask: url("/dist/images/icon-config.png") no-repeat 50% 50%;
  mask: url("/dist/images/icon-config.png") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-login:before {
  -webkit-mask: url("/dist/images/icon-login.svg") no-repeat 50% 50%;
  mask: url("/dist/images/icon-login.svg") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-editar:before {
  -webkit-mask: url("/dist/images/icon-editar.svg") no-repeat 50% 50%;
  mask: url("/dist/images/icon-editar.svg") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-cadastro:before {
  -webkit-mask: url("/dist/images/icon-cadastro.png") no-repeat 50% 50%;
  mask: url("/dist/images/icon-cadastro.png") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

i.sso-relatorio:before {
  -webkit-mask: url("/dist/images/icon-relatorio.png") no-repeat 50% 50%;
  mask: url("/dist/images/icon-relatorio.png") no-repeat 50% 50%;
  background-color: #005587;
  fill: currentColor; }

/*aside.aside-esquerdo:hover {
    left: 0;
}*/
/* Fim Menu lado esquerdo */
.input-group .form-control {
  height: auto !important; }

.input-group ul.typeahead {
  width: 100% !important; }
  .input-group ul.typeahead li > a:hover {
    background: #94aec4 !important;
    color: #fff; }

.rodape-home {
  padding-bottom: 1rem;
  background-color: #f4f4f4; }
  .rodape-home-img {
    margin-top: -50px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .rodape-home-img {
        margin-top: -130px; } }
    @media (max-width: 320px) {
      .rodape-home-img {
        margin-top: -88px; } }
  .rodape-home-lista ul li {
    font-size: 0.813rem;
    font-weight: 600;
    margin-top: 20px; }
    .rodape-home-lista ul li a {
      color: #6c757d; }
      .rodape-home-lista ul li a:hover {
        text-decoration: none;
        color: #3b82bf; }
  .rodape-home .descricao-rodape {
    font-size: 0.875rem;
    text-align: right; }
    @media (max-width: 767px) {
      .rodape-home .descricao-rodape {
        text-align: center; } }

.tabela-overflow-responsiva {
  width: auto; }
  @media (max-width: 1199px) {
    .tabela-overflow-responsiva {
      display: block;
      overflow-x: scroll !important; } }
  @media (max-width: 768px) {
    .tabela-overflow-responsiva {
      display: block;
      overflow-x: scroll !important; } }
  @media (max-width: 414px) {
    .tabela-overflow-responsiva {
      display: block;
      overflow-x: scroll !important;
      width: 400px !important; } }
  @media (max-width: 320px) {
    .tabela-overflow-responsiva {
      display: block;
      overflow-x: scroll !important;
      width: 285px !important; } }

table {
  width: 100%;
  border-collapse: collapse !important;
  overflow: hidden !important;
  margin-bottom: 1rem !important; }

th,
td {
  padding: 15px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #6c757d !important; }

th {
  text-align: left !important;
  border-bottom: 0 !important; }

thead th {
  background-color: #005587 !important;
  color: #fff !important;
  font-weight: normal !important; }

tbody tr, tbody tr:nth-of-type(odd), tbody tr:nth-child(even) td {
  background: transparent !important;
  vertical-align: middle !important; }
  tbody tr:hover, tbody tr:nth-of-type(odd):hover, tbody tr:nth-child(even) td:hover {
    background-color: #e8f3ff !important; }

tbody tr, tbody tr:nth-of-type(even), tbody tr:nth-child(odd) td {
  background: transparent !important;
  vertical-align: middle !important; }
  tbody tr:hover, tbody tr:nth-of-type(even):hover, tbody tr:nth-child(odd) td:hover {
    background-color: #e8f3ff !important; }

tbody td {
  position: relative !important; }
  tbody td:hover {
    background-color: #e8f3ff !important; }
    tbody td:hover:before {
      content: "";
      position: absolute !important;
      left: 0 !important;
      right: 0 !important;
      top: -9999px !important;
      bottom: -9999px !important;
      background-color: #e8f3ff !important;
      z-index: -1 !important; }

.dataTables_wrapper .dataTables_info {
  padding-top: 10px !important;
  padding-left: 20px !important;
  font-size: 0.875rem; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0 !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  margin-left: 0 !important; }

.dataTables_wrapper ul.pagination {
  float: right !important;
  display: flex;
  padding-right: 12px;
  list-style: none; }

.carousel {
  margin-top: 15px; }
  .carousel .carousel-indicators li {
    background-color: #033c5d !important; }

.multiselect-container {
  width: 100%;
  padding: 0 !important;
  margin-top: 5px !important; }
  .multiselect-container li {
    padding: 5px !important;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .multiselect-container .multiselect-item {
    display: flex; }
    .multiselect-container .multiselect-item div .fa-search {
      padding: 10px;
      color: #089ed9; }
    .multiselect-container .multiselect-item div .multiselect-search {
      margin-right: 8px;
      border-radius: .25rem; }

/* Layout */
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

/* fade */
/* slide-fade */
.slide-fade-enter-active {
  transition: all .3s ease; }

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0; }

/* slide-fade */
.rotate {
  transition: all 0.5s 0.25s; }

.rotateY {
  transform: rotateY(180deg); }

@media (max-width: 767px) {
  body {
    padding: 0; } }

body main {
  padding: 63px 0; }
  @media (max-width: 991px) {
    body main {
      padding: 38px 0; } }
  body main .container-busca {
    padding-left: 20px;
    padding-right: 20px; }
  body main .container {
    max-width: 100% !important; }

.sessao-home-card {
  background: #fff;
  margin: 5rem 0; }
