/* Specify class=linenums on a pre to get line numbering */

.sideBySide {
	overflow: hidden;
	margin: auto;
/*	width: 500px;*/
}
.sideBySide .left, .sideBySide .right {
	display: inline-block;
	width: 230px;
	padding: 0;
	margin: 0;
}
.sideBySide .left {
	float: left;
}
.sideBySide .right {
	float: right;
}

/* HTML5 Sortable classes */
ul.source,
ul.sourcejQ,
ul.stockSource,
ul.target,
ul.targetjQ,
ul.stockTarget,
ol.targetjQ {
	min-height: 90px;
	margin: 0px 0 0 0px;
	padding: 0;
	border-width: 1px;
	border-style: dashed;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style-type: none;
	list-style-position: inside;
}
ul.source,
ul.sourcejQ,
ul.stockSource {
	border-color:  #fff;
}
ul.target,
ul.targetjQ,
ul.stockTarget,
ol.targetjQ {
	border-color: #eee;	
}
ol.targetjQ {
	list-style-type: decimal;
}
.source li,
.sourcejQ li,
.stockSource li,
.target li,
.targetjQ li,
.stockTarget li {
	/*margin: 5px;*/
	padding: 7px;
}
.source li,
.sourcejQ li,
.stockSource li {
	background-color: #fff;
	border: 1px solid transparent;
	color: #c09853;	
	float: left;
  display: block;
}
.target li,
.targetjQ li,
.stockTarget li {
	background-color: #fff;
	border: 1px solid #fff;
	list-style-type: none;
}
.sortable-dragging {
	border-color: #ccc !important;
	background-color: #fafafa !important;
	color: #bbb !important;
}
.sortable-placeholder {
	height: 40px;
}
.source .sortable-placeholder,
.stockSource .sortable-placeholder {
	border: 2px dashed #f8e0b1 !important;
	background-color: #fefcf5 !important;
}
.target .sortable-placeholder,
.stockTarget .sortable-placeholder {
	border: 2px dashed #add38d !important;
	background-color: #f6fbf4 !important;
}

/* jQuery UI classes */
.lock > li {
	width: 177px;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	list-style-type: none;
	list-style-position: inside;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc !important;
	background-color: #fafafa !important;
	color: #bbb !important;
}
.listHover {
}
.listActive {
/*	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 0.5em 0 3em 0 !important;*/
}
.placeholder {
	list-style-type: none;
	text-align: center;
	font-style: italic;
	border: 1px dashed #ddd !important;
	background-color: #fff !important;
	color: #aaa !important;
}
.dismiss {
	font-family: 'Open Sans', serif;
	float: right;
	position: relative;
	top: -8px;
	right: -1px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff !important;
}

/* -- Notice */
.ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin-bottom: .4em;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
