﻿/* ========== RODAPÉ, TOPO E MENUS ==========*/
footer {
    margin-top: 50px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.navbar {
    border-bottom: 1px solid #ccc;
}
footer, .navbar {
    background: #e8e8e8;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}
.nav.navbar-nav {
    clear: both;
}
.nav.navbar-nav.navbar-right {
    clear: none;
}
.navbar li a, .navbar li.active a {
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.navbar li a:hover, .navbar li.active a, .navbar li.active a:hover {
    border-color: #ccc;
    background: #fff;
}
.navbar li.active a  {
    background: #f1ffee;
}









.dropdown-menu li a {
    border: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dropdown-menu li a:hover {
    background: #e8e8e8;
}
.navbar a.dropdown-toggle:link {
}
.navbar a.dropdown-toggle:visited, .navbar a.dropdown-toggle:active, .navbar a.dropdown-toggle:hover {
    background: #fff;
    border-color: #ccc;
}
.menu-superior {
    text-align: right;
}
.menu-superior span {
    margin: auto 4px;
}
#logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 200px;
    height: 75px;
    background: url(../Imagens/logo.png) top center no-repeat;
}
#logo img {
    margin-top: 28px;
}

/* ========== TÍTULO ==========*/
h2 {
    margin-bottom: 50px;
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}

/* ========== TABELAS ==========*/
table.tab-boleto {
    font-size: 12px;
}

/* ========== CARREGANDO ========== */
#carregando {
    background: url(../Imagens/carregando.gif) bottom no-repeat;
    display: block;
    width: 70px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -15px;
}
#carregando span {
    color: #1e90ff;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0;
}

/* ========== OUTROS ==========*/
.oculto {
    display: none;
}
.clear {
    clear: both;
}
.labels-login {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #777;
}
#flash-messages {
    margin-top: 30px;
}
.radio-checkbox {
    margin-left: 30px;
}
.radio-checkbox label {
    font-weight: normal;
}

.navbar-toggle, .icon-bar {
    border: 1px solid #ccc;
}