/****
 *  Layout
 **/

.ns-cloner-wrapper {
	width: 100%;
	max-width: 1200px;
}

.ns-cloner-header {
	padding: .35em 0 .7em;
}

.ns-cloner-form {
	width: 850px;
	max-width: 100%;
	float: left;
	margin-bottom: 0;
}

.ns-cloner-sidebar {
	margin-left: 850px;
	padding: 0 .7em;
}

@media( max-width:1400px ){
	.ns-cloner-form {
		width: 70%
	}
	.ns-cloner-sidebar {
		margin-left: 70%;
	}
	
}
@media( max-width:1140px ){
	.ns-cloner-form {
		width: 60%;
	}
	.ns-cloner-sidebar {
		margin-left: 60%;
	}
	
}
@media( max-width:900px ){
	.ns-cloner-header, .ns-cloner-header img {
		width: 100%;
		max-width: 318px;
		float: none;
	}
	.ns-cloner-form {
		width: 98%;
		float: none;
	}
	.ns-cloner-sidebar {
		margin-top: .7em;
		margin-left: 0;
		padding-left: 0;
	}
	#ns-cloner-other-plugin {
		display: none;
	}
}
@media( max-width: 767px ){
	.ns-cloner-sidebar {
		padding-bottom: 0;
	}
}
@media( max-width: 439px ){
	.ns-cloner-sidebar {
		padding-bottom: 2.1em;
		
	}
}

/**
 *  Main column (plus shared sidebar styles)
 */

.ns-cloner-collapse-all, .ns-cloner-expand-all {
	font-size: 10px !important;
	margin-top: -4px;
	cursor: pointer;
	border: solid #444 1px;
	margin-left: 4px;
}

.ns-cloner-collapse-all:hover {
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
}

.ns-cloner-section, .ns-cloner-side-widget, .ns-cloner-sidebar .ns-side-widget {
	box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	border-radius: .7em;
	margin: .3em 0 .7em;
	overflow: hidden;
}

.ns-cloner-section-header {
	cursor: pointer;
}

.ns-cloner-section-header, .ns-cloner-side-widget h5, .ns-cloner-sidebar .ns-side-widget h5 {
	margin: 0;
	padding: .7em;
	height: 1.2em;
	font-size: 1.2em;
	color: white;
	border: solid 1px #333;
	border-radius: .7em .7em 0 0;
	background-color: #333;
	background: rgb(65, 65, 65);
	background: -moz-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -webkit-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -o-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -ms-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: linear-gradient(180deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
}

	#ns-cloner-section-modes .ns-cloner-section-header {
		border: solid 1px #4fa9d6;
		background-color: #5ab9e9;
		background: rgb(100, 195, 250);
		background: -moz-linear-gradient(90deg, rgb(100, 195, 250) 30%, rgb(77, 187, 242) 70%);
		background: -webkit-linear-gradient(90deg, rgb(100, 195, 250) 30%, rgb(77, 187, 242) 70%);
		background: -o-linear-gradient(90deg, rgb(100, 195, 250) 30%, rgb(77, 187, 242) 70%);
		background: -ms-linear-gradient(90deg, rgb(100, 195, 250) 30%, rgb(77, 187, 242) 70%);
		background: linear-gradient(180deg, rgb(100, 195, 250) 30%, rgb(77, 187, 242) 70%);
		cursor: default;
	}

.ns-cloner-section-header h4 {
	float: left;
	margin: 0;
}

.ns-cloner-section-collapse {
	cursor: pointer;
}

	.ns-cloner-section-collapse::before {
		content: ' ';
		display: block;
		float: right;
		border-style: solid;
		border-width: .7em .5em;
		border-color: transparent transparent white;
		margin: -.4em .4em;
		cursor: pointer;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	.ns-cloner-section.closed .ns-cloner-section-collapse::before {
		margin-top: .4em;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.ns-cloner-section-content {
	padding: .84em;
	background: #eee;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;	
	border: solid 1px #ccc;
	border-radius: 0 0 8px 8px;
	margin-top: -1px;
}

	.ns-cloner-section.closed .ns-cloner-section-content{
		height: 0;
		padding: 0 .84em;
		border: 0;
	}
	
.ns-cloner-section-content h5 {
	font-size: 1.1em;
	margin: .7em 0;
}

.ns-cloner-section-content p {
	padding: .4em 0 !important;
	margin-top: 7px !important;
	border: 0;
}

.ns-cloner-section-content label {
	display: block;	
	padding: .25em;
	margin-top: .5em;
	font-weight: bold;
	clear: both;
}

.ns-cloner-section-content input[type=text], .ns-cloner-section-content select, .ns-cloner-section-content textarea {
	padding: .5em 1em;
	height: auto;
}

.ns-cloner-section-content > *:first-child {
	margin-top: 0 !important;
}

#ns-cloner-section-select_source .ns-cloner-site-search {
	padding: 16px 14px 12px !important;
	font-size: 1.25em;
	line-height: 1em;
	vertical-align: middle;
	width: 80%;
	float: right;
	color: #888;
}

#ns-cloner-section-select_source .ns-cloner-site-search-label {
	width: 15%;
	float: left;
	padding: 12px 12px 12px 0 !important;
}

#ns-cloner-section-select_source .ns-cloner-site-select {
	height: 29px;
	margin-top: -2px;
	background: #f8f8f8;
	padding: 2px 6px !important;
	font-style: italic;
	width: 80%;
	float: right;
	background: #f5f5f5;
	margin-bottom: 12px;
}

#ns-cloner-section-select_source .ns-cloner-site-select-label {
	width: 15%;
	float: left;
	padding: 0 12px 0 0 !important
}

#ns-cloner-section-select_source .ns-cloner-site-select:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.ns-cloner-multi-checkbox-wrapper {
	border: solid 1px #ddd;
	border-radius: .35em;
	background: #fff;
	padding: .7em 1.4em;
	overflow: auto;
	max-height: 12em;
	margin: .7em 0 .35em 0;
}

.ns-cloner-multi-checkbox-wrapper label {
	margin-top: .35em;
}

.ns-cloner-multi-checkbox-wrapper .description {
	font-size: .9em;
	color: #999;
}

.ns-repeater-add {
	margin: -.35em 0 .7em 0 !important;
}

.ns-repeater-remove {
	height: 24px;
	width: 24px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 3px;
	background: #F1F1F1;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#ECECEC),to(#F9F9F9));
	background-image: -webkit-linear-gradient(bottom,#ECECEC,#F9F9F9);
	background-image: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
	background-image: -o-linear-gradient(bottom,#ececec,#f9f9f9);
	background-image: linear-gradient(to top,#ECECEC,#F9F9F9);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: solid 1px #DDD;
	cursor: pointer;
	text-align: center;
	font: 28px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/**
 * 	Sidebar
 */

.ns-cloner-side-widget, .ns-cloner-sidebar .ns-side-widget {
	border: solid 1px #ccc;
}

.ns-cloner-side-widget-no-border {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ns-cloner-side-widget-content, .ns-cloner-sidebar .ns-side-widget-content {
	padding: .7em .4em;
}

.ns-cloner-side-widget img.full-image {
	width: 100%;
	vertical-align: bottom;
}

.ns-cloner-side-widget ul {
	margin: 0;
}

.ns-cloner-side-widget li {
	padding: .4em .7em;
	margin: 0;
}

.ns-cloner-side-widget li:nth-child(even){
	background: #e5e5e5;
}

.ns-cloner-side-widget li a {
	padding: .4em 0;
	display: inline-block;
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

.ns-cloner-side-widget p {
	padding: .4em .7em .7em .7em;
	margin: 0;
	border: 0;
}

.ns-cloner-new-addon {
	display: inline-block;
}

.ns-cloner-new-addon:before {
	content: 'New!';
	font-size: smaller;
	text-transform: uppercase;
	background: yellow;
	padding: 1px 3px;
}

.ns-cloner-side-widget .ns-cloner-new-addon:before {
	margin: 0 5px 0 -9px;
}

.ns-subscribe-widget #mc_embed_signup label {
	display: none;
}

.ns-subscribe-widget #mc_embed_signup input, .mce_inline_error {
	width: 96% !important;
	margin: 0 auto;
	display: block;
}

.ns-links-widget {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ns-rate-widget, .ns-subscribe-widget, .ns-support-widget {
	text-align: center;
}

.ns-featured-widget .ns-side-widget-content, .ns-random-widget .ns-side-widget-content {
	padding: 0;
}

.ns-support-widget .button {
	width: auto !important;
}

/**
 * 	Clone button
 */

.ns-cloner-button-wrapper {
	padding: 13px;
	clear: both; 	
	overflow: hidden;
	border-radius: .7em;
	box-shadow: inset 0 0 3px #999, 1px 1px 6px rgba(0,0,0,.2);
	background: rgba(148,237,71,1);
	background: -moz-linear-gradient(top, rgba(148,237,71,1) 0%, rgba(153,202,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,237,71,1)), color-stop(100%, rgba(153,202,2,1)));
	background: -webkit-linear-gradient(top, rgba(148,237,71,1) 0%, rgba(153,202,2,1) 100%);
	background: -o-linear-gradient(top, rgba(148,237,71,1) 0%, rgba(153,202,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(148,237,71,1) 0%, rgba(153,202,2,1) 100%);
	background: linear-gradient(to bottom, rgba(148,237,71,1) 0%, rgba(153,202,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ed47', endColorstr='#99ca02', GradientType=0 );
	z-index: 20000;
}

.ns-cloner-button-steps {
	margin: .9em 0 .9em .4em;
}

.ns-cloner-button-steps-item {
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	text-shadow: -1px -1px 0 rgba(0,0,0,.2), 1px 1px 0 rgba(250,250,250,.25);
	text-transform: uppercase;
	margin: .4em 0;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
	.ns-cloner-button-steps-item:after {
		content: ' ';
		display: inline-block;
		border-style: solid;
		border-color: transparent transparent transparent #efefef;
		border-width: .5em .7em;
		margin: 0 0 0 .5em;
		position: relative;
		top: 1px;
	}

.ns-cloner-button {
	float: right;
	background: #32ba49;
	border: 0;
	padding: .35em .7em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	border-radius: .3em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	border: solid 1px rgba(0,0,0,.1);
	cursor: pointer;
	outline: 0 !important;
}

.ns-cloner-button:hover {
	box-shadow: inset 1px 1px 10px rgba(0,0,0,.2);
}

.ns-cloner-disclaimer {
	padding: .7em .35em 1.4em .35em;
}

.ns-cloner-disclaimer strong {
	color: orangered;
}

/**
 * 	Report after cloning
 */

.ns-cloner-report {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	z-index: 300000;
}

.ns-cloner-report-content {
	width: 50%;
	background: white;
	max-height: 75%;
	overflow: auto;
	position: fixed;
	left: 20%;
	top: 32px;
	padding: 3% 5% 5%;
	border-radius: 0 0 .7em .7em;
}

.ns-cloner-report-content h5 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0;
}

.ns-cloner-report-item {
	clear: both;
	padding: .7em;
	overflow: hidden;
}

.ns-cloner-report-item:nth-child(odd){
	background: #eee;
}

.ns-cloner-report-item-label {
	float: left;
	width: 20%;
	font-weight: bold;
}

@media( max-width:1000px ){
	.ns-cloner-report-content {
		width: 90%;
		left: 5%;
	}
}

/**
 * 	Copy Logs box before going to support
 */
.ns-cloner-copy-logs {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	z-index: 300000;
	display: none;
}
.ns-cloner-copy-logs-content {
	background: white;
	width: 30%;
	padding: 2.5%;
	height: 280px;
	top: 50%;
	left: 35%;
	position: absolute;
	margin-top: -125px;
	border-radius: .7em;
}
.ns-cloner-copy-logs-content textarea {
	width: 100%;
	white-space: nowrap;
	height: 8em;
	font-size: 12px;
	padding: 1em;
}

/**
 * 	Addons page
 */

.ns-cloner-addons-title {
	clear: left;
	padding-right: 0 !important;
}

.ns-cloner-addons-display-toggle {
	float: right;
}

.ns-cloner-addons-display-toggle span {
	padding: 9px 8px 6px 12px;
	height: 15px;
	width: 15px;
	display: inline-block;
	border: solid 1px #ddd;
	background: white;
	cursor: pointer;
	float: left;
}
	.ns-cloner-addons-display-grid {
		border-radius: 6px 0 0 6px;
	}
	.ns-cloner-addons-display-list {
		border-radius: 0 6px 6px 0;
	}
	
.ns-cloner-addons-display-toggle span.active {
	background: transparent;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.2);
}

.ns-cloner-addons-display-toggle span img {
	width: 12px;
	vertical-align: top;
	opacity: 0.8;
}

.ns-cloner-addons li {
	border-radius: .7em;
	overflow: hidden;
	border: solid 1px #ddd;
	margin-bottom: 1.05em;
}

.ns-cloner-addon-thumb {
	float: left;
	width: 275px;
}

.ns-cloner-addon-content {
	padding: 0 0 0 275px;
}

.ns-cloner-addon-content h3 {
	margin: 0;
	padding: .7em;
	background-color: #333;
	background: rgb(65, 65, 65);
	background: -moz-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -webkit-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -o-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: -ms-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	background: linear-gradient(180deg, rgb(70, 70, 70) 30%, rgb(55, 55, 55) 70%);
	border-bottom: solid white 1px;
}

.ns-cloner-addon-content h3 a {
	color: white;
	text-decoration: none;
}

.ns-cloner-addon-content p {
	padding: .35em .7em;
}

.ns-cloner-addon-cta-buttons {
	padding: .35em .7em;
	min-height: 2.1em;
}

/* grid format */
.ns-cloner-addons.grid li {
	width: 32%;
	float: left;
	margin-right: 1.7%;
}

.ns-cloner-addons.grid li:nth-child(3n){
	margin-right: 0;
}

.ns-cloner-addons.grid li:nth-child(3n+1){
	clear: left;
}

.ns-cloner-addons.grid .ns-cloner-addon-thumb {
	width: 100%;
	float: none;
}

.ns-cloner-addons.grid .ns-cloner-addon-content {
	padding: 0;
}

.ns-cloner-addons.grid h3 {
	background: transparent;
}

.ns-cloner-addons.grid h3 a {
	color: #555;
}

.ns-cloner-addons.grid .ns-cloner-addon-cta-buttons > * {
	width: 40%;
	display: inline-block;
	font-size: 1.2em;
	margin: 1%;
}


/**
 * 	Utility
 */
	
.ns-cloner-pull-right {
	float: right;
}

.ns-cloner-small {
	font-size: 0.75em;
}

.ns-cloner-text-center {
	text-align: center;
}

.ns-cloner-no-padding {
	padding: 0;
}

.ns-cloner-clear {
	clear: both;
}

.ns-cloner-green-badge, .ns-cloner-blue-badge, .ns-cloner-grey-badge, .ns-cloner-sidebar .button, .ns-cloner-sidebar .button-secondary {
	color: white!important;
	background-color: #5ab9e9;
	padding: .4em .7em !important;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: .4em;
	text-decoration: none;
	text-align: center;
	border: 0;
	box-shadow: none;
	height: auto;
}
	.ns-cloner-sidebar .button:hover, .ns-cloner-sidebar .button-secondary:hover {
		background-color: #6ac9f9;
	}
	.ns-cloner-green-badge {
		background-color: #99ca02;
	}
	.ns-cloner-grey-badge {
		background-color: #555;
	}
	
.ns-cloner-error-message, .ns-cloner-warning-message {
	display: block;
	background: #c35214;
	color: white;
	padding: .35em .7em;
	margin: .35em 0;
	border-radius: .35em;
}
	.ns-cloner-warning-message {
		background: #eeb400 url('../images/icon-warning.png') no-repeat left center;
		padding-left: 3.5em;
		border: solid .7em #eeb400;
	}
	
.ns-cloner-error-message + .ns-cloner-section, .ns-cloner-warning-message + .ns-cloner-section {
	margin-top: .7em;
}

.disabled-description {
	display: none;
}

input[disabled] + .disabled-description {
	display: inline;
	color: #888;
	font-size: smaller;
	font-style: italic;
}


