/*admin page styles*/
.cntctfrmmlt-tab-wrapper {
	min-width: 100px;
	clear: both;
	margin-top: 16px;
}
.cntctfrmmlt-tab-wrapper h3 {
	margin-bottom: 0;
}
.cntctfrmmlt-tab-wrapper .nav-tab {
	padding: 5px 14px;
}
.cntctfrmmlt-nav {
	padding: 0 20px;
	clear: both;
	border-color: transparent #ccc #ccc;
	border-width: 1px;
	border-style: solid;
	z-index: -100;
}
.cntctfrmmlt-nav-tab:hover {
	background: none repeat scroll 0 0 #fff;
}
.nav-tab-wrapper {
	margin-bottom: 8px ! important;
	padding-top: 0 ! important;
}
/*when the form is active*/

/*delete button styles*/
input.cntctfrmmlt-delete {
	background: url('../images/del.png') no-repeat scroll center center transparent;
	cursor: pointer;
	border: none;
	margin: 0 6px;
	padding: 3px 5px;
}

/*button styles add a form*/
input.cntctfrmmlt-enter {
	background: #2EA2CC;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	line-height: 26px;
	height: 28px;
	padding: 0px 10px 1px;
	margin: 0 0 0 5px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	border-color: #0074A2;
	box-shadow: inset 0px 1px 0px rgba(120, 200, 230, 0.600), 1px 1px 2px rgba(0, 0, 0, 0.400);
	color: #fff;
	text-transform: uppercase;
}
.rtl input.cntctfrmmlt-enter {
	margin: 0 5px 0 0;
}
input.cntctfrmmlt-text {
	float: left;
	cursor: pointer;
	padding: 3px 5px;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	font-size: 13px;
}
div.cntctfrmmlt-noactive {
	cursor: pointer;
	display: inline;
	margin: 0px;
}
.cntctfrm_settings_table {
	empty-cells: show;
	font-size: 13px;
}
@media screen and (max-width: 600px) {
	input.cntctfrmmlt-enter {
		margin-top: 10px;
	}
	.cntctfrmmlt-nav {
		border-top-color: #ccc;
		margin-top: 5px;
	}
}