/* ========= INFORMATION ============================
	- document:  LeadGeneration!
	- author:    Dmytro Lobov 
	- version:   1.0
	- url:       https://wordpress.org/plugins/leadgeneration/
	
==================================================== */

/* Tab style */
#leadgeneration .tab-box{
	width: 100%;	
	box-sizing: border-box;
}
#leadgeneration .tab-box:after{
	clear:both; 
	content:""; 
	display:block;
}
#leadgeneration .tab-nav{
	margin:0;
	padding:0;
	list-style:none;
	width:145px;
	float:left;
	border-right: 1px solid #1f9ef8;
	
}
#leadgeneration .tab-nav li{
	float:left;
	margin-bottom:1px;
}
#leadgeneration .tab-nav li a{
	display:inline-block;
	width:125px;
	padding:10px 10px;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#leadgeneration .tab-nav li a:hover{
	color:#000;
	text-decoration:none;
	font-weight: 700;
}
#leadgeneration .tab-nav li.select a{ 
	background: #fff;  
	box-shadow: none;
	border-bottom: 1px solid #1f9ef8;
	font-weight: 700;
}
#leadgeneration .tab-nav .active{
	display:inline-block;
	padding:5px;
}
#leadgeneration .tab-box>div{
	margin:0 0 0 145px;
	padding:10px;
	border-left: 1px solid #1f9ef8;
}
#leadgeneration .tab-panels{
	background:#fff;
}

/* Flexbox elements */
.lg-container {
	display: flex;
	justify-content: space-around;
}
.lg-container .lg-element {
	width: 100%;
	padding:10px;	
}
#leadgeneration label {
	font-weight: 600;
	cursor: default;
}
#leadgeneration label[for] { 
	cursor: pointer;
}
/* form elements style */
.lg-element input[type=text],.lg-element input[type=tel],.lg-element input[type=number], .lg-element input[type=date], .lg-element select , .lg-element textarea{	
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}	

#leadgeneration fieldset {
	border: 1px solid #eee;
	margin: 15px 0;
}
#leadgeneration legend {
	font-size: 18px;
	font-weight: bold;	
	padding: 0 25px 0 10px;
}

/* Tooltip container */
.lg-help {
	font-size: 14px;
	cursor:help;
}
.lg-ui-tooltip{
	position:absolute;
	background:#333;
	border-width:1px!important;
	border-radius:3px!important;
	box-shadow:1px 1px 2px 1px rgba(214,214,214,.5)!important;
	color:#dedede!important;
	max-width:300px!important;
	padding:7px!important;
	text-rendering:optimizeLegibility;
	text-shadow:none!important;    
	z-index: 100051!important;
}

/* Right Sidebar */
.lg-sidebar h2 {
	border-bottom: 1px solid #eee;	
}

.lg-sidebar .lg-element {
	padding: 0;
}

.lg-sidebar .lg-element h4 {
	line-height: auto;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.lg-facebook::after {	
	font-family: dashicons;		
	content: "\f305";
	margin-left: 5px;	
}

.lg-email::after {	
	font-family: dashicons;		
	content: "\f469";
	margin-left: 5px;
}
