﻿@charset "utf-8";
/* CSS Document */

form {
    height: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #292929;
    font-family: "century gothic", "calibri", sans-serif;
}

.hidden
{
	display: none;
}

.main-color
{
    color: #ec6d00;
}

.main-color-text 
{
	color: #ec6d00;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
    height: 100%;
	margin: 0 auto -290px 0;
	background: #ffffff url(images/main-bg.png) repeat-x;
	background-position: bottom 290px left 0;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
	padding: 0 10px;
	min-height: 100%;
	height: 100%;
}

input[type=text], input[type="password"], input[type="tel"], .textarea {
	width:100%;
	height:40px;
	padding:0 12px;
	font-size:12px;
	color:#828282;
	background:#f9f9f9;
	border:none;
	box-sizing:border-box;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(221,221,221,1);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(221,221,221,1);
	box-shadow: inset 1px 1px 5px 0px rgba(221,221,221,1);
	
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	
	border: solid 1px #dcdcdc;
}

    .textarea 
    {
        min-width:100%;max-width:100%;height:100px;min-height:100px;max-height:200px;padding:10px 12px;
        font-size:12px;
    }
 
input[type=text]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type=text].date-input:focus {
	border: solid 1px #828282;
}

	input[type=text].date-input {
		height:30px;
		background:#ffffff;
		-webkit-box-shadow: inset 1px 1px 3px 0px #b4b4b4;
		-moz-box-shadow: inset 1px 1px 3px 0px #b4b4b4;
		box-shadow: inset 1px 1px 3px 0px #b4b4b4;
	}
	
.input-validator
{
    color:#ff8936;
    font-size:10px;
}

.submit-button {
	background: #ec6d00;
	text-decoration: none;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	width:100%;
	height:40px;
	line-height:40px;
	
	-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

	.submit-button:hover
	{
		background: #ea7d11;
		text-decoration: none;
		color: #ffffff;
	
		-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	
	.submit-button.search-icon
	{
		background-image: url(images/find-white.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	.submit-button.download-icon
	{
		background-image: url(images/download-white.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
.combobox
{
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #f9f9f9 url(images/nav-arrow.png) no-repeat;
    background: url(images/nav-arrow.png) no-repeat, -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background: url(images/nav-arrow.png) no-repeat, -moz-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url(images/nav-arrow.png) no-repeat, -ms-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url(images/nav-arrow.png) no-repeat, -o-linear-gradient(top, #f9f9f9, #ececec) ;
    background: url(images/nav-arrow.png) no-repeat, linear-gradient(to bottom, #f9f9f9, #ececec);
    background-position: right 10px top 50%;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
}

    .combobox select 
    {
        background: transparent;
        width: -moz-calc(100% + 20px);
        width: -webkit-calc(100% + 20px);
        width: -o-calc(100% + 20px);
        width: calc(100% + 20px);
        padding: 5px 45px 5px 5px;
        font-size: 14px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 40px;
        -webkit-appearance: none;
        color: #727272;
    }
	
input[type=checkbox], input[type=radio]
{
    color:#4e4e4e;
    margin:-4px 7px 0 0;
    vertical-align: middle;
    position: relative;
}

.ListControl 
{
    font-size:12px;
}

    .ListControl.horizontal > input[type=radio]:not(:first-child)
    {
        margin-left:10px;
    }
    

.main-table {
	width:100%;
	background:none;
	color:#4e4e4e;
	text-align:left;
}

	.main-table th {
		font-size:12px;
		padding-bottom:8px;
		border-bottom:1px solid #c6c6c6;
		text-align:left;
	}
	
	.main-table th a {
		color:#4e4e4e;
		text-decoration:none;
		
		-webkit-transition: color .15s linear;
		-moz-transition: color .15s linear;
		-o-transition: color .15s linear;
		transition: color .15s linear;
	}
	
	.main-table th a:hover {
		color:#ec6d00;
		
		-webkit-transition: color .15s linear;
		-moz-transition: color .15s linear;
		-o-transition: color .15s linear;
		transition: color .15s linear;
	}
	
	.main-table tr td {
		height:35px;
	}
	
	.main-table tr:first-child td {
		padding-top:10px;
	}
	
	.main-table tr:last-child.table-row td {
		padding-bottom:10px;
		border-bottom:1px solid #c6c6c6;
	}
	
	.main-table tr.table-pagination {
		border-top:1px solid #c6c6c6;
	}
	
	.main-table td {
		font-size:11px;
		padding-right:5px;
	}
	
	.main-table td a {
		font-weight:bold;
		color:#4e4e4e;
		text-decoration:none;
		
		-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	
	.main-table td a:hover {
		color:#ec6d00;
		
		-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	
	.main-table td .table-button {
		color:#ffffff;
		font-size:10px;
		padding:3px 5px;
		background:#4e4e4e;
	}
	
	.main-table td .table-button:hover {
		color:#ffffff;
		background:#ec6d00;
	}
	
	    .main-table td .table-button.button-disabled, .main-table td .table-button.button-disabled:hover {
		    background: #c8c8c8;
            color:#ffffff;
            cursor:default;
	    }
	
	.table-pagination {
		height:75px;
		line-height:75px;
		font-weight:bold;
	}
	
		.table-pagination span
		{
		    font-size:13px;
			border-bottom: solid 2px #ec6d00;
			margin:0 10px;
			padding:0 2px;
			text-decoration: none;
			white-space: nowrap;
		}
		.table-pagination a, 
		.table-pagination a:visited
		{
		    font-size:13px;
			margin:0 12px;
			text-decoration: none;
			white-space: nowrap;
		}
		.table-pagination a:hover,
		.table-pagination a:active
		{
		    font-size:13px;
			margin:0 12px;
			text-decoration: none;
			white-space: nowrap;
		}

.header {
	height: 72px;
	line-height: 72px;
	width: 100%;
}

	.logo {
		float: left;
		height: 100%;
		width: 20%;
	}
	
		.logo-img {
			display: block;
			background: #ffffff url(images/app-logo.png) no-repeat center;
			width: 180px;
		}
		
	.user-info {
		float:left;
		width:80%;
		height:100%;
		font-size: 12px;
		color:#828282;
		text-transform: capitalize;
	}
	
		.user-nav {
			float:right;
		}
		
			.user-menu-item {
				float:left;margin-left:15px;position:relative;	
			}
		
		.header-dropdown {
			line-height:1px;
			background-color: #ffffff;
			position: absolute;
			right: 0;
			display:none;
			z-index:9999;
			-moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
			-webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
			box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
		}
		
			#loc-dropdown {
				width: 160px;
			}
			
			#user-dropdown {
				min-height:0;
				width: 175px;
			}
		
			.dropdown-content {
				padding:10px 20px 20px 20px;	
			}
			
				.dropdown-title {
					width:100%;height:22px;line-height:22px;color:#9c9c9c;font-size:11px;	
				}
				
				.dropdown-label {
					width:100%;height:22px;line-height:22px;color:#313131;font-size:12px;	
				}
				
				.dropdown-postcode {
					width:100%;margin-top:10px;
					display:none;
					overflow:visible;
				}
			
				.dropdown-button {
					font-size:12px;
					height:35px;
					line-height:35px;
				}
			
		    .dropdown-footer {
			    width:100%;height:35px;text-align:center;
		    }
		
		.location {
			display: block;
			background: #ffffff url(images/header-loc.png) no-repeat center;
			width: 12px;
			
			opacity: 0.46;
			transition: opacity .15s ease-in-out;
			-moz-transition: opacity .15s ease-in-out;
			-webkit-transition: opacity .15s ease-in-out;
			-o-transition: opacity .15s ease-in-out;
		}
		
		.user-cart {
			display:inline-block;
			background: #ffffff url(images/header-cart.png) no-repeat left;
			opacity: 0.46;
			transition: opacity .15s ease-in-out;
			-moz-transition: opacity .15s ease-in-out;
			-webkit-transition: opacity .15s ease-in-out;
			-o-transition: opacity .15s ease-in-out;
		}
			
			.counter {
				padding-left:30px;
				display:inline-block;
			}
			
				.counter .circle {
					display:block;
					width:16px;
					height:16px;
					line-height:16px;
					border-radius:50%;
					font-size:10px;
					font-weight:bold;
					color:#ffffff;
					text-align:center;
					background:#ec6d00;
				}
		
		.user {
			display: block;
			padding-right: 15px;
			background: url(images/header-arrow.png) no-repeat right;
			text-decoration: none;
			color: #242424;
			font-weight: bold;
			
			opacity: 0.46;
			-webkit-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-moz-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-o-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
		}
		
			.location:hover, .location.active, .cart:hover, .user-cart:hover, .cart.active, .user:hover, .user.active {
				opacity: 1.0;
				-webkit-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
				-moz-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
				-o-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
				transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			}
			
			.user-menu
			{
				list-style:none;
				margin:0;
				padding:0;
			}
			
				.user-menu li
				{
					height:45px;
					line-height:45px;
					font-size:11px;
					padding:0 0 0 60px;
				}
				
				    .user-menu > .account
				    {
				        background:#ffffff url(images/user-account.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .logout
				    {
				        background:#ffffff url(images/user-logout.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .managespecials
				    {
				        background:#ffffff url(images/user-managespecials.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .manageusers
				    {
				        background:#ffffff url(images/user-manageusers.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .myorders
				    {
				        background:#ffffff url(images/user-myorders.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .mydownloads
				    {
				        background:#ffffff url(images/user-mydownloads.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .myapps
				    {
				        background:#ffffff url(images/user-apps.png) no-repeat left 20px top 50%;
				    }
				    
				    .user-menu > .account:hover, .user-menu > .logout:hover, .user-menu > .managespecials:hover, .user-menu > .manageusers:hover, .user-menu > .myorders:hover, .user-menu > .myapps:hover
				    {
				        background-color:#f9f9f9;
				    }
				
				.user-menu li a
				{
					text-decoration:none;	
					color:#454545;
				}

.nav {
	background: #242424;
	width: 100%;	
	height: 60px;
}

	.home {
		float:left;
		height:100%;
		width: 24px;
		margin-right:10px;
		line-height:60px;
	}

		.home a {
			display: block;
			background: url(images/home.png) no-repeat center;
			width: 24px;
			-webkit-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-moz-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-o-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
		}
		
		.home a:hover {
			background: url(images/home-orange.png) no-repeat center;
			-webkit-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-moz-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			-o-transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
			transition: color .15s linear, background-image .15s ease-in-out, opacity .15s ease-in-out;
		}

	.menu {
		float:left;height:100%;width:906px;
	}

	.navigation-menu {
		margin:0;
		padding:0;
		height:100%;
		width:100%;
	}
	
		.navigation-menu li {
			list-style:none;
			display:inline-block;
			background: url(images/nav-arrow.png) no-repeat right 20px top 50%;
			position:relative;
	        line-height:60px;
		}
			
			.navigation-menu li a
			{
			    display:block;
				text-decoration:none;	
				color:#ffffff;
			    font-weight: bold;
			    padding: 0 40px 0 30px;
	            font-size:13px;
			}
			
			    .navigation-menu li a.selected
			    {
			        padding-bottom:2px;
	                height:56px;
			        border-bottom:2px solid #ec6d00;
			    }
			
				.navigation-menu li a:hover
				{
					color:#252525;
				}
		
			.navigation-menu li:hover {
				background: #ffffff url(images/nav-arrow.png) no-repeat right 20px top 50%;
			}
			
				.navigation-menu li:hover a {
					color: #444444;
					border:none;
				}
		
			.navigation-menu li ul {
				margin:0;
				padding:25px 35px 25px 0;
				min-width:220px;
				position:absolute;
				left:0;
				z-index:99999;
				background:#ffffff;
				-moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
				-webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
				box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
				display:none;
			}
			
				.navigation-menu li ul li {
					list-style:none;
					background:none;
					height:30px;
					line-height:30px;
					display:block;
				}
				
					.navigation-menu li ul li:hover {
						background:none;
					}
				
				.navigation-menu li ul li a, .navigation-menu li:hover ul li a 
				{
					color: #a0a0a0;
					-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
					-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
					-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
					transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
				}
				
					.navigation-menu li ul li a:hover {
						color: #252525;
						-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
						-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
						-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
						transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
					}

.page-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
    background:#404040 url(images/page-title-bg.jpg) no-repeat center;
    background-size:cover;
    background-attachment: scroll;
}

	.page-title-content {
		padding-left: 200px;
		font-size: 26px;
		color: #ffffff;
	}

.main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

	.main-container 
	{
	    width:100%;
		padding: 40px 0 100px 0;
		height: auto;
		min-height:500px;
		float: left;
	}
	
		.main-sidebar {
			float:left;width:175px;	
		}
		
			.sidebar-title {
				width:100%;color:#828282;font-size:13px;height:30px;line-height:30px;font-weight:bold;
			}
			
			.sidebar-combo, .sidebar-input, .sidebar-label {
				width:100%;margin-bottom:10px;overflow:hidden;font-weight:normal;color:#454545;
			}
			
				.sidebar-input .search-input {
					width:80%;float:left;	
				}
				
				.sidebar-input .search-button {
					width:20%;float:left;	
				}
			
			.sidebar-button {
				width:100%;margin-bottom:5px;
			}
			
			.sidebar-options {
				margin-bottom:5px;background:#f3f3f3;padding:0 15px;
			}
			
				.sidebar-options-group {
					padding:23px 0;
				}
				
				.sidebar-options-group.sidebar-border {
					border-top:1px solid #e7e7e7;	
				}
			
				.sidebar-options-title {
					font-size:13px;color:#4e4e4e;margin-bottom:15px;	
				}
				
				    .sidebar-options-title.no-margin {
					    margin-bottom:5px;	
				    }
				    
				.sidebar-options-label {
					font-size:13px;color:#828282;margin-bottom:8px;
				}
				
				    .sidebar-options-label.no-margin {
					    margin:0;	
				    }
				
				.sidebar-options-list {
					font-size:13px;color:#828282;	
				}
				
				.date-search {
					height:30px;line-height:30px;margin-bottom:8px;overflow:hidden;
				}
				
				.date-search .date-search-label {
					width:30%;float:left;
				}
				
				.date-search .date-search-input {
					width:70%;float:left;
				}
				
			.page-instruction
			{
				position:absolute;width:461px;height:219px;left:calc(100% + 25px);top:70px;
			}
			
			    .page-instruction.delivery-summary
			    {
			        background:#ffffff url(images/instructions/delivery-summary.jpg) no-repeat left;
			    }
			    
			    .page-instruction.schedules
			    {
			        background:#ffffff url(images/instructions/schedules.jpg) no-repeat left;
			    }
			    
			    .page-instruction.delivery-tracker
			    {
			        background:#ffffff url(images/instructions/delivery-tracker.jpg) no-repeat left;
			    }
			    
			    .page-instruction.invoices
			    {
			        background:#ffffff url(images/instructions/invoices.jpg) no-repeat left;
			    }
			    
			    .page-instruction.mill-certs
			    {
			        top:120px;
			        background:#ffffff url(images/instructions/mill-certs.jpg) no-repeat left;
			    }
			    
			    .page-instruction.credits
			    {
			        background:#ffffff url(images/instructions/credits.jpg) no-repeat left;
			    }
			    
			    .page-instruction.pricing
			    {
			        background:#ffffff url(images/instructions/pricing.jpg) no-repeat left;
			    }
		
		.main-content {
			float:left;width:740px;margin:0 0 0 25px;position:relative;
		}

.footer, .push
{
	height: 290px;
	clear: both;
	overflow: hidden;
}

	.footer-navigation {
		background: #393939;
		height: 220px;
		width: 100%;
		overflow: hidden;
		color: #bbbbbb;
	}
	
		.footer-column {
			float: left;
			width: 195px;
			margin-right: 40px;
			padding: 35px 0;
		}
		
		.footer-column .header {
			height: 35px;
			line-height: 35px;
			border-bottom: 1px solid #535353;
			font-size: 16px;
			font-weight: bold;
		}
		
		.footer-column .content {
			padding: 25px 0;
			font-size: 12px;
		}
		
			.footer-column .content a {
				color: #bbbbbb;	
				text-decoration: none;
				
				-webkit-transition: color .15s linear, background-image .15s ease-in-out;
				-moz-transition: color .15s linear, background-image .15s ease-in-out;
				-o-transition: color .15s linear, background-image .15s ease-in-out,;
				transition: color .15s linear, background-image .15s ease-in-out;
			}
			
			.footer-column .content a:hover {
				color: #ffffff;
				
				-webkit-transition: color .15s linear, background-image .15s ease-in-out;
				-moz-transition: color .15s linear, background-image .15s ease-in-out;
				-o-transition: color .15s linear, background-image .15s ease-in-out,;
				transition: color .15s linear, background-image .15s ease-in-out;	
			}
			
			.footer-link {
				height: 25px;
				line-height: 25px;	
			}
			
				.footer-link.phone a {
					padding-left: 40px;
					background:url(images/contact-phone.png) no-repeat left;
				}
				
				.footer-link.email a {
					padding-left: 40px;
					background:url(images/contact-email.png) no-repeat left;
				}
				
				.footer-link.web a {
					padding-left: 40px;
					background:url(images/contact-pc.png) no-repeat left;
				}
				
				.footer-link.facebook, .footer-link.linkedin {
					float: left;
					margin-right: 10px;
				}
				
					.footer-link.facebook a {
						display: block;
						background:url(images/icon-fb.png) no-repeat left;
						width: 24px;
						
						opacity: 0.46;
						transition: opacity .15s ease-in-out;
						-moz-transition: opacity .15s ease-in-out;
						-webkit-transition: opacity .15s ease-in-out;
					}
				
					.footer-link.linkedin a {
						display: block;
						background:url(images/icon-linkedin.png) no-repeat left;
						width: 24px;
						
						opacity: 0.46;
						transition: opacity .15s ease-in-out;
						-moz-transition: opacity .15s ease-in-out;
						-webkit-transition: opacity .15s ease-in-out;
					}
					
						.footer-link.facebook a:hover, .footer-link.linkedin a:hover {
							opacity: 1.0;
							transition: opacity .15s ease-in-out;
							-moz-transition: opacity .15s ease-in-out;
							-webkit-transition: opacity .15s ease-in-out;
						}
				
			.footer-talk {
				margin:55px 0;
				height:35px;
				float:left;
			}
			
				.footer-talk a {
					color:#ffffff;
					text-decoration:none;
					display:block;
					background:url(images/contact-email-big.png) no-repeat right;
					padding-right:55px;
					transition: all .25s ease-in-out;
				}
				
				.footer-talk a:hover {
					transform: scale(1.1);	
				}
				
				.footer-talk .top {
					display:block;
					font-size:20px;
					padding-left:25px;
					background:url(images/footer-arrow.png) no-repeat left 5px top 50%;
				}
				
				.footer-talk .bottom {
					display:block;
					font-size:10px;
					padding-left:25px;
				}
	
	.footer-copyright {
		background: #292929 url(images/footer-bg.png) top repeat-x;
		height: 70px;
		width: 100%;
		line-height: 70px;
	}
	
		.footer-copyright .logo {
			float:left;
		}
		
			.footer-copyright .logo a {
				display: block;
				background: transparent url(images/app-logo-footer.png) no-repeat left;
				width: 115px;
				
				opacity: 0.46;
				transition: opacity .15s ease-in-out;
				-moz-transition: opacity .15s ease-in-out;
				-webkit-transition: opacity .15s ease-in-out;
			}
			
			.footer-copyright .logo a:hover {
				opacity: 1.0;
				transition: opacity .15s ease-in-out;
				-moz-transition: opacity .15s ease-in-out;
				-webkit-transition: opacity .15s ease-in-out;	
			}
		
		.footer-copyright .message {
			float:right;font-size:11px;color:#ffffff;opacity:0.46;
		}
		
/* etc */

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.bold
{
    font-weight:bold;
}

.no-margin {
	margin:0;	
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.no-image {
	background:none;
}

.no-overflow 
{
    overflow:hidden;
}

/* Loading Spinner */

.loading, .loading_abs, .error_overlay
{
    position: absolute;
    left:0;
    top:0;
    background-color: #FAFAFA;
    z-index: 9999 !important;
    opacity: 0.8;
    text-align: center;
    height: 100%;
    width: 100%;
}

.error_overlay
{
    z-index:10 !important;
}

.loading_abs.no_bg
{
    background:none;
}

.loading
{
    position:fixed;
}

.loading_spinner
{
    position:absolute;left:calc(50% - 33px);top:calc(50% - 33px);
}

/* Calendar */

.calendar .ajax__calendar_container 
{
    line-height:normal;
    color: #4e4e4e;
    border:none;
    background-color: #ffffff;
			
	-moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	-o-transition: .15s ease-in;
	transition: .15s ease-in;
}
    
.calendar .ajax__calendar_hover .ajax__calendar_day, 
.calendar .ajax__calendar_hover .ajax__calendar_month, 
.calendar .ajax__calendar_hover .ajax__calendar_year,
.calendar .ajax__calendar_active
{
    color: #ec6d00;
    font-weight:bold;
    -webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	-o-transition: .15s ease-in;
	transition: .15s ease-in;
}
    
.calendar .ajax__calendar_invalid .ajax__calendar_day, .ajax__calendar_invalid 
{ 
    color: #dedede;
    text-decoration: line-through;
    cursor: pointer;
}
    
.calendar .ajax__calendar_other .ajax__calendar_day,
.calendar .ajax__calendar_other .ajax__calendar_year
{
    color: #dedede;
}

/* Navigation Vertical */

.nav_vertical
{
    width:100%;
	background:#f3f3f3;
	color:#2d2d2d;
}
	
	.nav_vertical ul 
	{
		list-style:none;
		margin:0;
		padding:0 15px;
		overflow:hidden;
		white-space:nowrap;
	}
		    
	.nav_vertical ul li a
	{
	    font-size:13px;
	    text-decoration:none;
		font-weight:normal;
		height:40px;
		line-height:40px;
		width:145px;
		border-top:1px solid #d2d2d2;
		color:#2d2d2d;
		display:block;
		        
		-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	}
		    
		.nav_vertical ul li:first-child a
		{
		    border:none;
		}
		        
		.nav_vertical ul li a:hover
		{
		    color:#848484;
		    width:145px;
		            
		    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
		}
		        
		.nav_vertical ul li a.selected
		{
		    background:#ec6d00;
		    color:#ffffff;
		    width:160px;
		    margin-left:-15px;
		    padding-left:15px;
		            
		    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
		}
		
/* Data Pager */

.list-footer
{
    padding:25px 0 10px 0;width:100%;text-align:center;position:relative;
}
        
.list-footer-paging
{
    text-align:center;
}      

.pager_numbers
{
    font-size:16px;
    font-weight:bold;
    color:#5e5e5e;
    margin:0 20px;
    text-align:center;
    text-decoration:none;
}
                        
.pager_current
{
    font-size:16px;
    font-weight:bold;
    color:#5e5e5e;
    margin:0 20px;
    border-bottom:2px solid #fa880e;
    text-align:center;
}
                        
.pager_nextprev
{
    text-transform:uppercase;
    font-size:12px;
    color:#5e5e5e;
    margin:1px 20px;
}

.pager_numbers_sml {
    font-size: 12px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
}

.pager_current_sml {
    font-size: 12px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 0 5px;
    border-bottom: 2px solid #fa880e;
    text-align: center;
}

.pager_nextprev_sml {
    text-transform: uppercase;
    font-size: 10px;
    color: #5e5e5e;
    margin: 1px 5px;
}

/* Validator Callout */

.invalid_input
{
    background-color: #ec6d00;
    color: #ffffff;
}
    
.validator_callout .ajax__validatorcallout_icon_cell
{
    padding: 0;
    height: 30px;
}
        
.validator_callout .ajax__validatorcallout_icon_cell img
{
    display: none;
}

.validator_callout .ajax__validatorcallout_close_button_cell img
{
    display: none;
}
                                                            
.validator_callout div, .validator_callout td
{
    padding-right:0;
    background-color: #ec6d00;
    color:#ffffff;
    border:1px solid #878787;
    line-height:normal;
}

/* Popups */

.popup-container
{
    color:#454545;
    height:auto;
    width:auto;
}

.popup-header
{
    width:100%;
    height:80px;
    line-height:80px;
    font-size:28px;
    padding:0 35px;
    background:#f7f7f7;
    position:relative;
}
    
    .popup-close-button
    {
        width:25px;
        height:25px;
        position:absolute;
        right:0;
        top:-35px;
        background:url(images/popup-close.png) no-repeat center;
        opacity:0.4;
        transition: opacity .15s ease-in-out;
		-moz-transition: opacity .15s ease-in-out;
		-webkit-transition: opacity .15s ease-in-out;
		-o-transition: opacity .15s ease-in-out;
    }
    
    .popup-close-button:hover
    {
        opacity:1;
        transition: opacity .15s ease-in-out;
		-moz-transition: opacity .15s ease-in-out;
		-webkit-transition: opacity .15s ease-in-out;
		-o-transition: opacity .15s ease-in-out;
    }

.popup-content
{
    float:left;
    width:100%;
    height:auto;
    min-height:100px;
    padding:35px 35px 25px 35px;
    background:#ffffff;
    position:relative;
}

    .popup-row
    {
        width:100%;height:40px;line-height:40px;margin-bottom:10px;
    }
                                        
        .popup-row > .popup-row-title
        {
            width:35%;font-size:12px;float:left;
        }
                                        
        .popup-row > .popup-row-content
        {
            width:65%;float:left;
        }

.popup-footer
{
    text-align:right;
    float:left;
    height:auto;
    width:100%;
    padding-top:10px;
}

    .popup-footer > .download-btn
    {
        color:#4e4e4e;font-size:12px;font-weight:bold;
    }

/* Auto Complete */

.autocomp-completionList
{  
    height:auto !important;
    width:auto !important;
	margin: 0px!important;
	z-index: 999999!important;
	line-height:30px;
    cursor: pointer;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    padding: 0 5px;
    font-size: 12px;
    color: #5a5a5a;
	background: #ffffff;
	-webkit-box-shadow: 1px 2px 44px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 44px -5px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 44px -5px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .autocomp-completionList.postcode
    {
        min-width:200px !important;
    }

.autocomp-item-highlighted
{
    color: #e8e8e8;
	background: #ec6d00;
	padding: 1px;
}

.autocomp-item
{
	padding: 1px;
}

/* Schedule Pricing Summary */

.main-table td .info-circle
{
    width:18px;height:18px;border-radius:50%;font-size:13px;font-weight:bold;color:#ffffff;line-height:18px;text-align:center;background:#ec6d00;display:inline-block;margin:0 5px;
    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
        
    .main-table td .info-circle:hover 
    {
        color:#ffffff;
        background: #ea7d11;
	
		-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
		transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }
        
.summary-info
{
    overflow:hidden;width:100%;height:25px;line-height:25px;font-size:12px;
}
        
.summary-info.margin
{
    margin-top:10px;
}        
        
.summary-info.separator
{
    border-top:1px solid #a9a9a9;
}
        
    .summary-info > .summary-title
    {
        width:40%;float:left;
    }
        
    .summary-info > .summary-data
    {
        width:60%;float:left;text-align:right;font-weight:bold;
    }
    
/* Pages Styles */

.schedule_toggle 
{
	background: #f1f1f1;
	text-decoration: none;
	text-indent:0;
	display:inline-block;
	color:#404040;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	width:100%;
	height:60px;
	line-height:60px;
	
	-webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
        
.schedule_toggle.selected 
{
    background: #ff7a00;
    color: #ffffff;
}

.register-area
{
    font-size:22px;
}
                    
    .register-area .register-title
    {
        color:#727272;
    }
                        
    .register-area .register-link-area
    {
        margin-left:15px;
    }
                    
        .register-link-area a
        {
            color:#ec6d00;text-decoration:underline;
        }

/*Shop button*/
.cat-desc .shop_button 
{
    background: #ec6d00;
}

.cat-desc .shop_button:hover
{
    background: #ea7d11;
}
        