﻿/* DEFAULTS
----------------------------------------------------------*/

@import url('Site.css');
@font-face {
     font-family: c39hrp36dltt;
     src: url('c39hrp36dltt.ttf');
}
body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


    input[type=button], input[type=submit]
    {
        padding: 0 20px 0 42px;
        border: 1px solid #B60000;
        min-width: 150px;
    top: 0px;
    left: 0px;
}
    input[type=button].sites, input[type=submit].sites
    {
        background: transparent url('icones/Sites.png') left center no-repeat;
    }
    input[type=button]:hover, input[type=submit]:hover
    {
        background-color: #666;
        color: #FFF;
    }



a:link, a:visited
{
    color: #034af3;
    font-weight: 700;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
    font-size: small;
    color: #000000;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #C6D9F1;
    width: 100%;
    top: 1px;
    left: 1px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.btn-rounded {
        border-radius: 25px; /* Define o raio do arredondamento das pontas */

        background-color: #007bff; /* Define a cor de fundo do botão */
        color: #fff; /* Define a cor do texto do botão */
        border: none; /* Remove a borda padrão do botão */
        height: 25px;


}

.btn-rounded-pesquisa {
        border-radius: 25px; /* Define o raio do arredondamento das pontas */
        padding: 10px 20px; /* Define o preenchimento interno do botão */
        background-color: #00ff00; /* Define a cor de fundo do botão */
        color: #fff; /* Define a cor do texto do botão */
        border: none; /* Remove a borda padrão do botão */
        height: 25px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#8EB4E3;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #8EB4E3;
    border: 1px #8EB4E3 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 886px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*
----------------------------------------------------------
Meus Estilos
----------------------------------------------------------
*/
.div_page_tabelas
{
    width: 100%;
    background-color: #fff;
    margin-left: 20px;
}

.fieldset_tabelas
{
    width: 98%;
    padding: 4px;
    margin: 0px;
}

.div_botoes
{
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.div_Centraliza
{
    width: 100%;
    text-align: center;
}

.div_Centraliza_login
{
    margin-left: 25%;
}

.div_login
{
    padding: 2px;
    width: 440px;
    height: 200px;
    border: 1pt solid #808080;
    text-align: left;
    background-color: #E4E8EA;
}

.lblContatosAlt
{
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #FF0000;
}
.div_contato
{
    padding: 2px 2px 4px 2px;
    border: 1px solid #5D7B9D;
}
.botao_barra_menu
{
    width: 25px;
    height: 25px;
    padding: 2px 10px 2px 2px;
}



.tituloSistema
{
    font-size: 24px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-variant: small-caps;
}
.SubtituloSistema
{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-variant: small-caps;
}

/*
Estilos para o Login
*/
.fieldset_login
{
    padding: 4px 8px 4px 4px;
    width: 45%;
    display: block;
    float: left;
}

.fieldset_Permissao
{
    padding: 4px 8px 4px 4px;
    display: block;
}

.divisao
{
    width: 5%;
    display: block;
    float: left;
}

.div_listbox_permissoes
{
    width: 45%;
    display: block;
    float: left;
}


.PanelLogin
{
    padding: 4px;
    background-color: #E4E8EA;
    border: 1pt solid #808080;
}

.span_login
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
    text-indent: 1.25cm;
}

.AjustaEsquerda
{
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;    
}

.AjustaDireita
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}


.LinhaUmaColuna
{
    width: 98%;
    padding: 1px;
    display: inline;
    float: left;
}

.LinhaDuasColunas
{
    padding: 1px;
    width: 49%;
    display: inline;
    float: left;
}
    
.LinhaTresColunas
{
    padding: 1px;
    width: 33%;
    display: inline;
    float: left;
}

.LinhaForm
{
    padding: 0px;
    width: 100%;
    margin-top: 0px;
}

.painel
{
    border-color: #FFFFFF;
    border-width: 0pt;
}

.painel_Botao
{
    width: 110px;
    height: 100px;
    display: block;
    float: left;
    padding-right: 10px;
}

.fieldset_Botao
{
    padding: 0px;
    width: 110px;
    height: 110px;
    text-align: center;
}

.fieldset_frmDO
{
    background-color: #FFFFFF;
}

.lbl_login
{
    padding: 2px 4px 0px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    height: 20px;
}

.txtBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: 1pt solid #000000;
}

/*
Testes de Cantos Arredondados
*/

.Example_A
{
    border: thin solid #0000FF;
    height: 65px;
    width: 160px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-bottom-right-radius: 50px;
}

/* Estilos Ajax Control Tool Kit - Calendário
----------------------------------------------------------*/
.ajax__calendar_container
{
    border: 1px solid #006600;
    background-color: #FFFFCC;
    color: red;
}

.ajax__calendar_header
{
    border: 1px solid #646464;
    background-color: #b6b7bc;
    color: #FFFFFF;
}

.ajax__calendar_title
{
    background-color: #b6b7bc;
    color: #FFFFFF;
}

.ajax__calendar_body
{
    border: 1px solid #646464;
    background-color: #496077;
    color: #FFFFFF;
}

.ajax__calendar_footer
{
    background-color: #496077;
    color: #FFFFFF;
}

.ajax__calendar_activ
{
    background-color: #b6b7bc;
    color: #FFFFFF;
}

.ajax__calendar_next
{
    background-color: #FFFFCC;
    color: #FFFFFF;
}

.ajax__calendar_prev
{
    background-color: #FFFFCC;
    color: #FFFFFF;
}

.ajax__calendar_days
{
    background-color: #D1ECFF;
    color: #FF0066;
}

.ajax__calendar_dayname
{
    border: 2px solid #496077;
    background-color: #496077;
    color: #FF9900;
}

.ajax__calendar_day
{

}

.ajax__calendar_months
{
    
}

.ajax__calendar_month
{
    
}

.ajax__calendar_years
{
    
}

.ajax__calendar_year
{
    
}

.ajax__calendar_today
{

}

.ajax__calendar_hover
{
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #FFFFFF;
}

.ajax__calendar_other
{

}

/* Estilos Ajax Control Tool Kit - MaskEdit
----------------------------------------------------------*/
.MaskedEditBlurNegative
{
    background-color: #9933FF;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.MaskedEditFocus
{
    background-color: #FFFF66;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.MaskedEditFocusNegative
{
    background-color: #9933FF;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.MaskedEditError
{
    background-color: #9933FF;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

