@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

::-webkit-input-placeholder, :-ms-input-placeholder, ::placeholder {
  color: #a5a5a5;
}

input:-webkit-autofill
 {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
	-webkit-box-shadow: 0 0 0 30px var(--card-bg-color) inset !important;
	-webkit-text-fill-color: var(--main-color-text) !important;
}

/* remover seta input type number */
	/* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	/* Firefox */
	input[type=number] {
		-moz-appearance: textfield;
	}

/* alterações para input do tipo color */
	input[type="color"] {
		-webkit-appearance: none;
		border: none;
		width: 32px;
		height: 32px;

		cursor: pointer;
	}

	input[type="color"]::-webkit-color-swatch-wrapper {
		padding: 0;
	}

	input[type="color"]::-webkit-color-swatch {
		border: 1px solid #ddd;
	}

i {
	font-size: 1rem;
}

.font-1rem{
	font-size: 1rem!important;
}

.hidden{
	display: none
}

.btn-sm i{
	font-size: .75rem
}

.times-close{
	position: absolute;
	right: 0;
	z-index: 2
}

.wrap-anywhere{
	word-wrap: anywhere;
}

.overflow-unset{
	overflow: unset;
}

.note-editor .dropdown-menu {
	padding: .5rem .8rem!important;
}

.icone-14{
	font-size: 14px;
}

.icone-32{
	font-size: 32px;
}

.rotate-45 {
	transform: rotate(45deg);
}

.inherit-min-height{
	min-height: inherit;
}

.icone-categoria{
	font-size: 2rem!important;
	background-color: rgba(240, 240, 240, 0.5);
	color: var(--primary);
	width: 80px;
	height: 80px;
}

.icone-categoria i{
	font-size: 2rem!important;
}

.icone-question{
	color: #a5a5a5c7
}

.text-validate {
	font-size: 80%;
}

.texto-2 {
	font-size: 1.2rem;
}

.icone-lg {
	font-size: 1.5rem;
}

.md-form.input-group .form-control {
  margin: 0;
  padding: 0.3rem 0.75rem 0 0.4rem; 
}

.icone-menu {
	font-size: 1.1rem !important;
}


@keyframes fade-in{ 
	from {top:-15px; opacity: 0}
	to {top:0px; opacity: 1}
}

@-webkit-keyframes fade-in{
	from {top:-15px; opacity: 0;}
	to {top:0px; opacity: 1;}
}


#formularioLoja .border-container,
#alterarDadosCadastrais .border-container{
	display: none;
}

/* PREVIEW CORES LOJA */
	#page-header{
		min-height: 33.333%;
	}

	#page-body{
		min-height: 33.333%;
	}

	#page-footer{
		min-height: 33.333%;
	}

	#page-header button,
	#page-body button,
	#page-footer button{
		box-shadow: none;
		border: none;
	}

/* adaptação carousel */
	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		display: inline-block;
		width: 15px;
		height: 20px;
		background: no-repeat 50%/100% 100%;
			background-image: none;
	}

	.carousel-control-next-icon{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbb' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
	}

	.carousel-control-prev-icon {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbb' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
	}

	.carousel-control-next, 
	.carousel-control-prev{
		width: 35px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.carousel-indicators.carousel-images{
		bottom: -10px;
	}

	.carousel-indicators li{
		background-color: var(--primary);
	}

/* POPOVER  */
	.popover-body {
		max-height: 90vh;
		overflow-y: auto;
	}

/* SUMMERNOTE  */
	.note-popover .popover-content, .panel-heading.note-toolbar{
		position: unset!important;
	}

/*USADO PARA SMART WIZARD FORMS*/
	.sw-theme-default .step-content,
	.wizard.sw-theme-arrows .sw-toolbar-bottom, .wizard.sw-theme-default .sw-toolbar-bottom{
		background-color: var(--card-bg-color);
	}

	.wizard-primary.sw-theme-default > ul.step-anchor > li.active > a::after,
	.sw-theme-default > ul.step-anchor > li > a::after,
	.wizard-primary.sw-theme-default > ul.step-anchor > li.done > a::after{
		background: unset!important;
	}

	.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover,
	.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
		color: #ccc !important;
		background: transparent !important;
		/*cursor: pointer;*/
	}

	.wizard .nav-item.last:not(.active) span, 
	.wizard .nav-item.last:not(.active) div.etapa-texto{
		border-color: color-mix(in srgb, var(--primary) 50%, transparent)!important;
		color: color-mix(in srgb, var(--primary) 50%, transparent)!important;
	}

	.wizard-primary.sw-theme-default > ul.step-anchor > li.active > a,
	.wizard-primary.sw-theme-default > ul.step-anchor > li.done > a,
	.wizard-primary.sw-theme-default > ul.step-anchor > li.step-progress:not(.last) > a{
		color: var(--primary)!important;
	}

	.wizard{
		background-color: var(--card-bg-color)!important;
		border-color: var(--card-bg-color)
	}

	/*PARA PASSOS QUE FORAM COMPLETADOS*/
	.wizard .nav-item.done .step,
	.step-indicator li.step-progress:not(.last):not(.active) .step{
		border-color: var(--primary);
		color: var(--primary)!important;
	}

	/*PARA PASSOS QUE FORAM INICIADOS MAS NÃO COMPLETADOS*/
	.wizard .nav-item.last:not(.active) .step{
		border-color: color-mix(in srgb, var(--primary) 50%, transparent)!important;
		color: color-mix(in srgb, var(--primary) 50%, transparent)!important;
	}

	.wizard .nav-item.last:not(.active):after{
		background-color: color-mix(in srgb, var(--primary) 50%, transparent)!important;
	}

	.step-indicator{
		border-collapse: separate;
		display: table;
		position: relative;
		table-layout: fixed;
		text-align: center;
		vertical-align: middle;
		padding: 10px;

		border-bottom: 1px solid #dee2e6;
		width: 100%;
	}

	.step-indicator li {
		display: table-cell;
		position: relative;
		float: none;
		padding: 0;
		width: 1%;
	}

	.step-indicator li::after {
		background-color: #dee2e6;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		width: 100%;
		top: 32px;

		right: 50%
	}

	.step-indicator .step { /* Quadrado */
		background-color: var(--card-bg-color);
		/* border: 1px solid #dee2e6; */
		border: none;
		color: #ccc;
		height: 50px;
		width: 50px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.step-indicator .step i{ /* tamanho icones */
		font-size: 1.5rem;
	}

	.step-indicator li:first-child::after {
		display: none;
	}

	.step-indicator li.active .step{
		background-color: var(--primary);
		border-color: var(--primary);
		color: #fff
	}

	.step-indicator li.step-progress::after,
	.step-indicator li.active::after {
		background-color: var(--primary);		
	}

	@media (max-width: 575px){
		/*USADO PARA SMART WIZARD FORMS EM TELAS XS*/
		.wizard .step-content {
			padding-right: 0!important;
			padding-left: 0!important;
		}
		
		.step-indicator .step{
			display: flex;
			align-items: center;
			justify-content: center;			
			height: 35px;
			width: 35px;
			border: unset;
		}

		.step-indicator .step i{
			font-size: 1.2rem
		}

		.step-indicator li::after{
			top: 50%
		}
	}
/* FIM SMART WIZARD */

/* PEXELS */
	.pexels-container-modal{
		max-height: calc(70vh);
		overflow: hidden;
		overflow-y: auto;
		padding: 10px;
	}

	.imagem-pexels{
		width: 100%;
		transition: all .2s ease-in-out;
		cursor: pointer;
	}

	.imagem-pexels:hover{
		/* transform: scale(1.1); */
		border: 2px solid var(--primary);
	}

/* imagens*/
	.imagem-bloco{
		display: flex;
		position: relative;
		padding: .5rem;
		border-radius: 5px;
		height: 120px;
	}
	
	/* define formato da caixa onde ficarão as imagens */
	.imagem-box{
		position: relative;
		border: 1px solid #ddd;
		height: 200px;

		display: flex;
		align-items: center;
		justify-content: center;
	}

/* ajusta a imagem dentro da caixa de imagens */
	.imagem-box img{
		max-height: 170px;
		max-width: 100%;
	}

/* ajuste de icones de operações */
	.imagem-box .imagem-operacoes{
		display: flex;
		/* justify-content: end; */

		position: absolute;
		right: 0;
		top: 0;

		background-color: rgba(240, 240, 240, 0.5);
		width: 100%;

		padding: 5px;

		font-size: 15px;
	}

/* IMAGENS ESTILO PINTURA*/
	.imagem-container {
		display: block;
		height: unset;
		width: unset;
		position: relative;
		touch-action: manipulation;
	}

	.imagem-container .imagem-menu{
		display: flex;
		flex-shrink: 0;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;

		z-index: 2;
		position: relative;
		pointer-events: all !important;
		transition: background-color .125s ease-in-out, color .125s ease-in-out;

		background-color: rgba(240, 240, 240, 0.5);
		width: 100%;
	}

	/* onde ficam os botões de operação das imagens */
	.imagem-container .imagem-utils{
		display: flex;
		justify-content: center;
		flex: 1;
		padding: 0;
		overflow: hidden;
	}

	.imagem-container .btn-imagem{
		box-sizing: border-box;
		text-align: center;

		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}

	.imagem-container .btn-imagem-tab{
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		font-family: inherit;
		font-size: 1em;
		outline: transparent;
		line-height: inherit;

		border-radius: 0;
		width: 5em;
		max-width: 5em;
		padding-top: .5rem;
		padding-bottom: .5rem;
		background-color: transparent;
		font-weight: 500;
		transition: transform .15s ease-out,background-color .25s ease-out,color .25s ease-out;
		transform: scale(1);
	}
		.imagem-container .btn-imagem-tab i{
			display: inline-block;
			margin-bottom: .6rem;
			margin-top: .2rem;
			max-height: 1.5em;
		}

		.imagem-container .btn-imagem-tab div{
			font-size: .7rem;
		}

		.imagem-container .btn-imagem-tab:focus{
			outline: 0;
			box-shadow: none;
		}

		.imagem-container .btn-imagem-tab:active{
			transition-duration: .25s;
			transform: scale(.95);
		}

		/* define formato da caixa onde ficarão as imagens */
		.imagem-container .imagem-conteudo{
			position: relative;
			height: 200px;

			display: flex;
			align-items: center;
			justify-content: center;
		}

		.imagem-container .imagem-conteudo.no-height{
			min-height: 100px;
			height: unset;
		}	

		/* ajusta a imagem dentro da caixa de imagens */
		.imagem-container .imagem-conteudo img{
			max-height: 170px;
			max-width: 100%;
		}


/* Videos */
	.video-bloco{
		display: flex;
		position: relative;
		padding: .5rem;
		border-radius: 5px;
		height: 200px;
	}		

/* Ajuste cropper */
	.cropper-container{
		max-height: 70vh;
		overflow-y: auto;
	}

	.cropper-container img{
		/* height: 170px; */
		width: 100%;
	}

/* AJUSTE MODAL PINTURA */
	.pintura-container{
		max-height: 70vh;
		overflow-y: auto;
	}

	.pintura-editor {
		--pintura-color-background: 255, 255, 255;
    	--pintura-color-foreground: 0, 0, 0;
	}

/* MULTILEVEL MENU ITEMS */
	.sidebar-dropdown .sidebar-dropdown .sidebar-link {
		padding: .55rem 1.5rem .55rem 4.7rem;
	}

	.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
		padding: .55rem 1.5rem .55rem 5.75rem;
	}

.bg-color-lightgray {
	background-color: #f9f9f9;
}

.cursor-pointer{
	cursor: pointer;
}

.custom-input{
	display: block;
	height: 1.7rem;
	font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;

    width: 40%
}

.spinner-absolute-center {
	position: absolute;
	right: calc(50% - 1rem);
	top: calc(50% - 1rem);
}

.bottom-0{
	position: absolute;
	bottom: 0;
}

.mh-400px{
	max-height: 400px;
}

.w-400px{
	width: 400px;
}

.w-70px{
	width: 70px;
}

.m-2rem{
	margin-bottom: 2rem;
}

.overflow-auto{
	overflow-y: auto;
}

/*usado em produto grade modal editar*/
.form-group-codigo-botoes{
	display: flex;
	align-items: center;
}

/*Usado em span para simular label*/
.custom-label{
	color: #a5a5a5;
    padding-top: 0.8rem;
	font-size: 0.75rem;
}

.custom-label-active {
	color: #a5a5a5;
    padding-top: 0.8rem;
	font-size: 0.6rem;
}

/*Usado em span para simular label ativa*/
.custom-label.active {
	-webkit-transform: translateY(-14px) scale(0.8);
	-ms-transform: translateY(-14px) scale(0.8);
	transform: translateY(-14px) scale(0.8);

	font-size: 0.75rem;
}

.custom-readonly input.color-unset{
	color: unset !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.text-h3{
	font-size: 1.3125rem;
	font-weight: 400;
    line-height: 1.2;
}

.text-small{
	font-size: small;
}

.text-medium{
	font-size: medium;
}

.text-large{
	font-size: large;
}

.text-x-large{
	font-size: x-large;
}

.text-xx-large{
	font-size: xx-large;
}

.border-radius-5{
	border-radius: 5px;
}

.absolute-top-right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.align-justify-center{
	align-items: center;
	justify-items: center;
}

.table-hover tbody tr.inativo:hover{
	color: #aaa!important;
}

.comentario-reprovado{
	color: var(--danger)!important;
}


/* BUTTON HOVER PRIMARY */
.btn-hover-primary {
	transition: all .25s ease-out;
}
.btn-hover-primary:hover {
	background-color: var(--primary);
	color: #fff;
}

/* RADIO BUTTON BOOLEAN */
	.container-radio-boolean{
		display: flex;
	}

	.custom-radio-boolean {
		position: relative;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 

		height: 1.5rem;
		width: 3rem;
		border: .01rem solid #757575;
		margin-bottom: 0;
	}

	.custom-radio-boolean + .custom-radio-boolean{
		border-left: none;
	}

	.custom-radio-boolean:first-of-type {
		border-top-left-radius: calc(.25rem - 1px);
		border-bottom-left-radius: calc(.25rem - 1px);
	}

	.custom-radio-boolean:last-of-type {
		border-top-right-radius: calc(.25rem - 1px);
		border-bottom-right-radius: calc(.25rem - 1px);
	}

	.custom-radio-boolean input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	.custom-radio-boolean .custom-radio-label {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.custom-radio-boolean input:checked + .custom-radio-label {
		background-color: rgb(var(--primary));
		border-color: rgb(var(--primary));
		color: #fff;
	}
/* FIM RADIO BUTTON BOOLEAN */

.form-control.is-invalid, 
.chosen-select[aria-invalid=true] + .chosen-container > .chosen-choices,
.chosen-select[aria-invalid=true] + .chosen-container > .chosen-single,
.chosen-select.is-invalid + .chosen-container > .chosen-choices,
.chosen-select.is-invalid + .chosen-container > .chosen-single{
	border-color: var(--primary)!important;
}

.chosen-select[aria-invalid=true] + .chosen-container > .chosen-choices,
.chosen-select[aria-invalid=true] + .chosen-container > .chosen-single,
.chosen-select.is-invalid + .chosen-container > .chosen-choices,
.chosen-select.is-invalid + .chosen-container > .chosen-single{
	background-image: url("../svg/exclamation-circle.svg");
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: calc(.75em + .25rem) calc(.75em + .25rem);
}

.invalid-collapse, .border-primary-collapse{
	position: relative;

	border: 1px solid;

	border-color: var(--primary)!important;

	padding-top: .2rem;
	padding-bottom: .5rem;
	padding-right: 1rem;
}

.invalid-closed-collapse{
	color: var(--primary)!important;
}

.badge-text-normal {
	font-size: .8rem;
	font-weight: normal;
}

/* Linhas riscadas */
.riscado{
	text-decoration: line-through!important;
}

tr.invalido{
	color: var(--danger)!important;
}

/*Quando há cadastros inativos*/
.inativo{
	color: var(--inativo);   
	text-decoration: line-through;
}

.riscado{
	text-decoration: line-through;
}

.removido{
	color: var(--removido);   
	text-decoration: line-through;
}

.chosen-container.chosen-container-single a{
	color: unset !important;
}

/* spinner border dinâmicos (por javascript) */
.dinamico{
	position: absolute;
	top: 35%;
	right: -10px;
}

.dinamico-select{
	position: absolute;
	top: 35%;
	right: 35px;
}

.dataTable td:focus{
	outline: 0;
}

/*oculta search box datatables para utilizar customizado*/
div.dataTables_filter {
	display: none;
}

table.dataTable thead tr {
  color: #757575;
  font-size: 0.7rem
}

table.dataTable td.child li .dtr-data{
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.opcoes button{
	color: #a5a5a5 !important;
}

.border-container a{
	outline: 0;
}

.border-container a:hover{
	text-decoration: none;
}

.border-container{
	border-left: 1px solid #d1d1d1
}

@media (min-width:576px) {
	.border-sm {
		border: 1px solid #757575 !important;
	}
}

/*Girar arrows*/
.fa-caret-down, .fa-caret-up{
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);

   -webkit-transition: -webkit-transform .2s linear 0.2s;
   -moz-transition: -moz-transform .2s linear 0.2s;
   transition: transform .2s linear 0.2s;
}

.card-plano:hover{
	border: 1px solid color-mix(in srgb, var(--primary) 50%, transparent)!important;
	cursor: pointer;
}
.card-plano.selected {
	border: 1px solid var(--primary)!important;
}

/*Registro de Atividades*/
.historico{
	display: none;
}

.icone-sm, .texto-sm{
	font-size: 0.8rem;
}

table.table td:last-child a,
table.table td:last-child a > i{
	font-size: 1.15em;
}

.color-unset{
	color: unset!important;
}

.color-youtube {
	color: #ff0000;
}

.color-facebook{
	color:#3b5998 !important;
}
.color-instagram{
	color:#E1306C;	
}
.color-twitter{
	color:#00acee !important;
}

.text-gray{
	color: #a5a5a5;
}

.text-gray-light{
	color: var(--gray-light)!important;
}

.text-gray-dark{
	color: var(--gray-dark)!important;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

.overflow-y-auto{
	overflow-y: auto;
}

.Boleto, .Boleto-responsivo{
	display: none;
}

.texto-plano{
	font-size: 0.7rem;
}

.badge-sidebar-primary{
	background-color: var(--primary);
}

.centavos, .parcelas{
	font-size: .8rem;
}

.login{
	margin-top: 10%;
	margin-bottom: 10%;
}

.imagem-lateral-destaque{
	object-fit: cover;

	width: 100%;
}

#divID{
	display: none;
}

.itens-border{
	display: flex;
	justify-content: center;
	position: relative;

	padding: .7rem .7rem;

	border: 1px solid #ccc;

	min-height: 100px;
	width: 100%;
}

a.itens-border{
	color: unset
}

a.itens-border:hover{
	color: #fff;
	background-color: var(--primary);
}

@media (max-width: 768px){
	a.itens-border{
		color: var(--primary);
	}

	.itens-border{
		border-color: var(--primary);
	}
}

.itens-icon-large i {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.h-85vh {
	height: 85vh;
}

.h-40px{
	min-height: 40px;
}

.min-w-220px{
	min-width: 220px;
}

.media-card-fix-height{
	height: 210px;
	min-height: 210px;
}

.opacity-0{
	opacity: 0;
}

.bg-hover-primary:hover{
	background-color: var(--primary);
	box-shadow: 0px 20px 25px #0000001A;
	color: #fff!important;
}

.bg-hover-primary:hover .text-danger,
.bg-hover-primary:hover .text-info,
.bg-hover-primary:hover .text-warning,
.bg-hover-primary:hover .text-primary{
	color: #fff!important;
}

.card-link, .card-link:hover{
	text-decoration: none;
	color: unset;
}

table.no-border-first th:nth-of-type(1), 
table.no-border-first td:nth-of-type(1) {
	border-right: 0;
}

table.no-border-first th:nth-of-type(2), 
table.no-border-first td:nth-of-type(2) {
	border-left: 0;
}

table.table-fixed {
	border-collapse: separate;
	border-spacing: 0;
}

table.table-fixed thead th{
	position: sticky;
	top: 0;
	z-index: 1;
}

table.table-fixed thead th{
	border-bottom: 0;
}

/* INPUTS TYPE FILE */
	.custom-file-label::after,
	.custom-file-input:lang(pt) ~ .custom-file-label::after{
		content: "Procurar"!important;
	}

	.label-input-file {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/* ANIMAÇÕES DE TABELAS */
	.table-animation td{
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
		
		opacity: 0;
		position: relative;
		left: 25px;
	}

	.table-animation tr.inserted td{
		left: 0;
		opacity: 1;
	}


.custom-select:disabled{
	background-color: transparent;
}

/*Usado para esconder os campos de cadastro para primeiro mostrar a tabela (trigger pelo javascript)*/
.camposInput, 
.camposInputFiltro, 
.camposInputBandeira, 
.camposInputModalidade{
	display: none;
}

/*todos os campos referentes ao CST do cadastro de tributação*/
.campoTributacoes{
	display: none;
}

.descricao{
	display: none;
	max-height: 80px; 
	overflow: auto;
}

.btn-primary-classic{
	color: #fff;
    background-color: rgba(var(--primary-classic), 1);
    border-color: rgba(var(--primary-classic), 1);
}

.btn-primary-classic:hover{
    color: #fff;
    background-color: rgba(var(--primary-classic), .7);
    border-color: rgba(var(--primary-classic), .7);
}

.btn-primary-classic:focus{
    box-shadow: 0 0 0 .2rem rgba(var(--primary-classic), .1);
}

.btn-primary-modern{
	color: #fff;
    background-color: rgba(var(--primary-modern), 1);
    border-color: rgba(var(--primary-modern), 1)
}

.btn-primary-modern:hover {
    color: #fff;
    background-color: rgba(var(--primary-modern), .7);
    border-color: rgba(var(--primary-modern), .7)
}

.btn-primary-modern:focus {
    box-shadow: 0 0 0 .2rem rgba(var(--primary-modern), .1)
}

.btn-primary-dark{
	color: #fff;
    background-color: rgba(var(--primary-dark), 1);
    border-color: rgba(var(--primary-dark), 1);
}

.btn-primary-dark:hover{
    color: #fff;
    background-color: rgba(var(--primary-dark), .7);
    border-color: rgba(var(--primary-dark), .7);
}

.btn-primary-dark:focus{
    box-shadow: 0 0 0 .2rem rgba(var(--primary-dark), .1);
}

.btnSalvar, .btnCancelar,
.btnAcessoUsuario, .btnVoltarLogin,
.btnSalvarFiltro, .btnCancelarFiltro{

	display: none;
}

.link-empresa:hover{
	text-decoration: none;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         1px 5px 10px rgba(50, 50, 50, 0.10);
}

.icone-alerta{	
	font-size: 60px;
}

.imagemTema{
	width: 100%;
}

.notificacao{
	max-height: 344px;
	overflow-y: auto;
}

.responsivo{
	display: none;
}

.text-end{
	text-align: end;
}

ul.ui-autocomplete {
	z-index: 1100!important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px;
}

.progress {
	background-color: rgba(4, 3, 9, 0.25);
}

/* TAGSINPUT */
	.bootstrap-tagsinput{
		padding: .25rem 0;

		width: 100%;

		-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		border-bottom: 1px solid #ced4da;
		border-radius: 0;
		background-color: transparent;
	}

	.bootstrap-tagsinput:focus,
	.bootstrap-tagsinput:active{
		border-bottom: 1px solid var(--primary); 
	}

	.bootstrap-tagsinput input{
		padding: unset;
	}
	
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px;
}

/* STEPS novaempresa_completar*/
	.step-signs{
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
	}
	
	.step-signs li:hover{
        background-color: rgba(0, 0, 0, .2);
    }

    .step-signs li.active{
        background-color: var(--primary)
    }

    .step-signs li{
        width: 15px;
        height: 15px;
        margin: 5px;
        background-color: rgba(0, 0, 0, .1);

        cursor: pointer;
        transition: 1s;
    }  

    .step-progress-btn i{
        font-size: 13px;
    }

    .next-step-title{
        font-size: .6rem;
    }

@media (min-width: 320px) and (max-width: 500px) {
	.p-mob-2{
		padding: .5rem !important;
	}

	.media-card-fix-height{
		height: unset;
		min-height: unset;
	}

	.w-400px{
		width: 80vw;
	}
  }	

@media only screen and (max-width: 812px) {
	body, .popover{
		font-size: .9rem;
	}

	.md-form label {
		font-size: .88rem !important
	}

	.custom-label.active {
		font-size: .8rem;
	}
	
	.btn:not(.btn-sm), .fc-unthemed .btn-group-sm > .fc-button{
		font-size: .9rem
	}

	.texto-sm, .icone-sm{
		font-size: .9rem;
	}

	table.dataTable thead tr{
		font-size: .88rem;
	}

	.nav-custom-item{
		padding-right: 10px;
	}

	i {
		font-size: 1.2rem;
	}

	table.table td:last-child a,
	table.table td:last-child a > i{
		font-size: 1.25em;
	}

	.desktop{
		display: none!important;
	}

	.responsivo{
		display: block!important;
	}

	.imagemTema{
		padding-top: 3%;
		width: 75%;
	}

	.imagem-box{
		height: 200px!important;
		width: unset!important;
	}

	.imagem-container.imagem-box{
		height: unset!important;
		width: unset!important;
	}

	.imagem-container .imagem-utils{
		justify-content: unset;
	}

	.imagem-container .btn-imagem-tab{
		width: unset;
		max-width: unset;
		padding-right: .5rem;
		padding-left: .5rem;
	}
		.imagem-container .btn-imagem-tab i{
			margin: 0;
		}

	.imagem-box img{
		max-height: 170px!important;
	}

	#tituloPagamento{
		display: none;
	}

	.chosen-container .chosen-results{
		max-height: 150px;
	}
}

/* DISPLAY NONE SEM !IMPORTANT */
.d-hide{
	display: none;
}

@media (min-width: 768px) {
    .d-md-inline-grid {
        display: inline-grid !important;
    }
}

/* MEDIA PARA RESOLUÇÕES MOBILE (esconder e exibir) */
@media (min-width: 850px) {
    .d-mob-none {
        display: none!important
    }
    .d-mob-inline {
        display: inline!important
    }
    .d-mob-inline-block {
        display: inline-block!important
    }
    .d-mob-block {
        display: block!important
    }
    .d-mob-table {
        display: table!important
    }
    .d-mob-table-row {
        display: table-row!important
    }
    .d-mob-table-cell {
        display: table-cell!important
    }
    .d-mob-flex {
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-mob-inline-flex {
        display: -webkit-inline-flex!important;
        display: inline-flex!important
	}

	.w-md-70px{
		width: 70px;
	}
}

@media only screen and (max-width: 992px) {
	.btnSelecionar{
		top: unset;
		position: unset;
	}
}


@media (min-width:1px) and (max-width: 1025px) {
    .sidebar {
        margin-left: -250px
	}

	.sidebar.toggled {
        margin-left: 0
    }
}


/*RELATORIOS CSS*/
/*sobrescreve chosen.css*/
.chosen-container-single .chosen-single abbr {
    top: 13px!important;
}

.tabela-interna thead th,
.tabela-interna tbody td,
.tabela-interna tfoot td,
#dt-rel tfoot td {
    border-bottom: 0px;
    border-top: 0px;
}

tfoot td.sum,
.tabela-interna tfoot td.sum {
    font-weight: 900;
    
}

.timepicker-picker {
    width: 100%;
}

.dataTable td:focus {
    outline: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu  {

    width: 7rem !important

}

.bootstrap-datetimepicker-widget a[data-action] {

    padding: 0 !important

}


.bootstrap-datetimepicker-widget table td {

    height: 32px !important;

    line-height: 32px !important;

    width: 32px !important

}


.bootstrap-datetimepicker-widget table td span {

    width: 32px !important;

    height: 32px !important;

    line-height: 32px !important;

}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {

    height: 20px !important;

    line-height: 20px !important

}

.subtotal {
    padding-bottom: 1.75rem !important;
    font-weight: bolder !important;
}

td.subtotal:first-child:before {
    color: #d1d1d1 !important;
    background-color: #e3e3e3 !important;
}

tr.parent > td.subtotal:first-child:before {
    color: #fff !important;
    background-color: #d1d1d1 !important;
}

td.mobile-vazio {
    background-color: #fff !important;
}

td.mobile-vazio:first-child:before {
    content: "" !important;
    background-color: #fff !important;
}

tr.parent > td.mobile-vazio:first-child:before {
    content: "" !important;
    background-color: #fff !important;
}

tr.child ul > li {
    border-bottom: 0 !important;
}

.spinner-load {
    display: flex;
    justify-content: space-around;
}


#relatorio-email {
    display: none;
}

.tabela-relatorio > tbody > tr.odd > td.subtotal:first-child,
.tabela-relatorio > tbody > tr.even > td.subtotal:first-child {
    border-left: 0px !important;
}

.tabela-relatorio > tbody > tr.odd > td.subtotal:last-child,
.tabela-relatorio > tbody > tr.even > td.subtotal:last-child {
    border-right: 0px !important;
}


@media (max-width: 768px) {
    .modal-xxl {
        max-width: 90%;
    }

}

@media (min-width: 769px) {
    .modal-xxl {
        max-width: 88%;
    }
}

@media (min-width: 1027px) {
    .modal-xxl {
        max-width: 80%;
    }
}

.modal-xxl {
    margin-left: auto;
    margin-right: auto;
}

#dt-rel th {
    padding-left: 4.8px !important;
    padding-right: 4.8px !important; 
}
/*FIM RELATORIOS CSS*/

/*CONFERENCIA DIARIA CSS*/
.dt-table tbody td {

    border-top: 0 !important;
}

.conferencia-totais > div:first-child {
    margin-bottom: 2rem;
}

.lista-totalizada,
.conferencia-totais,
.conferencia-formas {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}

.lista-totalizada > li,
.lista-totalizada-unico > li {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.lista-totalizada > li:last-child,
.lista-totalizada-unico > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.lista-totalizada-unico {
    padding-left: 1rem;
}

.lista-totalizada-unico > ul > li {
    width: 100%;
}

.valor-total,
.valor-total-unico {
    margin-top: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.valor-total > div,
.valor-total-unico > div,
.conferencia-formas > div {
    width: 100%;
}

.lista-formas {
    padding: 0;
}

@media(min-width: 425px) {

    .conferencia-formas {
        width: 300px;
        justify-content: flex-start;
    }

    .conferencia-formas > div {
        width: 300px;
    }

}

@media(min-width: 768px)
{

    .conferencia-totais {
        flex-direction: row;
        justify-content: space-between;
    }

    .conferencia-totais > div:first-child {
        margin-bottom: 0rem;
    }

    .conferencia-totais > div {
        width: 100%;
    }

    .conferencia-totais > div:first-child {
        padding-right: 1rem;
    }

    .conferencia-totais > div:last-child {
        padding-left: 1rem;
    }

    .valor-total > div {
        width: auto;
    }

    .valor-total-unico > div {
        width:50%;
    }
    
    .lista-totalizada {
        padding-left: 1rem;
        display: flex;
        flex-direction: row;
    }

    .lista-totalizada > li {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: none;
    }
    
    .lista-totalizada > li:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }

    .lista-totalizada > li > span:first-child {
        margin-right: 1rem;
    }

    .lista-totalizada > li > span:last-child {
        margin-left: 1rem;
    }

}

@media(min-width: 1100px) {

    .conferencia-totais > div {
        width: auto;
    }

    .conferencia-totais-lista > li > span:first-child {
        margin-right: 3rem;
    }

    .conferencia-totais-lista > li > span:last-child {
        margin-left: 3rem;
    }

}

@media(min-width: 1200px)
{
    .lista-totalizada > li > span:first-child {
        margin-right: 3rem;
    }

    .lista-totalizada > li > span:last-child {
        margin-left: 3rem;
    }
}
/*FIM CONFERENCIA DIARIA*/

/*BAIXAS*/
.baixa-lista {
    display: none;
}

.baixa-valor-total {
    display: flex;
    flex-direction: column;
    padding: .5rem;
}

.baixa-valor-restante {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .5rem;
}

.baixa-valor-total span:first-child {
    align-self: flex-start;
    font-size: .75rem;
}

.baixa-valor-restante span:first-child {
    align-self: flex-start;
    font-size: .75rem;
}

.baixa-valor-total span:last-child {
    align-self: flex-end;
    font-size: 1.5rem;
}

.baixa-valor-restante span:last-child {
    align-self: flex-end;
    font-size: 1.25rem;
}

.table-hover td:hover {
    cursor: pointer;
}

.baixar-data {
    width: 11rem;
}

#baixa-juros {
    margin-top: 9px;
}

#bp-recibo-tabela>tbody>tr>td {
    padding-right: 20px;
}
/*FIM BAIXAS*/


/* ATIVAR CARDS NO DASHBOARD */
.esconderDesktop {
	display: none !important;
}

.esconderMobile {
	display: block;
}
 
.esconderDesktop {
	display: none !important;
}

@media (max-width: 768px) {
	.esconderMobile {
		display: none !important;
	}
}
/* FIM - ATIVAR CARDS NO DASHBOARD */


/* INICIO - ICON-FIX - SETAR TAMANHO MIN PARA ICONES DATATABLES */
.icon-fix {
	min-width: 22px;
	text-align: center;
}
/* FIM - ICON-FIX - SETAR TAMANHO MIN PARA ICONES DATATABLES */