/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

 header {
     text-align: center;
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 50px;
     user-select: none;
     -webkit-user-select: none;
     margin: 0;
     padding: 0;
     display: block;
     overflow: auto;
     font-family: tahoma, helvetica;
     font-size: 12px;
     background-image: linear-gradient(to bottom, #FBA71C 40px, #64C6D3 40px, #64C6D3 45px, #1495AB 45px, #1495AB 50px, #FEFEFE 50px, #FEFEFE 100%);
     background-repeat: no-repeat;
 }

 header p {
     font-size: x-large;
     height: 40px;
     padding-left: 25px;
     font-weight: bold;
     line-height: 40px;
     letter-spacing: 1px;
     color: #FEFEFE;
 }

 header a {
     float: left;
 }

#matrusp-h1 {
    padding-left: 25px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
}

#logo-link {
    text-decoration: none;
    cursor: pointer;
}

#imelogo {
    width: 150px;
    margin-top: 375px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.personnel {
    text-align: center;
}

.personnel ul {
    list-style-type: none;
}

.name {
    font-size: large;
    font-weight: bold;
}

.institution {
    text-decoration: underline;
    font-size: medium;
}

#links ul, #monografia ul, #links ul ul {
    list-style-type: none;
}

#links ul, #monografia ul {
    font-size: large;
    margin-bottom: 5px;
}

#monografia ul li{
    margin-bottom: 10px;
}

#resumo p, #introducao p, #cronograma p, #resultados p, #monografia p, #links p {
    text-indent: 50px;
    font-size: larger;
}

.cronograma {
    border: medium ridge black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cronograma td {
    border: thin solid black;
}

.centered-text {
    text-align: center;
}

.x {
}

.row figure img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

figure figcaption {
    text-align: center;
    margin-bottom: 20px;
}