﻿body
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}


#wrap 
{
    width:980px;
    margin: 0 auto;
}

#logoIntro
{
    width:110px;
    margin: 0 17px 20px 0;
    float:left;
}

#logoIntro h1
{
    text-indent:-9999em;
    width:110px;
    height:96px;
    background: transparent url("../images/nfe_110px96px.png") no-repeat;
    display:block;
    margin:0;
}

#logo
{
    width:110px;
    margin: 0 17px 20px 0;
    float:left;
}

#logo h1
{
    text-indent:-9999em;
    width:110px;
    height:96px;
    background: transparent url("../images/nfe_110px96px.png") no-repeat;
    display:block;
    margin:0;
}

#conteudo
{
    padding: 5px 20px 5px 20px;
    border: 1px solid #C0C0C0;
    width: 925px;
    margin: auto;
}

.box
{
    padding: 10px 20px;
    display: table;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}

.left
{
    padding: 20px;
    border-style: none none none solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

.alerta
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;  
	color: #cc3300;
}

.DropDownlistBox
{
	color:#333;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}

.texto
{
    border: none;
    color: #888;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 150%;
    padding: 0 0 1px;
}

.textoMenor
{
    border: none;
    color: #888;
    display: block;
    font-size: 11px;
    font-weight: 900;
    line-height: 150%;
    padding: 0 0 1px;
}


.textoLogin
{
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    color: #000000;
    font-weight: bold;
}

.titulo
{
    font-size: 13px;
	font-weight: normal;
	color: #474143;
	line-height: 16px;
	margin-top:20px;
	margin-bottom:3px;
}

.tituloPagina
{
    border-bottom:1px dotted #ccc;
    clear: both;
    display: inline-block;
    margin: 0 0 1em;
    font-family: Verdana,Lucida Grande, Tahoma, Arial, sans-serif;
    color: #888;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.tituloPagina[class]
{
	display:block;
}

.tituloPagina p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

.AutoExtenderlist
{
    border: 1px solid #000000;
    padding: 0 0 0 0;
    overflow: visible;
    background-color: #CCCCCC;
    margin: 0px !important;
    width: inherit;
    list-style-position: inside;
}

.autocomplete_listItem 
{
	background-color : #f1f5f5;
	color : Black;
	padding : 1px;
}

.autocomplete_highlightedListItem
{
    background-color: #99CCFF;
    color: black;
    padding: 1px;
}

.textBox
{
    margin-left:30px;
    margin-right:10px;
    float:left;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #bbb;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

.textBoxLogin
{
    background-color: #FFFFFF;
    border: thin solid #000000;
    font-weight: bold;
    font-size: large;
}

.textBoxLogin:focus
{
    background-color: #DDEEDD;
    border: thin solid #FF0000;
    font-weight: bold;
    font-size: large;
}

.TabelaFundoCadastros
{
    border: thin solid #C0C0C0;
    table-layout: auto;
    display: inherit;
}

.TabelaFundoLogin
{
    border: thin solid #C0C0C0;
    background-color: #6f918b;
    margin: 0 auto;
}

.botao
{
    border: 1px solid #bbb;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-weight: bold;
    font-size:12px;
    color: #888;
    padding: 0 0 2px 0;
    text-align:center;
    background-color: #f5f5f5;
    margin-left: 0px;
}

.botaoBox
{
    border: 1px solid #bbb;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-weight: bold;
    font-size:12px;
    color: #888;
    padding: 0 0 2px 0;
    text-align:center;
    background-color: #fff;

}

.textBox:hover, .DropDownlistBox:hover, .botao:hover, .botaoBox:hover
{
    background-color: #f1f5f5;
    color: #444;
}
                       
.textBox:focus, .DropDownlistBox:focus, .botao:focus, .botaoBox:focus
{
    background-color: #f0f4f4;
}

.botaoLogin
{
    color: #333;
    width: 100px;
    font: bold medium Verdana, helvetica, sans-serif;
    background: url('../images/background-menu-blue.gif') repeat;
    height: 25px;
    border: 1px solid;
    border-color: #79b0a7 #6f918b #6f918b #79b0a7;
    margin-right: 10px;
}


.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 10000;
}

.modalTabela
{
	background-color: #FFFFFF;
	border: solid 2px #000000;
	table-layout: auto;
}

.modalTextoCabecario
{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.grid_Principal
{
}

.grid_RowStyle:hover, .grid_AlternatingRowStyle:hover
{
    background: #f0f0f0;
    color: #888888;
}
.grid_SelectedRowStyle
{
    font-weight: bold;
    background-color: #79b0a7;
}

.grid_AlternatingRowStyle
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #E7E8E7;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
	color: #474143;

}

.grid_AlternatingRowStyleSmall
{
	font-size: 9px;
	font-weight: normal;
	padding: 8px;
	background: #E7E8E7;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
	color: #474143;

}

.grid_RowStyle
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #f7f7f7;
    border-top: 1px solid #dee0de;
    border-bottom: 1px solid #fff;
    color: #474143;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}

.grid_RowStyleSmall
{
    font-size: 9px;
    font-weight: normal;
    padding: 8px;
    background: #f7f7f7;
    border-top: 1px solid #dee0de;
    border-bottom: 1px solid #fff;
    color: #474143;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}


.grid_HeaderStyle
{
    font-size: small;
    color: #888;
    font-weight: lighter;
    background-color: #CCCCCC;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}

.grid_FooterStyle
{
	font-size: small;
	color: #000000;
	font-weight: bold;
	background-color: #66CCFF;
}

#grid_RowStyle:hover
{
	background: #f0f0f0;
	color: #888888;
}

#footer-wrap
{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
} 

#footer-container 
{ 
    height: 40px; 
} 
 
#footer
{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 156px;
    left: 615px;
}

.lblRodapeIntro:before
{
    content: "© 2018 - Todos os direitos reservados a Etaure Ti e Automação | Tel. (27)3062-2875";
}

.lblAcessoIntro:before
{
    content: "Acesso ao Sistema NFEtaure";
}

.lblTelefoneIntro:before
{
    content: "Telefone: (27)3062-2875";
}

.lblEmailIntro:before
{
    content: "suporte@contaure.com.br";
}
 
.lblchatIntro:before
{
    content: "Chat";
}


