/*Toggle button on/off css*/
.switch-field {
	overflow: hidden;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pro-disable {
	pointer-events: none;
}

.pro-feature {
	opacity: 0.7;
}

.switch-title {
	margin-bottom: 6px;
}

.switch-field input {
	display: none;
}

.switch-field label {
	float: left;
}

/* .wp-picker-container .iris-picker {
	margin-left:520px !important;
} */

.switch-field label {
	display: inline-block;
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.pa-lower-title {
	background-color: rgb(246, 144, 127);
	color: white;
	font-family: Verdana;
	font-size: 20px;
	font-weight: initial;
	margin-left: 30px;
	padding-left: 10px;
	width: 55%;
}

.switch-field label:hover {
	cursor: pointer;

}

.switch-field input:checked+label {
	background-color: #304152;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/**/



::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}


/* Title Css */

.bg-title {
	background-color: #304152;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 7px;
}

.bg-title1 {
	background-color: #F79FA4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
	margin: 10px;
	margin-bottom: 30px;
}

.bg-lower-title {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	margin: 10px;
	font-family: icon;
	padding-left: 30px;
	margin-bottom: 30px;
	background: #304152;
	padding: 8px;
}

/* Templet & icon setting */
#pricing_table_template {
	margin-top: 27px;
}

.img_preview img {
	width: 7%;
	margin-top: -24px;
}

/* icon picker */

.iconpicker_tab {
	margin-left: 15px;
}

#pricing_appending {
	padding: 13px 20px;
	background-color: #304152;
	color: #FFF;
	border-bottom: 2px solid #000;
	margin-top: 20px;
}

#pricing_shortcode {
	padding: 13px 8px;
	background-color: #304152;
	color: #FFF;
	border-bottom: 2px solid #000;
}

.icon_new {
	display: block;
	margin-left: 30px;
	margin-bottom: 26px;
	font-size: 32px;
}

.icon_new_short {
	display: block;
	margin-left: 35px;
	margin-bottom: 26px;
	font-size: 32px;
}

/*======*******========media query=========******=======*/
@media only screen and (max-width: 359px) {
	.em_size_field {
		width: 30%;
	}
}

@media only screen and (max-width: 300px) {
	#shortcode {
		width: 100%;
	}
}