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

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

}


/* GLOBAL
------------------------------------------------------- */
#neko-popup {
	width: 100%;
	overflow: hidden;
	background:#f7f7f7;
	padding:5px;


}

#neko-popup .hidden{ display:none !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:80px;
}
#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;

}

.neko-insert {
	background: #2EA2CC;
	border-color: #0074A2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5),0 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5),0 1px 0 rgba(0, 0, 0, 0.15);
	color: #FFF;
	text-decoration: none;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
}
.neko-insert:hover {
	background: #1E8CBE;
	border-color: #0074A2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	color: #FFF;
}

.btn-primary {
	color: #555;
	border-color: #CCC;
	background: #F7F7F7;
	-webkit-box-shadow: inset 0 1px 0 #FFF,0 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 0 #FFF,0 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn-primary:hover {
background: #FAFAFA;
border-color: #999;
color: #222;
}
.btn-danger {
	background:#e24e3f;
}

/* child rows, sortable */
#neko-sc-form .has-child{

	margin-top: 30px;

}

#neko-sc-form .has-child .child-clone-row-ul{
	list-style: none;
	margin: 0;
	padding: 0;
}



#neko-sc-form .has-child #form-child-add {
display: block;
margin: 20px 15px 20px 15px;
}

#neko-sc-form .has-child .child-clone-rows {
	display: block;
}
#neko-sc-form .has-child .child-clone-rows .child-clone-row {
	padding: 8px 15px 20px 15px;
	background: #f7f7f7;
	/*border: solid 1px #e0e0e0;*/
	margin-bottom: 20px;
	cursor: move;
}

#neko-sc-form .has-child .child-clone-rows .child-clone-row input,
#neko-sc-form .has-child .child-clone-rows .child-clone-row select,
#neko-sc-form .has-child .child-clone-rows .child-clone-row textarea{
	background:#fff;
}
#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;
	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: fixed;
	bottom: 0;
	border-top: 1px solid #DDD;
	background: #F5F5F5;
	width: 100%;
	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;
}
