@charset "UTF-8";

/*==========================================*/
/* COM BOTÃO PARA ABRIR - LIGHTBOX */

/* BOTÃO PARA ABRIR */
.aws-toggle-style-lightbox .aws-button-show {
	font-size: 22px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

/* BOTÃO PARA FECHAR */
.aws-toggle-style-lightbox .aws-button-hide {
	position: absolute;
	top: 10px !important;
	left: auto !important;
	right: 10px !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 25px;
	color: #FFF;
	font-size: 20px;
	border: 2px solid #FFF;
	border-radius: 50px;
	box-sizing: content-box;
	box-shadow: 0px 0px 5px #FFF, inset 0px 0px 5px #FFF;
	text-shadow: 0px 0px 5px #FFF;
	z-index: 9999;
}

/* WRAPPER DOS CAMPOS */
.aws-toggle-style-lightbox .aws-container {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px !important;
	width: 100% !important;
	height: 100vh;
	padding: 60px 20px 20px;
	margin: 0px;
	z-index: 99999;
	background: rgba(0,0,0,.8);
}

/* FORMULÁRIO */
.aws-toggle-style-lightbox .aws-container .aws-search-form {
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 8888;
	width: 100%;
}
.aws-toggle-style-lightbox .aws-container .aws-search-form .aws-wrapper {
	margin: 0px;
	padding: 0px;
	z-index: 8888;
}

/* CAMPO DE BUSCA */
.aws-toggle-style-lightbox .aws-container .aws-search-field {
	width: 100%;
	height: 45px;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="1"] .aws-search-field {
	border-radius: 5px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="2"] .aws-search-field {
	border-radius: 5px 0px 0px 5px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="3"] .aws-search-field {
	border-radius: 0px 5px 5px 0px !important;
}

/* BOTÃO DE BUSCA */
.aws-toggle-style-lightbox .aws-container .aws-search-btn {
	font-size: 23px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0px;
	padding: 0px;
	z-index: 8888;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="2"] .aws-search-btn {
	border-radius: 0px 5px 5px 0px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="3"] .aws-search-btn {
	border-radius: 5px 0px 0px 5px !important;
}

.aws-toggle-style-lightbox .aws-container .aws-search-btn_icon {
	width: 45px;
}

/* RESULTADOS DA PESQUISA */
.aws-toggle-style-lightbox .aws-search-result {
	position: fixed;
	top: 106px;
	left: 20px;
	width: calc(100% - 40px);
	z-index: 999999;
}
