.cf:before,
.cf:after{
	content: "";
	display: table;
}
html, body {
	overflow-x: hidden;
}
.cf:after{
	clear: both;
}
.cf{
	zoom:1;
}
label{
    display: block;
}
span.emularCliente{
	color: #59B7EB;
	cursor: pointer;
}
span.emularCliente:hover{
	text-decoration: underline;
}

.navigation_menu{
	z-index: 100;
}

@media (max-width: 1050px){
	.navigation_menu{
		height: auto;
	}
	.sub-header{
		display: none;
	}
}

/********************************************
*               Login & First_Time          *
*********************************************/
.divJmaPlugin.divLoginForm {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	margin: 0 auto;
	width: 265px;
}
.divJmaPlugin .firstTimeDetails{
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
input[type=text]{
	margin-bottom: 15px;
}
.firstTimeDetails input[type=password]{
	width: 250px;
}
.firstTimeDetails input[type=text]{
	margin-bottom: 15px;
	width: 250px;
}
.firstTimeDetails input.inputEmail{
	width: 250px;
}
.email{
	float: left;
}

input[type=submit]{
    width: 90px;
	background-color: #59B7EB;
	border: 0;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 6px;
	color: white;
}
.firstTimeDetails label{
    text-align: left;
}
.pluginFormField.inputTlmv{
    float: right;
}
.divFirstTimeDetails input[type=submit] {
	width: 90px;
	background-color: #59B7EB;
	border: 0;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	color: white;
	position: relative;
	clear: both;
	float: right;
}
.pluginFormField.inputPass{
	float: left;
	clear: left;
}
.errosPlugin{
	width: 60%;
	margin: 0 auto;
	color: red;
	text-align: center;
	display: none;
	margin-bottom: 10px;
}

.errosPlugin p{
	color: red;
    font-weight: bold;
}

.erroCampo{
	border: 1px solid red;
}
.imgLoading{
	position: absolute;
	left: 50%;
	width: 6%;
	margin-left: -3%;
	top: 50%;
	transform: translateY(-50%);
}
input[type="button"] {
	width: 130px;
	background-color: #0CA90C;
	border: 0;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	color: white;
}
.header_section a {
	color: white;
}
.icon{
	font-size: 14px;
	margin-right: 5px;
}
.inputConfirmPass{
	float: right;
}
@media only screen and (max-width:1150px) {
	.firstTimeDetails input[type=password]{
		width: 200px;
	}
	.firstTimeDetails input[type=text]{
		width: 200px;
	}
	input.inputEmail{
		width: 200px !important;
	}
}
@media only screen and (max-width:991px) {
	.firstTimeDetails input[type=password]{
		width: 250px;
	}
	.firstTimeDetails input[type=text]{
		width: 250px;
	}
	input.inputEmail{
		width: 250px !important;
	}
}
@media only screen and (max-width:765px) {
	.firstTimeDetails input[type=password]{
		width: 200px;
	}
	.firstTimeDetails input[type=text]{
		width: 200px;
	}
	.divJmaPlugin .firstTimeDetails{
		width: 80%;
		margin: 0 auto;
	}
	input.inputEmail{
		width: 200px !important;
	}
}
@media only screen and (max-width:720px) {
	.divFirstTimeDetails input[type=submit]{
		float: right;
	}
	.divJmaPlugin .firstTimeDetails{
		text-align: left;
	}
	.pluginFormField.inputConfirmPass{
		float: none;
	}
	.pluginFormField.inputPass{
		float: none;
	}
	.pluginFormField.inputTlmv{
		float: none;
	}
	.pluginFormField.email{
		float: none;
	}
	.firstTimeDetails input[type=password]{
		width: 100%;
	}
	.firstTimeDetails input[type=text]{
		width: 100%;
	}
	input.inputEmail{
		width: 100% !important;
	}
}
@media only screen and (max-width:500px) {
	.divFirstTimeDetails input[type=submit]{
		float: none;
	}
	.divJmaPlugin .firstTimeDetails{
		text-align: center;
	}
}
/********************************************
*                   Pedidos                 *
*********************************************/
span.assunto.erroCampo {
	color: red;
	border:0;
}
.divPedidos{
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.btnPedidos{
	float: right;
}
.services{
	text-align: left;
	float: right;
}
.divPedidos input[type="text"]{
	width: 250px;
}
@media only screen and (max-width:1030px) {
	.nomePedidos{
		width: 183px !important;
	}
}
@media only screen and (max-width:991px) {
	.nomePedidos{
		width: 50% !important;
	}
}
@media only screen and (max-width:750px) {
	.nomePedidos{
		width: 40% !important;
	}
	.divPedidos input[type="text"] {
		width: 40%;
	}
}
@media only screen and (max-width:645px) {
	.services{
		float: none;
		margin-bottom: 10px;
	}
	.divPedidos{
		width: 80%;
	}
	.nomePedidos{
		width: 100% !important;
	}
	.divPedidos input[type="text"] {
		width: 100%;
	}
}
@media only screen and (max-width:500px) {
	/*.btnPedidos{
		float: none;
	}*/
	form.formPluguin.loginForm{
		text-align: center;
	}
}
/********************************************
*             Piquete de Segurança          *
*********************************************/
.divJmaPlugin.piquete{
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.clientePiquete{
	float: left;
}
.piquete .inputCliente{
	width: 200px;
}
.piquete .inputNome{
	width: 380px;
}
.piquete .inputTlmv{
	width: 200px;
}
.piquete .inputAssunto{
	width: 380px;
}
.nomePiquete{
	float: right;
}
.piquete .inputCliente{
	width: 200px;
}
.piquete .inputNome{
	width: 380px;
}
.piquete .inputTlmv{
	width: 200px;
}
.piquete .inputAssunto{
	width: 380px;
}
.tlmvPiquete{
	float: left;
}
.piquete .inputCliente{
	width: 200px;
}
.piquete .inputNome{
	width: 380px;
}
.piquete .inputTlmv{
	width: 200px;
}
.piquete .inputAssunto{
	width: 380px;
}
.assuntoPiquete{
	float: right;
}
.piquete .inputCliente{
	width: 200px;
}
.piquete .inputNome{
	width: 380px;
}
.piquete .inputTlmv{
	width: 200px;
}
.piquete .inputAssunto{
	width: 380px;
}
.piquete .inputDescricao{
	width: 100%;
	height: 90px;
}
.descricaoPiquete{
	float: left;
	width: 100%;
}
.piquete input[type=submit]{
	float: right;
}
@media only screen and (max-width:880px) {
	.piquete .inputNome{
		width: 300px;
	}
	.piquete .inputAssunto{
		width: 300px;
	}
}
@media only screen and (max-width:770px) {
	.piquete .inputCliente{
		width: 150px;
	}
	.piquete .inputTlmv{
		width: 150px;
	}
}
@media only screen and (max-width:705px) {
	.piquete .inputNome{
		width: 250px;
	}
	.piquete .inputAssunto{
		width: 250px;
	}
}
@media only screen and (max-width:650px) {
	.clientePiquete{
		float: none;
	}
	.nomePiquete{
		float: none;
	}
	.tlmvPiquete{
		float: none;
	}
	.assuntoPiquete{
		float: none;
	}
	.descricaoPiquete{
		float: none;
		width: 100%;
	}
	.divJmaPlugin.piquete{
		width: 62%;
	}
	.piquete .inputCliente{
		width: 100%;
	}
	.piquete .inputNome{
		width: 100%;
	}
	.piquete .inputTlmv{
		width: 100%;
	}
	.piquete .inputAssunto{
		width: 100%;
	}
}
@media only screen and (max-width:500px) {
	.divJmaPlugin.piquete{
		width: 80%;
	}
	.piquete input[type=submit]{
		float: none;
	}
}
@media (max-width: 385px){
	.logo span.header-subtitle {
	    font-size: 12px;
	}	
}
/********************************************
*        Área Privada  e outros menus       *
*********************************************/
.shortcode_menu{
	list-style: none;
	padding: 0;
	/*width: 765px;*/
	margin: 0 auto;
}
.areaprivada li.menu-item
{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 20px;
	float: left;
	width: 32%; 
	background-color: #EBF2F9;
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.menu-alternativo  li.menu-item
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 20px;
	float: left;
	width: 32%; 
	background-color: #EBF2F9;
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
@media (max-width: 845px){
	.areaprivada li.menu-item,
	.menu-alternativo  li.menu-item
	{
		width: 49%; 
	}
}
@media (max-width: 555px){
	.areaprivada li.menu-item,
	.menu-alternativo  li.menu-item
	{
		width: 99%; 
	}
}


.areaprivada a {
	color: rgb(89, 183, 235);
}
.areaprivada li.menu-item:hover{
	background-color: rgb(89, 183, 235);
}
.areaprivada li.menu-item:hover a{
	color:white;
}
.icon2 {
	font-size: 22px;
	margin-right: 5px;
}
/*
@media only screen and (max-width:750px) {
	.shortcode_menu{
		width: 50%;
	}
}*/
/**************************************************************
*                           Historico                         *
***************************************************************/
.table-striped > thead > tr:first-child > th{
	background-color: #59B7EB;
	color: white;
}
/**************************************************************
*                      Pedido de Registo                      *
***************************************************************/
.divJmaPlugin.divPedidoRegistoForm{
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	margin: 0 auto;
	width: 350px;
}
.divJmaPlugin.divAlterarPassDetails{
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	margin: 0 auto;
	width: 350px;
}
.divPedidoRegistoForm input[type=text],
.divAlterarPassDetails  input[type=text]
{
	width: 100%;
}
.divPedidoRegistoForm textarea{
	width: 100%;
	height: 90px;
}
.divPedidoRegistoForm input[type=submit]{
	width: 130px;
	padding-left: 5px;
	padding-right: 5px;
}
@media only screen and (max-width:405px) {
	.divJmaPlugin.divPedidoRegistoForm{
		width: 300px;
	}
}
.divDadosCliente textarea{
	width: 100%;
	height: 90px;
}
/********************************************
*                 Newsletter                 *
*********************************************/
a.newsletters {
	float: right;
	color: #59B7EB !important;
	font-size: 15px;
}
i.fa.fa-newspaper-o.icon3{
	margin-right: 5px;
}
.divJmaPlugin.divNewsletters.cf {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(237, 240, 242);
	border-radius: 20px;
	margin: 0 auto;
	width: 350px;
}
@media only screen and (max-width:405px) {
	.divJmaPlugin.divNewsletters.cf{
		width: 300px;
	}
}

.enigma_header_breadcrum_title{
	/* margin-top:7px; */
}

.tabelaFiltravel input[type="text"] {
    width: 100%;
}

img.image-header {
    float: right;
    margin-top: 1%;
    max-width:316px; 
}

@media only screen and (max-width:785px) {
	img.image-header {
    float: none;
    display:block;
	}
}
