﻿@charset "UTF-8";
@import url(../../Content/Css/normalize.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*@media (min-width:320px)  {  smartphones, portrait iPhone, portrait 480x320 phones (Android)  }
@media (min-width:480px)  {  smartphones, Android phones, landscape iPhone  }
@media (min-width:600px)  {  portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)  }
@media (min-width:801px)  {  tablet, landscape iPad, lo-res laptops ands desktops  }
@media (min-width:1025px) {  big landscape tablets, laptops, and desktops  }
@media (min-width:1281px) {  hi-res laptops and desktops/ }*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*@media (min-width:320px)  {  smartphones, portrait iPhone, portrait 480x320 phones (Android)  }
@media (min-width:480px)  {  smartphones, Android phones, landscape iPhone  }
@media (min-width:600px)  {  portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)  }
@media (min-width:801px)  {  tablet, landscape iPad, lo-res laptops ands desktops  }
@media (min-width:1025px) {  big landscape tablets, laptops, and desktops  }
@media (min-width:1281px) {  hi-res laptops and desktops/ }*/
.div-void-final {
  height: 80px; }

.upper {
  text-transform: uppercase; }

.centraliza {
  margin: auto; }

.centralizaconteudo {
  text-align: center; }

.w100 {
  width: 100%; }

.btt-transp {
  background-color: transparent; }

.btt-vermelho {
  background-color: #e01f2f;
  color: white; }

.btt-azul {
  background-color: #1b75bb;
  color: white; }

.btt-azul-rdd {
  background-color: #0a5084;
  color: white; }

.btt-verde {
  background-color: #50a15b;
  color: white; }

.btt-disabled {
  background-color: #c5d6e4;
  color: white; }

.btt-neutral {
  background-color: white;
  color: #575757;
  border: 1px solid #575757; }

.btt-icon {
  width: 11px !important; }

@media (max-width: 600px) {
  .txt-mobile-p {
    font-size: 10px; } }

.error {
  color: #be1e2d;
  font-weight: bold;
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .error {
      font-size: 14px; } }

.div-final {
  padding: 20px 0;
  position: relative;
  text-align: center; }

.no-margin {
  margin: 0 !important; }

.texto-azul {
  color: #1b75bb; }

.someupspace {
  margin-top: 20px !important; }

img {
  -ms-interpolation-mode: bicubic; }

.ui-autocomplete {
  background-color: white;
  list-style: none;
  padding: 5px;
  width: 90vw;
  font-size: 12px;
  color: #575757;
  z-index: 2;
  border: 1px solid #1b75bb; }
  @media screen and (min-width: 600px) {
    .ui-autocomplete {
      width: 400px;
      font-size: 12px; } }
  @media screen and (min-width: 1025px) {
    .ui-autocomplete {
      width: 400px;
      font-size: 12px; } }

body {
  overflow-y: scroll;
  overflow-x: hidden; }

.hidden {
  display: none; }

.texto {
  color: red;
  font-size: 12px; }
  @media screen and (min-width: 480px) {
    .texto {
      font-size: 14px; } }

.msg {
  text-align: center;
  margin: 0 auto;
  padding: 30px; }
  .msg .text {
    color: #575757;
    font-size: 14px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .msg .text {
        font-size: 20px; } }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em; }

/****************************************************************************************************************************************
    PROJETO - PAINEL DO CLIENTE
*****************************************************************************************************************************************/
label[for="nav-trigger"] {
  /* critical positioning styles */
  margin: 0 13px;
  z-index: 999;
  /* non-critical apperance styles */
  height: 10px;
  width: 10px;
  cursor: pointer;
  background-image: url("../Images/Menu/Hamburguer.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 600px) {
    label[for="nav-trigger"] {
      margin: 0 14px;
      height: 10px;
      width: 10px; } }
  @media screen and (min-width: 1025px) {
    label[for="nav-trigger"] {
      margin: 0 17px;
      height: 15px;
      width: 15px; } }

.navigation-painel .navigation-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 0.5px solid #ececec;
  height: 40px;
  width: 100vw; }
  @media screen and (min-width: 600px) {
    .navigation-painel .navigation-wrapper {
      height: 40px; } }
  @media screen and (min-width: 1025px) {
    .navigation-painel .navigation-wrapper {
      height: 55px; } }
  .navigation-painel .navigation-wrapper .logo {
    padding-left: 5px; }
    @media screen and (min-width: 800px) {
      .navigation-painel .navigation-wrapper .logo {
        padding: 0 10px; } }
    @media screen and (min-width: 1025px) {
      .navigation-painel .navigation-wrapper .logo {
        padding: 0 20px; } }
    .navigation-painel .navigation-wrapper .logo img {
      max-width: 80px;
      max-height: 30px; }
      @media screen and (min-width: 600px) {
        .navigation-painel .navigation-wrapper .logo img {
          max-width: 120px;
          max-height: 30px; } }
      @media screen and (min-width: 1025px) {
        .navigation-painel .navigation-wrapper .logo img {
          max-width: 130px;
          max-height: 40px; } }
  .navigation-painel .navigation-wrapper .hamburguer-divider {
    height: 100%;
    width: .5px;
    background-color: #ececec; }
  .navigation-painel .navigation-wrapper .titulo-links {
    display: flex;
    align-items: flex-end;
    align-content: center;
    flex-grow: 1;
    flex-direction: column;
    padding-right: 5px; }
    @media (min-width: 500px) {
      .navigation-painel .navigation-wrapper .titulo-links {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (min-width: 800px) {
      .navigation-painel .navigation-wrapper .titulo-links {
        padding-right: 20px; } }
    .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel {
      text-align: right;
      padding: 0; }
      @media (min-width: 500px) {
        .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel {
          text-align: left;
          margin-left: 20px; } }
      .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel .titulo-painel {
        font-size: 10px;
        color: #575757;
        font-weight: bold;
        text-transform: uppercase; }
        @media screen and (min-width: 480px) {
          .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel .titulo-painel {
            font-size: 12px; } }
        @media screen and (min-width: 800px) {
          .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel .titulo-painel {
            font-size: 14px; } }
        @media screen and (min-width: 1025px) {
          .navigation-painel .navigation-wrapper .titulo-links .div-titulo-painel .titulo-painel {
            font-size: 16px; } }
    .navigation-painel .navigation-wrapper .titulo-links .links {
      text-align: right;
      padding-right: 5px; }
      @media screen and (min-width: 1025px) {
        .navigation-painel .navigation-wrapper .titulo-links .links {
          padding-right: 20px; } }
    .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo {
      display: none;
      flex-grow: 1;
      justify-content: flex-end;
      align-items: center; }
      .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme {
        width: 60px;
        padding: 2px; }
        .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme .dxb {
          padding: 0; }
          @media (min-width: 400px) {
            .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme .dxb {
              padding: 5px; } }
      .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .txtBemVindo {
        font-size: 10px;
        color: #07385c;
        padding-right: 5px; }
        @media screen and (min-width: 600px) {
          .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .txtBemVindo {
            font-size: 10px;
            padding-right: 10px; } }
        @media screen and (min-width: 800px) {
          .navigation-painel .navigation-wrapper .titulo-links .div-bemvindo .txtBemVindo {
            font-size: 12px; } }

.container-menu {
  background-color: whitesmoke;
  width: 100vw; }
  .container-menu .menu-navigation {
    /* critical sizing and position styles */
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-y: scroll;
    list-style: none; }
    @media screen and (min-width: 600px) {
      .container-menu .menu-navigation {
        top: 40px;
        height: calc(100%-50px); } }
    @media screen and (min-width: 1025px) {
      .container-menu .menu-navigation {
        top: 55px;
        height: calc(100% - 55px); } }
  .container-menu .site-wrap {
    /* Critical position and size styles */
    min-height: calc(100vh - 40px);
    background-color: white;
    /* Precisa de background, ou então vai aparecer o menu atrás */
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100vw; }
    @media screen and (min-width: 600px) {
      .container-menu .site-wrap {
        min-height: calc(100vh - 40px);
        width: calc(100vw - 40px);
        left: 40px; } }
    @media screen and (min-width: 1025px) {
      .container-menu .site-wrap {
        min-height: calc(100vh - 55px);
        width: calc(100vw - 50px);
        left: 50px; } }

.nav-item {
  cursor: pointer; }

.parent .parent-style {
  display: flex;
  align-items: center;
  color: #575757;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  height: 30px;
  padding: 0 40px; }
  @media (min-height: 800px) and (min-width: 600px) {
    .parent .parent-style {
      font-size: 14px;
      padding: 0 45px 0;
      height: 35px; } }
  @media screen and (min-width: 1025px) {
    .parent .parent-style {
      padding: 0 50px 0;
      height: 35px; } }
  @media screen and (min-width: 1025px) and (min-height: 1000px) {
    .parent .parent-style {
      font-size: 14px;
      padding: 0 50px 0;
      height: 50px; } }

.nav-item a {
  /* non-critical appearance styles */
  display: flex;
  align-items: center;
  color: #575757;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  height: 30px;
  padding: 0 40px; }
  @media (min-height: 800px) and (min-width: 600px) {
    .nav-item a {
      font-size: 14px;
      padding: 0 45px 0;
      height: 35px; } }
  @media screen and (min-width: 1025px) {
    .nav-item a {
      padding: 0 50px 0;
      height: 35px; } }
  @media screen and (min-width: 1025px) and (min-height: 1000px) {
    .nav-item a {
      font-size: 14px;
      padding: 0 50px 0;
      height: 50px; } }

.nav-sub-item {
  text-decoration: none;
  list-style: none;
  padding: 0; }
  @media (min-height: 800px) {
    .nav-sub-item {
      padding: 5px 0 0 2px; } }

.nav-sub-item a {
  padding: 0;
  font-size: 10px;
  font-style: italic;
  padding-left: 15px;
  font-weight: normal;
  padding-left: 30px;
  height: 20px; }

@media (min-height: 800px) and (min-width: 600px) {
  .nav-sub-item a {
    font-size: 12px;
    padding-left: 30px;
    height: 20px; } }
  @media screen and (min-width: 1025px) {
    .nav-sub-item a {
      height: 20px;
      padding-left: 30px; } }
  @media screen and (min-width: 1025px) and (min-height: 1000px) {
    .nav-sub-item a {
      font-size: 12px;
      padding-left: 35px;
      height: 20px; } }

#nav ul.sub-menu {
  display: none;
  padding-left: 10px;
  background-color: whitesmoke; }
  @media (min-height: 800px) {
    #nav ul.sub-menu {
      padding-left: 15px; } }

#nav ul.visible {
  display: block; }

#navAdm ul.sub-menu {
  display: none; }

#navAdm ul.visible {
  display: block; }

#navEntr ul.sub-menu {
  display: none; }

#navEntr ul.visible {
  display: block; }

.nav-item a:hover {
  color: #1b75bb; }

/* Nav Trigger */
.nav-trigger {
  /* critical styles - esconde o checkbox */
  display: block;
  height: 0;
  width: 0; }

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s; }

/*.nav-trigger:checked + label {
	left: 165px;

	@include media ($tablet-portrait) {
		left: 215px;
	}

	@include media($laptop) {
		left: 215px;
	}
}*/
.nav-trigger:checked ~ .site-wrap {
  left: 150px; }
  @media screen and (min-width: 600px) {
    .nav-trigger:checked ~ .site-wrap {
      left: 200px; } }
  @media screen and (min-width: 1025px) {
    .nav-trigger:checked ~ .site-wrap {
      left: 190px; } }

#orcamento {
  background: url("../Images/Menu/Novo Orcamento.png") no-repeat 14px center;
  background-size: auto 50%; }

#criaros {
  background: url("../Images/Menu/Criar OS.svg") no-repeat 14px center;
  background-size: auto 50%; }

#intimacoes {
  background: url("../Images/Menu/certificate-outline.svg") no-repeat 14px center;
  background-size: auto 50%; }

#criarosmapa {
  background: url("../Images/Menu/Criar OS Mapa.svg") no-repeat 14px center;
  background-size: auto 50%; }

#distribuicao {
  background: url("../Images/Menu/Distribuicao.svg") no-repeat 14px center;
  background-size: auto 50%; }

#destinos {
  background: url("../Images/Menu/ExtratoDestinos.svg") no-repeat 14px center;
  background-size: auto 50%; }

#enderecosUtilizados {
  background: url("../Images/Menu/Favoritos.svg") no-repeat 14px center;
  background-size: auto 50%; }

#gestaoEntregadores {
  background: url("../Images/Menu/GestaoEntregadores.svg") no-repeat 14px center;
  background-size: auto 50%; }

#historicokm {
  background: url("../../PainelAdm/Images/HistoricoKm.svg") no-repeat 14px center;
  background-size: auto 50%; }

#os {
  background: url("../Images/Menu/Ordens de Servico.svg") no-repeat 14px center;
  background-size: auto 50%; }

#procurar {
  background: url("../Images/Menu/Procurar Entrega.svg") no-repeat 14px center;
  background-size: auto 50%; }

#relatorios {
  background: url("../Images/Menu/Relatorios.svg") no-repeat 14px center;
  background-size: auto 50%; }

#cadastros {
  background: url("../Images/Menu/Cadastro.svg") no-repeat 14px center;
  background-size: auto 50%; }

#dashboard {
  background: url("../Images/Menu/Estatisticas.svg") no-repeat 13px center;
  background-size: auto 50%; }

#controles {
  background: url("../Images/Menu/Controles.svg") no-repeat 14px center;
  background-size: auto 50%; }

#chave {
  background: url("../../PainelAdm/Images/GerarChave.svg") no-repeat 14px center;
  background-size: auto 50%; }

#transferencias {
  background: url("../Images/Material Design Icons/swap-horizontal.svg") no-repeat 14px center;
  background-size: auto 50%; }

#separacao {
  background: url("../Images/Menu/Separacao.svg") no-repeat 14px center;
  background-size: auto 50%; }

/*#entregadores {
	background: url("../Images/Menu/sub-entregadores.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-menu;
}*/
#rastreamento {
  background: url("../Images/Menu/Rastreamento.svg") no-repeat 14px center;
  background-size: auto 50%; }

#faturas {
  background: url("../Images/Menu/Faturas.svg") no-repeat 14px center;
  background-size: auto 50%; }

/*#servicos {
	background: url("../Images/Menu/sub-servicos.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}

#centroscusto {
	background: url("../Images/Menu/sub-centroscusto.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}

#itensavaliacao {
	background: url("../Images/Menu/sub-avaliacao.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}

#camposmobile {
	background: url("../Images/Menu/sub-camposmobile.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}

#usuarios {
	background: url("../Images/Menu/sub-usuarios.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}

#clientefilial {
	background: url("../Images/Menu/sub-clientefilial.svg") no-repeat $posicao-do-icone-do-menu;
	background-size: $tamanho-do-icone-do-submenu;
}*/
#edi {
  background: url("../Images/Menu/edi.svg") no-repeat 14px center;
  background-size: auto 50%; }

#sobre {
  background: url("../Images/Menu/About Us.svg") no-repeat 14px center;
  background-size: auto 50%; }

#sobre1 {
  background: url("../Images/Menu/About Us.svg") no-repeat 14px center;
  background-size: auto 50%; }

.item-menu-ativo {
  background-color: #c5d6e4 !important; }

.item-submenu-ativo {
  font-weight: bold !important; }

.container-painel {
  width: 100%; }
  .container-painel .dxgvSelectedRow_EOTheme {
    background-color: #eeeeee !important; }
  .container-painel .dxgvFocusedRow_EOTheme {
    background-color: #bad5ea !important; }
    .container-painel .dxgvFocusedRow_EOTheme .dxgv {
      color: #575757; }
    .container-painel .dxgvFocusedRow_EOTheme a {
      color: #1b75bb !important; }
  .container-painel .grid-com-links-rastreamento .popup-menu-track {
    width: 200px !important; }
    .container-painel .grid-com-links-rastreamento .popup-menu-track .track-menu-item {
      display: flex;
      align-items: center;
      width: 100%; }
      .container-painel .grid-com-links-rastreamento .popup-menu-track .track-menu-item img {
        width: 20px;
        height: 20px;
        padding-right: 10px; }
  @media screen and (min-width: 1025px) {
    .container-painel {
      max-width: 1200px;
      margin: 0 auto; } }
  .container-painel .titulo {
    padding: 0;
    text-align: center;
    max-width: 80vw;
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      .container-painel .titulo {
        padding: 0; } }
    @media screen and (min-width: 600px) {
      .container-painel .titulo {
        padding: 0.5em 0; } }
    .container-painel .titulo h2 {
      text-align: center;
      padding-top: 25px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 !important;
      color: #575757; }
      @media screen and (min-width: 480px) {
        .container-painel .titulo h2 {
          font-size: 16px;
          padding-top: 5px; } }
      @media screen and (min-width: 600px) {
        .container-painel .titulo h2 {
          font-size: 20px; } }
    .container-painel .titulo h3 {
      font-weight: normal;
      font-size: 10px; }
      @media screen and (min-width: 480px) {
        .container-painel .titulo h3 {
          font-size: 14px; } }
  .container-painel .grid .dxpcLite_EOTheme {
    max-width: 80vw; }
    @media screen and (min-width: 600px) {
      .container-painel .grid .dxpcLite_EOTheme {
        max-width: 100vw; } }
  .container-painel .grid .dxgvPopupEditForm_EOTheme {
    max-width: 80vw;
    padding: 0;
    max-height: 80vh; }
    @media screen and (min-width: 600px) {
      .container-painel .grid .dxgvPopupEditForm_EOTheme {
        max-width: 100vw; } }
  .container-painel .grid .dxeButtonEdit_EOTheme {
    width: 100%; }
  .container-painel .grid .dxgvEmptyDataRow_EOTheme {
    color: #cb4a56; }
  .container-painel .grid .focused-row {
    background-color: #F1F1F1;
    color: #484848; }
    .container-painel .grid .focused-row a {
      color: #1b75bb;
      text-decoration: underline; }
  .container-painel .painel-particao-enfase {
    width: 100%;
    background-color: #ececec;
    padding: 20px;
    border-radius: 10px; }
  .container-painel .particao-separador {
    height: 50px; }
  .container-painel .painel-particao .dxeCaptionCell_EOTheme {
    padding-bottom: 5px; }
  .container-painel .painel-particao .painel-particao-caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .container-painel .painel-particao .campos-alinhados {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .container-painel .painel-particao .dxbButton_EOTheme {
    padding: 0 !important; }
  .container-painel .painel-particao .barra-de-botoes {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .container-painel .painel-particao .particao-campos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .container-painel .painel-particao .painel-particao-barra-filtros .toolbox-separator {
    height: 50px;
    width: 1px;
    background-color: #ececec;
    margin: 0 5px; }
  .container-painel .painel-particao .painel-particao-barra-filtros .dxeCaptionCell_EOTheme {
    padding: 0; }
    .container-painel .painel-particao .painel-particao-barra-filtros .dxeCaptionCell_EOTheme .dxeCaption_EOTheme {
      font-size: 12px; }
  .container-painel .painel-particao .painel-particao-barra-filtros .dxm-separator {
    display: none; }
  .container-painel .painel-particao .painel-particao-barra-filtros .dxm-main {
    background-color: transparent !important;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    padding: 7px;
    height: 70px; }
    .container-painel .painel-particao .painel-particao-barra-filtros .dxm-main ul {
      display: flex;
      align-items: center; }
    .container-painel .painel-particao .painel-particao-barra-filtros .dxm-main .dxm-separator {
      display: none; }

.grid-solicitacoes .dxeBase_EOTheme {
  font-size: 15px; }

.grid-solicitacoes .dxgvTable_EOTheme {
  border: none !important;
  box-shadow: none !important; }

.grid-solicitacoes .dxgvGroupRow_EOTheme {
  background-color: transparent !important; }
  .grid-solicitacoes .dxgvGroupRow_EOTheme .dxgv {
    border-bottom: none !important;
    padding: 5px 0 !important; }

.grid-solicitacoes .dxgvDataRow_EOTheme .dxgvIndentCell {
  border-bottom: none !important; }

.grid-solicitacoes .group-row-content {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  background-color: #ececec;
  justify-content: space-between; }
  .grid-solicitacoes .group-row-content .id-container {
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .grid-solicitacoes .group-row-content .data-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    margin-left: 20px; }
  .grid-solicitacoes .group-row-content .status-item-container {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .grid-solicitacoes .group-row-content .buttons-item-container {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }

.grid-solicitacoes .data-row-content {
  display: flex;
  padding: 10px;
  border-radius: 5px; }
  .grid-solicitacoes .data-row-content .id-container {
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .grid-solicitacoes .data-row-content .data-item-solicitacao-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }

.info-localizacao {
  font-size: 12px;
  white-space: normal; }

.form-painel {
  text-align: center;
  max-width: 100vw;
  padding: 7px;
  position: relative; }
  @media screen and (min-width: 600px) {
    .form-painel {
      border: 1px solid #cacaca;
      max-width: 90%;
      padding: 10px; } }
  @media screen and (min-width: 1025px) {
    .form-painel {
      max-width: 70%;
      width: auto;
      padding: 30px; } }
  .form-painel .form-painel-fl {
    width: 100%;
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .form-painel .form-painel-fl {
        width: 60%;
        font-size: 14px; } }
  .form-painel .form-box {
    border: 1px solid #d8d8d8;
    width: 95%;
    margin: 10px 5px;
    padding: 5px; }
    @media screen and (min-width: 600px) {
      .form-painel .form-box {
        margin: 10px 5px;
        padding: 5px;
        width: 95%; } }
    @media screen and (min-width: 1025px) {
      .form-painel .form-box {
        margin: 10px auto;
        padding: 10px;
        width: 95%; } }
  .form-painel .caption {
    font-family: "Arial",serif !important;
    color: #0a0a0a !important; }
  .form-painel .memo {
    width: 100%;
    height: 60px; }
  .form-painel .dxeEditAreaSys {
    font-size: 12px !important;
    height: 20px;
    border: 1px solid #cacaca; }
    @media screen and (min-width: 600px) {
      .form-painel .dxeEditAreaSys {
        font-size: 14px !important;
        height: 20px; } }
  .form-painel .dxeMemoEditArea {
    font-size: 12px !important; }
    @media screen and (min-width: 600px) {
      .form-painel .dxeMemoEditArea {
        font-size: 14px !important; } }
  .form-painel .dxgvEmptyDataRow_EOTheme {
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .form-painel .dxgvEmptyDataRow_EOTheme {
        font-size: 14px; } }
    .form-painel .dxgvEmptyDataRow_EOTheme .dxgv {
      border: 1px solid #ececec !important;
      border-radius: 5px; }
  .form-painel .dxpcLite_EOTheme {
    width: 100vw; }
    @media screen and (min-width: 600px) {
      .form-painel .dxpcLite_EOTheme {
        width: 500px; } }
  .form-painel .dxgvPopupEditForm_EOTheme {
    max-height: 80vh !important; }
  .form-painel .form-two-column .item1-2 .dxeTextBoxSys {
    width: calc(100vw/2 - 25px); }
    @media screen and (min-width: 600px) {
      .form-painel .form-two-column .item1-2 .dxeTextBoxSys {
        width: 206px; } }
  .form-painel .form-two-column .item2-2 .dxeTextBoxSys {
    width: calc(100vw - 10px); }
    @media screen and (min-width: 600px) {
      .form-painel .form-two-column .item2-2 .dxeTextBoxSys {
        width: 460px; } }
  .form-painel .form-two-column .item2-2 .dxeButtonEditSys {
    width: calc(100vw - 10px); }
    @media screen and (min-width: 600px) {
      .form-painel .form-two-column .item2-2 .dxeButtonEditSys {
        width: 460px; } }
  .form-painel .form-two-column .space {
    padding-left: 10px; }
    @media screen and (min-width: 600px) {
      .form-painel .form-two-column .space {
        padding-left: 20px; } }
  .form-painel .form-two-column h3 {
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .form-painel .form-two-column h3 {
        font-size: 14px; } }

.container-popup-rota {
  height: 95vh;
  width: 95vw;
  background-color: red;
  position: fixed !important;
  top: 2.5vh;
  left: 2.5vw;
  display: none; }

.btt-close {
  position: fixed;
  top: 8vh;
  right: 2.4vw;
  height: 23px;
  width: 23px;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: Arial;
  cursor: pointer;
  background-color: white;
  color: #575757; }

.div-baixar-modelo {
  position: absolute;
  bottom: -50px;
  left: 0; }
  .div-baixar-modelo img {
    height: 35px; }

.btt-barcode {
  background: url(/Painel/Images/Botoes/Barcode.svg) center center no-repeat;
  height: 35px;
  width: 40px;
  float: left;
  background-size: 100%;
  cursor: pointer;
  margin-right: 7px; }

.div-barcode {
  margin-left: 5px;
  width: 200px;
  height: 60px;
  text-align: left; }

.dxeHLC, .dxeHC, .dxeHFC {
  display: none; }

.os-controles {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  text-align: right;
  margin-top: 15px;
  padding-right: 5px; }
  .os-controles .btts-enderecos {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .os-controles .btts-enderecos .div-btt-up {
      background: url("../Images/Botoes/ImportXml.svg") center no-repeat;
      width: 50px;
      height: 35px;
      cursor: pointer; }
    .os-controles .btts-enderecos .div-btt-xls {
      background: url("../Images/Botoes/ImportXLSX.svg") center no-repeat;
      width: 50px;
      height: 35px;
      cursor: pointer; }
    .os-controles .btts-enderecos .div-btt-pdf {
      background: url("../Images/Botoes/ImportPDF.svg") center no-repeat;
      width: 50px;
      height: 35px;
      cursor: pointer; }
    .os-controles .btts-enderecos .div-btt-entradaemlote {
      background: url("../Images/Botoes/EntradaEmLote.svg") center no-repeat;
      width: 50px;
      height: 35px;
      cursor: pointer; }
    .os-controles .btts-enderecos .div-escondebttup {
      width: 100px;
      height: 25px; }
    .os-controles .btts-enderecos .btt-processar {
      border: 1px solid #575757;
      color: #575757; }

.div-autocomplete-mode .btt-autocomplete-mode {
  width: 30px;
  height: 30px;
  background: url("../Images/Botoes/ModoHistorico.png") no-repeat 0px 0px;
  background-size: contain;
  cursor: pointer; }

.div-autocomplete-mode .inativo {
  background: url("../Images/Botoes/ModoMapa.png") no-repeat 0px 0px; }

.div-recebidolido {
  display: flex;
  flex-flow: row;
  flex-direction: row-reverse;
  align-items: center; }
  .div-recebidolido img {
    height: 20px;
    width: 20px;
    margin: 0 auto; }

.div-ferramentas {
  display: flex;
  justify-content: space-between; }
  .div-ferramentas .div-msg-erro-esq {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-left: 20px; }
    .div-ferramentas .div-msg-erro-esq .label-page-timer {
      color: #cb4a56; }
  .div-ferramentas .div-barra-ferramentas-esq {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px; }
  .div-ferramentas .div-barra-ferramentas-dir {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 15px;
    align-items: center; }
    .div-ferramentas .div-barra-ferramentas-dir .div-barra-ferramentas-separador {
      width: 20px; }
    .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item-combo {
      width: 380px;
      display: flex;
      align-items: flex-end;
      height: 50px; }
    .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item {
      padding-left: 5px; }
      .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item .dxbButton_EOTheme {
        background-color: transparent; }
      .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item .dxb {
        padding: 6px; }
      .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item .dxbTSys {
        width: auto; }
      .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item .baixar_kms {
        margin-top: 10px;
        margin-right: 10px; }
    .div-ferramentas .div-barra-ferramentas-dir .barra-ferramentas-item:last-of-type {
      border-right: none; }

.cap {
  font-weight: bold; }

.cap-bigger {
  font-size: 12px; }
  @media screen and (min-width: 800px) {
    .cap-bigger {
      font-size: 14px !important; } }
  @media screen and (min-width: 1025px) {
    .cap-bigger {
      font-size: 16px !important; } }

.cap-bold {
  font-weight: bold;
  font-size: 10px; }
  @media screen and (min-width: 800px) {
    .cap-bold {
      font-size: 14px !important; } }
  @media screen and (min-width: 1025px) {
    .cap-bold {
      font-size: 16px !important; } }

.cap-vermelha {
  color: #be1e2d;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (min-width: 800px) {
    .cap-vermelha {
      font-size: 14px !important; } }
  @media screen and (min-width: 1025px) {
    .cap-vermelha {
      font-size: 16px !important; } }

.cap-azul {
  color: #1b75bb;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (min-width: 800px) {
    .cap-azul {
      font-size: 14px !important; } }
  @media screen and (min-width: 1025px) {
    .cap-azul {
      font-size: 16px !important; } }

.cap-verde {
  color: #50a15b;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (min-width: 800px) {
    .cap-verde {
      font-size: 14px !important; } }
  @media screen and (min-width: 1025px) {
    .cap-verde {
      font-size: 16px !important; } }

.container-single {
  max-width: 100vw; }
  @media screen and (min-width: 600px) {
    .container-single {
      max-width: 1200px;
      margin: 0 auto; } }
  .container-single .cabecalho {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ececec;
    align-items: center; }
    @media screen and (min-width: 800px) {
      .container-single .cabecalho {
        margin-top: 10px;
        background-color: white;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec; } }
    .container-single .cabecalho .logo {
      background-color: white;
      width: 100vw;
      padding: .2em; }
      @media screen and (min-width: 800px) {
        .container-single .cabecalho .logo {
          max-width: 10em;
          text-align: left;
          padding-left: 1em; } }
      .container-single .cabecalho .logo img {
        max-height: 2.5em;
        max-width: calc(100vw - 2em); }
        @media screen and (min-width: 480px) {
          .container-single .cabecalho .logo img {
            max-height: 4em;
            max-width: 10em; } }
        @media screen and (min-width: 600px) {
          .container-single .cabecalho .logo img {
            max-height: 4em;
            max-width: 10em; } }
        @media screen and (min-width: 1025px) {
          .container-single .cabecalho .logo img {
            max-height: 6em;
            max-width: 10em; } }
    .container-single .cabecalho .empresa {
      width: 100vw; }
      @media screen and (min-width: 800px) {
        .container-single .cabecalho .empresa {
          width: calc(100% - 20em); } }
      .container-single .cabecalho .empresa .dxflItemSys {
        text-align: center; }
      .container-single .cabecalho .empresa .info-titulo {
        color: #575757;
        font-size: 12px;
        font-weight: bolder; }
        @media screen and (min-width: 1025px) {
          .container-single .cabecalho .empresa .info-titulo {
            font-size: 1.5em; } }
      .container-single .cabecalho .empresa .info {
        color: #575757;
        font-size: 10px; }
        @media screen and (min-width: 1025px) {
          .container-single .cabecalho .empresa .info {
            font-size: 1.2em; } }
    .container-single .cabecalho .os {
      width: 100vw;
      color: #575757;
      text-align: center;
      font-size: 14px; }
      @media screen and (min-width: 800px) {
        .container-single .cabecalho .os {
          width: 10em;
          font-size: 14px;
          padding-right: 1em; } }
      @media screen and (min-width: 1025px) {
        .container-single .cabecalho .os {
          width: 10em;
          font-size: 20px; } }
      .container-single .cabecalho .os .os-interna-dist {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 5px; }
        @media screen and (min-width: 800px) {
          .container-single .cabecalho .os .os-interna-dist {
            flex-direction: column;
            padding: .3em;
            justify-content: center; } }
        .container-single .cabecalho .os .os-interna-dist .dist-alinhar-esq {
          display: flex;
          flex-direction: column;
          padding: 2px 5px;
          align-items: flex-start;
          justify-content: space-around; }
          @media screen and (min-width: 800px) {
            .container-single .cabecalho .os .os-interna-dist .dist-alinhar-esq {
              align-items: center; } }
        .container-single .cabecalho .os .os-interna-dist .dist-alinhar-dir {
          display: flex;
          flex-direction: column;
          padding: 2px 5px;
          align-items: flex-end;
          justify-content: space-around; }
          @media screen and (min-width: 800px) {
            .container-single .cabecalho .os .os-interna-dist .dist-alinhar-dir {
              align-items: center; } }
        .container-single .cabecalho .os .os-interna-dist .nro-os-dist {
          color: #1b75bb;
          font-size: 16px; }
          @media screen and (min-width: 480px) {
            .container-single .cabecalho .os .os-interna-dist .nro-os-dist {
              font-size: 20px; } }
          @media screen and (min-width: 1025px) {
            .container-single .cabecalho .os .os-interna-dist .nro-os-dist {
              font-size: 24px; } }
      .container-single .cabecalho .os .os-interna {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        justify-content: space-between;
        padding: 0 10px; }
        @media screen and (min-width: 800px) {
          .container-single .cabecalho .os .os-interna {
            flex-direction: column;
            padding: .3em;
            justify-content: center; } }
        .container-single .cabecalho .os .os-interna p {
          padding: 2px 0 0 0;
          margin: 2px; }
        .container-single .cabecalho .os .os-interna .div-nro-os {
          display: flex;
          align-items: center; }
          @media screen and (min-width: 480px) {
            .container-single .cabecalho .os .os-interna .div-nro-os {
              padding-left: 0;
              flex-direction: column; } }
          .container-single .cabecalho .os .os-interna .div-nro-os .nroos {
            font-size: 1.2em;
            padding-left: .5em; }
            @media screen and (min-width: 480px) {
              .container-single .cabecalho .os .os-interna .div-nro-os .nroos {
                padding-left: 0; } }
        .container-single .cabecalho .os .os-interna .os-relatorio {
          margin-top: 5px; }
          .container-single .cabecalho .os .os-interna .os-relatorio img {
            height: 20px;
            width: 20px;
            cursor: pointer; }
            @media screen and (min-width: 800px) {
              .container-single .cabecalho .os .os-interna .os-relatorio img {
                height: 30px;
                width: 30px; } }
  .container-single p {
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #575757;
    margin: 0 0 .5em 0;
    padding-left: .5em; }
    @media screen and (min-width: 480px) {
      .container-single p {
        font-size: .8em;
        padding: 0; } }
  .container-single .linha {
    display: flex;
    justify-content: flex-start; }
    .container-single .linha .capt {
      padding-top: 2px;
      font-weight: bold;
      width: 9em;
      font-size: .8em;
      white-space: nowrap; }
      @media screen and (min-width: 480px) {
        .container-single .linha .capt {
          font-size: .8em; } }
      @media screen and (min-width: 800px) {
        .container-single .linha .capt {
          font-size: .8em; } }
    .container-single .linha .conteudo .dxeBase {
      font-family: "Roboto", sans-serif;
      font-size: .7em; }
      @media screen and (min-width: 480px) {
        .container-single .linha .conteudo .dxeBase {
          font-size: .7em; } }
      @media screen and (min-width: 800px) {
        .container-single .linha .conteudo .dxeBase {
          font-size: .8em; } }
  .container-single .dadosos {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 800px) {
      .container-single .dadosos {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1em; } }
    .container-single .dadosos .flex-dados {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
      padding: .5em;
      color: #767676;
      font-family: "Roboto", sans-serif; }
      @media screen and (min-width: 800px) {
        .container-single .dadosos .flex-dados {
          width: 32%;
          padding: 1em; } }
  .container-single .dadosos-distr {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 800px) {
      .container-single .dadosos-distr {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1em; } }
    .container-single .dadosos-distr .flex-dados {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
      width: 100%;
      padding: .5em;
      color: #767676;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 800px) {
        .container-single .dadosos-distr .flex-dados {
          padding: 1em;
          flex-direction: row;
          justify-content: space-between; } }
      .container-single .dadosos-distr .flex-dados .coluna {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-self: center; }
  .container-single .obsos {
    border: 1px solid #ececec;
    padding: .5em;
    color: #767676;
    font-family: "Roboto", sans-serif;
    margin: .5em 0; }
    @media screen and (min-width: 800px) {
      .container-single .obsos {
        padding: 1em;
        margin: 1em 0; } }

.btt-menu img {
  width: 40px;
  height: 40px; }

.popup-painel {
  width: 100vw; }
  @media screen and (min-width: 600px) {
    .popup-painel {
      width: 100%; } }
  .popup-painel .dxpc-content {
    padding: 1px; }
    @media screen and (min-width: 800px) {
      .popup-painel .dxpc-content {
        padding: 11px; } }
  .popup-painel .dxpc-closeBtn {
    width: 20px;
    height: 20px; }
    .popup-painel .dxpc-closeBtn img {
      background-image: none !important; }
  .popup-painel .slider-painel .dxis-item, .popup-painel .slider-painel .dxis-nbitem {
    background-image: none !important;
    background-color: #575757 !important; }
  .popup-painel .page-control-painel {
    height: 80vh; }
    @media screen and (min-width: 800px) {
      .popup-painel .page-control-painel {
        height: 60vh; } }
  .popup-painel .template-km {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .popup-painel .template-km .km-image {
      width: 90vw; }
      @media screen and (min-width: 800px) {
        .popup-painel .template-km .km-image {
          width: auto;
          max-height: 80vh; } }
  .popup-painel .single-image-popup {
    height: 60vh; }
    @media screen and (min-width: 800px) {
      .popup-painel .single-image-popup {
        height: 80vh; } }

.template-espera {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto; }
  .template-espera .mapa-inicio-espera {
    height: 200px;
    width: 100%; }
  .template-espera .mapa-fim-espera {
    height: 200px;
    width: 100%; }
  .template-espera .infowindow-title {
    font-weight: bold; }

.titulo-header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 60px; }
  @media screen and (min-width: 480px) {
    .titulo-header {
      font-size: 22px;
      height: 90px; } }
  .titulo-header h4 {
    padding: 20px 0;
    margin: 0; }
    @media screen and (min-width: 480px) {
      .titulo-header h4 {
        padding: 30px 0; } }

.container-pesquisa {
  max-width: 100vw; }
  @media screen and (min-width: 600px) {
    .container-pesquisa {
      max-width: 1200px;
      margin: 0 auto; } }
  .container-pesquisa .dxflGroupCell_EOTheme {
    display: block;
    padding-bottom: 10px; }
    @media screen and (min-width: 600px) {
      .container-pesquisa .dxflGroupCell_EOTheme {
        display: table-cell;
        padding-bottom: 0; } }
  .container-pesquisa .enunciado {
    font-size: 14px;
    color: #575757;
    padding: 0 20px; }
    @media screen and (min-width: 600px) {
      .container-pesquisa .enunciado {
        font-size: 22px; } }
  .container-pesquisa .item-pesquisa {
    width: 90vw;
    height: 30px; }
    @media screen and (min-width: 600px) {
      .container-pesquisa .item-pesquisa {
        width: 170px;
        height: 30px; } }
  .container-pesquisa .caption-pesquisa {
    color: #575757;
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .container-pesquisa .caption-pesquisa {
        font-size: 14px; } }
  .container-pesquisa .container-filtros {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .container-pesquisa .container-filtros .horizontal-filters {
      width: 400px;
      display: flex;
      justify-content: space-around;
      align-items: center; }

.mapa-neutral {
  height: 100px;
  width: 100%;
  border: 1px solid #575757; }
  @media screen and (min-width: 600px) {
    .mapa-neutral {
      text-align: center;
      height: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      width: 100%; } }

.mapaexpandido-neutral {
  height: 300px;
  width: 100%;
  border: 1px solid #575757; }
  @media screen and (min-width: 600px) {
    .mapaexpandido-neutral {
      text-align: center;
      height: 400px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      width: 100%; } }

.fl_r {
  width: 40%;
  float: right;
  text-align: right; }

.fl_l {
  width: 60%;
  float: left;
  text-align: left; }

.km-valor {
  width: 100%;
  border: none;
  font-weight: bold;
  margin-top: 10px; }
  .km-valor .dxeDisabled_EOTheme {
    color: #1b75bb;
    text-align: center; }

.div-grid-enderecos {
  max-width: 100vw; }
  .div-grid-enderecos .read-only-editformcontrol {
    border: none; }
  .div-grid-enderecos .nro-destino {
    font-weight: bold;
    font-size: 16px;
    border: none;
    font-family: "Roboto", sans-serif; }
    .div-grid-enderecos .nro-destino .dxeEditArea_EOTheme {
      color: #1b75bb; }
  .div-grid-enderecos .dxgvDRTC {
    padding: 0 3px 3px; }
  .div-grid-enderecos .dxgvTable_EOTheme {
    border: none !important;
    box-shadow: none; }
  .div-grid-enderecos .dxflHALSys {
    padding: 7px 0 0 0 !important; }
  .div-grid-enderecos td.dxic {
    padding: 3px 8px 3px 7px; }
  .div-grid-enderecos .dxgvEditForm_EOTheme td.dxgv {
    background-color: white;
    border: 1px solid #ececec !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px; }
  @media (max-width: 800px) {
    .div-grid-enderecos .dxgvEditForm_EOTheme td {
      display: contents; } }

.div-login {
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  width: 100vw; }
  @media screen and (min-width: 480px) {
    .div-login {
      width: 465px;
      margin-top: 5px; } }
  @media screen and (min-width: 1025px) {
    .div-login {
      width: 465px;
      margin-top: 30px; } }
  .div-login .dxeEditAreaSys {
    font-size: 12px;
    border: 1px solid #cacaca;
    width: 80vw;
    height: 20px; }
    @media screen and (min-width: 600px) {
      .div-login .dxeEditAreaSys {
        font-size: 14px;
        width: 400px;
        height: 30px; } }
  .div-login .dxeCLTSys {
    padding: 13px 0 7px !important; }
  .div-login .dxeCaption_EOTheme {
    color: #575757; }
    @media screen and (min-width: 1025px) {
      .div-login .dxeCaption_EOTheme {
        font-size: 14px; } }
  .div-login .dxeBase_EOTheme {
    color: #575757;
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .div-login .dxeBase_EOTheme {
        font-size: 16px; } }
  .div-login .dxeRadioButtonList_EOTheme {
    margin: 0 auto; }

.div-esqueci-senha {
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end; }

.landing-form {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  @media screen and (min-width: 1025px) {
    .landing-form .limit {
      max-width: 1600px;
      margin: 0 auto; } }
  .landing-form .header-landing {
    width: 100vw;
    background-color: #414141;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between; }
    .landing-form .header-landing img {
      margin-right: 5px;
      height: 15px; }
      @media screen and (min-width: 800px) {
        .landing-form .header-landing img {
          height: 20px; } }
    .landing-form .header-landing .info-segment {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 800px) {
        .landing-form .header-landing .info-segment {
          flex-direction: row; } }
      .landing-form .header-landing .info-segment .info-item-separator {
        width: 10px; }
      .landing-form .header-landing .info-segment .info-item {
        display: flex;
        align-items: center; }
        .landing-form .header-landing .info-segment .info-item .dxeBase_EOTheme {
          color: white;
          font-size: 10px;
          text-transform: uppercase; }
          @media screen and (min-width: 1025px) {
            .landing-form .header-landing .info-segment .info-item .dxeBase_EOTheme {
              font-size: 12px; } }
    .landing-form .header-landing .right-button {
      display: flex;
      justify-content: center;
      align-items: center; }
  .landing-form .header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    .landing-form .header-logo img {
      height: 60px; }
      @media screen and (min-width: 1025px) {
        .landing-form .header-logo img {
          height: 100px; } }
  .landing-form .banner {
    height: 300px;
    width: 100vw;
    background-size: cover;
    background-position-y: 40%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1025px) {
      .landing-form .banner {
        flex-grow: 1; } }
    @media screen and (min-width: 1900px) {
      .landing-form .banner {
        background-position-y: 50%;
        height: 400px; } }
    .landing-form .banner .inner-banner {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 10px;
      background-color: rgba(69, 69, 69, 0.3);
      width: 100vw;
      height: 100%; }
      @media screen and (min-width: 800px) {
        .landing-form .banner .inner-banner {
          flex-direction: row;
          justify-content: space-around;
          align-items: center; } }
      .landing-form .banner .inner-banner .texto-chamada {
        color: white;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 14px; }
        @media screen and (min-width: 600px) {
          .landing-form .banner .inner-banner .texto-chamada {
            font-size: 16px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .banner .inner-banner .texto-chamada {
            font-size: 24px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .banner .inner-banner .texto-chamada {
            font-size: 30px; } }
      .landing-form .banner .inner-banner .texto {
        color: white;
        font-size: 12px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); }
        @media screen and (min-width: 600px) {
          .landing-form .banner .inner-banner .texto {
            font-size: 14px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .banner .inner-banner .texto {
            font-size: 18px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .banner .inner-banner .texto {
            font-size: 24px; } }
  .landing-form .banner-acesso {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom; }
  .landing-form .div-panels {
    padding: 15px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .landing-form .div-panels {
        padding: 30px; } }
    @media screen and (min-width: 1025px) {
      .landing-form .div-panels {
        padding: 50px; } }
    .landing-form .div-panels .panels {
      display: flex;
      justify-content: space-around;
      text-align: center; }
      .landing-form .div-panels .panels .panel {
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 150px; }
        @media screen and (min-width: 480px) {
          .landing-form .div-panels .panels .panel {
            width: 200px;
            height: 160px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .panels .panel {
            width: 300px;
            height: 200px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .div-panels .panels .panel {
            width: 400px;
            height: 250px; } }
      .landing-form .div-panels .panels .panel-acesso {
        height: 150px; }
        @media screen and (min-width: 480px) {
          .landing-form .div-panels .panels .panel-acesso {
            height: 160px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .panels .panel-acesso {
            height: 200px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .div-panels .panels .panel-acesso {
            height: 200px; } }
      .landing-form .div-panels .panels p {
        font-size: 12px;
        margin: 0; }
        @media screen and (min-width: 600px) {
          .landing-form .div-panels .panels p {
            font-size: 14px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .panels p {
            font-size: 18px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .div-panels .panels p {
            font-size: 24px; } }
      .landing-form .div-panels .panels .dx-vam {
        font-size: 12px; }
        @media screen and (min-width: 600px) {
          .landing-form .div-panels .panels .dx-vam {
            font-size: 14px; } }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .panels .dx-vam {
            font-size: 18px; } }
        @media screen and (min-width: 1900px) {
          .landing-form .div-panels .panels .dx-vam {
            font-size: 24px; } }
    .landing-form .div-panels .two-panels {
      position: relative;
      height: 130px;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .landing-form .div-panels .two-panels {
          position: relative;
          max-width: 1200px;
          margin: 0 auto;
          height: 280px;
          text-align: center; } }
      @media screen and (min-width: 1900px) {
        .landing-form .div-panels .two-panels {
          height: 300px; } }
      .landing-form .div-panels .two-panels p {
        color: #414141;
        font-size: 12px; }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .two-panels p {
            font-size: 26px; } }
      .landing-form .div-panels .two-panels .panel {
        position: absolute;
        background-color: white;
        width: 48%;
        top: 0;
        height: 100%;
        padding: 10px; }
        @media screen and (min-width: 600px) {
          .landing-form .div-panels .two-panels .panel {
            width: 40%; } }
        @media screen and (min-width: 1025px) {
          .landing-form .div-panels .two-panels .panel {
            position: absolute;
            background-color: white;
            width: 45%;
            top: 0;
            height: 100%;
            padding: 20px;
            margin-top: 40px; } }
      .landing-form .div-panels .two-panels .panel-left {
        left: 0; }
      .landing-form .div-panels .two-panels .panel-right {
        right: 0; }
  .landing-form .landing-footer {
    width: 100%;
    display: flex;
    line-height: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px; }
    .landing-form .landing-footer .empresa {
      color: rgba(65, 65, 65, 0.7); }
      .landing-form .landing-footer .empresa .nome {
        font-size: 10px;
        font-weight: bold; }
        @media screen and (min-width: 1025px) {
          .landing-form .landing-footer .empresa .nome {
            font-size: 16px; } }
      .landing-form .landing-footer .empresa .slogan {
        font-style: italic;
        font-size: 8px; }
        @media screen and (min-width: 1025px) {
          .landing-form .landing-footer .empresa .slogan {
            font-size: 14px; } }
    .landing-form .landing-footer .enderecoempresa {
      color: rgba(65, 65, 65, 0.7); }
      .landing-form .landing-footer .enderecoempresa .infoempresa {
        font-size: 8px; }
        @media screen and (min-width: 1025px) {
          .landing-form .landing-footer .enderecoempresa .infoempresa {
            font-size: 14px; } }
    .landing-form .landing-footer .footer-logo img {
      height: 25px;
      margin-right: 5px; }
      @media screen and (min-width: 1025px) {
        .landing-form .landing-footer .footer-logo img {
          height: 50px;
          margin-right: 5px; } }
  .landing-form .powered {
    font-size: 8px;
    color: rgba(65, 65, 65, 0.5);
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    @media screen and (min-width: 1025px) {
      .landing-form .powered {
        font-size: 14px; } }
    .landing-form .powered img {
      margin-left: 10px;
      height: 20px; }
      @media screen and (min-width: 1025px) {
        .landing-form .powered img {
          height: 40px; } }

.simple-popup {
  text-align: center;
  padding: 10px;
  width: 100vw; }
  @media screen and (min-width: 600px) {
    .simple-popup {
      padding: 20px;
      max-width: 500px; } }
  .simple-popup h2 {
    font-size: 16px; }
    @media screen and (min-width: 800px) {
      .simple-popup h2 {
        font-size: 18px; } }
  .simple-popup .dx-wrap {
    font-size: 14px; }
    @media screen and (min-width: 600px) {
      .simple-popup .dx-wrap {
        font-size: 16px; } }
  .simple-popup .dxichTextCellSys {
    text-align: left !important; }
  .simple-popup .radiobl {
    border: none; }
  .simple-popup .dxgvHeader {
    font-weight: bold; }
  .simple-popup .dxflCaption {
    font-weight: bold; }
  .simple-popup .dxeEditArea {
    color: #50a15b !important; }

.ativacao {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #1b75bb; }
  .ativacao .header-neutral {
    clear: both;
    width: 100%; }
    .ativacao .header-neutral::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1025px) {
      .ativacao .header-neutral {
        padding-bottom: 20px; } }
    .ativacao .header-neutral .logo {
      float: left;
      max-width: 130px;
      padding: 15px 0 0 15px; }
      @media screen and (min-width: 1025px) {
        .ativacao .header-neutral .logo {
          max-width: 200px;
          padding: 35px 0 0 5px; } }
      .ativacao .header-neutral .logo img {
        max-width: 100px;
        max-height: 50px; }
        @media screen and (min-width: 800px) {
          .ativacao .header-neutral .logo img {
            max-width: 150px;
            max-height: 60px; } }
        @media screen and (min-width: 1025px) {
          .ativacao .header-neutral .logo img {
            max-width: 200px;
            max-height: 100px; } }
    .ativacao .header-neutral .empresa {
      float: left;
      max-width: 70%;
      padding: 5px 0 0 10px; }
      @media screen and (min-width: 600px) {
        .ativacao .header-neutral .empresa {
          max-width: 40%;
          padding: 15px 0 0 30px;
          margin-left: 10px; } }
      @media screen and (min-width: 1025px) {
        .ativacao .header-neutral .empresa {
          margin-top: 20px; } }
      .ativacao .header-neutral .empresa .dxflItemSys {
        text-align: left; }
      .ativacao .header-neutral .empresa .info-titulo {
        color: #575757;
        font-size: 16px;
        font-weight: bolder; }
        @media screen and (min-width: 1025px) {
          .ativacao .header-neutral .empresa .info-titulo {
            font-size: 24px; } }
      .ativacao .header-neutral .empresa .info {
        color: #575757;
        font-size: 10px; }
        @media screen and (min-width: 1025px) {
          .ativacao .header-neutral .empresa .info {
            font-size: 14px; } }
    .ativacao .header-neutral .enderecoempresa {
      padding-left: 10px;
      display: inline-block;
      width: 100%;
      color: #575757;
      text-align: center; }
      .ativacao .header-neutral .enderecoempresa .dxeBase {
        font-size: 10px; }
        @media screen and (min-width: 1025px) {
          .ativacao .header-neutral .enderecoempresa .dxeBase {
            font-size: 14px; } }
      @media screen and (min-width: 800px) {
        .ativacao .header-neutral .enderecoempresa {
          margin-top: 10px;
          float: right;
          max-width: 40%; } }
      @media screen and (min-width: 1025px) {
        .ativacao .header-neutral .enderecoempresa {
          margin-top: 25px;
          padding-left: 50px; } }

/*.gridorcamentos {
	margin: 0 auto;
	width: 100%;
	font-size: 10px;

	@include media($tablet-portrait) {
		font-size: 16px;
	}

	@include media($laptop) {
		font-size: 18px;
	}

	.cell {
		padding: 5px !important;

		@include media($tablet-portrait) {
			padding: 15px !important;
		}

		@include media($laptop) {
			padding: 30px !important;
		}
	}

	.selectedrow {
		background-color: $color-verde-fade !important;
	}

	.header {
		background-color: $color-neutral;
		color: white !important;
		padding: 10px;
		cursor: default;
	}

	.row {
		cursor: pointer;
	}

	.dxgvHeader table {
		color: white;
	}
}*/
.texto-container {
  font-family: sans-serif;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: -2px 2px 22px 0px white;
  -moz-box-shadow: -2px 2px 22px 0px white;
  box-shadow: -2px 2px 22px 0px white;
  margin: 0; }
  @media screen and (min-width: 600px) {
    .texto-container {
      margin: 40px;
      padding: 40px; } }
  @media screen and (min-width: 1025px) {
    .texto-container {
      margin: 80px 0;
      padding: 50px 100px; } }
  .texto-container h2 {
    text-align: center;
    font-size: 18px; }
    @media screen and (min-width: 600px) {
      .texto-container h2 {
        font-size: 24px; } }
  .texto-container .dir {
    text-align: right;
    padding-bottom: 20px;
    font-style: italic; }

.texto-container-neutral {
  margin: 40px auto !important;
  max-width: 1200px !important;
  color: #575757;
  font-size: 16px;
  text-align: justify; }
  .texto-container-neutral li {
    padding-top: 10px;
    padding-bottom: 10px; }

.sessao-relatorios p {
  padding: 0;
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .sessao-relatorios p {
      font-size: 1em; } }

.container-botoes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 480px) {
    .container-botoes {
      justify-content: center;
      flex-direction: row; } }
  .container-botoes .div-botao-darker {
    background-color: #a7d0ad !important; }
  @media screen and (min-width: 480px) {
    .container-botoes .espaco {
      margin-right: 30px !important; } }
  .container-botoes .div-botao {
    cursor: pointer;
    width: 50vw;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 20px; }
    @media screen and (min-width: 480px) {
      .container-botoes .div-botao {
        width: 250px;
        height: auto; } }
    .container-botoes .div-botao .texto-botao h2 {
      padding: 0 0 0 10px;
      margin: 0;
      font-size: 12px; }
      @media screen and (min-width: 600px) {
        .container-botoes .div-botao .texto-botao h2 {
          font-size: 14px;
          text-align: left; } }
    .container-botoes .div-botao .icone-before {
      width: 35px;
      height: 35px; }
      @media screen and (min-width: 600px) {
        .container-botoes .div-botao .icone-before {
          width: 60px;
          height: 60px; } }
    .container-botoes .div-botao .excel {
      background: url("../Images/Botoes/report square time.png") center center no-repeat;
      background-size: contain; }
    .container-botoes .div-botao .report {
      background: url("../Images/Botoes/report square performance.png") center center no-repeat;
      background-size: contain; }
    .container-botoes .div-botao .graficobarras {
      background: url(../Images/Botoes/Grafico_Barras.png) center center no-repeat;
      background-size: 60%; }
    .container-botoes .div-botao h2 {
      margin-top: 10px;
      font-family: sans-serif;
      color: #404040;
      font-size: 14px;
      font-weight: normal; }
      @media screen and (min-width: 600px) {
        .container-botoes .div-botao h2 {
          font-size: 18px; } }

.div-grafico {
  text-align: left !important; }
  .div-grafico .chart {
    margin: 0; }
    @media screen and (min-width: 1025px) {
      .div-grafico .chart {
        margin: 0 auto; } }
    .div-grafico .chart img {
      margin: 0;
      width: 100vw; }
      @media screen and (min-width: 1025px) {
        .div-grafico .chart img {
          width: 700px; } }

.cli-rastr-header {
  height: 35px;
  width: 100vw;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16); }
  @media screen and (min-width: 600px) {
    .cli-rastr-header {
      height: 50px; } }
  @media screen and (min-width: 1025px) {
    .cli-rastr-header {
      height: 60px; } }
  @media screen and (min-width: 1900px) {
    .cli-rastr-header {
      height: 90px; } }
  .cli-rastr-header h1 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #07385c;
    font-family: "Roboto", sans-serif;
    font-size: .65em;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .cli-rastr-header h1 {
        font-size: 1em; } }
    @media screen and (min-width: 1025px) {
      .cli-rastr-header h1 {
        font-size: 1.1em; } }
    @media screen and (min-width: 1900px) {
      .cli-rastr-header h1 {
        font-size: 1.3em; } }
  .cli-rastr-header .logo {
    background-color: white;
    box-shadow: 1px 0 2px 1px white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    display: -ms-inline-grid; }
    @media screen and (min-width: 600px) {
      .cli-rastr-header .logo {
        box-shadow: 1px 0 2px 1px white; } }
    @media screen and (min-width: 1025px) {
      .cli-rastr-header .logo {
        box-shadow: 1px 0 3px 1px white; } }
    @media screen and (min-width: 1900px) {
      .cli-rastr-header .logo {
        box-shadow: 1px 0 7px 5px white; } }
    .cli-rastr-header .logo a {
      padding: 2px; }
      @media screen and (min-width: 600px) {
        .cli-rastr-header .logo a {
          padding: 5px; } }
      @media screen and (min-width: 1025px) {
        .cli-rastr-header .logo a {
          padding: 10px; } }
      @media screen and (min-width: 1900px) {
        .cli-rastr-header .logo a {
          padding: 10px; } }
      .cli-rastr-header .logo a img {
        height: 30px; }
        @media screen and (min-width: 600px) {
          .cli-rastr-header .logo a img {
            height: 40px; } }
        @media screen and (min-width: 1025px) {
          .cli-rastr-header .logo a img {
            height: 40px; } }
        @media screen and (min-width: 1900px) {
          .cli-rastr-header .logo a img {
            height: 65px; } }

.cli-rastr-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative; }
  @media screen and (min-width: 800px) {
    .cli-rastr-content {
      height: calc(100vh - 50px); } }
  @media screen and (min-width: 1025px) {
    .cli-rastr-content {
      height: calc(100vh - 60px); } }
  @media screen and (min-width: 1900px) {
    .cli-rastr-content {
      height: calc(100vh - 90px); } }
  .cli-rastr-content .mapa-rastreamento {
    z-index: 0;
    width: 100vw;
    height: 60vh; }
    @media screen and (min-width: 800px) {
      .cli-rastr-content .mapa-rastreamento {
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; } }
    .cli-rastr-content .mapa-rastreamento .gm-style-iw {
      background-color: white;
      border: 1px solid #07385c;
      color: #07385c;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: .5em;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 600px) {
        .cli-rastr-content .mapa-rastreamento .gm-style-iw {
          font-size: .8em; } }
      @media screen and (min-width: 800px) {
        .cli-rastr-content .mapa-rastreamento .gm-style-iw {
          font-size: .9em;
          padding: 3px 0; } }
  .cli-rastr-content .lista {
    border: 3px solid #1b75bb;
    background-color: #1b75bb;
    color: white;
    cursor: move;
    font-size: .7em; }
    @media screen and (min-width: 800px) {
      .cli-rastr-content .lista {
        font-size: .9em;
        position: absolute; } }
    @media screen and (min-width: 1900px) {
      .cli-rastr-content .lista {
        font-size: 1em; } }
    .cli-rastr-content .lista .dxgvHeader_EOTheme {
      padding: 2px 0;
      font-size: .9em;
      text-transform: uppercase;
      border-left: none;
      border-right: none; }
      @media screen and (min-width: 1900px) {
        .cli-rastr-content .lista .dxgvHeader_EOTheme {
          font-size: 1em; } }
    .cli-rastr-content .lista .dxgv {
      border: none;
      font-size: .9em;
      padding: 3px 0; }
      @media screen and (min-width: 1900px) {
        .cli-rastr-content .lista .dxgv {
          font-size: 1em; } }
    .cli-rastr-content .lista .grid-rastr {
      width: 100%; }
    .cli-rastr-content .lista .dxgvDataRow_EOTheme {
      color: #bbbbbb; }
    .cli-rastr-content .lista .dxgvSelectedRow_EOTheme {
      background-color: white;
      color: black;
      padding: 0; }
    .cli-rastr-content .lista .combobox {
      height: 15px;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .cli-rastr-content .lista .combobox {
          height: 30px; } }
    .cli-rastr-content .lista .dxgvSearchPanel_EOTheme {
      padding: 0;
      margin: 0; }
      .cli-rastr-content .lista .dxgvSearchPanel_EOTheme .dxic {
        padding: 0; }
  .cli-rastr-content .lista-entregadores {
    width: 100vw;
    max-height: 80vh;
    overflow-y: auto; }
    @media screen and (min-width: 800px) {
      .cli-rastr-content .lista-entregadores {
        left: 10px;
        top: 50px;
        max-height: calc(100vh - 250px);
        overflow-y: auto;
        width: 30vw; } }
    @media screen and (min-width: 1025px) {
      .cli-rastr-content .lista-entregadores {
        width: 20vw; } }
  .cli-rastr-content .lista-entregas {
    width: 100vw;
    overflow-y: auto;
    max-height: 80vh; }
    @media screen and (min-width: 800px) {
      .cli-rastr-content .lista-entregas {
        top: 20px;
        right: 10px;
        max-width: 45vw;
        max-height: 80vh;
        width: 30vw;
        overflow-y: auto; } }
    @media screen and (min-width: 1025px) {
      .cli-rastr-content .lista-entregas {
        width: 40vw; } }
    .cli-rastr-content .lista-entregas .dxgvHeader_EOTheme {
      padding: 2px 0;
      font-size: .9em;
      text-transform: uppercase; }
      @media screen and (min-width: 800px) {
        .cli-rastr-content .lista-entregas .dxgvHeader_EOTheme {
          font-size: 0.9 0.5em; } }
      @media screen and (min-width: 1025px) {
        .cli-rastr-content .lista-entregas .dxgvHeader_EOTheme {
          font-size: 0.9 0.5em; } }
      @media screen and (min-width: 1900px) {
        .cli-rastr-content .lista-entregas .dxgvHeader_EOTheme {
          font-size: 1em; } }
    .cli-rastr-content .lista-entregas .dxgv {
      border: none;
      font-size: .9em;
      padding: 3px 2px;
      border-bottom: 1px solid #ececec;
      color: #575757;
      background-color: white; }
      @media screen and (min-width: 800px) {
        .cli-rastr-content .lista-entregas .dxgv {
          font-size: .9em; } }
      @media screen and (min-width: 1025px) {
        .cli-rastr-content .lista-entregas .dxgv {
          font-size: .9em; } }
      @media screen and (min-width: 1900px) {
        .cli-rastr-content .lista-entregas .dxgv {
          font-size: 1em; } }
    .cli-rastr-content .lista-entregas .dxbButton_EOTheme {
      font-size: .9em; }
      @media screen and (min-width: 800px) {
        .cli-rastr-content .lista-entregas .dxbButton_EOTheme {
          font-size: .95em; } }
      @media screen and (min-width: 1025px) {
        .cli-rastr-content .lista-entregas .dxbButton_EOTheme {
          font-size: 1em; } }

.form-flex-container {
  width: 100vw;
  margin: 0 auto;
  border: 1px solid #ececec; }
  @media screen and (min-width: 480px) {
    .form-flex-container {
      max-width: 1200px; } }
  .form-flex-container .same-controls-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 0; }
    .form-flex-container .same-controls-flex-container .dxeCaption {
      font-family: "Roboto", sans-serif;
      font-size: 1.2em;
      padding-left: 1em; }
    .form-flex-container .same-controls-flex-container .dxeRoot_EOTheme {
      margin: 0 auto;
      margin-bottom: .5em; }
    .form-flex-container .same-controls-flex-container .item-same-controls-flex {
      height: 30px;
      width: 85vw; }
      @media screen and (min-width: 480px) {
        .form-flex-container .same-controls-flex-container .item-same-controls-flex {
          width: 174px;
          margin: 0 3px; } }
    .form-flex-container .same-controls-flex-container .filling-empty-space-childs {
      width: 180px;
      height: 0;
      margin: 0 auto; }
  .form-flex-container .same-controls-flex-container-buttons {
    display: flex;
    padding: 15px; }
  .form-flex-container .between {
    justify-content: space-between; }
  .form-flex-container .around {
    justify-content: space-around; }
  .form-flex-container .end {
    justify-content: flex-end; }
    @media screen and (min-width: 800px) {
      .form-flex-container .end {
        margin-top: -55px; } }

.endereco-template-flex {
  display: flex;
  margin-top: .7em;
  background-color: white;
  border: 0.5px solid #ececec;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16); }
  .endereco-template-flex .dxeBase {
    font-family: "Roboto", sans-serif;
    font-size: 10px; }
    @media screen and (min-width: 600px) {
      .endereco-template-flex .dxeBase {
        font-size: 12px; } }
    @media screen and (min-width: 1025px) {
      .endereco-template-flex .dxeBase {
        font-size: 14px; } }
  .endereco-template-flex .nro-tipo {
    width: 3em;
    margin-right: .5em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    padding: .5em; }
    @media screen and (min-width: 600px) {
      .endereco-template-flex .nro-tipo {
        width: 4em; } }
    @media screen and (min-width: 1025px) {
      .endereco-template-flex .nro-tipo {
        width: 5em; } }
    .endereco-template-flex .nro-tipo .dxeBase {
      text-align: center; }
    .endereco-template-flex .nro-tipo .back .dxeBase {
      font-size: 1em; }
      @media screen and (min-width: 1025px) {
        .endereco-template-flex .nro-tipo .back .dxeBase {
          font-size: 1.3em; } }
  .endereco-template-flex .nome-endereco {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: space-around;
    flex-grow: 1;
    text-align: left;
    padding: .5em; }
  .endereco-template-flex .botoes {
    width: 2.5em;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px 3px 0 0;
    flex-grow: 1; }
    @media screen and (min-width: 1025px) {
      .endereco-template-flex .botoes {
        height: auto; } }
    .endereco-template-flex .botoes img {
      height: 15px; }
      @media screen and (min-width: 600px) {
        .endereco-template-flex .botoes img {
          height: 18px; } }
      @media screen and (min-width: 1025px) {
        .endereco-template-flex .botoes img {
          height: 18px; } }

.flex-form {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  flex-direction: column;
  text-align: left; }
  @media screen and (min-width: 600px) {
    .flex-form {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .flex-form .flex-form-item {
    padding: .1em; }
    @media screen and (min-width: 600px) {
      .flex-form .flex-form-item {
        padding: .5em; } }
  .flex-form .grow1 {
    flex-grow: 1; }
  .flex-form .dxeEditAreaSys {
    width: 100%;
    color: #575757;
    font-size: 1em; }
  .flex-form .dxeTextBoxSys {
    padding: .2em;
    border: 1px solid #575757; }
  .flex-form .dxeTextBox {
    font-family: "Roboto", sans-serif;
    font-size: 1em; }
  .flex-form p {
    font-size: 14px;
    padding: 0;
    margin: 0; }

.email-avaliacao {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  cursor: pointer; }
  .email-avaliacao .btt-avaliar {
    display: flex;
    align-items: center;
    background: url("../Images/Botoes/Rating.png") 2px 2px no-repeat;
    height: 33px;
    width: 150px;
    font-family: "Roboto", sans-serif;
    font-size: .8em;
    border: 1px solid #1b75bb;
    padding-left: 30px;
    color: #1b75bb; }

.popup-avaliacao {
  width: 100vw;
  max-height: 80vh;
  overflow-y: scroll; }
  @media screen and (min-width: 480px) {
    .popup-avaliacao {
      max-width: 400px;
      overflow-y: auto; } }
  .popup-avaliacao .dxgvTable_EOTheme {
    border: none;
    box-shadow: none; }
  .popup-avaliacao .dxpc-closeBtn {
    height: 20px;
    width: 20px; }
    .popup-avaliacao .dxpc-closeBtn img {
      visibility: hidden; }
  .popup-avaliacao .div-btt {
    text-align: center; }
    .popup-avaliacao .div-btt .btt-gravar {
      background-image: none;
      color: white;
      background-color: #50a15b;
      padding: 5px;
      border-color: #50a15b; }
  .popup-avaliacao .lb-msg-erro {
    color: #be1e2d;
    font-style: italic; }

.template-mostraavaliacao {
  margin-bottom: 1em; }
  .template-mostraavaliacao .dxeMemo_EOTheme {
    border: none; }

.container-painel3 {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  border: 1px solid #07385c; }
  .container-painel3 .painel3-data-titulo-sessao {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #c4c4c4;
    background-color: #07385c;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    margin: 0 auto;
    text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .container-painel3 .in-between {
      justify-content: space-between; } }
  @media screen and (min-width: 600px) {
    .container-painel3 .in-around {
      justify-content: space-around; } }
  .container-painel3 .container-painel3-in {
    padding: 15px; }
    @media screen and (min-width: 600px) {
      .container-painel3 .container-painel3-in {
        display: flex; } }
    .container-painel3 .container-painel3-in .painel3-data {
      border: 1px solid #575757;
      width: 90vw; }
      @media screen and (min-width: 600px) {
        .container-painel3 .container-painel3-in .painel3-data {
          width: 30%; } }
      .container-painel3 .container-painel3-in .painel3-data .painel3-data-titulo {
        height: 40px;
        width: 100%;
        background-color: white;
        border-bottom: 1px solid #575757;
        text-align: center;
        font-size: 14px;
        padding-top: 10px;
        font-weight: bold;
        color: #575757; }
        @media screen and (min-width: 1025px) {
          .container-painel3 .container-painel3-in .painel3-data .painel3-data-titulo {
            font-size: 16px; } }
      .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields {
        padding: 10px; }
        @media screen and (min-width: 1025px) {
          .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields {
            padding: 20px; } }
        .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item {
          border: none;
          font-size: 14px; }
          @media screen and (min-width: 800px) {
            .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item {
              font-size: 12px; } }
          @media screen and (min-width: 1025px) {
            .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item {
              font-size: 14px;
              padding-bottom: 5px; } }
        .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item-caption {
          font-size: 14px;
          font-weight: bold; }
          @media screen and (min-width: 800px) {
            .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item-caption {
              font-size: 14px; } }
          @media screen and (min-width: 1025px) {
            .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .painel3-data-item-caption {
              font-size: 14px; } }
        .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .dxeTextBoxSys {
          width: 100px; }
          @media screen and (min-width: 1025px) {
            .container-painel3 .container-painel3-in .painel3-data .painel3-data-fields .dxeTextBoxSys {
              width: 120px; } }

.small-form-content-painel-cliente {
  width: 300px;
  height: 250px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 5px 5px 10px; }
  .small-form-content-painel-cliente p {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0;
    text-align: center; }
  .small-form-content-painel-cliente .dxeRoot_EOTheme {
    margin: 0 auto;
    width: 230px; }
  .small-form-content-painel-cliente .tb-chave {
    width: 100%; }

/*.dxsplControl {
		max-width: $max-width;
		margin: 0 auto;
		//padding-top:2em;
	}*/
/*table.dxXtraReports_dvSplControl .dxXtraReports_dvSplitterViewerPane {
		background-color: white;
	}*/
.btt-funcao {
  background-color: transparent;
  width: auto !important; }

.dxflRequired_EOTheme {
  color: #1b75bb; }

.important-disabled .dxeDisabled_EOTheme {
  color: #1b75bb; }

.time-range {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px; }
  @media screen and (min-width: 1025px) {
    .time-range {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 90vw;
      margin: 0 auto;
      padding: 20px 0 20px 5px;
      flex-direction: row; } }
  .time-range .div-data {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end; }
    @media screen and (min-width: 800px) {
      .time-range .div-data {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 0; } }
    .time-range .div-data .div-data-elemento {
      padding-bottom: 5px; }
      @media screen and (min-width: 800px) {
        .time-range .div-data .div-data-elemento {
          padding-right: 20px;
          padding-bottom: 0; } }
  .time-range .div-filtros {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .time-range .div-filtros {
        flex-direction: row;
        padding-left: 20px; } }
    .time-range .div-filtros .filtro {
      padding-top: 10px; }
      @media screen and (min-width: 600px) {
        .time-range .div-filtros .filtro {
          padding-right: 20px;
          padding-top: 0; } }

.panel-texto {
  width: 90vw; }
  @media screen and (min-width: 600px) {
    .panel-texto {
      width: 250px;
      height: 40px; } }
  .panel-texto .dock-text-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #575757;
    padding: 5px; }
    @media screen and (min-width: 600px) {
      .panel-texto .dock-text-content {
        font-size: 14px;
        color: #575757;
        padding: 7px; } }
    .panel-texto .dock-text-content .db-texto-destaque {
      font-size: 16px;
      font-weight: normal; }
      @media screen and (min-width: 600px) {
        .panel-texto .dock-text-content .db-texto-destaque {
          font-size: 18px; } }
  .panel-texto .dock-text-content-info .text-info {
    display: flex;
    justify-content: space-between;
    color: #575757 !important;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 3px; }
    .panel-texto .dock-text-content-info .text-info .dxeBase_EOTheme {
      font-size: 12px; }
    .panel-texto .dock-text-content-info .text-info .text-info-item {
      display: flex;
      align-items: center; }
    .panel-texto .dock-text-content-info .text-info img {
      height: 15px;
      margin-right: 3px; }

.positivo1 {
  color: #50a15b !important; }

.positivo2 {
  color: #1b75bb !important; }

.positivo3 {
  color: #e67e22 !important; }

.negativo {
  color: #be1e2d !important; }

.neutro {
  color: #575757 !important; }

.rectClass {
  fill: none !important; }

.bar-label-rect {
  color: black; }

.chart-p-entregas-tooltip {
  font-size: 12px; }
  .chart-p-entregas-tooltip .concluidas {
    color: #50a15b; }
  .chart-p-entregas-tooltip .rota {
    color: #be1e2d; }
  .chart-p-entregas-tooltip .outras {
    color: #1b75bb; }
  .chart-p-entregas-tooltip .etapa-inicial {
    color: #e67e22; }

.chart {
  height: 100% !important;
  padding-bottom: 10px; }

.dock-panel {
  flex-grow: 1;
  height: 100% !important; }
  .dock-panel .dxpc-content {
    overflow: hidden !important;
    padding: 0 12px;
    width: 100%; }
  .dock-panel .dxpc-header {
    padding: 5px 12px; }
  .dock-panel .dxpc-footerContent {
    padding: 0 12px 3px; }
  .dock-panel .bt-verde-xls {
    color: forestgreen;
    font-weight: normal;
    font-size: 12px; }
  .dock-panel .bt-info {
    color: #1b75bb;
    font-weight: normal;
    font-size: 12px; }
  .dock-panel .btt-exportar {
    color: #9b9b9b;
    font-weight: normal;
    font-size: 12px; }
  .dock-panel .chart-btt-pdf {
    color: #1b75bb;
    font-weight: normal;
    font-size: 12px; }
  .dock-panel .panel-footer {
    text-align: right; }
  .dock-panel .flex-footer {
    display: flex;
    justify-content: flex-end; }
    .dock-panel .flex-footer .dxbButton_EOTheme {
      padding-left: 20px; }
  .dock-panel .flex-footer-between {
    display: flex;
    justify-content: space-between; }
  .dock-panel .dxpc-footer {
    border-top: none;
    min-height: 15px !important; }
  .dock-panel .chart-header {
    height: 0 !important; }
    .dock-panel .chart-header .dxpc-maximizeBtn {
      padding: 0;
      text-align: right; }
  .dock-panel .chart-title {
    font-size: 18px !important; }

.dock-zone-container {
  display: flex;
  justify-content: space-between;
  max-width: 90vw;
  margin: 0 auto;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    .dock-zone-container {
      display: flex;
      justify-content: space-between;
      max-width: 90vw;
      margin: 0 auto;
      flex-direction: row; } }
  .dock-zone-container .dock1 {
    width: 90vw;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .dock-zone-container .dock1 {
        width: 250px;
        margin-bottom: 0; } }
    .dock-zone-container .dock1 .dxpc-content {
      width: 100% !important; }
    .dock-zone-container .dock1 .dxdpLite_EOTheme {
      height: auto !important; }
    .dock-zone-container .dock1 .panel-chart-peq {
      width: 90vw;
      height: 180px !important;
      overflow-y: hidden; }
      @media screen and (min-width: 600px) {
        .dock-zone-container .dock1 .panel-chart-peq {
          width: 250px;
          height: 250px !important; } }
      .dock-zone-container .dock1 .panel-chart-peq .dxpc-contentWrapper {
        height: 230px !important; }
    .dock-zone-container .dock1 .pizza-chart-p {
      width: 50vw;
      height: 50vw;
      margin: 0 auto; }
      @media screen and (min-width: 600px) {
        .dock-zone-container .dock1 .pizza-chart-p {
          width: 80%;
          height: 218px; } }
  .dock-zone-container .dock-zone2-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .dock-zone-container .dock-zone2-container {
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(90vw - 270px);
        padding-left: 10px; } }
    @media screen and (min-width: 1900px) {
      .dock-zone-container .dock-zone2-container {
        height: calc(90vh - 90px); } }
    .dock-zone-container .dock-zone2-container .dock-zone {
      width: 100%;
      height: calc(100vh / 2);
      margin-bottom: 10px; }
      .dock-zone-container .dock-zone2-container .dock-zone .dxdpLite_EOTheme {
        height: 100% !important; }
      .dock-zone-container .dock-zone2-container .dock-zone .dxdzControlVert {
        height: 100% !important; }
      @media screen and (min-width: 1025px) {
        .dock-zone-container .dock-zone2-container .dock-zone {
          width: calc((100% - 20px) / 2);
          height: calc(100vh / 2);
          margin-bottom: 20px; } }
      @media screen and (min-width: 1900px) {
        .dock-zone-container .dock-zone2-container .dock-zone {
          width: calc((100% - 20px) / 2);
          height: calc(100% / 2); } }
    .dock-zone-container .dock-zone2-container .pizza-chart-g {
      padding-top: 20px;
      height: 90%; }

.div-mapa-favoritos {
  width: 100vw;
  height: calc(100vh - 50px); }
  @media screen and (min-width: 600px) {
    .div-mapa-favoritos {
      height: calc(100vh - 65px); } }
  @media screen and (min-width: 1025px) {
    .div-mapa-favoritos {
      height: calc(100vh - 90px); } }

.content-rastreamento {
  width: 100vw;
  height: calc(100vh - 40px);
  display: flex;
  flex-wrap: wrap;
  /* width */
  /* Track */
  /* Handle */ }
  @media screen and (min-width: 600px) {
    .content-rastreamento {
      width: calc(100vw - 50px);
      height: calc(100vh - 55px); } }
  @media screen and (min-width: 1025px) {
    .content-rastreamento {
      flex-wrap: nowrap;
      width: calc(100vw - 50px);
      height: calc(100vh - 55px - 40px); } }
  .content-rastreamento h2 {
    color: #575757 !important;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    margin: 0; }
  .content-rastreamento .div-abrir-listas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    padding: 5px 10px;
    background-color: #a7d0ad;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 12px;
    color: #575757;
    font-weight: bold;
    border: 1px solid #ececec; }
  .content-rastreamento .header-listas {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    align-items: center;
    cursor: pointer; }
    .content-rastreamento .header-listas img {
      height: 13px; }
    .content-rastreamento .header-listas .header-listas-botoes .item {
      padding: 0 5px; }
    .content-rastreamento .header-listas .header-listas-botoes .btt-esconder {
      display: none; }
      @media screen and (min-width: 1025px) {
        .content-rastreamento .header-listas .header-listas-botoes .btt-esconder {
          display: initial; } }
  .content-rastreamento .lista {
    border-right: 1px solid #ececec;
    height: 40%; }
    @media screen and (min-width: 600px) {
      .content-rastreamento .lista {
        height: 40%; } }
    @media screen and (min-width: 1025px) {
      .content-rastreamento .lista {
        height: 100%; } }
  .content-rastreamento .dxgvEmptyDataRow_EOTheme {
    font-size: 10px !important; }
    .content-rastreamento .dxgvEmptyDataRow_EOTheme .dxgv {
      border: none !important; }
  .content-rastreamento .dxeButtonEdit_EOTheme {
    box-shadow: none !important; }
  .content-rastreamento .dxgvSearchPanel_EOTheme {
    padding: 0;
    margin: 5px; }
    .content-rastreamento .dxgvSearchPanel_EOTheme .dxic {
      padding: 0 5px !important;
      font-size: 10px; }
  .content-rastreamento .hide-column {
    display: none; }
  .content-rastreamento .lista::-webkit-scrollbar {
    width: 5px; }
  .content-rastreamento .lista::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
		border-radius: 10px;*/
    background-color: white; }
  .content-rastreamento .lista::-webkit-scrollbar-thumb {
    background: #1b75bb;
    border-radius: 10px; }
  .content-rastreamento .lista-entregadores {
    width: 40%;
    background-color: white;
    overflow-y: auto;
    -webkit-transition: width 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
    z-index: 10;
    border-bottom: 1px solid #ececec; }
    @media screen and (min-width: 600px) {
      .content-rastreamento .lista-entregadores {
        width: 40%; } }
    @media screen and (min-width: 1025px) {
      .content-rastreamento .lista-entregadores {
        width: 20%;
        border-bottom: none; } }
    .content-rastreamento .lista-entregadores .lista-clientes {
      background-color: #a7d0ad;
      padding: 5px 5px 5px; }
      .content-rastreamento .lista-entregadores .lista-clientes h2 {
        padding: 0 3px; }
      .content-rastreamento .lista-entregadores .lista-clientes .dxic {
        font-size: 12px; }
      .content-rastreamento .lista-entregadores .lista-clientes .dxeListBoxItem_EOTheme {
        font-size: 12px;
        padding: 2px 5px; }
      .content-rastreamento .lista-entregadores .lista-clientes .combobox {
        width: 100%; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .dxgvTable_EOTheme {
      background-color: transparent;
      border: none;
      box-shadow: none; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .dxgv {
      border: none !important;
      padding: 0; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .dxgvDataRow_EOTheme {
      background-color: transparent;
      cursor: pointer; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .dxgvSelectedRow_EOTheme {
      background-color: transparent; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .dxICheckBox_EOTheme {
      margin: 0 0 0 5px; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .cell-entregador {
      font-size: .7rem;
      padding: 4px 8px; }
      .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .cell-entregador .nome-entregador {
        font-weight: normal; }
      .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .cell-entregador .qtd-destinos-entregador {
        font-style: italic; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .cell-bateria {
      margin-right: 5px; }
      .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .cell-bateria img {
        width: 15px; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .row-selecionada {
      background-color: #c5d6e4; }
    .content-rastreamento .lista-entregadores .grid-rastreamento-entregadores .row-nao-selecionada {
      background-color: white; }
  .content-rastreamento .lista-entregas {
    width: 60%;
    border: none;
    overflow-y: scroll;
    -webkit-transition: width 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
    border-bottom: 1px solid #ececec; }
    @media screen and (min-width: 1025px) {
      .content-rastreamento .lista-entregas {
        width: 0;
        border-bottom: none;
        position: relative; } }
    .content-rastreamento .lista-entregas .row-selecionada {
      background-color: #c5d6e4; }
    .content-rastreamento .lista-entregas .grid-rastreamento-entregas .dxgvTable_EOTheme {
      background-color: transparent;
      border: none;
      box-shadow: none; }
    .content-rastreamento .lista-entregas .grid-rastreamento-entregas .entregas-template-row {
      display: flex;
      flex-direction: column;
      font-size: .7rem;
      cursor: pointer;
      padding: 5px; }
      .content-rastreamento .lista-entregas .grid-rastreamento-entregas .entregas-template-row .um-campo {
        display: flex;
        flex-direction: column; }
      .content-rastreamento .lista-entregas .grid-rastreamento-entregas .entregas-template-row .dois-campos {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .content-rastreamento .lista-entregas .grid-rastreamento-entregas .entregas-template-row .dois-campos .item {
          padding-left: 10px; }
      .content-rastreamento .lista-entregas .grid-rastreamento-entregas .entregas-template-row img {
        width: 10px; }
  .content-rastreamento .lista-entregadores-fechada {
    width: 0 !important; }
  .content-rastreamento .lista-entregas-aberta {
    width: 60%;
    border-right: 1px solid #ececec; }
    @media screen and (min-width: 600px) {
      .content-rastreamento .lista-entregas-aberta {
        width: 60%; } }
    @media screen and (min-width: 1025px) {
      .content-rastreamento .lista-entregas-aberta {
        width: 30% !important; } }
  .content-rastreamento .mapa-rastreamento {
    height: 60%;
    width: 100%;
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 600px) {
      .content-rastreamento .mapa-rastreamento {
        height: 60%; } }
    @media screen and (min-width: 1025px) {
      .content-rastreamento .mapa-rastreamento {
        height: 100%;
        width: 100%; } }
    .content-rastreamento .mapa-rastreamento .gm-style .gm-style-iw {
      font-size: 10px;
      padding: 8px 0 0 8px; }
    .content-rastreamento .mapa-rastreamento .infowindow-title {
      font-weight: bold;
      color: #575757; }
    .content-rastreamento .mapa-rastreamento .infowindow-detail {
      font-style: italic;
      color: #575757; }
    .content-rastreamento .mapa-rastreamento .infowindow-title-selected {
      font-weight: bold;
      color: #1b75bb; }
    .content-rastreamento .mapa-rastreamento .infowindow-detail-selected {
      font-style: italic;
      color: #1b75bb; }
  .content-rastreamento .opcoes-mapa-rastreamento {
    background-color: white;
    border: 1px solid #1b75bb;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; }
    @media screen and (min-width: 600px) {
      .content-rastreamento .opcoes-mapa-rastreamento {
        position: absolute;
        top: 50px;
        right: 60px; } }

.menu-popup-rastreamento .item-menu {
  font-size: 10px; }

.flex-container-solo {
  display: flex;
  flex-flow: column;
  height: 100vh; }
  .flex-container-solo .header-solo {
    flex: 0 1 auto; }
    .flex-container-solo .header-solo .solo-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      border-bottom: 0.5px solid #ececec;
      height: 40px;
      width: 100vw; }
      @media screen and (min-width: 600px) {
        .flex-container-solo .header-solo .solo-wrapper {
          height: 40px; } }
      @media screen and (min-width: 1025px) {
        .flex-container-solo .header-solo .solo-wrapper {
          height: 55px; } }
      .flex-container-solo .header-solo .solo-wrapper .logo {
        margin: 0 5px; }
        @media screen and (min-width: 800px) {
          .flex-container-solo .header-solo .solo-wrapper .logo {
            padding: 0 10px; } }
        @media screen and (min-width: 1025px) {
          .flex-container-solo .header-solo .solo-wrapper .logo {
            padding: 0 20px; } }
        .flex-container-solo .header-solo .solo-wrapper .logo img {
          max-width: 80px;
          max-height: 30px; }
          @media screen and (min-width: 600px) {
            .flex-container-solo .header-solo .solo-wrapper .logo img {
              max-width: 120px;
              max-height: 30px; } }
          @media screen and (min-width: 1025px) {
            .flex-container-solo .header-solo .solo-wrapper .logo img {
              max-width: 130px;
              max-height: 40px; } }
      .flex-container-solo .header-solo .solo-wrapper .hamburguer-divider {
        height: 100%;
        width: 1px;
        background-color: #ececec; }
      .flex-container-solo .header-solo .solo-wrapper .titulo-links {
        display: flex;
        align-items: flex-start;
        align-content: center;
        flex-grow: 1;
        flex-direction: column;
        padding-left: 5px; }
        @media (min-width: 500px) {
          .flex-container-solo .header-solo .solo-wrapper .titulo-links {
            flex-direction: row;
            align-items: center;
            justify-content: space-between; } }
        @media screen and (min-width: 800px) {
          .flex-container-solo .header-solo .solo-wrapper .titulo-links {
            padding-right: 20px; } }
        .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel {
          text-align: right;
          padding: 0; }
          @media (min-width: 500px) {
            .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel {
              text-align: left;
              margin-left: 20px; } }
          .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel .titulo-painel {
            font-size: 10px;
            color: #575757;
            font-weight: bold;
            text-transform: uppercase; }
            @media screen and (min-width: 480px) {
              .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel .titulo-painel {
                font-size: 12px; } }
            @media screen and (min-width: 800px) {
              .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel .titulo-painel {
                font-size: 14px; } }
            @media screen and (min-width: 1025px) {
              .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-titulo-painel .titulo-painel {
                font-size: 16px; } }
        .flex-container-solo .header-solo .solo-wrapper .titulo-links .links {
          text-align: right;
          padding-right: 5px; }
          @media screen and (min-width: 1025px) {
            .flex-container-solo .header-solo .solo-wrapper .titulo-links .links {
              padding-right: 20px; } }
        .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo {
          display: none;
          flex-grow: 1;
          justify-content: flex-end;
          align-items: center; }
          .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme {
            width: 60px;
            padding: 2px; }
            .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme .dxb {
              padding: 0; }
              @media (min-width: 400px) {
                .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .dxbButton_EOTheme .dxb {
                  padding: 5px; } }
          .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .txtBemVindo {
            font-size: 10px;
            color: #07385c;
            padding-right: 5px; }
            @media screen and (min-width: 600px) {
              .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .txtBemVindo {
                font-size: 10px;
                padding-right: 10px; } }
            @media screen and (min-width: 800px) {
              .flex-container-solo .header-solo .solo-wrapper .titulo-links .div-bemvindo .txtBemVindo {
                font-size: 12px; } }
  .flex-container-solo .mapa-acompanhamento {
    flex: 1 1 auto;
    width: 100vw; }
  .flex-container-solo .info-acompanhamento {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    align-items: flex-start; }
    .flex-container-solo .info-acompanhamento .dxeBase_EOTheme {
      font-size: 12px; }
      @media screen and (min-width: 600px) {
        .flex-container-solo .info-acompanhamento .dxeBase_EOTheme {
          font-size: 14px; } }
    @media screen and (min-width: 600px) {
      .flex-container-solo .info-acompanhamento {
        padding: 10px 10px 10px 30px; } }

.footer-acompanhamento {
  height: 50px;
  width: 100vw;
  position: fixed;
  bottom: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .footer-acompanhamento .footer-acompanhamento-background {
    padding: 2px;
    font-size: 8px;
    font-style: italic;
    color: #575757;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 120px;
    margin: 0 60px 5px 0; }
    @media screen and (min-width: 600px) {
      .footer-acompanhamento .footer-acompanhamento-background {
        padding: 5px;
        font-size: 10px;
        justify-content: center;
        align-items: center;
        width: 160px;
        margin: 0 70px 15px 0; } }
    .footer-acompanhamento .footer-acompanhamento-background img {
      padding-left: 10px;
      max-height: 20px; }
      @media screen and (min-width: 600px) {
        .footer-acompanhamento .footer-acompanhamento-background img {
          padding-left: 15px;
          max-height: 25px; } }

.btt-chamar-entregador {
  display: none;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: white;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  background-color: #1b75bb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .btt-chamar-entregador {
      width: 130px;
      height: 50px;
      right: 30px;
      bottom: 30px;
      border-radius: 30px;
      background-color: #1b75bb;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-tap-highlight-color: transparent; } }
  @media screen and (min-width: 600px) {
    .btt-chamar-entregador .div-image {
      padding-right: 10px; } }
  .btt-chamar-entregador .div-image img {
    height: 25px; }

.div-texto {
  display: none; }
  @media screen and (min-width: 600px) {
    .div-texto {
      display: block; } }

.div-popup-chamada-rapida {
  width: 90vw;
  height: 80vh;
  overflow-y: scroll; }
  @media screen and (min-width: 600px) {
    .div-popup-chamada-rapida {
      width: 400px;
      height: auto;
      overflow-y: unset; } }
  .div-popup-chamada-rapida .div-btt {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
  .div-popup-chamada-rapida .dxeCaptionCell_EOTheme.dxeCLTSys {
    padding: 13px 0 2px; }

.edicao-dados {
  padding: 20px; }
  .edicao-dados .edicao-dados-logo-upload-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ececec; }
    .edicao-dados .edicao-dados-logo-upload-container .upload-button {
      background-color: #1b75bb;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
      box-sizing: border-box;
      text-align: center;
      text-transform: uppercase;
      height: 32px;
      width: 96px;
      font-weight: 600; }
    .edicao-dados .edicao-dados-logo-upload-container .edicao-dados-logo-container {
      width: 300px;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 5px dotted #ececec;
      margin-right: 20px;
      padding: 20px; }
      .edicao-dados .edicao-dados-logo-upload-container .edicao-dados-logo-container img {
        max-width: 100%;
        max-height: 80%; }
  .edicao-dados .edicao-dados-form {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ececec;
    padding: 20px; }
    .edicao-dados .edicao-dados-form .space {
      height: 20px;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .edicao-dados .edicao-dados-form .space {
          width: 370px; } }
    .edicao-dados .edicao-dados-form .space-full {
      width: 100%;
      height: 10px; }
      @media screen and (min-width: 1025px) {
        .edicao-dados .edicao-dados-form .space-full {
          height: 70px; } }
    .edicao-dados .edicao-dados-form .dxeCaptionCell_EOTheme {
      padding: 0 2px 5px; }
    .edicao-dados .edicao-dados-form .dxeRoot_EOTheme {
      margin: 0 5px 15px; }
      .edicao-dados .edicao-dados-form .dxeRoot_EOTheme .dado-form {
        width: 100%; }
        @media screen and (min-width: 600px) {
          .edicao-dados .edicao-dados-form .dxeRoot_EOTheme .dado-form {
            width: 351px; } }
  .edicao-dados .edicao-dados-btts {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    align-self: flex-end; }

.no-click img {
  width: 15px; }

.editform-os {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .editform-os .editors {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px;
    width: 100%; }
    .editform-os .editors .dxeRoot_EOTheme {
      width: 100%; }
      @media screen and (min-width: 800px) {
        .editform-os .editors .dxeRoot_EOTheme {
          width: 300px; } }
      .editform-os .editors .dxeRoot_EOTheme .editcontrol {
        width: 100%; }
        @media screen and (min-width: 800px) {
          .editform-os .editors .dxeRoot_EOTheme .editcontrol {
            width: 300px; } }
  .editform-os .editbtts {
    width: 20%;
    display: flex;
    justify-content: space-around;
    align-self: flex-end; }

.div-form-p {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center; }
  .div-form-p .form-p-item {
    width: 400px; }
  .div-form-p .form-p-btt {
    margin-top: 30px; }

.painel-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .painel-wrapper .painel-container {
    width: 100%;
    padding: 0 5px; }
    @media screen and (min-width: 800px) {
      .painel-wrapper .painel-container {
        padding: 0 20px; } }
    @media screen and (min-width: 1025px) {
      .painel-wrapper .painel-container {
        max-width: 1200px; } }
    .painel-wrapper .painel-container .painel-titulo {
      display: flex;
      justify-content: center;
      padding: 5px; }
      @media screen and (min-width: 800px) {
        .painel-wrapper .painel-container .painel-titulo {
          padding: 10px; } }
      @media screen and (min-width: 1025px) {
        .painel-wrapper .painel-container .painel-titulo {
          padding: 15px; } }
      .painel-wrapper .painel-container .painel-titulo h2 {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase; }
        @media screen and (min-width: 800px) {
          .painel-wrapper .painel-container .painel-titulo h2 {
            font-size: 16px; } }
        @media screen and (min-width: 1025px) {
          .painel-wrapper .painel-container .painel-titulo h2 {
            font-size: 18px; } }
    .painel-wrapper .painel-container .form-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      border: 1px solid #ececec;
      padding: 5px; }
      @media screen and (min-width: 800px) {
        .painel-wrapper .painel-container .form-container {
          padding: 10px; } }
      @media screen and (min-width: 1025px) {
        .painel-wrapper .painel-container .form-container {
          padding: 15px; } }
      .painel-wrapper .painel-container .form-container .filling-empty-space-childs {
        width: 200px;
        height: 0;
        margin: 0 auto; }
      .painel-wrapper .painel-container .form-container .dxeCaptionCell_EOTheme {
        padding: 0 0 3px 0; }
      .painel-wrapper .painel-container .form-container .dxeCaption_EOTheme {
        font-size: 12px;
        padding-left: 5px; }
      .painel-wrapper .painel-container .form-container .item-same-controls {
        width: 85vw;
        margin: 0 auto;
        padding: 0 0 5px; }
        @media screen and (min-width: 480px) {
          .painel-wrapper .painel-container .form-container .item-same-controls {
            width: 200px;
            padding: 0 10px 10px; } }
    .painel-wrapper .painel-container .first-item {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .painel-wrapper .painel-container .middle-item {
      border-top: none;
      border-bottom: none; }
    .painel-wrapper .painel-container .last-item {
      border-top: none;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-bottom: 30px; }
    .painel-wrapper .painel-container .form-botoes {
      justify-content: space-between;
      align-items: center;
      padding: 0 20px 10px; }
    .painel-wrapper .painel-container .grid-container {
      padding: 5px; }

.container-edit-form {
  padding: 20px; }
  .container-edit-form .dxeCLTSys {
    padding: 5px 0; }
  .container-edit-form .inner-container .row-conjunto {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px; }
    .container-edit-form .inner-container .row-conjunto .row-95 {
      width: 100%; }
    .container-edit-form .inner-container .row-conjunto .row-1-3 {
      width: 31%; }
    .container-edit-form .inner-container .row-conjunto .row-2-3 {
      width: 65%; }
  .container-edit-form .inner-container .container-btts {
    margin: 10px;
    display: flex;
    justify-content: flex-end; }
    .container-edit-form .inner-container .container-btts .separator {
      width: 20px; }

.painel-superior-separacao {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .painel-superior-separacao .dxic {
    width: 170px; }
  .painel-superior-separacao .controles {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    .painel-superior-separacao .controles .filtros {
      display: flex;
      align-items: flex-end;
      border-bottom: 1px solid #ececec;
      padding: 0 10px 15px; }
      .painel-superior-separacao .controles .filtros .dxeCaptionCell_EOTheme {
        padding-bottom: 5px; }
      .painel-superior-separacao .controles .filtros .filtros-separador {
        width: 30px; }
      .painel-superior-separacao .controles .filtros .bttImage {
        width: 10px;
        height: 10px;
        margin-left: 20px;
        margin-right: 20px; }
  .painel-superior-separacao .painel-auxiliar-visualizacao {
    width: 200px;
    height: 120px;
    font-family: 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border: 1px solid #ececec; }
    .painel-superior-separacao .painel-auxiliar-visualizacao .vis-number {
      display: flex;
      flex-direction: column;
      font-style: italic;
      border-bottom: 1px solid #ececec;
      height: 50%;
      padding: 3px; }
    .painel-superior-separacao .painel-auxiliar-visualizacao .vis-string {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-style: italic;
      height: 50%;
      padding: 3px; }
    .painel-superior-separacao .painel-auxiliar-visualizacao .vis-caption {
      font-size: 12px;
      color: #9b9b9b; }
    .painel-superior-separacao .painel-auxiliar-visualizacao .vis-text-number {
      color: #be1e2d;
      font-size: 35px;
      align-self: center; }
    .painel-superior-separacao .painel-auxiliar-visualizacao .vis-text-string {
      color: #1b75bb;
      font-size: 15px;
      align-self: center;
      text-align: center; }
  .painel-superior-separacao .separar {
    border-right: 1px solid #ececec;
    margin-right: 10px; }

.dash-delivery-filtros {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #ececec; }
  .dash-delivery-filtros .dash-delivery-data-hora {
    display: flex;
    align-items: center; }
    .dash-delivery-filtros .dash-delivery-data-hora .data-caption {
      font-size: 14px;
      padding-right: 10px;
      font-family: "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif; }
    .dash-delivery-filtros .dash-delivery-data-hora .dash-delivery-campos {
      margin: 10px; }
      .dash-delivery-filtros .dash-delivery-data-hora .dash-delivery-campos .dash-delivery-data {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      .dash-delivery-filtros .dash-delivery-data-hora .dash-delivery-campos .dash-delivery-campos-separator {
        height: 10px; }
      .dash-delivery-filtros .dash-delivery-data-hora .dash-delivery-campos .dash-delivery-hora {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
    .dash-delivery-filtros .dash-delivery-data-hora .dash-delivery-button {
      margin: 5px; }
  .dash-delivery-filtros .dash-delivery-item-separator {
    width: 10px; }
  .dash-delivery-filtros .dash-delivery-combos {
    margin: 10px;
    display: flex;
    align-items: center; }
  .dash-delivery-filtros .dxeCaptionCell_EOTheme {
    padding: 0 !important; }
  .dash-delivery-filtros .dxeCaption_EOTheme {
    font-size: 14px;
    margin: 0; }
  .dash-delivery-filtros .dxbButton_EOTheme {
    width: auto; }
  .dash-delivery-filtros .dxeButtonEdit_EOTheme {
    width: 150px; }
    .dash-delivery-filtros .dxeButtonEdit_EOTheme .dxic {
      padding: 0 5px; }
  .dash-delivery-filtros .dxeTextBox_EOTheme {
    width: 150px; }
    .dash-delivery-filtros .dxeTextBox_EOTheme .dxic {
      padding: 5px 5px; }
  .dash-delivery-filtros .dxeSpinIncButton_EOTheme {
    padding: 1px 2px; }
  .dash-delivery-filtros .dxeSpinDecButton_EOTheme {
    padding: 1px 2px; }
  .dash-delivery-filtros .dxeEditArea_EOTheme {
    font-size: 12px !important; }
  .dash-delivery-filtros .dxeEditAreaSys {
    font-size: 12px !important; }
  .dash-delivery-filtros .dxeListBoxItem_EOTheme {
    padding: 1px 0 0 10px; }
  .dash-delivery-filtros #drop-down-btt {
    padding: 10px; }

.dash-delivery-content {
  display: flex;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px; }
  .dash-delivery-content .dash-delivery-static-data {
    display: flex;
    flex-direction: column; }
    .dash-delivery-content .dash-delivery-static-data .dash-delivery-static-data-section {
      padding: 20px;
      background-color: #f4f4f4;
      margin-top: 20px;
      border-radius: 5px; }
      .dash-delivery-content .dash-delivery-static-data .dash-delivery-static-data-section .dash-delivery-static-data-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px; }
        .dash-delivery-content .dash-delivery-static-data .dash-delivery-static-data-section .dash-delivery-static-data-item .dash-delivery-data-item-caption {
          font-size: 16px;
          font-weight: 600;
          color: #575757; }
        .dash-delivery-content .dash-delivery-static-data .dash-delivery-static-data-section .dash-delivery-static-data-item .dash-delivery-data-item-box {
          width: 150px;
          height: 35px;
          border: 1px solid #f4f4f4;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: white;
          border-radius: 5px; }
          .dash-delivery-content .dash-delivery-static-data .dash-delivery-static-data-section .dash-delivery-static-data-item .dash-delivery-data-item-box .dash-delivery-data-item-data {
            font-size: 16px; }
  .dash-delivery-content .dash-delivery-dock-zone-container {
    padding: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-around;
    gap: 20px; }
    .dash-delivery-content .dash-delivery-dock-zone-container .dash-delivery-dock1 {
      width: 350px;
      height: 350px !important; }
    .dash-delivery-content .dash-delivery-dock-zone-container .dash-delivery-dock-spacer {
      width: 350px; }

.dash-delivery-chart {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto; }

.dash-delivery-chart-title {
  font-size: 18px !important;
  color: #575757;
  padding-top: 5px; }

.dash-delivery-panel-chart {
  width: 90vw;
  height: 180px !important;
  overflow-y: hidden; }
  @media screen and (min-width: 600px) {
    .dash-delivery-panel-chart {
      width: 350px;
      height: 350px !important; } }
  .dash-delivery-panel-chart .dxpc-contentWrapper {
    height: 370px !important; }
  .dash-delivery-panel-chart .dxpc-content {
    padding: 0 25px; }

.z-trackingForm .z-span-g {
  font-size: 20px; }

.z-trackingForm .z-trackImagesContainer {
  display: flex;
  width: 100%;
  border: 1px solid #ececec;
  border-top: none;
  background-color: white;
  flex-direction: column; }
  @media screen and (min-width: 770px) {
    .z-trackingForm .z-trackImagesContainer {
      flex-direction: row; } }
  .z-trackingForm .z-trackImagesContainer .z-trackSignature {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 30%;
    padding: 20px; }
    .z-trackingForm .z-trackImagesContainer .z-trackSignature .z-trackNoSignature {
      padding: 10px 0;
      width: 100%; }
    .z-trackingForm .z-trackImagesContainer .z-trackSignature .z-trackSignatureImageContainer {
      width: auto;
      max-height: 100%; }
      .z-trackingForm .z-trackImagesContainer .z-trackSignature .z-trackSignatureImageContainer .z-trackSignatureImage {
        max-height: 170px;
        width: auto; }
  .z-trackingForm .z-trackImagesContainer .z-trackImagesList {
    width: 70%;
    padding: 10px;
    border-left: 1px solid #ececec; }
    @media screen and (min-width: 770px) {
      .z-trackingForm .z-trackImagesContainer .z-trackImagesList {
        padding: 20px; } }
    .z-trackingForm .z-trackImagesContainer .z-trackImagesList .dxdvFlowItem_EOTheme {
      height: auto; }
    .z-trackingForm .z-trackImagesContainer .z-trackImagesList .z-trackImagesListItem .z-trackImagesListImage {
      width: 140px; }

.z-trackingForm .z-trackDisclaimer {
  font-size: 12px;
  font-family: Verdana;
  color: #9b9b9b;
  padding: 10px 0; }

.trackErrorContainer {
  padding: 30px;
  max-width: 1200px;
  background-color: #ececec;
  margin: 0 auto;
  text-align: center; }

.trackingForm {
  padding: 10px;
  width: 100%;
  font-family: Verdana;
  color: #575757; }
  .trackingForm .dxeBase_EOTheme {
    font-family: Verdana;
    color: #575757; }
  .trackingForm span {
    color: #575757; }
  .trackingForm .trackContainer {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
    .trackingForm .trackContainer .trackHeader {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      background-color: #f7f7f7;
      height: auto;
      width: 100%;
      border: 1px solid #ececec; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackHeader {
          flex-direction: row;
          height: 120px;
          padding: 10px 30px;
          align-items: center; } }
      .trackingForm .trackContainer .trackHeader .trackHeaderImgContainer {
        height: 100%;
        max-width: 200px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .trackingForm .trackContainer .trackHeader .trackHeaderImgContainer .trackLogo {
          max-height: 50px;
          max-width: 90%; }
          @media screen and (min-width: 770px) {
            .trackingForm .trackContainer .trackHeader .trackHeaderImgContainer .trackLogo {
              max-height: 100%;
              max-width: 100%; } }
      .trackingForm .trackContainer .trackHeader .trackHeaderInfo {
        display: flex;
        padding-left: 0;
        height: 100%;
        flex: 1;
        align-items: center;
        justify-content: space-between; }
        @media screen and (min-width: 770px) {
          .trackingForm .trackContainer .trackHeader .trackHeaderInfo {
            padding-left: 40px; } }
        .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackIdsContainer {
          display: flex;
          flex-direction: column;
          border: 2px solid white;
          padding: 10px;
          height: 100%;
          justify-content: space-around;
          color: #575757; }
          .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackIdsContainer .trackIdsItem .trackId {
            color: #575757;
            font-size: 16px;
            font-weight: bold; }
        .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          height: 100%;
          flex: 1; }
          .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackHeaderInfoCompany {
            display: flex;
            flex-direction: column;
            padding-bottom: 20px; }
            @media screen and (min-width: 770px) {
              .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackHeaderInfoCompany {
                padding-bottom: 20px;
                padding-left: 0; } }
            .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackHeaderInfoCompany .trackCompanyName {
              font-size: 16px;
              font-weight: bold; }
            .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackHeaderInfoCompany .trackCompanyNumber {
              margin-left: 5px;
              text-decoration: underline;
              cursor: pointer; }
            .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackHeaderInfoCompany .trackHeaderImgContact {
              display: flex;
              align-items: center;
              margin-top: 5px; }
          .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackGreeting {
            color: #575757;
            font-size: 16px;
            margin-top: 20px;
            margin-right: 10px;
            margin-bottom: 10px; }
            @media screen and (min-width: 770px) {
              .trackingForm .trackContainer .trackHeader .trackHeaderInfo .trackHeaderInfoGroup .trackGreeting {
                margin-top: 0; } }
    .trackingForm .trackContainer .trackDestinationInfo {
      padding: 20px;
      display: flex;
      border-bottom: none;
      width: 100%;
      flex-direction: column;
      background-color: white;
      border: 1px solid #ececec;
      border-top: none; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackDestinationInfo {
          flex-direction: row; } }
      .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media screen and (min-width: 770px) {
          .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer {
            flex-direction: row; } }
        .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer .trackDestinationInfoData {
          display: flex;
          flex-direction: column; }
          @media screen and (min-width: 770px) {
            .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer .trackDestinationInfoData {
              margin-left: 10px; } }
          .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer .trackDestinationInfoData .trackDestinationInfoAdresseeName {
            padding-top: 10px;
            font-weight: bold; }
          .trackingForm .trackContainer .trackDestinationInfo .trackDestinationInfoContainer .trackDestinationInfoData .trackDestinationInfoAddress {
            font-style: italic;
            margin-bottom: 10px; }
    .trackingForm .trackContainer .trackVisualRepresentation {
      display: flex;
      align-items: center;
      padding: 10px;
      width: 100%;
      justify-content: center;
      background-color: #f7f7f7;
      border: 1px solid #ececec;
      border-top: none; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackVisualRepresentation {
          padding: 20px; } }
      .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem {
        width: 240px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .trackVisualRepresentationDataHora {
          text-align: center;
          padding: 5px;
          min-height: 50px;
          min-width: 50px; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .trackVisualRepresentationItemTitle {
          padding: 10px;
          color: #575757;
          font-size: 12px;
          height: 50px;
          text-align: center; }
          @media screen and (min-width: 510px) {
            .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .trackVisualRepresentationItemTitle {
              font-size: 16px; } }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .trackVisualRepresentationItemSpace {
          height: 25px; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrOnlyRight::after {
          height: 4px;
          width: 100px;
          position: absolute;
          top: 30px;
          transform: translateX(100%);
          right: 0;
          content: ""; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrBoth::before {
          height: 4px;
          width: 20px;
          position: absolute;
          top: 30px;
          transform: translateX(-100%);
          left: 0;
          content: ""; }
          @media screen and (min-width: 510px) {
            .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrBoth::before {
              width: 100px; } }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrBoth::after {
          height: 4px;
          width: 20px;
          position: absolute;
          top: 30px;
          transform: translateX(100%);
          right: 0;
          content: ""; }
          @media screen and (min-width: 510px) {
            .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrBoth::after {
              width: 100px; } }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrOnlyLeft::before {
          height: 4px;
          width: 100px;
          position: absolute;
          top: 30px;
          transform: translateX(-100%);
          left: 0;
          content: ""; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrContainer {
          position: relative;
          height: 60px;
          width: 60px;
          padding: 15px;
          border-radius: 30px; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrDisabled::before {
          background-color: #ececec; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrDisabled::after {
          background-color: #ececec; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrEnabled::before {
          background-color: #a7d0ad; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrEnabled::after {
          background-color: #a7d0ad; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrDisabled {
          background-color: #ececec; }
        .trackingForm .trackContainer .trackVisualRepresentation .trackVisualRepresentationItem .vrEnabled {
          background-color: #a7d0ad; }
    .trackingForm .trackContainer .trackEventList {
      display: flex;
      width: 100%;
      padding: 10px;
      border: 1px solid #ececec;
      background-color: white;
      border-top: none; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackEventList {
          padding: 20px; } }
      .trackingForm .trackContainer .trackEventList .trackEventsListItem {
        display: flex;
        font-family: Verdana; }
        .trackingForm .trackContainer .trackEventList .trackEventsListItem .trackEventsListItemDate {
          font-family: Verdana; }
        .trackingForm .trackContainer .trackEventList .trackEventsListItem .trackEventsListItemInfo {
          display: flex;
          flex-direction: column;
          padding-left: 30px; }
          .trackingForm .trackContainer .trackEventList .trackEventsListItem .trackEventsListItemInfo .trackEventsListItemStatus {
            font-family: Verdana;
            font-weight: bold; }
          .trackingForm .trackContainer .trackEventList .trackEventsListItem .trackEventsListItemInfo .trackEventsListItemNote {
            font-family: Verdana;
            font-style: italic; }
    .trackingForm .trackContainer .trackNoSignature {
      padding: 20px;
      width: 100%;
      background-color: #f7f7f7;
      border: 1px solid #ececec;
      border-top: none; }
    .trackingForm .trackContainer .trackSignature {
      display: flex;
      flex-direction: column;
      padding: 10px;
      width: 100%;
      height: 250px;
      padding: 20px;
      background-color: #f7f7f7;
      border: 1px solid #ececec;
      border-top: none; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackSignature {
          padding: 30px; } }
      .trackingForm .trackContainer .trackSignature .trackSignatureImageContainer {
        width: auto;
        max-height: 100%; }
        .trackingForm .trackContainer .trackSignature .trackSignatureImageContainer .trackSignatureImage {
          max-height: 170px;
          width: auto; }
    .trackingForm .trackContainer dxdvItem_EOTheme {
      width: 140px !important;
      padding: 0 !important; }
    .trackingForm .trackContainer .trackImagesList {
      width: 100%;
      padding: 10px;
      border: 1px solid #ececec;
      background-color: white;
      border-top: none; }
      @media screen and (min-width: 770px) {
        .trackingForm .trackContainer .trackImagesList {
          padding: 20px; } }
      .trackingForm .trackContainer .trackImagesList .dxdvFlowItem_EOTheme {
        height: auto; }
      .trackingForm .trackContainer .trackImagesList .trackImagesListItem .trackImagesListImage {
        width: 140px; }
    .trackingForm .trackContainer .trackFooter {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      color: rgba(65, 65, 65, 0.5);
      align-items: center;
      font-size: 10px;
      padding-top: 10px; }
      .trackingForm .trackContainer .trackFooter span {
        color: #9b9b9b; }
      @media screen and (min-width: 1025px) {
        .trackingForm .trackContainer .trackFooter {
          font-size: 14px; } }
      .trackingForm .trackContainer .trackFooter img {
        margin-left: 10px;
        height: 30px; }
        @media screen and (min-width: 480px) {
          .trackingForm .trackContainer .trackFooter img {
            height: 40px; } }
    .trackingForm .trackContainer .trackDisclaimer {
      font-size: 12px;
      font-family: Verdana;
      color: #9b9b9b; }

.container-edita-pontos-rotas-dados {
  position: absolute;
  top: 110px;
  left: 20px;
  border: 1px solid #1b75bb;
  border-radius: 5px; }
  .container-edita-pontos-rotas-dados .edita-pontos-rotas-header {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    display: flex;
    padding: 5px 0;
    align-items: center;
    align-items: center; }
    .container-edita-pontos-rotas-dados .edita-pontos-rotas-header .edita-pontos-header-ckb {
      width: 55px;
      display: flex;
      justify-content: center; }
      .container-edita-pontos-rotas-dados .edita-pontos-rotas-header .edita-pontos-header-ckb .ckb {
        width: 24px; }
    .container-edita-pontos-rotas-dados .edita-pontos-rotas-header .edita-pontos-rotas-header-text {
      flex-grow: 1;
      display: flex;
      align-items: center;
      padding-left: 15px;
      font-weight: bold; }
  .container-edita-pontos-rotas-dados .edita-pontos-rotas-grid {
    max-height: 70%;
    overflow-y: auto; }
    .container-edita-pontos-rotas-dados .edita-pontos-rotas-grid .edita-pontos-rotas-rota-nome {
      display: flex;
      justify-content: space-between; }
      .container-edita-pontos-rotas-dados .edita-pontos-rotas-grid .edita-pontos-rotas-rota-nome .dxeBase_EOTheme {
        font-size: 14px; }
