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

body {
	/*background-image: url(../imagens/fundo-praia.jpg);
	background-color: #e2e3e7;*
	background-image: linear-gradient(-45deg, #9da5c5, #e2e3e7);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center bottom;*/
	background: rgb(201,255,250);
background: linear-gradient(45deg, rgba(201,255,250,1) 0%, rgba(207,255,218,1) 100%);

	
	
}

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: 100px;
	bottom:0;
	position:fixed;
	margin-left:10px;
	margin-bottom:10px;
    background: url(../clientes/ipa/imagem/logo_empresa.png) no-repeat scroll 0 0 transparent;
	background-size: 100px;
	z-index: -1;
}

#logologin img{
    width: 100px;
    height: 100px;
	
}

#textologin {
    
	margin-top:5%;
	font-size:40px;
	font-weight:bold;
	color: white;
	
	
	
   

}
#logologin2 {
    width: 350px;
    height: 350px;
	bottom:0;
	position:fixed;
	margin-right:10px;
	margin-bottom:0px;
   /*background: url(../clientes/ipa/imagem/veronicacostabr.png) no-repeat scroll 0 0 transparent;*/
   background: url(../clientes/ipa/imagem/veronicacosta.png) no-repeat scroll 0 0 transparent;*/
	z-index: -1;
	right:0;
	
}

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;
}