﻿@charset "UTF-8";
@import url(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/ }*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*background-color:$color-azul-rdd;*/ }

h1 {
  color: white;
  font-size: 1.8em; }

.container {
  background-color: transparent;
  width: 100vw; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1200px;
      margin: auto; } }

.container-wide {
  width: 100%;
  position: relative; }

.ct-80 {
  width: 100%;
  text-align: center;
  padding: 0 10px; }
  @media screen and (min-width: 600px) {
    .ct-80 {
      margin: auto;
      width: 80%; } }

.ct-100 {
  width: 100%;
  text-align: center;
  padding: 0 10px; }
  @media screen and (min-width: 600px) {
    .ct-100 {
      margin: auto;
      width: 100%; } }

/*.texto-container{ //textos
    background-color:$color-claro;
    padding:20px;
    -webkit-box-shadow: -2px 2px 22px 0px rgba(255,255,255,1);
    -moz-box-shadow: -2px 2px 22px 0px rgba(255,255,255,1);
    box-shadow: -2px 2px 22px 0px rgba(255,255,255,1);  
    margin:0;

    @include media($tablet-portrait){
       margin:40px;
       padding:40px;
    }
    @include media($laptop){
         margin:80px 0;
        padding:50px 100px;
    }

    p{
        font-size:12px;
        text-align:justify;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
    h2{
        text-align:center;
        font-size:18px;
        @include media($tablet-portrait){
            font-size:24px;
        }
    }
    .dir{
        text-align:right;
        padding-bottom:20px;
        font-style:italic;
    }
    ol{
        font-size:12px!important;
        @include media($tablet-portrait){
            font-size:14px;
        }
        li{
            padding:1em 0;
            
        }
    }
    ul{
        font-size:12px!important;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
}
.texto-container-neutral{
    margin: 40px auto!important;
    max-width:1200px!important;
    color:$color-neutral;
    ol{
        li{
            font-size:16px;
        }
    }
}*/
.div-titulo {
  padding: 0.5em 0;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .div-titulo {
      padding: 2em 0; } }
  .div-titulo h1 {
    font-size: 18px; }
    @media screen and (min-width: 600px) {
      .div-titulo h1 {
        font-size: 26px; } }
  .div-titulo .msg {
    font-size: 12px;
    color: #de8e96;
    font-weight: 800; }
    @media screen and (min-width: 600px) {
      .div-titulo .msg {
        font-size: 16px; } }
  .div-titulo a {
    color: white; }
    .div-titulo a :visited {
      color: white; }

/*.div-final {
    padding:20px 0;
    position: relative;
    text-align:center;
    .texto{
        color:$color-vermelho-eo-fade;
        font-size:1em;
    }
}*/
.fundo1 {
  background-color: white; }

.fundo2 {
  background-color: #f1f6fa; }

/*.centraliza{
    margin: auto;
}*/
/*.centralizaconteudo {
    text-align:center;
}*/
/*.upper{
    text-transform: uppercase;
}*/
.espaco {
  margin-right: 10px; }

/*.div-void-final{
    height:80px;
}*/
img {
  max-width: 100%; }

/***************************************************
    POP-UP MODAL
****************************************************/
.popup-modal {
  text-align: center;
  padding: 5px; }
  .popup-modal .div-content {
    padding: 1em 3em 3em; }

.popup-1btt {
  min-width: 300px; }

.popup-2btt {
  min-width: 450px; }

/***************************************************
    BOTÕES
****************************************************/
/*.btt-transp {
    background-image:none!important;
    background-color:transparent;
    border:none;
}
.btt-dev{
    background-image:none!important;
    border:none;
    min-width:120px;
}
.button{
    padding:5px 2px;
    font-size: 0.9rem;
    color: #fefefe;
    font-weight:700;
    @include media($tablet-portrait){
        padding: 0.65em 0.8em;
    }
}*/
/*.btt-vermelho{
    background-color:$color-vermelho-rdd;
}
.btt-azul{
    background-color: $color-azul-eo;
}
.btt-azul-rdd{
    background-color:$color-azul-rdd;
}
.btt-verde{
    background-color:$color-verde-eo;
}
.btt-disabled{
    background-color:$color-azul-eo-disabled;
}*/
/***************************************************
    GRIDS
****************************************************/
/*.mob-hide{
    display:none;
    @include media($muda-grid){
        display:table-cell;
    }
}
.mob-hide-light{
    display:none;
    @include media($smartphone-landscape){
        display:table-cell;
    }
}
.mob-agrupar{
    display:block;
    text-align:left;
    @include media($muda-grid){
        display:table-cell;
        //text-align:center;
    }
}
.grid{
    //width:100vw;
    .dxgvHeader{
        background-color:$color-azul-escuro!important;
    }
    
    td{
        font-size:10px;
        @include media($muda-grid){
            font-size:14px;
        }
    }
    .dxgvDataRow td.dxgv{
        padding:0!important;
        @include media($muda-grid){
            padding:3px 6px 4px;
        }
    }
    a{
        font-size:12px;
        padding:0;
        text-decoration:none;
        color:$color-verde-eo;
        font-weight:bold;
        @include media($muda-grid){
            padding:3px 6px;
            font-size:14px;
        }
        :hover{
            color:white;
        }
        :visited{
            color:$color-verde-eo;
            text-decoration:none;
            font-weight:bold;
            @include media($muda-grid){
                padding:3px 5px;
                font-size:14px;
            }
        }
    }
}

.hide-header{
        display:none;
    }
.link-imagem{
    background-color:transparent!important;
    margin-right:15px;
}*/
/***************************************************
    HEADER
****************************************************/
.navigation .navigation-menu-button {
  content: "\f0c9";
  display: block;
  float: right;
  margin: 10px;
  padding: 12px 14px;
  background-color: #2199e8;
  color: #fefefe;
  font-size: 14px; }
  @media screen and (min-width: 600px) {
    .navigation .navigation-menu-button {
      margin: 20px 10px 0 0; } }
  @media screen and (min-width: 1260px) {
    .navigation .navigation-menu-button {
      display: none; } }

.navigation .navigation-wrapper {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 2px -8px 15px 12px rgba(27, 117, 187, 0.1); }
  .navigation .navigation-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .navigation .navigation-wrapper .logo {
    float: left;
    padding: 15px 0 0 10px; }
    @media screen and (min-width: 600px) {
      .navigation .navigation-wrapper .logo {
        padding: 10px; } }
    .navigation .navigation-wrapper .logo img {
      width: 60%; }
      @media screen and (min-width: 600px) {
        .navigation .navigation-wrapper .logo img {
          width: 100%;
          padding-right: 2em; } }
  .navigation .navigation-wrapper .links {
    position: relative;
    top: 20px;
    right: 5px;
    display: block;
    float: right;
    text-align: right;
    width: 10%;
    padding-right: 10px; }
    .navigation .navigation-wrapper .links .btt {
      display: none; }
      @media screen and (min-width: 1260px) {
        .navigation .navigation-wrapper .links .btt {
          display: inline-table;
          padding: 0.65em 0.8em;
          font-size: 0.9rem;
          color: #fefefe;
          font-weight: 700;
          background-color: #13b116; } }

.navigation nav {
  float: none; }
  @media screen and (min-width: 1260px) {
    .navigation nav {
      float: left;
      text-align: center;
      line-height: 1.5em;
      padding-top: 2em; } }

.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 1260px) {
    .navigation ul.navigation-menu {
      display: block;
      margin: 0;
      padding: 0; } }
  .navigation ul.navigation-menu.show {
    display: block; }
  .navigation ul.navigation-menu .hover-menu {
    overflow: visible;
    padding-right: 0; }
    @media screen and (min-width: 1260px) {
      .navigation ul.navigation-menu .hover-menu {
        position: relative; } }
    .navigation ul.navigation-menu .hover-menu .hover-menu-item {
      left: 0;
      position: relative;
      /*&::before {
          content: "›";
          padding-left: 0.5em;
        }*/ }
    .navigation ul.navigation-menu .hover-menu .submenu {
      display: none;
      margin: 0;
      border: none;
      padding: 0;
      background-color: #f1f6fa;
      text-align: left; }
      @media screen and (min-width: 1260px) {
        .navigation ul.navigation-menu .hover-menu .submenu {
          left: 0;
          position: absolute;
          margin: 0 0 0 7px;
          background-color: #1b75bb;
          border: 1px solid #0a5084; } }
    .navigation ul.navigation-menu .hover-menu .submenu li {
      display: block;
      padding-right: 20px; }
    .navigation ul.navigation-menu .hover-menu .submenu li a {
      display: inline-block;
      text-align: right;
      width: 100%;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #1b75bb;
      padding-right: 0; }
      @media screen and (min-width: 1024px) and (max-width: 1350px) {
        .navigation ul.navigation-menu .hover-menu .submenu li a {
          font-size: 0.7em; } }
      @media screen and (min-width: 1260px) {
        .navigation ul.navigation-menu .hover-menu .submenu li a {
          text-align: left;
          color: white;
          font-size: 0.8em; } }
    @media screen and (min-width: 1281px) {
      .navigation ul.navigation-menu .hover-menu .submenu .submenu {
        left: 8em;
        top: 0; } }
    .navigation ul.navigation-menu .hover-menu:focus > .submenu,
    .navigation ul.navigation-menu .hover-menu:hover > .submenu {
      display: block; }

.navigation ul li.nav-link {
  display: block;
  text-align: right;
  width: 100%; }
  @media screen and (min-width: 1260px) {
    .navigation ul li.nav-link {
      background: transparent;
      display: inline;
      text-decoration: none;
      width: auto; } }

.navigation li.nav-link .nav-sair {
  background-color: #f1f6fa;
  color: #1b75bb;
  min-width: 50px;
  padding: 0;
  font-weight: 800; }
  @media screen and (min-width: 1260px) {
    .navigation li.nav-link .nav-sair {
      display: none; } }

.navigation li.nav-link a {
  display: inline-block;
  text-decoration: none;
  font-size: .9em;
  color: #0a5084;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0.5em; }
  @media screen and (min-width: 1024px) and (max-width: 1350px) {
    .navigation li.nav-link a {
      font-size: 0.8em;
      margin: 0 0.6em; } }
  @media screen and (min-width: 1260px) {
    .navigation li.nav-link a {
      padding-right: 1.2em; } }

.navigation .div-bemvindo {
  position: absolute;
  display: none;
  text-align: right;
  right: 55px;
  top: 20px; }
  @media screen and (min-width: 1260px) {
    .navigation .div-bemvindo {
      right: 0;
      top: 20px;
      padding-right: 10px;
      min-width: 30%; } }
  .navigation .div-bemvindo .texto {
    font-size: 10px;
    float: left; }
    @media screen and (min-width: 600px) {
      .navigation .div-bemvindo .texto {
        margin-top: 5px;
        font-size: 12px; } }
    @media screen and (min-width: 1260px) and (max-width: 1350px) {
      .navigation .div-bemvindo .texto {
        font-size: 12px;
        margin-right: 10px;
        margin-top: 10px;
        float: right; } }
    @media screen and (min-width: 1350px) {
      .navigation .div-bemvindo .texto {
        font-size: 14px;
        margin-right: 10px;
        margin-top: 10px;
        float: right; } }
  .navigation .div-bemvindo .btt-sair {
    min-width: 40px;
    display: none; }
    @media screen and (min-width: 1260px) {
      .navigation .div-bemvindo .btt-sair {
        display: block;
        padding: 0.65em 0.8em;
        font-size: 0.9rem;
        color: white;
        background-color: #0a5084;
        font-weight: 700;
        float: right; } }

.navigation .div-saldo {
  visibility: hidden; }
  @media screen and (min-width: 1260px) {
    .navigation .div-saldo {
      visibility: visible;
      position: absolute;
      top: 0;
      right: 0px;
      height: 22px;
      width: 380px;
      border-radius: 3px;
      background-color: #be1e2d;
      color: white;
      text-align: center;
      display: none;
      cursor: pointer;
      font-size: 0.9em;
      padding-top: 2px; } }

.div-telalogin {
  position: absolute;
  top: 90px;
  right: 20px;
  border: 1px solid #1b75bb;
  background-color: white;
  display: none;
  width: 310px;
  padding: 0px 10px 20px 10px;
  text-align: center; }

/***************************************************
    MENSAGEM.ASPX
****************************************************/
.div-msg {
  background-color: white;
  text-align: center;
  margin-top: 4em;
  padding: 4em 0 4em 0; }
  .div-msg .texto {
    font-size: 1em;
    color: #0a5084; }
  .div-msg .neutral {
    color: #575757 !important; }

/***************************************************
    SOLICITAORCAMENTO.ASPX
****************************************************/
.div-rel {
  position: relative; }

.ajuda {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #de8e96;
  padding: 5px 0 2px 6px;
  border-radius: 3px;
  cursor: help; }
  @media screen and (min-width: 600px) {
    .ajuda {
      right: 10px;
      top: 10px;
      padding: 10px 10px 7px; } }
  .ajuda img {
    width: 70%; }
    @media screen and (min-width: 600px) {
      .ajuda img {
        width: 100%; } }

.div-ajuda {
  background-color: #cb4a56;
  color: white;
  padding: 10px 10px;
  font-size: 12px;
  display: none; }
  @media screen and (min-width: 600px) {
    .div-ajuda {
      font-size: 14px; } }

.fixed {
  position: fixed;
  top: 5px;
  right: 5px; }
  @media screen and (min-width: 1260px) {
    .fixed {
      right: calc((100vw - 1200px)/2 + 2px); } }

.bottom {
  position: absolute;
  bottom: 0px; }

.div-etapas {
  align-items: center;
  display: flex; }
  @media screen and (min-width: 600px) {
    .div-etapas {
      min-height: 200px; } }

.div-periodo {
  display: block; }
  @media screen and (min-width: 600px) {
    .div-periodo {
      display: flex; } }
  .div-periodo .div-agora {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    margin: auto; }
    @media screen and (min-width: 600px) {
      .div-periodo .div-agora {
        float: left;
        width: 50%; } }
  .div-periodo .div-agendamento {
    text-align: center !important;
    display: block;
    margin: auto; }
    @media screen and (min-width: 600px) {
      .div-periodo .div-agendamento {
        float: right;
        width: 50%;
        margin: auto;
        display: table-cell; } }
    .div-periodo .div-agendamento .dxflGroupCell {
      display: block;
      padding: 0 12px;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .div-periodo .div-agendamento .dxflGroupCell {
          display: table-cell; } }
    .div-periodo .div-agendamento .dxflGroup {
      padding: 0 !important; }
    .div-periodo .div-agendamento .dxflItem {
      margin: auto !important; }
    .div-periodo .div-agendamento .cresce {
      width: 100%; }
      @media screen and (min-width: 600px) {
        .div-periodo .div-agendamento .cresce {
          width: auto; } }
    .div-periodo .div-agendamento .dxflItemSys {
      text-align: center; }

/*.divs{
    display:block;

    @include media ($tablet-portrait){
        display:inline-block;
    }
}*/
.div-endereco {
  text-align: center;
  padding-bottom: 20px;
  /*.busca{
        padding-top:10px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        height:120px;

        @include media(1104px){
      //      width:70%;
            
        }

        .dxflGroup{
            padding:0!important;
        }
        .dxflItem{
            margin:auto!important;
        }
    }*/ }
  .div-endereco .btt {
    color: white;
    font-size: 1.2em;
    background-color: #1b75bb;
    padding: 5px 0;
    margin-top: 10px; }
    @media screen and (min-width: 600px) {
      .div-endereco .btt {
        margin-top: -28px; } }
  .div-endereco .tb-endereco {
    width: 90vw; }
    @media screen and (min-width: 600px) {
      .div-endereco .tb-endereco {
        width: 500px; } }
    @media screen and (min-width: 1025px) {
      .div-endereco .tb-endereco {
        width: 600px; } }
  .div-endereco .manual {
    height: 40px; }
  .div-endereco .div-msg-manual {
    height: 150px; }
    @media screen and (min-width: 600px) {
      .div-endereco .div-msg-manual {
        height: 50px; } }
  .div-endereco .dxgvEditFormCaption {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 25% !important; }
    @media screen and (min-width: 600px) {
      .div-endereco .dxgvEditFormCaption {
        display: table-cell;
        padding: 5px 4px 4px 10px;
        width: auto !important; } }
  .div-endereco .dxgvEditFormCell {
    padding: 1px 0;
    display: inline-block;
    width: 75% !important; }
    @media screen and (min-width: 600px) {
      .div-endereco .dxgvEditFormCell {
        display: table-cell;
        width: auto !important;
        padding: 4px; } }

/*.fl_r{
    width: 40%; 
    float: right; 
    text-align: right;
}
.fl_l{
    width: 60%; 
    float: left; 
    text-align: left;
}*/
.mapa {
  height: 100px;
  width: 100%;
  border: 1px solid #1b75bb; }
  @media screen and (min-width: 600px) {
    .mapa {
      text-align: center;
      height: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      width: 100%;
      border: 1px solid #1b75bb; } }

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

.endereco {
  border-top: 7px solid #f1f6fa;
  background-color: #f1f6fa; }
  .endereco .dxflGroup {
    padding: 0 !important; }
  .endereco .dxflGroupCell {
    padding: 0 !important;
    width: 50px; }
    @media screen and (min-width: 600px) {
      .endereco .dxflGroupCell {
        width: 60px; } }
  .endereco .dxeBase {
    color: white;
    font-size: 10px; }
    @media screen and (min-width: 600px) {
      .endereco .dxeBase {
        font-size: 14px !important; } }
  .endereco .col1 {
    width: 50px;
    text-align: center !important; }
    @media screen and (min-width: 600px) {
      .endereco .col1 {
        width: 60px; } }
  .endereco .col2 {
    text-align: left; }
    @media screen and (min-width: 600px) {
      .endereco .col2 {
        width: calc(1200px - 20% - 200px);
        display: block; } }
  .endereco .col3 {
    width: 25px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .endereco .col3 {
        width: 30px; } }

.grupoendereco {
  background-color: #0a5084;
  border: 1px solid #0a5084;
  width: 100% !important; }
  @media screen and (min-width: 600px) {
    .grupoendereco {
      width: 100% !important; } }
  .grupoendereco .dxflItem {
    padding: 0; }

/***************************************************
    CONFIRMAROTA.ASPX
****************************************************/
.content-map {
  width: 90vw;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .content-map {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto; } }

.div-rota-container {
  padding: 0; }
  @media screen and (min-width: 700px) {
    .div-rota-container {
      padding: 20px;
      text-align: center; } }

.div-rota {
  height: 300px !important; }
  @media screen and (min-width: 700px) {
    .div-rota {
      text-align: center;
      min-height: 500px;
      margin-left: auto;
      margin-right: auto;
      width: 97%;
      border: 1px solid #1b75bb;
      position: relative; } }
  @media screen and (min-width: 1281px) {
    .div-rota {
      min-height: 700px; } }

.div-lista-botoes {
  position: relative;
  margin: 5px 0;
  width: 90vw; }
  @media screen and (min-width: 700px) {
    .div-lista-botoes {
      width: 420px;
      position: absolute;
      top: 20%;
      left: 20px;
      margin: 0; } }
  .div-lista-botoes .div-listarota {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #0a5084;
    padding: 0;
    background-color: white;
    text-align: center;
    float: left;
    min-height: 152px;
    width: 80vw; }
    @media screen and (min-width: 700px) {
      .div-lista-botoes .div-listarota {
        padding: 10px;
        width: 380px; } }
    .div-lista-botoes .div-listarota .dxeBase {
      font-size: 12px !important; }
      @media screen and (min-width: 700px) {
        .div-lista-botoes .div-listarota .dxeBase {
          font-size: 14px !important; } }
    .div-lista-botoes .div-listarota .labelgrid {
      color: #0a5084; }
    .div-lista-botoes .div-listarota .move {
      display: none; }
      @media screen and (min-width: 700px) {
        .div-lista-botoes .div-listarota .move {
          display: block;
          position: absolute;
          top: 5px;
          left: 5px; } }
    .div-lista-botoes .div-listarota .titulo {
      padding-top: 10px; }
      .div-lista-botoes .div-listarota .titulo .dxeBase {
        font-size: 12px; }
        @media screen and (min-width: 600px) {
          .div-lista-botoes .div-listarota .titulo .dxeBase {
            font-size: 14px; } }
    .div-lista-botoes .div-listarota .table-enderecos {
      width: 100%;
      text-align: center;
      padding: 5px; }
  .div-lista-botoes .div-rotabotoes {
    border-top: 1px solid #0a5084;
    border-right: 1px solid #0a5084;
    border-bottom: 1px solid #0a5084;
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    background-color: white;
    position: relative;
    width: 10vw;
    text-align: center;
    /*:after {
            position:absolute;
            top:160px;
            content:" ";
            width:10px;
            height:14px;
            border-top-left-radius:11px;
            box-shadow: -3px -3px 0 $color-claro;
        }*/ }
    @media screen and (min-width: 700px) {
      .div-lista-botoes .div-rotabotoes {
        width: 41px;
        float: right; } }
    .div-lista-botoes .div-rotabotoes img {
      width: 15px; }
      @media screen and (min-width: 700px) {
        .div-lista-botoes .div-rotabotoes img {
          width: 30px; } }
    .div-lista-botoes .div-rotabotoes .dxbButton div.dxb {
      padding: 0; }
  .div-lista-botoes .espaco {
    margin: 10px 0; }

.rota-grid {
  background-color: white;
  border: none;
  width: 100%; }
  .rota-grid .rota-endereco {
    border-top: 5px solid white;
    background-color: #c5d6e4;
    cursor: pointer; }
    .rota-grid .rota-endereco .col1 {
      width: 60px;
      text-align: center; }
      @media screen and (min-width: 600px) {
        .rota-grid .rota-endereco .col1 {
          width: 60px; } }
    .rota-grid .rota-endereco .dxflGroup {
      padding: 0 !important; }
    .rota-grid .rota-endereco .dxflGroupCell {
      padding: 0 !important;
      width: 60px; }
    .rota-grid .rota-endereco .dxflItem {
      padding: 0 !important; }
  .rota-grid .grupoendereco {
    color: #0a5084;
    background-color: transparent;
    border: none; }

/***************************************************
    CREDITOSEO.ASPX
****************************************************/
.div-objeto-container {
  text-align: center; }
  .div-objeto-container .div-objeto {
    text-align: center;
    margin: auto; }
    .div-objeto-container .div-objeto .tb {
      width: 110px; }
      @media screen and (min-width: 600px) {
        .div-objeto-container .div-objeto .tb {
          width: 170px; } }

.tabela-creditos {
  border: none;
  background-color: white;
  padding: 10px 0 50px 0; }

/***************************************************
    ESCOLHEORCAMENTO.ASPX
****************************************************/
.escolhe .div-info {
  text-align: left;
  background-color: white;
  position: relative;
  padding-top: 20px; }
  @media screen and (min-width: 480px) {
    .escolhe .div-info {
      padding: 20px; } }
  .escolhe .div-info label {
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .escolhe .div-info label {
        font-size: 14px; } }
  .escolhe .div-info .dxeBase {
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .escolhe .div-info .dxeBase {
        font-size: 14px; } }
  .escolhe .div-info .div-timer {
    position: absolute;
    top: 5px;
    right: 5px; }
    @media screen and (min-width: 480px) {
      .escolhe .div-info .div-timer {
        top: 20px;
        right: 20px; } }
  .escolhe .div-info .timer-text {
    font-size: 15px; }
    @media screen and (min-width: 480px) {
      .escolhe .div-info .timer-text {
        font-size: 25px; } }

.escolhe .div-esgotado {
  display: none;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center; }

.escolhe .grid {
  width: 100%; }
  .escolhe .grid .btt {
    background-image: none !important;
    border: none; }
  .escolhe .grid td {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .escolhe .grid td {
        padding: 2px 0 0 2px; } }
  .escolhe .grid .dxeBase {
    font-size: 10px; }
    @media screen and (min-width: 600px) {
      .escolhe .grid .dxeBase {
        font-size: 16px; } }
  .escolhe .grid .dxflGroup {
    padding: 0; }
  .escolhe .grid label {
    font-size: 12px; }
    @media screen and (min-width: 380px) {
      .escolhe .grid label {
        font-size: 14px; } }
  .escolhe .grid .dxflCaption {
    font-size: 10px; }
    @media screen and (min-width: 600px) {
      .escolhe .grid .dxflCaption {
        font-size: 14px; } }
  .escolhe .grid .dxflItem {
    padding: 0 !important; }
  .escolhe .grid .col1 {
    width: 45px; }
    @media screen and (min-width: 600px) {
      .escolhe .grid .col1 {
        width: 115px; } }
  @media screen and (min-width: 600px) {
    .escolhe .grid .col2 {
      width: 40%; } }
  @media screen and (min-width: 600px) {
    .escolhe .grid .col3 {
      width: 90%;
      margin: 0 !important; } }
  .escolhe .grid .col3 .rep1 {
    float: none; }
    @media screen and (min-width: 680px) {
      .escolhe .grid .col3 .rep1 {
        float: left; } }
  .escolhe .grid .col3 .rep2 {
    float: none; }
    @media screen and (min-width: 680px) {
      .escolhe .grid .col3 .rep2 {
        float: right; } }
  .escolhe .grid .col3 .dxflNestedControlCell {
    width: 100%; }
  @media screen and (min-width: 600px) {
    .escolhe .grid .col4 {
      width: 8%; } }
  @media screen and (min-width: 600px) {
    .escolhe .grid .col5 {
      width: 6%; } }

.escolhe .foto {
  border: 1px solid #0a5084;
  max-width: 40px; }
  @media screen and (min-width: 600px) {
    .escolhe .foto {
      max-width: 115px; } }

/***************************************************
    CADASTRAENTREGADOR.ASPX
****************************************************/
.div-cadentregador .hidden {
  display: none;
  padding: 10px; }

.div-cadentregador .textoaviso {
  color: #de8e96;
  font-size: 14px; }

.div-cadentregador .final {
  padding: 30px 0;
  text-align: center; }

.rel {
  position: relative; }

.div-painel {
  background-color: #0a5084;
  max-width: 100%;
  text-align: center;
  color: white; }
  @media screen and (min-width: 600px) {
    .div-painel {
      padding: 30px;
      margin-bottom: 80px; } }
  .div-painel .div-border {
    border-bottom: 1px solid #c5d6e4; }
    .div-painel .div-border:first-of-type {
      border-top: 1px solid #c5d6e4; }
  .div-painel label {
    font-size: 12px; }
    @media screen and (min-width: 600px) {
      .div-painel label {
        font-size: 14px; } }
  .div-painel h3 {
    padding: 10px;
    color: white; }
  .div-painel .dxflGroupCell {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .div-painel .dxflGroupCell {
        padding: 20px; } }
  .div-painel .mob-cor1 {
    background-color: #07385c; }
    @media screen and (min-width: 600px) {
      .div-painel .mob-cor1 {
        background-color: transparent; } }
  .div-painel .mob-cor2 {
    background-color: #0a5084; }
    @media screen and (min-width: 600px) {
      .div-painel .mob-cor2 {
        background-color: transparent; } }
  .div-painel .mob-cor3 {
    background-color: #1b75bb; }
    @media screen and (min-width: 600px) {
      .div-painel .mob-cor3 {
        background-color: transparent; } }
  .div-painel .mob-claro {
    background-color: white; }
    @media screen and (min-width: 600px) {
      .div-painel .mob-claro {
        background-color: transparent; } }
  .div-painel .item {
    display: inline-block;
    margin: auto;
    padding: 5px 0; }
    @media screen and (min-width: 600px) {
      .div-painel .item {
        padding: 20px; } }

.painel-larg2-5 {
  max-width: 100%; }
  @media screen and (min-width: 600px) {
    .painel-larg2-5 {
      max-width: 80%; } }
  @media screen and (min-width: 1281px) {
    .painel-larg2-5 {
      max-width: 55%; } }

.painel {
  margin: 0 auto; }

.form-esq {
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 600px) {
    .form-esq {
      text-align: left; } }

/***************************************************
    EDITACADUSUARIO.ASPX
****************************************************/
/***************************************************
    CADASTRAUSUARIOENTREGADOR.ASPX
****************************************************/
.div-cadusuarioentr h3 {
  color: white !important; }
  @media screen and (min-width: 600px) {
    .div-cadusuarioentr h3 {
      font-size: 14px; } }

.caption-azul label {
  color: #0a5084 !important; }

.cap-neutral label {
  color: #575757 !important; }

.grupo-claro {
  background-color: white;
  width: 100vw !important;
  margin: auto; }
  @media screen and (min-width: 600px) {
    .grupo-claro {
      width: 100% !important; } }
  .grupo-claro .dxflItem {
    margin: 0 auto !important; }
  .grupo-claro .dxeRadioButtonList td.dxe {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .grupo-claro .dxeRadioButtonList td.dxe {
        padding: 10px; } }
  .grupo-claro .dxflItem {
    padding: 0 !important; }
    @media screen and (min-width: 600px) {
      .grupo-claro .dxflItem {
        padding: 0; } }
  .grupo-claro img {
    max-width: 100% !important;
    max-height: 100% !important; }

/*/***************************************************
    FORMULARIOS
***************************************************

.div-formulario {
   @include clearfix;

   /*****GERAL****
   
    .dxflHALSys{        //formlayout estruturado -> um por linha
        display:inline!important;
        @include media($tablet-portrait){
            display:table-cell!important;
        }
    }  
    .dxflHACSys{
        display:inline!important;
        padding-bottom:5px;
        @include media($tablet-portrait){
            display:table-cell!important;
        }
    }
     .grupo{
        background-color:$color-azul-rdd;
        width:100vw!important;
        margin: auto;
        @include media ($tablet-portrait){
           width:auto!important;
        }

        .esq{
            text-align:left;
        }
        .dir{
            text-align:right;
            padding-right:20px;
            @include media($tablet-portrait){
                padding-right:0;
            }
        }
        .centro{
            text-align:center;
        }
       
       
    }

      .dxflGroup{        //tira paddings de fora do grupo
            padding:10px 0 20px 0;
            @include media($laptop){
                padding:20px;
            }
        }
     .dxflGroupCell{    //retira padding de fora do grupo
        padding:0;
        @include media($tablet-landscape){
            padding: 0;
        }
    }
     .formulario{

        img{
            max-width:40%;
            max-height:40%;

            @include media($tablet-portrait){
                max-width:40%;
                max-height:40%;
            }
            @include media($desktop){
                max-width:100%;
                max-height:100%;
            }
        }
     }
     
    
    .item-formulario{   
        height:34px;
        font-size:14px;
        background-color:$color-claro;
        border:none;

        @include media($tablet-portrait){
            padding-left:5px;
            margin-bottom:10px;
        }
    }
    .dxflItem{          //centraliza ítens
        margin:0 auto;

        @include media($tablet-portrait){
            margin:0 8px;
        }
    }
    .dxeRoot{
        margin:auto;
    }
    .captions-formulario{   
        font-size:12px;
        color:white;
        font-weight:800;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
    .btt-captions{
        color:$color-azul-medio;
        font-size:12px;
         @include media($tablet-portrait){
            font-size:14px;
        }
    }
    .btt-captions-ck{
        color:$color-claro!important;
        font-weight:bold;
    }
    .btt-captions-dsb{
        color:#d3d3d3!important;
        font-weight:normal;
    }
    .btt-captions-dark{
        color:$color-azul-eo;
        font-size:12px;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
    .btt-captions-dark-ck{
        color:$color-azul-escuro;
        font-weight:bold;
    }
    //padrões de largura - ítens
     .larg1-3{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:200px;}}
    .larg2-3{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:418px;}}
    .larg3-3{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:634px;}}
    .larg1-4{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:138px;}}
    .larg1-2{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:243px;}}
    .larg2-2{width: calc(100vw - 40px);
        @include media ($tablet-portrait){width:500px;}}
    /*****MENSAGENS****

    .error{
        color:$color-vermelho-eo-fade;
        font-weight:800;
    }

}*/
/*****CONTROLES PERSONALIZADOS*****/
.ckBox label {
  font-size: 12px;
  font-weight: 800; }
  @media screen and (min-width: 600px) {
    .ckBox label {
      font-size: 14px; } }

.ckBox .dxEditors_edtRadioButtonUnchecked {
  background-position: 0;
  background-image: url("../Images/Botoes/RadioButton.png"); }

.ckBox .dxEditors_edtRadioButtonChecked {
  background-position: 0;
  background-image: url("../Images/Botoes/RadioButton checked.png"); }

.ckBox td {
  display: inline !important; }
  @media screen and (min-width: 600px) {
    .ckBox td {
      display: table-cell !important; } }

.dxeListBoxItem {
  color: black;
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .dxeListBoxItem {
      font-size: 14px; } }

.dxeListBoxItemSelected {
  background-color: #c5d6e4;
  color: white; }

.dxeListBoxItemHover {
  background-color: #c5d6e4; }

.dxeButton.dxeButtonEditButton {
  background-image: none !important;
  background-color: #de8e96;
  color: white;
  border: 1px solid white; }
  .dxeButton.dxeButtonEditButton img[class^="dx"] {
    max-width: none; }

.dxeButton.dxeButtonEditButtonHover {
  background-image: none !important;
  background-color: #be1e2d; }

.dxWeb_edtCheckBoxChecked {
  background-position: 0;
  background-image: url("../Images/Botoes/CheckBox ck.png"); }

.dxWeb_edtCheckBoxUnchecked {
  background-position: 0;
  background-image: url("../Images/Botoes/CheckBox.png"); }

.msg-mob {
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .msg-mob {
      font-size: 14px; } }

/***************************************************
    LOGIN.ASPX
****************************************************/
/*.div-login{
    .dxflGroup{        //tira paddings de fora do grupo
            padding:0!important;

            @include media($tablet-portrait){
                padding:20px!important;
            }
        }
    .dxflItem{
        margin:0!important;
    }
}*/
/*/****************************************************************************************************************************************
    PROJETO - PAINEL DO CLIENTE
*****************************************************************************************************************************************/
/*
.navigation-painel { 

    // Nav menu
    .navigation-wrapper {
        @include clearfix;
        position: relative;
        background-color: $color-back-neutral;
        height:50px;
        @include media($tablet-portrait){
            height:65px;
        }
        @include media($laptop){
            height:90px;
        }
        .logo {
            display:inline;
            float: left;
            padding:5px 0 5px 10px;
            width:100px;
            @include media ($tablet-portrait) {
                padding:5px;
                width:140px;
            }
            @include media ($laptop) {
                padding:5px 0 0 10px;
                width:200px;
            }
            img {
                max-width:100px;
                max-height:40px;
                @include media($tablet-portrait){
                    max-width:150px;
                    max-height:55px;
                }
                @include media($laptop){
                    max-width:200px;
                    max-height:80px;
                }
                /*max-width:100%;
                max-height:35px;
                @include media($tablet-portrait){
                    max-height:50px;
                }
                @include media ($laptop) {
                    max-height:80px;
                } 
    fim comentario
            }
        }
        .links{
            position:absolute;
            top:15px;
            right:10px;
            text-align: right;
            width:30%;
            @include media ($tablet-portrait){
                top:20px;
                right:15px;
                width:15%;
            }
            @include media ($tablet-landscape){
                top:10px;
            }
            @include media ($laptop) {
                top:25px;
                right:20px;
            }
            .btt{
                display:inline-table;
                min-width:25px;
                padding:0;
                font-size: 0.7rem;
                color: #fefefe;
                font-weight:700;
                background-color:#13b116;
            
                @include media($smartphone-landscape){
                    font-size: 0.8rem;
                }
            
                @include media ($tablet-landscape){
                    padding: 0.65em 0.8em;
                    font-size: 0.9rem;
                    color: #fefefe;
                    font-weight:700;
                    background-color:#13b116;
                }
            }
        }
        .div-bemvindo {
            position:absolute;
            bottom:5px;
            right:5px;
            text-align: right;
            width:30%;
            display:none;
            @include media ($tablet-portrait){
                top:20px;
                right:15px;
                width:15%;
            }
            @include media ($tablet-landscape){
                top:15px;
            }
            @include media ($laptop) {
                top:25px;
                right:20px;
            }
            .btt-sair{
                min-width:40px;
                display:block;
                font-size: 0.6rem;
                color: $color-claro;
                background-color:$color-azul-rdd;
                font-weight:700;
                float:right;
                @include media($tablet-landscape){
                    padding: 6px 8px;
                    font-size: 0.8rem;
                }
            }
        }
    }
}

/***************************************************   MENU   ***********************************************************
body{
  overflow-y:scroll;
}                                       
.menu-navigation {
    /* critical sizing and position styles 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin:0;
    padding:0;

    overflow:auto;
    overflow-y:scroll;
  
    list-style: none;
    background: $color-neutral-m;
    @include media ($tablet-portrait){
        top: 65px;
    }
    @include media($laptop){
        top: 90px;
    }
}
// Navigation Menu - List items 
.nav-item {
    width: 250px;
    margin:15px 10px;
    cursor:pointer;
    @include media ($tablet-portrait){
        margin:30px 10px;
    }
    @include media($laptop){
        margin:50px 10px;
    }
}

.nav-item a {
    /* non-critical appearance styles 
    display: inline;
    padding: 5px 0 5px 30px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s, background 0.5s;
    @include media ($tablet-portrait){
        font-size: 14px;
        padding: 8px 40px;
    }
    @include media($laptop){
        font-size: 16px;
        padding: 20px 45px 0;
    }
}
.nav-sub-item{
    text-decoration: none;
    list-style:none;
    padding:10px 0 0 5px;
}
.nav-sub-item a{
    padding:0;
    font-size:14px;
    font-style:italic;
}
#nav ul.sub-menu{
    display:none;
}
#nav ul.visible{
    display:block;
}
#orcamento{
    background: url("../../Painel/Images/Novo Orcamento.png") no-repeat 0px 0px;
    background-size: contain;
}
#criaros{
    background: url("../../Painel/Images/Criar OS.png") no-repeat 0px 0px;
    background-size: contain;
}
#os{
    background: url("../../Painel/Images/Ordens de Servico.png") no-repeat 0px 0px;
    background-size: contain;
}
#procurar{
    background: url("../../Painel/Images/Procurar Entrega.png") no-repeat 0px 0px;
    background-size: contain;
}
#relatorios{
    background: url("../../Painel/Images/Relatorios.png") no-repeat 0px 0px;
    background-size: contain;
}
#estatisticas{
    background: url("../../Painel/Images/Estatisticas.png") no-repeat 0px 0px;
    background-size: contain;
}
#edi{
    background: url("../../Painel/Images/edi.png") no-repeat 0px 0px;
    background-size: contain;
}
#sobre{
    background: url("../../Painel/Images/About Us.png") no-repeat 0px 0px;
    background-size: contain;
}
.nav-item a:hover {
  color: #bcbcbc;
  //background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}
.site-wrap {
    /* Critical position and size styles 
    min-height: calc(100vh - 50px);
    min-width: 100%;
    background-color: white; /* Needs a background or else the nav will show through 
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index:1;
    @include media ($tablet-portrait){
        min-height: calc(100vh - 65px);
    }
    @include media($laptop){
        min-height: calc(100vh - 90px);
    }
  }
/* Nav Trigger 
.nav-trigger {
  /* critical styles - hide the checkbox input 
  display: block;
  height: 0;
  width: 0;
}

label[for="nav-trigger"] {
    /* critical positioning styles 
    position: absolute;
    left: 15px; top: 65px;
    z-index: 2;
  
    /* non-critical apperance styles 
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-image:url("../../Painel/Images/Hamburguer.png");
    background-repeat:no-repeat;
    background-size: contain;
    @include media ($tablet-portrait){
        left: 15px; top: 80px;
        height: 20px;
        width: 20px;  
    }
    @include media($laptop){
        left: 25px; top: 115px;
        height: 20px;
        width: 20px;
    }
}
/* Make the Magic Happen 
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 165px;
  @include media ($tablet-portrait){
        left: 195px;
    }
    @include media($laptop){
        left: 215px;
    }
}

.nav-trigger:checked ~ .site-wrap {
  left: 150px;
    @include media ($tablet-portrait){
        left: 180px;
    }
    @include media($laptop){
        left: 200px;
    }
}

body {
	/* Without this, the body has excess horizontal scroll when the menu is open 
  overflow-x: hidden;
}

/****************************************************   FIM MENU   *******************************************************
.div-titulo-painel{
    display:block;
    width:50%;
    margin:0px auto;
    text-align:center;
    padding-top:15px;
    @include media($smartphone-landscape){
        width:50%;
    }
    @include media($tablet-portrait){
        padding-top:20px;
    }
    @include media ($laptop) {
        padding-top:30px;
    }
    .titulo-painel{
        font-size:12px;
        color:$color-neutral;
        font-weight:bold;
        text-transform: uppercase;
        @include media($smartphone-landscape){
            font-size:16px;
        }
        @include media($tablet-landscape){
            font-size:22px;
        }
        @include media ($laptop) {
            font-size:26px;
        }
    }
}
.container-painel{
    background-color:transparent;
    width:100vw;
    color:$color-neutral;
    @include media($laptop){
        max-width:1200px;
        margin:auto;
    }
    .dxgvEditFormCaption{
        font-size:12px!important;
        @include media($tablet-portrait){
            font-size:14px!important;
        }
    }
    .texto{
        color:red;
        font-size:14px;
    }
    .titulo{
        padding:0.5em 0;
        text-align:center;
        
        h2{
            padding-top:35px;
            font-size:14px;
            font-weight:bold;
            text-transform:uppercase;
            margin:0!important;
            @include media($smartphone-landscape){
                font-size:20px;
            }
        }
        h3{
            font-weight:normal;
            font-size:10px;
            @include media($smartphone-landscape){
                font-size:14px;
            }
        }
    }
    .msg{
        text-align:center;
        margin: 0 auto;
        padding:30px;
        .text{
            color:$color-neutral;
            font-size:14px;
            text-align:center;
            @include media($tablet-portrait){
                font-size:20px;
            }
        }
    }
    .grupo{
        background-color:$color-neutral;
    }
    .form-painel{
        background-color:$color-back-neutral;
        text-align:center;
        width:100vw;
        padding:5px;
        @include media($tablet-portrait){
            max-width:90%;
            width:auto;
            border-radius:10px;
            padding:10px;
        }
        @include media($laptop){
            max-width:70%;
            width:auto;
            border-radius:10px;
            padding:30px;
        }

        .form-painel-fl{
            width:100%;
            font-size:12px;
            @include media($tablet-portrait){
                max-width:80%;
                font-size:14px;
            }
        }
        .form-box{
            border:1px solid $color-back-neutral - 20;
            border-radius:10px;
            width:100%;
            margin:10px auto;
            padding:0;
            @include media($tablet-portrait){
                margin:10px auto;
                padding:5px;
                width:100%;
            }
            @include media($laptop){
                margin:20px auto;
                padding:10px;
                width:90%;
            }
        }
        .w1-2{
            width:100%;
        }
        .w2-2{
            width:100%;
        }
        /*.form-painel-item{
            height:30px;
        }
        .caption{
            font-size:12px;
            font-weight:bold;
            text-align:left;
            @include media($tablet-portrait){
                font-size:14px;
            }
        }
        .dxflItem {
            padding:10px;

        }
        .memo{
            width:100%;
            height:60px;
        }
        .dxeEditAreaSys{
            font-size:12px!important;
            height:20px;
            @include media($tablet-portrait){
                font-size:14px!important;
                height:30px;
            }
        }
        .dxeMemoEditArea {
            font-size:12px!important;
            @include media($tablet-portrait){
                font-size:14px!important;
            }
        }
        .grupoendereco{
            background-color:$color-back-neutral - 50;
            border-color:$color-back-neutral - 50;
            border-radius:5px;
        }
        .endereco{
            border-top:7px solid $color-back-neutral;
        }
        .labelgrid{
            padding:0;
        }
    }
    .ct-100{
        //text-align:left;
    }
    //editform
    .dxgvEditFormCaption{
        font-size:10px;
        color:$color-neutral;
        text-align:left!important;
        font-weight:bold;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
    .dxgvEditFormCell {
        padding:0!important;
        text-align:left;
        @include media($tablet-portrait){
            padding:5px 0!important;
        }
    }
    .popup-edit{
        padding:0;
        width:100vw;
        //z-index:99;
        @include media($tablet-portrait){
            padding:30px;
            width:auto;
        }
    }
    .readonly-edit{
        font-size:16px;
        color:red;
    }
    .fl-end{
        width:100%;
        @include media($tablet-portrait){
            
        }
    }
    .dxgvCommandColumn{
        margin:0 auto;
        text-align:center;
    }
}
.grid-painel{
    width:98vw;
    margin:0 auto;
    @include media($tablet-landscape){
        width:100%;
    }
    td{
        color:$color-neutral;
        font-size:10px;
        @include media($tablet-landscape){
            font-size:14px;
        }
        @include media($laptop){
            font-size:16px;
        }
    }
    .dxgvHeader{
        background-color:$color-neutral!important;
    }
    .row-1{
        background-color:$color-claro!important;
    }
    .row-2{
        background-color:$color-back-neutral!important;
    }
    .link{
        background-color:transparent!important;
        color:$color-azul-rdd!important;
        font-weight:bold!important;
        font-size:12px!important;
        @include media($tablet-portrait){
            font-size:14px!important;
        }
        @include media($tablet-landscape){
            font-size:16px!important;
        }
    }
}
.grid-bigger{
    td{
        padding:0;
        //-webkit-font-smoothing:none;
        color:black;
        font-family:Calibri;
        font-size:10px!important;
        @include media($tablet-landscape){
            font-size:14px!important;
        }
        @include media($laptop){
            font-size:14px!important;
        }
    }
}
//captions em html tags
.cap{
    font-weight:bold;
}
.cap-bigger{
    font-size:12px;
    @include media($tablet-landscape){
        font-size:14px!important;
    }
    @include media($laptop){
        font-size:16px!important;
    }
}
.cap-bold{
    font-weight:bold;
    font-size:10px;
    @include media($tablet-landscape){
        font-size:14px!important;
    }
    @include media($laptop){
        font-size:16px!important;
    }
}
.cap-vermelha{
    color:$color-vermelho-eo;
    font-size:12px;
    font-weight:bold;
    @include media($tablet-landscape){
        font-size:14px!important;
    }
    @include media($laptop){
        font-size:16px!important;
    }
}
.cap-azul{
    color:$color-azul-eo;
    font-size:12px;
    font-weight:bold;
    @include media($tablet-landscape){
        font-size:14px!important;
    }
    @include media($laptop){
        font-size:16px!important;
    }
}
.cap-verde{
    color:$color-verde-eo;
    font-size:12px;
    font-weight:bold;
    @include media($tablet-landscape){
        font-size:14px!important;
    }
    @include media($laptop){
        font-size:16px!important;
    }
}

.container-single{
    max-width:100vw;
    font-family: Calibri, Arial, sans-serif;
    color:$color-neutral;
    @include media($tablet-portrait){
        max-width:1200px;
        margin:0 auto;
    }
    .grupo-claro{
        label{
           color:$color-neutral!important;
        }
    }
    .dxeBase{
        font-family: Verdana, Arial, sans-serif;
    }
    .cabecalho{
        @include clearfix;
        clear:both;
        width:100%;
        background-color:$color-back-neutral;
        margin-bottom:20px;
        .logo{
            float:left;
            width:20%;
            padding:10px;
            @include media($tablet-portrait){
                float:left;
                width:20%;
                padding:20px;
            }
            img{
                min-width:60%;
            }
        }
        .empresa{
            float:left;
            //margin:0 auto;
            width:80%;
            @include media($tablet-portrait){
                float:left;
                width:60%;
            }
            .dxflItemSys{
                text-align:left;
                @include media($tablet-portrait){
                    text-align:center;
                }
            }
            .info-titulo{
                color:$color-neutral;
                font-size:16px;
                font-weight:bolder;
                @include media($laptop){
                    font-size:22px;
                }
            }
            .info{
                color:$color-neutral;
                font-size:12px;
                @include media($laptop){
                    font-size:18px;
                }
            }
    }
        .os{
            display:inline-block;
            width:100%;
            color:white;
            text-align:center;
            font-size:14px;
            @include media($tablet-landscape){
                float:left;
                width:20%;
                font-size:20px;
            }

            .os-interna{
                background-color:$color-neutral;
                padding:5px 0;
                width:100%;
                @include media($tablet-landscape){
                    margin:20px auto;
                    width:70%;
                    padding:15px;
                    .inter{
                        height:20px;
                        display:none;
                        @include media($laptop){
                            display:block;
                        }
                    }
                }
            }
        }
    }
    .dados{
        .fl{
            background-color:$color-back-neutral;
        }
        .dxeBase{
            font-size:10px;
            @include media ($tablet-landscape){
                font-size:14px;
            }
        }
        .dxflGroupBoxCaption{
            background-color:transparent;
            font-size:12px;
            color:$color-neutral!important;
            font-weight:bold;
            margin:0 auto;
            @include media($tablet-landscape){
                font-size:16px;
            }
        }
        .dxflCaption{
            font-size:10px;
            @include media ($tablet-landscape){
                font-size:14px;
            }
        }
        .dxflGroupBoxSys{
            width:100%;
            margin:0!important;
            @include media($laptop){
                margin:10px auto!important;
                width:80%;
            }
        }
        .dxflFormLayout{
            font-size:10px;
            @include media($tablet-landscape){
                font-size:12px;
            }
        }
        .dxflGroup{
            padding:5px 0!important;
            @include media($tablet-portrait){
                padding:10px!important;
            }
        }
        .dxflGroupCell{
            padding:0!important;
            @include media($tablet-portrait){
                padding:5px!important;
            }
        }
        
        .grupo{
            background-color:$color-claro;
            padding:10px;
            margin:0 auto;
            
            .dxflGroupCell{
                //display:block;
                padding:0;
                @include media($smartphone-landscape){
                    display:table-cell;
                }
                tr  {
                   // display:inline-block;
                    padding:0;
                    @include media($smartphone-landscape){
                        display:table-row;
                    }
                }
            }
        }
        
    }
    .btt{
        background-image:none;
        background-color:$color-neutral;
        color:white;
        padding:2px;
        font-size:12px;
        @include media($tablet-portrait){
            padding:5px;
            font-size:14px;
        }
    }
    .grid-painel td{
        font-size:10px;
        @include media($smartphone-landscape){
            font-size:12px;
        }
        @include media($tablet-portrait){
            font-size:14px;
        }
        .dxbButton{
            background-image:none;
            background-color:$color-neutral;
            color:white;
            padding:2px;
            font-size:12px;
            @include media($tablet-portrait){
                padding:2px;
                font-size:14px;
            }
        }
    }
    .popup-painel{
        width:100vw;
        @include media($tablet-portrait){
            width:100%;
        }
        .grid-painel{
            width:98vw;
            @include media($tablet-landscape){
                width:100%;
            }
        }
        .dxpc-content{
            padding:1px;
            @include media($tablet-landscape){
                padding:11px;
            }
        }
        .dxtc-content{
            padding:1px;
            @include media($tablet-landscape){
                padding:11px;
            }
        }
        .dxtc-link{
            font-size:10px;
            @include media($smartphone-landscape){
                font-size:12px;
            }
        }
        .dxpc-header{
            font-size:12px;
            padding:5px 10px;
            @include media($smartphone-landscape){
                font-size:14px;
            }
        }
        .dxpc-closeBtn{
            width:20px;
            height:20px;
            img{background-image:none!important;}
        }
        .grid-painel{
            td{
                padding:0;
                @include media($smartphone-landscape){
                    padding:4px;
                }
                @include media($tablet-portrait){
                    padding: 3px 6px 4px;
                }
            }
           .dxgvFooter {
               width:98vw;
               @include media($smartphone-landscape){
                   width:100%;
               }

           }
        }
        .slider-painel{
           width:100%;
           @include media($tablet-landscape){
               width:100%;
           }
           .dxis-item, .dxis-nbItem {
            background-image: none !important;
            background-color: $color-neutral !important;
            }
        }
        .pc-on-page{
            @include media($tablet-portrait){
                width:100%!important;
            }
        }
        .page-control-painel{
            width:98vw;
            height:80vh;
            @include media($tablet-landscape){
                width:60vw;
                height:60vh;
            }
            .protocolo{
                 width:90vw;
                @include media($tablet-landscape){
                    width:auto;
                }
            }
        }

    }
}
.container-pesquisa{
    max-width:100vw;
    @include media($tablet-portrait){
        max-width:1200px;
        margin:0 auto;
    }
    td{
        display:block;
        padding-bottom:10px;
        @include media($tablet-portrait){
            display:table-cell;
            padding-bottom:0;
        }
    }
    .enunciado{
        font-size:22px;
        color:$color-neutral;

    }
    .item-pesquisa{
        width:70vw;
        height:25px;
        @include media($tablet-portrait){
            width:170px;
            height:30px;
        }
    }
    .caption-pesquisa{
        color:$color-neutral;
        font-size:12px;
        @include media($tablet-portrait){
            font-size:14px;
        }
    }
    .btt{
        background-image:none;
        background-color:$color-neutral;
        color:$color-claro;
        padding:2px;
        margin:0 12px 10px 0;
        font-size:12px;
        @include media($tablet-portrait){
            padding:5px;
            margin:15px 12px 20px 0;
            font-size:16px;
        }
    }
}*/
.titulo-header {
  background-color: #ececec;
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 60px; }
  @media screen and (min-width: 600px) {
    .titulo-header {
      font-size: 22px;
      height: 90px; } }
  .titulo-header h4 {
    padding: 20px 0;
    margin: 0; }
    @media screen and (min-width: 600px) {
      .titulo-header h4 {
        padding: 30px 0; } }

.rastr-header {
  background-color: #07385c;
  color: white; }

.container-rastreamento-sgc {
  position: relative;
  width: 100vw;
  height: calc(100vh - 60px); }
  @media screen and (min-width: 600px) {
    .container-rastreamento-sgc {
      height: calc(100vh - 90px); } }
  .container-rastreamento-sgc .lista {
    position: absolute;
    width: 100vw;
    height: auto;
    background-color: #07385c;
    padding-bottom: 20px; }
    @media screen and (min-width: 800px) {
      .container-rastreamento-sgc .lista {
        padding-bottom: 0;
        top: 40px;
        left: 10px;
        width: 350px; } }
    .container-rastreamento-sgc .lista a.dxbButton {
      color: #07385c;
      text-decoration: none;
      font-weight: bold; }
    .container-rastreamento-sgc .lista .grid-rastr {
      width: 100%; }
      .container-rastreamento-sgc .lista .grid-rastr .dxgvHeader {
        background-color: #07385c;
        font-size: 14px; }
      .container-rastreamento-sgc .lista .grid-rastr .dxgv {
        font-size: 13px; }
    .container-rastreamento-sgc .lista .dxgvDataRow {
      background-color: #51738c;
      color: white; }
    .container-rastreamento-sgc .lista .dxgvSelectedRow {
      background-color: white;
      color: black; }
  .container-rastreamento-sgc .mapa-rastreamento {
    z-index: 0;
    width: 100vw;
    height: 70vh; }
    @media screen and (min-width: 800px) {
      .container-rastreamento-sgc .mapa-rastreamento {
        width: 100vw;
        height: 100%; } }
    .container-rastreamento-sgc .mapa-rastreamento .gm-style-iw {
      background-color: white;
      border: 1px solid #07385c;
      color: #07385c;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 12px;
      text-align: center;
      padding: 3px 0; }
  .container-rastreamento-sgc .lista-entregas {
    z-index: 99999;
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 20px; }

.up {
  display: block;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #07385c;
  padding: 15px 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  cursor: pointer; }
  @media screen and (min-width: 800px) {
    .up {
      display: none; } }

/****************************************************************************************************************************************
    ORÇAMENTO ONLINE
*****************************************************************************************************************************************/
.pedido {
  max-width: 1200px;
  margin: 0 auto; }
  .pedido .up {
    background-color: #767676;
    opacity: 0.5; }
  .pedido .border-bottom {
    border-bottom: 1px solid #ececec; }
  .pedido .header-neutral {
    clear: both;
    width: 100%; }
    .pedido .header-neutral::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1025px) {
      .pedido .header-neutral {
        padding-bottom: 20px; } }
    .pedido .header-neutral .dxflItem {
      padding: 0 !important; }
    .pedido .header-neutral .dxflGroupCell {
      padding: 0 !important; }
    .pedido .header-neutral .dxflGroup {
      padding: 0 !important; }
    .pedido .header-neutral .dxflGroupBox {
      padding: 5px !important;
      margin-top: 0 !important; }
    .pedido .header-neutral .logo {
      float: left;
      max-width: 130px;
      padding: 15px 0 0 15px; }
      @media screen and (min-width: 1025px) {
        .pedido .header-neutral .logo {
          max-width: 200px;
          padding: 35px 0 0 5px; } }
      .pedido .header-neutral .logo img {
        max-width: 100px;
        max-height: 50px; }
        @media screen and (min-width: 800px) {
          .pedido .header-neutral .logo img {
            max-width: 150px;
            max-height: 60px; } }
        @media screen and (min-width: 1025px) {
          .pedido .header-neutral .logo img {
            max-width: 200px;
            max-height: 100px; } }
    .pedido .header-neutral .empresa {
      float: left;
      max-width: 70%;
      padding: 5px 0 0 10px; }
      @media screen and (min-width: 600px) {
        .pedido .header-neutral .empresa {
          max-width: 40%;
          padding: 15px 0 0 30px;
          margin-left: 10px; } }
      @media screen and (min-width: 1025px) {
        .pedido .header-neutral .empresa {
          margin-top: 20px; } }
      .pedido .header-neutral .empresa .dxflItemSys {
        text-align: left; }
      .pedido .header-neutral .empresa .info-titulo {
        color: #575757;
        font-size: 16px;
        font-weight: bolder; }
        @media screen and (min-width: 1025px) {
          .pedido .header-neutral .empresa .info-titulo {
            font-size: 24px; } }
      .pedido .header-neutral .empresa .info {
        color: #575757;
        font-size: 10px; }
        @media screen and (min-width: 1025px) {
          .pedido .header-neutral .empresa .info {
            font-size: 14px; } }
    .pedido .header-neutral .enderecoempresa {
      padding-left: 10px;
      display: inline-block;
      width: 100%;
      color: #575757;
      text-align: center;
      border-top: 1px solid #ececec; }
      .pedido .header-neutral .enderecoempresa .dxeBase {
        font-size: 10px; }
        @media screen and (min-width: 1025px) {
          .pedido .header-neutral .enderecoempresa .dxeBase {
            font-size: 14px; } }
      @media screen and (min-width: 800px) {
        .pedido .header-neutral .enderecoempresa {
          margin-top: 10px;
          float: right;
          max-width: 40%;
          padding-left: 15px;
          border-left-width: 1px;
          border-left-style: solid;
          border-image: linear-gradient(to bottom, transparent, black, transparent) 1 50%; } }
      @media screen and (min-width: 1025px) {
        .pedido .header-neutral .enderecoempresa {
          margin-top: 25px;
          padding-left: 50px; } }
  .pedido .titulo-single {
    text-align: center; }
    .pedido .titulo-single h2 {
      font-size: 16px;
      padding: 15px 0;
      font-weight: normal;
      color: #575757; }
      @media screen and (min-width: 600px) {
        .pedido .titulo-single h2 {
          font-size: 30px; } }
    .pedido .titulo-single h3 {
      font-size: 12px; }
      @media screen and (min-width: 600px) {
        .pedido .titulo-single h3 {
          font-size: 20px; } }
    .pedido .titulo-single .texto {
      font-size: 14px;
      color: #be1e2d; }
  .pedido .corpo-neutral {
    width: 100%;
    background-color: #ececec;
    border-radius: 5px; }
    .pedido .corpo-neutral .dxeMemoSys {
      width: 100% !important; }
    .pedido .corpo-neutral .dxeButtonEditSys {
      width: 100%;
      height: 40px; }
    .pedido .corpo-neutral .dxeButtonEdit {
      border: 1px solid #767676; }
    .pedido .corpo-neutral .dxeButton.dxeButtonEditButton {
      padding: 7px 10px;
      background-color: #575757; }
    .pedido .corpo-neutral .dxeButton.dxeButtonEditButtonHover {
      background-color: #ececec; }
    .pedido .corpo-neutral .dxeEditAreaSys {
      font-size: 14px; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .dxeEditAreaSys {
          font-size: 16px;
          padding-left: 5px; } }
    .pedido .corpo-neutral .dxeListBoxItem {
      font-size: 14px; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .dxeListBoxItem {
          font-size: 16px; } }
    .pedido .corpo-neutral .dxeMemo {
      border: 1px solid #767676; }
    .pedido .corpo-neutral .dxeMemoEditAreaSys {
      font-size: 12px;
      padding-left: 3px; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .dxeMemoEditAreaSys {
          font-size: 16px;
          padding-left: 5px; } }
    .pedido .corpo-neutral .grupo-neutral {
      padding: 0; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .grupo-neutral {
          padding: 40px 20px 20px; } }
    .pedido .corpo-neutral .caption-neutral {
      font-size: 14px;
      color: #575757; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .caption-neutral {
          font-size: 18px; } }
    .pedido .corpo-neutral .quando {
      padding: 20px; }
    .pedido .corpo-neutral .dxflGroupBoxCaption {
      background-color: transparent; }
      @media screen and (min-width: 800px) {
        .pedido .corpo-neutral .dxflGroupBoxCaption {
          top: 24px;
          left: 25px; } }
  .pedido .end-neutral {
    background-color: #ececec; }

/*.ui-autocomplete{
    background-color:white;
    list-style:none;
    padding:5px;
    width:90vw;
    font-size:12px;
    color:$color-neutral;
    z-index:2;
    @include media($tablet-portrait){
        width:500px;
        font-size:16px;
    }
    @include media($laptop){
        width:600px;
        font-size:16px;
    }
}*/
/*.div-endereco-neutral{
    text-align:center;
    padding:0 10px 5px;
    @include media($tablet-landscape){
        padding:0 30px 20px;
    }
    .grupoendereco{
        background-color:$color-neutral;
        border: 1px solid $color-neutral;
    }
    .busca{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        height:120px;
        .dxflGroup{
            padding:0!important;
        }
        .dxflItem{
            margin:auto!important;
        }
    }
    .btt{
        color:$color-claro;
        font-size:14px;
        background-color:$color-neutral;
        padding:0;
        margin-top:10px;
        height:40px;
        @include media($smartphone-landscape){
            margin-top:-33px;
            font-size:16px;
        }
        @include media($laptop){
            padding:5px 0;
        }

    }
    .tb-endereco{
        width:90vw;
        font-size:12px;
        font-weight:normal;
        color:$color-neutral!important;
        @include media($tablet-portrait){
            width:500px;
            font-size:16px;
        }
        @include media($laptop){
            width:600px;
            font-size:16px;
        }
    }
    .null-neutral{
        font-size:12px;
        font-weight:normal;
        color:$color-neutral-m;
        @include media($tablet-landscape){
            font-size:15px;
        }
    }
    .msg-neutral{
        font-size:12px;
        color:$color-neutral;
        @include media($tablet-landscape){
            font-size:16px;
        }
    }
    //EditForm 
     .dxgvEditFormCaption{
        padding:0;
        text-align:left;
        display:inline-block;
        width:25%!important;
        font-size:14px;
        color:$color-neutral;
        @include media($tablet-portrait){
            display:table-cell;
            padding: 5px 4px 4px 10px;
            width:auto!important;
        }
    }
    .dxgvEditFormCell{
        padding:1px 0;
        display:inline-block;
        width:75%!important;
        @include media($tablet-portrait){
            display:table-cell;
            width:auto!important;
            padding: 4px;
        }
    }
}
.mapa-neutral {
    height:100px;
    width:100%;
    border: 1px solid $color-neutral;

    @include media ($tablet-portrait){
        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 $color-neutral;
    @include media($tablet-portrait){
        text-align:center;
        height:400px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
        width:100%;
    }
}

.pupup-pedido{
    background-color:$color-claro;
    width:50vw;
    height:50vh;

    .dxflCaption{
        font-weight:bold;
        font-size:14px;
    }
    .dxeBase{
        font-size:14px;
    }
    /*.dxflCaptionCell{
        width:202px!important;
    }
    .grupo{
        //width:100%;
    }
    .important{
        font-size:16px;
        font-weight:bold;
        width:100%;
    }
}*/
/*.header-landing{
    height:58px;
    width:100vw;
    background-color:#414141;
    //display:none;
    @include media ($tablet-portrait){
        //display:block;
    }
    @include media($tablet-landscape){
        height:20px;
    }
    @include media($laptop){
        height:40px;
    }
    
    .dxeBase{
        color:white;
        font-size:8px;
        @include media($tablet-portrait){
            font-size:10px;
        }
        @include media($laptop){
            font-size:14px;
        }
    }
    .int{
        display:block;
        justify-content: space-between;
        margin:0 auto;
        @include media($tablet-landscape){
            display:flex;
            padding:0 10px;
        }
        @include media($laptop){
            max-width:1200px;
            display:flex;
            justify-content: space-between;
            margin:0 auto;
            padding:10px;
        }
    }
    img{
        height:10px;
        @include media($smartphone-landscape){

        }
        @include media($laptop){
            height:16px;
        }
    }
}
.header-logo{
    width:100%;
    text-align:center;
    padding:20px 0;
    @include media($tablet-landscape){
        padding:20px 0;
    }
    img{
        max-width:150px;
        max-height:100px;
        @include media($tablet-landscape){
           max-width:400px;
           max-height:150px;
        }
    }
}
.banner{
    height:300px;
    width:100vw;
    background-size:cover;
    background-position-y:40%;
    
    /*@media(max-width: 799px){
        background-image:none!important;
    }
    @include media($laptop){
        height:550px;
    }
    @include media($hi){
        background-position-y:50%;
        height:650px;
    }
    .layer{
        position:relative;
        //background-color:rgba(#A51414, 0.4);
        width:100%;
        height:100%;
        /*@media(max-width: 798px){
            background-color:#414141!important;
        }
        .texto-chamada{
            position:absolute;
            top:5%;
            left:5%;
            color:white;
            text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
            font-size:18px;
            width:90%;
            height:40%; 
            @include media($tablet-portrait){
                top:20%
            }
            @include media($laptop){
                top:20%;
                left:calc(100vw/2 - 500px);
                color:white;
                text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
                font-size:30px;
                width:35%;
                height:40%; 
            }                          
        }
        .texto{
            position:absolute;
            top:48%;
            left:5%;
            color:white;
            font-size:12px;
            height:30%;
            width:90%;
            @include media($tablet-portrait){
                top:61%;
            }
            @include media($laptop){
                top:61%;
                left:calc(100vw/2 - 500px);
                font-size:20px;
            }
        }
        .chamada{
            position:absolute;
            top:80%;
            left :5%;
            @include media($tablet-portrait){
                left:auto;
                right:15%;
                top:40%;
            }
            @include media($laptop){
                top:calc(100%/2 - 80px);
                right:calc(100vw/2 - 480px);
                left:auto;
            }
        }
    }
    
}*/
.cad-neutral .grupo {
  background-color: #575757 !important; }

.div-voltar {
  background-color: #a7d0ad;
  width: 100px;
  padding: 5px;
  display: none;
  color: #575757;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .div-voltar {
      padding: 8px;
      font-size: 14px; } }
  @media screen and (min-width: 1025px) {
    .div-voltar {
      padding: 10px; } }

/*.bttlanding{
    width:100px!important;
    color:white;
    font-size:12px;
    padding:3px!important;
    background-color:$color-verde-eo;
    @include media($laptop){
        width:300px!important;
        font-size:26px;
        padding:15px!important;
    }
}*/
.div-narrow {
  width: 100%;
  text-align: center; }
  .div-narrow h2 {
    font-size: 14px;
    margin: 10px !important; }
    @media screen and (min-width: 600px) {
      .div-narrow h2 {
        font-size: 26px; } }
  .div-narrow h3 {
    font-size: 12px;
    margin: 10px !important;
    font-weight: normal; }
    @media screen and (min-width: 600px) {
      .div-narrow h3 {
        font-size: 20px; } }

.panel-narrow {
  height: 200px !important;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .panel-narrow {
      height: 350px !important; } }
  @media screen and (min-width: 1025px) {
    .panel-narrow {
      height: 380px !important; } }
  .panel-narrow p {
    font-size: 12px !important;
    margin: 7px; }
    @media screen and (min-width: 600px) {
      .panel-narrow p {
        margin: 10px;
        font-size: 20px !important; } }
  .panel-narrow .panel-left {
    left: 0 !important;
    height: 180px !important; }
    @media screen and (min-width: 600px) {
      .panel-narrow .panel-left {
        left: 3% !important;
        height: 250px !important; } }
    @media screen and (min-width: 1025px) {
      .panel-narrow .panel-left {
        height: 280px !important; } }
  .panel-narrow .panel-right {
    right: 0 !important;
    height: 180px !important; }
    @media screen and (min-width: 600px) {
      .panel-narrow .panel-right {
        right: 3% !important;
        height: 250px !important; } }
    @media screen and (min-width: 1025px) {
      .panel-narrow .panel-right {
        height: 280px !important; } }
  .panel-narrow .dxeErrorCell {
    font-size: 8px !important; }
    @media screen and (min-width: 600px) {
      .panel-narrow .dxeErrorCell {
        font-size: 10px !important; } }
    @media screen and (min-width: 1025px) {
      .panel-narrow .dxeErrorCell {
        font-size: 12px !important; } }

.item-form-narrow {
  width: 100%;
  height: 15px; }
  .item-form-narrow p {
    margin: 0 !important; }
  @media screen and (min-width: 600px) {
    .item-form-narrow {
      width: 100%;
      height: 34px; } }
  @media screen and (min-width: 1025px) {
    .item-form-narrow {
      width: 300px;
      height: 34px; } }

/*//painel com 2 itens
.div-panels{
    margin-top:20px;
    background-color:#414141;
    height: 150px;
    padding:10px;
    width:100%;
    @include media($tablet-portrait){
        padding:5% 10%;
        height:200px;
    }
    @include media($laptop){
        height: 380px;
        padding:10px 0 0;
    }
    @include media($hi){
        height:400px;
    }
    .two-panels{
        position:relative;
        height:130px;
        text-align:center;
        
        @include media($laptop){
            position:relative;
            max-width:1200px;
            margin:0 auto;
            height:280px;
            text-align:center;
        }
        @include media($hi){
            height:300px;
        }
        p{
            color:#414141;
            font-size:12px;
            @include media($laptop){
                font-size:26px;
            }
        }
        .panel{
            position:absolute;
            background-color:white;
            width:48%;
            top:0;
            height:100%;
            padding:10px;
            @include media($tablet-portrait){
                width:40%;
            }
            @include media($laptop){
                position:absolute;
                background-color:white;
                width:45%;
                top:0;
                height:100%;
                padding:20px;
                margin-top:40px;
            }
        }
        .panel-left{
            left:0;
        }
        .panel-right{
            right:0;
        }
    }
}

//fluxograma
.flux{
    background-color:white;
   p{
       margin:0;
       padding-top:15px;
        text-align:center;
        color:$color-neutral;
        font-size:20px;
        @include media($tablet-portrait){

        }
        @include media($laptop){
            font-size:28px;
            margin:30px;
        }
   }
}
.three-step-flux{
    width:100vw;
    padding-top:10px;
    display:block;
    @include media($tablet-portrait){
        display:flex;
    }
    @include media($laptop){
        max-width:1200px;
        margin: 0 auto;
        padding-top:20px;
        justify-content: space-between;
    }
    .steps{
        width:100%;
        height:175px;
        margin-bottom:20px;
        text-align:center;
        font-size:14px;
        margin:0 auto;
        padding-top:10px;
        @include media($tablet-portrait){

        }
        @include media($laptop){
            width:30%;
            height:303px;
            margin-bottom:20px;
            text-align:center;
            font-size:18px;
            background-color:white;
        }
        .image{
            padding-bottom:10px;
            @include media($laptop){
                height:100px;
            }
            img{
                height:30px;
                @include media($laptop){
                    height:auto;
                }
            }
        }
        .box{
            width:100%;
            color:#414141;
            font-size:16px;
            height:50px;
            font-weight:bold;
            text-align:center;
            @include media($tablet-portrait){

            }
            @include media($laptop){
                width:70%;
                margin: 0 auto;
                color:#414141;
                font-size:24px;
                height:80px;
                font-weight:bold;
            }
        }
    }
    .arrow{
        height:100%;
        width:10%;
        color:rgba(#414141, 0.3);
        font-size:30px;
        text-align:center;
        margin:0 auto;
        transform:rotate(90deg);
        @include media($tablet-portrait){
            transform:none;
            padding-top:30px;
        }
        @include media($laptop){
            padding-top:60px;
            height:100%;
            width:5%;
            color:rgba(#414141, 0.3);
            font-size:60px;
        }
    }
}

//rodapé
.landing-footer{
    clear:both;
    width:100%;
    height:50px;
    @include media($tablet-portrait){
        height:50px;
    }
    @include media ($laptop){
        height:75px;
    }
    .empresa{
        float:left;
        color:rgba(#414141, 0.7);
        padding: 10px 0 0 10px;
        @include media($tablet-portrait){
            padding: 20px 10px;
        }
        @include media($laptop){
            padding:20px 30px 0 30px;
        }
        .nome{
            font-size:12px;
            font-weight:bold;
            @include media($tablet-portrait){

            }
            @include media($laptop){
                font-size:16px;
            }
        }
        .slogan{
            font-style:italic;
            font-size:12px;
            @include media($tablet-portrait){

            }
            @include media($laptop){
                font-size:14px;
            }
        }
    }
    .enderecoempresa{
        color:rgba(#414141, 0.7);
        float:left;
        padding:10px;
        @include media($laptop){
            padding: 20px 0 0 20px;
        }
        .infoempresa{
            font-size:12px;
            @include media($laptop){
                font-size:14px;
            }
        }
    }
    .footer-logo{
        padding:10px 0 0 10px;
        float:left;
        @include media($tablet-portrait){
            padding: 20px 0 0 10px;
        }
        @include media($laptop){
            padding: 15px 30px 0 30px;
        }
        img{
            max-width:100px;
            max-height:50px;
            @include media($laptop){
                max-width:150px;
                max-height:100px;
            }
        }
    }
}
.powered{
    padding:0 10px 0 0;
    font-size:10px;
    color:rgba(#414141, 0.5);
    float:right;
    @include media($laptop){
        padding:20px 30px 0 0;
        font-size:14px;
    }
    img{
        margin-left:10px;
        height:30px;
        @include media($laptop){
            height:40px;
        }
    }
}
.simple-popup{
    text-align:center;
    padding:10px!important;
    width:100vw;
    @include media($tablet-portrait){
        padding:20px!important;
        width:80vw;
    }
    @include media($laptop){
        padding:30px!important;
        width:60vw;
    }
    h2{
        font-size:16px;
        @include media($tablet-landscape){
            font-size:18px;
        }
    }
    .dx-wrap{
        font-size:10px;
        @include media($tablet-portrait){
            font-size:16px;
        }
    }
    .dxichTextCellSys{
        text-align:left!important;
    }
    .radiobl{
        width:calc(100vw - 40px);
        border:none;
        @include media($tablet-portrait){
            width:450px;
        }
    }
    .dxichCellSys{
        padding-right:10px;
        @include media($tablet-portrait){
            padding-right:30px;
        }
    }
    .dxeBase{
        font-size:12px;
        @include media($tablet-landscape){
            font-size:14px;
        }
    }
    .dxgvHeader{
        font-weight:bold;
    }
    .dxflCaption{
        font-weight:bold;
    }
    .important{
        font-size:16px;
        font-weight:bold;
        width:100%;
        
    }
    .dxeEditArea{
        color:$color-verde-eo!important;
    }
}*/
/*.textcopy{
    color:$color-neutral;
    font-size:14px;
    width:90%;
    height:75px;
    @include media($tablet-portrait){
        width:70%;
    }
}*/
/*.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;
    }
}*/
