.title {
  color: #317eac;
  margin-top: 50px;
}

.navbar-custom {
  background-color: #1995dc;
  color: #ffffff;
  border-radius: 0;
}

.navbar-custom .navbar-nav > li > a {
  color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
  color: #ffffff;
  background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a {
  text-decoration: none;
  background-color: #349cd7;
}

.navbar-custom .navbar-brand {
  color: #eeeeee;
}
.navbar-custom .navbar-toggle {
  background-color: #eeeeee;
}
.navbar-custom .icon-bar {
  background-color: #349cd7;
}

th.finalidade {
  min-width: 300px;
}

th.processo {
  min-width: 300px;
}

th.nome-do-sistema-ou-midia {
  min-width: 200px;
}

th.finalidade1 {
  min-width: 200px;
}

th.processo1 {
  min-width: 200px;
}

text.highcharts-credits {
  display: none!important;
}

canvas#myChart {
  height: 300px!important;
  width: 300px!important;
}

canvas#myChart1 {
  height: 300px!important;
  width: 300px!important;
}

/*Exemplo de tamanho de coluna*/
.departamento{
  min-width: 150px;
}

table.dataTable.nowrap td {
  white-space: pre-wrap!important;
}

