/* body { font-size: 14px !important } */

/* //#region Custom */
  .panel-custom-azul-escuro > .panel-heading {
    color: white;
    background-color: #6086B9 !important;
    border-bottom: 2px solid #446899 !important;
  }
  .panel-custom-azul-escuro > .panel-heading h2 {
    font-size: 28px !important;
    text-transform: uppercase;
    color: #fff;
  }

  .panel-gray-light > .panel-heading {
    background-color: #e9e9e9;
    border-color: #cdcdcd;
    position: relative;
  }

  .panel-gray-light > .panel-heading H2 {
    text-transform: uppercase;
  }

  .panel-custom-branco > .panel-heading {
    position: relative;
  }

  .panel-custom-branco > .panel-heading h2 {
    font-size: 28px !important;
  }

  .panel.panel-title-big > .panel-heading h2 {
    font-size: 30px !important;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
  }
/* //#endregion */

/* //#region .label-box */
  .label-box {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    padding: 12px 12px 4px;
    background-color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    overflow-wrap: break-word;
    /* box-shadow: 1px 1px 0px #f5f5f5; */
  }
  .label-box strong {
    background: #fff;
    position: absolute;
    left: 10px;
    top: -12px;
    padding: 0 7px;
    font-weight: bold;
    font-size: 15px;
    /* text-transform: uppercase; */
    border-radius: 4px;
  }
  .label-box a:hover {
    /* text-decoration: underline; */
    color: #000;
  }

  @media (max-width:767px) {
    .label-box {
      margin-top: 5px;
      margin-bottom: 20px;
    }
  }
/* //#endregion */

/* //#region Cusotm class */
  .row-mb-35 {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .row-mb-20 {
    margin-bottom: 20px;
  }
  .row-mt-10 {
    margin-top: 10px;
  }
  .pr-300 {
    padding-right: 300px !important;
  }
  .pt-14 {
    padding-top: 14px;
  }

  @media (max-width:767px) {
    .row-mb-35 {
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  @media (max-width:989px) {
    .pt-14 {
      padding-top: 0;
    }
  }
/* //#endregion */

/* //#region .row-processos-acessorios */
.row-processos-acessorios a {
  display: inline-block;
  white-space: pre-wrap;
  line-height: 17px;
  margin-bottom: 8px;
}
.row-processos-acessorios .nivel-1 { padding-left: 0; }
.row-processos-acessorios .nivel-2 { padding-left: 30px; }
.row-processos-acessorios .nivel-3 { padding-left: 60px; }
.row-processos-acessorios .nivel-4 { padding-left: 90px; }
.row-processos-acessorios .nivel-5 { padding-left: 120px; }
.row-processos-acessorios .nivel-6 { padding-left: 150px; }
.row-processos-acessorios .nivel-7 { padding-left: 180px; }
.row-processos-acessorios .nivel-8 { padding-left: 210px; }
.row-processos-acessorios .nivel-9 { padding-left: 240px; }
.row-processos-acessorios .nivel-10 { padding-left: 270px; }

@media (max-width: 767px) {
  .row-processos-acessorios .nivel-1 { padding-left: 0; }
  .row-processos-acessorios .nivel-2 { padding-left: 10px; }
  .row-processos-acessorios .nivel-3 { padding-left: 20px; }
  .row-processos-acessorios .nivel-4 { padding-left: 30px; }
  .row-processos-acessorios .nivel-5 { padding-left: 40px; }
  .row-processos-acessorios .nivel-6 { padding-left: 50px; }
  .row-processos-acessorios .nivel-7 { padding-left: 60px; }
  .row-processos-acessorios .nivel-8 { padding-left: 70px; }
  .row-processos-acessorios .nivel-9 { padding-left: 80px; }
  .row-processos-acessorios .nivel-10 { padding-left: 90px; }
}
/* //#endregion */

/* //#region .list-custom-links */
  .list-custom-links {
    margin-bottom: 0;
  }
  .list-custom-links a,
  .list-custom-links li > div {
    /* color: #666; */
    display: block;
    /* line-height: 18px; */
    transition: all .2s;
  }
  .list-custom-links a strong.big,
  .list-custom-links li > div strong.big {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
  }
  .list-custom-links a small,
  .list-custom-links li > div small {
    display: block;
    /* margin-top: -2px; */
  }
  .list-custom-links li > a:hover,
  .list-custom-links li > div:hover {
    padding-left: 4px;
  }
  .list-custom-links li > a:hover *,
  .list-custom-links li > div a:hover {
    color: #000;
  }
  .list-custom-links li > div small a {
    display: inline-block;
  }
  .list-custom-links span.label {
    margin-bottom: 2px;
  }
/* //#endregion */

/* //#region .tabela-tramitacao */
  .tabela-tramitacao,
  .tabela-tramitacao table {
    width: 100%;
  }
  .tabela-tramitacao table td {
    width: 33.33%;
    padding: 3px;
  }
  .fa-bolt-plus {
    font-size: 10px;
    margin-left: -1px;
  }
  .tabela-tramitacao .label-box {
    margin-top: 12px;
    font-size: 14px;
  }
  .tabela-tramitacao .label-box {
    background-color: transparent !important;
  }
  .tabela-tramitacao.table-striped>tbody>tr:nth-child(odd)>td .label-box strong, 
  .tabela-tramitacao.table-striped>tbody>tr:nth-child(odd)>th .label-box strong {
    background-color: #f9f9f9 !important;
  }
  .tabela-tramitacao>tbody>tr>th:hover .label-box strong,
  .tabela-tramitacao>tbody>tr>td:hover .label-box strong {
    background-color: #f5f5f5 !important;
  }
  .tabela-tramitacao table td a:hover {
    color: #000;
  }
  
  @media (max-width: 767px) {
    .tabela-tramitacao th,
    .tabela-tramitacao td {
      display: block;
      width: 100% !important;
    }
  }
/* //#endregion */

/* //#region .btn-group-custom */
  .btn-group-custom {
    top: 6px;
    right: 15px;
    position: absolute;
  }

  @media (max-width: 767px) {
    .btn-group-custom {
      position: relative;
      float: right;
      right: 0;
    }
  }
/* //#endregion */

/* //#region .row-btns-block */
  .row-btns-block a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    padding: 15px;
    min-height: 120px;
    color: #fff;
    background: #ccc;
    border: 1px solid #aaa;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    transition: transform .2s;
  }
  .row-btns-block a:hover {
    transform: scale(1.1);
  }
  .row-btns-block a i.fa,
  .row-btns-block a img {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
  }
  .row-btns-block a img {
    height: 50px !important;
    margin: 0 auto 10px;
  }
  @media (max-width:990px) {
    .row-btns-block > div {
      margin-top: 7px;
      margin-bottom: 7px;
    }
  }

  .btn-cinza-escuro {
    background-color: #656D78 !important;
    border-color: #434A54 !important;
    color: #fff !important;
  }
  .btn-vermelho {
    background-color: #FC6E51 !important;
    border-color: #E9573F !important;
    color: #fff !important;
  }
  .btn-laranja {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    color: #fff !important;
  }
  .btn-verde {
    background-color: #48CFAD !important;
    border-color: #37BC9B !important;
    color: #fff !important;
  }
  .btn-azul {
    background-color: #5D9CEC !important;
    border-color: #4A89DC !important;
    color: #fff !important;
  }
  .btn-verde-claro {
    background-color: #A0D468 !important;
    border-color: #8CC152 !important;
    color: #fff !important;
  }
  .btn-azul-claro {
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
    color: #004085 !important;
  }
  .btn-azul-claro:hover {
    background-color: #dfefff !important
  }

/* //#endregion */

/* //#region .btn-group-custom-ficha */
  .btn-group-custom-ficha a {
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    padding: 3px 10px;
  }
  .btn-group-custom-ficha a i {
    font-size: 20px;
    display: block;
    margin-bottom: 2px;
    transition: all .2s;
  }
  .btn-group-custom-ficha a:hover i {
    transform: scale(1.4);
  }

  @media (max-width: 990px) {
    .btn-group-custom-ficha {
      padding-top: 15px;
    }
    .btn-group-custom-ficha a {
      font-size: 10px;
    }
  }
/* //#endregion */

/* //#region Outros */
  @media (max-width: 767px) {
    .row.actions .btn-group.pull-right a {
      font-size: 20px;
    }
  }
/* //#endregion */

/* //#region Print */
  @media print {
    #tamitacao-table.hide {
      display: block !important;
      page-break-before: always;
    }
    #tamitacao-timeline {
      display: none !important;
    }
    #tamitacao-table table table td {
      border: none !important;
    }

    .print-links a::after {
      content: " [" attr(href) "] ";
      font-size: 10px;
      font-style: italic;
    }

    #header {
      margin-bottom: 0;
    }
  }
/* //#endregion */