@CHARSET "utf-8";

/*Início classes Google Maps */
html, body {
	height: 100% !important;
	min-height: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Light" !important;
}

.map-canvas {
	margin: 0;
	padding: 0;
	height: 500px;
	width: 100%;
}

.map-canvas.full-screen {
	position: relative;
	margin: 0;
	padding: 0;
	height: 700px !important;
	width: 100%;
}

.map-canvas-info {
	height: 50px;
	background: #eee;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border-bottom: #aaa 1px solid;
}

#map-canvas img {
	max-width: none;
}

#map-canvas label {
	width: auto;
	display: inline;
}

/*Fim classes Google Maps*/
#logo-cliente-rodape {
	position: fixed;
	background: url("../img/logo-cliente.png") no-repeat;
	right: 10px;
	bottom: 10px;
	width: 250px;
	height: 80px;
}

/*
input[type=text] {
	text-transform: uppercase;
}
*/
input[type=text].username-password {
	text-transform: lowercase;
}

.background-image {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.login-box {
	width: 380px;
}

.login-error-box {
	width: 300px;
	margin: 0 auto;
}

.well2 {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: none;
}

.well3 {
	min-height: 20px;
	height: 100%;
	padding: 19px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}

.well4 {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: none;
	border: 1px solid #e3e3e3;
}

.well4-pdf {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: none;
	border: 1px solid #e3e3e3;
}

.well5 {
	min-height: 20px;
	height: 100%;
	padding: 10px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}
.janela {
	position: relative;
	width: 97%;
	background: #ffffff;
	margin: 15px;
}

.titulo-janela {
	position: relative;
	height: 24px;
	background: url("../img/fundo-titulo-janela.jpg");
	padding: 6px 0 4px 14px;
	color: #333;
	font-weight: bold;
	border: 1px #ddd solid;
}

.conteudo-janela {
	background: #fbfbfb;
	padding: 1.4em 1.4em 1em 1.4em;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

label {
	line-height: 10px;
}

label.smallEspacado {
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 3px;
	color: #333;
}

label.smallEspacado2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: -2px;
	color: #333;
}

label.smallEspacado-chosen {
	font-weight: 600;
	font-size: 13px;
	color: #333;
	top: 3px !important;
	position: relative !important;
}

.ace-file-input label.title {
	padding-bottom: 1px;
	font-weight: 600;
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	top: -18px;
	position: relative;
}

.fieldset {
	border: 1px solid #DDD;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 0.5em 0;
	background: #f9f9f9;
}

.legend {
	font-size: 1.2em;
	font-weight: bold;
}

a.link-sem-efeito {
	text-decoration: none !important;
	color: #333333 !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

table.no-outer-pad tr td {
	padding: -10px;
	margin: -10px;
}

a.no-underline {
	text-decoration: none;
}

a.color-inherit {
	color: inherit !important;
}

.no-margin {
	margin: 0;
}

.hsub:hover {
	background: #f1f5f9 !important;
}

.text-normal {
	text-transform: none !important;
}

.search-input {
	border-color: #6fb3e0;
	border-width: 1px;
	width: 260px;
	height: 18px !important;
	border-radius: 4px !important;
	font-size: 13px;
	color: #666 !important;
	z-index: 11;
	-webkit-transition: all ease .15s;
	-moz-transition: all ease .15s;
	-o-transition: all ease .15s;
	transition: all ease .15s
}

.center-aligned {
	text-align: center;
}

.required:after {
	content: "*";
	font-size: 0.9em;
	padding-left: 1px;
	color: #FF0000;
}

.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	/* width and height can be anything, as long as they're equal */
}

.strong-600 {
	font-weight: 600 !important;
}

.font-weight-normal{
	font-weight: normal !important;
}

[class*="tam"] {
	min-height: 1px;
	margin-left: 2px;
}

.tam12 {
	width: 940px;
}

.tam11 {
	width: 860px;
}

.tam10 {
	width: 780px;
}

.tam9 {
	width: 700px;
}

.tam8 {
	width: 620px;
}

.tam7 {
	width: 540px;
}

.tam6 {
	width: 460px;
}

.tam5 {
	width: 380px;
}

.tam4 {
	width: 300px;
}

.tam3 {
	width: 220px;
}

.tam2 {
	width: 140px;
}

.tam1 {
	width: 60px;
}

.ribbon-section .disabled {
	cursor: no-drop !important;
}

.input-no-border {
	border: none !important;
	padding-top: 2px !important;
	line-height: 23px;
}

.no-border{
	border: none !important;
}

.cursor-pointer {
	cursor: pointer;
}

.no-margin {
	margin: 0;
}

.container-auditoria-imovel {
	height: 500px;
}

.modal .modal-dialog .modal-content form {
	margin: 0 !important;
}

a {
	text-decoration: none !important;
}

.btn.btn-app-large {
	width: 200px !important;
}

.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-12x {
  font-size: 12em;
}
.fa-14x {
  font-size: 14em;
}
.fa-16x {
  font-size: 16em;
}


.arquivo {
	color: #666;
	border: 1px solid transparent;
	position: relative;
	display: inline-table;
	text-align: center;
	padding: 25px 20px 0px 20px;
	width: 150px;
}

.arquivo:hover {
	border: 1px solid #a4cef9;
	background: #e8eff7;
	cursor: pointer;
}

.arquivo .icone {
	display: inline-block;
}

.arquivo .icone .versao {
	position: relative;
	right: 30px;
}

.arquivo .nome {
	text-align: center;
	position: relative;
	top: -5px;
	display: block;
	line-height: 1.3em;
}

a .arquivo {
	color: #666 !important;
}

.rodape-tela-pasta {
	width: 100%;
	height: 25px;
	bottom: 0;
	position: fixed;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	text-align: center;
}

.rodape-tela-pasta span {
	margin-left: 50px;
}

.observacao-imovel {
	text-align: justify !important;
	line-height: 1.8em !important;
}

/*correçao para o modal do boostrap que aparece sempre acima dos links*/
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 800px;
	margin: -250px 0 0 -400px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal.fade {
	z-index: -1050;
	top: -25%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-ms-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
	z-index: 1050;
	top: 45%;
}


@media screen and (max-height: 768px){
	.modal.fade.in {
		z-index: 1050;
		top: 40%;
	}
}

/* media query utilizada para que modais não sejam cortadas pela parte 
inferior da tela para telas com mais de 769 pixels verticais
 */
@media screen and (min-height: 769px){
	.modal.fade.in {
		z-index: 1050;
		top: 29%;
	}
}

.modal-body-87vh{
	max-height: 87vh
}

.modal-body-80vh{
	max-height: 80vh;
}

.modal-body-76vh{
	max-height: 76vh;
}

.modal-body-70vh{
	max-height: 70vh;
}

.modal-body-min-40vh{
	min-height: 40vh;
}

.height-80vh{
    height: 80vh !important; 
    min-height: 80vh !important;
    max-height: 80vh !important;
}

.item {
	font-weight: 600 !important;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.offset-05 {
	margin-left: 50px !important;
}

/* -----------------------------------------------------------
	jquery ui -> autocomplete
----------------------------------------------------------- */
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	background-image: none !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-widget {
	font-family: 'Open Sans' !important;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-state-focus, .ui-menu .ui-state-active,
	.ui-menu .ui-menu-item:hover>.ui-menu-icon, .ui-menu .ui-state-focus>.ui-menu-icon,
	.ui-menu .ui-state-active>.ui-menu-icon {
	background: #4f99c6 !important;
	color: #ffffff !important;
	border-color: #2283c5 !important;
}

select, textarea {
	margin-bottom: 0 !important;
}

input[type="text"] {
	margin-bottom: 0 !important;
}

.chzn-container {
	top: 0 !important;
}

input ~ .add-on {
	cursor: pointer;
}

.profile-picture {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 4px;
	display: inline-block;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-moz-box-sizing: border-box;
}

.profile-user-info {
	display: table;
	border: 1px solid #DCEBF7;
	background-color: #FFF;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.profile-info-row {
	display: table-row;
	line-height: 1.6em;
}

.profile-info-name {
	display: table-cell;
	color: #336199;
	background-color: #EDF3F4;
	text-align: right;
	border-top: 1px solid #F7FBFF;
	font-size: 1.1em;
	padding: 6px 10px 6px 4px;
	width: 15%;
}

.profile-info-value {
	display: table-cell;
	padding: 6px 4px 6px 6px;
}

.hidden {
	display: none;
}

.oculto{
	visibility: hidden;
}

.title-light {
	font-weight: normal !important;
}

.title{
	font-weight:600;
}

.input-append.no-margin-bottom, .input-prepend.no-margin-bottom {
	margin-bottom: 0 !important;
}

.brand strong {
	font-family: "Open Sans Bold";
}

#ajax-processando {
    width: 20em;
    text-align: center;
    position: fixed;
    background: #f4f5ba;
    color: #050004;
    border: 1px solid #ebcd60;
    border-top: none;
    padding: 5px;
    font-size: 1em;
    top: 0;
    left: 35%;
    z-index: 999999999;
    height: 1.5em;
    font-weight: bold;
}

.navbar {
	z-index: 60 !important;
	position: relative;
}

.navbar-minhas-conversas{
	background: #2e6589 !important;
}

/*corrige o problema de o calendário ficar por baixo das abas do tabbable*/
.ui-datepicker{
	z-index:9999999 !important;
}

/* adiciona ícone ao input text */
.inner-addon { 
    position: relative; 
}

.inner-addon i.fa {
  position: absolute;
  padding: 8px;
  pointer-events: none;
}

.left-addon i.fa  { left:  0px;}
.right-addon i.fa { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* corrige o problema de não aparecer autocomplete no modal do bootstrap */
.ui-autocomplete { z-index:2147483647; }

/* corrige o problema de dropdown ficar oculto quando dentro de uma tab pequena 
.tab-content{
  overflow:inherit !important;
}*/

/*
 * Responsivo...
 */
@media only screen and (max-width:460px) {
	table#ranking_parlamentares thead tr th:nth-child(4), table#ranking_parlamentares thead tr th:nth-child(5)
		{
		display: none;
	}
	table#ranking_parlamentares tbody>tr>td:nth-child(4), table#ranking_parlamentares tbody>tr>td:nth-child(5)
		{
		display: none;
	}
}

@media only screen and (max-width:320px) {
	#ribbon {
	}
	#ribbon .ribbon-section {
		
	}
}


.area {
	width: 50%;
	padding: 2em;
	background-color: #a7dbd8;
	border: 0.1em #80aace solid;
	font-size: 1.5em;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
}

.subarea {
	width: 25%;
	padding: 2em 2em 0 2em;
	margin: 0 0 1em 1em;
	background-color: #e0e4cc;
	border: 0.1em #aaa solid;
	display: inline-block;
	font-size: 1.2em;
	text-align: center;
	color: #333;
	cursor: pointer;
	background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,
		0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
	background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 100%) !important;
	background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 100%) !important;
	background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 100%) !important;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 100%) !important;
}

.subarea .nome a {
	color: #333;
}

.subarea .opcoes {
	width: 100%;
	height: 2em;
	display: block;
	text-align: right;
}

.subarea .opcoes .opcao {
	margin-left: 1em;
	display: inline-block;
}

.subarea .opcoes .opcao a {
	display: inline;
}

.subarea:hover {
	outline: 0.15em #aaa dashed;
}

.checkbox {
	display: inline-block;
	bottom: 10em !important;
	left: 100px;
}

.checkbox>input[type=checkbox] {
	opacity: 1;
	position: relative;
	z-index: 12;
	width: 18px;
	height: 18px;
	display: inline;
	bottom: 0.2em;
	margin-right: 1em;
}

.light-grey{
	color: #f4f3f3 !important
}

.bkgd-white{
	background: #ffffff !important;
}

.bkgd-white-swan{
	background: #fcfaf6 !important;
}

.bkgd-black{
	background: #000000 !important;
}

.bkgd-red{
	background-color: #dd5a43 !important
}

.bkgd-red-first-date{
	background-color: #fab1a0 !important;
}

.bkgd-red-pastel{
	background: #ff6b6b !important;
}

.bkgd-red-pomegranate{
	background:  #c0392b !important;
}


.bkgd-pink-glamour{
	background: #ff7979 !important;
}

.bkgd-pink-apple-valley{
	background: #ea8685 !important;
}

.bkgd-light-grey{
	background: #f4f3f3 !important;
}
	
.bkgd-primary{
	background: #2283c5 !important;
}

.bkgd-info{
	background: #6fb3e0 !important;
}
	
.bkgd-grey{
	background: #e9e9e9 !important;
}

.bkgd-orange{
	background: #ffb638 !important;
}

.bkgd-light-blue{
	background: #dcf5fa !important;
}

.bkgd-light-blue2{
	background: #E4F1FE !important;
}

.bkgd-blue{
	background: #2283c5 !important;
}

.bkgd-blue2{
	background: #73B1D6 !important;
}

.bkgd-amethyst{
	background: #9b59b6 !important;
}

.bkgd-emerald{
	background: #2ecc71 !important;
}

.bkgd-alizarin{
	background: #e74c3c !important;
}

.bkgd-soft-red{
	background: #EC644B !important;
}

.bkgd-sun-flower{
	background: #f1c40f !important;
}

.bkgd-peter-river{
	background: #3498db !important;
}

.bkgd-wet-asphalt{
	background: #34495e !important;
}

.bkgd-midnight-blue{
	background: #2c3e50 !important;
}

.bkgd-asbestos{
	background: #7f8c8d !important;
}

.bkgd-hot-stone{
	background: #aaa69d !important;
}

.bkgd-pencil-lead{
	background: #596275 !important;
}

.bkgd-silver{
	background: #bdc3c7 !important;
}

.bkgd-turquoise{
	background: #1abc9c !important;
}

.bkgd-green-sea{
	background: #16a085 !important;
}

.bkgd-green-lime-soup{
	background: #7bed9f !important;
}

.bkgd-sour-lemon{
	background: #ffeaa7 !important;
}

.bkgd-bright-yarrow{
	background: #fdcb6e !important;
}

.bkgd-green-wild-caribean{
	background: #1dd1a1 !important;
}

.bkgd-light-green{
	background: #9be19b !important;
}

.bkgd-light-green2{
	background: #dbf6db !important;
}

.bkgd-wax-flower{
	background:#F1A9A0 !important;
}

.bkgd-wax-flower2{
	background:#ffdfdb !important;
}

.silver{
	color: #bdc3c7 !important;
}

.sun-flower{
	color: #f1c40f !important;
}

.carrot{
	color: #e67e22 !important;
}

.turquoise{
	color: #1abc9c !important;
}

.green-sea{
	color: #16a085 !important;
}

.green-palmspring-splash{
	color: #218c74 !important;
}

.red-pomegranate{
	color:  #c0392b !important;
}

.wet-asphalt{
	color: #34495e !important;
}

.grisaille {
	color: #57606f;
}

.bkgd-grisaille{
	background: #57606f;
}

.seabrook{
	color: #487eb0 !important;
}

.bkgd-seabrook{
	background-color: #487eb0 !important;
}

.line-through{
	text-decoration: line-through !important;
}

	

/*
 * Simple Accordion
 */
.simple-accordion-toggle {cursor: pointer;}
.simple-accordion-content {display: none;}
.simple-accordion-content.default {display: block;}
.simple-accordion-blue-header{
	background-color:#2283c5;
	color:#fff;
}

tr.tr-claro{
	background-color:#fdf4df !important;
	border-color:#fdd496 !important;
	color: #F89406;
	font-size:130%;
	text-align: center;
}

.nowrap{
	white-space: nowrap;
}

.alnright{
	text-align: right !important;
}

.alncenter{
	text-align: center !important;
}

.alnleft{
	text-align: left !important;
}

.valnmiddle{
	vertical-align: middle !important;
}


.valntop{
	vertical-align: top !important;
}

.table-header-light {
	background: #6babeb;
}

.navbar .navbar-inner.grey{
	background: #f5f5f5;
}

.navbar .navbar-inner.light-blue{
	background: #dceefc;
}

.big-modal{
   width:98%;
   margin-left:-49.1%;
}

.md-modal{
   width:75%;
   margin-left:-40%;
}

.sm-modal{
   width:50%;
   margin-left:-25%;
}

hr.tight{
	padding: .5em 0 0 0;
	margin: 0;
}

.no-margin{
	margin: 0 !important;
}

.no-padding{
	padding: 0 !important;
}

.pad1em{
	padding: 1em !important ;
}


.pad2em{
	padding: 2em !important ;
}

.pad05em{
	padding: 0.5em !important ;
}

.pad-tab-content{
	padding: 16px 12px;
}

.btn-conciliar{
	margin-top: 3em !important;
}

.tr-collapse {
    display: none;
}

.tr-collapse.in {
    display: table-row;
}

.wrap-ellipsis{
	display: inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}

.max70{
	max-width: 70% !important;
}


.max90{
	max-width: 90% !important;
}

.max100{
	max-width: 100% !important;
}

.width70{
	width: 70% !important;
}

.bg-silver{
	background-color:#ebebeb; 
}

.navbar-blur{
	background: #386ca8 !important; /* Old browsers */
	background: -moz-linear-gradient(left, #386ca8 0%, #442d4a 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #386ca8 0%,#442d4a 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #386ca8 0%,#442d4a 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386ca8', endColorstr='#442d4a',GradientType=1 ) !important; /* IE6-9 */
}
.navbar-dark-blue{
	background: #386ca8 !important;
}

.width1{
	width: 1% !important;
}

.width100{
	width: 100% !important;
}

.tr-collapse {
    display: none;
}

.tr-collapse.in {
    display: table-row;
}

/* CARDS */
.card {
  background: #fcfcfc;
  border-radius: 2px;
  /*display: inline-block;*/
  margin-bottom: 1rem;
  position: relative;
}

.card.pad05{
	padding: 0.5em;
}

.card.pad1{
	padding: 1em;
}

.card.pad2{
	padding: 2em;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

.card.box-shadow-hover-only {
  box-shadow: none;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card.box-shadow-hover-only:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

table.pdf-table-black, table.pdf-table-black tr, table.pdf-table-black td,
	table.pdf-table-black th {
	border-color: #333 !important;
}

.justified{
	text-align: justify !important;
}

.mostrar-apenas-pdf{
	display: none !important;	
}


/*Scroll Bars*/
.scrollbar {
	overflow-y: scroll;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
}

.scrollbar-300{
	height: 300px;
	min-height: 300px;
	max-height: 300px;
}

.scrollbar-400{
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}

.scrollbar-google::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.scrollbar-google::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
.scrollbar-google::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
.scrollbar-google::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
.scrollbar-google::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}


.scrollbar-blue::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.scrollbar-blue::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(34,131,197,0.1);
}
.scrollbar-blue::-webkit-scrollbar-thumb {
    background: #0a98fb;
    -webkit-box-shadow: inset 1px 1px 2px rgba(34,131,197,0.2);
}
.scrollbar-blue::-webkit-scrollbar-thumb:hover {
    background: #438eb9;
}
.scrollbar-blue::-webkit-scrollbar-thumb:active {
    background: #2e709f;
    -webkit-box-shadow: inset 1px 1px 2px rgba(34,131,197,0.3);
}


/* Anima um botão ícone ao passar o mouse em cima */
.action-buttons a {
  display: inline-block;
  opacity: 0.85;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.action-buttons a:hover {
  text-decoration: none;
  opacity: 1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* corrige a cor do fundo dos itens de menu do tinymce para estar em conformidade com o padrão estético do sistema */
.mce-menu-item .mce-text{
	background-color: transparent !important;
}

.mce-menu-item .mce-text:hover{
	color: #fff !important;
}

.mce-content-body {
	background-color: #fff !important;
}


tr td.border-thick-right-1{
	border-right: 1px solid !important;
}

tr td.border-thick-left-1{
	border-left: 1px solid !important;
}

tr td.border-right-grey{
	border-right-color: #777 !important;
}

tr td.border-left-grey{
	border-left-color: #777 !important;
}

.no-line-height{
	line-height: normal !important;
}

.line-height-2em{
	line-height: 2em !important;
}

.label.inline-label{
	position: relative;
	top: -3px;
	padding: 1px 5px;
}

.underline{
	text-decoration: underline;
}

/* Paginação */
.pagination {
	display: inline-block;
	position: relative;
	top: 0.5em;
	margin: 0
}

.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    list-style-type: none;
    transition: background-color .3s;
    border: 1px thin #ddd;
    margin-right:1px;
}

.pagination li a{
	color: #3498db;
}

.pagination li.disabled{
	background-color: #f5f6fa;
}

.pagination li.disabled a{
	color: #777;
	cursor: not-allowed
}

.pagination li:first-child:not(.disabled), .pagination li:last-child:not(.disabled){
	background-color: #3498db;
}

.pagination li:first-child:not(.disabled) a, .pagination li:last-child:not(.disabled) a{
	color: #fff;
}

.pagination li.active {
    background-color: #3498db;
    color: white;
    border: ##2283c5;
}

.pagination li.active a {
    color: white;
    font-weight: bold;
    font-size: 1.1em
}

.pagination li:hover:not(.active):not(.disabled) {
	background-color: #ecf0f1;
}

.pagination li:hover:not(.active):not(.disabled) a {
	color: #333;
}

/* Customização do width das notificações do Noty JS */
#noty_topRight_layout_container,
#noty_topRight_layout_container > li,
#noty_bar, #noty_type_alert           {
    width: 30em !important;
}

.thin{
	font-family: "Open Sans Light" !important;
}

/*Retira borda arredondada do modal*/
.modal{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.modal-header-blue{
	background-color: #2283c5 !important;
	color: #fff !important;	
}

.modal-header-green{
	background-color: #16a085 !important;
	color: #fff !important;	
}

.modal-header-pomegranate{
	background-color: #c0392b !important;
	color: #fff !important
}

.opt-hover{
	transition: color 0.5s ease;
}

.hover-blue:hover{
	color: #478fca !important
}

.hover-green:hover{
	color: #69aa46 !important
}

.hover-green-sea:hover{
	color: #16a085 !important
}

.hover-red-pomegranate:hover{
	color: #c0392b !important
}

.hover-wet-asphalt:hover{
	color: #34495e !important
}

.hover-purple:hover{
	color: #a069c3 !important
}

.hover-orange:hover{
	color: #ff892a !important;
}

.table.table-hover tbody tr:hover td {
	background-color: #E4F1FE !important
}

html, body, #page-content{
	background-color: #fcfcfc;
}

.tabbable .tab-content{
	overflow: inherit !important;
}

#modalAdicionarFonteRecursoProjeto {
	z-index: 1061 !important;
}

.relatorio-numeros-sgts > div > .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 200px;
	width: 100%;
}