/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/12/2014, 14:29:25
    Author     : edle
*/
html, body {
	_height: 100%;
	_overflow: auto;
}

/*p {
	text-align: justify;
}*/

div {
	_position: absolute;
}

.site-margin-horizontal {
	margin-top: 15px;
	margin-bottom: 15px;
}

.site-margin-horizontal-min {
	margin-top: 8px;
	margin-bottom: 8px;
}

.site-padding-padrao {
	padding: 15px;
}

.site-padding-horizontal {
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-padding-vertical {
	padding-left: 15px;
	padding-right: 15px;
}

/********************* CABECALHO DO SITE *********************/
.site-background {
	background-color: #D4D4D4 !important;
}

.site-cabecalho {
	position: fixed !important;
	min-width: 480px !important;
	z-index: 200 !important;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 56px;
	background-color: #D4D4D4 !important;
}

.site-cabecalho-logo {
	margin: -10px !important;
	width: 95px;
	height: 40px;
	margin: 2px;
	display: inline;
	float: left;
}

.site-cabecalho-titulo {
	padding-left: 20px;
	font-weight: bold;
}

.site-cabecalho-subtitulo {
	padding-left: 15px;
	color: #448dae;
}

.site-cabecalho-sombra {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
	-moz-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
	box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
}

/********************* NAVEGACAO *********************/
.site-navegacao {
	position: fixed !important;
	min-height: 36px !important;
	z-index: 199 !important;
	width: 100%;
	height: 36px !important;
	top: 56px !important;
	background-color: #fff;
}

.site-navegacao-botao-menu {
	visibility: false;
}

.site-navegacao-breadcrumb {
	display: none;
}

.site-navegacao-nome {
	position: fixed !important;
	min-height: 36px !important;
	z-index: 199;
	left: 0px;
	width: 100%;
	top: 56px !important;
	height: 36px !important;
	background-color: #428bca;
	color: #fff;
	padding-left: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	font-weight: bold;
}
/********************* MENU *********************/
.menu-informacao {
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	display: none;
	outline: none;
	position: absolute;
	width: 250px;
	height: 172px !important;
	padding: 15px;
	right: 0;
	top: 56px;
	-webkit-animation: gb__a .2s;
	animation: gb__a .2s;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: text;
}

.menu-informacao-titulo {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #428bca;
}

.menu-informacao-perigo {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #CC0000;
}

.menu-informacao-texto {
	font-size: 10px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 0px;
}

.menu-informacao-separador {
	margin-top: 7px;
	margin-bottom: 12px;
}

/********************* PRINCIPAL *********************/
.site-principal {
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-left: 0px !important;
	padding-right: 15px !important;
	margin: 0px;
	/*padding-top: 107px; /*para livrar o cabecalho*/
	padding-top: 76px; /*para livrar o cabecalho*/
	padding-bottom: 51px; /*para livrar o rodape*/
}

.site-principal-conteudo {
	padding-left: 15px;
	padding-right: 15px;
}

.site-principal-conteudo-secao {
	font-size: 18px;
    font-weight: bold;
    color: #428bca;
    margin-top:  15px;
    margin-bottom: 15px;
}

.site-principal-conteudo-col1 {
	padding-left: 15px;
	padding-right: 15px;
}

.site-principal-conteudo-col3 {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 600px) {
	/********************* NAVEGACAO *********************/
	.site-navegacao {
		position: fixed !important;
		min-height: 36px !important;
		z-indmin-heightex: 199 !important;
		width: 100%;
		height: 36px !important;
		top: 56px !important;
		background-color: #fff;
	}
	.site-navegacao-botao-menu {
		background-image: url("../images/menu.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 24px;
		display: inline-block;
		margin-left: -6px;
		margin-top: 3px;
		height: 13px;
		opacity: 0.75;
		width: 28px;
		-webkit-user-drag: none;
	}
	.site-navegacao a:hover {
		opacity: 1;
	}
	.site-navegacao a:focus {
		outline: none;
	}
	.site-navegacao-nome {
		position: fixed !important;
		min-height: 36px !important;
		z-index: 199;
		left: 0px;
		width: 20%;
		top: 56px !important;
		height: 36px !important;
		background-color: #428bca;
		color: #fff;
		padding-left: 15px !important;
		padding-top: 8px !important;
		padding-bottom: 4px !important;
		font-weight: bold;
	}
	.site-navegacao-breadcrumb {
		display: inline;
		position: fixed !important;
		z-index: 199;
		height: 36px !important;
		width: 80%;
		top: 56px !important;
		left: 20%;
		min-height: 36px !important;
		padding-top: 8px !important;
		padding-bottom: 4px !important;
		border-radius: 0 !important;
		background-color: #fff !important;
	}

	/********************* PRINCIPAL *********************/
	.site-principal {
		position: absolute;
		z-index: 0;
		top: 0px;
		width: 100%;
		height: 100%;
		padding-left: 0px !important;
		padding-right: 15px !important;
		margin: 0px;
        /*padding-top: 107px; /*para livrar o cabecalho*/
        padding-top: 76px; /*para livrar o cabecalho*/
        padding-bottom: 51px; /*para livrar o rodape*/
	}
	.site-principal-menu {
		position: fixed !important;
		z-index: 199;
		width: 20% !important;
		height: 100% !important;
		margin-top: -15px !important;
		background-color: #D4D4D4;
		padding-left: 0px;
		padding-right: 0px;
		overflow: auto;
        padding-bottom: 122px !important; /* para livrar o rodape*/
		
	}
	.site-principal-menu-secundario {
		position: fixed;
		z-index: 199;
		left: 80%;
		width: 20% !important;
		height: 100% !important;
		margin-top: -15px !important;
		background-color: #D4D4D4;
		border-left-color: #e5e5e5 !important;
		border-left: 1px solid;
		padding-left: 0px;
		padding-right: 0px;
		overflow: auto;
        padding-bottom: 122px !important; /* para livrar o rodape*/
	}
	.site-principal-menu-item {
		border-radius: 0 !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		margin-bottom: 1px !important;
		border-bottom: 1px solid #e5e5e5 !important;
		background-color: #F6F6F6;
		margin-left: 5px !important;
		margin-right: 5px !important;
		height: auto !important;
		padding-left: 6px !important;
	}
	.site-principal-menu-subitem {
		border-radius: 0 !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		margin-bottom: 1px !important;
		border-bottom: 1px solid #e5e5e5 !important;
		background-color: #FCFCFC;
		/*        margin-left: 10px !important; removido para o cand */
		height: auto !important;
		padding-left: 12px !important;
	}
	.site-principal-menu-sombra {
		-webkit-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 1.1);
		-moz-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 1.1);
		box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 1.1);
	}
	.site-principal-conteudo {
		position: absolute;
		margin-top: 0px;
		margin-left: 20%;
		width: 80%;
		/*background-color: #fff;*/
		padding-left: 15px; /* para livrar o rodape*/
		padding-bottom: 51px !important; /* para livrar o rodape*/
	}
	#sitePrincipalMenu.ocultar-menu {
		width: 0% !important;
		display: none;
	}
	#sitePrincipalConteudo.ocultar-menu {
		margin-left: 0%;
		width: 100%;
	}
	.site-principal-conteudo-col1 {
		position: absolute;
		margin-top: 0px;
		width: 100%;
		/*background-color: #fff;*/
		padding-left: 15px; /* para livrar o rodape*/
		padding-bottom: 51px !important; /* para livrar o rodape*/
	}
	.site-principal-conteudo-col3 {
		position: absolute;
		margin-top: 0px;
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
		/*background-color: #fff;*/
		padding-left: 15px; /* para livrar o rodape*/
		padding-bottom: 51px !important; /* para livrar o rodape*/
	}

	/********************* RODAPÉ *********************/
	.site-rodape {
		position: fixed;
		z-index: 201;
		bottom: 0;
		width: 100%;
		height: 36px;
		background-color: #D4D4D4;
		border-top: 1px solid #fff;
		text-align: center;
		padding-top: 8px !important;
		font-size: 10px;
	}
	.site-rodape-nao-fixo {
		width: 100%;
		height: 36px;
		margin-left: -15px;
		margin-bottom: -51px;
		background-color: #D4D4D4;
		border-top: 1px solid #fff;
	}
	.site-rodape-sombra {
		/*    -webkit-box-shadow: 0px -1px 1px 0px rgba(158, 158, 158, 0.9);
            -moz-box-shadow:    0px -1px 1px 0px rgba(158, 158, 158, 0.9);
            box-shadow:         0px -1px 1px 0px rgba(158, 158, 158, 0.9);*/
		-webkit-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
		-moz-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
		box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
	}
}

@media screen and (min-width: 1025px) {
	/********************* NAVEGACAO *********************/
	.site-navegacao-nome {
		width: 15% !important;
	}
	.site-navegacao-breadcrumb {
		left: 15% !important;
		width: 85% !important;
	}

	/********************* PRINCIPAL *********************/
	.site-principal-menu-item {
		border-radius: 0 !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		margin-bottom: 1px !important;
		border-bottom: 1px solid #e5e5e5 !important;
		background-color: #F6F6F6;
		margin-left: 10px !important;
		margin-right: 10px !important;
		height: auto !important;
		padding-left: 6px !important;
	}
	.site-principal-menu {
		width: 15% !important;
	}
	.site-principal-menu-secundario {
		width: 15% !important;
		left: 85% !important;
	}
	.site-principal-conteudo {
		margin-left: 15%;
		width: 85%;
	}
	#sitePrincipalMenu.ocultar-menu {
		width: 0% !important;
		display: none;
	}
	#sitePrincipalConteudo.ocultar-menu {
		margin-left: 0%;
		width: 100%;
	}
	.site-principal-conteudo-col1 {
		width: 100%;
	}
	.site-principal-conteudo-col3 {
		margin-left: 15%;
		margin-right: 15%;
		width: 70%;
	}
}
