#jsrm *{ padding: 0; margin: 0; }	
#jsrm .clear { clear: both; }
#jsrm .hide { display: none;}
#jsrm small{font-weight: normal; font-size: 12px;}
#jsrm p{ margin: .5em 0}
#jsrm input[type="submit"]{ padding: 0 4px;}
#jsrm h3{
	font-size: 1.75em;
	font-weight: normal;
	margin: 1em 0 0.5em;
	}
#jsrm form{
	margin-bottom: 4em;
	}	
#jsrm .jsrm-admin-table{
    border-collapse: collapse;
	}
#jsrm .add-item-form table{
	margin-left: 21px;
	}	
#jsrm .jsrm-admin-table th{
	font-weight: normal;
	text-align: left;
	padding: 0 4px;
	color: #666;
	}
#jsrm .jsrm-admin-table td{
	border: 1px solid #ccc;
	background-color: #eee;
	line-height: 0;
	}
ul#admin-link-list li{
	display: inline-block;
	margin-right: 10px;
	}	

/* Home Page - all Menu List */

#jsrm-all-menus.jsrm-admin-table td, #jsrm-all-menus.jsrm-admin-table th{
	padding: 8px 10px;
	line-height: 1;
	}
#jsrm-all-menus a{font-weight: bold; }

#donation{
	margin-top: 100px;
	border-top: 1px solid #ccc;
	width: 500px;
	}

#jsrm .instruction { width: 700px; }

/* NEW MENU */

#jsrm .menu-info-col{
	float: left;
	margin-right: 30px;
	overflow: hidden;
	display: block;
	}

#jsrm .form-row{
	overflow: hidden;
	margin: 1em 0;
	clear: both;
	}
	
#jsrm .form-row label{
    color: #666;
    cursor: default;
    display: block;
    font-size: 12px;
	}
	
#jsrm #jsrm-section-shortcode label{
	width: 200px;
	}
	
#jsrm .form-row input[type="text"].header-field{
	width: 200px;
	}
	
#jsrm .form-row input[type="text"]:focus, #jsrm .form-row textarea:focus{
	background: transparent;
	border: 1px solid #999;
	}	
	
#jsrm .menu-form input[type="text"], #jsrm .menu-form textarea{
	width: 300px;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0;
	}
 	
#jsrm .menu-form select{
	width: auto;
	background-color: #eee;
	border: 1px solid #ddd;
	line-height: 1.5em;
	height: 1.5em;
	}
	
#menu-cancel, #menu-delete{
	margin-left: 10px;
	}

#add-item-button{
	margin: 0 3px;
	}	

/* EDIT MENU */

#jsrm .form-watermark{
	color: #777;
	font-style: italic;
	}
		
#delete-menu-form, #delete-menu-form input {
	display: inline;
}



#menu-option1, #menu-option2{
	width: 225px;
    margin-bottom: 0.75em;
}

#menu-submit, #items-submit{ background-color: #ebe8e8; }

	
#jsrm .jsrm-admin-table input[type="text"],
#jsrm .jsrm-admin-table textarea{
	border: 0;
	border-radius: 0;
	line-height: 1.5em;
	background: transparent;
	padding: 4px;
	height: 30px;
	min-height: 30px;
	width: 100%;
	min-width:300px;
	}

#jsrm .jsrm-admin-table input[type="text"].value-field{
	width: 60px;
	min-width:60px;
	}
	
#jsrm .jsrm-admin-table input[type="text"]:focus, #jsrm .jsrm-admin-table textarea:focus{
	background: #fff;
	}
		
#jsrm .item-image{
	display: inline-block;
	height: 26px;
	width: 26px;
	margin: 2px;
	min-width: 10px;
	cursor: pointer;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/addimage.jpg);
	}

#jsrm .image-tools{
	display: inline-block;
	overflow: hidden;
	}
	
#jsrm .remove-image{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 5px 0;
	background: url(../images/icons.png) -32px 0px no-repeat ;
	cursor: pointer;
	}

#jsrm input[type="checkbox"].link-toggle {
    display:none;
	}
	
	
#jsrm input[type="checkbox"] + label.link-icon span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 0;
    background: url(../images/icons.png) -16px 0px no-repeat;
    cursor: pointer;
	}
	
#jsrm input[type="checkbox"]:checked + label.link-icon span {
    background: url(../images/icons.png) 0px 0px no-repeat 
	}
	
#jsrm #image-preview{
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	}

.drag-row{
	background-color: #eee;
	box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.70);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.70);
	}

#jsrm-current-item-list tr.cue-hidden *{
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	}

#jsrm-current-item-list tr.cue-hidden .hideit{
	filter: alpha(opacity=100);
	opacity: 1 !important;
	}

#jsrm-current-item-list tr.cue-deletion, #jsrm-current-item-list tr.cue-deletion *{
	background-color: #fbb !important;
	filter: alpha(opacity=100) !important;
	}

#jsrm .order-cell{
	width: 20px;
	min-width: 20px;
	color: #777;
	text-align: center;
	}

#jsrm .image-cell{
	width: 70px;
	min-width: 70px;
	}
	
#jsrm .add-cell, #jsrm .check-cell{
	text-align: center;
	}
	
	

/* Shortcode Section */


#jsrm #jsrm-section-shortcode label{
	margin-right: 4px;
	}
	
#jsrm .customclass{
	display: none;
	padding: 0 4px;
	}
	
#jsrm #selectcustomclass{
	padding: 1px 4px;
	}

#jsrm .shortcoderow{
	font-size: 1.25em;
	}
	
#jsrm #shortcodeoutput{
	color: #0186b0;
	width: 700px;
	padding: 4px;
	}

