﻿@charset "UTF-8";
/*@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; }

.popup-webcontrol {
  width: 80%; }
  @media screen and (min-width: 480px) {
    .popup-webcontrol {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .popup-webcontrol {
      width: 300px;
      height: 200px; } }
  .popup-webcontrol .dxeBase_EOTheme {
    color: #1b75bb; }
  .popup-webcontrol .dxpc-header {
    background-color: #1b75bb; }
    .popup-webcontrol .dxpc-header .dxpc-headerText {
      color: white; }
  .popup-webcontrol .dxpc-contentWrapper {
    height: calc(100% - 42px); }
  .popup-webcontrol .dxpc-content {
    padding: 0; }
  .popup-webcontrol .popup-webcontrol-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%; }
    .popup-webcontrol .popup-webcontrol-content .div-frase {
      height: 100px;
      text-align: center;
      padding: 10px;
      overflow-y: auto;
      margin: 0 auto;
      width: 100%; }
    .popup-webcontrol .popup-webcontrol-content .div-btts {
      display: flex;
      width: 100%;
      justify-content: space-around; }
    .popup-webcontrol .popup-webcontrol-content .div-controls {
      display: flex;
      width: 100%;
      padding: 0 15px; }

.popup-webcontrol.popup-confirmar-enviomapeada {
  width: 338px;
  height: 225px; }

.elastic-popup {
  width: 90vw; }
  @media screen and (min-width: 480px) {
    .elastic-popup {
      min-width: 400px;
      width: auto;
      height: auto; } }
  .elastic-popup .form-popup-elastic {
    width: 100%;
    padding: 0 20px 0 20px; }
  .elastic-popup .elastic-form-separator {
    height: 20px; }
  .elastic-popup .div-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between; }
    .elastic-popup .div-row .dxeCaptionCell_EOTheme {
      padding: 10px 0 2px 0; }
    .elastic-popup .div-row .dxeMemoEditArea_EOTheme {
      height: 60px; }
  .elastic-popup .div-btts {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px 0 20px 0; }

.popup-form {
  width: 80%; }
  @media screen and (min-width: 480px) {
    .popup-form {
      width: 480px;
      height: 80vh; } }
  .popup-form .form-popup {
    height: calc(70vh - 100px);
    overflow-y: scroll;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .popup-form .form-popup .div-row {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between; }
      .popup-form .form-popup .div-row .dxeCaptionCell_EOTheme {
        padding: 10px 0 2px 0; }
      .popup-form .form-popup .div-row .dxeMemoEditArea_EOTheme {
        height: 60px; }
  .popup-form .form-popup-auto {
    overflow-y: scroll;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .popup-form .form-popup-auto .div-row {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between; }
      .popup-form .form-popup-auto .div-row .dxeCaptionCell_EOTheme {
        padding: 10px 0 2px 0; }
      .popup-form .form-popup-auto .div-row .dxeMemoEditArea_EOTheme {
        height: 60px; }

.popup-grid {
  width: 95vw;
  position: fixed;
  inset: 0;
  margin: auto;
  min-height: 65vh;
  max-height: 95vh; }
  @media screen and (min-width: 480px) {
    .popup-grid {
      width: 80vw; } }
  @media screen and (min-width: 800px) {
    .popup-grid {
      width: 800px;
      max-height: unset; } }
  @media screen and (min-width: 1025px) {
    .popup-grid {
      width: 1000px; } }
  .popup-grid .container-popup {
    height: 60vh;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .popup-grid .container-popup .dxtc-strip {
      flex-wrap: wrap; }
    .popup-grid .container-popup .tab {
      align-items: flex-end;
      justify-content: flex-start;
      width: 130px; }
    .popup-grid .container-popup .icon {
      width: 20px;
      height: 20px;
      padding-bottom: 3px; }
    .popup-grid .container-popup .adaptive-tab {
      display: none; }
    @media (max-width: 550px) {
      .popup-grid .container-popup .tab {
        padding: 0;
        text-align: left; }
      .popup-grid .container-popup .default-tab {
        display: none; }
      .popup-grid .container-popup .adaptive-tab {
        display: flex;
        width: 40px; } }
    .popup-grid .container-popup img {
      cursor: zoom-in; }

.change-scroll {
  /* width */
  /* Track */
  /* Handle */ }
  .change-scroll .lista::-webkit-scrollbar {
    width: 6px; }
  .change-scroll .lista::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
		border-radius: 10px;*/
    background-color: white; }
  .change-scroll .lista::-webkit-scrollbar-thumb {
    background: #1b75bb;
    border-radius: 10px; }

.visualizadorImagem {
  height: 90vh;
  width: 90vw;
  overflow: scroll; }

.bttChamadaRapida {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px; }
  @media screen and (min-width: 600px) {
    .bttChamadaRapida {
      right: 30px;
      bottom: 30px;
      width: 50px;
      height: 50px;
      border-radius: 25px; } }

.popup-codbarraslote {
  width: 95vw;
  height: auto;
  max-height: 80vh; }
  @media screen and (min-width: 480px) {
    .popup-codbarraslote {
      width: 80vw; } }
  @media screen and (min-width: 800px) {
    .popup-codbarraslote {
      width: 500px;
      max-height: unset; } }
  .popup-codbarraslote .dxeCLTSys {
    padding: 5px 0; }
  .popup-codbarraslote .popup-codbarraslote-content {
    padding: 5px; }
  .popup-codbarraslote .btts-limpar-codbarraslote {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end; }
  .popup-codbarraslote .popup-codbarraslote-btt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0; }

.popup-buscaremlote {
  width: 95vw;
  height: auto;
  max-height: 80vh; }
  @media screen and (min-width: 480px) {
    .popup-buscaremlote {
      width: 80vw; } }
  @media screen and (min-width: 800px) {
    .popup-buscaremlote {
      width: 500px;
      max-height: unset; } }
  .popup-buscaremlote .dxeRadioButtonList_EOTheme td.dxe {
    padding: 0; }
  .popup-buscaremlote .dxichTextCellSys, .popup-buscaremlote .dxichCellSys {
    padding: 0; }
  .popup-buscaremlote .dxeCaptionCell_EOTheme {
    padding: 0 !important; }
  .popup-buscaremlote .collapsible-panel {
    padding: 10px;
    background-color: #ececec;
    border-radius: 3px;
    margin-bottom: 10px; }
  .popup-buscaremlote .popup-codbarraslote-content {
    padding: 20px; }
  .popup-buscaremlote .btts-limpar-codbarraslote {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end; }
  .popup-buscaremlote .popup-codbarraslote-btt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0; }

.popup-sugestaorota {
  width: 95vw;
  height: auto;
  max-height: 80vh; }
  @media screen and (min-width: 480px) {
    .popup-sugestaorota {
      width: 80vw; } }
  @media screen and (min-width: 800px) {
    .popup-sugestaorota {
      width: 530px;
      max-height: unset; } }
  .popup-sugestaorota .popup-sugestaorota-content {
    padding: 20px; }
  .popup-sugestaorota .popup-sugestaorota-form {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 9px; }
  .popup-sugestaorota .popup-sugestaorota-btt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    gap: 75px; }
  .popup-sugestaorota .popup-sugestaorota-label-periodo {
    color: #1b75bb;
    font-weight: bold; }
  .popup-sugestaorota .popup-sugestaorota-tipo-periodo-controls-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
  .popup-sugestaorota .rigor-trackbar {
    width: 100%;
    margin-bottom: 16px; }
  .popup-sugestaorota .campo-data {
    flex: 1; }
  .popup-sugestaorota .campo-entregador:hover {
    border-color: #1b75bb; }
  .popup-sugestaorota .filtro {
    width: 100%; }
  .popup-sugestaorota .filtro:hover {
    border-color: #1b75bb; }
  .popup-sugestaorota .modos-inclusao {
    margin-bottom: 25px; }
  .popup-sugestaorota .btts-limpar-codbarraslote {
    width: 100%;
    margin-bottom: -10px;
    display: flex;
    justify-content: flex-end; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin-bottom: 10px; }

.popup-visualizaImagem .popup-visualizaImagem-imageContainer {
  max-height: 70vh;
  max-width: 90vw;
  overflow: scroll; }

.popup-recebimentolote {
  width: 700px;
  height: auto;
  height: 700px;
  overflow-y: auto; }
  .popup-recebimentolote .dxgvControl {
    border: none !important; }
  .popup-recebimentolote .popup-webcontrol-size {
    height: 640px;
    overflow-y: scroll; }
  .popup-recebimentolote .gv-recebimentolote {
    margin-top: 40px; }
  .popup-recebimentolote .div-entregadores-recebimento-lote-container {
    display: flex;
    padding: 15px;
    align-items: center; }
    .popup-recebimentolote .div-entregadores-recebimento-lote-container .div-recebidolido {
      padding-right: 15px; }
    .popup-recebimentolote .div-entregadores-recebimento-lote-container .div-lista-entregadores {
      padding-left: 20px;
      width: 400px; }
    .popup-recebimentolote .div-entregadores-recebimento-lote-container .div-datas-horas {
      display: flex;
      flex-direction: column; }
      .popup-recebimentolote .div-entregadores-recebimento-lote-container .div-datas-horas .dh {
        display: flex;
        justify-content: space-between;
        width: 200px; }

.popup-otm-rota {
  width: 100vw;
  height: 100vh; }
  @media screen and (min-width: 600px) {
    .popup-otm-rota {
      width: 90vw;
      height: 90vh; } }
  .popup-otm-rota .container-otm-rota {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly; }
    @media screen and (min-width: 600px) {
      .popup-otm-rota .container-otm-rota {
        height: calc(90vh - 25px); } }
    .popup-otm-rota .container-otm-rota .grid-toolbar-container {
      width: 25%;
      max-width: 401px;
      height: calc(100% - 50px); }
      .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota {
        overflow-y: scroll;
        height: calc(100% - 70px);
        border: 1px solid #ececec;
        border-radius: 5px;
        position: relative; }
        .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota {
          width: 100%; }
          .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .dxgvFocusedRow_EOTheme {
            background-color: #ececec;
            color: #575757; }
          .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .hide-column {
            display: none; }
          .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .dxgvTable_EOTheme {
            background-color: transparent;
            border: none;
            box-shadow: none; }
          .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .dxgvDataRow_EOTheme {
            border: none !important; }
            .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .dxgvDataRow_EOTheme .dxgv {
              padding: 0; }
          .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota {
            display: flex;
            justify-content: center;
            align-items: center; }
            .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota {
              width: 100%;
              display: flex;
              flex-direction: column;
              font-size: .7rem;
              cursor: pointer;
              padding: 5px; }
              .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota .um-campo-otm-rota {
                display: flex;
                flex-direction: column; }
              .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota .dois-campos-otm-rota {
                display: flex;
                justify-content: space-between;
                align-items: center; }
                .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota .dois-campos-otm-rota .small-icon {
                  width: 12px; }
              .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota .campo-otm-rota-destaque {
                font-size: .8rem;
                color: #1b75bb;
                font-weight: bold; }
              .popup-otm-rota .container-otm-rota .grid-toolbar-container .grid-otm-rota .grid-entregas-otm-rota .data-row-otm-rota .entregas-template-row-otm-rota img {
                width: 20px; }
      .popup-otm-rota .container-otm-rota .grid-toolbar-container .toolbar-otm-rota {
        height: 65px;
        display: flex;
        background-color: #ececec;
        align-items: center;
        margin-top: 5px;
        border-radius: 5px;
        padding: 0 10px;
        justify-content: space-evenly; }
        .popup-otm-rota .container-otm-rota .grid-toolbar-container .toolbar-otm-rota .item-flutuante {
          /*width: 40px;
					height: 40px;
					background-repeat: no-repeat;
					background-size: cover;*/ }
    .popup-otm-rota .container-otm-rota .map-paineis-otm-rota {
      width: 75%;
      height: calc(100% - 50px);
      position: relative;
      border-radius: 5px; }
      .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .map-otm-rota {
        width: 100%;
        height: 100%;
        border: 1px solid #ececec;
        border-radius: 5px; }
      .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota {
        width: 100%;
        height: calc(100% - 50px);
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 600px) {
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota {
            width: auto;
            height: calc(100% - 50px);
            position: absolute;
            top: 0;
            left: 0;
            padding: 70px 20px; } }
        .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .painel-otm-rota {
          background-color: white;
          border-radius: 5px;
          width: 100%;
          height: auto;
          padding: 10px;
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          align-items: center;
          margin-bottom: 5px; }
          @media screen and (min-width: 600px) {
            .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .painel-otm-rota {
              width: 220px;
              margin-bottom: 20px; } }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .painel-otm-rota .dxeBase_EOTheme {
            font-size: 16px; }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .painel-otm-rota .txt-destaque {
            font-size: 20px; }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .painel-otm-rota .titulo-painel-otm-rota {
            font-size: 16px; }
        .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .botao {
          padding-top: 25px;
          background-color: transparent;
          height: auto; }
        .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota {
          background-color: white;
          border-radius: 5px;
          width: 100%;
          padding: 10px;
          display: flex;
          flex-direction: column; }
          @media screen and (min-width: 600px) {
            .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota {
              width: 220px; } }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota .texto-otm-rota {
            color: #1b75bb;
            font-weight: bold;
            padding: 2px; }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota .inicio-fim-item {
            display: flex;
            justify-content: space-between; }
            .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota .inicio-fim-item img {
              width: 20px; }
            .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota .inicio-fim-item .lb-inicio-fim {
              font-size: 10px;
              width: calc(100% - 35px); }
          .popup-otm-rota .container-otm-rota .map-paineis-otm-rota .paineis-otm-rota .inicio-fim-otm-rota .inicio-fim-item:first-of-type {
            padding-bottom: 10px; }
    .popup-otm-rota .container-otm-rota .barra-ferramentas-popup-otm-rota {
      position: absolute;
      top: 100px;
      right: 20px;
      display: flex;
      flex-direction: column;
      border: 1px solid #1b75bb;
      border-radius: 5px;
      background-color: white;
      padding: 5px; }
      .popup-otm-rota .container-otm-rota .barra-ferramentas-popup-otm-rota .btt-bf {
        padding-bottom: 10px; }
  .popup-otm-rota .hidden {
    display: none !important; }

.popup-definicao-rotas {
  width: 90vw;
  height: 90vh; }
  .popup-definicao-rotas .container-definicao-rotas {
    width: 100%;
    height: 100%;
    display: flex; }
    .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-mapa {
      width: 100%;
      height: calc(90vh - 80px);
      position: relative; }
    .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-mostra-dados {
      position: absolute;
      right: 100px;
      top: 100px;
      display: flex;
      background-color: white;
      border: 1px solid #1b75bb;
      padding: 5px;
      justify-content: center;
      align-items: flex-start;
      border-radius: 5px;
      flex-direction: column; }
    .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-barra-suspensa-botoes {
      position: absolute;
      right: 100px;
      bottom: 50px;
      display: flex; }
    .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-toolbar-geoenhancement {
      position: absolute;
      left: 300px;
      bottom: 50px;
      display: flex; }
    .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados {
      position: absolute;
      top: 110px;
      left: 20px;
      border: 1px solid #1b75bb;
      border-radius: 5px; }
      .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-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;
        justify-content: space-between;
        /*.definicao-rotas-header-text {
					flex-grow: 1;
					display: flex;
					align-items: center;
					padding-left: 15px;
					font-weight: bold;
				}*/ }
        .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-header .definicao-header-ckb {
          width: auto;
          padding-left: 10px; }
        .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-header .definicao-header-btt {
          padding-right: 10px; }
      .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid {
        max-height: 500px;
        overflow-y: auto; }
        .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row {
          display: flex;
          padding: 7px 0;
          /*	.popup-definicao-rotas-row-icon-left {
						display: flex;
						justify-content: center;
						align-items: center;
						width: 30px;
					}
*/ }
          .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-nome {
            display: flex;
            align-items: center;
            flex-grow: 1;
            padding: 0 5px 0 10px; }
            .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-nome .rota-legenda-cor-definicao-rotas {
              width: 15px;
              height: 15px;
              border-radius: 3px;
              margin-right: 10px;
              border: none; }
            .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-nome .definicao-rotas-rota-nome-text {
              font-size: 14px; }
          .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-icon-right {
            width: 30px; }
            .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-icon-right .rota-definida-definicao-rotas {
              width: 20px;
              height: 20px; }
              .popup-definicao-rotas .container-definicao-rotas .definicao-rotas-dados .definicao-rotas-grid .popup-definicao-rotas-row .popup-definicao-rotas-icon-right .rota-definida-definicao-rotas img {
                width: 20px;
                height: 20px; }

.definicao-rotas-form-container {
  width: 300px; }
  .definicao-rotas-form-container .dxeCaptionCell_EOTheme {
    padding-bottom: 5px; }
  .definicao-rotas-form-container .dxeRoot_EOTheme {
    margin-bottom: 10px; }
  .definicao-rotas-form-container .definicao-rotas-form-controls {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .definicao-rotas-form-container .definicao-rotas-form-controls .definicao-rotas-form-controls-sub-container {
      width: 100%; }
  .definicao-rotas-form-container .definicao-rotas-form-btt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px; }

.popup-move-destino {
  padding: 5px;
  display: flex;
  justify-content: space-between; }
  .popup-move-destino img {
    width: 20px; }
  .popup-move-destino .infowindow-btt-separador {
    width: 15px; }

.popup-escolha-entregador {
  width: 500px;
  height: 200px;
  z-index: 99999;
  background-color: white;
  border: none !important; }
  .popup-escolha-entregador .dxpc-contentWrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #1b75bb;
    border-radius: 5px; }
    .popup-escolha-entregador .dxpc-contentWrapper .popup-container {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column; }
      .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container {
        width: 400px; }
        .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .dxeListBoxItemSelected_EOTheme {
          background-color: #ececec; }
        .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .item-template-escolha-entregador {
          width: 100%;
          height: 35px;
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #ececec; }
          .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .item-template-escolha-entregador img {
            height: 30px; }
          .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .item-template-escolha-entregador .item-template-info {
            display: flex;
            flex-direction: column; }
            .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .item-template-escolha-entregador .item-template-info .item-titulo {
              font-weight: bold; }
            .popup-escolha-entregador .dxpc-contentWrapper .popup-container .popup-escolha-entregador-combo-container .item-template-escolha-entregador .item-template-info .item-info {
              font-size: 12px;
              font-style: italic; }
      .popup-escolha-entregador .dxpc-contentWrapper .popup-container .btts-popup-escolha-entregador {
        width: 80%;
        display: flex;
        justify-content: space-around; }

.popup-escolha-duplicados {
  width: auto;
  height: auto;
  max-height: 70vh;
  overflow-y: auto; }
  .popup-escolha-duplicados .popup-escolha-duplicados-content {
    padding: 20px; }
    .popup-escolha-duplicados .popup-escolha-duplicados-content .popup-escolha-duplicados-label {
      margin-bottom: 21px; }
    .popup-escolha-duplicados .popup-escolha-duplicados-content .popup-escolha-duplicados-btt {
      margin-top: 20px;
      width: 100%;
      display: flex;
      justify-content: flex-end; }

.popup-webcontrol-flex .dxeBase_EOTheme {
  color: #1b75bb; }

.popup-webcontrol-flex .dxpc-header {
  background-color: #1b75bb; }
  .popup-webcontrol-flex .dxpc-header .dxpc-headerText {
    color: white; }

.popup-webcontrol-flex .dxpc-contentWrapper {
  height: calc(100% - 42px); }

.popup-webcontrol-flex .dxpc-content {
  padding: 0; }

.popup-webcontrol-flex .dxeRoot_EOTheme {
  width: 100%; }

.popup-webcontrol-flex .dxeCaptionCell_EOTheme {
  padding-bottom: 4px; }

.popup-webcontrol-flex .popup-webcontrol-content {
  padding: 20px; }

.popup-webcontrol-flex .separador {
  height: 40px; }

.popup-webcontrol-flex .div-btts {
  display: flex; }

.cadastro-content-controls {
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cadastro-content-controls .cadastro-row {
    width: 100%; }
    .cadastro-content-controls .cadastro-row .cadastro-content-item {
      width: 100%; }
    .cadastro-content-controls .cadastro-row .labelBancarios {
      display: block;
      /* Faz com que o label ocupe a largura total */
      padding: 15px 0;
      /* Ajuste o valor conforme necessário */
      font-style: italic;
      /* Para maior destaque, se necessário */
      margin-bottom: -7px; }
  .cadastro-content-controls .metade {
    width: 48%; }
  .cadastro-content-controls .terco1 {
    width: 33%; }
  .cadastro-content-controls .terco2 {
    width: 65%; }

.entregadores {
  height: 427px;
  width: 600px;
  overflow-y: auto; }

.vales {
  height: 360px;
  width: 400px;
  overflow-y: auto;
  margin: 10px; }

.Km {
  height: 270px;
  width: 300px;
  overflow-y: auto;
  margin: 10px; }

.vales-obs {
  padding: 5px; }

.cadastro-content-btts {
  padding: 20px;
  display: flex;
  justify-content: space-between; }
  .cadastro-content-btts .separador {
    width: 30px; }

.edita-baixa {
  height: auto; }
  .edita-baixa .edita-baixa-disclaimer {
    text-align: center;
    padding: 10px 0; }
  .edita-baixa .edita-baixa-separador {
    height: 15px; }

.imagem-row {
  width: 100%;
  height: 70px; }

.form-separador {
  height: 10px;
  width: 100%; }

.popup-dados-comunicacao-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0px 10px;
  justify-content: center;
  padding-bottom: 15px; }

.popup-dados-comunicacao-container .popup-section h4 {
  font-weight: bold;
  justify-self: start;
  padding: 0px 7px; }

.popup-section {
  margin-bottom: 30px;
  padding: 10px 0px; }

.popup-separator {
  border: 0;
  border-top: 1px solid #ddd;
  margin: -5px 0px;
  width: 100%;
  align-self: center; }

.tags-container {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  width: 100%; }

/* Estilo das tags */
.tags-container .tag {
  display: inline-block;
  background-color: #f0f0f0;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: opacity 0.5s ease;
  /* Transição suave para opacidade */ }

/* A tag vai passar por uma transição de opacidade */
.tags-container .tag.clicked {
  opacity: 0.3;
  /* Diminuir opacidade quando clicado */
  transition: opacity 0.5s ease;
  /* Transição suave para opacidade */ }

.tags-container .tag button {
  margin-left: 5px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #ff0000; }

.tags-container .tag .edit-tag {
  color: #007bff; }

.tags-container .tag .confirm-tag {
  color: #28a745; }

.dados-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  color: #1b75bb;
  cursor: pointer;
  justify-self: center;
  margin-top: 35px;
  width: 30px;
  transition: transform 0.3s ease;
  /* Transição suave */ }

.dados-button:hover {
  transform: scale(1.04);
  /* Aplica um leve aumento no tamanho */ }

/* Estilo para a mensagem de 'Sem dados para mostrar' */
.tags-container .no-data-message {
  color: #888;
  font-style: italic;
  text-align: center;
  margin-top: 10px; }

.popup-comunicacao-center {
  position: fixed;
  inset: 0;
  margin: auto;
  min-height: 65vh;
  /* Altura mínima de 70% da altura da janela */
  max-height: 95vh;
  /* Altura máxima de 90% da altura da janela */
  width: 75%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* Permite rolagem se o conteúdo for maior que a altura do popup */
  box-sizing: border-box;
  /* Inclui padding no cálculo da altura */ }

.cabecalho-devedor {
  display: flex;
  justify-content: flex-start;
  padding: 10px 15px; }
  .cabecalho-devedor .devedor-label {
    color: black;
    font-weight: normal; }
