#page-wrapper {
	font-size: 14px !important;
}
div#overlay {
	position: fixed;
	background-color: #fff;
	opacity: .4;
	z-index: 9999;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
div#message {
	display: block;
	position: fixed;
	left: 220px;
	right: 0;
	top: 62px;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
	opacity: .5;
	text-align: center;
	vertical-align: middle;
	line-height: 100%
}
div#message.hidden {
	display: none;
}
div#message>img {
	position: absolute;
	left: 45%;
	top: 40%;
	right: 0;
	bottom: 0;
	width: 120px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: rotate;
	-webkit-animation-name: rotate;
}
@keyframes rotate {
	0% {
		transform-origin: center center;
		transform: rotate(-360deg)
	}
	50% {
		transform-origin: center center;
		transform: rotate(-180deg)
	}
	100% {
		transform-origin: center center;
		transform: rotate(0)
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-360deg)
	}
	50% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-180deg)
	}
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0)
	}
}
.rotate {
  animation-name: rotate;
  -webkit-animation-name: rotate;
}
iframe#details-fund {
	height: 300px;
	width: 100%;
	border: none;
}
div.blur {
	/*
	-webkit-filter: blur(2px);
	filter: blur(2px);
	*/
}
/* div.window {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 32px;
	display: none;
	z-index: 10000;
}
div.window>form {
	display: inline-block;
	color: #444;
	background-color: #fff;
	box-shadow: 0 0 4px #444;
	font-size: 13px;
	text-align: left;
}
div.window>form>i:first-child {
	display: block;
	float: right;
	margin: 12px;
	font-size: 14px;
	cursor: pointer;
}
div.window>form h1 {
	font-size: 14px;
	font-weight: bold !important;
	margin: 0 0 24px 0;
	padding: 12px;
	background-color: #427fed;
	color: #fff;
}
div.window>form h2 {
	font-size: 13px;
	margin: 0;
	padding: 4px;
	text-align: center;
	color: #266da3;
}
div.window>form h3 {
	font-size: 14px;
	margin: 0;
	padding: 4px;
	text-align: center;
	color: #266da3;
}
div.window>form img.close {
	float: right;
}
div.window>form table {
	margin: 0 12px;
	border-spacing: 4px;
	text-align: left;
}
div.window>form table td.head {
	background-color: #c3c7ca;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e5e8), to(#fcffff));
	background: -moz-linear-gradient(top, #e0e5e8, #fcffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e5e8', endColorstr='#fcffff');
}
div.window>form p {
	margin: -.8em 12px 12px 12px;
} */
div.group {
	position: relative;
	margin-bottom: 1.6em;
}
div.group label {
	font-weight: bold;
	color: #777;
	position: absolute;
	pointer-events: none;
	padding-left: 2px;
	top: 8px;
	left: 0;
	transition: 0.2s ease all;
}
div.group input, div.group textarea, div.group select {
	background-color: transparent;
	color: #000;
	width: 100%;
	padding: 4px 2px;
	outline: none;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	resize: none
}
div.group input:focus, div.group textarea:focus {
	box-shadow: none !important;
}
div.group input:focus ~ label, div.group input.used ~ label, div.group textarea:focus ~ label, div.group textarea.used ~ label {
	top: -16px;
	font-size: 10px;
}
.widget-body form {
	margin-top: 16px
}
.sidebar-menu li a span.badge {
	display: inline-block;
	background-color: #444;
	color: #fff !important;
	border-radius: 10px !important;
	height: 16px;
	font-size: 8px !important;
	font-weight: bold;
	line-height: 12px !important;
	margin: 0;
	padding: 2px 6px 0 6px;
}
.tab-pane {
	height: 288px;
	overflow: scroll
}
#upload>span {
	display: block;
	border: dashed 3px #94baff;
	border-radius: 16px;
	margin: 16px 16px 48px 16px;
	color: #999;
	font-size: 16px;
	padding: 64px 16px;
	cursor: pointer;
}
#upload>img {
	margin: 16px 16px 48px 16px;
	width: auto;
	height: 240px;
}
ul.tab-control {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
ul.tab-control>li {
	display: inline-block;
	padding: 2px 2px 0 2px;
	margin: 0;
	list-style: none;
}
a.tab-item {
	color: #444;
	padding: 0 16px;
	font-weight: bold;
	text-decoration: none !important;
	display: block;
	border-bottom: solid 3px transparent;
}
a.tab-item:hover {
	border-color: #94baff;
}
a.tab-item.active {
	border-color: #427fed;
}
div.ui-datepicker,ul.ui-autocomplete {
	z-index: 100000 !important;
}
ul.ui-autocomplete {
	padding: 1px;
}
ul.ui-autocomplete>li>*.ui-state-active {
	background-color: #eee !important;
	border-color: #eee !important;
	cursor: pointer;
}
ul.ui-menu {
	background: #fff;
	width: 400px;
	list-style: none;
}
li.ui-menu-item>div {
	font-size: 11px;
	color: #999 !important;
	padding: 0;
	margin: 0
}
li.ui-menu-item img.icon {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 4px;
}
li.ui-menu-item p {
	color: #444;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 400px;
	padding: 0;
	margin: 0
}
li.ui-menu-item.category {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 8px 0
}
.dataTables_paginate {
	margin-top: -1.8em !important
}
.dataTables_paginate .ellipsis {
	color: #444;
    background-color: #fff;
    margin: 0 -1px 0 0;
    border-color: #ccc;
	position: relative;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	border: 1px solid #ddd
}
ul.dropdown {
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.dropdown>li>ul {
	display: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9
}
ul.dropdown>li:hover>ul {
	display: block;
}
ul.dropdown>li>ul>li {
	text-align: left;
	padding: 0 8px;
}
ul.dropdown>li>ul>li>a {
	color: #444;
	text-decoration: none;
}
ul.dropdown>li>ul>li>a:hover {
	color: #427fed;
}
input.delete {
	background-image: url(../img/delete.png);
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	width: 18px;
	color: #fff;
	border-radius: 8px;
	border-width: 1px;
	padding: -2px 0 0 -6px;
	cursor: pointer;
}
input.add {
	background-image: url(../img/add.png);
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	width: 18px;
	color: #fff;
	border-radius: 8px;
	border-width: 1px;
	padding: -2px 0 0 -6px;
	cursor: pointer;
}
input.publish {
	background-image: url(../img/publish.png);
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	width: 18px;
	color: #fff;
	border-radius: 8px;
	border-width: 1px;
	padding: -2px 0 0 -6px;
	cursor: pointer;
}
input.refresh {
	background-image: url(../img/refresh.png);
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	width: 18px;
	color: #fff;
	border-radius: 8px;
	border-width: 1px;
	padding: -2px 0 0 -6px;
	cursor: pointer;
}
table.resumo {
	width: 100%;
	border-collapse: collapse
}
table.resumo td:nth-child(2) {
	text-align: right;
	font-weight: bold;
	padding: 0 16px
}
div.page-breadcrumbs>div.header-buttons {
	float: right;
	padding: 6px 20px
}
div.page-breadcrumbs>div.header-buttons>a {
	padding: 4px 8px;
	display: inline-block
}
input:disabled,select:disabled,textarea:disabled {
	color: #444 !important
}
div.step-form {
	padding: 0 16px
}
div.step-form>input.section-control[value=visible]+section {
	display: block
}
div.step-form>section {
	margin: 0 0 8px 0;
	display: none
}
div.step-form>section p {
	margin: 0
}
div.step-form>section span.step {
	margin: 0 8px 0 0;
	background-color: #5647ab;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	font-weight: bold
}
table.apr {
	color: #000 !important;
	border: 1px solid #000 !important;
}
table.apr h1, table.apr h2, table.apr h3, table.apr h4, table.apr h5, table.apr h6 {
	font-weight: 600;
}
table.apr h1, table.apr h2.nome-cliente {
	font-size: 26px;
}
table.apr h2 {
	font-size: 24px;
}
table.apr h3 {
	font-size: 22px;
}
table.apr h4 {
	font-size: 20px;
}
table.apr h5 {
	font-size: 18px;
}
table.apr h6, table.apr span, table.apr span.desc.fundo, table.apr input, table.apr select, table.apr textarea, table.apr p, table.apr label {
	font-size: 16px !important;
}
table.apr table.table-condensed tr, table.apr table.table-condensed td, table.apr input, table.apr textarea {
	border: none !important
}
table.apr input, table.apr select, table.apr textarea {
	width: 100%
}
table.apr input.currency {
	text-align: right
}
table.apr span.desc {
	font-size: 10px
}
.page-sidebar .sidebar-menu>li>ul.submenu>li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.tips {
	font-size: 32px;
	margin-top: 32px;
	height: 0;
	overflow: hidden;
	transition: all 1s ease-in-out;
}
.tips.visible {
	height: 32px;
	margin-top: 0;
}
td form {
	margin: 0 !important
}
div.check-group {
	height: 120px;
	overflow-y: scroll;
	background-color: #f8f9fb;
	border: solid 1px #c1c9cc;
	padding: 4px;
}
div.check-group input {
	width: auto !important;
}
div.check-group>label {
	font-weight: bold;
}
div.check-group>div>label {
	font-weight: bold
}
div.check-group>div>div>label {
	padding-left: 40px;
	font-weight: normal;
}



/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #052937;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
*.inline-edit {
	display: inline-block;
	min-width: 12px;
	min-height: 1em;
    outline: 1px dotted #aaa;
	background-color: #ffa;
}


.media.media-chat-admin,.media.media-chat-cliente{
	padding:12px;
}
.media.media-chat-admin table,.media.media-chat-admin table tr,.media.media-chat-admin table tr td,.media.media-chat-admin table tr th,.media.media-chat-cliente table,.media.media-chat-cliente table tr,.media.media-chat-cliente table tr td,.media.media-chat-cliente table tr th{
	padding: 5px;
	border:1px solid #333333;
}
.media.media-chat-cliente{
	background-color: #ffffff;
	border-bottom: 1px solid #efefef;
}
.media.media-chat-admin {
	background-color: #efefef;
}
span.tiny-label{
	font-size: 10px;
	display:block;
	margin-bottom: 6px;
}
.no-r-margin-button{
	margin-right:0px !important;
}

iframe#_modal{
	position: fixed;
	top: 8vh;
	bottom: 10vh;
	left: 10vw;
	right: 10vw;
	width:80vw;
	height: 80vh;
	background-color: #FFF;
	border:1px solid #cccccc;
	box-shadow: 0 0 5px #999999;
}
.top_modal{
	position: fixed;
	top: 4vh;
	left: 10vw;
	right: 10vw;
	width: 80vw;
	height: 4vh;
	padding-right: 1vw;
	padding-top: 1.5vh;
	border:1px solid #cccccc;
	box-shadow: 0 0 5px #999999;
}

ul.optlist{
	list-style:none;
}
ul.optlist li:hover{
	cursor: pointer;
}
ul.optlist li.selected:after{
	font-family: "FontAwesome";
	content: "\f00c";
	margin-left: 4px;
}
div.frame-analise iframe{
	border: none;
}
span.extra-big-text{
	font-size: 60px !important;
	font-size: 5rem !important;
}
span.big-text{
	font-size: 32px !important;
	font-size: 3rem !important;
}

.table>tbody>tr.expandable>td, .table>tbody>tr.expandable>th, .table>tfoot>tr.expandable>td, .table>tfoot>tr.expandable>th, .table>thead>tr.expandable>td, .table>thead>tr.expandable>th,i.expandable, a.expandable {
	cursor: pointer !important;
}

.dashboard-box .box-tabbs .tabbable .nav-tabs li.active a {
	background-color: #427fed !important;
	color: #fff !important;
}
.breadcrumb {
	white-space: nowrap !important;
	max-width: 75%;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-yt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media print{
	html,body{font-size: 100%}
	*.noprint,div.page-sidebar,div.page-breadcrumbs,div.window,ul.nav-tabs>li:not(.active),#tawkchat-iframe-container,div.dataTables_length, div.dataTables_filter, .ng-hide, .datepicker{display: none !important}
	div#main,div.page-container,div.page-content,div.page-body,div.well,div.widget{padding: 0; margin: 0}
	::-webkit-input-placeholder{color: #fff; opacity: 0}
	:-moz-placeholder{color: #fff; opacity: 0}
	::-moz-placeholder{color: #fff; opacity: 0}
	:-ms-input-placeholder{color: #fff; opacity: 0}
	::-ms-input-placeholder{color: #fff; opacity: 0}
	div.widget{page-break-inside: avoid}

	body.fixed-sidebar #page-wrapper {
        margin: 0px;
	}
	#page-wrapper {
		min-height: 0vh;
	}
	table.apr {
		color: #000 !important;
		border: 1px solid #000 !important;
	}
	table.table td {
		font-size: 15px;
	}
	table.apr td {
		border: 1px solid #000 !important;
	}
	table.apr h1, table.apr h2, table.apr h3, table.apr h4, table.apr h5, table.apr h6 {
		font-weight: 600;
	}
	table.apr h1, table.apr h2.nome-cliente {
		font-size: 26px;
	}
	table.apr h2 {
		font-size: 24px;
	}
	table.apr h3 {
		font-size: 22px;
	}
	table.apr h4 {
		font-size: 20px;
	}
	table.apr h5 {
		font-size: 18px;
	}
	table.apr h6, table.apr span, table.apr span.desc.fundo, table.apr input, table.apr select, table.apr textarea, table.apr p, table.apr label {
		font-size: 16px !important;
	}
	.ibox-content {
		border: none;
	}
	.ibox-content p {
		font-size: 16px;
		color: #000;
		border: none;
	}
	.wrapper.border-bottom {
		border: none !important;
	}
	.chartjs-size-monitor{
		width: 60% !important;
		height: auto !important;
	  }
}
@media screen{
	*.print-only{display: none}
}

/* INSPINIA */

p.icone-ajuda::before {
	font-family: FontAwesome;
	content: "\f05a";
	font-size: 35px;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 40px;
	color: #1ab394;
}

div.ibox-content {
	padding: 1rem 0 20px 0;
}
div.ibox-header {
	padding-top: 15px;
    padding-bottom: 6px;
}

.hvr-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.navbar-header {
	width: 50vw;
}

table.dataTable thead .sorting_desc:after {
	font-family: "FontAwesome";
    content: "\f161";
	float: right;
}

table.dataTable thead .sorting_asc:after {
	font-family: "FontAwesome";
    content: "\f160";
	float: right;
}

/* DATEPICKER */

table.table-condensed th,
table.table-condensed td {
  padding: 0.3rem;
}
.datepicker table.table-condensed {
	padding: 4px;
}
.datepicker .datepicker-switch, .datepicker th.prev, .datepicker th.next {
	cursor: pointer;
}
.datepicker .old.day {
	color: #999;
}
.datepicker td.old.day:hover, .datepicker td.day:not(.disabled):hover {
	cursor: pointer;
	background-color: #1ab394;
	color: #fff;
	border-radius: 3px;
}
.datepicker td.active {
	background-color: #1ab394;
	color: #fff !important;
	border-radius: 3px;
}
.datepicker .disabled.day {
	color: #ccc;
}
.datepicker .today.day {
	color: #1ab394;
}
.datepicker tbody td {
	padding: 3px;
	text-align: center;
}

/* Inspinia Modificações */

table {
    height: auto !important;
    overflow: hidden !important;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.tab-pane {
    overflow: hidden !important;
    height: auto !important;
}

table thead {
    height: auto !important;
    overflow: hidden !important;
}

table thead tr {
    height: auto !important;
    overflow: hidden !important;
}

table tbody {
    height: auto !important;
    overflow: hidden !important;
}

table tbody tr {
    height: auto !important;
    overflow: hidden !important;
}

a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}

a:hover {
    color: #1ab394;
}

.ibox-content.iboxFix {
    height: 90px;
}

.required-place::-webkit-input-placeholder {
    color: #ed5565
}

.post-slide {
    height: 78px;
}

.title-head {
    padding-top: 10px;
    padding-bottom: 0;
    color: #1ab394;
    font-weight: bold;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}
.text-black {
	color: #000 !important;	
}

.orange {
    color:  #1ab394;
}

.borderImage {
    position: relative;
}

.borderImage img {
    width: 70%;
    height: auto;
    transition: filter 0.3s ease; /* Transição suave para o efeito de blur */
}

.blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 0.3s ease; /* Transição suave para a opacidade */
    text-align: center; /* Centraliza o texto dentro da div */
    pointer-events: none; /* Permite que o mouse passe através da div para a imagem */
    color: white; /* Cor do texto, pode ajustar conforme necessidade */
}

.blur span {
    background-color: rgba(0, 0, 0, 0.7); /* Fundo semi-transparente para melhor legibilidade */
    padding: 10px;
    border-radius: 5px;
}

/* Efeito ao passar o mouse */
.borderImage:hover img {
	border: 1px solid green;	
    filter: blur(5px); /* Aplica blur na imagem ao passar o mouse */
}

.borderImage:hover .blur {
    opacity: 1; /* Torna o texto visível ao passar o mouse */
}

/* Estilos para o modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */	
    height: 100%; /* Full height */
	/* align-self: center; */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 0; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 80%;
	position: relative;
}

/* #pdfFrame {
    position: absolute;
    top: 0; /* Isso empurra o iframe 200px a partir do topo do modal-content */
    left: 0;
    right: 0;
    width: 100%; /* Garanta que o iframe ocupe toda a largura do modal-content */
    height: calc(100% - 200px); /* Ajusta a altura do iframe para compensar o espaço no topo */
} */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}