﻿body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    background: #f8f8f8;
}

address {
    font-size:14px !important;
    line-height: 1.3em !important;
}

    address strong {
        font-size:1.25em;
    }

#course-header {
    margin-bottom:10px;
}

h2 {
    font-size:36px !important;
    font-weight:400 !important;
    line-height:1.2em !important;
    margin-top:0;
}

h3 {
    margin: 0 0 0 15px !important;
}

h3 a {
    color: #444 !important;
    display: table-cell !important;
    font-size: 32px !important;
    font-weight:500 !important;
    padding: 15px 15px 0 !important;
    text-transform:uppercase!important;
}

img.img-responsive {
    width: 100%;
}

ul {
    margin-left: 0;
    -webkit-padding-start: 0;
}

    ul li {
        list-style: none;
        margin-left: 0;
    }

.mdl-cell--9-col-desktop {
    padding-left: 20px;
}

.card-noticias {
    width: 100%;
}

    .card-noticias a {
        color: #555;
        text-decoration: none;
    }

.card-matriz-curricular {
    margin-bottom: 15px !important;
    width: 100% !important;
}

    .card-matriz-curricular div {
        margin-bottom: 10px;
    }

    .card-matriz-curricular h4 {
        margin: 0 !important;
    }

    .card-matriz-curricular h5 {
        margin-top: 0;
    }

.card-matriz-curricular-categoria {
    background: #ddd;
    color: #333 !important;
    height: auto !important;
    margin: 8px;
    min-height: inherit;
}

.mdl-cell--9-col-desktop h2:first-child {
    margin-top:0;
}

.container {
    margin: 0 auto !important;
    max-width: 1280px;
    width: 90%;
}

.content {
    max-width: 1920px;
    min-height: calc(100vh - 96px);
}

.course-header-overlay {
    margin: auto;
}

.course-area {
    background: #FF3D00;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 70px 0 10px;
    padding: 0 10px;
    text-shadow: none !important;
    text-transform: uppercase;
    top: 0px;
}

.course-name {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 0;
    text-shadow: 2px 1px #000;
}

.home-card {
    width: auto !important;
}

    .home-card .mdl-card__title {
        background-size: cover;
        color: #fff;        
    }

    .home-card .mdl-card__title {
        background: #c00;        
    }

.list-with-margin li {
    list-style:inherit !important;
    margin-bottom:.75em !important;
    margin-left:1em !important;
}

.list-with-margin-bottom li {
    margin-bottom:10px;
}

.mdl-card {
    min-height:10px !important;
    width: auto !important;
}

.menu-lateral {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 15px;
}

    .menu-lateral li {
        margin-bottom: 10px;
    }

        .menu-lateral li a {
            text-decoration: none;
        }

        .menu-lateral li:last-child {
            margin-bottom: 0;
        }

.texto-home {
    font-size:16px;    
    line-height:1.4em;
}

#listaDissertacoes .collapsible-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#listaDocentes {
    margin-top: 1.5rem !important;
}

#listaDissertacoes .collapsible-header.active {
    background: #f5f5f5;
    border-left: 4px solid green !important;
    font-weight: 700;
}

#listaDissertacoes a, #listaDissertacoes span {
    font-size: 13px;
}

.collapsible-body {
    display:none;
    margin-bottom:16px;
    margin-left: 2px;
}

    .collapsible-body.active {
        display:block;
    }

#listaDissertacoes a {
    margin-top: 10px;
}

#listaDissertacoes i {
    font-size: 18px;
}

#listaDissertacoes p {
    line-height: 1.62em;
}

    #listaDissertacoes p span {
        margin-top: .5em;
    }

.detalhes-dissertacao {
    line-height: 2em;
}


@media only screen and (min-width: 601px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }
}

@media only screen and (min-width: 1140px) {
    .container {
        width: 90%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 75%;
    }
}

.activator {
    cursor: pointer;
}

.mdl-card__title-text {
    font-size: 23px !important;
    line-height:1.1em !important;
}