/* Default CSS Styles */
body {
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}
body * {
	box-sizing: border-box;
}
img {
	border: 0;
}
#showmenu {
	background: url("../../images/cms/leftnavbg.png") repeat-y top left;
}
#logo {
	position: relative;
	float: left;
	width: 100px;
	margin: 0;
	background-image: url("../../images/cms/logo.gif");
	background-color: #4c83c3;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
	height: 0;
	padding: 44px 0 0px 0;
	text-align: center;
	cursor: default;
}
#footertag {
	text-align: center;
	margin-top: 50px;
	font-size: 85%;
}
#quicksearch {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 110%;
    text-align: right;
	width: 25%;
	width: calc(30% - 80px);
	position: absolute;
	right: 40px;
	top: 0;
	transition: all 0.3s;
}
#quicksearch select {
	z-index: 1001;
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 85%;
	width: 85px;
	border: 0;
	border-right: 1px solid #CCC;
	border-radius: 3px 15px 15px 3px;
	padding: 0 3px;
	height: 28px;
	background: #E9E9E9;
}
#quicksearch #quicksearchkeyword {
    padding: 3px 30px 3px 100px;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 100%;
	width: calc(100% - 12px);
	min-width: 170px;
	z-index: 1000;
	border-radius: 3px;
	height: 30px;
	font-size: 100%;
	outline: none;
	transition: all 0.3s;
}
#quicksearch #quicksearchicon {
    background: none;
	border: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0;
	min-width: auto;
	z-index: 1000;
}
#alert {
	position: fixed;
	top: 8px;
	right: 8px;
	opacity: 1 !important;
	width: 28px;
	height: 28px;
	border-radius: 16px;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1001;
	background-repeat: no-repeat;
	background-position: center;
	transition: background 1s;
}
#alert:hover {
	font-size: 120%;
}
/* pulse animation */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/* apply pulse to active badge */
#alert.active {
	background-color: #777;
	animation-name: pulse;
	animation-duration: 2s;
	animation-delay: 1s;
}
#alert.active.alert1 {
	background-color: #e0d12e;
}
#alert.active.alert2 {
	background-color: #eaa119;
}
#alert.active.alert3 {
	background-color: #e41e1e;
}
#alert.close {
	background-color: #FFF !important;
	color: #333;
	height: 0px;
	line-height: 0px;
	font-size: 0;
	padding-top: 28px;
	background-image: url("/images/cms/close.png");
}
#alertpopout {
	right: -310px;
	overflow: auto;
	position: fixed;
	top: 0;
	height: 100%;
	width: 300px;
	background: #FFF;
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
	padding: 15px;
	z-index: 1000;
	transition: all 0.3s;
	color: #999;
}
#alertpopout::-webkit-scrollbar {
	display: none;
}
#alertpopout.visible {
	right: 0px;
}
#alertpopout .alertwrap {
	margin: 15px 0 0 0;
	padding: 10px 40px 10px 15px;
	float: left;
	width: 100%;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border-left: 10px solid #f9f9f9;
}
#alertpopout .alertwrap h5 {
	font-size: 130%;
	margin: 0 0 5px 0;
}
#alertpopout .alertwrap .alertclose {
	font-size: 200%;
	position: absolute;
	color: #999;
	top: 5px;
	right: 15px;
	cursor: pointer;
}
#alertpopout .alertwrap .grey {
	font-size: 80%;
	float: left;
	margin-top: 5px;
}
#alertpopout .alertwrap.alert1 {
	border-left: 10px solid #eae268;
}
#alertpopout .alertwrap.alert1 h5 {
	color: #c9c140;
}
#alertpopout .alertwrap.alert2 {
	 border-left: 10px solid #eaa119;
 }
#alertpopout .alertwrap.alert2 h5 {
	color: #eaa119;
}
#alertpopout .alertwrap.alert3 {
	border-left: 10px solid #e41e1e;
}
#alertpopout .alertwrap.alert3 h5 {
	color: #e41e1e;
}

#headernav {
	height: 44px;
	min-width: 800px;
	width: 100%;
	background: #323232 url("../../images/cms/headernavbg.png") repeat-x top left;
	float: left;
	position: fixed;
	z-index: 998;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#headernavinner {
	margin-left: 120px;
}
#headernavinner ul {
	display: flex;
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 998;
	transition: all 0.3s;
}
#headernavinner ul li {
	float: left;
	margin: 0;
	padding: 0;
	flex-basis: 15%;
	min-width: 85px;
	z-index: 999;
}
#headernavinner ul li.smallnav {
	width: 44px;
	min-width: 44px;
	flex-basis: 44px;
}
#headernavinner ul li.smallnav > a {
	height: 0px;
	padding: 44px 0 0 0;
	background-position: center !important;
	filter: invert(100%);
}
#headernavinner ul li a {
    color: #CCC;
    font-size: 100%;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    padding: 0 10px 0 40px;
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#headernavinner > ul > li > a {
	background-image: none;
	padding: 0 10px;
	text-align: center;
}
#headernavinner > ul > li:hover {
    background: #FFF;
}
#headernavinner ul li:hover a {
    color: #506F9B;
}
#headernavinner ul li ul {
	background: #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 44px;
    z-index: 999;
	width: 14%;
	min-width: 200px;
}
#headernavinner ul li:hover ul {
    display: block;
}
#headernavinner ul li ul li {
	width: 100%;
	border-top: 1px solid #FFF;
}
#headernavinner ul li ul li:hover {
    background: #FFF url("../../images/cms/headerdropmenuhover.png") repeat-x top left;
	border-top: 1px solid #F3F3F3;
}
#headernavinner ul li ul li .menukeyword {
	margin: 5px 8px;
	padding: 5px 25px 5px 5px;
	float: right;
	width: 75%;
	width: calc(100% - 16px);
}
#headernavinner ul li ul li .menusearchicon {
	position: absolute;
	right: 8px;
	top: 6px;
	border: 0;
	background: none;
}
#headernavinner ul li ul li a {
	height: 36px;
	line-height: 36px;
}
.sticky-header {
	position: sticky;
	top: 40px;
	background: #fff;
	z-index: 10;
}
.sticky-header-tabs {
	position: sticky;
	top: 32px;
	background: #fff;
	z-index: 10;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 160%;
	font-weight: normal;
	margin: 0.2em 0;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 130%;
}
h6 {
    font-size: 115%;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #AAA;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	}
a {
	color: #4c83c3;
	text-decoration: none;
}
a:hover {
	color: #4c83c3;
}
a.orderlink {
	text-decoration: underline;
}
a.orderlink:hover {
	text-decoration: none;
}
.ui-widget-content a {
	color: #4c83c3;
}
#login_outer {
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
#login_wrap {
	display: table-cell;
    vertical-align: middle;
}
#login {
	color: #505F7B;
	margin: 0 auto 100px auto;
	padding: 20px;
	width: 300px;
	box-shadow: 0 0 10px #DDD;
	border: 1px solid #DDD;
}
#login h3 {
    color: #4c83c3;
    margin: 0;
}
#login form {
	padding-top: 15px;
}
#login form .textbox {
	width: 100%;
	font-size: 150%;
}
#login form .inputbutton {
	font-size: 150%;
	padding: 5px 15px;
}
.loginuser {
	cursor: pointer;
	position: relative;
	display: block;
	border: 1px solid #DDD;
	border-radius: 6px;
	margin: 10px 0 0 0;
	padding: 10px 15px;
}
.loginuser span {
	font-size: 30px;
	color: #DDD;
	position: absolute;
	right: 10px;
	top: 7px;
}
.loginuser span:hover {
	color: #333;
}
.quickuser {
	padding: 15px 15px 15px 50px;
	background-image: url("/images/cms/newicons/user.png");
	background-repeat: no-repeat;
	background-position: 5px center;
}
.loginuser:hover, .loginuser:active, .loginuser.active {
	border: 1px solid #4c83c3;
	color: #333;
}
.hide {
	display: none !important;
}
.confbox, .errbox, .noticebox {
	clear: both;
	float: left;
	margin: 5px auto !important;
	padding: 15px 0 !important;
	width: 100%;
	text-align: center;
}
.confbox {
	color: #009900;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
.errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
.noticebox {
	color: #333;
	border-top: 1px solid #CCCC00;
	border-bottom: 1px solid #CCCC00;
	background: #FFFFEE;
}
#mainwrap {
	min-width: 800px;
	margin-top: 44px;
	position: relative;
	float: left;
	width: 100%;
}
#main {
    color: #505F7B;
    margin: 15px;
    padding: 0;
}
#showmenu #main {
    margin: 20px 20px 55px 125px;
}
#maininner {
	padding: 5px 0;
}
#main p {
	padding: 6px 0;
	margin: 0;
}
.top h3 {
    color: #4c83c3;
    font-size: 220%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#leftnav {
	position: fixed;
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 75%;
	text-align: center;
	list-style: none;
	height: 100%;
    overflow: hidden;
}
#leftnav a {
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    color: #999;
    display: block;
    float: left;
    margin: 8px 0;
    padding-top: 36px;
    width: 100px;
}
#leftnavinner {
	width: 118px;
    height: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
	padding: 10px 17px 0 0;
}
#leftnav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 100%;
	float: left;
}
#leftnav li {
	display: inline;
	float: left;
	width: 100%;
}
#leftnav li.ui-sortable-helper {
	background: #FFF;
	border: 1px solid #cca600;
}
#leftnav #leftnavspacer {
	height: 70px;
	float: left;
	clear: both;
	width: 100%;
}
#leftnav .navon {
	background: url("../../images/cms/leftnavon.png") no-repeat right 20px;
}
.menu_toplink {
	cursor: pointer;
}
#leftnav .menusearch, #leftnav .menu_toplink {
	display: none;
}
.navicon {
	float: left;
	margin-right: 5px;
	border: none;
}
.icon {
	border-radius: 4px;
}
.info {
	color: #999999;
	line-height: 20px;
}
.odd {
	background-color: #F9F9FB;
}
.even {
	background-color: #FFF;
}
.highlight {
	background-color: #f3f3f3;
}
.neworder {
	 background-color: #fdfdde;
}
tr.odd.neworder {
	background-color: #fcfccd;
}
.redalert {
	background-color: #f8e8e8;
}
tr.odd.redalert {
	background-color: #f9e3e3;
}
.orangealert {
	background-color: #ffe1b5;
}
tr.odd.orangealert {
	background-color: #ffefd7;
}
td.text {
	color: #B6B3A9;
}
td.text1 {
	color: #999;
	font-weight: normal;
}
.readonly {
	border: none;
	background: #FFF;
	cursor: default;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pagination {

}
.pagination a, .pagination span {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
    color: #666;
    padding: 6px 12px;
}
.pagination span {
	border: 1px solid #EEE;
	color: #CCC;
}
.pagination .curpage {
    background: #333;
	border: 1px solid #333;
    color: #FFF;
    font-weight: bold;
}
/* Fading Tooltips */
#dhtmltooltip {
	position: absolute;
	padding: 2px 6px;
	background: #fff;
	border: 1px solid #05438C;
	color: #05438C;
	visibility: hidden;
	z-index: 1000;
}
input, select, textarea {
	color: #666;
	border: 1px solid #BBB;
    border-radius: 3px;
	margin: 2px 0;
    padding: 4px 8px;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #E3E3E3 0%, #F9F9F9 15%, #F9F9F9 100%);
	background: -webkit-linear-gradient(top, #E3E3E3 0%, #F9F9F9 16%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #E3E3E3 0%, #F9F9F9 16%, #F9F9F9 100%);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	max-width: 100%;
}
input[type="text"] {
	min-width: 40px;
}
input[type="text"]:read-only, textarea:read-only, select:disabled, .pageblockinner input:read-only {
	opacity: 0.5;
	border-color: #EEE;
	background: #F9F9F9;
}
.editstockpopup input[type="text"]:read-only{
	opacity: 1;
	border: 0;
	background: none;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 115%;
}
.inputbutton {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFFFFF url("/images/cms/button-gradient.gif") repeat-x bottom left;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E9E9E9));
	box-shadow: 1px 1px 1px #DDDDDD;
	cursor: pointer;
    color: #555;
	padding: 5px 10px;
	font-size: 115%;
}
.inputbutton:hover {
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #000;
}
a.inputbutton {
	display: inline-block;
	color: #555;
	font-weight: normal;
	font-size: 120%;
	padding: 5px 10px;
	margin: 2px 0;
}
.smallbutton, a.smallbutton {
	font-size: 90% !important;
	padding: 3px 6px;
}
.widebutton {
	width: 100%;
}
.ui-dialog-content .widebutton {
	margin-top: 10px;
	padding: 10px 20px;
}
.singlecheckbox {
    width: 16px;
    height: 16px;
}
form.catupdate {
	margin: 0;
	padding: 0;
}
#alphabetnav {
	padding: 5px 0;
    float: right;
}
.toolbar {
    background: #F1F1F1;
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: 0 1px 0 #ccc;
	font-size: 100%;
	overflow: hidden;
}
.toolbar label {
	display: inline-block;
}
.toolbar input, .toolbar select, .toolbar textarea {
	padding: 3px;
	font-size: 90%;
}
.draggable {
	cursor: move;
	background-image: url("/images/cms/icons/drag.gif");
	background-position: right 0 center;
	background-repeat: no-repeat;
}
label {
	cursor: pointer;
}
.boxwrap {
	background: #F9F9F9;
	padding: 5px;
	border-top: 1px solid #CCC;
	bordertr-bottom: 1px solid #CCC;
}
.big {
	font-size: 130%;
}
.xbig {
	font-size: 250%;
}
.bundlechild {
	margin-left: 25px;
}
.datepicker {
	background: #F9F9F9 url("/images/cms/icons/datepicker.gif") no-repeat center right;
	padding-right: 20px;
}
.columns-4 {
	column-count: 4;
}
/**** index/dashboard page ***/
.dashboard {
	float: left;
	width: 100%;
}
.dashboard h2 {
	font-size: 140%;
	padding: 0.6em 0 0 0;
	margin: 0;
	clear: both;
	}
.dashboard .dashproduct {
	width: 12.5%;
	float: left;
	position: relative;
}
.dashboard .dashproduct img {
	max-width: 100%;
}
.dashboard .dashproduct span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 12px;
	border-radius: 20px;
	color: #4c83c3;
	border: 1px solid #4c83c3;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #FFF;
}
.dashboard .dashproduct a {
	display: block;
	text-align: center;
	padding: 10px;
	margin: 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
}
.dashboard .dashitem {
	padding: 8px;
	margin: 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	color: #777;
	background: #FAFAFA;
	text-align: center;
	overflow: hidden;
	min-height: 60px;
	box-sizing: border-box;
}
.dashboard .dashitemxsmall {
	width: 25%;
	float: left;
}
.dashboard .dashitemsmall {
	width: 33.3%;
	float: left;
}
.dashboard .dashitemwide {
	width: 50%;
	float: left;
}
.dashboard .dashitemfull {
	width: 100%;
	float: left;
}
.dashboard .dashitemhigh .dashitem {
	min-height: 138px;
}
.dashboard .dashitem.dashitemalert {
	background: #faf8ed;
	border: 5px solid #f9f2cc;
	padding: 3px;
}
.dashboard .dashitem .big {
	font-size: 200%;
	color: #333;
}
.dashboard .dashitemwide .big {
	font-size: 250%;
}
.dashboard .dashitemfull .big {
	font-size: 400%;
}
.dashboard .dashitemhigh .big {
	font-size: 500%;
	line-height: 100px;
}
.dashboard #piechart {
	height: 360px;
	margin: 4px;
	box-shadow: 0 0 2px #999;
	border-radius: 3px;
}
.bannerbox {
	margin: 5px 0;
	padding: 1%;
	background-color: #FCFCFC;
	border: 1px solid #DDD;
	width: 98%;
	float: left;
}
.bannerbox img {
	max-width: 300px;
	max-height: 100px;
}
.foldout {
	clear: both;
	padding: 5px 0;
}
.foldouttoggle {
	cursor: pointer;
	padding-left:20px;
	background: url("/images/cms/icons/expand.gif") no-repeat center left;
}
.foldoutopen {
	background: url("/images/cms/icons/collapse.gif") no-repeat center left;
}
.foldoutbox {
	display: none;
	margin-left: 20px;
}
.flashwrap {
	position: relative;
}
.flashcover {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.flashcover a, .flashcover img {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}
#quickaddavailable {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
}
/************** css for treeview plugin ***************/
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/cms/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 2px 0pt 2px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }
.treeview input { margin: 0 5px 0 0; background: none; border: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(/images/cms/treeview-default-line.gif) 0 0 no-repeat; font-weight: normal; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li.collapsable { font-weight: bold; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/cms/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.ui-sortable-helper {
	background: #FFF;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ui-sortable-helper .variantform {
    display: none;
}
.variantform {
    border: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}
.variantform .foldoutbox {
	margin-top: 15px;
}
.variantform .spacer {
	min-width: 60px;
}
.variantform table {
	margin-bottom: 10px;
}
.variantform table tr td {
	padding: 1px 10px;
}
.variantform table.mtovariantform tr td {
	border-bottom: 1px solid #DDD;
	padding: 5px 10px;
}
.variantform table.mtovariantform tr td:first-child {
	padding-left: 10px;
}
.variantform:hover {
    border: 1px solid #999;
    box-shadow: 0 0 3px #BBB;
}
#product-inventory{
	position: relative;
}
#product-inventory #quickupdateform.editoptionnames{
	margin-top: 10px;
}
#product-inventory .inputbutton.editoptionnames{
	position: absolute;
	top: 12px;
	right: 24px;
}
#userinfo {
	position: absolute;
	right: 25px;
	top: 7px;
	color: #FFF;
}
.tinyrow {
	 font-size: 80%;
	 margin-left: 10px;
}
.tinyrow input, .tinyrow select {
	font-size: 120% !important;
}
#graph {
	background: url("/images/cms/loading.gif") no-repeat center center;
}
.billingaddress {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EEEEEE;
    margin: 2px 15px 3px 0;
    padding: 2px;
	height: 1em;
}
.red {
	color: #C00;
}
.grey {
	color: #AAA;
}
.note {
	border: 1px solid #DDDDAA;
	background: #FFFFEE;
	padding: 6px 12px;
	margin-bottom: 12px;
}
.note.admin {
	border: 1px solid #DDBBAA;
	background: #FFF6EE;
}
.note span {
	color: #999;
}
.note blockquote {
	padding: 0;
	margin: 10px 30px;
}
.note select {
	font-size: 85%;
}
.checkboxtree {
	margin: 0;
	padding: 0;
	list-style: none;
}
.checkboxtree ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
.ajaxload {
	padding-left: 25px;
	background: url("../../images/cms/ajax-loader.gif") no-repeat left center;
}
.ajaxloading {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/cms/ajax-loader-grey.gif) no-repeat center center, rgba(0,0,0,0.2);
	width: 99vw;
	height: 100vh;
	z-index: 1;
}
.absmiddle, .mid {
	vertical-align: middle;
    padding: 0;
}
#ebaytab td {
	height: 25px;
}
.tablepadding td {
	padding: 2px 15px 2px 0;
}
.tablenoverticalpadding td {
    padding-top: 0;
    padding-bottom: 0;
}
.left {
    float: left;
}

.right {
    float: right;
}

.tinytext {
	text-align: center;
	padding: 0 2px;
    font-size: 85%;
}

.pageblock {
	float: left;
}
.pageblock .pageblockinner {
	margin: 5px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EEE;
	overflow: hidden;
	position: relative;
	min-height: 65px;
}
.pageblock .pageblockinner:hover {
	border: 1px solid #CCC;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.pageblock .pageblockinner .fullbackground {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    color: #999;
}
.pageblock .pageblockedit {
	position: absolute;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	border-radius: 5px;
	padding: 4px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.pageblock .pageblockedit span {
	margin: 0 10px;
}
.pageblock .pageblockinner:hover .pageblockedit {
	opacity: 1;
}
.pageblock img {
	max-width: 100%;
	margin-bottom: 10px;
}
.pageblock iframe {
	width: 100%;
	margin-bottom: 10px;
}
.pageblock.pageblock-feature img, .pageblock.pageblock-multifeature img, .pageblock.pageblock-hero img {
	width: 100%;
	margin-bottom: 0;
}
.pageblock.pageblock-widefeature img {
	width: 50%;
}
.pageblock.pageblock-widefeature.pageblock-reverse img {
	width: 50%;
	float: right;
}
.pageblock img.disabled {
	opacity: 0.1;
}
.pageblock.pageblock-feature .feature-text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 5px 15px;
	background: rgba(255,255,255,0.5);
	border-radius: 6px;
	max-width: 70%;
}
.pageblock.pageblock-widefeature .feature-text {
	position: absolute;
	padding: 5px 15px;
	max-width: 70%;
	top: 10px;
	left: 50%;
}
.pageblock.pageblock-widefeature.pageblock-reverse .feature-text {
	left: 0;
	width: 50%;
}
.pageblock .feature-text.anchor {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: #ccc;
}
.pageblock .pageblockthumb {
	float: left;
	line-height: 60px;
	margin-right: 20px;
}
.pageblock .pageblockthumb img {
	float: left;
	width: 60px;
}
.pageblock.pageblock-callout {
	text-align: center;
}
.pageblock.pageblock-callout .pageblockinner {
	padding: 40px 20px;
}
.pageblock.pageblock-callout h5 {
	font-size: 300%;
}
.pageblock.pageblock-callout h6 {
    font-size: 200%;
}
.mceLayout {
	max-width: 100% !important;
}
.ui-widget-overlay {
	opacity: 0.3;
	filter: Alpha(Opacity=0.3);
}
.ui-dialog {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 1001;
}
.ui-dialog .ui-dialog-content {
	overflow: auto;
}
.ui-dialog textarea, .ui-dialog input[type=text], .ui-dialog input[type=file] {
	width: 100%;
	box-sizing: border-box;
}
.sortable-placeholder {
    background: #FCFCFC;
	border: 2px dashed #CCC;
	margin: 6px;
    position: relative;
	float: left;
}
.clear {
    clear:both;
}

/* jquery ui tweaks */
.ui-tabs-nav {
	font-size: 85%;
}
.ui-widget-header {
	border: none;
    border-bottom: 1px solid #CCC;
	background: #f6f6f6;
}
.ui-widget-header .ui-tabs-active {
	background: #FFF;
	border: 1px solid #CCC;
}
.ui-widget-header .ui-tabs-active a {
	color: #000;
}

.shapeshift .featurebox {
	position: relative;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	padding: 10px;
	margin-bottom: 10px;
}
.shapeshift .sortable-placeholder {
	margin-bottom: 16px;
}
.shapeshift .featurebox img {
	width: 100%;
	height: 100%;
}
.shapeshift .featurebox img.disabled {
	opacity: 0.1;
}
.shapeshift .featurebox .featureboxedit {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.7);
}
.page_edit.desktop {
	width: 1200px;
}
.page_edit.mobile {
	width: 400px;
}
.page_edit.mobile .pageblock {
	width: 400px !important;
}
.page_edit.mobile .pageblock-feature img, .page_edit.mobile .pageblock-multifeature img {
	height: auto !important;
}
.page_edit.desktop .pageblock-mobile, .page_edit.mobile .pageblock-desktop {
	display: none;
}
.page_edit.mobile .pageblock-mobile, .page_edit.desktop .pageblock-desktop {
	display: block;
}
.page_edit.desktop .pageblock-desktop-clear, .page_edit.mobile .pageblock-mobile-clear {
	clear: both;
}
.page_edit .pageblock-hidden {
	opacity: 0.2;
}
.dropzonestyle {
	background: #eeeeee !important;
	border: 2px dashed #779fcd !important;
}
.dropzonestyle.dz-clickable .dz-message, .dropzonestyle.dz-clickable .dz-message * {
	font-size: 125%;
}
.dropzonestyle .dz-preview .dz-image {
	border-radius: 0 !important;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}

.numpad {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	float: left;
}

.numpad li {
	font-size: 26px;
	float: left;
	list-style: none;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 31%;
	margin: 1%;
	border: 1px solid #EEE;
	border-radius: 5px;
	cursor: pointer;
}
.numpad li:hover {
	background: #F9F9FB;
	border: 1px solid #4c83c3;
}
.numpad li.numextra {
	font-size: 120%;
	background: #EEE;
}
#input-number {
	width: 100%;
	font-size: 200%;
	text-align: right;
}
.returnqty, .returnreason {
	display: none;
}
strike, .strike {
	text-decoration: line-through;
	opacity: 0.6;
}
strike[title], span[title] {
	cursor: help;
}
.tag {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 2px 16px;
	margin: 4px;
}
.tag:hover {
	border: 1px solid #CCC;
}

.fullwidth{
	width: 100% !important;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}

/* Made to order/Variant selection popup */
.ui-dialog .product-variants-list{
	padding: 0;
	margin: 0;
}
.ui-dialog .product-variants-list label, .ui-dialog .product-options-list label{
	margin: 0;
	padding: 15px 5px;
	display: block;
	width: 100%;
	font-size: 107%;
	color: #505f7b;
	float: left;
}
.ui-dialog .product-variants-list label.supplierprods{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ui-dialog .product-variants-list form, .ui-dialog .product-options-list form label{
	border-bottom: 1px solid #eeeeee;
	float: left;
	width: 100%;
}
.ui-dialog .product-variants-list form:last-child{
	border: 0;
}
.ui-dialog .product-variants-list label strong, .ui-dialog .product-options-list label strong{
	font-size: inherit;
}
.ui-dialog .product-options-list label input{
	position: absolute;
	right: 99999px;
	top: 0;
}
.ui-dialog .product-options-list label.selected:not(.buttonlabel){
	background: #EEE;
}
.ui-dialog .product-options-list p{
	margin: 0;
	font-size: 107%;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.ui-dialog .product-options-list p a.option-back{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 85%;
}
.ui-dialog .product-options-list .optiongroup{
	display: none;
}
.ui-dialog .ui-dialog-content.dialog_prod-options{
	max-height: 600px !important;
	overflow: auto !important;
}
.ui-dialog .product-options-list .custom-text-label{
	display: flex;
	flex-flow: row nowrap;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}
.ui-dialog .product-options-list .custom-text-label label.buttonlabel {
	padding: 0;
	width: auto;
	display: inline-block;
	border: 0;
}
.ui-dialog .product-options-list .custom-text-label input{
	position: relative;
	right: auto;
	top: auto;
	margin: 0 5px;
}
.ui-dialog .product-options-list a.insert-custom-row{
	cursor: pointer;
	display: block;
	float: left;
	margin: 10px 0 0;
}
/* PO supplier product popup */
.ui-dialog .supplier-products-list{
	padding: 0;
	margin: 0;
	color: #505f7b;
}
.ui-dialog .supplier-products-list table tr td{
	border-bottom: 1px solid #eeeeee;
	padding: 15px 5px;
	font-size: 107%;
	word-break: break-word;
}
.ui-dialog .supplier-products-list table tr td input[type=text]{
	width: auto;
	margin-right: 10px;
}

/* PO allocated orders popup */
.ui-dialog .allocated-orders-list{
	padding: 0;
	margin: 0;
}
.ui-dialog .allocated-orders-list table tr:first-child td{
	padding: 5px;
}
.ui-dialog .allocated-orders-list table tr td{
	border-bottom: 1px solid #eeeeee;
	padding: 15px 5px;
	color: #505f7b;
	font-size: 107%;
}
.ui-dialog .allocated-orders-list table tr td input[type=text]{
	width: auto;
	margin-right: 10px;
}
.productimage-list {
	width: 100%;
	float: left;
}
.productimage-list .draggable {
	float: left;
	margin: 10px;
	padding: 0 10px 10px 10px;
	width: auto;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	height: 305px;
	border: 1px solid #DDD;
	overflow: hidden;
}
.productimage-highlight {
	float: left;
	width: calc(100% + 20px);
	padding: 5px 10px;
	text-align: center;
	margin: 0 0 5px 0;
	position: relative;
	left: -10px;
}
.productimage-highlight-green {
	background: #55a74c;
	color: #fff;
}
.productimage-highlight-amber {
	background: #c45e2e;
	color: #fff;
}
.productimage-uploaded {
	font-size: 120%;
	color: #505F7B;
}
span.character-count-ok, span.character-count-perfect, span.character-count-warning {
	display: inline;
	padding: .2em .6em .3em;
	font-weight: bold;
	font-size: 80%;
	line-height: 1;
	color: #666;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 1em;
	background-color: #fff;
	top: -10px;
	left: -10px;
	position: relative;
	border: 1px solid #BBB;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
span.character-count-warning {
	color: #B77;
	border: 1px solid #B77;
}
span.character-count-perfect {
	color: #7B7;
	border: 1px solid #7B7;
}
span.character-count-hidden {
	display: none;
}

/* SERP preview tool */
.serp-preview {
	margin: 30px 0;
}
.serp-preview #serp-url .serp-arrow {
	border-bottom-color: rgb(0, 102, 33);
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: rgba(0, 0, 0, 0);
	border-left-style: solid;
	border-left-width: 4px;
	border-right-color: rgba(0, 0, 0, 0);
	border-right-style: solid;
	border-right-width: 4px;
	border-top-color: rgb(0, 102, 33);
	border-top-style: solid;
	border-top-width: 5px;
	color: rgb(128, 128, 128);
	cursor: default;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 0px;
	position: absolute;
	line-height: 27px;
	margin-left: 3px;
	margin-top: 6px;
	text-align: center;
	user-select: none;
	visibility: visible;
	white-space: nowrap;
	width: 0px;
}
.serp-preview #serp-title {
	color: rgb(26, 13, 171);
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 21.6px;
	text-align: left;
	text-decoration: none;
	visibility: visible;
	white-space: nowrap;
}
.serp-preview #serp-url {
	color: rgb(0, 102, 33);
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	visibility: visible;
	white-space: nowrap;
}
.serp-preview #serp-description {
	color: rgb(84, 84, 84);
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18.2px;
	text-align: left;
	visibility: visible;
	word-wrap: break-word;
}
.inputbutton.hideoptionvalues, .inputbutton.getoptionvalues {
	padding: 5px 20px;
}
.statusbanner{
    font-size: 142%;
    padding: 10px;
	margin-bottom: 15px;
	color: #FFF !important;
}
.statusbanner.green{
    background: #47a947;
}
.statusbanner.blue{
    background: #678EC0;
}
.statusbanner.orange{
    background: #ED9520;
}
.statusbanner.red{
    background: #E85B1B;
}
.statusbanner.yellow{
    background: #FBDD1D;
}
.statusbanner.grey{
    background: #AAAAAA;
}
.statusbanner.purple{
    background: #BB80CF;
}
.statusbanner.white{
    background: #F6F6F6;
	color: #CCC !important;
}
.meta-panel {
	padding: 20px;
	border: 1px solid rgb(220, 220, 220);
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
}
.inline-label {
	margin-right: 10px;
}
.ui-tabs {
	padding: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ui-tabs-vertical {
	width: 100%;
}
.ui-tabs-vertical > .ui-tabs-nav {
	padding-right: 0;
	float: left;
	width: 12%;
	border-right: 1px solid #CCC;
}
.ui-tabs-vertical > .ui-tabs-nav > li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	border-radius: 3px 0 0 3px !important;
}
.ui-tabs-vertical > .ui-tabs-nav > li a {
	display:block;
	width: 100%;
	padding: 1em !important; }
.ui-tabs-vertical > .ui-tabs-nav > li.ui-tabs-active {
	padding: 0;
	margin: 0;
	right: -1px;
}
.ui-tabs-vertical > .ui-tabs-panel {
	float: right;
	width: 88%;
	padding: 0.5em 2em;
}
/* purchase order screen */
.po-product-list-container .po-table-row{
	display: flex;
	width: 100%;
	clear: both;
}
.po-product-list-container .po-table-row > div{
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	width: 5%;
}
.po-product-list-container .po-table-row div.medium{
	width: 10%;
}
.po-product-list-container .po-table-row div.large{
	width: 25%;
}
.po-product-list-container .po-table-row div.large span{
	display: contents;
}
.po-product-list-container .po-table-row div.align-center{
	text-align: center;
}
.po-product-list-container .po-table-row div.align-left{
	justify-content: flex-start;
}
.po-product-list-container .po-table-row div.align-right{
	justify-content: flex-end;
}
.delete-product-line {
	border: none;
	background: none;
	margin: 0 10px;
}
.ui-slider-range-min {
	background: #ddd;
}
.mini-table {
	width: 100%;
	font-size: 85%;
}
.mini-table tr:nth-child(even) {
	background: #F3F3F3;
}
.mini-table td {
	padding: 5px;
}
.reportindex {
	list-style: none;
	marin: 0;
	padding: 0;
}
.reportindex ul {
	margin: 0;
	padding: 0;
}
.reportindex li {
	display: inline-block;
	padding: 0 0 1.2em 0;
	width: 20%;
	text-align: center;
}
.reportindex li a {
	display: block;
	padding: 65px 15px 15px 15px;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	opacity: 0.4;
	-ms-filter: "alpha(opacity=40)";
	filter: alpha(opacity=40);
}
.reportindex li a:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}
.groupheading {
	position: relative;
	padding: 50px 0 0 5px;
	font-weight: bold;
	font-size: 85%;
	border-bottom: 1px solid #DDD;
	background: rgb(249,249,249);
	background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 50%);
}
.groupheading span {
	background: #FFF;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	bottom: -1px;
	position: absolute;
	border-radius: 3px 3px 0 0;
}

.divTable {
	display: table;
	width: auto;
}
.divTable .divTableRow {
	display: table-row;
}
.divTable .divTableRow .divTableCell {
	border-bottom: 2px solid #EEE;
}
.divTable .divTableRow:hover .divTableCell {
	background: #fdfdde;
}
.divTable .divTableRow.activerow .divTableCell {
	background: #fcfccd;
}
.divTableHead .divTableCell {
	cursor: pointer;
}
.divTableHead .divTableHead {
	text-align: center;
}
.divTableHead .divTableCell.ASC {
	background: url('/images/cms/icons/collapse.gif') no-repeat 5px center;
	padding: 8px 3px 8px 25px;
}
.divTableHead .divTableCell.DESC {
	background: url('/images/cms/icons/expand.gif') no-repeat 5px center;
	padding: 8px 3px 8px 25px;
}
.divTableHead .divTableCell .right-draggable {
	cursor: col-resize !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 5px;
	border-right: 1px solid #999;
}
.divTableCell {
	display: table-cell;
	padding: 3px;
	position: relative;
}
.divTableCell input {
	width: 100%;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
#bulkUpdateFrame {
	width: 100%;
	height: 85vh;
	border: 2px solid #eee;
}
#ajax_bulkupdate_load {
	padding: 10px;
	border: none;
	box-shadow: none;
}
#ajax_bulkupdate_load input, #ajax_bulkupdate_load select, #ajax_bulkupdate_load textarea {
	margin: 0;
	vertical-align: middle;
}
#ajax_bulkupdate_load textarea {
	height: 1.8em;
}
#ajax_bulkupdate_load .tabList .tab {
	display: inline-block;
}
#ajax_bulkupdate_load #page_prev, #ajax_bulkupdate_load #page_next {
	display: inline-block;
	margin: 2px;
	padding: 4px;
	background: #eee;
	border: 1px solid #AAA;
	cursor: pointer;
}
#ajax_bulkupdate_load .tabList {
	background: #eee;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#ajax_bulkupdate_load .tabList .tab:hover {
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
	cursor: pointer;
}
#ajax_bulkupdate_load .tabList .tab a:hover{
	color: #333;
}
#ajax_bulkupdate_load .download {
	display: block;
	margin: 8px 0;
}
#ajax_bulkupdate_load form.filter {
	display: block;
	width: 100%;
	margin: 11px 0;
}
#ajax_bulkupdate_load form.filter .filter {
	max-width: 200px;
	margin-right: 10px;
}
#ajax_bulkupdate_body {
	margin-top: 37px;
}
#ajax_bulkupdate_body .bulkdupdatedownload {
	display: inline-block;
}
#ajax_bulkupdate_body .bulkdupdatedownload.import {
	float: right;
}
#ajax_bulkupdate_body .importCommit {
	width: auto;
	display: inline-block;
	float: right;
	margin: 5px 0 10px 0;
}
.notes-container {
	width: 100%;
	clear: both;
}
.stocktakeqty {
	width: 80px;
}
.stocktakeqty.focus {
	color: #ccaa00;
	border-color: #ccaa00;
}
.stocktakeqty.error {
	color: #CC0000;
	border-color: #CC0000;
}
.requirederror {
	color: #CC0000;
	border-color: #CC0000;
}
.flash {
    animation: flash 0.5s 2;
}
.hidden {
	display: none;
}

.overlaypreview {
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
	border: 1px dashed #ccc;
}
.overlay {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 10px;
}
.overlay.overlay_topright {
	left: auto;
	right: 10px;
}
.overlay.overlay_bottomright {
	top: auto;
	bottom: 10px;
	left: auto;
	right: 10px;
}
.overlay.overlay_bottomleft {
	top: auto;
	bottom: 10px;
}
.overlay.overlay_belowproduct {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: auto;
	text-align: center;
}
.overlay .overlaytext {
	padding: 0.5em 0.8em;
	line-height: 1.2em;
}
.overlay .overlaytext.overlaytextsvg {
	padding: 0;
}
.clipboard {
	cursor: pointer;
	background: #eee;
	padding: 2px 6px;
	border-radius: 6px;
	font-size: 75%;
	color: #888;
}
#accessprivileges {
	column-count: 4;
}

.growl-notification {
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
#showmenu .growl-notification {
	top: 60px !important;
}
.growl-notification__title {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
}
.growl-notification__body {
	padding-right: 45px;
}
.growl-notification__close-icon {
	fill: #FFF;
	height: 20px;
	width: 20px;
	margin: 10px;
	background-image: url("/images/cms/close_alert.png");
}

@keyframes flash {
	0% {
        background: #FFF;
	}
	50% {
        background: #fcfccd;
	}
	100% {
        background: #FFF;
	}
}

/* media queries */
@media only screen and (max-width: 1200px) {
	.po-product-list-container .po-table-row div{
		font-size: 85%;
		width: 0;
		flex-grow: 1;
		flex-basis: 0;
	}
	.po-product-list-container .po-table-row div input[type=text]{
		width: 100% !important;
	}
	.po-product-list-container .po-table-row .inputbutton{
		font-size: 85%;
	}
	#accessprivileges {
		column-count: 3;
	}
}

@media only screen and (max-width: 1060px) {
	#leftnav, #alert {
		display: none;
	}
	#logo {
		width: 44px;
		padding: 44px 0 0 0;
		box-shadow: none;
	}
	#showmenu {
		background: #FFF;
	}
	#showmenu #main, #main {
		margin: 20px;
	}
	#quicksearch {
		transition: all 0.3s;
		right: -500px;
	}
	#headernavinner {
		margin-left: 60px;
	}
	#headernavinner ul {
		width: 100%;
	}
	#help, #helptoggle {
		display: none;
	}
	.menuright {
		right: 0;
	}
}

@media only screen and (min-width: 1060px) {
	#helptoggle {
		display: block;
		background-image: url("/images/cms/help.png");
		background-repeat: no-repeat;
		background-position: center;
		height: 32px;
		width: 32px;
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 999;
		cursor: help;
	}
	#helptoggle.close {
		background-image: url("/images/cms/close.png");
	}
	#help {
		width: 340px;
		padding: 20px 30px 30px 30px;
		margin: 0;
		color: #999;
		background: #FFF;
		box-shadow: 0 2px 4px;
		border-radius: 5px;
		position: fixed;
		bottom: 20px;
		right: -360px;
		z-index: 998;
		transition: all 0.3s;
		max-height: 75vh;
		overflow: auto;
	}
	.ui-tooltip {
		color: #999;
		background: #FFF;
		font-size: 120%;
		box-shadow: 0 2px 4px;
		border-radius: 5px;
	}
	#help .inner {
		padding-bottom: 15px;
	}
	#help label {
		font-size: 75%;
		margin-top: 5px;
		float: left;
		width: 100%;
	}
	#help input {
		width: 94%;
	}
	#help.visible {
		right: 20px;
	}
	#help h5 {
		margin: 0 0 10px 0;
		font-size: 160%;
		color: #777;
	}
	.help {
		position: absolute;
		background-image: url("/images/cms/help.png");
		background-repeat: no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		background-size: 20px;
		z-index: 997;
		cursor: help;
		transform: translate(-10px, -10px);
	}
}


@media only print {
    #showmenu {
        background: #FFF;
    }
    #showmenu #main, #main {
        margin: 10px;
    }
    #leftnav, #quicksearch, #headernav {
        display: none;
    }
}
