html,
body {
  height: 100%;
}

body {
  background-color: #eaeaea !important;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* Para que o tamanho da hint (pagina produtos-identificados por ex.) se extenda até o final da página */
.popover {
  max-width: none;
}

#tabela-hint thead th {
  font-size: 11px;
  border: 1px solid #999;
  background-color: #eee;
  text-align: center;
  padding: 6px;
}

#tabela-hint tbody td:first-child {
  text-align: center;
}

#tabela-hint tbody td {
  font-size: 11px;
  border: 1px solid #ccc;
  padding: 5px;
}

/* CARDS AUTOMOTIVO */
#cardsAutomotivo {
  padding: 0px;
  margin-bottom: 5px;
}

.infographicTitle {
  padding: 10px !important;
  text-align: center !important;
  font-weight: bold !important;
}

.infographicAutomotivo {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 15px;
}
.infographicBox {
  box-shadow: none;
}
.infographicBox .infographicTitle {
  display: none;
}

.infographicBox .infographicValue {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2px;
}

.infographicAutomotivo
  .infographicTitle.infographicTitleTotal
  + .infographicContent
  .infographicValue::before {
  /*content: 'Total ';
    font-size: 16px;
    font-weight: normal;*/
}
.infographicBox .infographicContent .infographicUnit {
  margin-top: 7px;
  padding-left: 12px;
}

.infographicBox {
  /*height: 125px;*/
}
.infographic-body {
  padding-bottom: 18px;
}

.infographicBox .iconContainer {
  font-size: 20px;
  padding: 0px 10px 0px 16px;
}

.fa-female,
.fa-male {
  font-size: 36px;
}

.infographicBox .infographicValue,
.infographicBox .infographicUnit {
  margin-top: 20px;
}

.infographicBox .infographicContent .infographicValue {
  margin-top: 1px;
}

#chartFrotaTipo svg,
#chartFrotaCombustivel svg {
  height: 500px;
}

#chartFrotaTipo svg .nv-legendWrap,
#chartFrotaCombustivel svg .nv-legendWrap {
  display: none;
}

#chartLicenciamentoTipoMarca {
  height: 400px;
}

.chartColletion #cardsMovimentacao {
  padding-left: 5px;
  padding-right: 5px;
}

.chartColletion #cardsMovimentacao .cardBox {
  padding-left: 0px;
  padding-right: 0px;
}

.chartColletion #cardsMovimentacao .cardBox .cardValue {
  padding: 0px;
  text-align: center;
}

/* MAPA */
.leaflet-control-button.leaflet-control,
.info.leaflet-control {
  clear: none !important;
}

#map #sidebar #indicador input[type="radio"] {
  margin: 0px;
}

.cardAutomotivoBox {
  padding: 5px !important;
  font-family: "PTSans", sans-serif;
  /*height: 136px;*/
}
.ajusteTamBox .infographic-content {
  height: 116px;
}

.cardAutomotivoBox .infographic-content .infographic-title-container {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.tamboxLicenciamento {
  height: 216px;
}

/* Utilizado somente no portal Abal - Lista de NCMS */
.label-default-ncms {
  background-color: #f3f3f3 !important;
  color: #ddd !important;
  margin-right: 7px;
}

.label-exportacao-ncms {
  background-color: #2c9d7e !important;
  color: #ffffff !important;
  margin-right: 7px;
}

.label-importacao-ncms {
  background-color: #337ab7 !important;
  color: #ffffff !important;
  margin-right: 7px;
}
#indicadores-home .chart-container .value-container .variation {
  color: #acb2b7;
  font-family: "ProximaNova", sans-serif;
}

/* BG COLORS PARA AVATAR */

.bg-0 {
  background: #096549;
}

.bg-1 {
  background: #868e96;
}

.bg-2 {
  background: #fa5252;
}

.bg-3 {
  background: #e64980;
}

.bg-4 {
  background: #be4bdb;
}

.bg-5 {
  background: #7950f2;
}

.bg-6 {
  background: #4c6ef5;
}

.bg-7 {
  background: #228ae6;
}

.bg-8 {
  background: #15aabf;
}

.bg-9 {
  background: #40c057;
}

.bg-10 {
  background: #fab005;
}

.bg-11 {
  background: #fd7e14;
}

.bg-12 {
  background: #82c91e;
}

/* BLOCO PARA A INDEX NOVOS CARDS: */

/* Common style para os novos cards tela inicial*/
.cards-container {
  min-height: 80vh;
  height: 100%;
  padding-right: 30px !important;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  position: relative;
}

.cards-container .all-cards.card {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cards-container .div-search {
  display: flex;
  justify-content: end;
  padding-right: 28px;
}

.cards-container .user-media {
  padding-right: 20px;
}

.cards-container .user-card {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-right: 15px;
  padding-left: 15px;
}

.cards-container .no-results-message {
  padding: 8rem;
  font-size: 16px;
  color: #5f5f5f;
}

.cards-container .no-favorites-text {
  padding: 8rem;
  font-size: 16px;
  color: #5f5f5f;
}

.cards-container .favorite-btn {
  position: absolute;
  top: 17px;
  right: 15px;
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}

.cards-container .favorite-btn.favorited svg#unpin-svg {
  display: none;
}

.cards-container .favorite-btn:not(.favorited) svg#unpin-svg {
  display: none;
}

.cards-container .favorite-btn.favorited svg#pin-svg {
  display: inline !important;
}

.cards-container .favorite-btn:not(.favorited) svg#pin-svg {
  display: inline !important;
}

.cards-container .favorite-btn.favorited:hover svg#pin-svg {
  display: none !important;
}

.cards-container .favorite-btn.favorited:hover svg#unpin-svg {
  display: inline !important;
}

.cards-container span.favorite-btn:hover path {
  fill: #fff;
}

.cards-container .favorite-btn path {
  fill: #3f4981;
}

.cards-container .favorited {
  display: block;
}

.cards-container .favorited path {
  fill: #fff;
}

.cards-container .favorited:hover path {
  fill: #3f4981;
}

.cards-container .avatar {
  display: inline-block;
  position: relative;
  color: #fff;
  border-radius: 50%;
  height: 85px;
  width: 85px;
}

.cards-container .avatar_iniciais {
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-weight: 600;
}

.cards-container .grid-card {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  list-style: none;
  text-align: center;
}

.cards-container .grid-card figure {
  border-radius: 20px;
  position: relative;
  float: left;
  overflow: hidden;
  height: 220px;
  max-height: 220px;
  width: 100%;
  background: transparent linear-gradient(128deg, #5c6bc0 0%, #3c467d 100%) 0%
    0% no-repeat padding-box;
  text-align: center;
}

.cards-container .grid-card figure:hover {
  background: transparent linear-gradient(128deg, #42a5f5 0%, #7e57c2 100%) 0%
    0% no-repeat padding-box;
}

.cards-container div.text-to-search {
  padding: 10px;
  transition: padding-bottom 0.35s ease;
}

.cards-container .grid-card figure:hover div.text-to-search {
  padding-bottom: 5em;
}

.cards-container .grid-card figure:hover span.favorite-btn {
  display: block;
  cursor: pointer;
  z-index: 1;
}

.cards-container .user-heading {
  text-align: left;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  font-weight: 300;
}

.cards-container .user-heading-name {
  font-weight: 800;
}

.cards-container .user-description {
  text-align: left;
  font-weight: 300;
  font-size: 22px;
  font-style: normal;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
}

.cards-container .labels-top-cards {
  text-align: left;
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #202020;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.cards-container .grid-card figure div {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  min-height: 100%;
  max-width: 100%;
  align-items: center;
  opacity: 1;
  text-transform: uppercase;
  color: #f0f0f0;
  letter-spacing: 0px;
}

.cards-container .grid-card figure div h2 {
  font-size: 20px;
  font-weight: 800;
}

.cards-container .grid-card figure div span {
  font-size: 16px;
  font-weight: 300;
}

.cards-container .grid-card figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cards-container .grid-card figure figcaption img {
  object-fit: contain;
  width: 100px;
  height: auto;
}

/*---------------*/
/***** Zoe Effect *****/
/*---------------*/

.cards-container figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1.7em;
  height: 5em;
  background: #fff;
  color: #000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.cards-container figure.effect-zoe span.icon-go-to {
  font-size: 2em;
}

.cards-container figure.effect-zoe object,
.cards-container figure.effect-zoe span.icon-go-to {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.cards-container figure.effect-zoe:hover figcaption,
.cards-container figure.effect-zoe:hover object,
.cards-container figure.effect-zoe:hover span.icon-go-to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cards-container figure.effect-zoe:hover object {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.cards-container figure.effect-zoe:hover span.icon-go-to:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cards-container .user-no-portals-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #484b5b;
  text-align: center;
}

.cards-container .user-no-portals-found h2 {
  font-weight: 700;
}

.cards-container .user-no-portals-found h4 {
  font-weight: 400;
}

.cards-container .has-search .form-control-feedback {
  right: initial;
  left: 0;
  color: #8d8d8d;
  font-weight: 600;
}

.cards-container .has-search .form-control {
  width: 270px;
  color: #8d8d8d;
  padding-right: 12px;
  padding-left: 34px;
  border: 2px solid #e7e7e7;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 600;
}

.cards-container #goTopBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1031;
  border: none;
  outline: none;
  cursor: pointer;
}
