.OEPL_tab_settings{
	background-color: #009688;
    border: 0px solid #DEDEDE;
    border-radius: 3px;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    margin-right: 9px;
    margin-top: 10px;
}
.OEPL_ErrMsg{
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #df291c;
	background-color: #FFFFFF;
	border-radius: 3px;
    border-left: 6px solid #df291c;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    width: 90%;
    padding: 5px 10px;
}
.OEPL_SuccessMsg{
	display: none;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #018A06;
    border-left: 6px solid #018A06;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    width: 90%;
    padding: 5px 10px;
}
.OEPL_tab_settings .tabs{
	float: left;
    margin-top: 10px;
    width: 150px; 
}
.OEPL_tab_settings .tabs li a{
	padding: 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.OEPL_tab_settings .tabs .active a {
	line-height: 18px;
	color: #004D40;
    z-index: 50 !important;
    background-color: #F6FBFD;
	border-right-color: #F6FBFD;
	border-left: 4px solid #009688;
	margin: 0 -1px 0 0;
	width: 138px;
	padding: 6px 0 6px 10px !important;
}
.OEPL_tab_settings .content .title{
	font-size: 20px;
	font-weight: 500;
	color: #795548;
	margin-bottom: 25px;
}
.OEPL_SugarSettings:hover,.OEPL_TestCon:hover{
	background-color: #00695C !important;
}
.OEPL_SugarSettings,.OEPL_TestCon{
	background-color: #009688 !important;
	border: 1px solid #009688;
	color: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	padding: 5px 10px;
}
.OEPL_tab_settings .content{
	box-shadow: -10px 0 10px -10px #333333;
	margin-left: 150px;
	padding: 20px;
	min-height: 370px;
	background-color: #F6FBFD;
	border-left: 1px solid #E1E1E1;
}
@media only screen 
and ( min-device-width : 320px ) 
and ( max-device-width : 767px ) {
	.OEPL_pro_img{
		height: 58px;
    	left: 4px !important;
    	position: absolute;
	}
	.OEPL_form_table{
		width: 310px !important;
		max-width: 310px;
	}
	.OEPL_form_table .button{
		margin: 0px !important;
	}
	.OEPL_form_table tr{
		float: left !important;
		max-width: 320px;
		min-width: 320px;
	}
	.OEPL_form_header{
		width: 320px;
	}
	.OEPL_form_table tr th{
		display: none;
	}
	.OEPL_form_table tr td input{
		width: 300px;
		margin: 10px 10px;
	}
	.description{
		float: left;
	}
	.OEPL_sugar_api_table tr:before,.OEPL_general_table tr:before{
		padding: 10px 10px;
		white-space: nowrap; font-weight: 500; font-size: inherit;
	}
	.OEPL_sugar_api_table tr:nth-of-type( 2 ):before {content: "SugarCRM URL :";}
	.OEPL_sugar_api_table tr:nth-of-type( 5 ):before {content: "SugarCRM admin Username :";}
	.OEPL_sugar_api_table tr:nth-of-type( 7 ):before {content: "SugarCRM admin Password :";}
	.OEPL_sugar_api_table tr:nth-of-type( 12 ):before {content: " .htaccess UserName :";}
	.OEPL_sugar_api_table tr:nth-of-type( 14 ):before {content: ".htaccess Password :";}
	.OEPL_general_table tr:nth-of-type( 2 ):before {content: "Capture Remote IP :";}
	.OEPL_general_table tr:nth-of-type( 6 ):before {content: "Get Email Notification :";}
	.OEPL_general_table tr:nth-of-type( 11 ):before {content: "Redirect after submit :";}
	
}
@media only screen 
and ( min-device-width : 768px ) 
and ( max-device-width : 1024px ) {
	
	.OEPL_promotion{
		display: none;
	}
	.OEPL_form_table{
		width: 450px !important;
		max-width: 310px;
	}
	.OEPL_form_table .button{
		margin: 0px !important;
	}
	.OEPL_form_table tr{
		float: left !important;
		max-width: 450px;
		min-width: 450px;
	}
	.OEPL_form_header{
		width: 450px;
	}
	.OEPL_form_table tr th{
		display: none;
	}
	.OEPL_form_table tr td input{
		width: 400px;
		margin: 10px 20px;
	}
	.description{
		float: left;
	}
	.OEPL_sugar_api_table tr:before,.OEPL_general_table tr:before{
		padding: 10px 20px;
		white-space: nowrap; font-weight: 500; font-size: inherit;
	}
	.OEPL_sugar_api_table tr:nth-of-type( 2 ):before {content: "SugarCRM URL :";}
	.OEPL_sugar_api_table tr:nth-of-type( 5 ):before {content: "SugarCRM admin Username :";}
	.OEPL_sugar_api_table tr:nth-of-type( 7 ):before {content: "SugarCRM admin Password :";}
	.OEPL_sugar_api_table tr:nth-of-type( 12 ):before {content: " .htaccess UserName :";}
	.OEPL_sugar_api_table tr:nth-of-type( 14 ):before {content: ".htaccess Password :";}
	
	.OEPL_general_table tr:nth-of-type( 2 ):before {content: "Success Message :";}
	.OEPL_general_table tr:nth-of-type( 4 ):before {content: "Failure Message :";}
	.OEPL_general_table tr:nth-of-type( 6 ):before {content: "Capture Remote IP :";}
	.OEPL_general_table tr:nth-of-type( 10 ):before {content: "Get Email Notification :";}
	.OEPL_general_table tr:nth-of-type( 15 ):before {content: "Redirect after submit :";}
}
.OEPL_Vertical_Banner{
	float: right;
}
.OEPL_Vertical_Banner .Banner_image{
	background-color: #FFFFFF;
	padding: 17px 40px;
	border: 1px solid #B2DFDB;
	float: left;
}
.OEPL_Vertical_Banner .Banner_content{
	float: right;
	width: 400px;
	text-align: center;
	background-color: #2EA2CC;
	min-height: 70px;
	border: 1px solid #009688;
	padding: 5px 10px;
	color: #FFFFFF;
}
.OEPL_transperent_btn:hover{
	color: #2EA2CC;
	background-color: #FFFFFF;
}
.OEPL_transperent_btn{
	text-align: center;
	display: inline-block;
	text-decoration: none;
	width: 75px;
	color: #FFFFFF;
	line-height: 1.2;
	cursor: pointer;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px -3px #333333;
}
.OEPL_messages_table tr:not( :first-child ) td{
	padding-left: 25px;
}
.OEPL-link:hover{
	background: none repeat scroll 0 0 #3F51B5;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    color: rgb(241, 241, 241);
    cursor: default;
    display: inline-block;
    left: 12px;
    padding: 4px 11px;
}
.OEPL-link{
	background: none repeat scroll 0 0 #2196F3;
	text-decoration: none !important;
	cursor: pointer !important;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    color: rgb(241, 241, 241);
    display: inline-block;
    left: 12px;
    padding: 3px 10px;
}
.OEPL_form_table tr th{
	float: right;
}
.OEPL_pro_img{
	position: absolute;
	left: 6px;
	height: 58px;
}
.OEPL_get_pro{
	padding: 10px 15px 6px 15px;
	text-decoration: none;
	background-color: #F44336;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	position: fixed;
	font-weight: 700;
	font-size: 14px;
	top: 30px;
	left: 827px;
	z-index: 99999;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6290c", endColorstr="#f44236", GradientType=0 );
}
.OEPL_get_pro:hover{
	color: #FFFFFF;
}
.OEPL_form_table{
	width: 95%;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	-webkit-box-shadow: 1px 3px 10px -6px #009688;
	-moz-box-shadow: 1px 3px 10px -6px #009688;
	box-shadow: 1px 3px 10px -6px #009688;
	border: 1px solid #B2DFDB;
}
#testConn{
	border-color: #795548;
	background-color: #795548;
	box-shadow: 1px 3px 10px -6px #795548 !important;
	color: #FFFFFF;
}
#testConn:hover{
	border-color: #4E342E;
	background-color: #4E342E;
	box-shadow: 1px 3px 10px -6px #4E342E !important;
	color: #FFFFFF;
}
.OEPLsaveConfig, #LeadFldSync,#OEPL_save_general_settings,#OEPL_message_save,#OEPL_css_save,#OEPL_save_captcha_settings{
	border-color: #009688 !important;
	background-color: #009688 !important;
	box-shadow: 1px 3px 10px -6px #009688 !important;
	color: #FFFFFF;
}
.OEPLsaveConfig:hover, #LeadFldSync:hover,#OEPL_save_general_settings:hover,#OEPL_message_save:hover,#OEPL_css_save:hover{
	border-color: #00695C !important;
	background-color: #00695C !important;
	box-shadow: 1px 3px 10px -6px #00695C !important;
	color: #FFFFFF !important;
}
.OEPL_form_table tr:not( :first-child ) th {
    padding-left: 15px;
    width: 180px;
    color: #004D40;
}
.OEPL_form_table tr:not( :first-child ) td {
    padding-right: 15px;
}
.OEPL_form_header{
	background-color: #009688;
}
.update-nag{
	display: none;
}
.OEPL_add_field_box{
	padding : 5px;
	background-color: #FFFFFF;
	display: inline-block;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	margin-top: 15px;
	padding-right: 10px;
	border-left: 4px solid #2EA2CC;
}
.OEPL_hide_panel{
	margin-top: 4px;
	margin-right: 5px;
}
.OEPL_promotion{
	position: fixed;
	background-color: #FFFFFF;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-top : 15px;
	margin-right : 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1000;
}
.OEPL_promotion_tab{
	background-color: #FFFFD0;
	border-radius: 8px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
.OEPL-red{
	background: none repeat scroll 0 0 #795548;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    color: rgb(241, 241, 241);
    cursor: default;
    display: inline-block;
    left: 12px;
    padding: 5px 15px 5px 15px;
	margin: 0px !important
}
.Social_icons{
	margin-top: 5px;
	margin-bottom: 5px;
	height : 35px;
	margin-left: 10px;
}
.column-required, .column-hidden_field {
	width: 9%;
}
.column-display_order, .column-is_show{
	width: 13%;
}
.CbxChecked{
	background-color: #E5E5E5 !important;
}
.hiddenValBox{
	width: 150px;
}
.wp-list-table.leads tbody tr:hover {
	background-color: #E5E5E5 !important;
}
.is_show_widget{
	color: #019E5A;
	font-weight: 500;
}
.not_show_widget{
   color: #D6432E;
   font-weight: 500;
}
.Delete_Cust_Field{
	width: 18px;
}
.PluginDesc {
	padding-top: 15px;
}
.blink3oDays {
  color: #4CAF50;
}
@keyframes blinker30Days {  
  50% { opacity: 0; }
}
.OEPL_spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #00695C;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

.LeadFormMsg {color: #FF0000 !important;}

.oe-loader-section {
    position: fixed;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.9);
    top: 0;
    z-index: 99999;
    padding: 0 !important;
	display: none;
}
.oe-loader-section .oe-loading-section-title {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -104px;
}
.oe-loader-section .oe-loading-section-title .oe-loader-icon {
    padding: 30px 0;
    background-size: 125px;
}
.oe-loader-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}
.OEPL_small_button {
	margin-left: 10px;
	display: none;
	cursor: pointer;
}
#display_order {
	width: 135px !important;
}
.wp2sl_browse_div_cls{
	float: left;
}
.cstm_browse_btn{
	font-size:15px;
}
.wp2sl_h2_div{
	float: left;	
}
.wp2sl_h2_div h2{
	color: #795548;
	font-weight: 900;
}
.wp2sl_pro_link_div, .OEPL_Delete_Cust_Field_div{
	float: right;
}
.wp2sl_form_tabl{
	clear: none;
}
.wp2sl_form_tabl .OEPL_htaccess_tr, 
.EmailToTR, 
.OEPL_hidden_panel,
.OEPL_redirect_tr,
#OEPL_form_structure {
	display: none;
}
.fa-1x{
	font-size: 25px;
}
.reCAPTCHA_td{
	padding: 10px 10px 15px 0 !important;
}
.OEPL_custom_css_td{
	padding: 5px 10px;
}
#OEPL_custom_css{
	width: 100%;font-family: Consolas,Monaco,monospace;min-width: 100%;max-width: 100%;border: 1px solid #009688 !important;box-shadow: 0 0 5px #009688 inset !important;
}
.OEPL_form_structure_a{
	cursor: pointer;
}
.pro_version_ul{
	list-style:inside;margin-left: 10px;line-height: 1.6;
}
.OEPL_css_save_td{
	padding: 5px 10px;
}
.span_cls{
	color: red;
}
.OEPL_custom_label{
	width: 160px;
}
.OEPL_custom_order{
	width: 40px;
}
.dashicons .dashicons-yes-alt .fa-2x{
	font-size: 30px;
}
.required_cls{
	color: red;
}
.InvalidInput{
	border-color: red !important;
}
.reCAPTCHA_tr{
	display: none;
}