@CHARSET "ISO-8859-1";
* {
    margin: 0;
    padding: 0;
}
html, body {
    background-color: #FFF !important;
    font-family: 'Arial' !important;
    height: 100%;
    font-size: 16px !important;
}
th {
    color: #111144;
}
.header {
    background-color: #1F5DC2;
    height: 110px;
}
.accessKey {
    color: white;
    font-family: 'Open Sans',Sans-serif;
    font-size: 10.5px;
    margin-right: 5px;
}
.accessKey:hover {
    color: white;
    text-decoration: underline;
}
.menuDir a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans',Sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 25px;
    min-width: 105px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.header h1, .header h4 {
    color: #FFFFFF;
    font-weight: bold;
}
#body-content {
    min-height: 100%;
    padding-bottom: 60px;
    position: relative;
}
#footer {
    background-color: #1F5DC2;
    bottom: 0;
    clear: both;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
a.menuDestaque {
    color: #333333;
    line-height: 20px;
}
a.menuDestaque:hover {
    color: #444466;
    text-decoration: none;
    text-shadow: 1px 1px 1px #777777;
}
.bar-menu-header {
    background-color: #003399;
}
.nav-line {
    float: right;
}
.nav-line > li {
    display: inline-block;
}
.nav-line > li > a {
    color: #FFFFFF;
    font-family: 'Open Sans',Sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 25px;
}
.nav-line > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.nav > li > a {
    padding: 2px 8px;
}
.container {
    width: 1020px;
}
.link-noeffect {
    color: #FFFFFF !important;
    text-decoration: none;
}
.link-noeffect:hover, .link-noeffect:active {
    text-decoration: none;
}
div.row-login {
    background-color: #005FC4;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-top: 5%;
    padding: 10px;
    width: 720px;
}
div.row-login a, div.row-login h3, div.row-login label {
    color: #FFFFFF;
}
div.row-login h3 {
    padding: 2px;
}
input.date, input.fone, input.cpf, input.small {
    width: 140px !important;
}
select {
    width: 180px !important;
}
input[required], select[required] {
    border: 1px solid #C12E2A !important;
}
button, input, optgroup, select, textarea {
    color: #333333;
}
table.table-small th, table.table-small td {
    font-size: 12px !important;
    text-align: center !important;
}
.container {
    max-width: 980px;
}
.icon {
    cursor: pointer;
    font-size: 16px;
}
.ui-datepicker {
    z-index: 2 !important;
}
.link-paginator {
    cursor: pointer;
}
.pagination {
    margin: 0 !important;
}
.contraste {
    background-color: black !important;
    color: white !important;
}
.contraste input[type="text"] {
    background-image: none !important;
}
.contrasteBar {
    background-color: white !important;
    color: black !important;
}
.contrasteBar a {
    color: black !important;
}
.pessoa-juridica{
	display: none;
}