/* your styles go here */

.matricula-label {
    padding-left: 1em;
    font-size: 14px;
    color: #616161;
}

.matricula-subtitulo {
    border-bottom: 1px solid #e9e9de;
    margin-bottom: 1.5em;
    color: #212121;
    font-weight: bold;
}

.matricula-little {
    font-size: 15px;
}

.subtitulo {
    padding-top: 1em;
    border-bottom: 1px solid #e9e9de;
    margin-bottom: 1.5em;
}

.subtitulo p { color: #000; font-weight: bold;}
.informacoes-container > p { padding-left: 1em; color: #424242; }

.status {font-weight: bold; font-size: 17px;}
.status1 { color: #2962ff; }
.status2 { color: #004d40; }
.status3 { color: #b71c1c; }


.rk-menu-item {
    float: left;
    height: 10em;
    width: 10em;
    background-color: #eceff1;
    margin: 0.5em;
}

.rk-menu-item:hover {
    cursor: pointer;
    background-color: #cfd8dc;
}

.rk-menu-item-active {
    background-color: #DADFDF;
}

.rk-menu-item:hover > .rk-menu-item-description {
    color: #263238;
}

.rk-menu-item-active > .rk-menu-item-description {
    color: #252825;
}

.rk-menu-item:hover > .rk-menu-item-icon {
    color: #263238;
}

.rk-menu-item-active > .rk-menu-item-icon {
    color: #252825;
}

.rk-menu-item-icon {
    font-size: 56px;
    text-align: center;
    color: #607d8b;
    padding: 10px;
}

.rk-menu-item-description {
    font-size: 17px;
    text-align: center;
    color: #b0bec5;
    font-weight: bold;
}
