
.apresentacao {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.data {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.dia {
    border-radius: 3px 3px 0 0;
    background: #D4D5D5;
    color: #747676;
    display: block;
    font-size: 24px;
    padding: 12px 6px;
    margin-bottom: 0;
}

.mes{
    background: #444;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.07) inset;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 3px 10px 2px;
}

.arquivo {
    
}

.item{
    min-height: 62px;
    padding: 5px 5px;
    margin-bottom: 5px; 
}

.item:hover{
    background: #F2EFEF; 
}

.edital{list-style:none; padding: 5px; border-left: 3px solid white; margin-bottom: 0px;border-bottom: 1px solid #E7E4E4;}
.edital:hover{background: #F1F2F2;}
.edital:last-child{border-bottom: none;}

.page-title{  
    box-shadow: inset 0 -2px 0 0 #e3e3e3;
 }
 
 .page-title h3{  
    width: 25%;
    border-bottom: 2px solid #A6A6A6;
 }
 
 .local-title{  
    box-shadow: inset 0 -2px 0 0 #e3e3e3;
 }
 
 .local-title h4{  
    width: 15%;
    border-bottom: 2px solid #A6A6A6; padding-bottom: 5px;
 }

 div.admonition-wrapper {
    margin: 20px 0;
    padding: 15px;
    padding-right: 0;
    position: relative;
}
                
div.note{
    height: 51px;
    left: 0;
    position: absolute;
    top: 0;
    width: 51px;
}

div.note.nis{
    background: url('../img/nis.png') no-repeat 0 0;
}

div.note.andamento{
    background: url('../img/andamento.png') no-repeat 0 0;
}

div.note.professor{
    background: url('../img/professor.png') no-repeat 0 0;
}

div.note.academico{
    background: url('../img/academico.png') no-repeat 0 0;
}

div.note.user{
    background: url('../img/user.png') no-repeat 0 0;
}

div.note.indigena{
    background: url('../img/indigena.png') no-repeat 0 0;
}

div.note.inscricao{
    background: url('../img/pencil.png') no-repeat 0 0;
}

div.note.git{
    background: url('../img/git.png') no-repeat 0 0;
}

div.note.redmine{
    background: url('../img/redmine.png') no-repeat 0 0;
}

div.note.documentos{
    background: url('../img/documentos.png') no-repeat 0 0;
}
                
 div.admonition {
    background-color: #F5F5F5;
    padding: 25px 35px 13px 50px;
    min-height: 100px;
}

.danger{
    border-top: 5px solid #b94a48; 
}

.success{
    border-top: 5px solid #468847; 
}

.info{
    border-top: 5px solid #26a1c5; 
}

.warning{
    border-top: 5px solid #d6cb4d; 
}

.cpt_danger{
    color: #b94a48; 
}

.cpt_success{
    color: #468847; 
}

.cpt_info{
    color: #26a1c5; 
}

.cpt_warning{
    color: #d6cb4d; 
}

table{
    border-collapse: collapse;
    color: black;
}

 table tr:hover td {
    background-color: #ececec;
}

tr:nth-child(even) td {
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .brasao{ display: none; }
}