@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

body {
	height: 100%;
	margin: 0;
}
html {
	padding:0;
	margin:0;
	overflow-y: hidden;
}
hr{
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
/* CSS Document */
#top {
	background-repeat: repeat-x;
	padding-left: 10px;
	margin-bottom: 3px;
	background-image: none;
	padding-top: 4px;
}
.view-login {
	padding-top: 0;
	background-repeat: repeat;
	background-image: url(../images/pattern.png);
}
.input-login {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 94%;
	font-family: 'Montserrat', sans-serif;
}
.main { margin:0 auto; padding:0;}
.resize { width:960px; padding:0; margin:0 auto;}
/********** header **********/

.header { width:980px; padding:0; margin:0 auto;}
.header_index { width:980px; padding:0; margin:0 auto; border-bottom:1px solid #3d464a;}
.header_blog { background:#e9e9e9 url(../adm/css/images/slider_bg.jpg) top center repeat-x; padding:0; margin:0; }
.header_blog_resize { width:980px; margin:0 auto; padding:0;}
.header_blog_resize h2 { font:bold 36px Arial, Helvetica, sans-serif; color:#fff; padding:40px 0; margin:0;}
.header_blog_resize img { float:right; padding:45px 0 0 0; margin:0;}

/* 2 */
.header_blog2 { background:url(../adm/css/images/header_blog_bg.gif) top center repeat-x; padding:20px 0 0 0; margin:0; height:95px;}
.header_blog2 h2 { font:bold 36px Arial, Helvetica, sans-serif; color:#fff; padding:10px 0 0 0; margin:0;}
/* logo */
.logo {padding:0; margin:0; width:321px; height:143px; float:left;}
.contralogo {padding:0; margin:0; width:650px; height:143px; float:right;}
/*flags*/
.flag {margin:0; padding:7px 18px 0 24px; width:168px; height:28px; background:url(../adm/css/images/flag-bg.jpg) center no-repeat; float:right; display:block;}
.flagicon {padding-right:8px; margin:0;}

/*menu2*/
.menu2 {
	width:960px;
	height:47px;
	background-image: url(../images/search_main_bg_2.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.menu2 ul {
	padding:0;
	margin:0;
	list-style:none;
	border:0;
}
.menu2 ul li { float:left; margin:0; padding:15px; border:0; font:bold 13px Arial, Helvetica, sans-serif; color:#fff; }
.menu2 ul li a { float:left; margin:0; color:#465258; text-decoration:none;}
.menu2 ul li a:hover { color:#fff; border-bottom:2px solid #acbdc7;}
.menu2 ul li a.active { color:#fff; border-bottom:2px solid #acbdc7;}

/* */
.body_resize_top_resize { margin:10px auto; padding:0 10px;}
.body_resize  {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -206px;
	margin-left: -150px;
}
.body_resize_top {
	min-height: 20px;
	padding: 20px 20px 10px 21px;
	background-color: #f5f5f5;	
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}
.body_resize_bottom {
	margin:0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.body { padding:20px 0; margin:0 auto; background:#e9e9e9;}
.body h2 { font:bold 20px Arial, Helvetica, sans-serif; color:#343434; border-bottom:1px  solid #dbdbdb; padding:10px 5px; margin:0 0 10px 0;}
.body h5 { font:normal 16px Arial, Helvetica, sans-serif; color:#343434; padding:10px 5px; margin:0 10px;}
/*.body h4 { font:bold 18px Arial, Helvetica, sans-serif; color:#343434; padding:10px 5px; margin:0 0 10px 0;}*/
.body h3 { font:normal 18px Arial, Helvetica, sans-serif; color:#575757; padding:10px 5px; margin:0 0 10px 0;}
.body p { font:normal 13px Arial, Helvetica, sans-serif; color:#7d7d7d; line-height:1.8em; padding:3px 5px; margin:0;}
.body p span {color:#009900;}
.body a { color:#1b2428; text-decoration:none;}
.body a:hover { color:#e8ad09; text-decoration:none;}
.body img { margin:10px auto; padding:0;}
.body img.floated { float:right; margin:5px 20px; padding:0;}
.body img.floated2 { float:left; margin:5px 20px 5px 0; padding:0;}
.right { width:290px; margin:0; padding:10px 15px; float:right;}
.right ul { list-style:none; margin:0; padding:0;}
.right li { padding:5px; margin:0; border-bottom:1px solid #dbdbdb;}
.right li a { font:normal 13px Arial, Helvetica, sans-serif; color:#7d7d7d; text-decoration:none;}
.right li a:hover { font:bold 13px Arial, Helvetica, sans-serif; color:#343434;}
.left {width:610px; margin:0; padding:10px 15px; float:left;}
.leftmaior {width:910px; margin:0; padding:10px 15px; float:left;}
.blog {width:290px; margin:0; padding:10px 15px; float:left;}
.port { width:270px; float:left; margin:10px 10px 10px 5px; padding:5px; background:#fff; border:1px solid #ddd;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px; }
#contactform * { color:#F00; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:100px; display:block; padding:10px 0; color:#575757; font:bold 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; }
#contactform label span { color:#F00; }
#contactform input.text { width:450px; border:1px solid #ddd; margin:2px 0; padding:5px 2px; height:16px; background:#fff; float:right; }
#contactform textarea { width:450px; border:1px solid #ddd; margin:2px 0; padding:2px; background:#fff; float:right; }
#contactform li.buttons input { padding:3px 0 3px 110px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }

/*************footer**********/
.view-login .navbar-fixed-bottom {
position: absolute;
}
.view-login .navbar-fixed-bottom, .view-login .navbar-fixed-bottom a {
color: #FCFCFC;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
}
.view-login .navbar-fixed-bottom {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background-color: #B2B2B2;
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
}
.navbar {
overflow: visible;
margin-bottom: 0px;
}
.footer {padding:0;  margin:0;  background:#e9e9e9;}
.footer_resize { width:940px; margin:0 auto; padding:20px 10px;}
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#4a565c; line-height:150%;}
.footer a { font:12px Arial, Helvetica, sans-serif; color:#4a565c; text-decoration:none; margin:0;}
.footer a:hover { font:12px Arial, Helvetica, sans-serif; color:#e8ad09; text-decoration:none; margin:0;}
#rodape {
	margin-top: 30px;
	margin-bottom: 10px;
	background-image: url(../images/faixa_rodape_2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	text-align: left;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.center {
	text-align: center;
}
.center_login {
	text-align: center;
	padding-bottom: 30px;
}

.center_peq {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}



.footer p.right { text-align:right; width:400px; margin:0; padding:15px 0 0 0; float:right;} 

.greenpeace { width:728px; margin:0 auto; padding:20px 0;background:#e9e9e9;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.bg { border-bottom:1px solid #dbdbdb; clear:both; padding:0; margin:10px 0; background:none;}
.clr2 {
	height: 20px;
}
.divisoria {
	height: 2px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* Slider */
#slider {  width:960px; padding:0; margin:0 auto;}
div#slideshow {
	float:left;
	width:100%;
	height:323px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top {
	text-align: justify;
	vertical-align: top;
}

#table {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
}
.titulo_tabela {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	width: 400px;
	padding: 0px 0px 10px 0px;
}

.slider-item { width:100% !important; display:block; clear:both; background:url(../adm/css/images/slider_bg.jpg) top center repeat-x;}
.slider-item img {
	position:absolute;
	margin:auto;
	padding:0;
}

.slider_content_inner img { border:none; }
.controls-center { width:960px; margin:0 auto; padding:0;}
#slider_controls {
	z-index:1000;
	width:960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slider_controls h2 {
	width:600px;
	float:left;
	color:#666;
	margin:0;
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
#slider_controls ul {
	padding:0;
	width:254px;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#slider_controls ul li { margin:0; padding:0; list-style:none; }
#slider_controls ul li {
	float:right;
	display:block;
	background-repeat: no-repeat;
}
#slider_controls ul li a {
	width:10px;
	height:10px;
	display:block;
	float:left;
	padding:10px 2px 0 2px;
	margin:2px !important;
	margin:1px 1px;
	outline:none;
	background-image: url(../adm/images/tabs_2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slider_controls ul li a:focus {
	outline:none;
}
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide {
	color:#979797;
	background-image: url(../adm/images/tabs_1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.infinito {width:200px; text-align: right;}
.ass {width:600px;}
#table_paginas {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
	vertical-align: top;
}
#space {
	height: 5px;
}
.right {
	text-align: right;
}
.direita {
	text-align: right;
}

.dados_contato_left {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
/*menu3*/
.menu3 {
	width:960px;
	height:47px;
	background-image: url(../adm/images/search_main_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.menu3 ul {
	padding:0;
	margin:0;
	list-style:none;
	border:0;
}
.menu3 ul li { float:left; margin:0; padding:15px; border:0; font:bold 13px Arial, Helvetica, sans-serif; color:#fff; }
.menu3 ul li a { float:left; margin:0; color:#465258; text-decoration:none;}
.menu3 ul li a:hover { color:#fff; border-bottom:2px solid #acbdc7;}
.menu3 ul li a.active { color:#fff; border-bottom:2px solid #acbdc7;}
.body_resize a {
	color: #06F;
	text-decoration: none;
	font-weight: normal;
}
.body_resize a:hover {
	color: #06F;
	text-decoration: none;
	font-weight: bold;
}
#confirm_email {
	text-align: center;
	background-image: url(../images/search_main_bg_2.gif);
	background-repeat: no-repeat;
	width: 440px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	vertical-align: middle;
	height: 50px;
	color: #FFF;
	padding-top: 3px;
}
#tab_ser {
	padding-left: 20px;
	text-align: left;
}
.enfeite1 {
	color: #000;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.enfeite2 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif; 
	font-size: 12px;
}
.enfeite3 {
	color: #8544BF;
	font-weight: bold;
}

.esquerda {
	text-align: left;
}
.sumir {
	display: none;
}
.enfeite4 {
	font-weight: bold;
	color: #03F;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: right;
}
.enfeite5 {
	font-weight: normal;
	color: #F30;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: justify;
}

.tabela_cabecalho {
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tabela_cabecalho_branco {
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.some {
	display: none;
}
.enfeite5 {
	color: #FF8262;
	text-align: center;
}
.some {
	display: none;
}
.azul {
	font-weight: bold;
	color: #03F;
}
.vermelho {
	font-weight: bold;
	color: #F03;
}
.laranja {
	font-weight: bold;
	color: #F60;
}
.verde {
	font-weight: bold;
	color: #090;
}
.botao {
	font-weight: bold;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

.botao2 {
	background-color: #0059B0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 5px solid transparent;
	display: inline-block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 5px 20px;
	text-decoration: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
	cursor: pointer;

}
.botao2:hover {
	background-color: #4dcc66;
	
}
.botao2:active {
	position:relative;
	top:1px;
}
.verde1 {
	font-weight: bold;
	color: #090;
	font-size: 20px;
}
.vermelho1 {
	font-weight: bold;
	color: #F03;
	font-size: 20px;
}
#quadro {
	width: 860px;
	height: 627px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#postit1 {
	height: 309px;
	width: 840px;
	clear: none;
	float: left;
}
#fora {
	background-image: url(../adm/images/cortica.jpg);
	width: 920px;
	height: 687px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	padding: 0px;
}
#postit11 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit11-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#postit11 #nota1 #tab_aviso1 tr .justificado a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}


#nota1 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: center;
}
#postit2 {
	height: 309px;
	width: 840px;
	clear: none;
	float: left;
}
#postit12 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit12-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#postit13 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit13-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#nota2 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: center;
}
#nota3 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: center;
}
#nota4 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#nota5 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#nota6 {
	height: 190px;
	width: 215px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#postit21 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit21-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#postit22 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit22-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#postit23 {
	background-image: url(../adm/images/postit.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#postit23-inativo {
	background-image: url(../adm/images/postit-inativo.png);
	height: 200px;
	width: 220px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.justificado {
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
	}
#ler_postit1 {
	height: 590px;
	width: 840px;
	clear: none;
	float: left;
}
#ler_postit11 {
	height: 530px;
	width: 780px;
	float: left;
	clear: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#ler_nota1 {
	height: 480px;
	width: 720px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	background-color: #f9ec72;
	padding: 30px;
}
.titulo_ler_aviso {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	background-color: #F9EC72;
}
#novocli p      {
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 150px;
}

.ler_aviso {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	background-color: #F9EC72;
}
#tabela_usuarios a {
	color: #C30;
}
#tabela_os a {
	color: #333;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}


.transparente{
border-top:1px solid #fefefe;
border-bottom:1px solid #fefefe;
border-left:1px solid #fefefe;
border-right:1px solid #fefefe;
background:none;
text-align:left
}
.titulo_acesso {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.enfeite_recovery a{
	font-size: 12px;
	font-weight: 300;
	color: #999;
	text-decoration: none;
}
.enfeite_recovery a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
