﻿body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.geral { margin: 10px 0px 0px 0px; }

@media screen and (max-width: 767px) {
	.geral {
		margin: 180px 0px 0px 0px;
	}
}

a:hover { background-color: #FFFFFF; color: #0000FF; text-decoration: none; }

a.ativo { background-color: #C8EEFC; color: #0000FF; text-decoration: none; }

.tabela_cabecalho {
	background-color: #E9E2D3;
}

div#content {
    display: none;
}

#logologin {
    width: 100px;
    height: 114px;
	bottom:0;
	position:fixed;
	margin-left:10px;
	margin-bottom:10px;
    background: url(../clientes/varajao/imagem/logo_empresa.png) no-repeat scroll 0 0 transparent;
}

div#loading {
    position: absolute;
	left:50%;
	top:50%;
	margin-left:-110px;
	margin-top:-12px;
    z-index: 1000;
    width: 220px;
    height: 24px;
    background: url(../imagens/loading.gif) no-repeat;
    cursor: wait;                
}
	
.FixHelp{
	position:fixed;
	right:0;
	top: 0;
	background-image: url(../imagens/help.png);
    width: 24px;
    height: 24px;
}
	
.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
	background-color: #eee;
}
.full-width-tabs > ul.nav.nav-tabs > li {
    float: none;
    display: table-cell;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
}