﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    border-top: solid 10px #000;
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* Layout Principal
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1260px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* Titulo do site
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 11px;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login .username {
        background: none;
        margin-left: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/

.menu_quadro_nivel1 {
    color: #666666;
    font-size: 18px;
    background-color: #ffffff;
}

.menu_item_nivel1 {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.menu_item_nivel1:link, menu_item_nivel1:visited, menu_item_nivel1:active {
    color: #333;
}

.menu_item_nivel1:hover {
    background-color: #7ac0da;
}

.menu_quadro_nivel2 {
    color: #e2e2e2;
    font-size: 16px;
    background-color: #adadad;
    box-shadow: 3px 3px 2px 2px Gray;
}

.menu_item_nivel2 {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.menu_item_nivel2:link, menu_item_nivel2:visited, menu_item_nivel2:active {
    color: #333;
}

.menu_item_nivel2:hover {
    background-color: #7ac0da;
}

.menu_item_nivel3 {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.menu_item_nivel3:link, menu_item_nivel3:visited, menu_item_nivel3:active {
    color: #333;
}

.menu_item_nivel3:hover {
    background-color: #7ac0da;
}

/* Elementos das páginas
----------------------------------------------------------*/
/* Destacado */
.featured {
    background-color: #fff;
}

.featured .content-wrapper {
    background-color: #7ac0da;
    /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    */
    background-image: -moz-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* Titulos das Páginas */
hgroup.title {
    margin-bottom: 5px;
}

hgroup.title h1, hgroup.title h2, hgroup.title h3 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* Recursos */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* Lista ordenada */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* Conteúdo */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

.botoes {
    margin: 8px 0;
    text-align: right;
}

.totais {
    text-align: right;
}

.painel_detalhe
{
    margin-bottom: 50px;
}

/* Página de Login */
/* LOGIN */

.login_box {
    padding: 0;
    position: relative;
    width: 100%;
    height: 560px;
    clear: both;
}

.login_box_quadro {
    margin: 0 auto;
    min-width: 400px;
    text-align: left;
    width: 400px;
    padding: 10px 10px 80px 10px;
}

.login_box_conteudo {
    float: right;
    min-width: 380px;
    width: 380px;
}

.login_botao {
    font: normal normal bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
}

    .login_botao:hover {
        text-decoration: none;
        color: #003366;
        background-color: White;
        background-image: none;
        cursor: pointer;
        border: solid 1px #003366;
    }
    
/* Contato */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

fieldset {
    border: solid 1px #999999;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
    /* Declaração para aparecer no Firefox */
    -moz-border-radius: 5px;
    /* Para exibir nos outros navegadores como Chrome, safari, opera*/
    -webkit-border-radius: 5px;
}

    fieldset legend {
        padding: 4px 10px 4px 10px;
        margin: 4px 0px 4px -2px;
        font-weight: bold;
        font-size: small;
        color: black;
        __color: white;
        __background: #666666;
        __border: 1px solid #999999;
        border-style: solid solid none solid;
        border-width: 1px;
        border-color: #999999;
        border-radius: 5px 5px 0px 0px;
        /* Declaração para aparecer no Firefox */
        -moz-border-radius: 5px 5px 0px 0px;
        /* Para exibir nos outros navegadores como Chrome, safari, opera*/
        -webkit-border-radius: 5px 5px 0px 0px;
    }

    fieldset.destaque_azul {
        border: solid 5px #7ac0da;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 3px 5px 3px 5px;
        border-radius: 5px;
        /* Declaração para aparecer no Firefox */
        -moz-border-radius: 5px;
        /* Para exibir nos outros navegadores como Chrome, safari, opera*/
        -webkit-border-radius: 5px;
    }

        fieldset.destaque_azul legend.destaque_azul {
            padding: 4px 10px 4px 10px;
            margin: 4px 0px 4px -2px;
            font-weight: bold;
            font-size: small;
            color: black;
            __color: white;
            __background: #666666;
            __border: 1px solid #999999;
            border-style: solid solid none solid;
            border-width: 5px;
            border-color: #7ac0da;
            border-radius: 5px 5px 0px 0px;
            /* Declaração para aparecer no Firefox */
            -moz-border-radius: 5px 5px 0px 0px;
            /* Para exibir nos outros navegadores como Chrome, safari, opera*/
            -webkit-border-radius: 5px 5px 0px 0px;
        }

    fieldset.destaque_verde {
        border: solid 5px #339966;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 3px 5px 3px 5px;
        border-radius: 5px;
        /* Declaração para aparecer no Firefox */
        -moz-border-radius: 5px;
        /* Para exibir nos outros navegadores como Chrome, safari, opera*/
        -webkit-border-radius: 5px;
    }

        fieldset.destaque_verde legend.destaque_verde {
            padding: 4px 10px 4px 10px;
            margin: 4px 0px 4px -2px;
            font-weight: bold;
            font-size: small;
            color: black;
            __color: white;
            __background: #666666;
            __border: 1px solid #999999;
            border-style: solid solid none solid;
            border-width: 5px;
            border-color: #339966;
            border-radius: 5px 5px 0px 0px;
            /* Declaração para aparecer no Firefox */
            -moz-border-radius: 5px 5px 0px 0px;
            /* Para exibir nos outros navegadores como Chrome, safari, opera*/
            -webkit-border-radius: 5px 5px 0px 0px;
        }

    fieldset.destaque_vermelho {
        border: solid 5px #ff805d;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 3px 5px 3px 5px;
        border-radius: 5px;
        /* Declaração para aparecer no Firefox */
        -moz-border-radius: 5px;
        /* Para exibir nos outros navegadores como Chrome, safari, opera*/
        -webkit-border-radius: 5px;
    }

        fieldset.destaque_vermelho legend.destaque_vermelho {
            padding: 4px 10px 4px 10px;
            margin: 4px 0px 4px -2px;
            font-weight: bold;
            font-size: small;
            color: black;
            __color: white;
            __background: #666666;
            __border: 1px solid #999999;
            border-style: solid solid none solid;
            border-width: 5px;
            border-color: #ff805d;
            border-radius: 5px 5px 0px 0px;
            /* Declaração para aparecer no Firefox */
            -moz-border-radius: 5px 5px 0px 0px;
            /* Para exibir nos outros navegadores como Chrome, safari, opera*/
            -webkit-border-radius: 5px 5px 0px 0px;
        }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

.accordion {
    margin-top: 4px;
}

.accordion_header {
    margin: 4px 0 4px 0;
    cursor: pointer;
    color: white;
    font-size: small;
    font-weight: bold;
    padding: 2px 7px 2px 7px;
    background-color: #0066CC;
    border: 1px solid white;
    line-height: 25px;
    text-wrap: none;
}

.accordion_header:hover {
    cursor: pointer;
    text-decoration: none;
    color: #0066CC;
    background-color: white;
    background-image: none;
    border: solid 1px #0066CC;
}

.accordion_header_selected {
    padding: 4px 10px 4px 10px;
	margin: 4px 0 0 0;
    font-weight: bold;
    font-size: small;
    color: white;
	background: #666666;
    cursor: default;
}

.accordion_content {
    border: solid 1px #999999;
	margin-top: 0;
    padding: 7px 7px 7px 7px;
}

label {
    display: inline;
    padding: 5px 5px 5px 5px;
}

.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #999999;
    background: #fff;
    color: #333;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    width: auto;
}

textarea {
    font-family: inherit;
    width: auto;
}
    
input[type="checkbox"], input[type="radio"] {
    background: transparent;
    border: inherit;
    width: auto;
}
        
input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 12px;
    padding: 5px;
    margin-right: 8px;
}

/* Informativos e Erros */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* Estilos de ajudantes de validação */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Tabelas
----------------------------------------------------------*/
table {
    /*border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    margin-top: 2px;*/
    border: 0 none;
    border-collapse:separate;
    border-spacing: 3px;
}

th {
	font-size: 12px;
    text-align: left;
    border: none 0;
    padding: 5px;
    vertical-align: bottom;
    min-height: 20px;
    height: 20px;
}

th a {
    display: block;
    position: relative;        
}

th a:link, th a:visited, th a:active, th a:hover {
	color: #333333;
	text-decoration: none;
    padding: 0;
}

th a:hover {
	color: #000;
}

th.asc a, th.desc a {
    margin-right: 5px;
}
    
th.asc a:after, th.desc a:after {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
}

th.asc a:after {
	content: '▲';
}

th.desc a:after {
	content: '▼';
}

td {
    border: 0 none;
    vertical-align: top;
    min-height: 20px;
    height: 20px;
    padding: 5px;
}

.checkboxlist {
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0;
}

.checkboxlist td {
    border: 0 none;
    vertical-align: top;
    padding: 2px;
}


.pager td {
    padding: 0 3px 0 0;
}

tr {
    min-height: 30px;
    height: 30px;
}

.tabela_quadros
{
    border: 0 none;
    border-collapse:separate;
    border-spacing: 2px;
}

.tabela_quadros_td
{
    padding: 2px;
}

.form_edicao_titulo
{
    vertical-align: top;
    text-align: right;
    font-weight: normal;
}

.form_edicao_titulo_obrigatorio
{
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}

.form_edicao_controles
{
    vertical-align: top;
    text-align: left;
}

.form_edicao_botoes
{
    vertical-align: top;
    text-align: right;
}


.form_info_titulo
{
    vertical-align: top;
    text-align: right;
    font-weight: normal;
}

.form_info_controles
{
    vertical-align: top;
    text-align: left;
}

.fonte_negrito
{
    font-weight: bold;
}

/* BOTOES */

.botao_menor {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 7px 2px 7px;
    background-color: #0066CC;
    border: 1px solid white;
    border-radius: 3px;
    /* Declaração para aparecer no Firefox */
    -moz-border-radius: 3px;
    /* Para exibir nos outros navegadores como Chrome, safari, opera*/
    -webkit-border-radius: 3px;
    line-height: 25px;
    text-wrap: none;
}

.botao_menor:hover
{
    text-decoration: none;
    color: #0066CC;
    background-color: white;
    background-image: none;
    cursor:pointer;
    border: solid 1px #0066CC;
}

.botao_maior {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    background-color: #0066CC;
    border: 1px solid white;
    border-radius: 3px;
    /* Declaração para aparecer no Firefox */
    -moz-border-radius: 3px;
    /* Para exibir nos outros navegadores como Chrome, safari, opera*/
    -webkit-border-radius: 3px;
    line-height: 30px;
    text-wrap: none;
}

.botao_maior:hover
{
    text-decoration: none;
    color: #0066CC;
    background-color: white;
    background-image: none;
    cursor:pointer;
    border: solid 1px #0066CC;
}

/* GRIDS */

.lista_vazia
{
    background-color: #cccccc;
    font-size: 12px;
    color: black;
    border: solid 2px #999999;
}

.lista_box
{
	border: solid 1px #999999;
    border-collapse:collapse;
    border-spacing: 0;
}

.lista_colunas_titulo th
{
	font-size: 12px;
    text-align: left;
    border: none 0;
    padding-left: 5px;
    color: black;
    text-decoration: none;
    background-color: #cccccc;
}

.lista_colunas_titulo th a
{
    display: block;
    position: relative;
    color: black;
    text-decoration: none;
}

.lista_colunas_titulo th a:link, th a:visited, th a:active {
	color: #333333;
	text-decoration: none;
    padding: 0;
}

.lista_colunas_titulo th a:hover
{
    text-decoration: underline;
	color: #000000;
    padding: 0;
}

.lista_colunas_titulo th.asc a, .lista_colunas_titulo th.desc a {
    margin-right: 5px;
}
    
.lista_colunas_titulo th.asc a:after, .lista_colunas_titulo th.desc a:after {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.lista_colunas_titulo th.asc a:after {
	content: '▲';
}

.lista_colunas_titulo th.desc a:after {
	content: '▼';
}

.lista_colunas_rodape
{
	font-size: 12px;
    color: black;
    text-decoration: none;
    background-color: #cccccc;
	text-align: left;
}

.lista_linha
{
    background-color: #e5e5e5;
}

.lista_linha_alternada
{
    background-color: #f0f0f0;
}

.lista_linha_verde
{
    background-color: #99cc99;
}

.lista_linha_verde_alternada
{
    background-color: #ccffcc;
}

.lista_linha_vermelha
{
    background-color: #ff805d;
}

.lista_linha_vermelha_alternada
{
    background-color: #ff9c81;
}

.lista_linha_selecionada {
    background-color: #7ac0da;
}

.lista_linha_cancelada {
    background-color: #666666;
}

.lista_linha_insercao {
    background-color: #c8c8c8;
}

.lista_linha_alerta
{
    background-color: red;
    color: white;
}

.lista_linha_selecionada span, .lista_linha_selecionada td
{
	color: black;
}

.lista_linha_edicao
{
	background-color: gray;
}

.lista_linha_edicao a, .lista_linha_edicao span, .lista_linha_edicao td
{
	color: white;
}

.lista_linha_destaque
{
    background-color: blue;
}

.lista_linha_feito
{
	background-color: #339966;
	color: white;
	border: 1px solid #CCCCCC;
}

.lista_linha_destaque a, .lista_linha_destaque span
{
	color: white;
}

.lista_linha_destaque_alternada
{
    background-color: teal;
}

.lista_linha_destaque_alternada a, .lista_linha_destaque_alternada span
{
	color: white;
}

.lista_linha_contrato_bloqueado {
    background-color: #ff805d;
}

.lista_linha_contrato_bloqueado_alternada {
    background-color: #ff9c81;
}

.lista_linha_contrato_bloqueado_parcialmente {
    background-color: #beae00;
}

.lista_linha_contrato_bloqueado_parcialmente_alternada {
    background-color: #b6be00;
}

.lista_botoes
{
    white-space: nowrap;
	text-align: right;
}

.lista_botoes1
{
    white-space: nowrap;
	width: 105px;
	text-align: right;
}

.lista_botoes2
{
    white-space: nowrap;
	width: 70px;
	text-align: right;
}

.lista_botoes3
{
    white-space: nowrap;
	width: 140px;
	text-align: right;
}

.lista_botoes4
{
    white-space: nowrap;
	width: 180px;
	text-align: right;
}

.lista_botoes5
{
    white-space: nowrap;
	width: 20px;
	text-align: right;
}

.lista_imagem
{
	width: 5%;
	text-align: right;
}

.lista_controle
{
    font-size: 11px;
    padding: 2px 2px 2px 2px;
    color: black;
    background-color: white;
    border: solid 1px #999999;
}

.lista_semquebra
{
    white-space: nowrap;
}

.lista_celula_desativada
{
	background-color: #CECECE;
	color: #808080;
	border: solid 1px #808080;
}

.lista_celula_ativada
{
	background-color: #7C7C7C;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.lista_demonstrativo
{
	border: solid 1px #999999;
}

.lista_demonstrativo_linha_nivel1 td
{
    color: black;
    font-size: 20px;
    text-decoration: underline;
}

.lista_demonstrativo_linha_nivel1 td span
{
    padding-top: 150px;    
}

.lista_demonstrativo_linha_nivel2 td
{
    color: black;
    font-size: 16px;
    text-decoration: underline;
}

.lista_demonstrativo_linha_nivel3 td
{
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.lista_demonstrativo_linha_nivel4 td
{
    color: black;
    font-size: 10px;
    text-decoration: none;
}

.lista_demonstrativo_linha_nivel5 td
{
    color: black;
    font-size: 10px;
    text-decoration: none;
}

.lista_demonstrativo_linha_nivel6 td
{
    color: black;
    font-size: 10px;
    text-decoration: none;
}

.label_vencido
{
    color: red;
    font-weight: bold;
}

.label_destaque
{
    color: red;
    font-weight: bold;
    font-size: larger;
}

.label_geral {
    font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: Black;
}

.lista_foto {
    border: solid 2px White;
}

label_legenda {
    font: normal normal normal 9px Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    padding: 0 0 5px 0;
}

.iniciais ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	background-color: #cccccc;
	list-style: none;
}

.iniciais ul li
{
	display: inline;
}

.iniciais ul li a
{
	padding: 2px 10px;
	float: left;
	background-color: #cccccc;
	color: #333333;
	text-decoration: none;
	border-bottom: 3px solid #cccccc;
}

.iniciais ul li a:hover
{
	background-color: #e5e5e5;
	color: #333333;
	border-bottom: 3px solid #336699;
}

.modalpopup_panel {
    background-color: #e5e5e5;
    border-width: 2px;
    border-style: solid;
    border-color: #999999;
    padding: 0;
    color: Black;
}

.modalpopup_background {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalpopup_td_titulo {
    background-color: #666666;
    font: normal normal bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: left;
}

.modalpopup_td_botoes {
    text-align: right;
}

.label_saldo_positivo {
    color: Blue;
}

.label_saldo_negativo {
    color: Red;
}

.label_movimentos_debito {
    color: Red;
}

.label_movimentos_credito {
    color: Blue;
}

.linha_pago {
    background-color: #99cc99;
}

.linha_pago_alternada {
    background-color: #ccffcc;
}

.linha_pago {
    background-color: #99cc99;
}

.linha_pago_alternada {
    background-color: #bbe6b9;
}

.linha_grupo {
    background-color: #9999cc;
}

.linha_subgrupo {
    background-color: #ccccff;
}

.label_vencido {
    color: Red;
    font-weight: bold;
}


/* BOX's EDIÇÕES */

.novo_box
{
	font-size: 11px;
    background-color: #e5e5e5;
    border: solid 1px #999999;
}

.edicao_box
{
	font-size: 11px;
    background-color: #e5e5e5;
    border: solid 1px #999999;
}

.edicao_box2
{
	font-size: 11px;
    background-color: #e5e5e5;
    border: none;
}

.edicao_box2 td
{
    padding: 2px 3px 2px 3px;
}

.consulta_box
{
	font-size: 11px;
    background-color: #e5e5e5;
    border: solid 1px #999999;
}

.info_box
{
	font-size: 11px;
	line-height: 18px;
	padding: 3px 3px 3px 3px;
    background-color: #e5e5e5;
    border: solid 1px #999999;	
}

.info_box_grande
{
	font-size: 14px;
    font-weight: bold;
	line-height: 18px;
	padding: 10px 10px 10px 10px;
    background-color: #e5e5e5;
    border: solid 1px #999999;	
}

.edicao_titulo
{
	font-size: 12px;
	background-color: #cccccc;
	border: solid 1px #999999;
}

.edicao_controle
{
    font-size: 11px;
    padding: 2px 2px 2px 2px;
    color: black;
    background-color: white;
    border: solid 1px #999999;
}

/* PAGINAÇÃO DE GRIDS */

.paginacao span
{ 
	font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #0066CC;
    padding: 2px 5px 2px 5px;
    border: solid 1px #cccccc;
    border-top: none;
    line-height: 20px;
}

.paginacao a
{
	font: normal normal bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    padding: 2px 5px 2px 5px;
    border: solid 1px #cccccc;
    line-height: 20px;
}

.paginacao a:hover
{
    background-color: #cccccc;
    text-decoration: none;
}


/* ACESSO NEGADO */

.acessonegado_box
{
	background-color: Red;
	border: solid 1px #999999;
	color: White;
}

.acessonegado_texto
{
	padding: 20px 20px 20px 20px;
	font: normal normal bold 14px Verdana, Arial, Helvetica, sans-serif;
}


/* MENSAGENS */


.label_mensagem_cancelado {
    font-weight: bold;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.label_mensagem
{
    font-weight: bold;
    color: red;
    margin-left: 10px;
    margin-right: 10px;
}

.label_mensagem_ok
{
    font-weight: bold;
    color: green;
    border: 1px solid green;
    padding: 5px;
}

.label_mensagem_erro
{
    font-weight: bold;
    color: red;
    border: 1px solid red;
    padding: 5px;
}

.label_validacao
{
    font-weight: bold;
    color: red;
}

.label_titulo {
    font: normal normal bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: Black;
}


/* CARREGANDO */

.updateprogress {
    position: fixed;
    margin-top: -50px;
    margin-left: -100px;
    top: 50%;
    left: 50%;
    padding: 10px 10px 10px 10px;
    color: White;
    background-color: #0033cc;
    box-shadow: 3px 3px 20px #888888;
    width: 156px;
    height: 28px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: center;
    z-index: 100002 /*!important;*/
}

.updateprogress_centralizador
{
	left: 0;
	top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001 /*!important;*/
}

.updateprogress_lockscreen
{
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100000 /*!important;*/
}

/* CALENDÁRIO */

.calendario .ajax__calendar_container
{
	background-color: #808080;
	border: solid 1px #cccccc;
}
.calendario .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}
.calendario .ajax__calendar_title,.calendario .ajax__calendar_next,.calendario .ajax__calendar_prev 
{
	color: #004080;
	padding-top: 3px;
}
.calendario .ajax__calendar_body
{
	background-color: #666666;
	border: solid 1px #cccccc;
}
.calendario .ajax__calendar_dayname
{
	text-align:center;
	font-weight:bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
.calendario .ajax__calendar_day
{
	text-align:center;
}
.calendario .ajax__calendar_hover .ajax__calendar_day,.calendario .ajax__calendar_hover .ajax__calendar_month,.calendario .ajax__calendar_hover .ajax__calendar_year,.calendario .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}
.calendario .ajax__calendar_today
{
	font-weight:bold;
}
.calendario .ajax__calendar_other, .calendario .ajax__calendar_hover .ajax__calendar_today, .calendario .ajax__calendar_hover .ajax__calendar_title
{
	color: #FF9900;
}











/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            /*margin: 0;*/
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    #menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #menu li {
        margin: 0;
        padding: 0;
    }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */


/* AjaxTab - sgp theme */

/* top / default */
.ajax__tab_padrao1 .ajax__tab_header {font-size:small;font-weight:bold;color:#000000;height:34px; border-bottom:1px solid #999999;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_outer {padding-right:4px;height:34px;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_inner {padding-left:0;height:34px;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_tab {color:#000000;height:21px;padding: 6px 14px 6px 14px;margin:0;background-color:#cccccc;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {cursor:pointer;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {cursor:pointer;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {cursor:pointer; background-color: #7ac0da;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_active .ajax__tab_outer {padding-right:4px;height:34px;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_active .ajax__tab_inner {padding-left:0;height:34px;}
.ajax__tab_padrao1 .ajax__tab_header .ajax__tab_active .ajax__tab_tab {border:1px solid #999999;border-bottom:0;height:21px;padding:6px 14px 6px 14px;color:#000000;background-color:#efeeef;}
.ajax__tab_padrao1 .ajax__tab_body {border:1px solid #999999;border-top:0;padding:8px;background-color:#efeeef;}

/* END AjaxTab - sgp theme */

.div_filtragem_bloco
{
    float: left;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}

.div_filtragem_bloco_semquebra {
    float: left;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}

.div_filtragem_titulo
{
    float: left;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}

.div_filtragem_controle {
    float: left;
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}