/* normalize.css | MIT License | git.io/normalize
=============================================== */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	overflow-x: hidden;
}

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

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1em 0;
	padding: 0;
}

table th,
table td {
	padding: 1em;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: top;
}

table th {
	color: #666;
	padding-bottom: .5em;
}

table td {
	color: #666;
}

table tr:nth-child(even) {
	background: #f9f9f9;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

.clearfix:before,
.clearfix:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow: hidden; 
}

.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1;
}

/* quotes */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*	Global Base
----------------------------------------------- */

/* Base */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	clear: both;
	font-weight: 600;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: .5em 0 1em 0;
	padding-bottom: .25em;
}

h1 a {
	font-weight: 400;
}

h1 .sep {
	color: #ccc;
	padding: 0 .15em;
}

h2 {
	border-bottom: .125em solid #eee;
	font-size: 1.5em;
	font-weight: normal;
	margin: .5em 0 .5em 0;
	padding-bottom: .25em;
}

h3 {
	font-size: 1.2em;
	margin: .5em 0 .25em 0;
}

h4 {
	font-size: 1em;
	margin: .5em 0 .25em 0;
}

h5,
h6 {
	font-size: 1em;
	margin: .5em 0 0 0;
}

/*
.section-title {
	border-bottom: .25em solid #eee;
	font-size: 1.2em;
	font-weight: 600;
	margin: 1px 0px;
	padding-bottom: .25em;
}
*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */

p {
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 0 1.5em;
}

b, strong {
	font-weight: 600;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: 600;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #83b600;
	border: 0;
	-webkit-border-radius: .231em;
	-moz-border-radius: .231em;
	border-radius: .231em;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .5em;
	padding: .8em 1em .7em 1em;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #690;
}

input[type="reset"] {
	background-color: #ddd;
	color: #888;
}

input[type="reset"]:hover {
	background-color: #ccc;
	color: #666;
}

input[type="button"].warning {
	background-color: #e82c0c;
	color: #fff;
}

input[type="button"].warning:hover {
	background-color: #e82c0c;
	color: #fff;
}


button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="submit"]:active  {
	border-color: #ccc;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-right: .25em;
	padding: 0;
	float: left;
	display:inline;
}

input[type="checkbox"] {
	
}

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

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

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

input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email] {
	padding: .5em;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}

/* Links */

a {
	color: #80adcf;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

a:visited {
	color: #80adcf;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #407ca9;
	outline: 0;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a img {
	border: 0;
}

/* media & embeds */

.site-content img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/* form elements */

form fieldset {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #eee;
}

form fieldset.twocol {
	background: rgba(255,0,0,.2);
	float: left;
	width: 50%;
}

form fieldset.threecol {
	background: rgba(255,0,0,.2);
	float: left;
	width: 33.3%;
}

form fieldset.fourcol {
	background: rgba(255,0,0,.2);
	float: left;
	width: 25%;
}

form fieldset.form-actions {
	margin: 0 0 0 25%;
	padding: 0;
	border: none;
	width: 100%;
	/* Double Padding Fix */
	display: inline;
}

form fieldset.form-actions input {
	margin-right: .25em;
}

form fieldset label {
	float: left;
	width: 25%;
	margin: .5em 0;
	font-weight: 600;
}

form fieldset label span.mandatory {
	color: #f00;	
}

form fieldset.radio label,
form fieldset.check label {
	display: inline;
	float: none;
	width: auto;
}

form fieldset.radio ul,
form fieldset.radio ul li,
form fieldset.check ul,
form fieldset.check ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

form fieldset.radio ul,
form fieldset.check ul {
	margin: -1.3em 0 0 25%;
}

form fieldset.radio ul li,
form fieldset.check ul li {
	margin: 0 0 .5em 0;
}

form fieldset.radio ul li label,
form fieldset.check ul li label {
	font-weight: normal;
	margin: 0 0 0 .5em;
	position: relative;
	top: -.25em;
	width: auto;
}

form fieldset.radio ul li:last-child,
form fieldset.check ul li:last-child {
	margin: 0;
}

form fieldset input.form-text,
form fieldset textarea {
	border: 1px solid #ccc;
	display: block;
	width: 65%;
	padding: .5em;
	background: #f5f5f5;
}

form fieldset input.form-text:focus, form fieldset textarea:focus {
	background: #fff;
}

form fieldset textarea {
	height: 5em;
}

form fieldset select {
	margin: 0;
	width: 66.5%;
}

form fieldset select, select {
	background: #fff url('../graphics/select-pointer.gif') no-repeat right 50%!important;
}

form fieldset select, select {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	color: #404040;
	cursor: pointer;
	padding: .385em;
	-webkit-appearance: button;
	background: #fff;
}

form fieldset select:focus, select:focus {
	outline: none;
}

form fieldset p.form-help {
	margin: .5em 0 0 25%;
	font-size: 1em;
	font-style: italic;
	color: #888;
}

form fieldset p.username-text {
	margin: .5em 0;
	display: inline-block;
}

.form-wrap {
}

form fieldset input.form-text.form-postcode {
	width:50%;
	float: left;
}

.form-find-address {
	float: left;
	width: 10%;
	margin-left: 5%;
}

/* Site Header
----------------------------------------------- */

.site-header {
	background: #810541 url('../graphics/noise.png') repeat 50% 50%;
}

.site-header ul,
.site-header li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* toolbar */

.toolbar {
	background: #71003b;
	background: rgba(0,0,0,.25);
}

.toolbar .inner {
	margin: 0 auto;
	max-width: 80em;
	padding: 0 1.5em;
}

.toolbar ul {
	padding: .8em 0;
}

.toolbar a {
	color: #80adcf;
	font-weight: 400;
	padding: .8em 0 .8em 0;
	text-shadow: 0 .1em .2em rgba(0,0,0,.5);
}

.toolbar a:hover {
	color: #fff;
}

.toolbar .current a,
.toolbar .current a {
	color: #fff;
}

.preview ul {
	float: left;
}

.preview .icon {
	bottom: -.063em;
	color: #fff;
	margin-right: .5em;
	position: relative;
}

/* settings navigation */

.user-navigation {
	margin-right: 1.5em;
}

.user-navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.user-navigation li {
	float: left;
	display: inline;
	margin-left: 2em;
}

.version {
	color: #fff;
}

/* main header */

.header-main {
	border-top: 1px solid #54022A;
}

.header-main .inner {
	margin: 0 auto;
	max-width: 80em;
	padding: 0 1.5em;
}

/* logo / branding */

.site-title {
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	margin: 1em 0 .5em 0;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #ddd;
}

/* main navigation */

.main-navigation li {
	float: left;
	margin-right: .5em;
}

.main-navigation a {
	background: #71003b;
	background: rgba(0,0,0,.125);
	-webkit-border-top-left-radius: .231em;
	-webkit-border-top-right-radius: .231em;
	-moz-border-radius-topleft: .231em;
	-moz-border-radius-topright: .231em;
	border-top-left-radius: .231em;
	border-top-right-radius: .231em;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: .9em 1.3em .7em 1.3em;
	text-shadow: 0 .1em .2em rgba(0,0,0,.5);
	font-size: 0.96em;
}

.main-navigation a:hover {
	background: #5c0532;
	background: rgba(0,0,0,.25);
	color: #fff;
}

.main-navigation a:active {
	position: relative;
	top: 1px;
	padding-bottom: .6em;
}

.page-dashboard .nav-dashboard a,
.page-orders .nav-orders a,
.page-export .nav-export a,
.page-vat .nav-vat a,
.page-settings .nav-settings a,
.page-modify-orders .nav-orders a,
.page-update-orders .nav-orders a,
.page-coverage .nav-coverage a,
.page-account-details .nav-account-details a,
.page-driver-management .nav-driver-management a,
.page-modify-driver  .nav-driver-management a,
.page-driver-jobs  .nav-driver-management a,
.page-customers .nav-customers a,
.page-reports .nav-reports a,
.page-invite-customers .nav-customers a,
.page-modify-customers .nav-customers a,
.page-users .nav-users a,
.page-modify-user .nav-users a,
.page-driver-billing .nav-billing a,
.page-franchise-billing .nav-billing a,
.page-group-invoices .nav-billing a,
.page-modify-cost .nav-billing a,
.page-view-driver-billing .nav-billing a,
.page-billing .nav-billing a,
.page-job-count .nav-billing a,
.page-pending-bills .nav-billing a,
.page-view-pending-bill .nav-billing a,
.page-wood .nav-wood a,
.page-done-by .nav-done-by a,
.page-view-pending-driver-billing .nav-billing a
 {
	background: #fff;
	border-color: #fff;
	color: #111;
	text-shadow: none;
}

/* sub navigation */

.sub-navigation-bar {
	background: #fafbfb;
	border-bottom: .1em solid #e6e6e6;
}

.sub-navigation-bar > .inner {
	margin: 0 auto;
	max-width: 80em;
}

.sub-navigation > ul {
	margin: 0;
	padding: 0;
}

.sub-navigation > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: .5em;
}

.sub-navigation > ul > li > a {
	color: #888;
	display: block;
	font-weight: 600;
	padding: .9em 2em .7em 0;
}

.sub-navigation > ul > li > a:hover {
	color: #555;
}


/* Site Main
----------------------------------------------- */

.header-bar {
	background: #fff;
	border-bottom: .1em solid #e6e6e6;
	padding: 2em 1.5em .75em 1.5em;
}

.header-bar .inner {
	margin: 0 auto;
	max-width: 80em;
}

.header-bar h1 {
	float: left;
	margin: 0;
}

.header-bar h1 a {
	color: #bbb;
}

.header-bar h1 a:hover {
	color: #111;
}

.header-bar .icon {
	bottom: -.125em;
	font-size: 1.25em;
	margin-right: .25em;
	position: relative;
}

.header-bar .actions,
.header-bar .actions li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-bar .actions {
	float: right;
	margin: .5em 0 0 0;
	text-align: right;
}

.header-bar .actions li {
	display: inline;
	margin-left: .5em;
}

.header-bar .actions a {
	background: #83b600;
	border: 0;
	-webkit-border-radius: .231em;
	-moz-border-radius: .231em;
	border-radius: .231em;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: .6em 1em .5em 1em;
}

.header-bar .actions a:hover {
	background-color: #690;
}

.header-bar .actions a .icon {
	float: left;
	margin: -.125em .5em -.25em 0;
	position: relative;
}

.header-bar .intro {
	float: right;
	font-size: 1.2em;
	margin: .75em 0 0 0;
}

.header-bar .intro .avatar {
	background: #fff;
	border-radius: .188em;
	border: .1em solid #e6e6e6;
	box-shadow: 0 .125em .25em rgba(0,0,0,.1);
	float: right;
	height: 3em;
	margin: -2.75em 0 0 1em;
	overflow: hidden;
	padding: .25em .25em .313em .25em;
	width: 3em;
}

.header-bar .intro .avatar img {
	height: auto;
	-webkit-transition: all .125s ease-in-out;
	width: 3em;
}

.header-bar .intro .avatar:hover img {
	padding: 0;
	-webkit-transform: scale(1.2);
}

.site-main {
	background: #fafbfb url('../graphics/noise.png') repeat 50% 50%;
	padding: 1em 1.5em;
}

.site-main .inner {
	margin: 0 auto;
	max-width: 80em;
}

/* basic columns */

.col-wrapper .col {
	float: left;
	display:inline;
}

.col-4col .col {
	width: 25%;
}

.col-4col .col-span-2 {
	width: 50%;
	*width: 49.99%; /* Temp IE7 fix */
}

.col-4col .col-span-3 {
	width: 75%;
}

.col-4col .col-span-4 {
	width: 100%;
}

.col-3col .col {
	width: 33%;
}

.col-3col .col-first {
	width: 34%;
}

.col-3col .col-span-2 {
	width: 67%;
}

.col > .inner {
	padding: 1em 1.5em;
}

.col .block {
	background: #fff;
	border: .2em solid #eee;
	margin: 1em 0 0 1em;
}

.col-first .block {
	margin-left: 0;
}

.module {
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 0 0 1.5em 0;
	padding: 1.5em 1.5em .5em 1.5em;
}

.module.warning {
	background:  #E82C0C;
	color:  #fff;
}

.module.alert {
	background:  #f1c40f;
	color:  #111;
}

.module.warning h2 {
	color:  #fff;
}

.module.map {
	padding: 1.5em 1.5em 1.5em 1.5em;	
}

.breadcrumbs {
	border-bottom: .167em solid #eee;
	padding: 1em 0 .75em 0;
}

.site-content {
	float: left;
	width: 70%;
}

.full-width .site-content {
	width: 100%;
}

/* pagination */

.pagination {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	margin: 0 0 1em 0;
}

.pagination ul,
.pagination li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li.pagination_info,
.pagination li.pagination_results {
	float: right;
	color: #999;
	display: block;
	padding: .5em .75em;
}

.pagination li.pagination_info {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.pagination li {
	float: left;
}

.pagination .page-prev {
	border-right: 1px solid #e6e6e6;
	margin-right: -1px;
}

.pagination .page-next {
	border-left: 1px solid #e6e6e6;
	margin-left: -1px;
}

.pagination a {
	color: #999;
	display: block;
	padding: .5em .75em;
}

.pagination a:hover {
	color: #666;
}

.pagination .selected a {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-width: 0 1px;
	color: #333;
}


/* Sidebar
----------------------------------------------- */

.site-sidebar {
	background: rgba(255,0,0,.1);
	float: right;
	width: 27.5%;
}

.widget {
	background: rgba(255,0,0,.1);
	margin: 0 0 1.5em;
}

/* Search widget */

.widget-calendar {

}


/* Site Footer
----------------------------------------------- */

.site-footer {
	border-top: .1em solid #e6e6e6;
	padding: 0 1.5em;
}

.site-footer .inner {
	margin: 0 auto;
	max-width: 80em;
	padding: 2em 0;
}

.site-footer {
	color: #999;
}

.footer-navigation ul,
.footer-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation li {
	float: left;
	margin-left: 2em;
}

.footer-navigation li:first-of-type {
	margin-left: 0;
}

.site-footer p {
	margin-top: 1em;
}

.site-footer a {
	font-weight: 400;
}


/*	Login 
----------------------------------------------- */

.page-login, .page-forgot {
	background: #222;
}

.login {
	background: #fff;
	border: .5em solid #111;
	margin: 15% auto 0 auto;
	padding: 1em 1.5em 1.5em 1.5em;
	width: 28em;
}

.login h1 {
	border-bottom: .25em solid #eee;
	font-size: 1.6em;
	margin: .5em 0 1em 0;
}

.login form fieldset label {
	width: 8em;
}

.login form fieldset.check {
	padding-left: 8em;
}

.login form fieldset.form-actions {
	margin: 0 0 0 8em;
}

.login form fieldset.form-actions input {
	margin-right: .5em;
}


/*	Tables
----------------------------------------------- */

table td .product-title,
table td .department-title,
table td .order-title {
	color: #111;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

table th.list-product-image,
table th.list-department-image  {
	width: 15%;
}

table td.list-product-image img,
table td.list-department-image img {
	background: #fff;
	border: .077em solid #e6e6e6;
	margin: 0 0 -.5em 0;
	padding: .25em .25em .2em .25em;
}

table th.list-product-seo,
table th.list-department-seo {
	width: 25%;
}



table th.order-id {
	width: 10%;
}

table th.order-purchaser {
	width: 50%;
}

table th.order-amount {
	width: 13.75%;
}


table th.list-actions {
	width: 12.5%;
}


/* Dashboard */

.chart_div {
	width: 100%;
	height: 15.38em;
}

/* Styled UL list */

.ul-list {
	list-style:none;
	margin: 0;
	padding: 0;
}

.ul-list li {
	display: block;
	padding: 0.40em;
	margin: 0;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
.ul-list li .cost, .ul-list li .count  {
	float: right;
	display:inline;
}

.ul-list li:nth-child(even) {
	background: #f6f6f6;
}

.ul-list.with_handles li {
	background: url('../images/order-handle.png') 0.1em 0.4em no-repeat;
	padding: 0.40em 0.40em 0.40em 1.5em;
}

.ul-list.with_handles li.no_items {
	background:none;
	padding: 0.40em;
}

/* MODIFY PRODUCT/DEPARTMENT/PAGE */

.page_content_container,
.department_content_container,
.page_keywords_container,
.department_keywords_container,
.department_image_container,
.product_import_file_container,
.product_content_container, 
.product_keywords_container,
.product_image_upload_manager_container {
	float: left;
	width: 65%;
}

.product_image_upload_manager_container,
.department_image_container,
.product_import_file_container {
	position: relative;	
}

.department_image_container .delete-icon {
	left: 4.5em;
	top: -0.5em;
	position: absolute;	
}

.product_image_container, .product_image_upload_container {
	position: relative;	
}

.product_image_container .delete-icon {
	left: 4.5em;
	top: -0.5em;
	position: absolute;	
}

.thumb_with_border {
	background: #fff;
	border: .077em solid #e6e6e6;
	margin: 0 0 0.5em 0;
	padding: .25em .25em .2em .25em;
	width: 5em;
	display: block;
}

.no_image_available {
	background: #fff;
	border: .077em solid #e6e6e6;
	margin: 0 0 0.5em 0;
	padding: .25em .25em .2em .25em;
	width: 5em;
	display: block;
	width: 90%;
	height: 10em;
	line-height: 10em;
	text-align: center;
}

form fieldset .department_image_container p.form-help,
form fieldset .product_image_container p.form-help {
	margin: .5em 0 0 0;
	font-size: 1em;
	font-style: italic;
	color: #888;
	clear:both;
}

.form-help-container {
	width: 100%;
	float: left;
}

.delete-icon {
	background: url('../images/delete.png') no-repeat;
	width: 1.7em;
	height: 1.7em;
	display: block;
	cursor: pointer;
}

form fieldset.form-search input {
	width: 97.5%;
}

.menu-search-results-container, .menu-list-container  {
	margin-top: 1em;
	border: .077em solid #e6e6e6;
	padding: .25em .25em .2em .25em;
}
.menu-search-results-container p {
	font-style: italic;	
	color: #888;
}

.page-modify-menu form p.form-help {
	margin: .5em 0 0 0;
	font-size: 1em;
	font-style: italic;
	color: #888;
	clear:both;
}

.page-modify-menu form fieldset  {
	margin: 0;
}

.page-modify-menu form fieldset.form-actions input  {
	float: left;
}
.page-modify-menu form fieldset input.add_menu_name_field {
	width: 70%;
} 
.page-modify-menu form fieldset input.edit_menu_name_field {
	width: 75%;
} 
.menu-list-container .identifier, .menu-search-results-container .identifier {
	float: right;
	font-size: 0.5em;
	padding: 0.5em;
	background: #ccc;
	border-radius: 0.38em;
	-webkit-border-radius: 0.38em;
	-moz-border-radius: 0.38em;
	color: #fff;	
	display:inline;
	width: 5em;
	text-align: center;
} 

.menu-list-container .delete-item {
	float: right;
	font-size: 0.5em;
	padding: 0.5em 1em;
	background: #b23d35;
	border-radius: 0.38em;
	-webkit-border-radius: 0.38em;
	-moz-border-radius: 0.38em;
	color: #fff;
	cursor: pointer;
	margin: 0 0.5em;	
	display:inline;
} 
.sortable-placeholder {
	height: 1em;
	background: none !important;
}
.edit_image_container {
	position:relative;
	float: left;
	margin-right: 1em;
}

#add_another_image.hidden {
	display:none;
}

form fieldset.form-variations {
	width: auto;
	float: right;
}

.van_container span.icon {
	float: left;
	line-height: 2.6em;
	margin-left: -1.6em;
	cursor: pointer;
}

.van_container input.form-text {
	float: left;
	padding-right: 2.0em;
	width: 63%;
}

.product-variations span.icon{
	padding: .5em
}

.product-variations .action-column{
	width: 3em;
}

/* ORDER VIEW */

.icon {
	color: #111;
}

.order-purchaser .icon {
	bottom: -.1em;
	margin-right: .25em;
	position: relative;
}

.order-purchaser .icon-checkmark {
	color: #83b600;
}

.order-purchaser .icon-cancel-2 {
	color: #c00;
}

.actions .icon-search {
	bottom: -.1em;
	margin-right: .25em;
	position: relative;
}

.order_view_address {
	float: left;
	width: 49.9%;
	display:inline;
	margin: 0;
	padding:0;
}
.order_view_address h2 img {
	padding: 0 0.5em 0 0;
}

.order_view_address.shipping h2, .order_view_address.shipping p {
	text-align: right;
}

.order_view_addresses:after {
	clear: both;
}

#order_view_overview {
	width: 19.23em;
	float: right;
}

#order_view_overview dl {
	padding-top: 0.76em;
}

#order_view_overview dl dt {
	font-weight: bold;
	line-height: 1.53em;
	display:block;
}

#order_view_overview dl dd {
	text-align: right;
	line-height: 1.53em;
	display:block;
	margin-top: -1.53em;
}

#order_view_shipping {
	float: left;
	width: 29.23em;
}

#order_view_shipping dl {
	padding-top: 0.76em;
}

#order_view_shipping dl dt {
	font-weight: bold;
	line-height: 1.53em;
	display:block;
}

#order_view_shipping dl dd {
	text-align: right;
	line-height: 1.53em;
	display:block;
	margin-top: -1.53em;
}

.order-status .chzn-search {
	display: none;
}

#order_view_additional {
	float: left;
}

.order-status .chzn-select {
	width: 7em;
}

.order-status .van_assignment.chzn-select {
	width: 6em;
}

table.list-driver-jobs  th, table.list-driver-jobs td {
	padding: 0.8em;
}

.order-status {
	width: 10em;
}

.order-complete {
	width: 4.5em;
}
.order_status_container {
	float: right;
	padding: 16px 0;
}

.order_status_container .chzn-select {
	width: 11em;
}

.order_status_container .chzn-search {
	display: none;
}
/* Error Handling */

.error_msg_banner {	
	background: #FFF;
	font-size: 1.8em;
	height: 2.0em;
	left: 0px;
	line-height: 2.0em;
	margin: 0em;
	padding: 0.2em;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 #f6f6f6;
	top: 0px;
	width: 100%;
	z-index: 9999;
	color: #000;
	list-style:none;
	display:inline;
}

.site-main .module .error_msg  {
	color: #f00;
	margin-left: 25%;
}

/* CENTRAL MESSAGE */

.dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}
.processing-box {
    -webkit-border-radius: 0.38em;
    -moz-border-radius: 0.38em;
    border-radius: 0.38em;
    background: #fff;
    width: 23.38em;
    height: 9.3em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -11.53em;
    margin-top: -11.53em;
    z-index: 1002;
}
.processing-box h2 {
	padding: 0em;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.processing-box p {
	padding: 0em 1.8em;
	font-style:italic;
}

.hide {
	display: none;
}

/* MODAL BOX */

.modal-box {
    -webkit-border-radius: 0.38em;
    -moz-border-radius: 0.38em;
    border-radius: 0.38em;
    background: #fff;
    width: 45em;
    height: 40em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -22.5em;
    margin-top: -20em;
    z-index: 1002;
    padding: 1em;
}

.modal-box.small {
	height: auto;
}

.modal-box-scroll {
	height: 31em;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 1em;
}

.modal-box h2 {
	padding: 0em;
	font-size: 2em;
	font-weight: bold;
}


.modal-box p {
	padding: 0em 1.8em;
	font-style:italic;
}


/* PRODUCT ASSOCIATION */

.skipstep {
	float: right;
	height: 58px;
	line-height: 58px;
}

td.small_column,th.small_column {
	width: 10.8em;
}

.no_association h2 {
	text-align: center;
	color: #888;
	padding: 0.5em 0em 1em 0;
	margin: 0;	
}
.page-modify-association form fieldset, .page-quick-association form fieldset  {
	margin: 1em 0 0 0;
}
.page-modify-association form fieldset.form-actions input, .page-quick-association form fieldset.form-actions input   {
	float: left;
	width: 100%;
}
.page-modify-association form p.form-help, .page-quick-association form p.form-help  {
	margin: .5em 0 0 0;
	font-size: 1em;
	font-style: italic;
	color: #888;
	clear:both;
}

.association-search-results-container, .association-list-container  {
	margin-top: 1em;
	border: .077em solid #e6e6e6;
	padding: .25em .25em .2em .25em;
}
.association-search-results-container p {
	font-style: italic;	
	color: #888;
}

.association-list-container .identifier, .association-search-results-container .identifier {
	float: right;
	font-size: 0.5em;
	padding: 0.5em;
	background: #ccc;
	border-radius: 0.38em;
	-webkit-border-radius: 0.38em;
	-moz-border-radius: 0.38em;
	color: #fff;	
	display:inline;
	width: 5em;
	text-align: center;
} 

.association-list-container .delete-item {
	float: right;
	font-size: 0.5em;
	padding: 0.5em 1em;
	background: #b23d35;
	border-radius: 0.38em;
	-webkit-border-radius: 0.38em;
	-moz-border-radius: 0.38em;
	color: #fff;
	cursor: pointer;
	margin: 0 0.5em;	
	display:inline;
} 

.page-orders .no_image_available {
	width: 5em;
	height: 4em;
	line-height: 4em;
	width: 100%;
	padding: 0;
	margin: 0;
}

.reviewThumbnailColumn {
	width: 10em;
}

/* PRODUCT IMPORT */

.page-create-product-import .chzn-search {
	display: none;
}

.product-import-actions {
	margin: 0!important;
}

.product-import-actions input {
	float: right;
	margin: 0;
}

/* SEARCH CLASSES */
.search_form {
	float: right;
	padding: 0.5em;
}
.search_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;	
}

#coverage_map{
	width: 100%;
	height: 25em;
}

#route_map {
	width: 100%;
	height: 50em;
}

#coverage_drop_down {
	float: right;
	padding: 1em 0;
}

.report_options {
	float: right;
	padding: 1em 0;
}

.report_options select {
	width: 10em;
}

.search_form select {
	float: left;
	width: 10em;
	margin-right: 1rem;
}

.search_form input[type="submit"] {
	float: right;
}

#billing_drop_down {
	float: right;
	padding: 0.8em 0;
	margin-left: 1em;
}
#billing_drop_down select {
	width: 10em;	
}
#coverage_drop_down select {
	width: 10em;
}

.page-driver-jobs table tr:nth-child(even), .page-driver-jobs table tr {
	background: #fff;	
}

.page-driver-jobs table tr.new {
	background: #8fbe6a;
}

.page-driver-jobs table tr.late {
	background: #e74c3c;
}

.page-driver-jobs table tr.ageing {
	background: #f39c12;
}

.page-driver-jobs table tr.late td, .page-driver-jobs table tr.late td a {
	color: #fff;
}

.page-driver-jobs table tr.new td, .page-driver-jobs table tr.new td a {
	color: #fff;
}

.page-driver-jobs table tr.ageing td, .page-driver-jobs table tr.ageing td a {
	color: #fff;
}

.page-driver-jobs table tr.late .chzn-container, 
.page-driver-jobs table tr.late .chzn-container a, 
.page-driver-jobs table tr.new .chzn-container,
.page-driver-jobs table tr.new .chzn-container a,
.page-driver-jobs table tr.ageing .chzn-container,
.page-driver-jobs table tr.ageing .chzn-container a {
	color: #111!important;
}

.page-driver-jobs select {
	width: 7em;
}

.page-view-driver-billing .total {
	text-align:right;
	font-weight: bold;
}

.page-modify-cost tr label, .page-view-pending-driver-billing tr label {
	width: 10em;
}

#property_finder_form input {
	width: 100%;
}

.create-order-option, .update-order-option {
	width: 40%;
	float: left;
}

.order-option {
	background: #eee;
	margin: 2.5em 5% 0 5%;
	width: 7.5%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 2em;
	font-style: italic;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	float: left;
}

.update-order-option form fieldset {
	border-bottom: none;
}

.create-order-option a {
	background: #83b600;
	border: 0;
	-webkit-border-radius: .231em;
	-moz-border-radius: .231em;
	border-radius: .231em;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: .6em 0em .5em 0em;
	width: 100%;
	text-align: center;
}

.create-order-option a:hover {
	background-color: #690;
}

.update-order-option input[type="text"] {
	width: 70%;
}

h2 .actions {
	float: right;
	margin: -0.7em 0 0 0;
	text-align: right;
	display: inline;
}

h2 .actions li {
	display: inline;
	margin-left: .5em;
}

h2 .actions a {
	background: #83b600;
	border: 0;
	-webkit-border-radius: .231em;
	-moz-border-radius: .231em;
	border-radius: .231em;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: .6em 1em .5em 1em;
	font-size: 13px;
	font-size: 1.3rem;
}

h2 .actions a:hover {
	background-color: #690;
}


.module.tabs {
	background: #fff;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.module.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module.tabs ul li {
	float: left;
	display: inline;
	width: 16.55%;
	text-align: center;
	
	border-right: 1px solid #e6e6e6; 
}
.module.tabs ul li a {
	padding: 1em 0;
	width: 100%;
	display: block;
}

.module.tabs ul li.last {
	border-right: none;
}

.module.tabs ul li.selected, .module.tabs ul li:hover {
	background: #e6e6e6;
}

.module.no-padding {
	padding: 0;
}

.module.export-container form fieldset label {
	width: 50%;
}

.module.export-container form fieldset.form-actions {
	margin: 1em 0 0 0;
	width: auto;
	float: right;
}

.module.export-container input[type="checkbox"]{
	margin-top: 1em;
}

/* Prevent default style overriding mce */
.mce-container button:hover,
html .mce-container input[type="button"]:hover,
.mce-container input[type="reset"]:hover,
.mce-container input[type="submit"]:hover,
.moxman-container button:hover,
html .moxman-container input[type="button"]:hover,
.moxman-container input[type="reset"]:hover,
.moxman-container input[type="submit"]:hover
 {
	background: none;
}

/* Hide dropit until its stylesheet loads. */
.drop-menu {
	display: none;
}
.drop-menu.dropit {
	display: block;
}

.drop-menu-actions {
	width: 3em;
}

#additional-driver-comments-modal form fieldset textarea {
	height: 15em;
	width: 95%;
}

.sort_driver_jobs_form {
	float: right;
	padding: 0.5em;
}
.sort_driver_jobs_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;	
}

.driver-route-stats {
	margin-bottom: 1em;
}

.driver-route-stats .col p {
	text-align: center;
	font-size: 3em;
	margin: 0;
}

.driver-route-stats .col .block {
	margin: 0em 0 0 1em;
}
.driver-route-stats .col.col-first .block {
	margin-left: 0;	
}

.post-required {
	padding-bottom: 1em;
	display: block;
}

.coverage-filter-fieldset {
	float: left;
	width: 10em;
	margin-right: 1em!important;
}

.coverage-filter-fieldset select {
	width: 100%;
}

/*	Prompt Dialog
----------------------------------------------- */

.dialog {
	display: none;
	padding: 1em;
	width: 30em;
	height: auto;
	top: 20em;
	left: 50%;
	position: fixed;
	margin-left: -15em;
	margin-top: -3.5em;
	background: #fff;
	-webkit-border-radius: .231em;
	-moz-border-radius: .231em;
	border-radius: .231em;
	border: 1px #eee solid;
	z-index: 1002;
}

.dialog.show {
	display: block;
}

.dialog h3 {
	margin: 0;
}

.dialog .actions .cancel:hover	{
	background-color: #ccc;
	color: #666;
}

.dialog .actions .cancel {
	background-color: #ddd;
	color: #888;
}

.dialog .actions .cancel:focus,
.dialog .actions .cancel:active {
	border-color: #ccc;
}

.dialog .close {
	float: right;
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	padding: 0.4em;
	background: #eee;
	color: #000;
	font-size: .75em;
	line-height: 0.75em;	
}

.dim {
	background: #000;
	z-index: 20;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-moz-opacity: 0.65;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 1001;
}


/* =Helper Classes
----------------------------------------------- */

/* for screen readers only */

.assistive-text,
.ne {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* clearfix */

.group:before,
.group:after {
	content: "";
	display: table;
} 

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.print-only {
	display: none;
}

