html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
@media only screen and (min-width: 1200px) {
  body {
    min-width: 1200px; }
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px; }
  .container_12 .grid_1 {
    width: 75px; }
  .container_12 .grid_2 {
    width: 175px; }
  .container_12 .grid_3 {
    width: 275px; }
  .container_12 .grid_4 {
    width: 375px; }
  .container_12 .grid_5 {
    width: 475px; }
  .container_12 .grid_6 {
    width: 575px; }
  .container_12 .grid_7 {
    width: 675px; }
  .container_12 .grid_8 {
    width: 775px; }
  .container_12 .grid_9 {
    width: 875px; }
  .container_12 .grid_10 {
    width: 975px; }
  .container_12 .grid_11 {
    width: 1075px; }
  .container_12 .grid_12 {
    width: 1175px; }
  .container_12 .prefix_1 {
    padding-left: 100px; }
  .container_12 .prefix_2 {
    padding-left: 200px; }
  .container_12 .prefix_3 {
    padding-left: 300px; }
  .container_12 .prefix_4 {
    padding-left: 400px; }
  .container_12 .prefix_5 {
    padding-left: 500px; }
  .container_12 .prefix_6 {
    padding-left: 600px; }
  .container_12 .prefix_7 {
    padding-left: 700px; }
  .container_12 .prefix_8 {
    padding-left: 800px; }
  .container_12 .prefix_9 {
    padding-left: 900px; }
  .container_12 .prefix_10 {
    padding-left: 1000px; }
  .container_12 .prefix_11 {
    padding-left: 1100px; }
  .container_12 .suffix_1 {
    padding-right: 100px; }
  .container_12 .suffix_2 {
    padding-right: 200px; }
  .container_12 .suffix_3 {
    padding-right: 300px; }
  .container_12 .suffix_4 {
    padding-right: 400px; }
  .container_12 .suffix_5 {
    padding-right: 500px; }
  .container_12 .suffix_6 {
    padding-right: 600px; }
  .container_12 .suffix_7 {
    padding-right: 700px; }
  .container_12 .suffix_8 {
    padding-right: 800px; }
  .container_12 .suffix_9 {
    padding-right: 900px; }
  .container_12 .suffix_10 {
    padding-right: 1000px; }
  .container_12 .suffix_11 {
    padding-right: 1100px; }
  .container_12 .push_1 {
    left: 100px; }
  .container_12 .push_2 {
    left: 200px; }
  .container_12 .push_3 {
    left: 300px; }
  .container_12 .push_4 {
    left: 400px; }
  .container_12 .push_5 {
    left: 500px; }
  .container_12 .push_6 {
    left: 600px; }
  .container_12 .push_7 {
    left: 700px; }
  .container_12 .push_8 {
    left: 800px; }
  .container_12 .push_9 {
    left: 900px; }
  .container_12 .push_10 {
    left: 1000px; }
  .container_12 .push_11 {
    left: 1100px; }
  .container_12 .pull_1 {
    left: -100px; }
  .container_12 .pull_2 {
    left: -200px; }
  .container_12 .pull_3 {
    left: -300px; }
  .container_12 .pull_4 {
    left: -400px; }
  .container_12 .pull_5 {
    left: -500px; }
  .container_12 .pull_6 {
    left: -600px; }
  .container_12 .pull_7 {
    left: -700px; }
  .container_12 .pull_8 {
    left: -800px; }
  .container_12 .pull_9 {
    left: -900px; }
  .container_12 .pull_10 {
    left: -1000px; }
  .container_12 .pull_11 {
    left: -1100px; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body {
    min-width: 960px; }
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px; }
  .container_12 .grid_1 {
    width: 60px; }
  .container_12 .grid_2 {
    width: 140px; }
  .container_12 .grid_3 {
    width: 220px; }
  .container_12 .grid_4 {
    width: 300px; }
  .container_12 .grid_5 {
    width: 380px; }
  .container_12 .grid_6 {
    width: 460px; }
  .container_12 .grid_7 {
    width: 540px; }
  .container_12 .grid_8 {
    width: 620px; }
  .container_12 .grid_9 {
    width: 700px; }
  .container_12 .grid_10 {
    width: 780px; }
  .container_12 .grid_11 {
    width: 860px; }
  .container_12 .grid_12 {
    width: 940px; }
  .container_12 .prefix_1 {
    padding-left: 80px; }
  .container_12 .prefix_2 {
    padding-left: 160px; }
  .container_12 .prefix_3 {
    padding-left: 240px; }
  .container_12 .prefix_4 {
    padding-left: 320px; }
  .container_12 .prefix_5 {
    padding-left: 400px; }
  .container_12 .prefix_6 {
    padding-left: 480px; }
  .container_12 .prefix_7 {
    padding-left: 560px; }
  .container_12 .prefix_8 {
    padding-left: 640px; }
  .container_12 .prefix_9 {
    padding-left: 720px; }
  .container_12 .prefix_10 {
    padding-left: 800px; }
  .container_12 .prefix_11 {
    padding-left: 880px; }
  .container_12 .suffix_1 {
    padding-right: 80px; }
  .container_12 .suffix_2 {
    padding-right: 160px; }
  .container_12 .suffix_3 {
    padding-right: 240px; }
  .container_12 .suffix_4 {
    padding-right: 320px; }
  .container_12 .suffix_5 {
    padding-right: 400px; }
  .container_12 .suffix_6 {
    padding-right: 480px; }
  .container_12 .suffix_7 {
    padding-right: 560px; }
  .container_12 .suffix_8 {
    padding-right: 640px; }
  .container_12 .suffix_9 {
    padding-right: 720px; }
  .container_12 .suffix_10 {
    padding-right: 800px; }
  .container_12 .suffix_11 {
    padding-right: 880px; }
  .container_12 .push_1 {
    left: 80px; }
  .container_12 .push_2 {
    left: 160px; }
  .container_12 .push_3 {
    left: 240px; }
  .container_12 .push_4 {
    left: 320px; }
  .container_12 .push_5 {
    left: 400px; }
  .container_12 .push_6 {
    left: 480px; }
  .container_12 .push_7 {
    left: 560px; }
  .container_12 .push_8 {
    left: 640px; }
  .container_12 .push_9 {
    left: 720px; }
  .container_12 .push_10 {
    left: 800px; }
  .container_12 .push_11 {
    left: 880px; }
  .container_12 .pull_1 {
    left: -80px; }
  .container_12 .pull_2 {
    left: -160px; }
  .container_12 .pull_3 {
    left: -240px; }
  .container_12 .pull_4 {
    left: -320px; }
  .container_12 .pull_5 {
    left: -400px; }
  .container_12 .pull_6 {
    left: -480px; }
  .container_12 .pull_7 {
    left: -560px; }
  .container_12 .pull_8 {
    left: -640px; }
  .container_12 .pull_9 {
    left: -720px; }
  .container_12 .pull_10 {
    left: -800px; }
  .container_12 .pull_11 {
    left: -880px; } }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
  zoom: 1; }
body {
  font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif; }

a:focus {
  outline: 1px dotted; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { 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: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/assets/ui-bg_highlight-soft_100_eeeeee_1x100-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/assets/ui-bg_gloss-wave_35_f6a828_500x100-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/assets/ui-bg_glass_100_f6f6f6_1x400-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(/assets/ui-bg_glass_100_fdf5ce_1x400-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/assets/ui-bg_glass_65_ffffff_1x400-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/assets/ui-bg_highlight-soft_75_ffe45c_1x100-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/ui-icons_ffffff_256x240-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png); }
.ui-state-default .ui-icon { background-image: url(/assets/ui-icons_ef8c08_256x240-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/ui-icons_ef8c08_256x240-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png); }
.ui-state-active .ui-icon {background-image: url(/assets/ui-icons_ef8c08_256x240-c7b81e746a30daa7c04cd6e4a14c35f857d275b8e1531111c7b9be9627fa62b4.png); }
.ui-state-highlight .ui-icon {background-image: url(/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.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:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.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 { 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 table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 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 .6em; 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 {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    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*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.flexselect_dropdown {
  display: none;
  position: absolute;
  z-index: 999999;
  margin: 0;
  padding: 0;
  border: 1px solid WindowFrame;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: Window;
  color: WindowText;
  text-align: left;
  box-shadow: 0 6px 12px #ccc;
  -webkit-box-shadow: 0 6px 12px #ccc; }

.flexselect_dropdown ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.flexselect_dropdown li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: Menu;
  overflow: hidden; }

.flexselect_selected {
  background-color: Highlight;
  color: HighlightText; }
/* Mixins */
/* Variables */
/* Text */
#main h3 {
  font-size: 18px;
  color: #555555; }

#main h4 {
  color: #555555;
  text-decoration: underline; }

p small {
  color: #cecece;
  font-size: 10px; }

/* Forms */
span.label, label {
  position: relative;
  display: block;
  font-weight: bold; }

/*span.label, label { position: relative; display: block; text-transform: uppercase; font-size: 10px; }*/
input[type=text], input[type=password], input[type=email], input[type=number], input[type=date] {
  padding: 4px;
  font-size: 13px;
  color: #555555;
  background: #fff;
  border: 1px solid #cecece;
  margin: 0; }

input[type=submit] {
  color: #555555; }

textarea {
  border: 1px solid #cecece; }

::-webkit-input-placeholder, .placeholder {
  color: #bbb;
  font-style: italic; }

fieldset {
  position: relative; }

fieldset div {
  margin: 10px 0; }

.field_with_errors input[type=text], .field_with_errors textarea {
  border: 1px solid #ff5e43;
  background: #ffe7e3; }

.horizontal_fields {
  clear: both;
  overflow: auto;
  margin: 0;
  padding: 0; }

.horizontal_fields div {
  float: left;
  margin: 0 10px 0 0; }

.horizontal_fields div .field_with_errors {
  display: inline;
  margin: 0;
  padding: 0;
  float: none; }

.radio_label {
  display: inline;
  font-weight: normal; }

select:focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: #555555 dotted 1px; }

input:disabled {
  background: #cecece; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Errors */
.errors, .flash {
  background: #ffe9ea;
  border: 1px solid #ff0014;
  color: #ff0014;
  padding: 5px; }

.errors > .error > p, .flash > .error > p {
  background: 0 0 url(/assets/red_cross-f87ca95c62d907b46824b98d47f823dbde29759679a004bd1a3e970866721ef4.png) no-repeat;
  padding-left: 23px;
  min-height: 20px; }

.error {
  font-weight: bold;
  color: #ff0014; }

input.error {
  font-weight: normal;
  border: 1px solid #ff472c; }

.fail {
  color: #ff0014;
  display: none; }

/* Success */
.success, .flash > .notice {
  background: #f7fdf1;
  border: 1px solid #78a400;
  color: #78a400;
  padding: 5px; }
  .success p, .flash > .notice p {
    background: 0 0 url(/assets/green_tick-4eb7fe30dfcb3725c2160e595c283edefe3c05d3eca657720734a72e63b169db.png) no-repeat;
    padding-left: 23px;
    height: 20px;
    font-weight: bold; }

.success_msg {
  color: #78a400; }

.warn {
  color: #ff6247;
  font-style: italic;
  font-weight: bold; }

.warning {
  border: 2px solid #FF9731;
  background: #FCDF93;
  padding: 1em;
  margin: 1em 0; }

.instructions {
  font-style: italic; }

/* Buttons */
.buttons {
  margin: 0.5em 0; }

.button {
  vertical-align: top;
  padding: 4px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f1f1f1;
  border: 1px solid #cecece;
  color: #555555;
  text-decoration: none;
  font-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer; }

.button.add {
  background-position: 8px 50%;
  background-image: url(/assets/plus_symbol-34599d840c742444c9003b23d46ee5a4512d9dfc30db229cd48e847ceacca269.png);
  padding-left: 25px; }

.button.save {
  background-position: 6px 4px;
  background-image: url(/assets/save_symbol-ad8d21a9ff10c61a278d5f674112f6d53fa712db32784df68a6a6b8886d5608e.png);
  padding-left: 28px; }

.button.hold {
  background-position: 6px 4px;
  background-image: url(/assets/hold_symbol-ba9e22e10cdc90950464bc9273c7735d25d91e362e32d3b0cde4f248bce54c30.png);
  padding-left: 28px; }

.button.remove_hold {
  background-position: 6px 4px;
  background-image: url(/assets/remove_hold_symbol-f29baaff167da1b02bfb713ced3ff518259a24e33626b1e741ed543087e0f077.png);
  padding-left: 28px; }

.button.print {
  background-position: 7px 50%;
  background-image: url(/assets/print-5848ec23eb9c0d26d63ca230327358a5cfb467ad9799eff2e577aff91528a892.png);
  padding-left: 30px; }

.queue .listing th {
  text-align: center; }

table.sortable .header {
  border: 1px solid #cecece; }

table.sortable th {
  color: #808080;
  cursor: pointer; }

table.sortable th a {
  color: #342d73;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-right: 18px; }

table.sortable th.descending a:after, table.sortable th.ascending a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

table.sortable th.descending a:after {
  border-top: 5px solid #342d73;
  border-bottom: 0;
  top: 2px; }

table.sortable th.ascending a:after {
  border-top: 0;
  border-bottom: 5px solid #342d73;
  bottom: 3px; }

/* Tabs */
ul.tabs {
  border-top: none;
  border-bottom: 1px solid #cecece;
  list-style: none;
  padding: 5px 0 4px; }

ul.tabs li {
  display: inline;
  margin: 0 0 0 10px; }

ul.tabs li a {
  color: #342d73;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: 1px solid yellow;
  padding: 7px 1.2em 6px 1.2em;
  border: 1px solid #cecece;
  background: #f1f1f1;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius-topleft: 4px;
  -webkit-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

ul.tabs li a.current {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000; }

.panes {
  margin: 20px 10px 0 10px; }

/* Layout */
body {
  background: #fff;
  color: #555555; }

body.development {
  background: #fff9f8;
  border: 2px solid red; }

body.development .environment_name {
  color: red; }

body.staging .environment_name {
  background: #f6f5ff;
  border: 2px solid orange; }

body.staging .environment_name .environment_name {
  color: orange; }

body.production #main.show_environment_warning {
  border: 5px darkorange dashed;
  padding-left: 5px;
  padding-right: 5px;
  border-top: none;
  border-bottom: none; }

body.production .environment_name {
  color: darkorange;
  background: aliceblue;
  border: 2px solid darkorange;
  text-align: center;
  width: 200px; }

.container > * {
  margin-top: 20px; }

.container .container > * {
  margin-top: 10px; }

.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100000000; }

.full {
  width: 960px !important; }

.left {
  float: left; }

.right {
  float: right; }

/* Tables */
table.listing {
  width: 100%;
  margin: 20px 0; }

table.listing td, table.listing th {
  padding: 10px 7px 10px 7px;
  vertical-align: middle;
  text-align: center; }

table.listing th {
  border-top: 1px solid #cecece;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #f1f1f1;
  text-transform: uppercase;
  font-size: 10px; }

table.listing th.checkbox {
  width: 20px; }

table.listing td {
  border-bottom: 1px solid #cecece; }

table.listing tr.highlighted td, table.listing tr:hover td {
  background: #feffd2; }

table.listing a {
  color: #ff472c;
  text-decoration: none;
  font-weight: bold; }

table.listing td.actions a {
  font-weight: normal; }

table.listing th > .button {
  font-weight: bold;
  border: 2px solid #cecece;
  border-radius: 5px; }

table.properties {
  margin: 20px 0; }

table.properties td, table.properties th {
  padding: 5px 7px;
  vertical-align: top;
  text-align: left; }

table.properties th {
  padding-left: 0; }

table.properties th {
  text-transform: uppercase;
  border-right: 1px solid #cecece; }

table.grid {
  width: 100%;
  margin: 20px 0; }

table.grid td, table.grid th {
  padding: 10px 7px 10px 7px;
  vertical-align: middle;
  text-align: center; }

table.grid th {
  border-bottom: 1px solid #cecece;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #f1f1f1;
  text-transform: uppercase;
  font-size: 10px; }

table.grid tr:first-child th {
  border-top: 1px solid #cecece; }

table.grid th:first-child {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece; }

table.grid td:last-child, table.grid th:last-child {
  border-right: 1px solid #cecece; }

table.grid td {
  border-bottom: 1px solid #cecece; }

table.grid caption {
  font-size: 110%;
  font-weight: bold;
  text-align: left; }

iframe.print {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.campaign_select {
  display: inline-block;
  margin: 0;
  position: relative; }

.campaign_select button.show {
  -webkit-appearance: menulist;
  padding: 0px 20px 0px 3px;
  width: 280px;
  text-align: left; }

.campaign_select .checkboxes {
  display: none;
  border: 1px #dadada solid;
  padding: 5px;
  margin: 0;
  width: 280px;
  position: absolute;
  z-index: 99;
  background-color: white; }

.campaign_select .checkboxes button {
  margin-left: 4px;
  margin-bottom: 3px; }

.campaign_select .checkboxes label {
  display: block;
  font-weight: normal;
  margin-left: 0; }

.campaign_select .checkboxes label:hover {
  background-color: #1e90ff;
  color: white; }

.campaign_select .checkboxes .unselect_all {
  float: right; }

#header {
  background: #342d73;
  padding: 9px 0;
  position: relative; }

#header h1 a {
  color: #cecece;
  font-weight: normal;
  font-size: 22px;
  text-decoration: none; }

#header h1 a strong {
  font-weight: normal;
  color: #fff; }

#header .container_12 {
  position: relative; }

#banner {
  background: #fff;
  color: #342d73;
  position: absolute;
  z-index: 10000;
  padding: 14px 30px;
  top: -10px;
  left: 225px;
  font-size: 22px;
  -moz-box-shadow: 0px 2px 4px #cecece;
  -webkit-box-shadow: 0px 2px 4px #cecece;
  box-shadow: 0px 2px 4px #cecece; }

#header #current_user {
  font-size: 11px;
  text-align: right;
  color: #fff;
  line-height: 38px;
  vertical-align: bottom; }

#header #current_user strong {
  font-weight: bold;
  margin-right: 5px; }

#header #current_user a {
  margin-left: 5px;
  color: #fff;
  text-decoration: underline; }

#spotlight {
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  padding: 5px 0; }

#spotlight.fixed {
  background: #feffd2;
  border-bottom: 1px solid #cecece; }

#spotlight_details {
  float: left; }

#spotlight_details h2 {
  font-weight: normal;
  color: #555555;
  font-size: 18px; }

#spotlight_details h2 strong {
  font-weight: bold;
  color: #342d73;
  margin-right: 10px; }

#spotlight_actions {
  float: left;
  padding: 0 20px;
  height: 100%; }

#spotlight_actions a.button {
  display: inline-block;
  background-color: #fff; }

#spotlight_flash {
  height: 20px;
  text-align: right;
  padding-top: 4px; }

#last_saved {
  background: #feffd2;
  font-size: 10px;
  display: inline;
  vertical-align: bottom;
  padding: 3px 15px; }

#success {
  background: #f7fdf1;
  color: #78a400;
  font-size: 14px;
  display: inline;
  vertical-align: bottom;
  padding: 3px 15px; }

#navigation {
  background: #f1f1f1;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #e4e3e3;
  position: relative;
  height: 30px; }

#navigation ul {
  position: absolute;
  bottom: -1px; }

#navigation li {
  float: left;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius-topleft: 4px;
  -webkit-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #fff;
  border: 1px solid #e4e3e3;
  margin-right: 12px; }

#navigation li.current {
  border-bottom: 1px solid #fff; }

#navigation li a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #342d73;
  text-decoration: none;
  padding: 5px 10px; }

#navigation li a:hover {
  text-decoration: underline; }

#navigation li.current a:hover {
  text-decoration: none; }

#navigation .dual_action {
  position: relative;
  padding-right: 23px; }

#navigation .dual_action .secondary {
  position: absolute;
  right: 4px;
  top: 5px;
  border-left: 1px solid #f1f1f1;
  padding: 5px;
  border-bottom: none; }

#navigation .dual_action .secondary img {
  display: block; }

#headline {
  background: #f1f1f1;
  padding: 20px 0;
  color: #777; }

#headline h2 {
  font-weight: normal;
  font-size: 26px; }

#main {
  padding: 25px 0; }

#main .section {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  padding-bottom: 20px; }

#main .section h1 {
  margin-bottom: 0.5em; }

#main .section .section + .section {
  border: none;
  margin-top: 10px;
  padding-top: 10px; }

#main h3 {
  margin-bottom: 15px; }

.section h3 {
  margin-bottom: 10px; }

h3 a {
  margin-left: 10px; }

.context_actions li {
  border-bottom: 1px solid #cecece; }

.context_actions li a {
  text-decoration: none;
  color: #ff472c;
  display: block;
  padding: 5px 5px; }

.context_actions li a:hover {
  background: #ff6247;
  color: #fff; }

.horizontal {
  clear: both;
  overflow: auto; }

.horizontal p, .horizontal div {
  float: left;
  margin-right: 30px; }

fieldset.box {
  padding: 35px 10px 10px 10px; }

.box {
  border: 1px solid #cecece; }

.box h4, .box legend {
  color: #555555;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-bottom: 1px solid #cecece; }

.box h4 {
  background: #f1f1f1; }

.box legend {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.box legend a {
  float: right;
  display: block; }

.box legend a img {
  display: block;
  margin: 0;
  padding: 0; }

.box .contents {
  padding: 10px; }

#ui-datepicker-div {
  display: none; }

/* Design */
#customer_search input[type=text] {
  width: 280px;
  padding: 5px;
  height: 18px;
  float: left; }

#customer_search input[type=submit] {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #342d73;
  background: #f1f1f1;
  border: 1px solid #cecece;
  border-left: 0;
  padding: 6px 19px 7px 19px;
  margin: 0; }

#customer_search input[type=submit]:disabled {
  color: #cecece;
  cursor: wait; }

#payments {
  margin-top: 20px;
  position: relative; }

#payments h4 {
  margin-bottom: 15px; }

#payments .outstanding {
  position: absolute;
  top: -10px;
  right: 53px;
  font-size: 20px;
  color: #555555;
  font-weight: normal; }

#payments form div {
  margin: 5px 0 15px 0; }

#payments form .submit {
  margin-top: 25px; }

#payments #payment_expiry_month, #payments #payment_expiry_year {
  width: 40px; }

#payments h4 {
  font-size: 20px;
  color: #555555;
  font-weight: normal; }

#processing_payment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100000; }

#processing_payment div {
  margin: 30px auto;
  width: 350px;
  background: #feffd2;
  color: #342d73;
  font-size: 22px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

#payments .errors {
  margin: 20px 0; }

#payments .field_with_errors {
  display: inline; }

#payments .message {
  margin: 20px 0;
  background: #feffd2;
  border: 1px solid #fef061;
  padding: 5px;
  font-size: 14px;
  font-weight: bold; }

#payments .message a {
  color: #342d73; }

.payment_listing {
  border-top: 1px solid #cecece;
  margin-top: 50px; }

.payment_listing li {
  border-bottom: 1px solid #cecece;
  padding: 15px 0 15px; }

.payment_listing div {
  vertical-align: middle; }

.payment_listing .type {
  width: 140px;
  text-transform: uppercase;
  color: #342d73;
  font-size: 11px;
  font-weight: bold;
  margin-top: 3px; }

.payment_listing .details div {
  display: inline-block;
  margin-right: 40px; }

.payment_listing .details span {
  display: block;
  font-weight: bold; }

.payment_listing .details .print {
  float: right;
  background: #342d73;
  text-align: center;
  line-height: 30px;
  margin-top: 4px;
  margin-right: 20px; }

.payment_listing .details .print a {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 23px; }

#payments .last {
  width: 140px;
  text-align: right;
  margin-top: 5px; }

#payments li .status {
  padding: 0 10px 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-top: 4px; }

#payments li .successful {
  width: 200px;
  background: #5e9945; }

#payments li .failed {
  background: #ff0014; }

#payments li .refund {
  background: #ff472c; }

#payments .amount {
  color: #5e9945;
  font-size: 18px;
  text-align: right;
  padding-right: 5px; }

body.loading {
  opacity: 0.65;
  cursor: progress; }

body.loading a {
  cursor: progress; }

body.loading input {
  cursor: progress; }

body.loading textarea {
  cursor: progress; }

body.loading .button {
  cursor: progress; }

form.loading {
  cursor: wait; }

form.loading * {
  cursor: wait; }

form.loading input, form.loading label {
  opacity: 0.65; }

form.loading .loading.notice {
  display: block; }

/* PRODUCT LISTING PAGE */
#product_units .filter > div {
  float: left;
  margin: 0 4em 1em 0; }

#product_units td {
  vertical-align: top; }

#product_units form {
  display: inline; }

#product_units .code {
  width: 80px;
  color: #cecece;
  font-weight: bold; }

#product_units .code *:first-child {
  color: #555555; }

#product_units .details {
  font-weight: bold;
  font-size: 14px; }

#product_units .details p {
  padding-top: 0;
  margin-top: 0; }

#product_units .brand {
  color: #342d73; }

#product_units .name {
  color: #ff472c; }

#product_units .bag_size, #product_units .sku {
  width: 50px; }

#product_units .on_shelf {
  width: 80px; }

#product_units .on_shelf input[readonly="readonly"] {
  cursor: pointer; }

#product_units .shelf_reference {
  width: 120px; }

#product_units .units li {
  overflow: auto;
  line-height: 40px; }

#product_units .units li > div {
  display: inline; }

#product_units .units span {
  background: #555555;
  color: #fff;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#product_units .units .sku {
  font-weight: bold;
  padding-left: 0; }

#product_units .units p {
  display: inline; }

#product_units .units input {
  width: 30px; }

#product_units .units .shelf_reference input {
  width: 50px; }

#product_units .units table td {
  border: none; }

#product_units .units span.replenish_shelf_job {
  background: inherit;
  padding: 0; }

#product_units .status p {
  font-size: 11px;
  padding: 0; }

#product_units .status p img {
  vertical-align: top;
  padding: 12px 3px 0 0; }

#product_units .saved p {
  font-weight: bold;
  background: #feffd2;
  color: #555555;
  padding: 3px 5px; }

#product_units .error p {
  font-weight: bold;
  color: #ff0014; }

#product_units .pick_order input {
  width: 25px; }

/* PAGINATION */
.pagination {
  text-align: center;
  padding: 1em; }

.pagination a, .pagination span, .pagination em {
  padding: .2em .3em; }

.pagination span.disabled {
  color: #AAA; }

.pagination em {
  font-weight: bold;
  background: transparent url(/assets/pagination-circle-35bc277ea9c8f9d33755defd5d2f45fbfbc526e362a35c19bf2913e15fe7e26c.gif) no-repeat 50% 50%; }

.pagination a {
  text-decoration: none;
  color: black; }

.pagination a:hover, .pagination a:focus {
  text-decoration: underline; }

/* STOCK AND PRODUCT IMPORT */
#import_form {
  font-size: 16px;
  padding-bottom: 15px; }

#import_form label {
  color: #555555;
  margin-bottom: 10px; }

#import_form input[type="submit"] {
  border: none;
  background: #342d73;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #fff; }

#import_form div {
  margin-bottom: 20px; }

#import_form label.keep_sku_shelf {
  display: inline;
  font-size: 14px;
  font-weight: normal; }

#import_results {
  background: #feffd2;
  padding: 5px;
  border-top: 2px solid #FFC134;
  border-bottom: 2px solid #FFC134; }

#import_results > p {
  text-align: center;
  font-size: 22px;
  margin: 5px 0; }

#import_results #failures {
  font-size: 18px; }

#import_results #failures ul {
  margin: 20px; }

#import_results #failures li {
  padding: 2px 10px;
  color: #ff472c;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cecece; }

#import_results #failures li span {
  color: #342d73;
  margin-right: 15px; }

#import_results #failures li:nth-child(odd) {
  background-color: #fff; }

#import_results #failures li:last-child {
  border-bottom: none; }

input.flexselect {
  width: 400px; }

.changes_table {
  margin-top: 15px; }

.changes_table td {
  padding-right: 10px; }

.changes_table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 110%; }

.change_time {
  width: 80px; }

.change_row {
  border-bottom: 1px solid; }

.change_row > td {
  padding-top: 7px;
  padding-bottom: 3px; }

.change_details_description {
  text-transform: uppercase;
  padding-bottom: 5px; }

.change_details_description .rollback, .change_details_description .change_item {
  display: none; }

.report {
  margin-top: 2em; }

.report table {
  text-align: left; }

.report th, .report td {
  padding-right: 1.5em;
  padding-bottom: 0.25em; }

.report tr.space {
  height: 0.5em; }

.report .numeric {
  text-align: right; }

.payment {
  padding: 10px;
  margin-top: 0.5em; }

.payment h2 {
  font-size: 18px; }

.payment .section {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.payment .section h3 {
  margin-bottom: 0.25em; }

.payment th, .payment td {
  padding-right: 4em;
  padding-bottom: 0.25em; }

.payment .numeric {
  text-align: left; }

body.reports #main h3 {
  margin-bottom: 0; }

body.reports table.listing .name {
  text-align: left; }

body.reports tfoot {
  font-weight: bold;
  text-transform: uppercase; }

body.reports .stock_take table td, body.reports .stock_take table th {
  text-align: left;
  padding-left: 1em; }

body.reports.monthly_summary .monthly_summary .report .gst {
  text-align: right;
  padding-top: 5px; }

body.reports.monthly_summary .missing_cost_price table th {
  text-align: right;
  padding-right: 1em; }

body.reports.monthly_summary .missing_cost_price table td {
  text-align: right;
  padding-right: 0.75em; }

body.reports.margin_report .button {
  display: inline-block;
  margin-top: 0.25em; }

body.reports.margin_report .report {
  margin-top: 0;
  margin-bottom: 2em; }

body#stock_items #output .details, body#products #output .details {
  display: none; }

body#stock_items #output .section, body#products #output .section {
  border: none;
  border-bottom: 1px solid #cecece;
  margin-top: 20px;
  padding-top: 20px; }

body#stock_items #output table td, body#stock_items #output table th, body#products #output table td, body#products #output table th {
  padding: 5px 8px;
  text-align: left; }

body#stock_items #output table th, body#products #output table th {
  text-transform: uppercase; }

body#products .change_element, body#products .price_change, body#products .skus .sku {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin: 3px;
  padding: 3px; }

body#products .skus, body#products .price_changes {
  font-weight: normal; }

body#products .skus p {
  font-weight: bold; }

body#products .skus p, body#products .skus .new, body#products .skus .existing {
  display: inline; }

body#products .skus .new .sku {
  color: #009900; }

body#products .skus .existing .sku {
  color: #ff472c; }

body#products .skus .comma {
  display: none; }

body#products .skus .sku span + .comma {
  display: inline;
  margin-right: 5px; }

body#products .price_change .new {
  font-weight: bold;
  color: #ff472c; }

body#products .price_change .old {
  color: #555555; }

body#products .fail {
  font-weight: bold; }

body#products .fail .details {
  margin-left: 1em;
  font-weight: normal; }

#orders_import p {
  font-size: 120%; }

#orders_import .fail .details {
  margin-left: 1em; }

body.fundraising table.properties {
  margin: 0; }

body.fundraising table.properties th {
  border: none; }

body.fundraising .left-right-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  body.fundraising .left-right-buttons .buttons {
    display: flex;
    gap: 0.5em; }

body.fundraising.index table {
  clear: both; }

body.fundraising.index table tr.failed {
  background-color: #ffdd91; }

body.fundraising.index table td, body.fundraising.index table th {
  text-align: left; }

body.fundraising.payments .buttons a.button, body.fundraising.payments .buttons input.button {
  vertical-align: middle; }

body.fundraising.payments table tr.failed {
  background-color: #ffdd91; }

body.fundraising.payments table td.center, body.fundraising.payments table th.center {
  text-align: center; }

body.fundraising.show .edit_link {
  text-transform: initial; }

body.fundraising.edit .approval {
  font-weight: bold;
  color: #ff472c; }

body.fundraising.edit table.pending.properties {
  border: 1px solid #ff472c;
  width: 100%;
  margin-bottom: 1em; }

body.fundraising.edit table.pending.properties th {
  padding-left: 0.5em; }

body.fundraising.edit table.pending.properties td {
  padding-right: 0.5em; }

body.fundraising.edit table.properties > tbody.fieldset tr.title th {
  padding-left: 0.5em; }

body.fundraising.edit table.properties > tbody.fieldset th {
  padding-left: 1.5em; }

body.fundraising.edit table.properties > tbody tr:first-child th, body.fundraising.edit table.properties > tbody tr:first-child td {
  padding-top: 0.75em; }

body.fundraising.edit .complete {
  margin-top: 1em; }

body.fundraising.closed_campaigns_report table .name {
  text-align: left; }

body.fundraising.closed_campaigns_report table .account_name {
  width: 300px; }

body.fundraising.closed_campaigns_report table .bsb {
  width: 65px; }

body.fundraising.closed_campaigns_report table .account_number {
  padding-right: 1em; }

body.fundraising.closed_campaigns_report table tr.heading_2nd_row th {
  border-top: none; }

@media only screen and (max-width: 720px) {
  body.sessions.new > #header {
    padding: 10px; }
  body.sessions.new * {
    text-align: center; }
  body.sessions.new #header * {
    font-size: 18px; }
  body.sessions.new #header h1 * {
    font-size: 28px; }
  body.sessions.new #header .authentication * {
    color: white;
    margin-right: 0.5em; }
  body.sessions.new #header .environment_name {
    font-size: 32px;
    line-height: 1; }
  body.sessions.new #main {
    font-size: 18px;
    padding: 10px 0; }
  body.sessions.new #main h2 {
    font-size: 24px;
    padding-bottom: 10px; }
  body.sessions.new #main h1 {
    font-size: 28px;
    margin-bottom: 20px; }
  body.sessions.new #main .button {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-right: 20px;
    line-height: 1.5;
    margin-top: 20px; }
  body.sessions.new #main input[type="text"], body.sessions.new #main input[type="password"] {
    font-size: 18px;
    width: 90%;
    margin-bottom: 10px;
    text-align: left; } }
#issued_vouchers .error {
  color: red; }

#issued_vouchers input {
  width: 70px;
  margin-left: 10px; }

#issued_vouchers #issued_voucher_date {
  width: 90px; }
/* Variables */
body#stock_items.index .container_12 {
  width: 100%; }

body#stock_items.index .grid_12 {
  width: 95%;
  margin: auto 2.5%; }

body#stock_items.index table.listing a.situation_report {
  margin-left: 2em;
  color: -webkit-link;
  text-decoration: underline; }

#stock_items #spotlight {
  border-bottom: none; }

#stock_items #spotlight_details h2 {
  color: #342d73;
  font-size: 20px; }

#stock_items #stock_filter {
  margin-bottom: 20px;
  font-size: 14px; }

#stock_items #stock_filter input[type="text"] {
  width: 280px;
  padding-right: 0; }

#stock_items #stock_filter input[type="submit"] {
  width: 90px;
  height: 25px;
  background: #f1f1f1;
  border: 1px solid #cecece;
  color: #342d73;
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  padding-right: 0;
  vertical-align: top; }

#stock_items #stock_filter fieldset > label {
  display: inline;
  margin-left: 2em; }

#stock_items #stock_filter .status_filter {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

#stock_items #stock_filter .status_filter:first-child {
  margin-top: 20px; }

#stock_items #stock_filter .status_filter > label {
  color: #555555;
  font-weight: bold;
  vertical-align: top;
  margin-left: 0;
  margin-right: 1em; }

#stock_items #stock_filter .status_filter .buttons {
  display: inline-block;
  background: #f1f1f1; }

#stock_items #stock_filter .status_filter .buttons > div {
  padding: 3px;
  margin-right: 3px;
  float: left;
  width: 125px;
  text-align: center;
  border: 1px solid #cecece; }

#stock_items #stock_filter .status_filter .buttons label {
  color: #342d73;
  text-decoration: none;
  vertical-align: middle;
  font-weight: normal;
  margin: 0;
  cursor: pointer; }

#stock_items #stock_filter .status_filter .buttons input[type="radio"] {
  display: none; }

#stock_items #stock_filter .status_filter .buttons .selected {
  border: 1px solid #342d73; }

#stock_items #stock_filter .status_filter .buttons .selected label {
  font-weight: bold; }

#stock_items #stock_filter .no_further_stock, #stock_items #stock_filter .download, #stock_items #stock_filter .blocking_orders {
  display: inline-block;
  margin: 10px 2em;
  vertical-align: super; }

#stock_items #stock_filter .no_further_stock label {
  display: inline;
  vertical-align: top; }

#stock_items table tr:hover td {
  background: none; }

#stock_items table .name a {
  color: #342d73; }

#stock_items table td {
  font-size: 12px;
  text-align: center; }

#stock_items table td span {
  padding: 5px 12px; }

#stock_items table th {
  cursor: pointer; }

#stock_items table th.not_clickable {
  cursor: inherit; }

#stock_items table caption {
  text-align: right;
  font-style: italic; }

#stock_items .name {
  text-align: left; }

#stock_items .units_sold {
  width: 60px;
  text-align: center; }

#stock_items .forecast {
  width: 60px;
  text-align: center; }

#stock_items .number_in_stock {
  width: 60px;
  text-align: center; }

#stock_items .state {
  width: 120px;
  font-weight: bold;
  text-align: center; }

#stock_items .percent {
  width: 55px;
  text-align: center; }

#stock_items .number {
  width: 55px;
  text-align: center; }

#stock_items .tableFloatingHeader {
  z-index: 10; }

#stock_items #spotlight {
  z-index: 1; }

#stock_items .breach_details {
  padding-right: 0; }

#stock_items .breach_details div {
  float: left;
  padding: 2px 2px;
  margin-right: 1px; }

#stock_items .bad_breach div {
  color: #fff;
  background: #ff2a18; }

#stock_items .normal_breach div {
  color: #ff6247;
  background: #ffdcd4; }

#stock_items .bad_breach.under_supplied .state {
  padding: 2px 5px 2px 30px;
  position: relative; }
  #stock_items .bad_breach.under_supplied .state:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 8px;
    left: 10px;
    top: 6px; }
  #stock_items .bad_breach.under_supplied .state:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 7px;
    width: 0;
    height: 0;
    left: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 14px;
    border-top: 6px solid #fff;
    border-bottom: 0; }

#stock_items .normal_breach.under_supplied .state {
  padding: 2px 5px 2px 30px;
  position: relative; }
  #stock_items .normal_breach.under_supplied .state:before {
    content: "";
    position: absolute;
    background: #ff6247;
    width: 6px;
    height: 8px;
    left: 10px;
    top: 6px; }
  #stock_items .normal_breach.under_supplied .state:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 7px;
    width: 0;
    height: 0;
    left: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 14px;
    border-top: 6px solid #ff6247;
    border-bottom: 0; }

#stock_items .bad_breach.over_supplied .state {
  padding: 2px 5px 2px 30px;
  position: relative; }
  #stock_items .bad_breach.over_supplied .state:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 8px;
    left: 10px;
    bottom: 6px; }
  #stock_items .bad_breach.over_supplied .state:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 7px;
    bottom: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0; }

#stock_items .normal_breach.over_supplied .state {
  padding: 2px 5px 2px 30px;
  position: relative; }
  #stock_items .normal_breach.over_supplied .state:before {
    content: "";
    position: absolute;
    background: #ff6247;
    width: 6px;
    height: 8px;
    left: 10px;
    bottom: 6px; }
  #stock_items .normal_breach.over_supplied .state:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 7px;
    bottom: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff6247;
    border-top: 0; }

#stock_items .breach_details .state {
  width: 90px; }

#stock_items .breach_details .percent {
  width: 70px;
  padding-left: 0;
  padding-right: 0; }

#stock_items .breach_details .number {
  width: 60px;
  padding-left: 0;
  padding-right: 0; }

#stock_items .stock_item > tr {
  display: none; }

#stock_items .stock_item > tr:first-child, #stock_items .expanded > tr {
  display: table-row; }

#stock_items tbody.expanded {
  border: 2px solid #d5d5d5; }

#stock_items .expanded > tr:first-child > td {
  border-bottom: none;
  padding-bottom: 0; }

#stock_items .expanded .name a {
  display: block;
  background: #342d73;
  color: #fff;
  padding: 5px 20px 5px 10px;
  font-weight: normal;
  position: relative; }

#stock_items .expanded .name a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cecece;
  border-bottom: 0; }

#stock_items .expando_section {
  background: #feffd2;
  margin-bottom: 20px; }

#stock_items .expando_section td, #stock_items .expando_section * {
  font-size: 12px;
  text-align: left; }

#stock_items .expando_section h5 {
  background: #d6bb59;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 10px;
  text-align: left; }

#stock_items .expando_section h5 .product_count {
  background: #fff;
  color: #555555;
  padding: 2px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px; }

#stock_items .expando_section h5 a {
  color: inherit;
  text-decoration: underline;
  margin-left: 1em;
  text-transform: none; }

#stock_items .expando_section table {
  width: 100%; }

#stock_items .expando_section div {
  padding: 10px; }

#stock_items .expando_section .units_sold, #stock_items .expando_section .forecast {
  text-align: center; }

#stock_items .expando_section .units_sold span, #stock_items .expando_section .forecast span {
  background: #fff;
  border: 1px solid #cecece;
  padding: 2px 7px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px; }

#stock_items .expando_section table tr:last-child > td, #stock_items .expando_section #stock_items .expando_section table tr.last td {
  border-bottom: none; }

#stock_items .expando_section th {
  background: none;
  border: none;
  padding-top: 15px;
  font-weight: normal;
  color: #555555; }

#stock_items .expando_section th.name {
  width: 340px; }

#stock_items .expando_section .action {
  text-align: right;
  width: 135px; }

#stock_items .expando_section .action input {
  text-align: center; }

#stock_items .expando_section .button {
  background-color: #fff;
  color: #555555; }

#stock_items .expando_section input {
  width: 90px;
  padding-left: 10px; }

#stock_items .expando_section .product_unit {
  display: none;
  margin: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #ccc; }

#stock_items .expando_section .unit_details {
  line-height: 27px; }

#stock_items .expando_section .price {
  text-align: right;
  width: 100px;
  padding-right: 5px; }

#stock_items .expando_section .tshirt_sizes {
  padding-left: 10px; }

#stock_items .expando_section .remove {
  font-size: 10px;
  color: #fff;
  background: #342d73;
  padding: 6px 10px;
  text-transform: uppercase; }

#stock_items .expando_section input.supplier {
  width: 3em; }

#stock_items .expando_section input[type="date"] {
  width: 10em; }

#stock_items .expando_section tr.comments td {
  vertical-align: top; }

#stock_items .expando_section table.supplier td {
  border: none;
  white-space: nowrap; }

#stock_items .expando_section textarea {
  width: 100%; }

#stock_items .expando_section input[type="checkbox"] {
  width: auto; }

#stock_items .expando_section table.back_order {
  width: 600px; }

#stock_items .expando_section table.back_order td {
  border: none; }

#stock_items .expando_section table.back_order input#back_order_all_items {
  vertical-align: bottom; }

#stock_items .product_sales a.show {
  display: none; }

#stock_items .product_sales a.hide {
  display: inline; }

#stock_items .product_sales.hide a.show {
  display: inline; }

#stock_items .product_sales.hide a.hide {
  display: none; }

#stock_items .product_sales.hide table {
  display: none; }

.stock_items_edit #stock_table.loading {
  cursor: wait; }

.stock_items_edit #stock_table input {
  width: 100px; }

.stock_items_edit #stock_table .ordered input, .stock_items_edit #stock_table .received input, .stock_items_edit #stock_table .cost_price input {
  width: 50px; }

.stock_items_edit input.error {
  border: 1px solid red; }

.stock_items_edit input.loading {
  background: url(/assets/spinner-4ffad27b79ab1e51c7261df17854d2331295f380665626c7913400a526cc728a.gif) no-repeat right; }

.stock_items_edit .status_filter {
  display: none; }

.forecasts #recalculate_all {
  text-align: right; }

.forecasts #recalculate_all a {
  background: #342d73;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none; }

.forecasts #recalculate_all span {
  font-weight: bold;
  margin: 0 10px; }

.forecasts table td {
  text-align: left !important; }

.forecasts table .order_forecast, .forecasts table .orders_placed {
  width: 100px; }

.forecasts table th.campaign {
  width: 340px; }

.forecasts table td.campaign {
  font-weight: bold;
  color: #ff472c; }

.forecasts table td.campaign_id {
  width: 40px; }

.forecasts table form {
  display: inline; }

.forecasts table form input {
  display: inline; }

.forecasts table form input[type="text"] {
  width: 50px;
  margin-right: 50px; }

.forecasts table form input[type="submit"] {
  border: none;
  background: #342d73;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase; }

#stock_items .stock_write_off .report .numeric {
  text-align: right; }

#stock_items .stock_write_off table td {
  text-align: left; }

body.stock_items.mix h1 {
  margin-bottom: 1em; }

body.stock_items.mix .section {
  border: none !important; }

body.stock_items.mix table {
  margin-top: 0; }

body.stock_items.mix .instructions {
  font-size: 1.2em;
  font-style: italic; }

body.stock_items.mix .button {
  vertical-align: baseline; }

body.stock_items.mix table .delete {
  border: none;
  width: 10px; }

body.stock_items.mix table .delete img {
  visibility: hidden; }

body.stock_items.mix table tr:hover .delete img {
  visibility: visible; }

body.stock_items.mix #in_progress_mixes table {
  width: 70%; }

body.stock_items.mix #in_progress_mixes table a {
  color: inherit; }

body.stock_items.mix #in_progress_mixes table .actions {
  text-align: right; }

body.stock_items.mix #complete_transfer table .commit {
  text-align: right; }

body.stock_items.mix #source_stock table.listing tr {
  cursor: pointer; }

body.stock_items.mix #source_stock tr.added {
  opacity: 0.8;
  background-color: #fbfbfb; }

body.stock_items.mix #source_stock tr.added.no_quantity {
  font-style: italic;
  font-weight: bold;
  opacity: 1.0; }

body.stock_items.mix #transfer_details table tr.missing_quantity {
  font-style: italic; }

body.stock_items.mix #transfer_details table td.error {
  border: none;
  text-align: left; }

body.stock_items.mix #transfer_details table .code {
  width: 2em; }

body.stock_items.mix #transfer_details table .name, body.stock_items.mix #transfer_details table .quantity {
  width: 20%; }

body.stock_items.mix #transfer_details table .quantity {
  text-align: right; }

body.stock_items.mix #transfer_details table.submit_error tr.incomplete, body.stock_items.mix #transfer_details table.submit_error tr.invalid {
  color: red;
  font-weight: bold; }

body.stock_items.mix #mix_stock h1 {
  text-align: center; }

body.stock_items.expected_arrivals h2 {
  margin-bottom: 1em; }

body.stock_items.orders_report h4 .info {
  display: none;
  font-size: 12px;
  font-weight: normal;
  font-style: italic; }

body.stock_items.orders_report .filter .show, body.stock_items.orders_report .filter .hide {
  color: #555555;
  font-style: italic;
  font-size: 70%;
  text-decoration: underline;
  cursor: pointer; }

body.stock_items.orders_report .filter .hide {
  display: none; }

body.stock_items.orders_report .filter .contents {
  display: none; }

body.stock_items.orders_report .filter.visible .show {
  display: none; }

body.stock_items.orders_report .filter.visible .hide {
  display: inline; }

body.stock_items.orders_report .filter.visible .contents {
  display: block; }

body.stock_items.orders_report fieldset {
  float: left;
  margin-right: 3em; }

body.stock_items.orders_report legend {
  font-weight: bold;
  font-size: 110%; }

body.stock_items.orders_report label {
  font-weight: normal;
  display: inline-block; }

body.stock_items.orders_report .buttons {
  clear: both;
  padding-top: 1em; }

body.stock_items.orders_report .states {
  width: 16em; }

body.stock_items.orders_report .states label {
  width: 5em; }

body.stock_items.orders_report .status {
  width: 28em; }

body.stock_items.orders_report .status label {
  width: 9em; }

body.stock_items.orders_report .availability {
  width: 12em; }

body.stock_items.orders_report .availability label {
  width: 100%; }

body.reports .grid_12 {
  margin-bottom: 2em; }

body.reports .left {
  margin-right: 0.5em; }

body.stock_items.import .cost_price span {
  font-size: 90%;
  vertical-align: top; }

body.stock_items.import .pre_existing_stock ul {
  list-style: inside;
  margin-left: 1em; }

body.stock_items.proof_cost_price td.supplier_name {
  text-align: left; }

body#stock_items.edit_attributes label {
  display: inline-block; }

body#stock_items.edit_attributes table.listing td {
  text-align: left;
  cursor: pointer; }

body#stock_items.edit_attributes table.properties td input {
  width: 400px; }

body.stock_items.receiving input[type="number"] {
  width: 3em; }

body.stock_items.receiving table.listing .name {
  text-align: left; }
/* Variables */
body.packing input[type="number"] {
  width: 3em; }

body.packing table.listing .name {
  text-align: left; }

body.packing .button.large {
  display: inline-block;
  font-size: 24px;
  color: #342d73;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px; }

body.packing .comma {
  margin-left: -2px; }

body.packing .comma:last-child {
  display: none; }

body.packing table.listing th.diff, body.packing table.listing td.diff {
  background-color: #E6F2FF;
  border-right: 1px solid black; }

body.packing.index .large.button {
  margin-right: 3px;
  font-size: 23px; }

body.packing.index label {
  margin-bottom: 5px; }

body.packing.index table.listing {
  margin-bottom: 40px; }

body.packing.index table.listing caption {
  text-align: left;
  font-size: 18px;
  font-weight: bold; }

body.packing.index table.listing th, body.packing.index table.listing td {
  border: none;
  text-align: left; }

body.packing.index table.listing th {
  border-bottom: 1px solid #cecece;
  font-size: inherit; }

body.packing.index table.listing .stock {
  width: 350px; }

body.packing.index .packing_method_filter a {
  color: #342d73;
  background: #f1f1f1;
  display: inline-block;
  padding: 2px 5px;
  text-transform: uppercase;
  text-decoration: none;
  width: 50px;
  text-align: center;
  border: 1px solid #cecece; }

body.packing.index .packing_method_filter a.selected {
  font-weight: bold;
  border: 2px solid; }

body.packing.index td.packing_method {
  cursor: pointer; }

body.packing.index td.packing_method select {
  display: none;
  cursor: pointer; }

body.packing.index table.listing .save_packing_method {
  display: none; }

body.packing.index table.listing.edit td.packing_method select {
  display: inline; }

body.packing.index table.listing.edit td.packing_method span {
  display: none; }

body.packing.index table.listing.edit .edit_packing_method {
  display: none; }

body.packing.index table.listing.edit .save_packing_method {
  display: inline; }

body.packing.create_jobs .buttons {
  margin-top: 1em; }

body.packing.create_jobs .status {
  color: #342d73;
  font-size: 120%;
  padding: 10px;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px; }

body.packing.create_jobs .selected {
  font-weight: bold;
  border: 2px solid; }

body.packing.create_jobs input.search {
  width: 200px; }

body.packing.create_jobs label {
  display: inline-block; }

body.packing.job h1 {
  margin-bottom: 20px; }

body.packing.job h1 span {
  margin-right: 2em; }

body.packing.job .error {
  margin-bottom: 10px; }

body.packing.job table.listing {
  margin: 0; }

body.packing.job table.heading td, body.packing.job table.heading th {
  padding: 5px 20px;
  text-align: center;
  font-size: 16px; }

body.packing.job table.heading th {
  border-top: 1px solid #cecece; }

body.packing.job table.heading td:first-child, body.packing.job table.heading th:first-child {
  border-left: 1px solid #cecece; }

body.packing.job table.heading td {
  border-bottom: 1px solid #cecece; }

body.packing.job table.heading td:last-child, body.packing.job table.heading th:last-child {
  border-right: 1px solid #cecece; }

body.packing.job .create_label, body.packing.job .summary {
  text-align: center;
  border: 1px solid #cecece;
  height: 335px;
  margin-right: 40px; }

body.packing.job .create_label .heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  background: #f1f1f1;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-bottom: 20px; }

body.packing.job .create_label input {
  text-align: center; }

body.packing.job .create_label .button {
  background: #009900;
  color: white; }

body.packing.job .create_label .button:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

body.packing.job .summary table {
  margin-top: 0; }

body.packing.job .summary table.listing th {
  border: none; }

body.packing.job .summary table.listing td {
  border-left: none;
  border-right: none; }

body.packing.job .summary table.properties {
  margin: 15px 40px; }

body.packing.job .summary table.properties td, body.packing.job .summary table.properties th {
  font-size: 28px;
  text-transform: capitalize;
  padding: 15px;
  border: none; }

body.packing.job .summary table.properties th {
  text-align: right; }

body.packing.job .finish_job {
  text-align: right; }

body.packing.job .finish_job a {
  display: block;
  margin-top: 10px; }

body.packing.job .product_crates {
  margin-top: 40px; }

body.packing.job .product_crates input:disabled {
  background: inherit;
  border: none; }

body.packing.job .packing_complete h2 {
  text-decoration: underline; }

body.packing.job .packing_complete .buttons {
  text-align: center; }
/* Variables */
body.queue #in_progress {
  border-bottom: 2px solid #000; }

body.queue #in_progress th, body.queue #in_progress tr {
  background: #feffd2; }

body.queue #in_progress tr:hover td {
  background: #feffd2; }

body.queue #in_progress .in_progress.refund_print, body.queue #in_progress .in_progress.refund_print a {
  background: #78a400; }

body.queue #in_progress span {
  background: #222; }

body.queue #in_queue th, body.queue #in_queue tr {
  background: white; }

body.queue .in_progress {
  background: #ff472c;
  color: #fff;
  padding: 8px 15px;
  display: inline; }

body.queue #breadcrumbs li {
  display: inline;
  color: #342d73;
  background: 2px right url(/assets/grey_chevron-ce55719b01096ef459a5a55ba0df0a8fc2e819612f0326ff93ef1f9b4eac1fdb.png) no-repeat;
  padding-right: 27px;
  font-size: 15px;
  margin-right: 13px; }

body.queue #breadcrumbs :last-child {
  background: none; }

body.queue #progress_count {
  text-align: right;
  color: #ff472c;
  font-style: italic;
  font-size: 18px; }

body.queue #progress_count span {
  background: #ff472c;
  color: #fff;
  padding: 5px 10px;
  font-style: normal;
  font-size: 14px;
  margin-left: 10px; }

body.queue .notice {
  text-align: center;
  display: none;
  margin-bottom: 1em; }

body.queue .notice span {
  font-size: 16px; }

body.queue .notice img {
  vertical-align: bottom; }

body.queue #batch {
  text-align: right; }

body.queue #batch label {
  display: inline;
  font-size: 16px;
  padding-right: 5px;
  font-weight: normal; }

body.queue #batch .print_buttons {
  text-align: center; }

body.queue #pick_next {
  text-align: center; }

body.queue #pick_next input[type="submit"] {
  font-size: 30px;
  font-weight: bold;
  color: white;
  background-color: #555;
  text-transform: uppercase;
  padding: 10px 16px;
  text-align: center;
  margin: auto 0px;
  margin-top: 20px;
  width: 140px; }

body.queue #pick_next input#order_count {
  width: 50px; }

body.queue #pick_next label {
  display: inline; }

body.queue #queues li {
  background: #342d73;
  margin-bottom: 20px;
  color: #cecece;
  font-size: 20px; }

body.queue #queues li a {
  display: block;
  color: #cecece;
  text-decoration: none;
  overflow: auto;
  padding: 20px; }

body.queue #queues li a:hover {
  background: #ff472c; }

body.queue #queues li a:hover p {
  color: #f1f1f1; }

body.queue #queues li div {
  float: left;
  margin-right: 40px; }

body.queue #queues li div.plus {
  font-size: 40px;
  font-weight: bold; }

body.queue #queues li h3 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0; }

body.queue #queues li p {
  line-height: 2; }

body.queue #queues li p > span {
  display: inline-block;
  width: auto;
  margin-right: 1.25em; }

body.queue table.queue {
  margin-top: 0;
  margin-bottom: 40px; }

body.queue table.queue caption {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }

body.queue table.queue caption > p.small {
  font-size: 12px;
  font-weight: normal;
  text-transform: none; }

body.queue table.queue th, body.queue table.queue td {
  font-size: 16px; }

body.queue table.queue tr td {
  padding: 18px 15px; }

body.queue table.queue th {
  border-bottom: 2px solid;
  border-top: 0;
  background: inherit;
  padding: 15px;
  font-size: 17px; }

body.queue table.queue tr:hover td {
  background: #f7f7f7; }

body.queue table.queue span {
  background: #555555;
  padding: 5px 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

body.queue table.queue a.button {
  background: #555555;
  color: #fff;
  padding: 8px 15px; }

body.queue table.queue input[type="submit"] {
  background: #555555;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  border: none;
  font-size: 100%; }

body.queue .status {
  font-size: 18px; }

body.queue .status h3 {
  margin: 15px 0; }

body.queue.pick h1 {
  text-align: center;
  margin-bottom: 30px; }

body.queue.index #quarantine_reports {
  font-size: 120%; }
  body.queue.index #quarantine_reports th {
    text-align: left;
    border-bottom: 1px solid #999; }
  body.queue.index #quarantine_reports th, body.queue.index #quarantine_reports td {
    padding-right: 2em; }
  body.queue.index #quarantine_reports td {
    padding-top: 0.3em; }
  body.queue.index #quarantine_reports th:last-child, body.queue.index #quarantine_reports td:last-child {
    padding-right: 0; }
  body.queue.index #quarantine_reports input.print {
    padding-left: 22px; }
#products #sku_management_edit {
  width: 600px; }

#products #sku_management_edit h1 {
  width: 600px;
  text-align: center; }

#products #sku_management_edit table {
  margin-top: 1em; }

#products #sku_management_edit table td.name {
  white-space: nowrap; }

#products #sku_management_edit table td.brand {
  text-transform: uppercase; }

#products #sku_management_edit table td.delete {
  max-width: 50px;
  text-align: right;
  padding-right: 20px; }

#products #sku_management_edit .code {
  color: inherit; }

#products #sku_management_edit .item > * {
  display: inline; }

#products #sku_management_edit .show_hover {
  display: none; }

#products #sku_management_edit div:hover > .show_hover {
  display: inline; }

#products #sku_management_edit label {
  display: inline;
  vertical-align: text-bottom; }

#products #sku_management h1 {
  margin-bottom: 0.25em; }

#products #sku_management input[name="sku"] {
  vertical-align: text-top; }

#products #sku_management .or {
  margin: 0 1em;
  vertical-align: -webkit-baseline-middle; }

body.products.replenish .open_jobs {
  font-size: 1.25em; }

body.products.replenish .button {
  display: inline-block;
  line-height: normal; }

body.products.replenish .button.complete {
  background-position: 7px 50%;
  background-image: url(/assets/green_tick-4eb7fe30dfcb3725c2160e595c283edefe3c05d3eca657720734a72e63b169db.png);
  padding-left: 30px; }

body.products.replenish .create_jobs .button {
  margin-right: 5px; }

body.products.replenish.create_jobs .most_orders_waiting .max_bags, body.products.replenish.create_jobs .most_orders_to_queue .max_bags, body.products.replenish.create_jobs .shelves_low .max_bags {
  display: none; }

body.products.replenish.create_jobs .stuck_orders .order_count, body.products.replenish.create_jobs .shelves_low .order_count {
  display: none; }
/* Variables */
body.orders.edit #customer_details .phones {
  margin-top: 15px; }

body.orders.edit #customer_details .name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0; }

body.orders.edit #customer_details .company {
  font-size: 18px;
  color: #8c8c8c; }

body.orders.edit .flash {
  margin-bottom: 0.75em; }

body.orders.edit .actions {
  text-align: right;
  margin: 0.5em; }

body.orders.edit .actions .button {
  margin-left: 0.25em;
  vertical-align: baseline; }

body.orders.edit .actions .extra_labels {
  display: inline;
  margin-left: 1em;
  padding: 0.5em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border: 1px solid #cecece;
  border-radius: 3px; }

body.orders.edit .actions .extra_labels input[type=numeric] {
  width: 1em;
  padding-left: 0.25em;
  border-radius: 3px; }

body.orders.edit #delivery_selection p {
  margin-bottom: 5px; }

body.orders.edit #delivery_selection #add_address {
  margin: 15px 0 5px 0; }

body.orders.edit #delivery_selection #add_address fieldset {
  padding-top: 5px; }

body.orders.edit #delivery_selection #add_address legend {
  position: relative;
  display: block;
  padding: 0 0 3px 0;
  width: 100%; }

body.orders.edit #delivery_selection #add_address .completely {
  margin: 0; }

body.orders.edit #delivery_selection #add_address .completely div {
  margin: 0; }

body.orders.edit #delivery_selection #add_address .manual_edit {
  display: inline;
  vertical-align: baseline;
  padding-top: 6px; }

body.orders.edit #delivery_selection #add_address .manual_edit img {
  vertical-align: text-bottom; }

body.orders.edit #delivery_selection #add_address[state='initial'] .address_fields {
  display: none; }

body.orders.edit #delivery_selection #add_address[state='edit'] .button.add {
  display: none; }

body.orders.edit #delivery_selection #add_address[state='edit'] .content {
  display: none; }

body.orders.edit #delivery_selection #add_address[state='manual_edit'] .button.add, body.orders.edit #delivery_selection #add_address[state='errors'] .button.add {
  display: none; }

body.orders.edit #delivery_selection #add_address[state='manual_edit'] .button.manual_edit, body.orders.edit #delivery_selection #add_address[state='errors'] .button.manual_edit {
  display: none; }

body.orders.edit #delivery_selection #add_address[state='manual_edit'] .edit .address_single_line, body.orders.edit #delivery_selection #add_address[state='errors'] .edit .address_single_line {
  display: none; }

body.orders.edit #source_bar {
  padding: 15px 0 13px 0;
  background: #f1f1f1;
  margin-top: 25px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #fff; }

body.orders.edit #source_bar label {
  display: inline;
  padding-right: 5px;
  font-weight: normal; }

body.orders.edit #fundraising_organisation {
  padding-top: 15px; }
  body.orders.edit #fundraising_organisation input {
    width: 400px; }

body.orders.edit #campaign_selection li {
  display: inline;
  padding: 0 10px 0 24px;
  background: 0 50% url(/assets/chevron-cc20b206fd5888f34860270e2a98fd7f60d0692198ddafff03fb4b5992c163ae.png) no-repeat; }

body.orders.edit #campaign_selection li:first-child {
  background: none;
  padding-left: 0;
  font-weight: bold;
  color: #222; }

body.orders.edit #campaign_selection li:last-child {
  padding-right: 0; }

body.orders.edit .source_selection li {
  display: inline;
  padding: 0 10px 0 25px;
  background: 0 50% url(/assets/chevron-cc20b206fd5888f34860270e2a98fd7f60d0692198ddafff03fb4b5992c163ae.png) no-repeat; }

body.orders.edit .source_selection li:first-child {
  background: none;
  padding-left: 0;
  font-weight: bold;
  color: #222; }

body.orders.edit .source_selection li:last-child {
  padding-right: 0; }

body.orders.edit #magic_order_bar {
  background: #342d73;
  padding: 12px 0 12px 0; }

body.orders.edit #magic_order_bar input, body.orders.edit #magic_order_bar button {
  border: none;
  vertical-align: middle;
  line-height: 20px; }

body.orders.edit #magic_order_bar .quantity {
  width: 40px; }

body.orders.edit #magic_order_bar.selected input {
  background: #feffd2; }

body.orders.edit #magic_order_bar.selected label {
  display: none; }

body.orders.edit #magic_order_bar .errors {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 20px; }

body.orders.edit #magic_order_bar .errors p {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px; }

body.orders.edit ul.ui-autocomplete {
  background: #fff;
  border: 1px solid #cecece;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

body.orders.edit ul.ui-autocomplete li {
  border-bottom: 1px solid #f1f1f1;
  margin: 0; }

body.orders.edit ul.ui-autocomplete li span {
  display: block; }

body.orders.edit ul.ui-autocomplete li a {
  padding: 5px; }

body.orders.edit ul.ui-autocomplete li a#ui-active-menuitem {
  background: #feffd2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none; }

body.orders.edit ul.ui-autocomplete li .name {
  color: #342d73;
  font-weight: bold; }

body.orders.edit ul.ui-autocomplete li .code {
  color: #555555; }

body.orders.edit .availability {
  float: right; }

body.orders.edit .availability li {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 8px;
  margin-left: 10px;
  display: inline-flex; }

body.orders.edit .availability .not_available {
  color: #fff;
  background: #000; }

body.orders.edit .availability .on_hold, body.orders.edit .availability .oversold {
  color: #fff;
  background: #ff9734; }

body.orders.edit .availability .sold_out {
  color: #fff;
  background: red; }

body.orders.edit .availability .on_back_order {
  color: #fff;
  background: #ff9734; }

body.orders.edit .availability .picked {
  color: #fff;
  background: #009900; }

body.orders.edit .availability .packed {
  color: #fff;
  background: blue; }

body.orders.edit #selected_product_bar {
  background: #f1f1f1;
  color: #342d73;
  padding: 12px 0 12px 0;
  font-size: 18px;
  font-weight: bold; }

body.orders.edit #selected_product_bar.selected {
  background: #feffd2; }

body.orders.edit #selected_product_bar .product {
  display: inline; }

body.orders.edit #selected_product_bar .help {
  display: inline-block;
  text-transform: none;
  color: #342d73;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  padding-left: 40px;
  background: 5px 0 url(/assets/up_arrow-28fd6afd3b921a659f085da32dabb2687f83ce45ea185479ac8f03bcb48c08f6.png) no-repeat;
  height: 30px;
  line-height: 35px; }

body.orders.edit #selected_product_bar .name {
  margin-left: 10px; }

body.orders.edit #selected_product_bar #price_points {
  display: inline;
  margin-left: 25px;
  font-size: 12px; }

body.orders.edit #selected_product_bar #price_points li {
  display: inline;
  margin-right: 12px; }

body.orders.edit #selected_product_bar #price_points li.sold_out {
  opacity: 0.5; }

body.orders.edit #selected_product_bar #price_points li span, body.orders.edit .collection_form span.tshirt_sizes {
  background: #ff472c;
  color: #feffd2;
  padding: 4px 7px 4px 7px;
  font-weight: bold; }

body.orders.edit #selected_product_bar .availability {
  float: right;
  margin-right: 20px; }

body.orders.edit #selected_product_bar .availability li {
  float: right; }

body.orders.edit .order_date {
  padding-top: 5px;
  color: #888888; }

body.orders.edit .order_status {
  text-align: right;
  margin-left: 0; }

body.orders.edit .order_status span {
  text-transform: uppercase;
  padding: 8px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white; }

body.orders.edit td.order_status span {
  padding: 5px 10px; }

body.orders.edit .order_status .in_progress {
  background-color: #feffd2;
  color: #555555; }

body.orders.edit .order_status .ready_to_pick {
  background-color: green; }

body.orders.edit .order_status .hold {
  background-color: red; }

body.orders.edit .order_status .product_hold {
  background-color: red; }

body.orders.edit .order_status .incomplete {
  background-color: red; }

body.orders.edit .order_status .picked {
  background-color: blue; }

body.orders.edit .order_status .packed {
  background-color: blue; }

body.orders.edit .dispatch_details {
  margin-top: -10px;
  margin-bottom: 10px; }

body.orders.edit .dispatch_details .check_delivery {
  margin-top: 3px; }

body.orders.edit .print {
  text-align: right;
  margin-left: 0;
  margin-right: 20px; }

body.orders.edit #order_items .availability {
  float: left; }

body.orders.edit #order_items .availability li {
  float: none;
  margin: 4px 0; }

body.orders.edit #order_items .discount {
  width: 95px; }

body.orders.edit #order_items .discount input {
  width: 60px; }

body.orders.edit #order_items tr.deleted {
  background: #faeeee; }

body.orders.edit #order_items tr.deleted .deleted_msg {
  font-weight: bold;
  text-align: center; }

body.orders.edit tr.free_gift td {
  text-align: center; }

body.orders.edit tr.free_gift .button {
  font-size: inherit;
  color: inherit; }

body.orders.edit #order_items #discount {
  border-top: 3px solid #342d73; }

body.orders.edit #order_details table {
  width: 100%;
  font-size: 18px;
  color: #342d73; }

body.orders.edit #order_details td {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle; }

body.orders.edit #order_details table label {
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  font-weight: bold; }

body.orders.edit #order_details .total {
  background: #ff472c;
  color: #fff;
  text-align: right;
  font-weight: bold; }

body.orders.edit #order_details .total td {
  border-bottom: none; }

body.orders.edit #order_details .code {
  width: 40px;
  font-size: 12px;
  font-weight: bold; }

body.orders.edit #order_details .details {
  width: 425px;
  font-size: 16px; }

body.orders.edit #order_details .messages {
  text-align: right;
  font-size: 12px;
  font-weight: bold; }

body.orders.edit #order_details .messages .units {
  overflow: auto; }

body.orders.edit #order_details .messages .units div, body.orders.edit #order_details .messages .create_new_sku {
  float: right;
  margin: 2px 5px 2px 5px;
  padding: 3px 8px; }

body.orders.edit #order_details .messages .product_unit {
  border: 1px solid #cecece;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

body.orders.edit #order_details .messages .create_new_sku {
  margin-top: 1em; }

body.orders.edit #order_details .price, body.orders.edit #order_details #order_details .faux-price {
  width: auto;
  padding-left: 10px;
  border-left: 2px solid #e8e8e8;
  font-size: 18px;
  text-align: right; }

body.orders.edit #order_details .price .price_input {
  width: 4em;
  display: none; }

body.orders.edit #order_details .price .original_price, body.orders.edit #order_details .price .sale_price {
  cursor: pointer;
  font-size: 80%;
  text-decoration: line-through;
  vertical-align: top; }

body.orders.edit #order_details .action {
  width: 15px; }

body.orders.edit #order_details #delivery_bar .datepicker {
  width: 100px; }

body.orders.edit #order_details #delivery_bar .coupons {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: right;
  font-size: 80%; }

body.orders.edit #order_details #delivery_instruction, body.orders.edit #order_details #coupons {
  font-size: 13px; }

body.orders.edit #order_details #delivery_instruction .input-text {
  margin-top: 5px; }

body.orders.edit #order_details #comments textarea {
  width: 100%; }

body.orders.edit #order_details tr.discount #order_discount_percentage {
  width: 30px; }
  body.orders.edit #order_details tr.discount #order_discount_percentage::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

body.orders.edit #order_details #quarantine_fee .waived {
  display: none; }

body.orders.edit #order_details #quarantine_fee .not_waived {
  display: inline; }

body.orders.edit #order_details #quarantine_fee.waived .waived {
  display: inline;
  color: #cecece; }

body.orders.edit #order_details #quarantine_fee.waived .not_waived {
  display: none; }

body.orders.edit #order_details .quarantine td {
  background: #f1f1f1;
  border-bottom: none; }

body.orders.edit #order_details .waive_quarantine_fee {
  font-weight: normal; }

body.orders.edit #order_details .waive_quarantine_fee input {
  vertical-align: bottom; }

body.orders.edit #order_details .total .price {
  border-color: #e84117; }

body.orders.edit #order_details tr.return_to_stock_confirmation {
  display: none;
  text-align: center;
  background-color: #feffd2; }

body.orders.edit #order_details tr.return_to_stock_confirmation .buttons {
  text-align: center;
  margin: 0.75em; }

body.orders.edit #order_details .order_item.editable {
  cursor: pointer; }

body.orders.edit #order_details tr.remove_sku {
  display: none;
  background-color: #feffd2; }

body.orders.edit #order_details tr.remove_sku.order_item {
  display: table-row; }

body.orders.edit #order_details tr.remove_sku.order_item td {
  border-bottom: none; }

body.orders.edit #order_details tr.remove_sku.order_item + tr.remove_sku {
  display: table-row; }

body.orders.edit #order_details tr.remove_sku .box .contents {
  font-size: 0.8em;
  text-align: left; }

body.orders.edit #order_details tr.remove_sku .box td, body.orders.edit #order_details tr.remove_sku .box th {
  padding: 0.25em 0.75em;
  vertical-align: top; }

body.orders.edit #order_details tr.remove_sku .box th {
  padding-bottom: 0.125em; }

body.orders.edit #order_details tr.remove_sku table.units {
  background-color: white; }

body.orders.edit #order_details tr.remove_sku table.units td {
  border: none; }

body.orders.edit #order_details tr.remove_sku table.units td:first-child {
  width: 20px; }

body.orders.edit #order_details tr.remove_sku table.units tr.deleted {
  color: #cecece;
  text-decoration: line-through; }

body.orders.edit #order_details tr.order_item.removing_bag td {
  border-bottom: none;
  background-color: #feffd2; }

body.orders.edit #order_details tr.remove_bag {
  display: none;
  background-color: #feffd2; }

body.orders.edit #order_details tr.remove_bag input.quantity {
  width: 2em; }

body.orders.edit #order_details tr.remove_bag span {
  margin-right: 0.75em; }

body.orders.edit #order_details tr.remove_bag input.button {
  margin-left: 0.5em; }

body.orders.edit select[disabled='disabled'] {
  color: #555555; }

body.orders.ageing_orders ul.breakdown {
  margin-left: 1em; }

body.orders.bulk_refund section > section {
  margin-top: 0.5em; }

body.orders.bulk_refund .season_selection {
  margin-top: 1em; }
  body.orders.bulk_refund .season_selection label {
    display: inline-block; }
/* Variables */
.completely .dropdown .entry {
  padding: 0 4px; }

.customer_status_msg {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #ff472c;
  text-align: center;
  margin-bottom: 10px;
  border: 1px #ff472c solid;
  padding: 5px; }

body.customers #edit_customer_details .horizontal_fields input {
  width: 120px; }

body.customers #edit_customer_details .phones {
  margin-top: 15px; }

body.customers #edit_customer_details #contact_details {
  background: #f1f1f1;
  border: 1px solid #cecece;
  padding: 10px; }

body.customers #edit_customer_details #customer_company_name, body.customers #edit_customer_details #edit_customer_details #customer_email {
  width: 318px; }

body.customers #edit_customer_details .name input {
  font-weight: bold;
  font-size: 15px; }

body.customers #edit_customer_details #customer_title {
  width: 50px; }

body.customers #edit_customer_details .save {
  margin-bottom: 15px; }

body.customers #edit_customer_details .errors {
  margin-bottom: 20px; }

body.customers #edit_customer_details #contact_details label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px; }

body.customers #edit_customer_details #primary_address legend {
  background: #f1f1f1; }

body.customers #edit_customer_details .address {
  margin-bottom: 20px; }

body.customers #edit_customer_details .address input[type=text] {
  width: 93%; }

body.customers #edit_customer_details .address input.postcode, body.customers #edit_customer_details .address input.postcode {
  width: 70px; }

body.customers #edit_customer_details .section.addresses .print.msg {
  display: none; }

body.customers #edit_customer_details .section.addresses .grid_3 {
  margin-left: 0; }

body.customers #edit_customer_details .section.addresses table {
  width: auto; }

body.customers #edit_customer_details .section.addresses table td, body.customers #edit_customer_details .section.addresses table th {
  text-align: left;
  vertical-align: top; }

body.customers #edit_customer_details .section.addresses table tfoot td {
  border-bottom: none; }

body.customers #edit_customer_details .section.addresses table a.button.add {
  color: inherit; }

body.customers #edit_customer_details .section.addresses table .blueprint {
  display: none; }

body.customers #edit_customer_details .section.addresses table input.contact[type="text"] {
  margin-top: 1px;
  width: 150px; }

body.customers #edit_customer_details .section.addresses table .address .edit input {
  margin-top: 1px; }

body.customers #edit_customer_details .section.addresses table .address .edit .manual {
  margin-top: 0.25em; }

body.customers #edit_customer_details .section.addresses table .address .edit .manual strong {
  vertical-align: text-top; }

body.customers #edit_customer_details .section.addresses table .address .content input {
  display: block;
  padding: 2px;
  margin-bottom: 0.25em; }

body.customers #edit_customer_details .section.addresses table .address .content input.state {
  display: inline; }

body.customers #edit_customer_details .section.addresses table .address .content input.postcode {
  display: inline-block; }

body.customers #edit_customer_details .section.addresses table .address .content input.button {
  display: none;
  padding: 3px;
  margin-top: 3px; }

body.customers #edit_customer_details .section.addresses table tr[state='display'] .address .edit {
  display: none; }

body.customers #edit_customer_details .section.addresses table tr[state='edit'] .address .edit {
  display: block; }

body.customers #edit_customer_details .section.addresses table tr[state='edit'] .address .content {
  display: none; }

body.customers #edit_customer_details .section.addresses table tr[state='manual_edit'] .address .edit .manual {
  display: none; }

body.customers #edit_customer_details .section.addresses table tr[state='manual_edit'] .address .edit .single_line {
  display: none; }

body.customers #edit_customer_details .section.addresses table tr[state='manual_edit'] .address .content .button {
  display: inline; }

body.customers #edit_customer_details .section.addresses table tr:hover td {
  background: inherit; }

body.customers #edit_customer_details .section.addresses table input.state, body.customers #edit_customer_details .section.addresses table input.postcode {
  width: 35px; }

body.customers #edit_customer_details .section.addresses table input.line2[value=""][readonly="readonly"] {
  display: none; }

body.customers #edit_customer_details .section.addresses table input[readonly="readonly"] {
  border: none; }

body.customers #edit_customer_details .section.addresses table td.actions div {
  display: inline-block;
  cursor: pointer;
  margin: 0 0.75em; }

body.customers #edit_customer_details .section.addresses table td.actions {
  padding-left: 2em; }

body.customers #edit_customer_details .section.addresses table .unvalidated_msg {
  display: none; }

body.customers #edit_customer_details .section.addresses table tr.unvalidated[state='display'] .address .content {
  border-left: 1px solid orangered;
  padding-left: 5px; }

body.customers #edit_customer_details .section.addresses table tr.unvalidated[state='display'] .address .content .unvalidated_msg {
  display: block;
  color: orangered;
  font-weight: bold;
  text-transform: uppercase; }

body.customers #edit_customer_details .section.addresses.print .print.msg {
  display: block;
  width: 100%;
  text-align: center; }

body.customers #edit_customer_details .section.addresses.print .grid_3:first-child {
  margin-left: 10px; }

body.customers #edit_customer_details .section.addresses.print .address:hover {
  background-color: #feffd2;
  cursor: pointer;
  border: 1px dashed; }

body.customers #edit_customer_details .section.addresses.print .address:hover * {
  cursor: pointer; }

body.customers #edit_customer_details .section.addresses.print .address:hover input {
  cursor: initial; }

body.customers #edit_customer_details .section.addresses.print #primary_address legend {
  background: inherit; }

body.customers.search #search_results table p {
  font-size: 13px; }

body.customers.search #search_results table td {
  vertical-align: top; }

body.customers.search #search_results p {
  font-size: 18px; }

body.customers.search #search_results tr.deleted, body.customers.search #search_results tr.banned {
  background: #faeeee; }

body.customers.search #search_results .status_msg {
  color: #ff472c;
  font-weight: bold; }

body.customers.search #search_results tr.banned .status_msg {
  color: #ff0014;
  text-transform: uppercase; }

body.customers.search #search_results .fundraising {
  background: #F3EFCB; }

body.customers.search #search_results .fundraising .brand {
  font-weight: bold; }
body.subscriptions.index .reprint table {
  font-size: 120%; }

body.subscriptions.index .reprint th {
  text-align: left;
  border-bottom: 1px solid #999; }

body.subscriptions.index .reprint td {
  padding-right: 2em; }

body.subscriptions.index .reprint .print.button {
  vertical-align: baseline; }

body.subscriptions.index .unvalidated_addresses table {
  width: 100%; }

body.subscriptions.index .unvalidated_addresses td {
  padding: 5px;
  padding-bottom: 12px; }

body.subscriptions.index .unvalidated_addresses th {
  width: 100px; }

body.subscriptions.index .unvalidated_addresses input.address {
  width: 100%;
  margin-bottom: 2px; }

body.subscriptions.index .unvalidated_addresses a.button {
  display: inline-block;
  line-height: normal; }

body.subscriptions.index .unvalidated_addresses .manual_edit .line1, body.subscriptions.index .unvalidated_addresses .manual_edit .line2 {
  width: 354px; }

body.subscriptions.index .unvalidated_addresses .manual_edit .button {
  margin-top: 2px; }

body.subscriptions.index .unvalidated_addresses .address_options div {
  margin-bottom: 3px;
  clear: both; }

body.subscriptions.index .unvalidated_addresses .address_options span {
  display: inline-block;
  float: left; }

body.subscriptions.index .unvalidated_addresses .address_options input {
  float: right; }
/* Variables */
/* POSTMASTER */
#postmaster #main .container_12 {
  margin-top: 80px; }

#flashes {
  margin: 20px;
  font-size: 22px; }

#flashes > div {
  border-left: none;
  border-right: none;
  margin: 0; }

#flashes a {
  color: #ff472c; }

.box_details, .recent_dispatches {
  margin: 20px;
  display: block;
  background: #f1f1f1;
  border: 3px solid #cecece;
  padding: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.box_details h2, .recent_dispatches h2 {
  color: #342d73;
  font-size: 34px;
  text-shadow: #fff 0px 1px 0px;
  font-weight: normal; }

.box_details img, .recent_dispatches img {
  margin-top: 20px; }

.box_details a, .recent_dispatches a {
  margin-left: 0; }

#postmaster .errors {
  background: #feffd2;
  border: 3px solid #FFC134;
  color: #555555;
  padding: 5px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px; }

#postmaster .errors p, #postmaster .success p {
  background: none;
  padding: 0;
  height: auto; }

#postmaster .success {
  border: 3px solid #78a400;
  color: #78a400;
  padding: 5px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px; }

#scan {
  border-color: #cecece;
  text-align: center;
  font-size: 24px; }

#scan a {
  color: #ff472c; }

#box {
  border-color: #ff472c;
  background-color: #feffd2;
  text-align: left; }

#box h2 {
  font-weight: bold;
  font-size: 40px; }

#box h2 span {
  color: #555555; }

#box .horizontal_fields {
  margin: 20px auto;
  width: 95%; }

.large_inputs label {
  font-size: 36px;
  color: #555555; }

.large_inputs input[type="text"] {
  font-size: 60px;
  width: 250px; }

.large_inputs form > div {
  margin-left: 15px;
  margin-top: 10px;
  color: #aaa; }

.large_inputs input.button {
  font-size: 1.5em; }

.large_inputs button.button {
  font-size: 1.5em; }

section.box_details, .recent_dispatches {
  text-align: center; }
  section.box_details table, .recent_dispatches table {
    font-size: 26px;
    margin: 40px auto; }
  section.box_details table td, .recent_dispatches table td {
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #CECECE;
    background: #fff;
    cursor: pointer; }
  section.box_details table tr:hover td, .recent_dispatches table tr:hover td {
    background: #f7f7f7; }
  section.box_details table tr.selected td, .recent_dispatches table tr.selected td {
    background: #feffd2; }
  section.box_details table td input, .recent_dispatches table td input {
    vertical-align: top;
    margin-top: 13px; }
  section.box_details table td.name, .recent_dispatches table td.name {
    color: #000;
    font-weight: bold;
    padding-left: 0; }
  section.box_details .actions, .recent_dispatches .actions {
    text-align: center;
    font-size: 22px; }
  section.box_details .actions input[type=submit], .recent_dispatches .actions input[type=submit] {
    background: #ff472c;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border: none;
    text-transform: uppercase;
    font-size: 14px; }
  section.box_details .actions a, .recent_dispatches .actions a {
    margin-right: 10px;
    font-size: 16px;
    color: #888; }
  section.box_details table.recent td, section.box_details table.recent th, .recent_dispatches table.recent td, .recent_dispatches table.recent th {
    text-align: left;
    padding: 5px 10px;
    font-size: 90%; }
  section.box_details table.recent .ulds, .recent_dispatches table.recent .ulds {
    font-size: 65%;
    margin-left: 7px; }
  section.box_details table.recent td.print, .recent_dispatches table.recent td.print {
    padding-left: 40px;
    vertical-align: top; }
  section.box_details table.recent tr.extra, .recent_dispatches table.recent tr.extra {
    display: none; }

body#postmaster.dispatches.show #main .container_12 {
  margin-top: 0px; }

body#postmaster.dispatches.show h2 {
  margin-bottom: 0.5em; }

body#postmaster.dispatches.show .actions {
  margin: 0.5em 0; }

body#postmaster.dispatches.show iframe#print_iframe {
  width: 100vw;
  height: 100vh; }

body#postmaster.boxes.new .heavy input {
  color: red;
  border: 1px red solid; }

body#postmaster.boxes.new .heavy .notice {
  display: inline; }

body#postmaster.boxes.new .notice {
  display: none;
  font-size: 18px;
  color: red; }

body.postmaster.boxes.print .box_details img {
  margin-top: 0;
  vertical-align: middle; }

body.postmaster.boxes.print .completed, body.postmaster.boxes.print .failure {
  display: none; }

body.postmaster.boxes.print .links {
  text-align: center;
  display: none; }

body.postmaster.boxes.print .links a {
  margin-right: 2em; }

body.postmaster.boxes.print #box.failed .error {
  display: inline-block; }

body.postmaster.boxes.print #box.failed .failed .failure_links {
  display: block; }

body.postmaster.boxes.print #box.failed .failed .waiting {
  display: none; }

body.postmaster.boxes.print #box.success .completed {
  color: #78a400;
  display: inline-block; }

body.postmaster.boxes.print #box.success .waiting {
  display: none; }

body.postmaster.boxes.print #scanning {
  text-align: center; }

body.postmaster.packer .packer {
  text-align: center; }
  body.postmaster.packer .packer * {
    display: inline; }
  body.postmaster.packer .packer .name {
    font-size: 24px; }

body.postmaster.packer input {
  width: 550px;
  font-size: 40px; }

body.postmaster.packer h2 {
  text-align: center; }

body.postmaster.packer_rates .report .instructions {
  text-align: right; }

body.postmaster.packer_rates .report > section {
  margin-top: 0; }

body.postmaster.packer_rates .report table.listing.day_report {
  width: 50%; }

body.postmaster.packer_rates .report table.listing th {
  font-size: 12px; }

body.postmaster.packer_rates input {
  text-align: center; }

body.postmaster.packer_rates button a {
  color: inherit;
  font-weight: normal; }

body.postmaster.packer_rates form[disabled] input {
  background: inherit;
  border: none;
  cursor: pointer; }

body.postmaster.packer_rates form[disabled] tr.buttons {
  display: none; }

body.postmaster.packer_rates form[disabled] tr.new_packer {
  display: none; }
body.seasonal_conversion table {
  font-size: 1.1em; }

body.seasonal_conversion td, body.seasonal_conversion th {
  padding: 5px 8px 5px 5px;
  text-align: left; }

body.seasonal_conversion .numeric, body.seasonal_conversion.index .sales_by_orders .revenue, body.seasonal_conversion.index .sales_by_orders .difference {
  text-align: right; }

body.seasonal_conversion h1 {
  text-transform: uppercase; }

body.seasonal_conversion h2 {
  font-size: 1.5em; }

body.seasonal_conversion .brand {
  text-transform: uppercase; }

body.seasonal_conversion.index table {
  margin-bottom: 2em; }

body.seasonal_conversion.index tr.spacing td {
  padding-top: 1em; }

body.seasonal_conversion.index tr.subtotal td {
  font-weight: bold;
  border-top: 1px solid; }

body.seasonal_conversion.index tr.total td {
  font-weight: bold;
  border-top: 1px solid; }

body.seasonal_conversion.index .sales_by_orders .revenue {
  font-weight: bold; }

body.seasonal_conversion.index .sales_by_orders .difference {
  font-style: italic; }

body.seasonal_conversion.show table {
  margin-top: 1em; }

body.seasonal_conversion.show th {
  border-bottom: 1px solid black; }

body.seasonal_conversion.show tr.total th {
  border-bottom: 1px solid black;
  background: #eee; }
/* Variables */
button.small {
  color: #555555;
  border: none;
  background: none;
  text-decoration: underline;
  padding-left: 0;
  cursor: pointer; }

table.form th, table.form td {
  text-align: left;
  padding-right: 1em;
  padding-bottom: 0.5em; }

section {
  margin-top: 1.5em; }

section + section {
  margin-top: 3em; }

body.campaign_builder #banner a {
  text-decoration: none;
  color: inherit; }

body.campaign_builder .notes {
  border: 1px solid #78a400;
  padding: 5px; }

body.campaign_builder #main h1 {
  text-transform: uppercase; }

body.campaign_builder #main h1 span {
  margin: 0 0.75em; }

body.campaign_builder #main h1 span:first-child {
  margin-left: 0; }

body.campaign_builder #main select:focus {
  outline: -webkit-focus-ring-color auto 5px; }

body.campaign_builder #main table.listing {
  margin: 0; }

body.campaign_builder #main table.listing td, body.campaign_builder #main table.listing th, body.campaign_builder #main table.listing caption {
  text-align: left;
  vertical-align: top; }

body.campaign_builder #main table.listing thead tr.filter th {
  border: none; }

body.campaign_builder #main table.listing td.empty {
  text-align: center; }

body.campaign_builder #main table.products.listing td {
  cursor: pointer; }

body.campaign_builder #main table.properties th {
  border-right: none; }

body.campaign_builder #main h3 {
  margin-bottom: 0; }

body.campaign_builder #main button.delete {
  border: none;
  background: none;
  padding: 3px 6px; }

body.campaign_builder #main #select_campaign {
  font-size: 1.2em; }

body.campaign_builder #main #select_campaign > * {
  float: left; }

body.campaign_builder #main #select_campaign .campaigns {
  margin-left: 1em; }

body.campaign_builder #main .season_selection {
  text-transform: uppercase; }

body.campaign_builder #main .season_selection *, body.campaign_builder #main .campaign_selection * {
  font-size: 23px;
  font-weight: bold;
  color: #555555; }

body.campaign_builder #main .season_selection select, body.campaign_builder #main .campaign_selection select {
  padding: 3px;
  padding-left: 0;
  background: white;
  border: 1px solid #f1f1f1; }

body.campaign_builder #main .season_selection select#season_id, body.campaign_builder #main .campaign_selection select#season_id {
  margin-left: -3px; }

body.campaign_builder.index #main select {
  padding: 3px;
  background: white;
  border: 1px solid #f1f1f1; }

body.campaign_builder.index #main section.brand h2 {
  border-bottom: 1px solid #555555; }

body.campaign_builder.index #main td {
  border: none;
  padding: 5px; }

body.campaign_builder.index #main tr.campaign {
  cursor: pointer; }

body.campaign_builder.index #main tr.campaign td {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 10px; }

body.campaign_builder.index #main td.brand {
  padding-left: 7px; }

body.campaign_builder.index #main tr.selected td.brand {
  padding-left: 0; }

body.campaign_builder.index #main tr.selected td.brand input {
  padding-left: 0; }

body.campaign_builder.index #main tr.actions a {
  font-size: 0.95em;
  font-weight: normal;
  text-decoration: underline;
  margin-right: 2.5em;
  white-space: nowrap; }

body.campaign_builder.index #main tr.actions a:first-child {
  margin-left: 0.25em; }

body.campaign_builder.index #main .success {
  margin-bottom: 0.25em;
  display: inline-block; }

body.campaign_builder.index #main .campaign_name {
  font-size: 1.2em; }

body.campaign_builder.manage_products #main input.code {
  text-transform: uppercase; }

body.campaign_builder.manage_products #main table.listing tr {
  cursor: pointer; }

body.campaign_builder.manage_products #main table.listing tr.in_campaign {
  background: #EEFFDD;
  color: #009900; }

body.campaign_builder.manage_products #main .new_products .stock button {
  display: block;
  margin-top: 0.5em; }

body.campaign_builder.manage_products #main h3 small {
  color: purple;
  font-size: 0.8rem;
  font-weight: normal; }

body.campaign_builder.add_product #main .products.listing tbody.out_of_season_products_empty tr td {
  font-weight: bold;
  text-transform: uppercase; }

body.campaign_builder.add_product #main .products.listing tr.in_season_products {
  font-weight: normal;
  opacity: 0.9; }

body.campaign_builder.add_product #main .products.listing tr.in_season_products td {
  cursor: not-allowed; }

body.campaign_builder.manage_products #main .product_search, body.campaign_builder.add_product #main .product_search {
  margin-bottom: 2em; }

body.campaign_builder.manage_products #main .product_search .genus, body.campaign_builder.manage_products #main .product_search .species, body.campaign_builder.manage_products #main .product_search .variety, body.campaign_builder.add_product #main .product_search .genus, body.campaign_builder.add_product #main .product_search .species, body.campaign_builder.add_product #main .product_search .variety {
  display: inline-block;
  width: 220px;
  margin-right: 1.5em;
  margin-top: 1em; }

body.campaign_builder.manage_products #main .product_search .genus label, body.campaign_builder.manage_products #main .product_search .species label, body.campaign_builder.manage_products #main .product_search .variety label, body.campaign_builder.add_product #main .product_search .genus label, body.campaign_builder.add_product #main .product_search .species label, body.campaign_builder.add_product #main .product_search .variety label {
  margin-left: 0.25em; }

body.campaign_builder.catalogue_layout #main .page_selection {
  font-size: 120%;
  text-align: center; }

body.campaign_builder.catalogue_layout #main .page_selection span {
  padding: 0.25em;
  margin-left: 1em;
  text-decoration: none;
  cursor: pointer; }

body.campaign_builder.catalogue_layout #main .page_selection span:first-child {
  margin-left: 0em; }

body.campaign_builder.catalogue_layout #main .page_selection span.closed_pages {
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: pointer; }

body.campaign_builder.catalogue_layout #main .page_selection span.closed_page:hover, body.campaign_builder.catalogue_layout #main .page_selection span:hover {
  border: 1px solid #555555;
  border-radius: 3px;
  cursor: pointer; }

body.campaign_builder.catalogue_layout #main .page_selection .current {
  font-size: 110%;
  border: 1px solid;
  padding: 0 5px;
  border-radius: 2px;
  text-decoration: none;
  cursor: inherit;
  font-weight: bold; }

body.campaign_builder.catalogue_layout #main .page_selection .incomplete {
  font-style: italic;
  color: #ff6247; }

body.campaign_builder.catalogue_layout #main .page_selection .error {
  font-weight: bold;
  color: white;
  font-style: normal;
  background: red;
  padding: 0 5px;
  font-size: 110%;
  border-radius: 2px; }

body.campaign_builder.catalogue_layout #main .save {
  text-align: center; }

body.campaign_builder.catalogue_layout #main .save span:before {
  content: ", "; }

body.campaign_builder.catalogue_layout #main .save span:last-child:before {
  content: " and "; }

body.campaign_builder.catalogue_layout #main .save span:first-child:before {
  content: ""; }

body.campaign_builder.catalogue_layout #main label {
  display: inline; }

body.campaign_builder.catalogue_layout #main table.page_products td {
  padding: 0.5em; }

body.campaign_builder.catalogue_layout #main table.page_products .page_space input {
  width: 50px; }

body.campaign_builder.catalogue_layout #main table.products.listing tr.assigned {
  color: #888888; }

body.campaign_builder.catalogue_layout #main table.products.listing tr.assigned td {
  cursor: inherit; }

body.campaign_builder.catalogue_layout #main table.products.listing td.page_number {
  color: #ff6247; }

body.campaign_builder.catalogue_layout #main table.products.listing td.select_all {
  text-align: center; }

body.campaign_builder.catalogue_layout #main table .code, body.campaign_builder.catalogue_layout #main table .species, body.campaign_builder.catalogue_layout #main table .genus {
  width: 70px; }

body.campaign_builder.catalogue_layout #main table .code input, body.campaign_builder.catalogue_layout #main table .species input, body.campaign_builder.catalogue_layout #main table .genus input {
  width: 90%; }

body.campaign_builder.catalogue_layout #main table .species {
  width: 100px; }

body.campaign_builder.catalogue_layout #main .page_and_theme {
  padding-bottom: 2px;
  font-size: 120%;
  border-bottom: 1px solid; }

body.campaign_builder.catalogue_layout #main .page_and_theme > * {
  display: inline-block; }

body.campaign_builder.catalogue_layout #main .page_and_theme input {
  font: inherit;
  border: none; }

body.campaign_builder.catalogue_layout #main .page_and_theme:hover input {
  border: 1px solid #cecece; }

body.campaign_builder.price_points #main .price_points.listing tr:hover td {
  background: inherit; }

body.campaign_builder.price_points #main .price_points.listing input.quantity {
  width: 3em; }

body.campaign_builder.price_points #main .price_points.listing input.price {
  width: 4.5em; }

body.campaign_builder.price_points #main .price_points.listing tr.actions td {
  border: none; }

body.campaign_builder.price_points #main .price_points.listing .discount_percentage input {
  width: 4.5em; }

body.campaign_builder.price_points #main .bag_sizes input {
  width: 4.5em;
  margin-right: 0.5em; }

body.campaign_builder.stock #main table {
  margin-top: 10px; }

body.campaign_builder.stock #main .errors {
  margin-bottom: 10px; }

body.campaign_builder.stock #main input.code, body.campaign_builder.stock #main input.unavailable_in {
  text-transform: uppercase; }

body.campaign_builder.stock #main .suppliers table.listing input[type="date"] {
  font-family: Arial;
  padding: 1px; }

body.campaign_builder.stock #main .suppliers table.listing input[type="number"], body.campaign_builder.stock #main .suppliers table.listing input[type="text"] {
  width: 50px; }

body.campaign_builder.categories #main table.categories td {
  cursor: pointer; }

body.campaign_builder.categories #main table.categories tr.child td.name {
  padding-left: 2em; }

body.campaign_builder.categories #main table.categories tr.child td {
  font-style: italic; }

body.campaign_builder.categories #main table.properties {
  width: 100%; }

body.campaign_builder.categories #main table.properties th {
  width: 20%; }

body.campaign_builder.categories #main table.properties textarea {
  width: 100%;
  min-height: 7em; }

body.campaign_builder.categories #main .new_menu_items label {
  display: inline-block;
  width: 9em; }

body.campaign_builder.categories #main .new_menu_items > div {
  margin-bottom: 0.5em; }
/*

















*/
