﻿/*CSS Usado na página mpPaginaSemMenu para páginas sem menu lateral*/
html, body {
	/*height: 100%;*/
	margin: 0;
}

body {
	background: url(../imagens/layout/Bkg.png) repeat;
}

#wrapper {
	position: absolute;
	min-height: 100%;
	vertical-align: bottom;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	min-width: 940px;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: rgb(218,218,218);
	box-shadow: 0px 1px 5px #cccccc;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #bbbbbb;
}

#headerContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	min-width: 940px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: rgb(218,218,218);
	box-shadow: 0px 1px 5px #cccccc;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

#content {
	background-image: url('../imagens/layout/bkgEsquerda.png'), url('../imagens/layout/bkgDireita.png');
	background-color: rgb(255, 255, 255);
	background-position: 0% 50%, 100% 0%;
	background-repeat: repeat-y;
	width: 96%;
	margin: 0 auto -100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content-spacer-top {
	height: 100px;
}

#content-spacer-bottom {
	height: 100px;
}

.rodapenovo {
	display: block;
	height: 98px;
	background: rgb(218,218,218);
	position: relative;
	float: left;
	width: 100%;
	bottom: 0;
	color: #003c71;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	border-top: 1px solid #bbbbbb;
}

#esquerdo {
	width: 20%;
	height: auto !important;
}

.logo {
	height: 90px;
	/*vertical-align: middle; 
     padding-top:5px;*/
	max-width: 100%;
}

.nome-sistema {
	overflow: hidden;
	/*padding-top: 20px;*/
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-size: 2vw;
	font-weight: bold;
	color: #003c71;
	width: 50%;
}

.logoConselho {
	margin-left: 3%;
	float: left;
	width: 20%;
}

.logout {
	float: right;
	padding-top: 8px;
	width: 20%;
	margin-right: 3%;
}

/*Media Query para o nome do sistema poder quebrar*/
/*@media screen and (max-width: 921px){
    .nome-sistema {
    overflow:hidden; 
    padding-top: 25px; 
    vertical-align: middle; 
    text-align: center; 
    font-family: 'Lucida Sans';
    font-size: 20pt; 
    font-weight:bold;
    color: #003c71;
    }
    
}*/

.divcontroleinternoaltura {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 30%;
}

.divParteCima {
	float: right;
	width: 100%;
}

.divParteBaixo {
	float: right;
	width: 100%;
}

.divbotoestitulo {
	height: 40px;
	margin-right: 15px;
	float: right;
	width: 50px;
	padding-top: 5px;
}

/*IMPORTADO DO CSS MASTEPAGE DO SISTEMA DE FISCALIZAÇÃO OBS.: NÃO SEI SE FOI CRIAÇÃO DO MARCOS OU RENILDO*/
/*MODIFICADO POR YURI - 30/04/2015*/
#rodapenovo p {
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding-top: 4px;
}
