.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-google-plus {
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.animated.slow {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s; }

.animated.faster {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s; }

.router-animation-container {
  position: relative; }
  .router-animation-container .router-animation-loader {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px; }
  .router-animation-container.active .router-animation-loader {
    display:block; }

.fixed-ribbon .router-animation-container .router-animation-loader {
    top: 50px;
}

.inbox-animation-container .router-animation-loader {
  left: 210px; }

.error-text-2 {
  text-align: center;
  font-size: 700%;
  font-weight: bold;
  font-weight: 100;
  color: #333;
  line-height: 1;
  letter-spacing: -.05em;
  background-image: -webkit-linear-gradient(92deg, #333333, #ed1c24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #ed1c24;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0));
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.25); }

.particle--a {
  -webkit-animation: particle-a 1.4s infinite linear;
  -moz-animation: particle-a 1.4s infinite linear;
  -o-animation: particle-a 1.4s infinite linear;
  animation: particle-a 1.4s infinite linear; }

.particle--b {
  -webkit-animation: particle-b 1.3s infinite linear;
  -moz-animation: particle-b 1.3s infinite linear;
  -o-animation: particle-b 1.3s infinite linear;
  animation: particle-b 1.3s infinite linear;
  background-color: #00A300; }

.particle--c {
  -webkit-animation: particle-c 1.5s infinite linear;
  -moz-animation: particle-c 1.5s infinite linear;
  -o-animation: particle-c 1.5s infinite linear;
  animation: particle-c 1.5s infinite linear;
  background-color: #57889C; }

@-webkit-keyframes particle-a {
  0% {
    -webkit-transform: translate3D(-3rem, -3rem, 0);
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -webkit-transform: translate3D(4rem, 3rem, 0);
    opacity: 1;
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .75rem;
    height: .75rem;
    opacity: .5; }

  100% {
    -webkit-transform: translate3D(-3rem, -3rem, 0);
    z-index: -1; } }

@-moz-keyframes particle-a {
  0% {
    -moz-transform: translate3D(-3rem, -3rem, 0);
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -moz-transform: translate3D(4rem, 3rem, 0);
    opacity: 1;
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .75rem;
    height: .75rem;
    opacity: .5; }

  100% {
    -moz-transform: translate3D(-3rem, -3rem, 0);
    z-index: -1; } }

@-o-keyframes particle-a {
  0% {
    -o-transform: translate3D(-3rem, -3rem, 0);
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -o-transform: translate3D(4rem, 3rem, 0);
    opacity: 1;
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .75rem;
    height: .75rem;
    opacity: .5; }

  100% {
    -o-transform: translate3D(-3rem, -3rem, 0);
    z-index: -1; } }

@keyframes particle-a {
  0% {
    transform: translate3D(-3rem, -3rem, 0);
    z-index: 1;
    animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    transform: translate3D(4rem, 3rem, 0);
    opacity: 1;
    z-index: 1;
    animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .75rem;
    height: .75rem;
    opacity: .5; }

  100% {
    transform: translate3D(-3rem, -3rem, 0);
    z-index: -1; } }

@-webkit-keyframes particle-b {
  0% {
    -webkit-transform: translate3D(3rem, -3rem, 0);
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -webkit-transform: translate3D(-3rem, 3.5rem, 0);
    opacity: 1;
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -webkit-transform: translate3D(3rem, -3rem, 0);
    z-index: -1; } }

@-moz-keyframes particle-b {
  0% {
    -moz-transform: translate3D(3rem, -3rem, 0);
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -moz-transform: translate3D(-3rem, 3.5rem, 0);
    opacity: 1;
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -moz-transform: translate3D(3rem, -3rem, 0);
    z-index: -1; } }

@-o-keyframes particle-b {
  0% {
    -o-transform: translate3D(3rem, -3rem, 0);
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    -o-transform: translate3D(-3rem, 3.5rem, 0);
    opacity: 1;
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -o-transform: translate3D(3rem, -3rem, 0);
    z-index: -1; } }

@keyframes particle-b {
  0% {
    transform: translate3D(3rem, -3rem, 0);
    z-index: 1;
    animation-timing-function: ease-in-out; }

  25% {
    width: 1.5rem;
    height: 1.5rem; }

  50% {
    transform: translate3D(-3rem, 3.5rem, 0);
    opacity: 1;
    z-index: 1;
    animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    transform: translate3D(3rem, -3rem, 0);
    z-index: -1; } }

@-webkit-keyframes particle-c {
  0% {
    -webkit-transform: translate3D(-1rem, -3rem, 0);
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  25% {
    width: 1.3rem;
    height: 1.3rem; }

  50% {
    -webkit-transform: translate3D(2rem, 2.5rem, 0);
    opacity: 1;
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -webkit-transform: translate3D(-1rem, -3rem, 0);
    z-index: -1; } }

@-moz-keyframes particle-c {
  0% {
    -moz-transform: translate3D(-1rem, -3rem, 0);
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  25% {
    width: 1.3rem;
    height: 1.3rem; }

  50% {
    -moz-transform: translate3D(2rem, 2.5rem, 0);
    opacity: 1;
    z-index: 1;
    -moz-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -moz-transform: translate3D(-1rem, -3rem, 0);
    z-index: -1; } }

@-o-keyframes particle-c {
  0% {
    -o-transform: translate3D(-1rem, -3rem, 0);
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  25% {
    width: 1.3rem;
    height: 1.3rem; }

  50% {
    -o-transform: translate3D(2rem, 2.5rem, 0);
    opacity: 1;
    z-index: 1;
    -o-animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    -o-transform: translate3D(-1rem, -3rem, 0);
    z-index: -1; } }

@keyframes particle-c {
  0% {
    transform: translate3D(-1rem, -3rem, 0);
    z-index: 1;
    animation-timing-function: ease-in-out; }

  25% {
    width: 1.3rem;
    height: 1.3rem; }

  50% {
    transform: translate3D(2rem, 2.5rem, 0);
    opacity: 1;
    z-index: 1;
    animation-timing-function: ease-in-out; }

  55% {
    z-index: -1; }

  75% {
    width: .5rem;
    height: .5rem;
    opacity: .5; }

  100% {
    transform: translate3D(-1rem, -3rem, 0);
    z-index: -1; } }

.lockscreen {
  height: 250px;
  left: 50%;
  margin-left: -239px;
  margin-top: -185px;
  position: absolute;
  top: 50%;
  width: 478px; }

.lockscreen .logo {
  padding: 15px 0;
  display: block; }

.lockscreen .logo + div {
  background: #FFF;
  box-shadow: -31px 32px 53px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 13px;
  position: relative; }

.lockscreen .logo > :first-child {
  margin: 0; }

.lockscreen .logo img {
  width: 29px;
  margin-top: -4px;
  margin-right: -2px; }

.lockscreen .logo + div > img {
  float: left; }

.lockscreen .logo + div > img + div {
  float: right;
  width: 318px; }

.lockscreen .logo + div > img + div > :first-child {
  margin-top: 0; }

.lockscreen .logo + div > img + div > :first-child > :first-child {
  opacity: .1;
  padding: 15px; }

.lockscreen .logo + div > img + div > :first-child > small {
  display: block;
  padding-top: 5px; }

.lockscreen .logo + div > img + div > :first-child + p {
  margin-bottom: 12px; }

#lock-page #main {
  position: static; }

@media (max-width: 767px) {
  .lockscreen .logo + div > img {
    float: none !important; }

  .lockscreen {
    height: auto;
    left: 5%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 90%;
    text-align: center; }

  .lockscreen .logo + div > img + div {
    float: none;
    width: 100%;
    height: auto; } }
/*
			 * Glyphicons
			 *
			 * Special styles for displaying the icons and their classes in the docs.
			 */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd; }

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px; }

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center; }

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, 0.1); }

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%; } }
.placeholder-header {
  display: block;
  height: 49px;
  margin: 0;
  padding: 0 13px 0 0;
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFE2E2E2', GradientType=0); }

.placeholder-left-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 904;
  margin-top: 49px;
  width: 220px;
  display: block;
  background: linear-gradient(270deg, rgba(62, 2, 198, 0.25) 0%, rgba(0, 0, 0, 0.00) 100%), #584475;
  background-image: -webkit-linear-gradient(left, color-stop(#3a3633 93%), color-stop(#2a2725 100%));
  background-image: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3A3633', endColorstr='#FF2A2725', GradientType=1);
  min-height: 100%; }

.placeholder-live-feeds {
  height: 386px; }

/* fixes */
a[ng-click] {
  text-decoration: none; }

a[ng-click]:hover {
  text-decoration: none;
  cursor: pointer; }

/* chat 
.message-picture {
  max-width: 50px;
  max-height: 50px; }*/

/*datatables*/
.dataTables_filter .input-group-addon {
  height: 30px !important; }

.bootstrap-timepicker-widget table td input {
  width: 40px;
  padding: 0; }

.slider .tooltip.tooltip-main.top {
  margin-top: -35px; }

#jcrop-demo-with-preview #preview-pane {
  display: block;
  position: absolute;
  z-index: 200;
  right: 0px;
  padding: 3px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1); }

/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#jcrop-demo-with-preview .preview-container {
  width: 250px;
  height: 170px;
  overflow: hidden; }

.smart-treeview-group {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1; }
  .smart-treeview-group.ng-hide {
    opacity: 0; }

.angular-google-map-container {
  height: 100%;
  width: 100%;
  position: absolute; }

.menu-on-top aside#left-panel .collapse-sign {
  display: none; }

/* ========================================================
   SIGRAWEB DESIGN SYSTEM - COMPONENTES DE IMPOSTOS
   Aplicação do campo Antidumping e sistema de impostos
   ======================================================== */

/* Container principal dos impostos com hierarquia visual otimizada */
.visualizacao-impostos-container {
  display: flex;
  gap: 7px;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 2px;
}

/* Componente base para todos os impostos */
.visualizacao-impostos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 95px;
  max-width: 125px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 11px;
  line-height: 1.35;
  transition: all 0.2s ease;
  position: relative;
  min-height: 50px;
  text-align: right;
}

/* Estados de hover para melhor interatividade */
.visualizacao-impostos:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  box-shadow: 0 2px 4px rgba(79, 0, 209, 0.08);
  transform: translateY(-1px);
}

/* Grupo Principal: Impostos de Importação - destaque visual */
.visualizacao-impostos--principal {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
  border: 1.5px solid #3276b1;
  box-shadow: 0 2px 6px rgba(50, 118, 177, 0.12);
}

.visualizacao-impostos--principal:hover {
  background: linear-gradient(135deg, #e6f2ff 0%, #dbeafe 100%);
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(50, 118, 177, 0.2);
}

/* Campo Antidumping - destaque especial como imposto principal */
.visualizacao-impostos--antidumping {
  background: linear-gradient(135deg, #fefbff 0%, #f8f4ff 100%);
  border: 1.5px solid #4f00d1;
  box-shadow: 0 2px 6px rgba(79, 0, 209, 0.15);
  position: relative;
}

.visualizacao-impostos--antidumping:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(45deg, #4f00d1, #6b21d8);
  border-radius: 7px;
  z-index: -1;
  opacity: 0.1;
  transition: opacity 0.2s ease;
}

.visualizacao-impostos--antidumping:hover {
  background: linear-gradient(135deg, #f8f4ff 0%, #f0edff 100%);
  border-color: #6b21d8;
  box-shadow: 0 6px 18px rgba(79, 0, 209, 0.25);
  transform: translateY(-2px);
}

.visualizacao-impostos--antidumping:hover:before {
  opacity: 0.15;
}

/* Grupo Complementar: Imposto Estadual */
.visualizacao-impostos--estadual {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid #739e73;
  box-shadow: 0 2px 4px rgba(115, 158, 115, 0.1);
}

.visualizacao-impostos--estadual:hover {
  background: linear-gradient(135deg, #ecfdf5 0%, #dcfce7 100%);
  border-color: #16a34a;
  box-shadow: 0 4px 8px rgba(115, 158, 115, 0.18);
}

/* Labels dos impostos - tipografia otimizada */
.visualizacao-impostos strong {
  font-weight: 600;
  font-size: 11px;
  color: #334155;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  text-align: right;
}

.visualizacao-impostos--principal strong {
  color: #1e40af;
}

.visualizacao-impostos--antidumping strong {
  color: #4f00d1;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
}

.visualizacao-impostos--estadual strong {
  color: #166534;
}

/* Alíquotas - formatação consistente e alinhamento melhorado */
.visualizacao-impostos__aliquota {
  font-weight: 400;
  font-size: 10px;
  color: #64748b;
  margin-left: 3px;
  opacity: 0.85;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
}

.visualizacao-impostos--antidumping .visualizacao-impostos__aliquota {
  color: #6b21d8;
  font-weight: 500;
  margin-left: 4px;
}

/* Valores monetários - destaque visual */
.visualizacao-impostos span:last-child {
  font-weight: 600;
  font-size: 12px;
  color: #0f172a;
  white-space: nowrap;
  margin-top: auto;
}

.visualizacao-impostos--principal span:last-child {
  color: #1e40af;
}

.visualizacao-impostos--antidumping span:last-child {
  color: #4f00d1;
  font-weight: 700;
  font-size: 12px;
}

.visualizacao-impostos--estadual span:last-child {
  color: #166534;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
  .visualizacao-impostos-container {
    gap: 3px;
    justify-content: center;
    align-items: stretch;
  }

  .visualizacao-impostos {
    min-width: 88px;
    max-width: 112px;
    padding: 7px 9px;
    font-size: 10px;
    min-height: 46px;
  }

  .visualizacao-impostos strong {
    font-size: 10px;
  }

  .visualizacao-impostos--antidumping strong {
    font-size: 9px;
  }

  .visualizacao-impostos span:last-child {
    font-size: 11px;
  }

  .visualizacao-impostos--antidumping span:last-child {
    font-size: 11px;
  }

  .visualizacao-impostos__aliquota {
    font-size: 9px;
    margin-left: 2px;
  }
}

/* Estados de foco para acessibilidade melhorada */
.visualizacao-impostos:focus-within {
  outline: 2px solid #4f00d1;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(79, 0, 209, 0.15);
}

.visualizacao-impostos--principal:focus-within {
  outline-color: #1e40af;
  box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.15);
}

.visualizacao-impostos--estadual:focus-within {
  outline-color: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

/* Adaptações para containers densos */
.processo-area-trabalho .visualizacao-impostos {
  font-size: 10px;
  padding: 6px 8px;
  min-height: 42px;
}

.processo-area-trabalho .visualizacao-impostos strong {
  font-size: 10px;
}

.processo-area-trabalho .visualizacao-impostos span:last-child {
  font-size: 11px;
}

/* Estruturação interna dos spans para melhor alinhamento */
.visualizacao-impostos > span:first-child {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 4px;
  min-height: 24px;
}

.visualizacao-impostos > span:first-child strong {
  margin-bottom: 0;
}

/* Melhorias para contraste e legibilidade */
.visualizacao-impostos--antidumping .visualizacao-impostos__aliquota,
.visualizacao-impostos--antidumping strong {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Configurações específicas para alta qualidade visual */
@media (min-resolution: 1.25dppx) {
  .visualizacao-impostos {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .visualizacao-impostos__aliquota,
  .visualizacao-impostos strong {
    text-rendering: optimizeLegibility;
  }
}

/* Garantia de contraste mínimo para acessibilidade */
@media (prefers-contrast: high) {
  .visualizacao-impostos {
    border-width: 2px;
  }

  .visualizacao-impostos strong {
    color: #000000;
  }

  .visualizacao-impostos--principal strong {
    color: #0f3460;
  }

  .visualizacao-impostos--antidumping strong {
    color: #2e0078;
  }

  .visualizacao-impostos--estadual strong {
    color: #0d4a1f;
  }

  .visualizacao-impostos__aliquota {
    opacity: 1;
    color: #374151;
  }
}

  