/* Structure */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#canvas {
	width: 100%;
}

#header {
	background: #2e2e2e;
	height: 125px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#header_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
}

#header_left {
	float: left;
	margin-top:-50px;
}

#header_right {
	float: right;
	margin-top:20px;
}



#header_right h1 {
	color:#fff;
	font-size:3.5em;
	font-family: Calibri, 'Open Sans', sans-serif;
	font-weight:700;
}

#menu_container {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #333333;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #555555;
}

#menu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.print_no_face {
	background:url(../images/no-face.png) repeat;
}
#print_container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

	td.print-manifest-address {
		background-color:#CCC;
		color:#333;
	}
	#print_container_break {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 200px;
		margin-bottom: 0px;
	}

	#print_buttons {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#print_container .order-number,
	#print_container_break .order-number {
		font-size: 2.75em;
	}

#footer {
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Nav & Lists */

#menu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 18px;
}

ul.navigation {
	padding: 0;
	margin: 0;
}

	ul.navigation li {
		float:left;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 17px;
		font-size: 1.1em;
		border-right: 1px solid #555555;
		position: relative;
		list-style-type: none;
	}

		ul.navigation li:first-child {
			padding-left: 0;
			/*border-right: 1px solid #555555; */
		}
		ul.navigation li a {
			text-decoration: none;
			color: #ffffff;
			display:block;
			padding: 0px 20px 0px 17px;
		}

			ul.navigation li a.active {
				color: #6495ED;
			}

			ul.navigation li a:hover {
				color: #6495ED;
			}

			ul.navigation li:last-child {
				border-right: none;
			}
				ul.navigation li a.btn-customer-portal {
					position: absolute;
					top: -8px;
				}

		ul.navigation li ul {
			position: absolute;
			left: -9999px;
			padding: 5px 0 5px 0 !important;
			background-color: #333;
		}

			ul.navigation li:hover ul {
				left: 0;
				width: 150px;
			}
				ul.navigation li ul.submenu {
					width:200px;
				}
					ul.navigation li ul li {
						width:100%;
						font-size: 1em;
						background-color: #333;
						border-right: none;
						padding:0 !important;
					}
						ul.navigation li ul li a {
							padding: 7px 35px;
						}

ul#page_numbers {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

	ul#page_numbers li {
		display: inline;
		padding: 2px;
		border: 1px solid #ccc;
		border-radius: 2px;
		margin-right: 1.5px;
		margin-left: 1.5px;
	}

	ul#page_numbers li:hover {
		background-color: #eee;
	}

		ul#page_numbers li a {
			padding: 2px;
		}

		ul#page_numbers li.active {
			display: inline;
			padding-left: 4px;
			padding-right: 4px;
			border: 1px solid #ccc;
			border-radius: 2px;
			background-color: #ddd;
			color: #fff;
		}

			ul#page_numbers li.active a {
				padding: 2px;
			}

/* Text */

.logged_in {
	color: #ccc;
}

h1 {
	font-size: 1.5em;
	color: #000;
}

h1.page_title {
	font-size: 2.2em;
	padding-top: 30px;
}

h1.extra_pad {
	padding-top: 15px;
}

h1.logo {
	font-family: "Times New Roman", "Times", serif;
	color: #ffffff;
	margin-top: 56px;
	font-size: 3em;
	font-weight: 100;
	letter-spacing: .075em;
	font-variant: small-caps;
}

table.shipping_label h2 {
	font-weight: normal;
	font-size: 1.8em;
	padding: 0;
  margin: 5px 0;
}

table.no_pad h3 {
	font-weight: normal;
	font-size: 1.8em;
	padding: 0;
}

.small {
	font-size: .8em;
}

.result_count {
	color: #3c3c3c;
}

.inactive, .optional {
	color: #777;
}

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

/* Links */

a {
	color: #6495ED;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button, .print_button, .submit_button {
	border: 1px solid #eee;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6495ED;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.02em;
}
a.button.red {
    background: #DE5656;
}

a.button:hover, .print_button:hover, .submit_button:hover {
	background-color: #555555;
}

a.large_button {
	display: block;
	width: 225px;
	height: 33px;
	border: 1px solid #eee;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6495ED;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
}

a.large_button:hover {
	background-color: #555555;
}

a.block_button {
	position: relative;
	border: 1px solid #eee;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6495ED;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.02em;
	margin-bottom: 25px;
	clear: both;
}

a.block_button:hover {
	background-color: #555555;
}



.logged_in a {
	color: #ccc;
}

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

span.highlight-red {
	background-color:#F00;
	color: #fff;
	padding: 0 5px;
}
span.highlight-green {
	background-color:#093;
	color: #fff;
	padding: 0 5px;
}

span.print-large {
	font-size: 1.4em;
	text-decoration:underline;
}

.message {background:#f1dede;border:1px solid #de1b23;margin-bottom:15px;padding:5px;}


/* Images */

img.logo {
	margin-top: 56px;
}

/* Tables */

table {
	padding-bottom: 15px;
	padding-top: 15px;
}

table.no_pad {
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
	font-size: .9em;
	color: #3c3c3c;
	padding-bottom: 1px;
}

tr {
}

td {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-size: .8em;
}
	#print_container td,
	#print_container_break td {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.1em;
	}
	td.totalCol {
		font-size: 1.1em;
	}
table.grouped, table.grouped_padded {
	border: 1px solid #eee;
	background-color: #fff;
	background: url('linear-gradient.png') 0 0 repeat-x;
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
	margin-bottom: 15px;
	padding-left: 15px;
}

.no-padding {padding:0 !important;}
.no-margin {margin-top:0 !important;margin-bottom:0 !important;}

table.grouped.mb0 {margin-bottom:0 !important;}

table.grouped_padded td {
	padding-bottom: 15px;
}

table.grouped_noborder {
	border: none;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 0;
}

table.grouped_subtle {
	border: 1px solid #eee;
	background-color: #fff;
	background: url('linear-gradient.png') 0 0 repeat-x;
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
	margin-bottom: 15px;
	padding-left: 15px;
	color: #777;
}

table.grouped_noborder_print {
	border: none;
	width: 900px;
	margin-bottom: 15px;
	padding-top: 0;
	font-size: 1.5em;
}

table.shipping_label {
	border: 1px solid #000;
	padding: 25px;
	margin: 0;
}

table.shipping_label td {
	padding: 0;
}

table.portal_welcome {

}

table.portal_welcome td.col_left {
	padding-right: 25px;
	font-size: 1.1em;
}

table.portal_welcome td.col_right {
	border: 1px solid #eee;
	background-color: #fff;
	background: url('linear-gradient.png') 0 0 repeat-x;
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
	margin-bottom: 15px;
	padding: 15px;
}

/* Shipping Manifest */

#sum_table th {
	border: 1px solid #000;
	border-left:none;
	text-align: center;
	padding: 5px;
}

#sum_table td {
	border: 1px solid #000;
	border-left: none;
	padding: 5px;
}

#sum_table tr td:first-child,
#sum_table tr th:first-child {
	border-left: 1px solid #000;
}

#sum_table tr.totalColumn td {
	border: none;
}

/* Tabular Sorting */

.sort_asc:after {
	content: "▲";
	color: #ccc;

	font-size: .5em;
}

.sort_desc:after {
	content: "▼";
	color: #ccc;
	font-size: .5em;
}

/* Other */

a.action_button:hover {
	text-decoration: none;
}

.action_button {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	background-color: #eee;
}

.action_button:hover {
	padding: 5px;
	border-left: 2px solid #bbb;
	border-top: 2px solid #bbb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
}

.custom_size_field, .custom_size_field_instructions {
	border: 3px solid #6495ED;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* CLEARFIX */

.landscape-button {
	float:right;
}

@media print {
	input {
		display: none !important;
	}

  .hide-print { display: none; }

	#print_container {
		margin-bottom: 50px;
	}

	#print_container_break {
		page-break-after: always;
	}

	#canvas #print_container_break:last-child {
		page-break-after: avoid;
	}


}




/*
 * Messages
 */
div.error, div.success, div.notice, div.info {
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 0;
    clear: both;
    margin: 0 auto 24px !important;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.6);
}
div.error big, div.success big, div.notice big, div.info big {
    font-size: 1.1em;
}
div.error h2, div.success h2, div.notice h2, div.info h2 {
    margin-bottom: 6px;
}
div.error .close, div.success .close, div.notice .close, div.info .close {
    cursor: pointer;
    color: #222;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 12px;
    text-decoration: none;
}
div.error a, div.success a, div.notice a, div.info a {
    text-decoration: underline;
}

/* Success box */

div.success {
    background: #d3e5bc no-repeat 10px center; /*#eaf2c7*/
    color: #565F30;
    border-color: #AFD780;
}

div.success *,
div.success a:hover,
div.success a:active {
    border-bottom: 0;
    color: #565F30;
}

div.success .message-box {
    /*border-left: 1px solid #afd780;
    margin-left: 3.5em;*/
    padding: 1em 0 1em 1em;
    background-color: #DFF2C7;
}

div.success .close {
    background-position: center -219px;
}


/* Notice box */

div.notice {
    background: #e5dfbc no-repeat 10px center;
    color: #666149;
}

div.notice *,
div.notice a:hover,
div.notice a:active {
    border-bottom: 0;
    color: #555; /*#877E55;*/
}

div.notice .message-box {
    /*border-left: 1px solid #bbb;
    margin-left: 3.2em;*/
    padding: 1em 0 1em 1em;
    background-color: #f2ebc7;
}

div.notice .close {
    background-position: center -243px;
}


/* Error box */

div.error {
    background: #e5c8bc no-repeat 10px center;
    color: #895745;
}

div.error *,
div.error a:hover,
div.error a:active {
    border-bottom: 0;
    color: #895745;
}

div.error .message-box {
    /*border-left: 1px solid #bbb;
    margin-left: 3.2em;*/
    padding: 1em 0 1em 1em;
    background-color: #f2d3c7;
}

div.error .close {
    background-position: center -231px;
}


/* Info box */

div.info {
    background: #bcd0e5 no-repeat 10px center;
    color: #4B5F74;
}

div.info *,
div.info a:hover,
div.info a:active {
    border-bottom: 0;
    color: #4B5F74;
}

div.info .message-box {
    /*border-left: 1px solid #bbb;
    margin-left: 3.2em;*/
    padding: 1em 0 1em 1em;
    background-color: #C7DCF2;
}

div.info .close {
    background-position: center -231px;
}


/* Others */ 

fieldset {
    border: 1px solid #ccc;
    margin: 0.5em 0 1em;
    padding: 1em 0.5em 0;
}

fieldset legend {
    font-size: 1.2em;
}

.center {
  display: block;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
}


/* Schedule */
table.mwc-table {border-collapse: collapse;width:100%;margin-bottom:15px;}
table.mwc-table th {text-transform:uppercase;}
table.mwc-table thead, table.mwc-table tbody {border-bottom: 3px solid #ddd;}
table.mwc-table tbody tr {border-bottom: 2px solid #ddd;}
table.mwc-table th, table.mwc-table td {padding:10px;}
table.mwc-table tbody tr:nth-child(even) {background-color: #f8f8f8;}
table.mwc-table td.highlight {background-color: #ededed;}
table.mwc-table tr.ready-for-paint {background-color: #fde1de !important;}
table.mwc-table tr.received {background-color: #eee !important;}
table.mwc-table tr.ready {background-color: #fff !important;}
table.mwc-table tr.paint {background-color: #aaafd9 !important;}
table.mwc-table tr.inspection {background-color: #eabb89 !important;}
table.mwc-table tr.completed {background-color: #b9eab6 !important;}