@charset "utf-8";
/* CSS Document
 *= require lib/bootstrap/3.3.5/css/bootstrap.min.css
*/

 {
	padding: 0;
	margin: 0;
}

/* necessario para ui.bootstrap */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer;}

.wrap {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: normal;
	white-space: normal;
}

.box-expand {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* IE6&7 */
}

.right-auto {
	right: auto !important;
}

.navbar-inverse {
	background-color: #333;
}

.crop {
	height: 300px;
	width: 400px;
	overflow: hidden;
}
.crop img {
	height: 300px;
	width: auto;
}

.text-xs {
	font-size: 70%;
}

.text-sm {
	font-size: 90%;
}

.text-md {
	font-size: 120%;
}

.text-xm {
	font-size: 130%;
}

.text-lg {
	font-size: 150%;
}

.text-xl {
	font-size: 300%;
}

.text-vtop {
	vertical-align: top;
}

.text-vbottom {
	vertical-align: bottom;
}

.text-bold {
	font-weight: bold;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.img-8x8 {
	width: 8px;
	height: 8px;
}

.img-16x16 {
	width: 16px;
	height: 16px;
}

.img-24x24 {
	width: 24px;
	height: 24px;
}

.img-32x32 {
	width: 32px;
	height: 32px;
}

.img-64x64 {
	width: 64px;
	height: 64px;
}

.print-logo {
	width: 256px;
	height: auto;
}

h4.panel-title {
	padding-top: 10px;
	padding-bottom: 0;
}

/* ----------------------------------------------- */
/* Configurações de Tabelas
-------------------------------------------------- */
.table-border {
	border: 1px solid #ddd;
}

.table thead, .table thead th {
	background-color: #464646;
	border: 1px solid #464646;
	color: white;
}

td {
	vertical-align: middle;
}

td a:hover {
	cursor: pointer;
}

.panel-body .table thead, .panel-body .table thead th {
	background-color: #9A9A9A;
	border: 1px solid #9A9A9A;
	color: white;
}

.tr-split {
	border-top: 2.5px solid #696969;
}

.tr-total {
	background-color: #696969 !important;
	border: 1px solid #696969 !important;
	color: white !important;
	font-weight: bold !important;
	font-size: 110%;
}

.sortorder:after {
	content: '\25bc';   /* BLACK DOWN-POINTING TRIANGLE */
}

.sortorder.reverse:after {
	content: '\25b2';   /* BLACK UP-POINTING TRIANGLE */
}

table thead tr th a {
	text-decoration: none;
	color: white;
}

table thead tr th a:hover {
	color: white;
}

/* Utilizado para corrigir um problema com responsive-tables (Bootstrap) c/ Firefox */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* ----------------------------------------------- */
/* Configurações do Awesomplete
-------------------------------------------------- */
div.awesomplete {
    display: block;
}
/**
 * bootstrap's input groups modify the float & z-index of form-controls, this allows awesomplete
 * to assume the position of the form-control and reset the input
 */
.input-group div.awesomplete {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group div.awesomplete > input {
    float: none;
}
.input-group div.awesomplete > ul {
    z-index: 3; /* bootstrap sets .input-group .form-control to 2 */
}
/* reinstitute initial .form-control border radius when nested within .awesomeplete */
.input-group .awesomplete .form-control {
    border-radius: 4px;
}
/* reinstitute .border-radius squaring within form groups */
.input-group .awesomplete:first-child .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .awesomplete:not(:first-child) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .awesomplete:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

/* ----------------------------------------------- */
/* Configurações do Cabeçalho
-------------------------------------------------- */
body.fixed-menu {
  padding-top: 110px;
}

body header #area_cliente input {
	width: 90px;
	display: inline;
}

body header #area_cliente label {
	margin: 0 4px 0 8px;
}

#logo {
	/* width: 100%;
	height: 100%; */
}

#logo_sys {
	width: auto;
	/* height: 96px; */
}

/*
@media only screen and (min-width: 768px) {
  body { margin-bottom: 120px; }
	body header #area_cliente input {
		display: block;
	}
	body header #area_cliente button {
		margin-top: 5px;
	}
}*/

/* ----------------------------------------------- */
/* Configurações do Rodapé
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}

#page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  color: #efefef;
  background-color: #333;
	font-size: 11px;
	padding-top: 20px;
}

#page-footer a {
  color: #9af7fe;
}

@media only screen and (max-width: 768px) {
  body { margin-bottom: 120px; }
  /* body footer { height: 400px; } */
}

/* ----------------------------------------------- */
/* Configurações do Carousel
-------------------------------------------------- */

#myCarousel {
	background: #999;
	width: 100%;
}

.item img {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.carousel-animate-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-animate-fade .carousel-inner .item,
.carousel-animate-fade .carousel-inner .active.left,
.carousel-animate-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-animate-fade .carousel-inner .active,
.carousel-animate-fade .carousel-inner .next.left,
.carousel-animate-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-animate-fade .carousel-inner .next,
.carousel-animate-fade .carousel-inner .prev,
.carousel-animate-fade .carousel-inner .active.left,
.carousel-animate-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-animate-fade .carousel-control {
  z-index: 2;
}

/* Mobile */
@media (max-width: 767px) {
  body.fixed-menu {
    padding-top: 200px;
  }
  .slider-size {
      height: auto;
  }
  .slider-size > img {
       width: 80%;
  }
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
  body.fixed-menu {
    padding-top: 150px;
  }
  .slider-size {
      height: auto;
  }
  .slider-size > img {
      width: 80%;
  }
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .slider-size {
         height: 200px;
    }
    .slider-size > img {
        width: 80%;
    }
}

/* desktops */
@media (min-width: 1024px) {
    .slider-size {
        height: 300px;
    }
    .slider-size > img {
        width: 60%;
    }
}
/* ----------------------------------------------- */
/* Configurações das sessões
-------------------------------------------------- */
section {
	margin: 0 0 20px 0;
}

main section header h1, aside section header h1 {
	text-align: center;
	font-size: 24px;
	padding: 0 5px 0px 5px;
	margin: 0;
}

aside section header h1 {
	margin: 0 0 20px 0;
}


/* Configurações das sessões principais
-------------------------------------------------- */
main h1, main ul {
	margin-bottom: 35px;
}

main p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 18px;
}

#informativos article, #comunicados article {
	width:100%;
	height:100%;
	padding: 10px 4px 10px 4px;
	margin:0;
	border-bottom: dotted 1px #666;
}

#informativos .well, #comunicados .well {
	margin: 0;
}

#informativos article:hover, #comunicados article:hover {
	background-color: #f8f8f8;
	/*text-decoration: none;*/
}

#informativos a, #comunicados a {
	text-decoration: none;
}

#informativos article:last-child, #comunicados article:last-child {
	border-bottom: 0;
}

/* Solução para o AngularJS */
.last-article {
  border-bottom: 0 !important;
}

#informativos article h2 {
	font-size: 18px;
	color: #666;
	margin: 0 0 10px 0;
	text-align: center;
}

#informativos article p {
	text-align: center;
}

#informativos article img {
	width:auto;
	height:auto;
	max-width:35%;
	max-height:35%;
	float: right;
	margin: 0 0 5px 5px;
}

#informativos article:nth-child(odd) img {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

#infosCarregando, #comunicadosCarregando {
	height: 200px;
	padding: 50px 0 50px 0;
}

#infosMsgErro, #comunicadosMsgErro {
	height: 100px;
	padding: 20px 0 20px 0;
}

#comunicados article time {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

/* ----------------------------------------------- */
/* Configurações das sessões laterais
-------------------------------------------------- */
#atalhos button {
	margin-top: 5px;
}

#classificados article {
	background: #eee;
	padding: 2px 2px 6px 2px;
	margin-bottom:5px;
	border-radius: 6px;
}

#classificados article h2 {
	font-size: 14px;
	text-align: center;
	background-color: #ddd;
	padding: 5px 2px 5px 2px;
	margin: 0;
	border-radius: 6px 6px 0 0;
}

#classificados article p {
	font-size: 13px;
	padding: 5px 5px 8px 5px;
	text-align:justify;
}

/* ----------------------------------------------- */
/* Configurações do Cabeçalho da Área Cliente
-------------------------------------------------- */
#info_cliente {
	padding: 10px 15px 5px 0;
	margin: 0;
	color: #999;
	font-weight: bold;
}

#search_box {
	width: 300px;
}

#search_box input {
	width: 100%;
}

/* ----------------------------------------------- */
/* Configurações da Mensagem (Well)
-------------------------------------------------- */
.mensagem {
	/* text-align: center; */
}

.mensagem h2 {
	font-size: 18px;
	color: #666;
	background-color: #ddd;
	padding: 18px 5px 18px 5px;
	margin: 0 0 15px 0;
	border-radius: 6px;
	text-align: center;
}
.mensagem address {
	display: inline;
}

.mensagem ul li {
	margin-bottom: 10px;
}

/* ----------------------------------------------- */
/* Configurações da Imagens dos Condomínios
-------------------------------------------------- */
#condominios figure {
	/*
	display: inline-block;
	margin: 5px 4px 10px 4px; */
}

#condominios figcaption {
	/* display: inline-block; */
	margin-top: 10px;
}

#loginModal .modal-body {
	padding: 0;
}

/* ----------------------------------------------- */
/* Configurações da Caixa de Login (Well)
-------------------------------------------------- */
.login_box {
	background-image: linear-gradient(to bottom, #eee, #ccc);
	background-color: #999;
  background-image: url("../img/jrw_logo_login.png"); /* fallback */
  background-image: url("../img/jrw_logo_login.png"), -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc)); /* Saf4+, Chrome */
  background-image: url("../img/jrw_logo_login.png"), -webkit-linear-gradient(top, #eee, #ccc); /* Chrome 10+, Saf5.1+ */
  background-image: url("../img/jrw_logo_login.png"), -moz-linear-gradient(top, #eee, #ccc); /* FF3.6+ */
  background-image: url("../img/jrw_logo_login.png"), -o-linear-gradient(top, #eee, #ccc); /* Opera 11.10+ */
  background-image: url("../img/jrw_logo_login.png"), linear-gradient(to bottom, #eee, #ccc); /* W3C */
	background-position: bottom right, top left;
	background-repeat: no-repeat, no-repeat;
	border-radius: 0;
}

.login_box h2 {
	color: #ccc;
	/* text-shadow: 1px 1px white, 0 -1px #333; */
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.login_box button {
	margin: 0 auto;
}

/* ----------------------------------------------- */
/* Configurações da Tooltip
-------------------------------------------------- */
.tooltip-inner {
	background-color: rgb(243, 245, 151);
	color: #000;
}
.tooltip.top .tooltip-arrow {
	border-top-color: rgb(243, 245, 151);
}

.tooltip.right .tooltip-arrow {
	border-right-color: rgb(243, 245, 151);
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgb(243, 245, 151);
}

.tooltip.left .tooltip-arrow {
	border-left-color: rgb(243, 245, 151);
}

/* ----------------------------------------------- */
/* Configurações da Popover
-------------------------------------------------- */
.popover {
	max-width: 400px;
	width: auto;
}
.input-group-addon a {
	padding: 1px 5px 1px 5px;
	margin: 0;
}
.input-group-addon a:hover {
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Configurações dos Formulários
-------------------------------------------------- */
.ng-invalid.ng-dirty {
	border-color: #FA787E;
}
.ng-valid.ng-dirty {
	border-color: #78FA89;
}

/* ----------------------------------------------- */
/* Configurações das Locações / Classificados
-------------------------------------------------- */
.titulo-bairro {
	background-color: #4F545E;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}

#locacoesCarregando {
	height: 100px;
	padding: 20px 0 20px 0;
}

#wrapperSemLocacoes {
	margin: 50px 80px 0 80px;
}

/* ----------------------------------------------- */
/* Área Exclusiva
-------------------------------------------------- */
#info_cliente {
	text-align: right;
	color: #FFFFFF;
}

#info_cliente .label-cond {
	font-size: 90%;
}
#info_cliente #usuario {
	font-size: 120%;
}

#filtro-ano {
  width: 100px;
}

/* ----------------------------------------------- */
/* Boleto
-------------------------------------------------- */
@media print {
	body, form, page {
		margin: 0px 0px 0px 0px !important;
		background-color: white !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		padding: 0px 0px 0px 0px !important;
	}
	hr {
		border-bottom: 0.5px solid black !important;
		background: #000000;
	}
	page {
		page-break-inside: avoid;
		page-break-after: none;
		page-break-before: none;
		padding: 5mm 5mm 5mm 5mm !important;
	}
	.no-print, .no-print * {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
	}

}

.grey-background {
	background: rgb(204,204,204);
}

page {
	background: white;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 0.5cm 0.5cm 0.5cm 0.5cm;
	width: 21cm;
	height: 29.4cm;
}

.boleto-size {
	width: 98%;
	margin: 0 auto 0 auto;
	font-size: 9pt;
}

.scalable-img {
	width: 100%;
}

#boletoHeader {
	margin-bottom: 20px;
}

#boletoId {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.campo {
	border: 0.1em black solid;
	padding: 0 4px 0 4px;
	vertical-align: top;
}

.campoLabel {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.campoValor {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.fontTimes {
	font-family: "Times New Roman";
}

.fontArial {
	font-family: Arial;
}

.fontCourier {
	font-family: "Courier New", Courier, monospace;
}

#boletoItensWrapper {
	height: 156px;
	padding: 4px 3px 0 3px;
	vertical-align: top;
}

#boletoItens {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", Courier, monospace;
}

#boletoItens thead th {
	padding-bottom: 4px;
}

#boletoOrientacoes {
	height: 140px;
	padding: 5px 8px 5px 8px;
}

#boletoAutenticacao {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.25em;
}

#boletoFooter {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	width: 100%;
	padding: 3px 2px 3px 2px;
}

#barcode {
	padding-top: 5pt;
}

.btn-on-top {
	float: right;
	margin: 0 2px;
	display: scroll;
	position: fixed;
	top: 10px;
	right: 14%;
	z-index: 5;
	width: 110px;
}

.btn-on-top2 {
	float: right;
	margin: 0 2px;
	display: scroll;
	position: fixed;
	top: 50px;
	right: 14%;
	z-index: 5;
	width: 110px;
}

.btn-on-top3 {
	float: right;
	margin: 0 2px;
	display: scroll;
	position: fixed;
	top: 90px;
	right: 14%;
	z-index: 5;
	width: 110px;
}

/* ----------------------------------------------- */
/* Relatorios
-------------------------------------------------- */
#selecaoDevedores {
	height: 200px;
	margin-top: 50px;
}

.conta-total-label {
	width: 200px;
	margin-left: 15px;
	font-weight: bold;
}

.conta-total-valor {
	width: 100px;
	font-weight: bold;
	font-size: 110%;
}

.table-resumo-conta {
	width: 60%;
	margin-left: auto;
}

.table-resumo-conta tr td:first-child {
	width: 65%;
	font-weight: bold;
}

.table-resumo-conta tr td:last-child {
	width: 35%;
}

.table-resumo-conta tr:last-child td:last-child {
	font-size: 110%;
	font-weight: bold;
}

.table-resumo-condominio thead tr th {
	background-color: #464646;
	color: white;
	font-size: 120%;
	padding: 10px 0 10px 0;
	border-radius: 4px 4px 4px 4px;
}

.table-resumo-condominio tbody tr:first-child {
	height: 30px;
	vertical-align: bottom;
}

.table-resumo-condominio tbody tr:last-child td:last-child {
	font-size: 110%;
	font-weight: bold;
}

/* ----------------------------------------------- */
/* Comprovante
-------------------------------------------------- */
.comprovante-size {
	width: 686px;
	margin: 30pt auto 0 auto;
	font-size: 10.5pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	letter-spacing: 0.8px;
}

.logo-comprovante {
	width: 160px;
}

.titulo {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.label-comprovante {
	color: #525261;
	font-weight: normal;
	text-align: right;
}

.campo-comprovante {
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.hr-comprovante {
	width: 680px;
	height: 1px;
	border: 0;
	background: #000000;
	text-align: center;
}

.msg {
	color: #525260;
	font-weight: normal;
}

.msg-centralizada {
	text-align: center;
	color: #525260;
	font-weight: normal;
}

.autenticacao {
	display: inline-block;
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	padding: 6px 5px 0 0;
	vertical-align: bottom;
}

/* ----------------------------------------------- */
/* Funcionários
-------------------------------------------------- */
.label-func {
	text-align: right;
	font-weight: bold;
}

.dado-func {
	border-bottom: 1px solid #F2F2F2;
}

/* ----------------------------------------------- */
/* Menu de Configuracões
-------------------------------------------------- */
.label-conf {
  height: 30px;
  overflow-y: hidden;
  display: table;
}

.label-conf label {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

/* ----------------------------------------------- */
/* 1ª Via
-------------------------------------------------- */
.accordion-toggle:hover, .accordion-toggle:focus, .accordion-toggle:active {
  text-decoration: none;
  outline-style: none;
}

/* ----------------------------------------------- */
/* Angucomplete
-------------------------------------------------- */
.angucomplete-dropdown {
  width: 100% !important;
}
