.portal-header {
  border-bottom: 1px solid #ccd1d1;
  color: #fff;
}
.transp-root .full-btn .item {
  padding: 1px 1px 1px 15px;
}
.transp-root .full-btn .item a {
  color: #7b7d7d;
}
.transp-root .group {
  margin-bottom: 15px;
}
.transp-root .root-item {
  border-radius: 3px;
  padding: 5px;
}
.transp-root .root-item i {
  font-size: 40px;
}
.transp-root .root-item:hover {
  background-color: #f0f3f4;
}
.portal-card-br {
  border-right: 1px solid #dbdbdb;
}
.portal-card-hr {
  width: 100px;
  padding: 2px;
  border-bottom: 1px solid #bdc3c7;
  margin-bottom: 4px;
}
.portal-card-text {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0px 0px 2px #ccc;
  max-height: 200px;
  overflow-y: auto;
}
.portal-card-file {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.portal-card-file:hover {
  background-color: #fff;
}
.portal-card-file:hover a {
  color: #21618c;
}
.portal-card-file:hover .icon i {
  color: #21618c;
}
.portal-card-file .icon {
  padding: 8px 2px;
  color: #aeb6bf;
}
.portal-card-file .size {
  font-size: 11px;
  color: #6c7071;
}
.portal-card-file .name a {
  color: #333;
}
.portal-card-file a {
  color: #3498db;
}
.portal-card-file a:hover {
  text-decoration: none;
}
.portal-card-file a i {
  font-size: 14px;
}
.portal-card-processo {
  padding: 5px;
  box-shadow: 0px 0px 2px #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}
.portal-card-processo .title {
  font-size: 14px;
  font-weight: bold;
  color: #148f77;
  text-decoration: underline;
}
.portal-card-processo .descricao {
  color: #909497;
}
.portal-card-table {
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #fdfefe;
}
.portal-card-table td {
  padding: 5px !important;
  border-bottom: 1px solid #ccc;
}
.portal-card-table label {
  font-size: 10px;
  display: block;
  color: #979a9a;
}
.bigicon {
  border-radius: 10px !important;
  padding: 20px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.bigicon:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.bigicon:hover span.title {
  color: #333;
}
.bigicon:hover i.icon-f {
  margin-left: 5px;
  margin-top: 5px;
  opacity: 0.8;
}
.bigicon span.title {
  color: #5f6a6a;
  font-size: 16px;
  font-weight: bold;
}
.bigicon span.title small {
  font-weight: normal;
  color: #7b7d7d;
}
.bigicon i.icon-f {
  font-size: 21px;
  margin-bottom: 12px;
  margin-right: 10px;
  z-index: 2;
  transition: all 0.25s ease;
}
.bigicon i.icon-circle {
  font-size: 36px;
  color: #fff;
  margin: 5px;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.25s ease;
}
@media print {
  .portal-card .portal-card-text {
    max-height: unset !important;
  }
  .portal-card .portal-card-file {
    display: inline-block !important;
  }
  .portal-card .portal-card-file a {
    text-decoration: none;
  }
  .portal-card .portal-card-file a[href]:after {
    display: none;
  }
}
