/*
* styles for settings page
*/
.cntctfrm_error_text_position{
	position: relative;
}
.cntctfrm_error_text {
	color: #D90000;
	text-align: left;
	position: absolute;
	background: #FFE6E6;
	z-index: 9998;
	right: 16%;
	padding: 5.5px 8.5px;
	border-radius:6px;
	width:151px;
	top:-48px;
}
.contact-form-input{
	
	border: 1px solid #9A9A9A;
	color: #999;
}

.contact-form-row{
	position:relative;
}
.cntctfrm_hidden {
	display: none;
}
.bws-plugins_page_contact_form input[type="checkbox"],
.bws-plugins_page_contact_form input[type="radio"] {
	position: relative;
	top: -2px
}
#cntctfrm_contact_form textarea,
#cntctfrm_contact_message,
#cntctfrm_contact_name,
#cntctfrm_contact_subject {
	width: 80%;
}
#cntctfrm_contact_email{
	width: 30%;	
}
#cntctfrm_contact_email,#cntctfrm_contact_name{
	background: #F5F5F5;
}
.cntctfrm_info {
	color: rgb(136, 136, 136);
	font-size: 10px;
	clear: both;
}
#cntctfrm_contact_attachment {
	margin-bottom:0;
}
.cntctfrm_change_label_block input, .cntctfrm_action_after_send_block input {
	margin: 1px 0;
}
.cntctfrm_change_label_block input[type="text"],
.cntctfrm_action_after_send_block input[type="text"] {
	width: 300px;
}
.cntctfrm_action_after_send_block  input[type="text"] {
	width: 250px;
}
.widget-container #cntctfrm_contact_form input.text,
.widget-container #cntctfrm_contact_form textarea,
.widget-container #cntctfrm_contact_message,
.widget-container #cntctfrm_contact_name,
.widget-container #cntctfrm_contact_email,
.widget-container #cntctfrm_contact_subject,
.textwidget #cntctfrm_contact_form input.text,
.textwidget #cntctfrm_contact_form textarea,
.textwidget #cntctfrm_contact_message,
.textwidgetr #cntctfrm_contact_name,
.textwidget #cntctfrm_contact_email,
.textwidget #cntctfrm_contact_subject {
	width: 200px;
}
.cntctfrm_label_language_tab {
	float: left;
	padding: 2px 5px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #DFDFDF;
	background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
	cursor: pointer;
	margin-right: 3px;
}
.cntctfrm_language_tab {
	border: 1px solid #DFDFDF;
}
.cntctfrm_active {
	color: #21759B;
}
.cntctfrm_delete {
	color: red;
	display: block;
	float: right;
	margin-left: 7px;
	position: relative;
	right: -3px;
}
.cntctfrm_language_tab_block_mini {
    background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
    border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    line-height: 18px;
    padding-left: 22px;
    color: #888888;
    font-size: 10px;
}
.cntctfrm_language_tab_block_mini:hover {
	opacity: 0.7;
}
.cntctfrm_language_tab_block {
	padding: 5px 10px 5px 5px;
}
#cntctfrmpr_left_table {
	margin-right: 30px;
	float: left;
}
#cntctfrmpr_right_table {
	width: 500px;
	float: left;
}
.cntctfrm_help_box {
	background-image: url("../images/tooltip_icons.png");
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 29px;
	position: relative;
	margin: 0 10px;
	width: 29px;
	clear: none !important;
}
.cntctfrm_hidden_help_text {
	background: #FFF;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	left: 40px;
	padding: 5px 10px;
	position: absolute;
	width: 240px;
	line-height: 1.5;
	z-index: 10;
}
.cntctfrm_hidden_help_text:before {
	content: url("../images/help.png");
	left: -10px;
	position: absolute;
	top: 7px;
}
#cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
#cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
	width: 320px;
	float: left;
}
#cntctfrmpr_contact_form div {
	clear: both;
}
.cntctfrmpr_info {
	color: rgb(136, 136, 136);
	font-size: 10px;
	clear: both;
}
#cntctfrmpr_shortcode {
	width: 330px;
	margin-top: 30px;
}
#cntctfrmpr_shortcode div {
	height: 20px;
	width: 220px;
	background: #EAEAEA;
	border: 1px solid #DCDCDC;
	padding: 10px;
	text-align: center;
}
#cntctfrmpr_shortcode code {
	white-space:nowrap;
	background: #EAEAEA;
}
/* cntctfrm_settings_table */
.cntctfrm_settings_table th, .cntctfrm_settings_table td {
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	height: 25px;
	padding: 2px 10px;
	text-align: left;
}
#cntctfrm_additions_options {
    	font-size: 16px;
    	font-weight: bold;
}

.submit-btn1{
    	background: #F9734D;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	vertical-align: middle;
    	width: 102px;
    	line-height: 30px;
   	height: 32px;
    	font-size: 14px;   
    	border-radius: 3px    
}



.submit-btn1:focus{
    	background: #F9734D;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	vertical-align: middle;
    	width: 102px;
    	line-height: 30px;
   	height: 32px;
    	font-size: 14px;   
    	border-radius: 3px   
}
.submit-btn:focus{
    	background: #F9734D;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	vertical-align: middle;
    	width: 102px;
    	line-height: 30px;
   	height: 32px;
    	font-size: 14px;   
    	border-radius: 3px   
}
.submit-btn{
    	background: #F9734D;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	vertical-align: middle;
    	width: 102px;
    	line-height: 30px;
   	height: 32px;
    	font-size: 14px;   
    	border-radius: 3px;   
}
.btn-select{
	position: relative;
	display: inline-block;
	width: 708px;
	height: 30px;
	color: #999;
	margin-bottom: 30px;
}
.btn-select .cur-select{
	position: absolute;
	display: block;
	width: 726px;
	height: 30px;line-height: 30px;
	background: url(/my_sdnlab/wp-content/uploads/2015/06/topicselectimg.png) no-repeat 709px center;
	text-indent: 10px;
	border: 1px solid #9A9A9A;
	color: #999;cursor: pointer;
}
.btn-select ul{
	position: absolute;
	top: 31px;
	left: 0px;
	width: 708px;
	color: #999;
	border: 1px solid #999;
	padding: 0px;
	z-index:3;
	background:#fff;
}
.btn-select ul li{
	list-style:none;
	padding:5px 5px;
	cursor: pointer;
}
.tg-text{text-align: left;}
.tg-text textarea:focus{color:#000;}
.contact-form-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact-form-input:-ms-input-placeholder {
  color: #ccc;
}
.contact-form-input::-webkit-input-placeholder {
  color: #ccc;
}
