<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Responsive menu - hide from legacy*/
.navbar-checkbox, .navbar-handle{
	display: none;
}

/* 

	All Store Bootstrap CSS
	=======================

	Don't change 1.0 unless you're updating it from http://necolas.github.io
	
*/
	
/** Table of Contents
 *
	CSS Variables
	1.0 - Reset
			Updated: 15 May 2013
			Author: http://necolas.github.io
			
	2.0 - Grid &amp; Layout
	3.0 - Third Party Mods
	4.0 - Forms, Buttons &amp; Interaction
	5.0 - Modules
	6.0 - Formatting
	...
	100.0 Stuff that doesn't belong here
	
 * ----------------------------------------------------------------------------
**/

/* 
 * CSS Variables
 * ----------------------------------------------------------------------------
&lt;VARS&gt;
	&lt;VAR id="gutterwidth" text="Gutter width" type="dd" default="10" options="Narrow:10,Medium:15,Wide:20" /&gt;
&lt;/VARS&gt;
*/


	
/** 
 * 1.0 - Reset 
 * ----------------------------------------------------------------------------
 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* As stated at the very top of this file, this is third-party code. Changes made here will be overwritten when it is updated as will ALL third-party code */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* As stated at the very top of this file, this is third-party code. Changes made here will be overwritten when it is updated as will ALL third-party code */


/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}







/** 
 * 2.0 - Grid &amp; Layout
 * ----------------------------------------------------------------------------
 */

.row{
  margin-bottom:10px; /**=@gutterwidth**/
  width:100%;
  display:block;
}
.row-break{
	display:block;
	line-height:10px;
}
.clear{
	display:block;
}
.row.noleading{
	margin-bottom:0;
}
.addleading{
	margin-bottom:10px; /**=@gutterwidth**/
}

.row:after
,row-break:after
,.clear:after{
	content: "";
	display: table;
	clear: both;
}
.clearfix:after, .clearboth:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* pad each immediate div in each cell, or if there are no cells there will be a div following a row */
.cell &gt; div,
.row &gt; div{
	margin-right:10px; /**=@gutterwidth**/
}
/* but don't pad immediate rows in cells or cells in rows */
.cell &gt; div.row,
.row &gt; div.cell{
	margin-right:0;
}
/* if there are rows in a row, the last one doesn't need a bottom margin */
.row .row:last-child{
	margin-bottom:0;
}
.cell{
	float:left;
	display:inline-block;
}
/* &gt; div in a rightmost cell shouldn't have gutter */
.row &gt; div.cell:last-child &gt; div{
	margin-right:0;
}
.span12{
	width:100%;
}
.span11{
	width:91.6666%;
}
.span10{
	width:83.3333%;
}
.span9{
	width:75%;
}
.span8{
	width:66.6666%;
}
.span7{
	width:58.3333%;
}
.span6{
	width:50%;
}
.span5{
	width:41.6666%;
}
.span4{
	width:33.3333%;
}
.span3{
	width:25%;
}
.span2{
	width:16.6666%;
}
.span1{
	width:8.3333%;
}

/* cell options */

.cell.center{
	text-align:center;
}
.cell.right{
	text-align:right;
}
.pull-right{
	float:right;
}
.valigntop,
tr.valigntop td,
tr.valigntop th{
	vertical-align:top;
}


/* fullfield stretches input fields out */
.fullfield input,
.fullfield select,
.fullfield textarea{
	width:100%;
}

/* debug mode, add class debug-grid to body */

body.debug-grid .cell{
	box-shadow: inset 0 0 10px #c00;
}
body.debug-grid .cell &gt; div{
	box-shadow: inset 0 0 5px #0c0;
}
body.debug-grid .row:hover{
	background:#FF6;
}
body.debug-grid .cell &gt; div:hover{
	background:#FCC;
}

/* LEGACY STORE HACKS  */
.fullfield .input,
.fullfield .select,
.fullfield .textarea{
	width:auto;
	display:block;
}
.fullfield .input *,
.fullfield .select *,
.fullfield .textarea *{
	width:100%;
}

blockquote.notes{
	padding:0;
	margin:0 0 0 2em;
}

/** 
 * 3.0 - Third Party Mods
 * ----------------------------------------------------------------------------
 */

/* mods to dataTable */

table.dataTable tr.odd { background-color: #e2e2e2; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #d3d3d3; }
table.dataTable tr.odd td.sorting_2 { background-color: #dadada; }
table.dataTable tr.odd td.sorting_3 { background-color: #e0e0e0; }
table.dataTable tr.even td.sorting_1 { background-color: #e4e4e4; }
table.dataTable tr.even td.sorting_2 { background-color: #f2f2f2; }
table.dataTable tr.even td.sorting_3 { background-color: #f9f9f9; }
table.dataTable th.sorting_desc,
table.dataTable th.sorting_asc{
	background-color: #e4e4e4; 
}
table.dataTable p.notes{
	margin-bottom:0;
}

table.dataTable{
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	margin:10px 0;
}
table.dataTableStyleOnly{
	margin:0;
}
table.dataTable th,
table.dataTable td{
	vertical-align:top;
	padding:10px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	line-height:1.5;
}

.dataTables_wrapper .top{
	margin-bottom:10px;
	display:block;
}

.dataTables_length,
.dataTables_info{
	margin-right:20px;
	height:25px;
	line-height:25px;
}
.dataTables_length select{
	border:1px solid #999;
}
.dataTables_wrapper .sorting { background: url('/assets/js/jquery/dataTables/images/sort_both.png') no-repeat center right; }
.dataTables_wrapper .sorting_asc { background: url('/assets/js/jquery/dataTables/images/sort_asc.png') no-repeat center right; }
.dataTables_wrapper .sorting_desc { background: url('/assets/js/jquery/dataTables/images/sort_desc.png') no-repeat center right; }
.dataTables_wrapper .sorting_asc_disabled { background: url('/assets/js/jquery/dataTables/images/sort_asc_disabled.png') no-repeat center right; }
.dataTables_wrapper .sorting_desc_disabled { background: url('/assets/js/jquery/dataTables/images/sort_desc_disabled.png') no-repeat center right; }


/* mods to chosen */

.chzn-container ul,chzn-choices{
	font-size:12px;
}





/** 
 * 4.0 - Forms, Buttons &amp; Interaction
 * ----------------------------------------------------------------------------
 */

a.not-a-link{
	/* Mantis #16738 */
	cursor: default;
}

.m-form .notes{
	clear: both;
	display: block;
}

/*jquery ui reset*/
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* jquery ui */

.ui-widget-content .m-banners {
	margin:0;
}
.ui-widget-content .m-contents {
	padding:20px;
	border:1px solid #aaa;
}

/* * * Jquery UI * * */

/* Component containers
----------------------------------*/
.ui-datepicker {
	display:none
}

.ui-widget {
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:.8em
}

.ui-widget-content {
	border:1px solid #ddd;
	background:#E0E0E0 50% top repeat-x;
	color:#333
}

.terms-dialog .ui-widget-content{
	background-color : #fff;
	color: #404756;
	font: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.terms-dialog .ui-dialog .ui-dialog-buttonpane button{
	float: none;
}

.terms-dialog.ui-widget-content{
	background-color : #fff !important;
}
.terms-dialog .ui-widget-header{
	background-color : #b4c000;
	border : 0px;
}
.terms-dialog .ui-dialog-titlebar-close {
    visibility: hidden;
}
.terms-dialog .ui-dialog-buttonset { 
    text-align: center;
}
.terms-dialog .ui-dialog-buttonset button { 
    float: none;
}
.terms-dialog .acceptTermsCheckbox{
	margin: 0px !important;
	text-align: center !important;
	width: 100% !important;
	clear: both;
	display: table;
	background: none;
}

.terms-dialog .acceptButton{
	min-width: 150px;
	font-weight: bold;
	color : #fff;
	border: 0px;
	background-color: #12AE99 !important;
	background-image: none;
}
.terms-dialog .cancelButton{
	min-width: 150px;
	font-weight: bold;
	color : #fff;
	border: 0px;
	background-color: #EE5C29 !important;	
	background-image: none;
}
.terms-dialog .acceptButton:hover{
	color : #fff;
	border: 0px;
	background-color: #14c5ad !important;
	background-image: none;
}
.terms-dialog .cancelButton:hover{
	color : #fff;
	border: 0px;
	background-color: #ef6c3e !important;
	background-image: none;
} 

/*
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
*/

.ui-widget-content a {
	color:#333
}

.ui-widget-header {
	border:1px solid #333;
	background:#666 50% 50% repeat-x;
	color:#fff;
	font-weight:700
}

.ui-widget-header a {
	color:#fff
}

/* Overlays */
.ui-widget-overlay {
	background:#666 50% 50% repeat;
	opacity:.5;
	filter:Alpha(Opacity=50)
}

.ui-widget-shadow {
	margin:-5px 0 0 -5px;
	padding:5px;
	background:#000 50% 50% repeat-x;
	opacity:.2;
	filter:Alpha(Opacity=20);
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

/* Datepicker
----------------------------------*/
.ui-datepicker {
	width:17em;
	padding:.2em .2em 0
}

.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
	top:1px
}

.ui-datepicker .ui-datepicker-prev {
	left:2px
}

.ui-datepicker .ui-datepicker-next {
	right:14px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left:1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right:14px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px
}

.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center
}

.ui-datepicker .ui-datepicker-title select {
	float:left;
	font-size:1em;
	margin:1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
	width:100%
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
	width:49%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float:right
}

.ui-datepicker table {
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em
}

.ui-datepicker th {
	padding:.7em .3em;
	text-align:center;
	font-weight:700;
	border:0
}

.ui-datepicker td {
	border:0;
	padding:0;
	margin: 0;
}

.ui-datepicker td span,.ui-datepicker td a {
	display:block;
	padding:.2em 0;
	text-align:center;
	text-decoration:none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image:none;
	margin:.7em 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em;
	width:auto;
	overflow:visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float:left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left
}

.ui-datepicker-row-break {
	clear:both;
	width:100%
}

/* RTL support */
.ui-datepicker-rtl {
	direction:rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left:1px;
	right:auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float:left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right
}

.ui-datepicker-rtl .ui-datepicker-group {
	float:right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}


.ui-datepicker-inline .ui-datepicker-next,
.ui-datepicker-inline .ui-datepicker-next:hover{
	right: 0;
}

.ui-datepicker-inline {
	background: transparent; /* it should show the box bg */
	padding: 0;
}

/* end datepicker */

a.button{
	background:#777;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	line-height:24px;
	font-size:13px;
	height:24px;
	display:inline-block;
}
a.button:hover{
	background:#666;
}


/* * * general * * */
/* use deprecate to show an element is turned off or to be deleted and highlight to highlight an element */
.deprecated{
	zoom:1; /* IE opacity bug */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE. must come before filter */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari */
	opacity:0.5; /* Decent browsers */
	background-color:#e4e4e4 !important;
}
.deprecated, .deprecated *{
	border-color:#ccc !important;
	color:#999 !important;
	text-decoration:line-through !important;
}
.highlighted{
	-moz-box-shadow: 0 0 5px #FF0;
	-webkit-box-shadow: 0 0 5px #FF0;
	box-shadow: 0 0 5px #FF0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; /* IE. must come before filter */
	filter:alpha(opacity=1); /* IE */
	-moz-opacity:1; /* Netscape */
	-khtml-opacity:1; /* Safari */
	opacity:1; /* Decent browsers */
	background-color:#ffc !important;
}
/* --- */
/* loading:
	addClass('loading') to any element or body to indicate something is loading
	Change cursor for desktop devices. Notice for other devices with no cursor
*/
.loading, .loading * {
	cursor: wait !important;
} 
#loading-notice{
	display:none;
}
body.loading #loading-notice{
	display:block !important;
	position:fixed;
	z-index:9000;
	top:0;
	left:0;
	background:#C00;
	color:#fff;
	padding:5px;
	width:auto;
}

/* * * input/select * * */

/* * * buttons * * */

button, *[role="button"]{
	border:0;
	margin:0;
}
.button{
}
.button-pending,
.button-pending:hover,
input.button-pending,
input.button-pending:hover{
	background:#c00;
	color:#fff;
}
.button-doing,
.button-doing:hover,
input.button-doing,
input.button-doing:hover{
	background:#fff;
	color:#666;
}


/* * * tabs * * */

/* * * image upload * * */

.alpine-addimages{
	width:100%;
	height:60px;
	line-height:40px;
	border:2px dashed #999;
	text-align:center;
	background:#e4e4e4;
	padding:10px;
	margin-bottom:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}








/** 
 * 5.0 - Modules
 * ----------------------------------------------------------------------------
 */

/* .m-box */

/* .m-banners */

.m-banners-controls{
	line-height: 20px;
	text-decoration: none;
	position: absolute;
	margin: 10px;
	padding: 0px;
	z-index: 1;
}
.m-banners-controls a{
	background-color:#fff;
	float:left;
	display:inline-block;
	padding:5px;
	margin-right:1px;
}


/* .m-photogallery extends .m-box */

.m-photogallery .album-images{
	height:100%;
}
.m-photogallery .album-images img, .m-photogallery .albums img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin:auto;
	vertical-align: middle;
	display:block;
}
.m-photogallery .album-description{
	width:100%;
	overflow:auto;
}
.m-photogallery .albumswrapper{
	width:100%;
}
.m-photogallery .albumswrapper .left,
.m-photogallery .albumswrapper .right{ /* scroll buttons */
	width:5%;
	float:left;
	display:inline-block;
	cursor:pointer;
}
.m-photogallery .albumswrapper .right{
	text-align:right;
}
.m-photogallery .albumswrapper button{
	width:auto;
	height:100%;
	display:block;
	font-size:20px;
}
.m-photogallery .albumswrapper .left button{
	margin-right:5px;
}
.m-photogallery .albumswrapper .right button{
	margin-left:5px;
	float:right;
}

.m-photogallery .albums{
	overflow:hidden;
	width:90%;
	float:left;
	position:relative; /* required for child position:absolute */
}
.m-photogallery .albums ul{
	margin:0;
	padding:0;
	width:200%; /* this UL needs to scroll, so needs to be larger than its parent */
	position:absolute;
}
.m-photogallery .albums li{
	list-style:none;
	float:left;
	margin:0 5px;
	width:auto;
	cursor:pointer;
}
/* apply border and shadow to the IMG element not the LI, changing its height% to fit */
.m-photogallery .albums ul li img{
	border:1px solid #fff;
}
.m-photogallery .albums li.active img{
	border-color:#333;
}

/* m-calendar extend m-box */
.m-box.m-calendar .bd{
	padding: 0 !important; /* hack to  override the following css */
}

/* album exists inside m-photoalbum and m-texthtml */

.cp-album ul{
	margin:0;
	padding:0;
}
.cp-album ul li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin: 0 10px 10px 0;
}


/* .m-product */

.m-product .im{ 
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: url(images/zoom-in.cur);
}

.m-product .vsod{
	clear:both;
	margin-top:20px;
}



/* .m-designer
 * ------------------------------------------------------------------------------------------
 */

.dialog.designer_dialog iframe {
	width: 100%;
}

.m-designer{
	height: 920px;
	width: 100%;
}

.m-designer.ismodal{
	/*
		width and height will be set in javascript
	*/
	position:absolute;
	width: 95%;
	height: 95%;
	left: 2.5%;
	top: 1.5%;
	-webkit-box-shadow: 0px 0px 100px 50px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 100px 50px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 100px 50px rgba(0, 0, 0, 0.75);
}

.m-designer-close{
	background: #e0e0e0;
	color: #000;
	width: auto;
	padding: 0 10px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	position: fixed;
	right: 4%;
	top:0;
	height: 2.5%;
	line-height: 25px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.m-designer iframe{
	width: 100%;
	height: 100%;
	background: #666;
}

.m-designer.ismodal iframe{
	overflow: hidden;
}

.m-designer-purchase-url{ /* what is this? */
	position:absolute;
	border:none;
	right:160px;
	top:20px;
	color:#7B8184;
	background:none;
	font:14px Arial,Helvetica,sans-serif;
	height:20px;
	padding-right:22px;
	cursor:pointer;
}

/* split styling for editor v1 and v2 buttons */

.m-designer-buttons{
	position: absolute;
	text-align: right;
}

.m-designer-buttons.editor_v2{
	right:280px;
}

.m-designer-buttons.editor{
	right:0px;
	top: 20px;
}

.m-designer-buttons input{ /* match designer buttons */
	background: #323a45;
	color:#fff;
	border: 0;
	border-right: 1px solid #666;
	padding: 0 20px;
	font-size:14px;
	float: left;
	display: inline-block;
	height: 28px;
	line-height: 28px;
}

.m-designer-buttons.editor_v2 input{
	font-size:14px;
	padding: 0 20px;
	top:0;
	height:47px;
	line-height: 28px;
	float: left;
}

/** 
 * 6.0 - Formatting
 * ----------------------------------------------------------------------------
 */

.nowrap{
	white-space: nowrap;
}


/** 
 * 100.0 - Stuff that doesn't belong here
 * ----------------------------------------------------------------------------
 */


.editor #AddToCart { /* TODO: Fix this weird ID formatting */
	right:120px;
}
.editor #AddToInquiry { /* TODO: Fix this weird ID formatting */
	right:10px;
}

.editor_v2 #AddToCart {
	right: 295px;
}
.editor_v2 #AddToInquiry {
	right:165px;
}

/**
 * Multiple product images.
 */
.prod-images
{
	clear: both;
	padding:10px;
	border: 10px;
	float:left;
	width:100%;
}
.prod-images ul, .prod-images ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod-images ul li
{
	margin-bottom: 5px;
	padding: 5px 4px;
}
.prod-images ul li img.t
{
	height: 80px;
	width: 80px;
	border: 1px solid #fff;
}
.prod-images .m
{
	width: 300px;
	height:300px;
	float: left;
	margin-right: 8px;
	text-align: center;
}
.prod-images .m img
{
	width:300px;
}
.prod-images .ts
{
	background: white;
	border-color:#e0e0e0;
	border-width: 10px 3px 10px 10px;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	white-space: nowrap;
	overflow:hidden;
	overflow-x: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
	float:none;
}
.prod-images .ts ul
{
	height:auto;
	display:inline;
	margin-right:20px;
}
.prod-images .ts-nobar
{
	overflow-y:hidden;
}
.prod-images .ts ul li, .prod-images .ts ul li img
{
	width:80px;
	height:80px;
	display: inline;
	cursor: pointer;
}
.prod-images .ts ul li:last
{
	margin-bottom:0;
}
.prod-images ul li .r
, .prod-images ul li .l
{
	display: none
}

.ts-nobar{
    width: auto;
    float: left;
}

.ts-nobar ul{
    width: auto;
    height: auto;
}
/* Mantis #10471 added 3d features with multiple products*/
.ts-nobar ul li{
    list-style-type: none;
    float: left;
    display: block;
    margin: 0 0 20px 5px;
    padding: 5px !important;
    cursor: pointer;
}

.ts-nobar ul li span img{
    /*min-height: 85px;*/
}

#view360wrapper{
    float: left;
}

.ts-nobar {
    clear: left;
    min-width: 80px;
    min-height: 80px;
    overflow-x: auto;
    overflow-y: hidden;
}
/* Mantis #10471 added 3d features with multiple products*/
.imgThumb{
    cursor: zoom-in;
}


.im{
    opacity: 1.0 !important;
}

body.has-managermenu{
	margin-top: 30px;
}
/* manager menu */
#managermenu{
	position:fixed;
	right: 0;
	top:0;
	z-index: 1000;
	
}
#managermenu ul{
	float:right;
}

#managermenu ul,
#managermenu ul li{
	margin:0;padding:0;
	list-style:none;
}

#managermenu ul li{
	float:left;
}

#managermenu ul li a{
	background:#ccc;
	color:#000;
	height: 30px;
	display: inline-block;
	border-left: 1px solid #666;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration:none;
}


.input-group{
	clear: both;
	display: block;
}

/* --------- slidershare --------- */

#slidershare{
	top: -9999px;
	right: -9999px;
	text-align: center;
	position: fixed;
	z-index: 9000;
	background: #fff;
	padding: 5px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
#slidershare-head{
	line-height: 47px;
	height: 47px;
	margin-bottom: 5px;
}
#slidershare-head a{
	float: right;
	margin-right: 10px;
	font-size: 20px;
	text-decoration: none;
}
#slidershare-icons a{
	background-image: url("images/slidershare.png");
	background-repeat: no-repeat;
	margin: 0 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
}

#slidershare-icon-email{
	background-position: -147px 0;
}
#slidershare-icon-twitter{
	background-position: -194px 0;
}
#slidershare-icon-linkedin{
	background-position: -241px 0;
}
#slidershare-icon-googleplus{
	background-position: -287px 0;
}
#slidershare-icon-whatsapp{
	background-position: -335px 0;
}
#slidershare-icon-skype{
	background-position: -382px 0;
}
#slidershare-icon-pinterest{
	background-position: -429px 0;
}
#slidershare-icon-facebook{
	background-position: -476px 0;
}

#invoice_cart_table blockquote{
	margin: 0;
}

@media (min-width: 1200px){
	.hidden-lg{
		display: none;
	}	
}

.stock-warn-block {
	display: flex;
	justify-content: center;
}

.cart-block-colourqty .stock-warn-block {
	margin-top:6px;
	width:100%;
	display:block;
}

.stock-warn {
    font-size: 18px;
    color: #E92C2C;
    margin-right: 10px;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: grey;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: grey;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: grey;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: grey;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

#colsize_wrapper .info-buttons {
	display: flex;
}

#colsize_wrapper .info-buttons .button {
	margin: 0 5px 0 0;
}

.row.flexRowStore {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.row.flexRowStore .cell .input {
	margin-bottom: 0;
}

.row.flexRowStore .span1 {
	display: flex;
	justify-content: right;
}</pre></body></html>