/*!
 *  WRC Pricing Tables 2.3.2 by @realwebcare - https://www.realwebcare.com
 */
.wrap .wrcpt-clear{clear:both}
#add_new_table h2{font-size:24px;font-weight:700}
#add_new_table h2 a.add-new-h2{font-style:normal;font-size:14px;font-weight:700}
#add_new_table #wrcpt_new{display:none}
.wrap #add_new_table h2 span#wrcpt-loading-image{background:url(../images/ajax-loader.gif) no-repeat 0 0;margin:-3px 10px;width:96px;height:20px;display:none}
/* Pricing Table Lists */
#add_new_table .table_list{display:block;margin-top:15px}
#add_new_table .table_list .subsubsub{margin-bottom:8px;padding:0 10px;font-size:14px;font-weight:600;background:#f9f9f9;color:#1d2327;border:1px solid #ddd}
#add_new_table .table_list .subsubsub li{position:relative;box-shadow:1px 0 0 0 #c9c9c9;padding:5px 0 5px 10px}
#add_new_table .table_list .subsubsub li:first-child{padding-left:0}
#add_new_table .table_list .subsubsub li:last-child{box-shadow:none}
#add_new_table .table_list .subsubsub li span.count{width:20px;height:20px;line-height:20px;margin:0 10px 0 2px;background:#1d2327;color:#fff;border:1px solid #1d2327;border-radius:50%;display:inline-block;text-align:center}
#add_new_table .table_list .subsubsub li.publish{color:#1fa750}
#add_new_table .table_list .subsubsub li.publish span.count{background:#23bd5a;border-color:#5baf79;color:#fff}
#add_new_table .table_list .subsubsub li.unpublish{color:#dca80c}
#add_new_table .table_list .subsubsub li:last-child span.count{margin-right:0}
#add_new_table .table_list .subsubsub li.unpublish span.count{background:#f2be1d;border-color:#dbac1a;color:#fff}
#add_new_table .table_list h3.empty-table{background:#7ad03a;color:#fffd68;text-shadow:2px 2px 3px #d02124;font-size:21px;height:36px;line-height:33px;display:inline-block;margin:0;padding:0 10px;letter-spacing:1px}
#add_new_table .table_list p.get_started,
#add_new_table .table_list p.feature_notice{background-color:#fff;padding:10px;font-size:14px;line-height:24px;border-left:4px solid #7ad03a;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-right:5px}
#add_new_table .table_list p.feature_notice{width:485px;text-align:center;padding-left:0}
#add_new_table .table_list table{border-collapse:collapse;margin:0 0 1rem;text-align:left;color:#212529;width:99%}
#add_new_table .table_list table thead tr{background:#fff;border-bottom:4px solid #2271b1}
#add_new_table .table_list table td,
#add_new_table .table_list table th{padding:30px 15px 15px;vertical-align:top}
#add_new_table .table_list table thead th{width:auto;font-size:14px;border:none;padding-bottom:30px;font-weight:500;color:gray}
#add_new_table .table_list table thead th:first-child{border:none}
#add_new_table .table_list table td input.wrcpt_checkbox,
#add_new_table .table_list table th input#checkall{border:none;background:rgba(0,0,0,.1);width:1.2rem;height:1.2rem}
#add_new_table .table_list table td input.wrcpt_checkbox:checked,
#add_new_table .table_list table th input#checkall:checked{background:#2271b1;color:rgba(0,0,0,.1)}
#add_new_table .table_list table td input.wrcpt_checkbox:before,
#add_new_table .table_list table th input#checkall:before{font-size:24px;color:rgba(0,0,0,.1);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
#add_new_table .table_list table td input.wrcpt_checkbox:checked::before,
#add_new_table .table_list table th input#checkall:checked::before{color:#fff;font-family:dashicons;content:"\f147";margin:.6375rem 0 0 -.25rem}
#add_new_table .table_list table tbody tr{background-color:#F9F9F9;margin-bottom:10px;border-bottom:4px solid #eceffa}
#add_new_table .table_list table tbody tr.table-header,
#add_new_table .table_list table tbody tr.table-input{border:none}
#add_new_table .table_list table tbody td{position:relative;color:#007193;font-size:16px;font-weight:normal;height:50px}
#add_new_table .table_list table tbody .alt td{background:#FFFFFF}
#add_new_table .table_list table tbody td:first-child{border-left:none}
#add_new_table .table_list table tbody tr:last-child td{border-bottom:none}
#add_new_table .table_list table tbody td.table_name div{padding-bottom:5px;cursor:pointer}
#add_new_table .table_list table tbody td.table_name{width:45%}
#add_new_table .table_list table tbody td.table_name span:first-of-type{border:none;padding-left:0}
#add_new_table .table_list table tbody td.table_name span{font-size:14px;cursor:pointer;border-left:1px solid #ddd;color:#0074a2;padding-left:5px}
#add_new_table .table_list table tbody td.table_name span:hover{color:#2ea2cc}
#add_new_table .table_list table tbody td.shortcode,
#add_new_table .table_list table tbody td.wrc-status{text-align:center}
#add_new_table .table_list table tbody td .tooltip{position:relative;display:inline-block;top:-7px}
#add_new_table .table_list table tbody td .tooltip .tooltiptext{visibility:hidden;width:190px;background-color:#555;color:#fff;font-size:14px;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:120%;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s}
#add_new_table .table_list table tbody td .tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent}
#add_new_table .table_list table tbody td .tooltip:hover .tooltiptext{visibility:visible;opacity:1}
#add_new_table .table_list table tbody td input.wrc_shortcode{margin:0;padding:6px 0;border-radius:0;background:#f0f0f1;vertical-align:middle;font-size:16px;font-weight:500;width:200px;max-width:100%;border:.5px solid #ddd;border-bottom:3px solid #bbb;text-align:center}
/* Reset Select */
#add_new_table .table_list table tbody td .temp_choice select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;border:1px solid #ddd;background:#f1f1f1;background-image:none}
/* Remove IE arrow */
#add_new_table .table_list table tbody td .temp_choice select::-ms-expand{display:none}
#add_new_table .table_list table tbody td .temp_choice{position:relative;top:1px;display:flex;width:7em;height:2em;line-height:2.4;background:#f1f1f1;color:#d2d2d2;overflow:hidden;border-radius:.25em}
#add_new_table .table_list table tbody td .temp_choice select{flex:1;padding:0 .5em;color:#32373c;cursor:pointer}
/* Arrow */
#add_new_table .table_list table tbody td .temp_choice::after{content:'\f140';font-family:dashicons;position:absolute;top:-3px;right:0;padding:0 5px;background:#0073aa;cursor:pointer;pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease}
/* Transition */
#add_new_table .table_list table tbody td .temp_choice:hover::after{color:#BFDDE9}
#add_new_table .table_list table tbody td span.status{position:relative;top:5px;border-radius:30px;background:#cff6dd;color:#1fa750;height:25px;display:inline-block;line-height:24px;text-align:right;font-size:12px}
#add_new_table .table_list table tbody td span.status.active{width:56px;padding-right:10px}
#add_new_table .table_list table tbody td span.status.inactive{padding:0 10px 0 25px;background:#fdf5dd;color:#cfa00c}
#add_new_table .table_list table tbody td span.inactive:after{background:#f2be1d}
#add_new_table .table_list table tbody td span.status:after{position:absolute;top:8px;left:10px;width:10px;height:10px;content:'';border-radius:50%}
#add_new_table .table_list table tbody td span.active:after{background:#23bd5a}
#add_new_table .table_list table tbody td.wrcpt_notice{width:40%}
#add_new_table .table_list table tbody td.wrcpt_notice span{font-size:13px;color:#778899}
#add_new_table .table_list table tbody td.wrcpt_notice span strong{font-weight:700}
#add_new_table #tablenamediv{width:488px;border-radius:5px;margin-top:10px;line-height:0;box-shadow:0 1px 6px 0 rgb(0 0 0 / 30%);border:1px solid #dcdcdc;padding:16px;background-color:#fff}
/* Features */
#add_new_table .tablenamewrap,
#add_new_table .pricingfeaturewrap,
#add_new_table .tablecolumnwrap,
#add_new_table .settingcolumnwrap{margin:10px}
#add_new_table .tablecolumnwrap{position:relative}
#add_new_table #tablecolumndiv .accordion-expand-holder{position:absolute;top:0;right:5px}
#add_new_table #tablecolumndiv .accordion-expand-holder button.expand,
#add_new_table #tablecolumndiv .accordion-expand-holder button.collapse{color:#444444;text-transform:uppercase;cursor:pointer}
#add_new_table .tablenamewrap{border-bottom:1px solid #CCC;margin-bottom:30px}
#add_new_table #title{width:50%;display:block;margin:10px 0 20px;line-height:30px;font-size:18px}
#add_new_table #pricingfeaturediv table#feature_additem,
#add_new_table #pricingfeaturediv table#feature_edititem{border:1px solid #ddd;margin-bottom:10px}
#add_new_table #pricingfeaturediv table#feature_additem tr.featheader th,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featheader th{background-color:#F3F3F3;padding:15px 10px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;font-size:14px;font-weight:700;line-height:18px}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td{background-color:#fff;padding:1px 6px 0;border-left:1px solid #ddd;border-bottom:1px solid #ddd;line-height:48px}
#add_new_table #pricingfeaturediv table#feature_additem tr.featheader th:first-child,
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td:first-child,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featheader th:first-child,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td:first-child{border-left:none}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td input[type="text"]{width:99.3%}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td select#feature_type,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td select#feature_type{height:auto;vertical-align:initial}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td span#remFeatute,
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td span#remDisable,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td span#remFeatute{border:1px solid #ddd;margin:0 18px;padding:0 11px;color:#444444;border-radius:3px;position:relative;line-height:0;font-size:16px}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td span#remDisable{background:url(../images/wrcpt-buttons.png) no-repeat -413px -91px;width:16px;height:16px;cursor:default}
#add_new_table #pricingfeaturediv table#feature_additem tr.featurebody td span#remFeatute,
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td span#remFeatute{cursor:pointer!important;background:url(../images/wrcpt-buttons.png) no-repeat -413px -41px;width:16px;height:16px}
#add_new_table #pricingfeaturediv table#feature_edititem tr.featheader th{text-align:center}
#add_new_table #pricingfeaturediv table#feature_edititem tr.featurebody td{cursor:move}
#add_new_table input#wrcpt_add_new,
#add_new_table input#wrcpt_upfeature,
#add_new_table input#wrcpt_addfeature{float:right;margin-top:-30px}
#add_new_table input#wrcpt_add,
#add_new_table input#wrcpt_edit{margin-top:10px}
/* Pricing Columns Preview */
#add_new_table #tabledisplaydiv{background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px;line-height:5px;position:relative}
#add_new_table #tabledisplaydiv h3{font-size:24px;margin-top:15px;padding:10px}
#add_new_table #tabledisplaydiv h3 span#editPackages{position:absolute;top:30px;right:35px;padding:0 10px 0 26px;font-size:14px;height:32px;line-height:30px}
#add_new_table #tabledisplaydiv h3 span#editPackages:before{content:"";position:absolute;background:url(../images/wrcpt-buttons.png) no-repeat -521px -43px;left:6px;top:7px;width:16px;height:16px}
/* Pricing Columns */
#add_new_table #tablecolumndiv{float:left;padding-bottom:5px;line-height:5px;border-radius:5px;box-shadow:0 1px 6px 0 rgb(0 0 0 / 30%);border:1px solid #dcdcdc;background-color:#fff}
#add_new_table #tablecolumndiv #addButtons{position:relative;clear:both;margin-bottom:5px}
#add_new_table #tablecolumndiv #addButtons a#addPackage{padding:0 10px 0 26px;font-size:14px;height:30px;line-height:28px;vertical-align:top}
#add_new_table #tablecolumndiv #addButtons a#addPackage:before{content:"";position:absolute;background:url(../images/wrcpt-buttons.png) no-repeat -487px -43px;left:6px;width:16px;height:16px;margin:6px 0 0;display:inline-block}
#add_new_table #tablecolumndiv #sortable_column{margin-left:-5px}
#add_new_table #tablecolumndiv #sortable_column .package_details h3.ptitle{margin:1px}
#add_new_table #tablecolumndiv .package_details{float:left;display:inline-block;margin:5px;position:relative}
#add_new_table #tablecolumndiv .package_details h4{margin:0;padding:10px 0 13px 2px;font-size:15px}
#add_new_table #tablecolumndiv .package_details span.inactive{cursor:auto!important;opacity:.3}
#add_new_table #tablecolumndiv .package_details span.column_hide,
#add_new_table #tablecolumndiv .package_details span.column_show,
#add_new_table #tablecolumndiv .package_details span#delDisable,
#add_new_table #tablecolumndiv .package_details span#delPackage{width:24px;height:24px;position:absolute;top:4px;right:6px;border:1px solid #aaa;border-radius:3px;display:inline-block;z-index:9999}
#add_new_table #tablecolumndiv .package_details span.column_hide,
#add_new_table #tablecolumndiv .package_details span.column_show{background:#f1f1f1;right:36px;padding:0 1px;cursor:pointer}
#add_new_table #tablecolumndiv .package_details span#delDisable{opacity:.3;background:#F1F1F1 url(../images/wrcpt-buttons.png) no-repeat -412px -89px}
#add_new_table #tablecolumndiv .package_details span#delPackage{background:#F1F1F1 url(../images/wrcpt-buttons.png) no-repeat -412px -39px;cursor:pointer}
#add_new_table #tablecolumndiv .package_details span.column_hide .dashicons,
#add_new_table #tablecolumndiv .package_details span.column_show .dashicons{width:24px;line-height:23px}
#add_new_table #tablecolumndiv .element-input h4{margin:0;padding:5px 10px 15px;font-weight:700;color:#555555}
#add_new_table #tablecolumndiv .element-input input.medium{width:230px}
#add_new_table #tablecolumndiv .element-input input.col_price{width:105px}
#add_new_table #tablecolumndiv .element-input input.tickbox{border:1px solid #aaa!important}
#add_new_table #tablecolumndiv .element-input textarea[id=package_desc],
#add_new_table #tablecolumndiv .element-input textarea[id=price_desc],
#add_new_table #tablecolumndiv .element-input textarea[id=tooltips]{resize:none;display:block;margin:0 0 20px 160px;border-radius:5px;border:1px solid #ccc;width:341px}
#add_new_table #tablecolumndiv .element-input hr{width:490px;border-top:1px solid #E6E6E6}
/* Pricing Column Common */
#add_new_table #tablecolumndiv .package_details,
#add_new_table #settingcolumndiv .package_advance{background:#DCDCDC;width:537px;padding:5px;border:1px solid #ccc;border-radius:3px}
#add_new_table #tablecolumndiv .element-input,
#add_new_table #settingcolumndiv .advance-input{background:#fff;width:513px;margin-left:1px;padding:10px;border:1px solid #ccc;cursor:auto}
#add_new_table .package_details h3.ptitle,
#add_new_table .package_advance h3.ptitle{background:#fff;border:1px solid #ccc}
#add_new_table .package_details h3.ptitle:hover,
#add_new_table .package_advance h3.ptitle:hover{background:#EEEEEE;border:1px solid #ccc}
#add_new_table #tablecolumndiv .element-input label.input-title,
#add_new_table #settingcolumndiv .advance-input label.input-title,
#add_new_table #tablecolumndiv .element-input label.input-check,
#add_new_table #settingcolumndiv .advance-input label.input-check{color:#555555;margin-top:1px;padding:7px 10px;float:left;font-size:14px;width:250px}
#add_new_table #settingcolumndiv .advance-input label#modify-table{margin:6px 0}
#add_new_table #tablecolumndiv .element-input input.medium,
#add_new_table #tablecolumndiv .element-input input.col_price,
#add_new_table #tablecolumndiv .element-input input.tickbox,
#add_new_table #settingcolumndiv .advance-input input.medium,
#add_new_table #settingcolumndiv .advance-input input.tickbox{padding:6px 4px;border-radius:5px;border:1px solid #ccc}
#add_new_table #tablecolumndiv .element-input input.medium,
#add_new_table #tablecolumndiv .element-input input.col_price,
#add_new_table #settingcolumndiv .advance-input input.medium{margin:0 2px 10px}
#add_new_table #settingcolumndiv .advance-input select.font-dir{margin:2px 2px 10px;padding:0 10px;border-radius:5px;border:1px solid #ccc}
#add_new_table #tablecolumndiv .element-input input.tickbox,
#add_new_table #settingcolumndiv .advance-input input.tickbox{margin:7px 2px 10px}
#add_new_table #tablecolumndiv .element-input table tr.table-header,
#add_new_table #tablecolumndiv .element-input table tr.table-input,
#add_new_table #settingcolumndiv .advance-input table tr.table-header,
#add_new_table #settingcolumndiv .advance-input table tr.table-input{background-color:#fff}
#add_new_table #tablecolumndiv .element-input table tr.table-input th,
#add_new_table #settingcolumndiv .advance-input table tr.table-input th{padding:5px 0}
#add_new_table #tablecolumndiv .element-input table tr.table-input th label.input-title,
#add_new_table #settingcolumndiv .advance-input table tr.table-input th label.input-title{font-size:12px;width:200px}
#add_new_table #tablecolumndiv .element-input table tr.table-header td,
#add_new_table #settingcolumndiv .advance-input table tr.table-header td{color:#555555;font-weight:700;padding-bottom:10px}
#add_new_table #tablecolumndiv .element-input table tr td,
#add_new_table #settingcolumndiv .advance-input table tr td{height:auto;padding:5px 0 0}
/* Pricing Column Settings */
#add_new_table #settingcolumndiv{width:569px;margin-top:20px;line-height:0;border-radius:5px;box-shadow:0 1px 6px 0 rgb(0 0 0 / 30%);border:1px solid #dcdcdc;background-color:#fff}
#add_new_table #settingcolumndiv .package_advance h3.ptitle{margin:1px}
#add_new_table #settingcolumndiv .advance-input label.input-check{width:280px;line-height:28px}
#add_new_table #settingcolumndiv .advance-input input.medium,
#add_new_table #settingcolumndiv .advance-input select.font-dir{width:230px}
#add_new_table #settingcolumndiv .advance-input input#pricing_table_name{margin:6px 0}
#add_new_table #settingcolumndiv .advance-input input.tickbox{margin:7px 2px 2px;float:right;border:1px solid #aaa}
#add_new_table #settingcolumndiv .advance-input label#col_width,
#add_new_table #settingcolumndiv .advance-input input#column_width,
#add_new_table #settingcolumndiv .advance-input label#cap_col_width,
#add_new_table #settingcolumndiv .advance-input input#cap_column_width,
#add_new_table #settingcolumndiv .advance-input label#margin_right,
#add_new_table #settingcolumndiv .advance-input input#column_space{display:none}
#add_new_table #settingcolumndiv .advance-input .break-line{clear:both;margin-bottom:10px;padding:10px 0 0;border-bottom:1px solid #E6E6E6}

#add_new_table #settingcolumndiv .advance-input label.input-radio {
	color:#555555;
	margin: 0;
	padding:3px 10px;
	float:left;
	font-size: 14px;
	width: 250px
}
#add_new_table #settingcolumndiv .advance-input #tickcross-items {float:left}

#add_new_table #settingcolumndiv .advance-input input[type=radio] + label {
	display:none
}
#add_new_table #settingcolumndiv .advance-input input[type=radio] + label.scode_label {
	display:inline
}
#add_new_table #settingcolumndiv .advance-input input[type=radio] + label {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}
#add_new_table #settingcolumndiv .advance-input input[type=radio]:checked + label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#e0e0e0
}
#add_new_table #settingcolumndiv .advance-input label.input-radio {
	display: block;
	width: 95%;
	line-height: 26px
}
#add_new_table #settingcolumndiv .advance-input .tickicon_choice{
	background: #F1F1F1;
	float: left;
	margin: 0 0 20px 10px;
	padding: 10px
}

#add_new_table #settingcolumndiv .advance-input input.hide_tick,
#add_new_table #settingcolumndiv .advance-input input.hide_cross {
	display:inline-block !important
}
#add_new_table #settingcolumndiv .advance-input span.tick-icons,
#add_new_table #settingcolumndiv .advance-input span.cross-icons {
	display:inline-block;
	width:24px;
	height:24px;
	margin: 0 20px -5px 0
}
#add_new_table #settingcolumndiv .advance-input span#tickicon1 {
	background: url(../images/wrcpt-buttons.png) no-repeat -27px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon2 {
	background: url(../images/wrcpt-buttons.png) no-repeat -62px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon3 {
	background: url(../images/wrcpt-buttons.png) no-repeat -97px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon4 {
	background: url(../images/wrcpt-buttons.png) no-repeat -168px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon5 {
	background: url(../images/wrcpt-buttons.png) no-repeat -132px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon6 {
	background: url(../images/wrcpt-buttons.png) no-repeat -203px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon7 {
	background: url(../images/wrcpt-buttons.png) no-repeat -238px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon8 {
	background: url(../images/wrcpt-buttons.png) no-repeat -272px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon9 {
	background: url(../images/wrcpt-buttons.png) no-repeat -307px -39px
}
#add_new_table #settingcolumndiv .advance-input span#tickicon10 {
	background: url(../images/wrcpt-buttons.png) no-repeat -342px -39px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon1 {
	background: url(../images/wrcpt-buttons.png) no-repeat -26px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon2 {
	background: url(../images/wrcpt-buttons.png) no-repeat -62px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon3 {
	background: url(../images/wrcpt-buttons.png) no-repeat -97px -89px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon4 {
	background: url(../images/wrcpt-buttons.png) no-repeat -132px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon5 {
	background: url(../images/wrcpt-buttons.png) no-repeat -168px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon6 {
	background: url(../images/wrcpt-buttons.png) no-repeat -202px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon7 {
	background: url(../images/wrcpt-buttons.png) no-repeat -238px -89px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon8 {
	background: url(../images/wrcpt-buttons.png) no-repeat -272px -89px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon9 {
	background: url(../images/wrcpt-buttons.png) no-repeat -307px -88px
}
#add_new_table #settingcolumndiv .advance-input span#crossicon10 {
	background: url(../images/wrcpt-buttons.png) no-repeat -342px -89px
}

/* pricing column tooltip */
#add_new_table a.wrc_tooltip{background:url(../images/wrcpt-buttons.png) no-repeat -487px -94px;width:14px;height:14px;margin:0 0 0 5px;text-decoration:none;position:relative;display:inline-block;vertical-align:middle;font-weight:400;color:#364D55}
#add_new_table a.wrc_tooltip:hover:after{background:#F8F8FF;border:1px solid #aaa;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;top:-20px;left:35px;color:#6E6E6E;content:attr(rel);padding:10px;position:absolute;z-index:98;width:225px;font-size:12px;font-style:italic;text-align:left;line-height:16px}
#add_new_table a.wrc_tooltip:hover:before{border:solid;border-color:transparent #aaa transparent transparent;border-width:10px;bottom:-4px;content:"";left:15px;position:absolute;z-index:99}
/* Pricing Table Templates */
.template-container{clear:both;margin-top:20px;padding:0 0 100px}
.template-container .template-items{cursor:pointer;float:left;margin:0 4% 4% 0;position:relative;width:30.6%;border:1px solid #dedede;-webkit-box-shadow:0 1px 1px -1px rgba(0,0,0,.1);box-shadow:0 1px 1px -1px rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.template-container .template-items:focus,.template-container .template-items:hover{cursor:pointer}
.template-container .template-items:nth-child(3n){margin-right:0}
.template-container .template-items .template-img{background:#fff;display:block;overflow:hidden;position:relative;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}
.template-container .template-items .template-img:after{content:"";display:block;padding-top:66.66666%}
.template-container .template-items:focus .template-img,.template-container .template-items:hover .template-img{background:#fff}
.template-container .template-items .template-img img{height:auto;position:absolute;left:0;top:0;width:100%;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}
.template-container .template-items:focus .template-img img,.template-container .template-items:hover .template-img img{opacity:.4}
.template-container .template-items .template-name{font-size:15px;font-weight:600;height:18px;margin:0;padding:15px;-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:#fff;background:rgba(255,255,255,.65)}
.template-container .template-items.focus .template-actions,.template-container .template-items:focus .template-actions,.template-container .template-items:hover .template-actions{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}
.template-container .template-items .template-actions{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;position:absolute;bottom:0;right:0;height:38px;padding:9px 10px 0;background:rgba(244,244,244,.7);border-left:1px solid rgba(0,0,0,.05)}
.template-container .template-items .template-actions .button-secondary{float:none;margin-left:3px}
.template-container .template-items .template-actions .button-primary{margin-right:3px}
/* Guide */
.wrcusage-maincontent{padding:0 20px 0 0}
.wrcusage-maincontent #poststuff{min-width:initial;padding-top:0}
.wrcusage-maincontent #poststuff h3{margin-left:10px}
.wrcusage-maincontent .borderTop{border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.wrcusage-maincontent .prepend-top{margin-top:1.5em;margin-bottom:21px}
.wrcusage-maincontent .last{margin-right:0}
.wrcusage-maincontent .append-1{padding:0 20px}
.wrcusage-maincontent p,
.wrcusage-maincontent ol li{font-size:15px}
.wrcusage-maincontent p strong,
.wrcusage-maincontent ol li strong{color:#0073aa}
.wrcusage-maincontent ul li strong{color:#e90000}
/* Sidebar */
#sidebar{position:absolute;top:130px}
#wrcusage-features h3,
#wrcusage-info h3{color:#FFFFFF;border-bottom:2px solid #d2d2d2;padding-bottom:7px;text-transform:uppercase}
#sidebar a{color:#F5CD51}
#sidebar a:hover{color:#C09319}
#sidebar #wrcusage-features.wrcusage-sidebar,
#sidebar #wrcusage-info.wrcusage-sidebar{background-color:#32373c;color:#fff;display:inline-block;width:100%}
#sidebar #wrcusage-features.wrcusage-sidebar{background:#0073aa}
#sidebar #wrcusage-features.wrcusage-sidebar .ccwrpt{font-size:14px;margin:10px 0;line-height:20px;font-weight:600;color:#fff;text-shadow:1px 1px 1px #333}
#sidebar #wrcusage-features.wrcusage-sidebar a{float:right;background:#F5CD51;display:inline-block;margin:10px 0;padding:6px 8px;text-decoration:none;color:#654D0E;font-size:14px;font-weight:600;border-radius:5px;box-shadow:0 0 1px #222;border:1px solid #C09319}
#sidebar #wrcusage-features.wrcusage-sidebar a:hover{border:1px solid #654D0E}
#sidebar .wrcusage-sidebar{position:relative;max-width:255px;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);margin-bottom:16px;padding:0 15px}
#sidebar .wrcusage-list li{list-style:disc;margin:0 0 5px 15px}
/* STYLE TO FIT MORE THEN 8 COLOR PALETTES*/
#add_new_table .wp-picker-container.wp-picker-active{width:100%}
#add_new_table .wp-picker-container.wp-picker-active .wp-picker-open + .wp-picker-input-wrap label{float:left;width:67px!important}
#add_new_table .wp-picker-container.wp-picker-active .wp-picker-open + .wp-picker-input-wrap .wp-color-picker{width:67px;float:left}
#add_new_table .wp-picker-container.wp-picker-active .wp-picker-holder{width:100%!important}
#add_new_table .wp-picker-container.wp-picker-active .wp-picker-holder .iris-picker{max-width:240px!important}
#add_new_table .wp-picker-container.wp-picker-active .iris-picker-inner .iris-square{margin-right:6px!important;max-height:147px!important}
#add_new_table .wp-picker-container.wp-picker-active .iris-palette-container .iris-palette{width:17px!important;height:17px!important;margin-bottom:4px!important}
#add_new_table .wp-picker-container.wp-picker-active .iris-palette-container .iris-palette:nth-child(9)+ a.iris-palette{float:left;clear:left;margin-left:0!important}
#add_new_table .wp-picker-container .wp-color-result.button{font-size:12px}
#add_new_table a.wp-color-result{margin:2px 2px 0 0}
#add_new_table .wp-picker-container input[type=text].wp-color-picker,
#add_new_table .button.button-small{margin:0 0 0 -2px;font-size:12px;height:32px;line-height:32px}
#add_new_table .button.button-small{margin-left:2px}
/* Responsive */
@media only screen and (max-width: 1120px) {
.template-container .template-items{width:47.5%;margin-right:0}
.template-container .template-items:nth-child(odd){margin-right:5%}
.template-container .template-items:nth-child(even){margin-right:0}
}
@media only screen and (max-width: 480px) {
.template-container .template-items{width:100%;margin-right:0}
.template-container .template-items:nth-child(2n),.template-container .template-items:nth-child(3n){margin-right:0}
}