body {
	background: url('../img/noise1.png');
}

#jorder {
	width: 1000px;
	margin: 20px auto;
	display: block;
	position: relative;
}

h1 {font-size: 1.5em; text-align: center; margin: 20px 0; line-height: 36px;}

a {outline: none;}
.clear {clear: both;}

.sidebar {float: left; width: 200px; margin-right: 20px;}
.sidebar div {background: #BCDDF8; border: 1px solid #bbb; margin-top: 20px;}
.sidebar div:first-child {margin-top: 0;}
.sidebar h5 {padding: 0.35em 0.6em; display: block; background: #fff; font-style: italic;}

.view {float: right; width: 780px;}

.sidebar a {display: block; padding: 0.6em; text-decoration: none; font-size: 1.1em; color: #444; background: none; line-height: 1.6em;}
.sidebar a:hover {background: url('plus1.png') 162px 45% no-repeat; text-decoration: underline;}

.buttons {text-align: right; position: absolute; top: 0; right: 0;}
.buttons a {display: inline-block; background-color: #fdd; padding: 0 12px; margin-left: 12px; line-height: 36px;}

.option {
margin-top: 20px;
padding: 20px;
background-color: #f1f1f1;
position: relative;
border-radius: 15px;
box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.option:hover {
	box-shadow: 1px 1px 10px rgba(70,50,50,0.6);
	background: #BCDDF8;
}
.option.ig-option {background: #ddf;}
.option:first-child {margin-top: 0;}

.option h2 {
	font-size: 1.2em;
	display: inline-block;
}

.option h2, .option p, .option li {
	line-height: 1.5em;
	padding-bottom: 1em;
}

.option .type-label {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	display: none;
}

.option:hover .type-label {
	display: block;
}

.option .type-label span {
	font-style: italic;
	margin-right: 5px;
}

.option a.delete, .option a.add {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('../img/small-plus.png') no-repeat;
	text-indent: -9999px;
	line-height: 24px;
	margin-left: 5px;
	cursor: button;
}

.option a.delete {
	background: url('../img/small-x.png');
}

.option p a.add {
	margin-left: 0;
}

h3 {display: inline;}


.option li {clear: left; list-style-type: none; padding: 0.6em; overflow: hidden; margin-bottom: 0.6em;}
.option li:last-child {margin-bottom: 0;}
.option li>* {
	float: left;
	display: block;
	margin-right: 10px;
}
.option li * {
	vertical-align: middle;
}

textarea.clickeed {width: 730px;}


.option.textarea textarea {width: 732px; height: 172px;}
.option.ig-option.textarea textarea {
	width: 692px;
}
.option.textarea>p, .option.text>p {padding-bottom: 0;}

.option.slider ul, .option.spinner ul {margin-left: 0;}
.option.slider li, .option.spinner li {float: left; width: 228px; clear: none;}
.option.slider li>span, .option.spinner li>span {width: 50px;}




.option.ui-sortable-helper {
	background: #BCDDF8;
	border: 1px solid #aaa;
}
.option.ui-sortable-placeholder {
	background: url('../img/noise2.png');
	border: 4px dashed #aaa;
	box-shadow: none;
	padding: 16px 20px;
	display: block;
	visibility: visible !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
}
.option .option.ui-sortable-placeholder {
	background: url('../img/noise3.png');
}
.option ul li.ui-sortable-placeholder {
	background: url('../img/noise4.png');
	border: 1px dashed #aaa;
	display: block;
	visibility: visible !important;
	height: 1.6em;
}
li.ui-sortable-helper {
	
}

.option.ui-sortable-placeholder:nth-child(2) {margin-top: 0;}

.option ul li {
	border: 1px solid rgba(0,0,0,0);
}

.option ul li:not(.ui-sortable-placeholder):hover {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

input[type="checkbox"], input[type="radio"] {
	margin-top: 3px;
}

.clicke textarea {
	margin-bottom: 1em;
}

.clicke.h2 input {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 0.3em;
}

/* begin modal */

body {
	min-height: 850px;
}

.modalbg {
	background: #000;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-bottom: 60px;
	z-index: 10;
	top: 0;
	opacity: 0.5;
	filter:alpha(opacity=50); /* for ie8 */
}

.modal {
	width: 680px;
	margin: 60px 0 60px -360px;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 50%;
	background: #fff;
	/* background: url('../img/noise2.png'); */
	padding: 20px;
	-webkit-border-radius: 	15px;
	-moz-border-radius: 	15px;
	border-radius: 			15px;
	-webkit-box-shadow: 	0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 		0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 			0px 0px 5px 0px rgba(255, 255, 255, 0.2); 
	border: 2px solid #aaa;
}

.modal .title {
	display: block;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0.3em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.modal .close {
	text-decoration: none;
	color: #b00;
	font-size: 1.4em;	
	position: absolute;
	top: 15px;
	right: 50%;
	margin-right: -345px;
	background: url("../img/medium-x.png") no-repeat 0 0;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.modal .close:hover {color: #000;}

.modals {display: none;}

.modal p {
	line-height: 1.6em;
	padding-bottom: 1em;
}

.modal h2 {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: normal;
	line-height: 1.4em;
}

/* end modal */




.cfg-options {
width: 680px;
float: left;
background: rgba(237, 192, 13, 0.15);
}
.cfg.output {
	float: left;
}
.cfg-options, .cfg-option {
border: 1px solid #bbb;
}
.cfg-options {
border-left: none;
border-top: none;
}
.cfg-option {
float: left;
clear: left;
padding: 15px 10px;
border-right: none;
border-bottom: none;
}
.cfg-option.inputh{
clear: none;
width: 319px;
}
.cfg-option.checkbox{
clear: none;
width: 149px;
}
.cfg-option.inputh > span > input {
width: 180px;
}
.cfg-option>p.label {
float: left;
width: 120px;
font-style: italic;
line-height: 24px;
}

.cfg-option>span {
display: block;
}

.cfg-option > span:not(.clear) {
display: block;
height: 26px;
}

.cfg-option.text {
	width: 660px;
}

.cfg-option.text textarea {
	height: 84px;
	margin-left: 10px;
	width: 510px;
}

.cfg-option.text>span:not(.clear) {
height: 100px;
}

.cfg.output textarea, .modal.load-save textarea{
width: 675px;
height: 120px;
}

.cfg-options input {
	padding: 4px;
}

textarea {
	resize: none;
	-webkit-resize: none;
	line-height: 1.5em;
}


h1 {
	text-align: left;
	font-size: 2em;
	color: #333;
	text-shadow: 0 1px 0 rgba(229, 229, 238, 0.6);
}

/* begin button styling */
.sidebar a:hover {
	background: url('../img/medium-arrow.png') 165px 5px no-repeat;
	background-color: rgb(104, 187, 255);
	text-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.sidebar .addOption a:hover {
	background-image: url('../img/medium-plus.png');
}

.sidebar>div, .buttons a {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	overflow: hidden;
}

.buttons a {
	background: #fdd;
	text-decoration: none;
	color: #555;
	text-shadow: 1px 1px 1px rgba(250,250,250,0.8);
	font-weight: bold;

	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.buttons a:hover {
	background: #faa;
	color: #222;
	text-shadow: 1px 1px 2px rgba(215,215,215,1);

	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

/* end button styling */


/* begin sortable styling */

.option {
	cursor: move;
}

.option .clicke {
	cursor: auto;
}

/* end sortable styling */

input, textarea, select {
    box-shadow: 0 0 6px rgba(230, 230, 230, 0.8);
}
input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 8px #BDF776;
}
.modal input:focus, .modal textarea:focus, .modal select:focus {
    box-shadow: 0 0 8px rgba(76, 180, 255, 0.8);
}
textarea.error {
	box-shadow: 0 0 6px rgba(225, 0, 0, 0.8);
}
textarea.success {
	box-shadow: 0 0 6px rgba(0, 225, 0, 0.8);
}
/*.modal .output textarea:focus {
	box-shadow: 0 0 12px rgba(244, 189, 117, 1);
}*/

::-moz-selection{ background: #76BDF7; color:#333; text-shadow: none; }
::selection { background:#76BDF7; color:#333; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #76BDF7; }



.modal.info-group .message div {
	width: 340px;
	float: left;
	height: 130px;
}

.modal.info-group .message div:nth-child(2), .modal.info-group .message div:nth-child(3) {
	height: 70px;
}

.modal.info-group .message div a {
    display: block;
	margin-bottom: 10px;
}

.modal.info-group input[type="checkbox"], .modal.info-group input[type="radio"] {
	margin-left: 12px;
}

.modal.info-group select {
	width: 120px;
}

.modal.info-group textarea {
	width: 338px;
	height: 100px;
}

.modal.info-group .message a {
	height: 24px;
	width: 332px;
	display: inline-block;
	text-decoration: none;
	line-height: 24px;
	cursor: button;
	color: #333;
}

.modal.info-group .message a:hover {
	background: url('../img/small-plus.png') no-repeat center right;
	text-decoration: underline;
}


/* begin tooltip styling */

.cfg-option {
	position: relative;
}

.tooltip.jtool {
	position: absolute;
	left: 130px;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	top: 45px;
	box-shadow: 0.5px 0.5px 4px 0 rgba(134, 52, 52, 0.99);
	font-size: 11px;
	left: 20px;
	width: 300px;
	opacity: 1;
	padding: 6px;
	z-index: 2;
}

.tooltip.jtool>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tooltip.jtool li {
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

/* end tooltip styling */

/* styling to account for jstyle */

input[type='text']{
	width: 120px;
}

.option ul li {
	line-height: 36px;
}

.option li a.delete {
    margin-top: 7px;
}
.option li .bform.check-rad {
    margin-top: 10px;
    position: relative;
}
.bform.check-rad input {
    position: absolute;
    top: 1px;
    left: 2px;
}

.option.textarea textarea {
	width: 722px;
}