﻿@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Open+Sans|Roboto");

body {
  margin: 0 0 0 0;
  font-family:
    Open Sans,
    Arial;
  min-width: 340px;
}
iframe {
  width: 100%;
  height: 100%;
  float: left;
  border: 0px;
  background-color: #fff;
}
#telaEmpresa {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#telaFrame {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.material-icons,
.material-symbols-outlined {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fecharTodosModais,
.fecharTodosModaisframe {
  float: left;
  cursor: pointer;
  color: #7d7d7d;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

.fecharTodosModais .material-icons,
.fecharTodosModaisframe .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 10px;
  border: 1px solid #e3e8ef;

  background: #ffffff;
  color: #6b7c8f;

  cursor: pointer;

  transition: all 0.18s ease;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fecharTodosModais .material-icons:hover,
.fecharTodosModaisframe .material-icons:hover {
  background: #f4f7fb;
  color: #2c3e50;
  border-color: #d0d8e2;

  transform: translateY(-1px);

  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.topo {
  float: left;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #253745;
  margin: 0 0 0 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.logo {
  height: 42px;
  width: 138px;
  margin-left: 4px;
}

.fundoPreto,
.fundoPretoAvisoPopUP {
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.5s,
    opacity 0.5s linear;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

select {
  outline: none;
}

input {
  outline: none;
}

input radio {
  outline: none;
}

.modalFrame,
.modalDetalheCotacao {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  min-width: 0;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px 2px rgba(0, 0, 0, 0.59);
  overflow: auto;
  overflow-x: hidden;
}
.modalAviso {
  z-index: 10;
  position: fixed;
  top: 0;
  right: -500px;
  max-width: 370px;
  width: 80%;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition: all 1s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px 2px rgba(0, 0, 0, 0.59);
  overflow: auto;
  overflow-x: hidden;
  transform: scale(0.85);
}

.avisoQuadro {
  background-color: #fff;
  float: left;
  width: auto;
  height: auto;
  border: 1px solid #dadce0;
  border-left: 2px solid #4285f4;
  min-width: 94%;
  margin-left: 10px;
  margin-right: 14px;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
}
.avisoQuadro .linha {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.avisoQuadro .centro {
  float: left;
  padding: 10px 15px;
  width: 92%;
  min-width: 200px;
}
.avisoQuadro .centro h1 {
  font-size: 18px;
  color: #4e5255;
  width: 90%;
}
.avisoQuadro .centro p {
  font-size: 14px;
}
.avisoQuadro .centro h2 {
  font-size: 8px;
  color: #80868b;
  line-height: 2px;
  float: right;
}

.avisoQuadro .excluir {
  margin-top: 0px;
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #808080;
}
.avisoSemReg {
  text-align: center;
  margin-top: 40px;
  font-weight: 800;
  color: #6c757d;
  font-size: 18px;
  padding: 10px;
}

.modalEmpresa {
  z-index: 10;
  position: fixed;
  top: 0;
  left: -500px;
  max-width: 370px;
  width: 80%;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  opacity: 0.5;
  transition: all 1s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  transform: scale(0.85);
}

.linhafecha {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 10px;
}

.modalAjuda,
.modalUser {
  z-index: 10;
  position: absolute;
  width: 270px;
  height: 290px;
  margin-left: -225px;
  margin-top: 8px;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.5s,
    opacity 0.5s linear;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #000;
}

.modalAjuda {
  margin-left: -141px;
  height: 320px;
}

.modalUser {
  width: 380px;
  margin-left: -339px;
  height: 240px;
}

.metade {
  float: left;
  width: 50%;
}

.fotoPerfil {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #3e5052;
  border-radius: 60px;
}

.centraliza {
  text-align: center;
}

.nomeuser,
.emailuser {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  height: 20px;
  line-height: 20px;
  word-wrap: break-word;
  overflow: hidden;
}
.nomeuser {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
}
.emailuser {
  font-size: 11px;
  color: #5f686d;
}
.edit {
  border: 3px solid #3e5052;
  border-radius: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: fixed;
  margin-top: -28px;
  margin-left: 16px;
  background-color: #fff;
}

.seta-cima {
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  float: right;
  margin-top: -14px;
  margin-right: 9px;
}
.modalAjuda .seta-cima {
  margin-right: 90px;
}

.modalUser .topoh1 {
  float: left;
  height: 30px;
  width: 100%;
  color: #888888;
  font-size: 16px;
  text-indent: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.linhaMenuMovelCentro {
  display: flex;
  align-items: center;
  text-align: left;
  height: 57px;
  color: #7e7e7e;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.linhaMenuMovelCentro:hover {
  background-color: #e6f1fd;
}

.linhaMenuMovelCentro .icone {
  min-width: 40px;
  margin-left: 20px;
}

.linhaMenuMovelCentro .texto {
  width: 100%;
  color: #535353;
  font-size: 14px;
  font-weight: 700;
}

.linhaMenuMovelCentro .seta {
  min-width: 12px;
  min-height: 20px;
  margin-right: 20px;
}

.avisoMenu {
  background-color: #d12828;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  font-weight: 500;
}

.balao {
  cursor: default;
  text-align: center;
  background-color: #3e5052;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border-radius: 5px;
}
.captionBalao {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.menuBotao {
  float: left;
  width: 60px;
}
.quadrologo {
  float: left;
  width: 140px;
  display: flex;
  padding: 7px 3px;
}

.barraEmpresa {
  display: flex;
  color: #fff;
  line-height: 0px;
  width: auto;
  cursor: pointer;
  min-width: 300px;
  height: 30px;
  padding: 10px 10px;
}

.fonteIcone {
  color: #fff;
  font-size: 38px;
}

.user,
.avisos,
.ajuda {
  float: right;
  width: 38px;
  height: 46px;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
}

.avisos .contadorAviso,
.ajuda .contadorAviso {
  position: absolute;
  margin-left: 24px;
  width: 20px;
  height: 20px;
  background-color: #000;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  transition: background 0.5s linear;
}

#alertAvisos {
  position: absolute;
  margin-left: 200px;
  margin-top: 10px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  transition: all 1s linear;
  opacity: 0.6;
}

.limitetexto {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 10px;
  height: 16px;
}

.captionEmpresa {
  width: auto;
  padding: 10px 4px;
  font-size: 14px;
}
.captionEmpresa b {
  font-size: 10px;
  color: #ccc;
}
.captionLoja {
  width: auto;
  padding: 10px 30px;
  font-size: 14px;
}
.captionLoja b {
  font-size: 10px;
  color: #ccc;
}

.conteudo {
  background-color: #fff;
  width: 100%;
  display: flex;
  height: auto;
  margin-top: 60px;
}

@media (max-width: 700px) {
  .barraEmpresa {
    float: left;
    width: 100%;
    height: 54px;
    margin-top: 0px;
    background-color: #3e5052;
    padding: 0px 10px;
  }
  #alertAvisos {
    margin-top: 60px;
  }
  .conteudo {
    margin-top: 110px;
  }
}

.LojaNaoInformanda {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #535353;
}
.LojaNaoInformanda .ico {
  float: right;
  margin-right: 15px;
}
.LojaNaoInformanda p {
  float: left;
  width: 100%;
}

.iconeMenu {
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 44px;
}

.modalMenu {
  z-index: 9;
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 370px;
  width: 80%;
  background-color: #fff;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition:
    all 0.8s,
    opacity 0s,
    left 0.4s cubic-bezier(0, 0, 0.24, 0.75);
  transform: scale(0.85);
}

.sombra2 {
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.59);
}

.modalMenu .conteudo {
  overflow: auto;
  float: left;
  height: 100%;
  width: 100%;
}

.modalMenu .topo {
  float: left;
  height: auto;
  width: 95%;
  max-height: 300px;
  min-height: 100px;
  margin-left: 10px;
}

.modalMenu .topo ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.topMenu {
  background-color: #3399ff;
  float: left;
  height: auto;
  width: 100%;
  color: #fff;
}

.botaoContaPedido {
  float: left;
  width: 48%;
  height: 42px;
  background-color: #3e5052;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
}

.topMenu a {
  color: #fff;
}

.topMenu .user {
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  width: 90%;
  margin-top: 5px;
  font-size: 14px;
}

.topMenu .user img {
  float: left;
}

.topMenu .user strong {
  float: left;
  margin-left: 10px;
  line-height: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.topMenu .linha {
  float: left;
  height: 3px;
  width: 100%;
  background-color: #0e559a;
}

.subm {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 95%;
  max-width: 370px;
  background-color: #fff;
}

.opcaoMenuMovel {
  float: left;
  width: 100%;
}

.opcaoMenuMovelCentro {
  display: flex;
  align-items: center;
  text-align: left;
  height: 57px;
  color: #7e7e7e;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.opcaoMenuMovelCentro:hover {
  background-color: #e6f1fd;
}

.opcaoMenuMovelCentro .icone {
  min-width: 40px;
  margin-left: 10px;
}

.opcaoMenuMovelCentro .texto {
  width: 100%;
  color: #535353;
  font-size: 13px;
  font-weight: 700;
}
.opcaoMenuMovelCentro .seta {
  min-width: 12px;
  min-height: 20px;

  margin-right: 20px;
}

.opcaoMenuMovelCentro .textoVoltar {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  text-align: center;
}
.opcaoMenuMovelCentro .setaVoltar {
  min-width: 12px;
  min-height: 20px;
  background: url("../../publico/imagens/setavoltar.png");
  margin-left: 15px;
}

.logoPrecodeMenu {
  position: absolute;
  bottom: 8px;
  left: 26%;
  width: 185px;
  height: 40px;
}

.imguser {
  float: right;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #e8ecf2;
}
.imgusergrande {
  width: 78px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  border-radius: 60px;
  border: 3px solid #fff;
}

.divisaoauto {
  flex: 1;
}
.selecioneLoja {
  text-align: center;
  margin-top: 30px;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 3px;
}
legend {
  font-size: 14px;
  color: #535353;
  font-weight: 700;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
}

.modal:target .centroModal {
  opacity: 1;
  max-width: 400px;
  width: 80%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.centroModal {
  opacity: 0;
  max-width: 400px;
  width: 70%;
  position: relative;
  background: #fff;
  border-radius: 5px;
}

#avisoModalAlert h2 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 22px;
  color: #6c757d;
  margin-top: 0px;
}

#avisoModalAlert h4 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 14px;
  color: #6c757d;
  margin-top: -20px;
}

#avisoModalAlert p {
  height: auto;
  padding: 10px 18px;
}

#avisoModalAlert .btFechar {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}
#avisoModalAlert .botaoFechar {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 72px;
  height: 38px;
  background-color: #8a4e4f;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
}
#avisoModalAlert .botaoFechar:hover {
  background-color: #3e5052;
}

.centroModal h2 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 22px;
  color: #6c757d;
  margin-top: 0px;
}

.centroModal h4 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 14px;
  color: #6c757d;
  margin-top: -20px;
}

.centroModal p {
  height: auto;
  padding: 10px 18px;
}

.centroModal .btFechar {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}
.centroModal .botaoFechar {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 72px;
  height: 38px;
  background-color: #8a4e4f;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
}
.centroModal .botaoFechar:hover {
  background-color: #3e5052;
}

.fechar {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 5px;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  margin-right: 5px;
}

.centralizaConteudo {
  padding: 12px 18px;
  margin-top: -8px;
}

.centroModal .btOK {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}

.centroModal .botaoOK {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 92px;
  height: 38px;
  background-color: #00a2ff;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  text-indent: 0;
}
#avisoModalAlert .botaoOK {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 92px;
  height: 38px;
  background-color: #00a2ff;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  text-indent: 0;
}

.centroModal .botaoOK:hover {
  background-color: #1cc88a;
}

#alerta {
  color: red;
  font-weight: 800;
}

#avisoModalAlert {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -80%) scale(0.7);

  max-width: 400px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.alertCentro {
  width: 100%;
}

.tippy-box[data-animation="scale"][data-placement^="top"] {
  transform-origin: bottom;
}
.tippy-box[data-animation="scale"][data-placement^="bottom"] {
  transform-origin: top;
}
.tippy-box[data-animation="scale"][data-placement^="left"] {
  transform-origin: right;
}
.tippy-box[data-animation="scale"][data-placement^="right"] {
  transform-origin: left;
}
.tippy-box[data-animation="scale"][data-state="hidden"] {
  transform: scale(0.5);
  opacity: 0;
}

/* checkbox interruptor */
.interruptor {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.centralidaCheck {
  margin-left: auto;
  margin-right: auto;
}

.ligadesliga {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.interruptor-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #e3e3e3;
  transition: background-color 0.3s ease-in;
}
.interruptor-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.ligadesliga:checked + .interruptor-label {
  background-color: #8ce196;
}
.ligadesliga:checked + .interruptor-label,
.ligadesliga:checked + .interruptor-label:before {
  border-color: #6dc878;
}
.ligadesliga:checked + .interruptor-label:before {
  right: 0px;
}
/* FIM checkbox interruptor */

/* alerta rodape com tempo */
#alertaRodapePosicao {
  position: fixed;
  height: auto;
  width: auto;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.alertaRodapeBox {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 220px;
  text-align: center;
  z-index: 9999;
}
.alertaRodapeSucesso {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}
.alertaRodapeErro {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

.alertaRodapeAviso {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  display: none;
}
/* FIM alerta rodape com tempo */

/* Flex */
.flex {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}
.item-fixo-0 {
  flex: 0;
}
.item-fixo-1 {
  flex: 1;
}
.item-fixo-2 {
  flex: 2;
}
.item-dinamico {
  flex-grow: 1;
}

.tipoTD {
  padding: 7px;
  font-size: 14px;
  color: #4e5255;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
}

/* paginação */
.paginacao {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  font-size: 14px;
  font-weight: 500;
}
.paginacao li {
  display: inline;
  position: relative;
  float: left;
  padding: 10px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginacao a li:hover {
  z-index: 1;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.paginacao .inativa {
  color: #777;
  cursor: not-allowed;
  background-color: #fefefe;
  border-color: #ddd;
}
.paginacao .selecionado {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* fim paginacao */

#telaCarregando {
  margin: 0 0 0 0;
  background-color: #f3f1ef;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  opacity: 0.9;
  top: 0;
  left: 0;
  display: none;
  z-index: 1212;
}

.destaqueAzulEscuro {
  font-weight: 700;
  color: #6b9cc8;
}

.destaqueAzul {
  font-weight: 700;
  color: #0d6efd;
}
.destaqueVermelho {
  font-weight: 700;
  color: #9c5e5e;
}

.destaqueEscuro {
  font-weight: 700;
  color: #002363;
}

.instrucoes {
  line-height: 18px;
}
.instrucoes h1 {
  font-size: 20px;
  color: #80868b;
}
.instrucoes h2 {
  font-size: 16px;
  color: #80868b;
}

.icoDetalhesAzul {
  color: #6b9cc8;
}
.icoDetalhesBranco {
  color: #fff;
}

.confirmOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.confirmBox {
  width: min(520px, calc(100% - 24px));
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.confirmHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
}

.confirmTitle {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.confirmClose {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f3f4f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirmClose:hover {
  background: #e5e7eb;
}

.confirmBody {
  padding: 16px;
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}

.confirmFooter {
  padding: 12px 16px 16px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.confirmBtn {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}

.confirmNo {
  background: #e5e7eb;
  color: #111827;
}

.confirmNo:hover {
  background: #d1d5db;
}

.confirmYes {
  background: #dc2626;
  color: #fff;
}

.confirmYes:hover {
  background: #b91c1c;
}

/* paginação */

.paginacaoModernaCompacta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px 0;
  box-sizing: border-box;
}

.pgBtnCompacto {
  min-width: 34px;
  height: 34px;
  padding: 0 11px;
  border-radius: 10px;
  border: 1px solid #d9e2ec;
  background: #fff;
  color: #425466;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.18s ease;
  box-sizing: border-box;
}

.pgBtnCompacto:hover {
  background: #f8fbff;
  border-color: #b8d3ec;
  color: #0b67c2;
}

.pgBtnCompacto.numero {
  min-width: 34px;
  padding: 0 10px;
}

.pgBtnCompacto.icone {
  min-width: 34px;
  padding: 0 8px;
}

.pgBtnCompacto.ativo {
  background: linear-gradient(135deg, #1784e8 0%, #0d68c4 100%);
  border-color: #0d68c4;
  color: #fff;
  box-shadow: 0 4px 12px rgba(23, 132, 232, 0.22);
  cursor: default;
}

.pgBtnCompacto.inativo {
  background: #f7f9fb;
  border-color: #e3e8ee;
  color: #a3afbf;
  cursor: not-allowed;
}

.pgReticencias {
  padding: 0 2px;
  color: #98a6b5;
  font-size: 13px;
  font-weight: 700;
}

.pgIrParaBox {
  margin-left: 8px;
  display: flex;
  align-items: center;
  width: 25px;
  max-width: 25px;
}

.pgSelectCompacto {
  height: 34px;
  min-width: 58px;
  max-width: 58px;
  width: 58px;
  padding: 0 6px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #fff;
  color: #425466;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
}

.pgSelectCompacto:hover,
.pgSelectCompacto:focus {
  border-color: #b8d3ec;
  box-shadow: 0 0 0 3px rgba(23, 132, 232, 0.1);
}

@media (max-width: 700px) {
  .paginacaoModernaCompacta {
    justify-content: flex-start;
  }

  .pgBtnCompacto {
    height: 32px;
    min-width: 32px;
    font-size: 12px;
    padding: 0 9px;
  }

  .pgSelectCompacto {
    height: 32px;
    min-width: 34px;
    max-width: 34px;
    width: 34px;
    font-size: 12px;
  }
  .pgSelectCompacto select {
    width: 34px;
  }
}

/* fim paginacao */

.boxLigacoesAguardando {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  width: 320px;
}

.ligacaoAguardandoCard {
  display: flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(135deg, #253a50, #1e3144);
  color: #fff;

  border-radius: 14px;
  padding: 12px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.ligacaoAguardandoIcone .material-icons {
  font-size: 28px;
  color: #22c55e;
}

.ligacaoAguardandoInfo {
  flex: 1;
}

.ligacaoAguardandoInfo strong {
  display: block;
  font-size: 13px;
}

.ligacaoAguardandoInfo small {
  display: block;
  font-size: 11px;
  opacity: 0.8;
}

.ligacaoAguardandoBotao {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

/* Urgente: mais de 2 minutos na fila */
.ligacaoAguardandoCard--urgente {
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  border: 1px solid #ef4444;
  animation: ligacaoPulsarUrgente 1.2s ease-in-out infinite;
}

.ligacaoAguardandoCard--urgente .ligacaoAguardandoIcone .material-icons {
  color: #fca5a5;
}

.ligacaoAguardandoCard--urgente .ligacaoAguardandoBotao {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
}

@keyframes ligacaoPulsarUrgente {
  0%, 100% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.4), 0 12px 30px rgba(0, 0, 0, 0.25);
  }
}
.telefoniaAtenderCampo {
  margin-top: 16px;
  text-align: left;
}

.telefoniaAtenderBotao--azul {
  background: linear-gradient(135deg, #287dd1, #1d5fa7);
  margin-top: 10px;
}


/* =========================
   Alerta Inline Frame (.alertaFrame)
   Padrão de alerta inline para telas em abreFrame.
   Use as funções mostrarAlertaFrame() / limparAlertaFrame() do menu.js.
   ========================= */
.alertaFrame {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px 36px 10px 14px;
  border-radius: 8px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 12px;
  position: relative;
  line-height: 1.4;
}

.alertaFrame--sucesso {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.alertaFrame--aviso {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.alertaFrame--info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af;
}

.alertaFrameFechar {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-size: 16px;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.15s;
  user-select: none;
}

.alertaFrameFechar:hover {
  opacity: 1;
}
