div.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: normal;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
  font-weight: normal;
  padding: 0;
}
div.dataTables_filter input {
  width: auto;
}
div.dataTables_processing {
  position: absolute;
  width: 100%;
  text-align: center;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate .pagination {
  margin: 0;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('../images/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('../images/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
.rf {
  font-family: arial;
  padding-top: 0;
}
.rf div {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
.rf div label {
  margin-bottom: 0;
}
.rf div label,
.rf div span {
  float: left;
  clear: left;
}
.rf .feedback-sugestoes {
  font-size: 12px;
}
.rf .clear {
  clear: both;
  position: relative;
  top: 15px;
}
.rf .novo-bloco {
  margin-top: 15px;
  float: left;
}
.rf .novo-bloco:nth-of-type(1) {
  margin-top: 0;
}
.rf .table-cell {
  height: 45px;
  vertical-align: middle;
  display: table-cell !important;
}
.rf .table-cell .conceito {
  padding-left: 15px;
}
.rf .table-row {
  display: table-row !important;
}
.rf .table-row .fator {
  font-weight: bold;
}
.rf .table-row .table-cell.col-1-2,
.rf .table-row .table-cell.col-1-1 {
  padding-left: 15px;
}
.rf .table-row .table-cell.col-1-2 {
  width: 50%;
}
.rf .table-row .table-cell.col-1-1 {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.rf .table-row.duas-colunas .table-cell:nth-of-type(1),
.rf .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
  padding: 5px 15px;
}
.rf .table-row.duas-colunas .table-cell:nth-of-type(1) {
  width: 80%;
}
.rf .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
  width: 50%;
}
.rf .display-table {
  display: table !important;
  border: none;
  width: 100.15%;
}
.rf .display-table.dt-100 {
  width: 100%;
}
.rf .display-table .table-cell div {
  border: none;
}
.rf .display-table .table-cell.first {
  width: 80%;
  padding-left: 15px;
}
.rf .display-table .table-cell.second {
  width: 20%;
}
.rf .display-table .table-cell.unique {
  width: 100%;
  padding-left: 15px;
  font-weight: bold;
}
.rf .display-table.total-formulario {
  background: #ddd;
}
.rf .display-table.total-formulario label,
.rf .display-table.total-formulario span {
  width: 100%;
  text-align: center;
}
.sidenav {
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}
.sidenav li.active > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}
.sidebar .nav .nav {
  display: none;
  margin-bottom: 8px;
}
.sidebar .nav > li:hover > .nav,
.sidebar .nav > .active > .nav {
  display: block;
  margin-bottom: 8px;
}
.sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}
.sidebar-menu li i.fa-arrow-right {
  display: none;
}
.sidebar-menu li.active > a > i.fa-arrow-right {
  display: inline-block;
  line-height: 20px;
}
table i {
  font-size: 1.2em;
  margin: 2px;
}
.form-group {
  margin-bottom: 0;
}
.radio-group {
  margin-bottom: 20px;
}
.radio-group label:first-child {
  display: block;
}
.spaned-table > tbody > tr > td {
  vertical-align: middle;
}
.pergunta-td {
  width: 400px;
  max-width: 400px;
}
@media (min-width: 100px) {
  .formulario {
    font-family: arial;
    padding-top: 0;
  }
  .formulario div {
    display: inline-block;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
  }
  .formulario div label {
    margin-bottom: 0;
  }
  .formulario div label,
  .formulario div span {
    float: left;
    clear: left;
  }
  .formulario .feedback-sugestoes {
    font-size: 12px;
  }
  .formulario .clear {
    clear: both;
    position: relative;
    top: 15px;
  }
  .formulario .novo-bloco {
    margin-top: 15px;
    float: left;
  }
  .formulario .novo-bloco:nth-of-type(1) {
    margin-top: 0;
  }
  .formulario .table-cell {
    height: 45px;
    vertical-align: middle;
    display: table-cell !important;
  }
  .formulario .table-cell .conceito {
    padding-left: 15px;
  }
  .formulario .table-row {
    display: table-row !important;
  }
  .formulario .table-row .fator {
    font-weight: bold;
  }
  .formulario .table-row .table-cell.col-1-2,
  .formulario .table-row .table-cell.col-1-1 {
    padding-left: 15px;
  }
  .formulario .table-row .table-cell.col-1-2 {
    width: 50%;
  }
  .formulario .table-row .table-cell.col-1-1 {
    width: 100%;
    height: 100%;
    padding-right: 15px;
  }
  .formulario .table-row.duas-colunas .table-cell:nth-of-type(1),
  .formulario .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
    padding: 5px 15px;
  }
  .formulario .table-row.duas-colunas .table-cell:nth-of-type(1) {
    width: 80%;
  }
  .formulario .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
    width: 50%;
  }
  .formulario .display-table {
    display: table !important;
    border: none;
    width: 100.15%;
  }
  .formulario .display-table.dt-100 {
    width: 100%;
  }
  .formulario .display-table .table-cell div {
    border: none;
  }
  .formulario .display-table .table-cell.first {
    width: 80%;
    padding-left: 15px;
  }
  .formulario .display-table .table-cell.second {
    width: 20%;
  }
  .formulario .display-table .table-cell.unique {
    width: 100%;
    padding-left: 15px;
    font-weight: bold;
  }
  .formulario .display-table.total-formulario {
    background: #ddd;
  }
  .formulario .display-table.total-formulario label,
  .formulario .display-table.total-formulario span {
    width: 100%;
    text-align: center;
  }
  .planotrabalho-a {
    font-family: arial;
    padding-top: 0;
  }
  .planotrabalho-a div {
    display: inline-block;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
  }
  .planotrabalho-a div label {
    margin-bottom: 0;
  }
  .planotrabalho-a div label,
  .planotrabalho-a div span {
    float: left;
    clear: left;
  }
  .planotrabalho-a .clear {
    clear: both;
    position: relative;
    top: 15px;
  }
  .planotrabalho-a .novo-bloco {
    margin-top: 15px;
    float: left;
  }
  .planotrabalho-a .novo-bloco:nth-of-type(1) {
    margin-top: 0;
  }
  .planotrabalho-a .table-cell {
    height: 45px;
    vertical-align: middle;
    display: table-cell !important;
  }
  .planotrabalho-a .table-cell .conceito {
    padding-left: 15px;
  }
  .planotrabalho-a .table-cell-titulo {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: table-cell;
  }
  .planotrabalho-a .table-row {
    display: table-row !important;
  }
  .planotrabalho-a .table-row .fator {
    font-weight: bold;
  }
  .planotrabalho-a .table-row .table-cell.col-1-2,
  .planotrabalho-a .table-row .table-cell.col-1-1 {
    padding-left: 15px;
  }
  .planotrabalho-a .table-row .table-cell.col-1-2 {
    width: 50%;
  }
  .planotrabalho-a .table-row .table-cell.col-1-1 {
    width: 100%;
    height: 100%;
    padding-right: 15px;
  }
  .planotrabalho-a .table-row.duas-colunas .table-cell:nth-of-type(1),
  .planotrabalho-a .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
    padding: 5px 15px;
  }
  .planotrabalho-a .table-row.duas-colunas .table-cell:nth-of-type(1) {
    width: 80%;
  }
  .planotrabalho-a .table-row.duas-colunas-iguais .table-cell:nth-of-type(1) {
    width: 50%;
  }
  .planotrabalho-a .display-table {
    display: table !important;
    border: none;
    width: 100%;
  }
  .planotrabalho-a .display-table.dt-100 {
    width: 100%;
  }
  .planotrabalho-a .display-table .table-cell div {
    border: none;
  }
  .planotrabalho-a .display-table .table-cell.first {
    width: 80%;
    padding-left: 15px;
  }
  .planotrabalho-a .display-table .table-cell.second {
    width: 20%;
  }
  .planotrabalho-a .display-table .table-cell.unique {
    width: 100%;
    padding-left: 15px;
    font-weight: bold;
  }
  .planotrabalho-a .display-table.total-formulario {
    background: #ddd;
  }
  .planotrabalho-a .display-table.total-formulario label,
  .planotrabalho-a .display-table.total-formulario span {
    width: 100%;
    text-align: center;
  }
  .planotrabalho {
    font-family: arial;
    padding-top: 0;
  }
  .planotrabalho div label {
    margin-bottom: 0;
  }
  .planotrabalho div label,
  .planotrabalho div span {
    float: left;
    clear: left;
  }
  .planotrabalho .clear {
    clear: both;
    position: relative;
    top: 15px;
  }
  .planotrabalho .novo-bloco {
    margin-top: 15px;
    float: left;
  }
  .planotrabalho .novo-bloco:nth-of-type(1) {
    margin-top: 0;
  }
  .planotrabalho .row-bloco {
    margin: 10px;
  }
  .planotrabalho .table-cell {
    height: 45px;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
  }
  .planotrabalho .table-cell-titulo {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
  }
  .planotrabalho .table-cell-nh {
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
  }
  .planotrabalho .table-cell-nh .conceito {
    padding-left: 15px;
  }
  .planotrabalho .table-row {
    display: table-row;
  }
  .planotrabalho .display-table {
    display: table !important;
    border-collapse: collapse;
    width: 100%;
  }
  .planotrabalho #div-inserir-meta-acao,
  .planotrabalho #row-opcao-meta-acao {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .planotrabalho .detalhes-acao {
    font-size: 12px;
    border: 1px solid #ddd;
    margin: 10px;
  }
  .planotrabalho .detalhes-acao .btn-header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .planotrabalho .detalhes-acao-visualizar {
    font-size: 12px;
    border-top: 1px solid #ddd;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .planotrabalho .detalhes-acao-visualizar .btn-header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .planotrabalho #btnFinalizarEdicao {
    margin: 15px;
  }
  .planotrabalho .detalhes-meta {
    font-size: 12px;
    margin: 10px;
  }
  .planotrabalho .detalhes-meta .btn-header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .planotrabalho .titulo-detalhe {
    font-size: 14px;
  }
  .planotrabalho .ordenacao {
    float: none !important;
  }
}
.servidor-chefia .subordinados {
  margin-top: 10px;
}
.first-top {
  border-top: 1px solid #555;
}
.first-left {
  border-left: 1px solid #555;
}
.first-bottom {
  border-top: 1px solid #555;
}
.first-right {
  border-right: 1px solid #555;
}
#escala-de-avaliacao div {
  border: none;
}
#escala-de-avaliacao .escalas {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  width: 70%;
}
#escala-de-avaliacao .escalas div {
  border: 1px solid #555;
  border-left: none;
  width: 25%;
}
#escala-de-avaliacao .escalas div:nth-of-type(1) {
  border-left: 1px solid #555;
  background-color: #eee;
}
#escala-de-avaliacao .escalas div:nth-of-type(1) span:nth-of-type(1) {
  margin: 0;
  margin-left: 8px;
}
#escala-de-avaliacao .escalas div:nth-of-type(2) {
  background-color: #ddd;
}
#escala-de-avaliacao .escalas div:nth-of-type(3) {
  background-color: #ccc;
}
#escala-de-avaliacao .escalas div:nth-of-type(4) {
  background-color: #bbb;
}
#escala-de-avaliacao .escalas div span {
  clear: none;
  float: right;
  margin: 0;
  margin-right: 8px;
}
#escala-de-avaliacao .valores {
  margin-bottom: 10px;
  clear: both;
  width: 84%;
}
#escala-de-avaliacao .valores div {
  width: 10%;
  height: 56px;
  float: left;
  position: relative;
}
#escala-de-avaliacao .valores div span {
  text-align: center;
  width: 100%;
}
#escala-de-avaliacao .valores div span:nth-of-type(2) {
  vertical-align: bottom;
  font-weight: bold;
}
#escala-de-avaliacao .valores div:nth-of-type(1) {
  width: 15%;
}
#escala-de-avaliacao .valores div:nth-of-type(1) span {
  text-align: right;
  position: absolute;
  bottom: 0;
}
#escala-de-avaliacao .valores div:nth-of-type(2) span:nth-of-type(2) {
  line-height: 59px;
}
#escala-de-avaliacao .valores div:nth-of-type(3) {
  margin-left: 7%;
}
#escala-de-avaliacao .valores div:nth-of-type(4) {
  margin-left: 11%;
}
#escala-de-avaliacao .valores div:nth-of-type(5) {
  margin-left: 9%;
  width: 14%;
}
#escala-de-avaliacao .valores div:nth-of-type(6) {
  margin-left: 4%;
}
#escala-de-avaliacao .valores div:nth-of-type(6) span:nth-of-type(2) {
  line-height: 58px;
}
.bubble_servidor {
  position: relative;
  width: 500px;
  padding: 5px;
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bubble_servidor:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 18px 7px 0;
  border-color: transparent #eee;
  display: block;
  width: 0;
  z-index: 1;
  left: -18px;
  top: 8px;
}
.bubble_chefe {
  position: relative;
  width: 500px;
  padding: 5px;
  background: #d7e4ed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bubble_chefe:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 18px 7px 0;
  border-color: transparent #d7e4ed;
  display: block;
  width: 0;
  z-index: 1;
  left: -18px;
  top: 8px;
}
.plano_trabalho {
  font-family: arial;
}
.plano_trabalho div {
  display: inline-block;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
.plano_trabalho div label {
  margin-bottom: 0;
}
.plano_trabalho div label,
.plano_trabalho div span {
  float: left;
  clear: left;
}
.plano_trabalho .clear {
  clear: both;
  position: relative;
  top: 15px;
}
.plano_trabalho .assinatura-servidor {
  border: 0;
  padding: 5px 5px 5px 5px;
}
.plano_trabalho .no-border {
  border: 0;
}
.plano_trabalho .objetivo_plano {
  padding: 5px 5px 5px 5px;
}
#superiorAnteriorModal .modal-dialog {
  width: 800px;
}
.resultado-relatorio {
  margin-top: 20px;
}
.dialog-header-error {
  background-color: #d2322d;
}
.dialog-header-info {
  background-color: #00529B;
}
.text-danger {
  color: #b94a48;
}
.title-text-danger {
  color: white;
}
.dialog-header-confirm {
  background-color: #333333;
}
.dialog-header-success {
  background-color: #009900;
}
.dialog-header-error span,
.dialog-header-error h4,
.dialog-header-wait span,
.dialog-header-wait h4,
.dialog-header-confirm span,
.dialog-header-confirm h4,
.dialog-header-success span,
.dialog-header-success h4 {
  color: #ffffff;
}
.box-title-16 {
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.header-panel-azul-escuro {
  background-color: #435769;
  border-color: #435769;
  color: white;
}
.pnl-btns-header {
  margin-bottom: 10px;
}
.btns-header-plano {
  margin-bottom: 10px;
}
.info-sem-registro {
  color: #AD7474;
  /* border-color: #777; */
  border: none;
}
.cabecalho-plano-estrategico {
  margin-top: 10px;
}
li.list-group-item.cabecalho-acao {
  border-color: #80AAD0;
  background: #80AAD0;
  color: white;
}
li.list-group-item.cabecalho-meta {
  background: #66849E;
  border-color: #66849E;
  color: white;
}
/***
	 Bootstrap 3.2.0 Snippet by Murkee
 ***/
.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #a94442;
  /* normal text color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ebccd1;
  /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  /* active text color */
  background-color: #a94442;
  /* active bg color */
}
.esqueci-minha-senha {
  width: 360px;
  margin: 0 auto;
  margin-top: 10px;
}
.ui-widget-header {
  background: #cedc98;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-weight: bold;
}
.progress-label {
  position: absolute;
  left: 50%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.full-width {
  width: 100%;
}
.table-borderless > tbody > tr > td {
  border: none;
}
.btn-space {
  margin-right: 5px;
}
.titulo-verde {
  color: #036b03;
}
.boxlog-white,
.boxlog-hover-white:hover {
  color: #000!important;
  background-color: #fff!important;
}
.boxlog-padding {
  padding: 8px 16px!important;
}
boxlog-container {
  height: 300px;
  overflow: auto;
}
.boxlog {
  height: 800px;
  overflow: auto;
}
.boxlog-title {
  display: block;
  padding: 14px 0 15px 0;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  color: #286da0;
}
.detalhe-servidores-equipe {
  padding-top: 10px;
  padding-bottom: 10px;
}
#tituloAndamentoItemPAE {
  margin-bottom: 20px;
}
.bg-classes p {
  padding: 15px;
}
.destaque-h {
  background-color: #00a65a;
  font-size: 18px;
  text-align: center;
  padding: 7px 10px;
  margin-top: 0;
  color: white;
}
.rodape-botoes-importacao-planilha {
  padding-top: 20px;
}
.erros-objetivos {
  margin-left: 20px;
  display: list-item;
}
.erros-metas {
  margin-left: 30px;
  display: list-item;
  list-style-type: circle;
}
.erros-acoes {
  margin-left: 40px;
  display: list-item;
  list-style-type: circle;
}
.erros-objetivos > span,
.erros-metas > span,
.erros-acoes > span {
  font-weight: bold;
}
.erro-objetivo,
.erro-meta,
.erro-acao {
  margin-left: 20px;
}
.container-erros {
  height: 400px;
  overflow: auto;
}
/*** https://bootsnipp.com/snippets/qADDB ***/
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title > a {
  display: block;
  padding: 0.4em 0.6em;
  outline: none;
  font-weight: bold;
  text-decoration: none;
}
#accordion .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
  content: "\e113";
  float: left;
  font-family: 'Glyphicons Halflings';
  margin-right: 1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
  content: "\e114";
}
li.acesso-menu {
  background: #676767;
}
.logo-texto {
  font-size: 18px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*# sourceMappingURL=main.css.map */