/* XPages Application CSS */
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
/*  width: auto;
  height: auto;*/
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


#lightbox img.lb-image {
        width: 95%;
        height: 95%;
}
 
.lb-container .lb-fullScreen {
        background: transparent url('fullsize.png') scroll no-repeat center;
        height:42px;
        width:42px;
        position: absolute;
        right: 18px;
        top: 15px;
        z-index: 10;
}
.lb-container .lb-fullScreen:hover{
        background-color: white;
}/* CSS Document */

/*
*********************** CSS Document **************************

CLIENTE:		Consiste Consultoria e Sistemas Ltda
EMPRESA:		Alexsandro Schindler
COPYRIGHT:		Todos os Direitos Reservados

---------------------------------------------------------------

PROJETO:		Site
AUTOR:			Alexsandro Schindler
DATA CRIAï¿½ï¿½O:	22/03/2011 
MANUTENï¿½ï¿½O:
OBSERVAï¿½ï¿½O:

***************************************************************
*/

/* Tags Bï¿½sicas */

@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Sans', arial, serif; 
}

html {
	height: 100%;

}

body {
	text-align: center; /* hack para centralizar o layout no IE */
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
	font-style: normal;
	color: #535353;
	/*background-image: url(body-bottom-copyright.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

.txtpadrao {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 14px;
	font-style: normal;
	color: #535353;		
}
.home {
	width: 1004px; /* largura do site */
	margin: 0 auto; /* define as margens como automï¿½ticas e centraliza o layout  */
	text-align:left; /* "correï¿½ï¿½o" para o hack do IE na linha 26 */
	background-image: url(home.jpg);
	background-position: center;
	background-position:top;
	background-repeat: no-repeat;
}

.inside {
	width: 1004px; /* largura do site */
	margin: 0 auto; /* define as margens como automï¿½ticas e centraliza o layout  */
	text-align:left; /* "correï¿½ï¿½o" para o hack do IE na linha 26 */
	background-image: url(interna-topo.jpg) ;
/*	background-position: center; */
	background-position:top;
	background-repeat: no-repeat;
}

.inside-teaser {
	float: left;
	margin-left: -160px;
	margin-top: 40px;
	/*border: solid #F00 1px;*/
	width: 650px;
}

.slim {
	width: 1004px; /* largura do site */
	margin: 0 auto; /* define as margens como automï¿½ticas e centraliza o layout  */
	text-align:left; /* "correï¿½ï¿½o" para o hack do IE na linha 26 */
	background-image: url(inside_slim.jpg) ;
	background-position: center;
	background-position:top;
	background-repeat: no-repeat;
}

img {
	border: 0px;
}

/* Textos */

p {
	font-size: 100%;
	line-height: 16px;
}

h1 {
	font-size: 38px;
	font-weight: normal;
}

h2 {
	font-size: 32px;
	padding: 0px 0px 15px 0px;
	font-weight: normal;
}

h3 {
	font-size: 25px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

h4, h5, h6 {
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

/* Links */ 

a {
	text-decoration: none;
	color: #445a76;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

/* form */

input {
	background-color: #FFF;
	/*border: solid 2px #464f5b;*/
	/*height: 23px;*/
	font-size: 13px;
 	padding: 0 3px;
 }

.input {
	background-color: #FFF;
	/*border: solid 2px #464f5b;*/
	/*height: 23px;*/
	font-size: 13px;
 	padding-left: 4px;
}

.input .dijitButtonNode {
	height: 17px !important;
	padding: 4px !important;	
}

.inputdata {
	background-color: #FFF;
	height: 23px;
}

.form-button {
	text-transform: uppercase;
	padding: 5px;
	background-color: transparent;
	border: 0px;
	color: #445a76;
	font-weight: bold;
	font-size: 12px;
	background-image: url(input-button.png);
	background-repeat: no-repeat;
	width: 108px;
	height: 32px;
	margin-top: 5px;
	cursor: pointer;
}
		
		/*.radio {
			vertical-align: middle;
			background-color: transparent;
			background-image: url(radion-button.png);
			width: 20px;
			height: 20px;
			display: block;
			clear: left;
			float: left;
		}*/
		
/* topo */

.top-home {
	/*border: solid #F00 1px;*/
	height: 503px;
}

.top-home h1 {
	float: left;
	margin-left: 46px;
	margin-top: 14px;
	/*border: solid #F00 1px;*/
	width: 350px;
}

.top-inside {
	/*border: solid #F00 1px;*/
	height: 284px;
}

.top-inside h1 {
	float: left;
	margin-left: 46px;
	margin-top: 14px;
	/*border: solid #F00 1px;*/
	width: 350px;
}

.rigthTop {
	float: right;
	width: 580px;
	font-size: 12px;
	/* border: solid #F00 1px; */
}

.rigthTop ul {
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 5px;
	list-style: none;
	float: right;
	/*border: 1px solid red;*/
}

.rigthTop ul {
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 5px;
	list-style: none;
	float: right;
	/*border: 1px solid red;*/
}

.rigthTop ul li { 
	display: inline;
}

.rigthTop p { 
	float: right;
	padding-top: 12px;
	color: #FFF;
	/* border: 1px solid red; */
	text-transform: uppercase;
	padding-right: 8px
	
}

.rigthTop a {
	color: #fff;
}

.rigthTop p strong a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #FFF;
	padding: 5px;
}

.search {
	margin-left: 5px;
	margin-left: 5px;
	width: 130px;
	padding-left: 5px;
}

.teaser {
	/*border: solid #F00 1px;*/
	width: 615px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.teaser-home-button {
	text-align: right;
}

.teaser-inside-button {
	text-align: right;
	padding-top: 205px;
	padding-right: 250px;
}

.search-button {
	/*display: none;*/
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: bottom;
}

/* menu */

.menu {
	width: 100%;
	height: 70px;
	text-transform: uppercase;
	/*border: 1px solid red;*/
} 

.menu ul {
	margin-left: 16px; /* alinhar menu */
	list-style: none;
}

.menu ul li { 
	display: inline;
}

.menu .first-child {
	border-left: 0px;
}

.menu ul li a {
	font-size: 17px;
	text-shadow: 2px 0px 4px #000;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	color: #FFF;
	border-left: 1px solid #FFF;
	/*background-color: #0F0;*/ /* visualizar box */
}

.menu ul li a:hover{
	color: #95aecf;
	text-decoration: none;
}

/* content */

.content {
	float: left;
	width: 552px;
	margin-left: 33px;
	margin-top: 0px;
	/*	border: 1px solid red;*/
}

.content h2 {
	width: 100%;
	background-image: url(hrnew-h2-content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*border: 1px solid red;*/
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #445a76;
	position: float;
}


.linktitulo {
	display: block;
	width: 100%;
	background-image: url(hr-h2-content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*border: 1px solid red;*/
	padding: 0px 0px 5px 0px;
	margin: 25px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #445a76;
	position: float;
}

.linktitulo a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #445a76;
}

.linktitulo a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #00c0ff;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9c00;
	padding-bottom: 15px;
}

.content p {
	margin-bottom: 8px;
	text-align:left;
}

.content iframe {
	margin-bottom: 20px;
}

.content-1 blockquote {
	background-image: url(blockquote1.png);
	background-repeat: no-repeat;
	margin: 7px 0px 0px 12px;
	padding: 25px 0px 0px 10px;
	/*border: 1px solid red;*/
	float: left;
	/*width: 100%;*/
	/*background-color: #ccc*/
}

.content-2 blockquote {
	background-image: url(blockquote1.png);
	background-repeat: no-repeat;
	margin: 7px 0px 0px 12px;
	padding: 25px 0px 0px 10px;
	/*border: 1px solid red;*/
	float: left;
	width: 100%;
	/*background-color: #ccc*/
}
.comimagem {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
	float: left;
	width: 334px;
	/*background-color: #ccc*/
}

.content-1 blockquote p {
	font-size: 13px;
}

.content-1 p {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
}	

.content-1 ul {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
	margin:0 20px 0 40px;	
}	

.content-1 dt {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 1em;
	padding:2px 0 2px 0;
	margin: 10px 0 0 0;	
}	

.content-1 dd {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 1em;
	padding:5px 0 0 15px;
}	

.content-1 ol {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
	margin:0 20px 0 40px;	
}	

.content-1 .content-readmore {
	float: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	/*border: 1px solid red;*/}

.author {
	width: 100%;
	text-align: right !important;
	margin-top: 10px;
	background-image: url(blockquote2.png);
	background-repeat: no-repeat;
	background-position: right;
	/*border: 1px solid red;*/
}

.hotsite {
	margin-top:18px;	
}

.hotsite a {
	text-decoration: underline !important;
	color: #535353 !important;
	/*margin-right: 30px;*/
}
	
.hotsite a:hover {
	text-decoration: underline !important;
	color: #00f !important;
}

.content-1 .author a {
	background-color: #ff9c00;
	padding: 5px 10px 5px 10px;
	/*margin-right: 30px;*/
}
	
.content-1 .author a:hover {
	text-decoration: none;
	color: #EEE;
}

.content-2 .author a {
	background-color: #ff9c00;
	padding: 2px 4px 2px 4px;
	/*margin-right: 24px;*/
}
	
.content-2 .author a:hover {
	text-decoration: none;
	color: #EEE;
}

.content-2 p {
	margin-bottom:10px;	
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
}

.content-2 ul {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
}

.content-2 ol {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
}

.book {
	width: 189px;
	float: right;
	/*border: 1px solid red;*/
	margin-top: 7px;
}

.content-2 h2 {
	float: left;
}

.content-col-1 {
	float: left;
	width: 261px;
	/*border: 1px solid red;*/
}

.content-col-2 {
	float: right;
	width: 261px;
	/*border: 1px solid red;*/
}

.content-readmore {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.content-1 {
	/*border: 1px solid red;*/
	width: 100%;
	float: left;
	margin-bottom: 28px;
}

.content-2 {
	/*border: 1px solid red;*/
	width: 100%;
	float: left;
}

.content-demo-online {
	float: left;
	width: 261px;
	margin: 20px 0px 0px 0px;
	background-image: url(demo-online.png);
	background-repeat: no-repeat;
	/*border: 1px solid red*/;
}

.content-demo-online h4 {
	font-size: 18px;
	color: #304662;
	font-weight: bold;
	padding: 18px 0px 13px 60px;
}

.content-demo-online p {
	font-size: 13px;
	padding: 0px 0px 0px 20px;
}

.content-demo-online a {
	color: #aaa;
	text-decoration: none;
}

.content-demo-online a:hover {
	text-decoration: underline;
}

.content-demo-calendar {
	float: right;
	width: 261px;
	margin: 20px 0px 0px 0px;
	background-image: url(demo-calendar.png);
	background-repeat: no-repeat;
	/*border: 1px solid red*/;
}

.content-demo-calendar h4 {
	font-size: 18px;
	color: #304662;
	font-weight: bold;
	padding: 18px 0px 13px 60px;
}

.content-demo-calendar p {
	font-size: 13px;
	padding: 0px 0px 0px 20px;
}

.content-demo-calendar a {
	color: #aaa;
	text-decoration: none;
}

.content-demo-calendar a:hover {
	text-decoration: underline;
}

.addthis-content {
	float: right;
	margin: 0px 0px 5px 30px;
	padding: 0px;
	/*border: 1px solid red;*/
	width: 105px;
}

.addthis-content a {
	color: #666;
	margin: 0px;
	padding-top: 0px;
}

/* highlights */

.highlights {
	float: right;
	width: 303px;
	border: 1px solid #cfcfcf;
	background-color: #f6f6f6;
	margin-right: 34px;
	padding-top: 35px;
}

.highlights h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 34px 0px 24px;
	color: #445a76;
}

.highlights h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 34px 0px 24px;
	color: #00c0ff;
}

.highlights p {
	margin: 0px 34px 7px 24px;
	font-size: 11px;
}

.highlights blockquote {
	background-image: url(blockquote1.png);
	background-repeat: no-repeat;
	margin: 0px 15px 40px 24px;
	padding: 20px 0px 0px 0px;
	/*border: 1px solid red;*/
}

.highlights blockquote p {
	margin-bottom: 15px;
	font-size: 11px;
}

.highlights .author {
	text-align: right;
	background-image: url(blockquote2.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 24px 0px 0px;
	/*border: 1px solid red;*/
}

.highlights .author a {
	background-color: #ff9c00;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	/*margin-right: 30px;*/
}
	
.highlights .author a:hover {
	background-color: #ff9c00;
	padding: 5px 10px 5px 10px;
	text-decoration: underline;
	color: #FFF;
}

.highlights a text {
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	padding: 7px;
	text-decoration: none;
}

.highlights a text:hover {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}

.date {
	font-size: 16px;
	font-weight: bold;
	color: #ff9c00;
	padding-right: 5px;
}

.highlights-photo {
	background-image: url(photo-frame.png);
	background-repeat: no-repeat;
	margin-left: 14px;
	margin-top: 7px;
	padding: 21px 0px 0px 20px;
	height: 214px;
	
}

.highlights-readmore {
	text-align: right;
	padding-bottom: 20px;
	margin: 10px 34px 0px 24px !important;
}

.addthis {
	padding: 20px 40px 30px 60px;
	text-align:center;
	/*border: 1px red solid;*/
}

/* bottom */

.bottom {
	width: 100%;
	/*border: 1px solid red;*/
	float: left;
	background-image: url(bottom.jpg);
	background-repeat: repeat-x;
	height: 304px;
	text-align: left;
}

.bottom-col { /* alinhas as colunas do bottom ao centro */
	width: 1004px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

.bottom h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9c00;
	padding-bottom: 15px;
}

.bottom input {
	width: 198px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.bottom .form-button {
	width: 108px;
}

.bottom label {
	color: #FFF;
}

.bottom p {
	color: #FFF;
	margin-top: 4px;
}

.bottom address {
	color: #FFF;
	font-style: normal;
	margin-bottom: 15px;
	font-size: 13px;
}

.bottom strong {
	color: #FFF;
	font-size: 13px;
}

.bottom p a:hover {
	color: #2a3747;
	text-decoration: none;
	background-color: #FFF;
	padding: 5px;
}

.bottom-col { /* alinhas as colunas do bottom ao centro */
	width: 1004px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}


.bottom-col-1 {
	/*border: 1px solid red;*/
	float: left;
	width: 232px;
	margin-left: 20px;
	padding: 57px 0px 0px 0px;
	height: 220px;
	background-image: url(bottom-cols.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.bottom-col-1 ul {
	list-style: none;
}

.bottom-col-1 ul li {
	display: inline;
}

.bottom-col-1 ul li a {
}


.bottom-col-2 {
	/*border: 1px solid red;*/
	float: left;
	width: 239px;
	padding: 57px 0px 0px 12px;
	height: 220px;
	background-image: url(bottom-cols.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

.bottom-col-3 {
	/*border: 1px solid red;*/
	float: left;
	width: 239px;
	padding: 57px 0px 0px 12px;
	height: 220px;
	background-image: url(bottom-cols.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

.bottom-col-4 {
	/*border: 1px solid red;*/
	float: left;
	width: 210px;
	padding: 57px 0px 0px 12px;
}

/* copyright */

.copyright {
	width: 100%;
	/*border: 1px solid red;*/
	float: left;
	height: 25px;
	background-image: url(copyright.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	color: #868585;
}

.copyright a {
	color: #abaaaa;
}

/* Novos por Moises Bastos para compatibilizar com Lotus Notes Xpages*/
.view {
	float: right;
	width: 552px;
	margin-top: 12px;
	/*border: 1px solid red;*/
}

.view h2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
	color: #445a76;
/*	background-image: none;
	background-repeat: no-repeat;
	background-position: left;*/	
}}

#view h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9c00;
	padding: 0 0 0 2px;
}

#view p {
	margin: 0 0 2px 0;
}

.thumb {
	float: left;
	width: 80px;
	padding: 0 10px 0 0;
	text-align: left; 
	/*border: 1px solid #444;*/
}

.dados {
	float: right;
	width: 458px;
	margin: 0 0 0 0;
	/*border: 1px solid blue;*/
}

.dados a {
	color: #445A76;
	font-decoration: none;
	/*margin-right: 30px;*/
}
	
.dados a:hover {
	color: #FF9C00;
	text-decoration: none;
}


.foto {
	float: left;
	width: 80px;
	padding: 0 10px 0 0; 
	/*border: 1px solid #444;*/
}

.formtable {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
	border-spacing: 6px;
}

.formtable label {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
	/*background-color: #FFF;*/
	color: #2F70B0;
	font-weight: normal !important;
}

.formtable input {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
	background-color: #FFF;
/*	border: solid 2px #464f5b; */
/*	height: 23px; */
 	padding: 3px;
}

.formtable select {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
	background-color: #FFF;
/*	border: solid 2px #464f5b; */
/*	height: 23px; */
 	padding: 3px;
}

.formtable td {
	vertical-align: middle;
    padding: 2px;
    text-align: right;
 }
  
.formtable textarea {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
	background-color: #FFF;
/*	border: solid 2px #464f5b; */
	height: 120px;
	padding: 4px;
}

.checkgroup {
	border-spacing: 0px;
	border: none
}

.checkgroup input {
	background-color: #FFF;
	height: auto;
	margin-bottom: 8px;
	margin-right: 8px;
}

.checkgroup label {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 13px;
	font-weight: normal !important;
	background-color: #FFF;
	margin-bottom: 8px;
	height: auto;
}

.aviso {
	font-family: 'Droid Sans', arial, serif; 
	font-size: 11px;
	font-weight: bold !important;
	background-color: #FFF;
	height: auto;
	color: #FF9C00
}

.livrofrase {
	float: left;
	width: 130px;
	padding: 0px 10px 0 0;
	text-align: left; 
	/*border: 1px solid #444;*/
}
.livrodados {
	float: right;
	width: 408px;
	margin: 0 0 0 0;
	/*border: 1px solid blue;*/
}

.livrodados a {
	color: #445A76;
	font-decoration: none;
	/*margin-right: 30px;*/
}
	
.livrodados a:hover {
	color: #FF9C00;
	text-decoration: none;
}


/* Muda borda de campos com erro */
[aria-invalid=true] { 
	background-color: #fee; 
	border-color: red; 
}

.menudestaque {
	list-style-type:none;
	border-top: 1px solid #ccc;
	margin: 0 34px 15px 24px;
	padding:0
}

.menudestaque li {
	border-bottom:1px solid #ccc;
	padding:8px;	
}

.menudestaque a {
	color: #535353;
}

.menudestaque a:hover {
	color: #ff9c00;
	text-decoration: none;	
}

.linkvideo {
	display: block;
	width: 192px;
	height: 45px;
	background-image: url(linkvideo.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid gray;
	padding: 40px 50px 10px 9px;
	font-size: 16px;
	font-weight: bold;
	color: #445a76;
	line-height: 120%;
}

.nomevideo {
	font-size: 16px;
	color: #445a76;
}

.chamadavideo {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	padding: 8px 8px 8px 10px;
}

/* Biblioteca para fazer o player do youtube aparecer em cima de tudo */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
	z-index: 900;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#magazine{
	width:980px;
	height:580px;
}

#magazine .turn-page{
	width:490px;
	height:580px;
	background-color:#eee;
}

.checkboxes {
	border:none;
}

.checkboxes input {
	height:1em;
	margin: 1px 6px 0 0; 
	vertical-align: top;
	position: relative;
	*overflow: hidden;
}

.checkboxes tr {
	margin-bottom:1.5em;
}

.checkboxes td label {
	display: block;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

::-webkit-input-placeholder {
   font-size: 80%;
}

:-moz-placeholder {
   font-size: 80%;
}

::-moz-placeholder {
   font-size: 80%;
}

:-ms-input-placeholder {  
   font-size: 80%;
}

.dojoxLegendNode * .dojoxLegendText{
	margin-left: -4px;
}

.dojoxLegendNode * td{
	text-indent: -15px;
	padding-left: 28px;
}

.dijitArrowButtonContainer{height:inherit;}

.videoPrincipalFull {
	width: 550px;
	height: 308px;
	margin-bottom: 8px;
}

.videoPrincipalHalf {
	width: 260px;
	height: 146px;
	margin-bottom: 8px;
}

.videoHighlightFull {
	width: 260px;
	height: 146px;
	margin-bottom: 8px;
	margin-left: 20px;
}


.video {
	border: 1px solid #b1b1b1;
	width: 260px;
}

.video h3 {
	padding: 8px;
	color: #f10e0e;
	font-weight: normal;
	font-size: 18px;
}

.video .videoPrincipalHalf {
	margin-bottom:0;	
}

.bottom a {
	color:#84c0d4;
	text-decoration: underline;
}


/* ANIMAÇÃO PARA AGUARDAR CONSLUSÃO DE UMA AÇÃO */
.lds-roller {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}

.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}

.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background:#157cad;
margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}

.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}

.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}

.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}

.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}

.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}

.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}

.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}

@keyframes lds-roller {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.formtable .dijitPlaceHolder {
 top: 3px;
 color: #d8d8d8;
}


.formtable button {
	width: 80%;
	background: #1a73e8;
    border-radius: .1875rem;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    color: #ffffff;
    display: inline-block;
    height: 50px;
    font-family: 'Droid Sans', arial, serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.25rem;
    min-width: 3.375rem;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;	
}