/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #506A85;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.relnotes-item {
	text-align: justify;
	text-justify: inter-word;
	font-size: 80%;
	font-weight: 400;
}

ul.breadcrumb {
	list-style: none;
	background-color: #eee;
	font-size: 80%;  
	font-weight: 400;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 8px;
	color: ##506A85;
	font-family: 'fontello';
	font-size: 75%;
	font-weight: normal;
	content: '\e846';
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}        


/* Insert your own styles in here! */
/* Botão Whatsapp  */
.whatsapp-btn{
    position: fixed;
    width: 38px;
    height: 38px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 0px #25d366;
    z-index: 100;
	text-decoration: none;
	-webkit-animation: pulse 1.25s infinite cubic-bezier( 0.66, 0, 0, 1 );
	-moz-animation: pulse 1.25s infinite cubic-bezier( 0.66, 0, 0, 1 );
	-ms-animation: pulse 1.25s infinite cubic-bezier( 0.66, 0, 0, 1 );
	animation: pulse 1.25s infinite cubic-bezier( 0.66, 0, 0, 1 );
}

.whatsapp-btn:hover{
	color: #fff !important;
    box-shadow: 4px 4px 4px #999;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

.whatsapp-btn i{
	margin-top: 10px;
}

@-webkit-keyframes pulse { to { box-shadow: 0 0 0 10px #25d366; } }
@-moz-keyframes pulse { to { box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
@-ms-keyframes pulse { to { box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
@keyframes pulse { to { box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
/* Botão Whatsapp  */

@media screen and (max-width: 641px) {
	blockquote p {
		font-size: unset !important;
	}
}

.swal2-container {
	z-index: 9999999 !important;
}
  
.form-feedback label.error{
	border: unset;
	margin-top: -15px;
}

.forms label{
	width: unset;
	padding-top: unset;
	/* margin-top: -15px; */
}

.forms label.error {
    color: #d99898;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #74889d !important;
	opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #74889d !important;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #74889d !important;
}

/* Botão ícone left */
.txt-btn-left:after {
	font-family: 'fontello';
	font-size: 75%;
	content: '\e847';
	margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.txt-btn-left:hover:after {
	margin-left: 12px;
}

/* Botão ícone down */
.txt-btn-down:after {
	font-family: 'fontello';
	font-size: 75%;
	content: '\e848';
	margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.txt-btn-down:hover:after {
	margin-left: 12px;
}

/* Botão ícone logout */
.txt-btn-logout:after {
	font-family: 'fontello';
	font-size: 75%;
	content: '\e836';
	margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.txt-btn-logout:hover:after {
	margin-left: 12px;
}

/* Estilos sobrescritos */
#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
	background: #6527A9;
	box-shadow: -.500em 0 0 #6527A9, .500em 0 0 #6527A9;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #7271747a;
}
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #6627a97a;
}

.tabs-circle-top .tab.active a {
	height: 160px;
	width: 160px;
	max-width: 160px;
    background: #6527A9;
	font-size: 15px;
	line-height: 140%;
	color: #FFF;
	border: 1px solid #6527A9;
}

blockquote:before {
    position: unset !important;
    right: unset !important;
    bottom: unset !important;
	color: rgba(5, 5, 5, 0.288);
}

.navbar-collapse {
	box-shadow: 0 4px 18px 0px rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
}

.navbar.affix,
.navbar.affix-top {
	box-shadow: 0 4px 18px 0px rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
}

/* Controle dos componentes de formulário, para possuírem o mesmo comportamento visual */
.forms select {
    background: #F8FAFD;
    border-radius: 3px;
	outline: none !important;
}

.form-control:focus {
	border-color: #6527A9 !important;
	box-shadow:  #6527A9 !important;
	border: 1px solid #6527A9 !important;
	outline: none !important;
}

option {
	border-color: #6527A9 !important;
	box-shadow:  #6527A9 !important;
	border: 1px solid #6527A9 !important;
	outline: none !important;
}

/* Checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: 0;
	opacity: 0.01;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 2em;
	font-size: 0.7em;
	text-align: justify !important;
	text-justify: inter-word !important;
	line-height: 1.7;
	cursor: pointer;
}

/* Visual do checkbox */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 4px;
	width: 1.3em;
	height: 1.3em;
	border: 1px solid #aaa;
	background: #FFF;
	border-radius: .2em;
	-webkit-transition: all .275s;
		transition: all .275s;
}

/* Marcação */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	/* content: '✕'; */
	content: '\e81a';
	font-family: 'fontello';
	position: absolute;
	top: .840em;
	left: .15em;
	font-size: 1.1em;
	font-weight: 900;
	color: #14D887;
	line-height: 0;
	-webkit-transition: all .2s;
		transition: all .2s;
}

/* Efeito */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
}

/* Desabilitado */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #777;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* Visual marcado */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	/* box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2); */
	/* box-shadow: inset 0 1px 1px rgba(20, 216, 135, .1), 0 0 0 4px rgba(20, 216, 135, .2); */
	border-color: #6527A9;
}