
/* TH PARAMS
------------------------------------------------------- */
/*#TB_title{ display:none !important; }*/
#TB_ajaxContent{

	width:100% !important;
	padding:0 !important;	

}


/* GLOBAL
------------------------------------------------------- */
#neko-popup {
	width: 100%;
	overflow: hidden;


}

/*#neko-popup .hidden{
	display:block !important;
	}*/

	/* form side */
	#neko-sc-form-head {

		color: #333;
		padding:10px;
		line-height: 30px;
		background-color: #fff;
		font-size: 22px;
	}


	.neko-shortcode-col:nth-child(2){
		border-left:1px solid #ededed;
	}

	#neko-btn-wrapper{

		border-top: solid 1px #eaeaea;
		padding-top:10px;
	}

	.neko-inside-header{
		margin:0;
	}



/* FORM
------------------------------------------------------- */

#neko-sc-form {
	width: 100%;
	margin-bottom:50px;
}
#neko-sc-form tr.form-row {
	display: block;
	padding: 5px 0;
	/*border-bottom: solid 1px #eaeaea;*/
}
#neko-sc-form .form-row {
	/*padding: 10px;*/
	padding: 0 10px;
	border-bottom:1px solid #ededed;
}

#neko-sc-form .form-row:last-child  {
	border-bottom: none;
}

#neko-sc-form label {
	text-align: left;
	display:block;
	margin: 12px 0 6px 0;
	font-weight: bold;
	font-size: 14px;
}
.neko-form-desc {color:#777;}
.neko-insert, .neko-preview {
	color: #fff !important;

}

/* child rows, sortable */
#neko-sc-form .has-child #form-child-add {
	display: block;
	padding: 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#neko-sc-form .has-child .child-clone-rows {
	display: block;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row {
	padding: 8px 15px;
	background: #f7f7f7;
	/*border: solid 1px #e0e0e0;*/
	margin-bottom: 20px;
	cursor: move;
}
#neko-sc-form .has-child .sortable-placeholder {
	border: dashed 2px #e0e0e0;
	margin-bottom: 10px;
	background: #f7f7f7;
	height: 40px;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row .child-clone-row-form {
	display: block;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row .child-clone-row-form .child-clone-row-form-row {
	display: block;
	padding: 7px 0;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row .child-clone-row-form .child-clone-row-form-row .child-clone-row-label label {
	display: block;
	font-weight: bold;
	padding-bottom: 7px;
	line-height: 1;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row .child-clone-row-remove, #neko-sc-form .has-child .child-clone-rows .child-clone-row .child-clone-row-close-content {
	text-decoration: none;
}
/* child rows, sortable */


/* form elements */

/* - all */
#neko-sc-form .form-row .neko-form-text,
#neko-sc-form .form-row .neko-form-textarea,
#neko-sc-form .form-row .neko-form-select {
	
	padding: 8px;
	background: #f7f7f7;
	border-radius:0;
	display: block;
	width:100%;
	height: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

#neko-sc-form tbody tr.form-row.has-child .neko-form-text,
#neko-sc-form tbody tr.form-row.has-child .neko-form-textarea,
#neko-sc-form tbody tr.form-row.has-child .neko-form-select {
	background: #fff;
	width: 354px;
}

/* - textarea */
#neko-sc-form tbody tr.form-row .neko-form-textarea {
	height: 120px;
}
#neko-sc-form tbody tr.form-row.has-child .neko-form-textarea {
	height: 100px;
}

/* - select */
#neko-sc-form tbody tr.form-row .neko-form-select {
	display: block;
	height: 30px;
}
#neko-sc-form tbody tr.form-row.has-child .neko-form-select {
	/*width: auto;*/
	height: 30px;
}


/* - desc */
#neko-sc-form tbody tr.form-row .field .neko-form-desc,
#neko-sc-form tbody tr.form-row .child-clone-row-desc {
	display: block;
	font-size:  12px;
	color: #aaa;
	font-style: italic;
	padding-top: 3px;
}



/* Hide outline on focus */
#content_neko_button { outline: none; }

#neko-btn-wrapper{
	position: absolute;
	bottom: 0px;
	background: #ededed;
	width: 485px;
	padding: 10px 0;
	text-align: center;

}


/* SHORDCODE STYLES 1 PREVIEW */
#neko-preview-area{
	padding: 10px;
	text-align: center;
}

#neko_shotcode_preview_area{
	padding: 20px 0;
}

#neko_shotcode_preview_area [class^="col-"]{
	padding-top:5px;
}

.btn:not(.btn-default){ color:white !important; }
#neko_shotcode_preview_area [class^="col-"] div{
	background-color: #eeeeee;
	color:black;
	min-height:100px;
	border-radius: 5px;
	padding:10px;
}

#loader{
	position: absolute;
	top: 27px;
	left: 0;
	display: none;
	width: 500px;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
	text-align: center;
}


#loader #loaderInfo{
	color: white;
}


.child-clone-row{position:relative;}

.action-link{
	position:absolute;
	top: -12px;
	right: 95px;
}

.action-link:nth-child(2){
	right: 15px;
}
