@CHARSET "UTF-8";
.bnw_tools_new_passwd {
	width: 85%;
}
	.bnw_tools{}
	
	.bnw_tools .linha-button button{
		text-shadow: none !important;
		font-weight: normal;
		background: #8DC760;
		color: #FFF;
		border:0;
		cursor: pointer;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		     -o-border-radius: 3px;
		        border-radius: 3px;

		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		    -ms-transition: all 0.2s ease-in-out;
		     -o-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;

		display: inline-block;
		padding: 10px 25px;
		font-size: 18px;		
	}
	
	.bnw_tools .bg-success,
	.bnw_tools #texto_counter{
		padding: 15px;
		background-color: #dff0d8;
		font-size: 25px;
	}
		.bnw_tools .bg-success label{
			padding-top: 7px;
			display: inline-block;
			font-size: 20px;
			
		}

	.bnw_tools #texto_counter{
		font-size: 20px;
		text-align: center;
		padding: 20px 0;
		margin-right: 25px;

		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;		
	}
	
	.bnw_tools .linha-text{}
	
	.bnw_tools input[type=text],
	.bnw_tools textarea{
	  display: block;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;			
	}

	.bnw_tools .bg-success input[type=text]{
		padding: 0;
		padding: 0;
		background: none;
		border: 0;
		box-shadow: none;
		font-size: 25px;		
	}

.embed-container { 
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

/*Links de download na página de Criar Loja*/
.link_download{
	display: block;
	text-align: center;
	background: #25b9d3;
	padding: 25px;
	color: #FFF;
	min-height: 190px;
	position: relative;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
	.link_download i, 
	.link_download strong{
		font-size: 24px;
		font-weight: bold;
		font-style: normal;
		display: block;
		position: relative;
		z-index: 5;
	}
	.link_download i{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.link_download strong{
		line-height: 30px;
	}

	.link_download:hover{
		text-decoration: none !important;
		color: #FFF;
	}

	.link_download:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		background: rgba(0,0,0,0);

		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		    -ms-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;

		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		    -ms-transition: all 0.2s ease-in-out;
		     -o-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;		
	}
	.link_download:hover:after{
		background: rgba(0,0,0,0.5);
	}



#wrapper .fusion-tabs {margin-bottom: 0 !important}

/*LINK DE WHATSAPP*/
.link-whatapp{
	width: 500px;
	margin: 0 auto;
}
	.link-whatapp button{
		background: #8DC760;
		color: #FFF;
		border: 0;
		padding: 10px 60px;
		text-shadow: none;
		font-size: 20px;
	}

	#result_whats{
		display: none;
		text-align: center;
		padding: 30px 10px;
	}
		#result_whats p{
			font-weight: bold;
			font-size: 18px;
		}

		#result_whats a{
			border-radius: 30px;
		}

	/*PARA REDIRECT 301*/
	#gerador_redirect button{cursor: pointer}
	#gerador_redirect #result_content{display: none;}
	#gerador_redirect #result,
	#gerador_redirect .explain{
		background: #444;
		padding: 10px 10px 10px 50px;
		color: #FFF;
		position: relative;
		margin: 0;
	}
		#gerador_redirect #result::before,
		#gerador_redirect .explain::before{
			content: '';
			display: block;
			position: absolute;
			left: 25px;
			top: 5%;
			height: 90%;
			width: 1px;
			background: #5d5d5d;
		}

	#gerador_redirect .explain{
		font-size: 16px;
		
		margin: 15px 0;
		color: #232323;
		background: #eaeaea;
		border-color: #d6d6d6;
	}
		#gerador_redirect .explain::before{background: #d6d6d6}

	#gerador_redirect .msg-copy{
		margin-top: -10px;
		font-size: 15px;
	}

	#gerador_redirect .remove_line_URL{
		border: 0;
		padding: 0;
		box-shadow: none;
		text-shadow: none;
		background: none;
		color: #c70a0a;
		width: 25px;
		height: 25px;
		display: block;
		margin-right: 15px;
		font-size: 20px;
		cursor: pointer;
		position: relative;
		left: 0;
		top: 45%;
	}

	#gerador_redirect .form-check-input{
		position: inherit;
		margin-top: inherit;
	}
	#gerador_redirect .more_item{display: inline-block;}

		#gerador_redirect #more_add{
			width: 60px;
			text-align: center;
			padding-left: 0;
			padding-right: 0;
			display: inline-block;
			margin-left: 0;

			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			
			-webkit-border-radius: 5px;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius: 5px;
			-moz-border-radius-topright: 0;
			border-radius: 5px;
			border-top-right-radius: 0;		
		}
		#gerador_redirect .more_item button{
			margin-left: -5px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;

			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}

	#gerador_redirect #prcessItens{margin-left: 25px;}

@media only screen and (max-width: 979px) {

	#wrapper .fusion-tabs .nav-tabs{clear: both;}
	#wrapper .fusion-tabs .nav-tabs li{
		display: inline-block !important;
		text-align: left !important;
		width: 48% !important
	}
	#abas_recursos .nav-tabs a{
		text-align: left !important;
		padding: 10px !important;
	}
	#abas_recursos .nav-tabs a i{
		display: inline-block !important;
		font-size: 30px !important;
		margin: 0 !important;
		font-size: 20px !important;
		margin-right: 10px !important;
	}

	.link-whatapp{width: 300px !important}
		.link-whatapp .group-action{text-align: center;}
}	