﻿/*
* Css RelatÃ³rio de Atividades 2015 - PUC Minas
*/

/* 
    Created on : 16/02/2016, 18:00:08
    Author     : Gustavo Perenciolo
*/

/*Body Index*/

#corpo {
    overflow: hidden;
}

#capa {
    display: block;
    margin: 12em 0 0 0;
}

@media(min-width:1440px) {
    #capa {
        margin-left: 4.5em;
    }
}

@media(min-width:1600px) {
    #capa {
        margin-left: 13em;
    }
}

/*Body Content*/

#bodycontent {
    overflow-x: hidden;
    background: rgba(75, 75, 75, .01)
}

.btn-home {
    margin-bottom: 1em;
}

.title {
    font-size: 1.5em !important;
    color: #2F570A !important;
}

#home {
    margin-right: 10px;
}

/*.btn-group-xs>.btn, .btn-xs {
    padding: 5px 21px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}*/

#sidebar-wrapper {
    overflow-x: hidden;
}

p, p strong, strong {
    color: #333;
}

a, p a>strong {
    color: #00273e;
}

a:hover {
    color: #00273e;
}

h1>a, h1>a strong {
    color: #00273e;
    text-decoration: none;
    font-weight: 700;
}

h1.primeiras {
    margin-top: 40px;
}

h1 {
    font-size: 1.2em;
    font-weight: 700;
    color: #00273e!important;
    margin-bottom: 1.5em;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 98px;
    padding: 5px 0;
    margin: -10px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu a:link, span.MsoHyperlink {
    text-decoration: none !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px 5px;
    clear: both;
    font-weight: 400;
    line-height: 0;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

div.WordSection1 {
    page: WordSection1;
    
}

/** MSO RESET */

p.MsoNormal, li.MsoNormal, div.MsoNormal, p.MsoNormal>span, p>span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

/** /MSO RESET */