.transition {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

body, html, body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family:MyriadPro-Cond,Helvetica,Arial,sans-serif;
}

body {
  background-color: #6992c9;
  
}

a {
  text-decoration: none !important;
}
.logo-unip {
  margin-bottom: 0;
}
.logo-unip h1 img {
  width: 150px;
  border-right: 1px solid white;
  padding-right: 18px;
}
@media (max-width: 650px) {
  .logo-unip h1 img {
    width: 139px;
  }
}
.logo-unip h1 span {
  color: white;
  font-size: 31px;
  padding-left: 7px;
}
@media (max-width: 650px) {
  .logo-unip h1 span {
    font-size: 23px;
  }

}
.nome-aluno {
  color: white;
}
.nome-aluno h3 {
  font-weight: bold;
  font-size: 34px;
}
@media (max-width: 650px) {
  .nome-aluno h3 {
    font-size: 24px;
  }
  .nome-aluno h4 {
    font-size: 18px;
  }
}
.nome-aluno h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom:25px;
}
@media (max-width: 650px) {
  .nome-aluno h4 {
    font-size: 15px;
  }
}
.cont-aluno {
  background-color: white;
  padding-top: 25px;
}
.panel-group .panel {
  margin-bottom: 15px;
}
.panel-heading {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #5d5d5d;
  color: white;
  border-radius: 0px;
}
.panel-heading i {
    font-size: 16px;
    float: left;
    padding: 0 10px 0 0;
}
.panel-body {
  background-color: #6992c9;
}
.panel-body-active {
  background-color: #6992c9;
}
.cont-alunos {
  background-color: white;
  margin: 14px -8px 0px -8px;
  padding: 0px 15px 0px 10px;
}
.cont-alunos:first-child {
  margin: 0px -8px 0px -8px;
}
.cont-alunos h4 {
  font-size: 24px;
  font-weight: bold;
  color: #5d5d5d;
}
.cont-alunos hr {
  border-top: 2px solid #5d5d5d;
  margin-top: 0;
  margin-bottom: 5px;
}
.cont-alunos thead {
  color: #5d5d5d;
  font-size: 18px;
  border-bottom: 0 solid transparent;
}
.cont-alunos tbody {
  color: #5d5d5d;
  font-size: 18px;
  border-top: 0 solid transparent;
}
.cont-alunos tbody tr {
  padding: 10px 0px 10px 0px;
}
.cont-alunos tbody tr td {
  padding: 10px 0px 10px 5px;
}
.cont-alunos tbody tr td .glyphicon {
  text-align: center;
}
.cont-alunos tbody tr td .glyphicon-ok {
  color: green;
  font-size: 18px;
}
.cont-alunos tbody tr td .glyphicon-lock {
  color: #5d5d5d;
  font-size: 18px;
}
.panel-title {
font-size: 20px;
}

.panel-body-active .panel-title i.fa-angle-down, .panel-title i.fa-angle-up  {
    display:none;
}
.panel-body-active .panel-title i.fa-angle-up, .panel-title i.fa-angle-down {
    display:block;
}

.table-responsive h5 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0 0 5px;
    color: #5d5d5d;
    margin: 0;
}
.table-responsive p {
    font-size:18px;
}
.tbl-provas th, .tbl-provas td {
    width:33.33%;
}

.tbl-ava .ava-atividade, .tbl-trabalhos .trabalho-descricao {
    width:66.66%;
}

.tbl-ava .ava-nota, .tbl-trabalhos .trabalho-nota {
    width:33.33%;
}

.nav-boletim {
    border-color:#fff;
}

.nav-boletim li {
    width:50%;
    font-size:21px;
}
.nav-boletim li a, .nav-boletim li, .nav-boletim li a:visited, .nav-boletim li a:active {
    color:#fff;
}

.nav-boletim li:hover a, .nav-boletim li.active a{
    color:#555;
    border-bottom-color:#fff;
}


.tbl-historico td, .tbl-historico th {
    font-size: 18px;
    width:auto;
}

.tbl-historico th.titulo-serie {
    font-size:24px;
}
@media (min-width:650px) {
    .nav-boletim li {
        width:250px;
        font-size:21px;
    }
}