body {
	background: #FFFFFF;	
}

.navbar {
	margin: 0px !important;
}

.navbar-inner {
    background-color: #253746;
    background-image: none;      
    box-shadow: none !important;
    margin: 0px;    
    padding: 0px;
}

.navbar .btn-navbar{	
	background-image: none;
	background-color: #2E4763;		
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus{
  	background-image: none;
	background-color: #0F1720;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#FFFFFF;  
  background-color: #0F1720;  
}

.navbar .nav > li > a {
    color: #FFFFFF;
    float: none;    
    text-decoration: none;
    text-shadow: 0 0px 0 #777;    
    margin-left: 1px;       
    
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0F1720;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 51px;
}

.dropdown-menu li > a {
  color: #0F1720 !important;  
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background-color:  white !important;
    background-image: none;
    filter:none;
    color: #0F1720 !important;    
}

.dropdown-menu > .active > a {
	background: white !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #0F1720 !important;
	background: white !important;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {    
    background-color: #0F1720;
    color: #fff;
}

/*Muda a seta do lado do botão dropdown*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #4483A4 !important;
    border-top-color: #4483A4 !important;    
}

.navbar .nav li.dropdown > a:hover .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}
	
/*FIM ******* Muda a seta do lado do botão dropdown*/

/* Muda o icone para branco */

.navbar a i[class*="icon-"] {
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navbar ul.nav li.open i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.navbar a:hover i[class*="icon-"]
{
	opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.navbar .nav li.dropdown.active i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.form-horizontal .control-group {
    margin-bottom: 8px;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#content {		
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
	overflow: hidden;	
}

/* Navegação */
.navega {	
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;	
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
}

.navega p{	
	/*max-width: 850px;
	width: 850px;*/
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #888888;
	font-weight: normal;
}
.navega a:hover{
	color: #666666;
}

.navega i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* facebook */
.face_fim {
	margin-top: 10px;
	border-top: #CCCCCC 1px solid;
	padding-top: 10px;	
}

.face_share {
	width: 100%;	
}

.face_coments legend {
	clear: both;
}

.mostra_whats {	
	width:50%;	
	float: left;	
}

.fb-share-button{
	margin-bottom: 10px;
	width:50%;	
	float: right;
	text-align: right;
}

.fb-comments {
	margin: 0 auto;
	text-align: center;
}
/* facebook */

#mostraMensa{
	margin: 0 auto;		
	text-align: center;
	width: 90%;	
}

#paginacao{
	text-align: center;
	overflow: hidden;
	clear: both;	
}

#header {
	background: #253746;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

#header_container {	
	padding: 10px;
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
	text-align: center;
}

#header_left {	
	
}

#header_right {
	padding-top: 10px;
}

#header_right h1 {
	color: #10B0E4;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#header_right h2 {
	color: #FFFFFF;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#footer {
	background: #253746;
}

#footer_container {
	padding: 20px 10px;	
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
	text-align: center;
}

#footer_container p {
	color: #FFFFFF;
	font-size: 26px;
	line-height: normal;
}

#evento_header_container {
	padding: 10px;
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
}

.evento_menu {

}

.evento_menu_container {
	margin: 0 auto;	
	clear: both;
	overflow: hidden;	
}

#menu_normal {
	display: none;
}

.evento_titulo {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.evento_titulo img {
	float: left;
	margin-right: 20px;
}

.evento_titulo h4 {
	color: #253746;
	font-size: 24px;
	padding-top: 10px;	
}

#evento_btn_inscr {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 25px 35px;
	background-image: none;
	filter: none; 
	text-shadow: none;
	box-shadow: none;
	background: #9A0000;
	border: none;
	border-radius: 8px;
	color: white;
	font-size: 20px;	
}

#evento_btn_inscr:hover,
#evento_btn_inscr:focus {
	background: #253746;
	color: white;
}

#evento_palestrantes {
	overflow: scroll;
}

#evento_footer {
	margin-top: 20px;
	background: #253746;
}

#evento_footer_container {	
	padding: 20px 10px;
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
	text-align: center;
}

#evento_footer_container {
	color: #FFFFFF;
}

#evento_footer_container h4 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: normal;	
}

.evento_fone {
	font-size: 16px;
	font-weight: bold;
}

.evento_contato {
	margin: 10px 0px;		
	line-height: normal;
	display: block;	
}

#proluv {
	text-align: center;
	padding: 50px 0px;
}

.evento_margem_left > i {
	display: block;
	margin-top: 10px;
}

#pag_cab{
	color: #666666;
	display: block;
}

#pag_cab img{
	float: left;
	margin-right: 10px;
}

#princ_login_container {	
		
}

#princ_login {	
	width: 250px;
	margin: 0 auto;		
	margin-bottom: 50px;
}

#princ_login .span3 {
	width: 220px;
}

#princ_novo {
	width: 250px;
	margin: 0 auto;	
	margin-bottom: 50px;
}

#princ_novo .span3 {
	width: 220px;
}

#princ_novo p{
	margin-bottom: 5px;
}

#princ_novo ul{
	font-size: 12px;
}

#princ_novo ul li{
	line-height: 16px;
}

.princ_label{
	margin-bottom: 0px;
}

.princ_help{
	margin-top: -10px;
	font-size: 12px;
}

.princ_btn {
	width: 245px;
}

#princ_login > h3{
	color: #E60014;
}

#princ_novo > h3{
	color: #E60014;
}

.btn_site {	
	padding: 10px 35px;
	background-image: none;
	filter: none; 
	text-shadow: none;
	box-shadow: none;
	background: #9A0000;
	border: none;
	border-radius: 8px;
	color: white;
	font-size: 16px;	
}

.btn_site:hover,
.btn_site:focus {
	background: #253746;
	color: white;
}

#cad_novo_form {		
	margin-top: 20px;	
}

.input_cod {
	width: 120px !important;	
}

.btn_site.marrom {
	background: #A06331;
}

.btn_site.marrom:hover,
.btn_site.marrom:focus {
	background: #855329;	
}

#btnShowModalPesqIgreja{
	margin: 10px 0px;
}

.table_hover td:hover{
	cursor: pointer;
	background: #E4E4E4 !important;
}

.help-block {
	margin-top: -10px;
}

.barra_login {		
	text-align: right;
}

.barra_login button{	
	margin-left: 10px;
}

.barra_login p{		
	vertical-align: middle;
}

.princ_destaq_main{
	text-align: center;
	margin-top: 40px;
}

.princ_destaq_btn{
	width: 160px;
	margin: 10px;
}

.princ_destaq {
	text-align: center;
}

.princ_destaq li {	
	width: 250px;
	text-align: center;	
	vertical-align: top;	
	margin: 20px auto;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.princ_destaq a > img:hover{	
	opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

#pag_cab > h2 {
	font-size: 16px;
}

.btn_nova_inscr {
	text-align: center;
	padding: 20px 0px;
}

.btn_nova_inscr a {
	width: 140px;
	margin: 0px 10px;
	padding-top: 20px;
}

/* inscrições lotes */

#linha_grupo {	
	clear: both;
	overflow: hidden;
	padding: 10px 0px;
}

#linha_grupo1 {
	font-size: 20px;
}

.painel {
	margin-bottom: 20px;
	background-color: #fff;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.painel_header {
	padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
  	border-top-right-radius: 3px;
  	font-size: 16px;	
}

.painel_body {
	padding: 15px;
}

.painel_info {
  border-color: #bce8f1;
}

.painel_info > .painel_header {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.painel_success {
  border-color: #d6e9c6;
}

.painel_success > .painel_header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.tr_total {
	font-weight: bold;
	color: #31708f;
}

.tr_botoes {	
	width: 50px;
}

.tr_botoes a {
	padding: 0px 5px;
	font-weight: normal;	
}

.tr_botoes a:hover {	
	text-decoration: none;
	cursor: pointer;
}

#novo_modal_conteudo {
	padding: 30px 40px;
	padding-top: 20px;
}

.input_success {
	border-color: #468847 !important;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	color: #468847 !important;
}

.input_success:focus {
	border-color: #356635 !important;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b !important;
}

#proluv_alert {
	z-index: 2000;
}

#table_lista_lotes {
	margin-top: 40px;
}

.tr_botoes_lista {
	text-align: center;	
	width: 130px;
}

.tr_botoes_lista a {
	padding: 0px 5px;
	font-weight: normal;	
}

.tr_botoes_lista a:hover {	
	text-decoration: none;
	cursor: pointer;
}

.btn_large {
	width: 250px !important;
	margin: 0 auto;
}

#txt_ins_fecha {
	display: none;
}

.tabela_inscr {
	margin: 0 auto;
	margin-top: 20px;
}

#modal_atualiza_botoes a {
	float: right;	
	width: 200px;
	margin: 5px;
}

.login_space {

}

.newTabela {
	width: 100%;	
}

.newTabela > li {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	width: 100%;
}

.newTabela > li > p {
	display: table-row;
	width: 100%;
}

.newTabela > li > p > span {
	display: table-cell;
	background-clip: padding-box;
  	border-right: 10px solid transparent;
  	border-bottom: 5px solid transparent;
  	vertical-align: middle;
}

.newTabela .span4,
.newTabela .span2 {
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.newTabelaForm {
	width: 100%;
}

.newTabela_Head {
	display: none !important;
}

.newTabelaTit {
	display: block;	
	background: #EEEEEE;
	text-align: right;
	padding: 0px 5px;
	font-weight: bold;
}

.hSenhaNormal {
	display: none;
}

.hSenhaBlock {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.fPassForca {
	margin-top: 5px;
}

.fPassForca span {
	font-size: 14px;
	font-weight: normal;	
}

.titTabela {
	display: table;
}

.titCel {
	display: table-cell;
}

.titCel .btn {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.titCel100 {
	width: 100%;
}

.titInput {
	width: 100% !important;
	box-sizing: border-box;
	min-height: 30px;
}

.close_mensa {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close_mensa:hover,
.close_mensa:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.evento_conteudo img {
	width: 100% !important;
	height: 100% !important;
}

/*
 * Pagbank
 */

.btn_tipo_ul > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
}

.btn_tipo_ul > li.active .btn_tipo_top,
.btn_tipo_ul > li.active .btn_tipo_bottom {
	border-color: #9A0000;	
}

.btn_tipo {	
	display: block;
	width: 160px;
	color: #333333;
	transition: all 0.4s ease;	
}

.btn_tipo:hover,
.btn_tipo:focus {
	text-decoration: none;	
}

.btn_tipo:hover .btn_tipo_top,
.btn_tipo:hover .btn_tipo_bottom {
	border-color: #9A0000;
	transition: all 0.4s ease;
} 

.btn_tipo > .btn_tipo_top {
	border: 2px solid #CCCCCC;
	border-radius: 8px 8px 0px 0px;
	padding: 10px;
}

.btn_tipo > .btn_tipo_top img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.btn_tipo > .btn_tipo_top p {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.btn_tipo > .btn_tipo_bottom {
	border: 2px solid #CCCCCC;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
	background: #F2F2F2;
	padding: 10px;
	height: 40px;
}

.btn_tipo > .btn_tipo_bottom p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px; 
	color: #666666;
}

.btn_tipo_icons {
	margin: 0px;
	padding: 0px;
}

.btn_tipo_icons > li {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.btn_tipo_icons  span {
	display: block;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}

.cart_vazio {
	text-align: center;
	padding: 60px 0px;
}

.cart_vazio h4 {
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 40px;
	line-height: 100%;
}

.cart_sucesso {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.cart_sucesso > i {
	font-size: 120px;
	color: #419B45;		
	margin-bottom: 10px;
}

.cart_txt {
	color: #666666;
}

.cart_pedido {
	color: #333333 !important;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 18px;
	margin-top: 20px;
}

.cart_realizado {
	margin-bottom: 20px;
}

.cart_validade {
	margin-top: 10px;
}