﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0px;
    margin: 0px;
}

header {
    margin-top: 10px;
    margin-bottom: 20px;
}

h3 {
    border-left: #BB2524 5px solid;
    padding: 5px;
    font-size: 1.5em;
    font-weight: lighter;
}

div.aviso {
    font-weight: lighter;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left: #1b809e 5px solid;
}

    div.aviso > h4 {
        color: #1b809e;
        font-size: 18px;
        box-sizing: border-box;
    }

div.img-header {
    top: 90px;
    left: 0px;
    right: 0px;
    clear: both;
    display: block;
}

    div.img-header > img {
        max-width: 100%;
    }

img.img-logo {
    height: 60px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.mw35 {
    max-height: 40px;
}

.no-padding {
    padding: 0px;
}

.titulo-portal {
    margin: 0;
    color: #fff;
    background-color: #BB2524;
}

.content {
    min-height: 100px;
}

.titulo-portal > div.container > h2 {
    margin-top: 10px;
    font-size: 1.8em;
    font-weight: 200;
}

.login {
    background-color: #BB2524;
    opacity: 0.8;
    color: #fff;
    position: absolute;
    margin-top: -10px;
    top: 0;
    max-width: 400px;
    padding: 30px;
}

div.login > h1 {
    margin-top: -20px;
    margin-bottom: 20px;
}

.logado {
    color: #333333;
}

.img-circle {
    height: 60px;
}

.base {
    background-color: #fff;
    height: 60px;
    margin-top: 20px;
    padding: 0px;
    padding-bottom: 30px;
}

.bold {
    font-weight: bold;
}

footer {
    margin-top: 30px;
    color: #fff;
    background-color: #BB2524;
}

.footer {
    padding-top: 15px;
    padding-bottom: 20px;
}

.menu {
    padding: 10px;
}

.menu-botao {
    border-left: #808080 5px solid;
    padding-left: 5px;
    color: #808080;
    line-height: 30px;
}

    .menu-botao:hover {
        border-left: #000066 5px solid;
        color: #000066;
    }

    .menu-botao a {
        color: #808080;
        font-weight: 600;
    }

        .menu-botao a:hover {
            color: #000066;
            text-decoration: none;
        }

.titulo-pagina {
    text-align: left;
    color: #000066;
    font-weight: 600;
}

.load {
    margin-top: 2%;
    /*width: 100px;
         height: 70px;
         
         position: absolute;
         top: 10%;
         left: 20%;
         color: blue;*/
}
