@import url("https://use.typekit.net/gvw4rnv.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'gotham-light';
	src: url('/fonts/gotham-light.ttf');
}

@font-face {
	font-family: 'gotham-bold';
	src: url('/fonts/gotham-bold.ttf');
}

:root{
    --dark-blue: #19233F;
    --light-blue: #41BBC9;
    --avocado: #4FE0B5;
    --lime: #E1FEA4;
    --lightest-blue: #F5FCFC;
}
  
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
}

div.homepage_banner { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	box-sizing: border-box; 
	background: rgb(71,203,191); 
	background: radial-gradient(circle, rgba(71,203,191,1) 0%, rgba(67,191,198,1) 80%); 
	height: 260px; 
	overflow: hidden; 
	border-radius: 0px;
}

div.homepage_banner_loggedin { 
	height: 190px;
}

img.homepage_banner_gradient { 
	z-index: 1; 
	position: absolute; 
	left: -150px;
	top: -40px; 
	width: 550px;
}

h1.large_popup_title { 
	margin-top: 0px; 
	padding-top: 0px; 
	font-size: 24px; 
	float: left;
}

img.homepage_banner_cards { 
	z-index: 2; 
	position: absolute; 
	right: 50px; 
	top: 0px; 
	height: 100%;
}

div.homepage_greeting_outer { 
	position: absolute; 
	left: 80px; 
	top: 60px; 
	z-index: 3;
}

div.homepage_greeting { 
	font-style: italic; 
	color: #ffffff; 
	font-weight: 600; 
	font-size: 30pt; 
	line-height: 32pt; 
	letter-spacing: -0.5pt;
}

div.homepage_greeting_2 {
	color: #ffffff; 
	font-size: 13.2pt;
	padding-top: 14px; 
	line-height: 18pt;
}

td.register_left { 
	padding-top: 10px;
}

td.register_right { 
	padding-top: 10px; 
	padding-left: 20px;
}

a.topbar_bglink, div.topbar_bglink { 
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	transition: all 0.3s;
}

a.topbar_bglink:hover, div.topbar_bglink:hover { 
	background-color: rgba(255,255,255,0.2);
}

div.cutout_outer { 
	border-radius: 7px; 
	margin-top: 10px; 
	background-color: #f1f1f1; 
	border: 1px solid #cccccc; 
	overflow: hidden;
}

div.cutout_left_pane { 
	box-sizing: border-box; 
	padding-top: 5px;
	float: left; 
	width: 170px; 
	height: 100%; 
	background-color: #fafafa;
}

div.cutout_right_pane { 
	border-top-right-radius: 7px; 
	border-bottom-right-radius: 7px;
	box-shadow: inset 3px 0px 12px -6px rgba(0,0,0,0.5); 
	float: right; 
	height: 100%; 
	width: calc(100% - 170px);
}

html.fullheight { 
	width: 100%;
	height: 100%;
}

body.fullheight { 
	width: 100%;
	height: 100%;
}

table.inner_table td { 
	font-size: 9pt;
	padding: 0px;
}

div.store_item_container { 
	position: relative; 
	top: 0px; 
	left: 0px;  
	background-size: cover; 
	cursor: pointer; 
	width: calc((100% / 3) - 15px); 
	color: #ffffff; 
	box-sizing: border-box; 
	border-radius: 4px; 
	height: 150px; 
	float: left; 
	background-color: #ff9900; 
	margin-right: 15px; 
	margin-bottom: 15px;
	overflow: hidden;
	background-position: center center;
}

.camera_button {
	background-color: #47a447;
	padding: 10px;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -0.1px;
	font-family: Overpass;
	border: 0px;
	border-radius: 4px;
	color: #ffffff;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}


div.table_page_picker { 
	padding: 20px;
	text-align: center;
}

a.table_page_picker { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9pt;
	color: #333333;
	border-radius: 3px;
}

a.table_page_picker_button { 
	border-top: 1px solid rgb(162, 166, 172);
	border-right: 1px solid rgb(151, 154, 161);
	border-bottom: 1px solid rgb(130, 133, 138);
	border-left: 1px solid rgb(151, 154, 161);
	background-image: linear-gradient(rgb(247, 248, 250), rgb(231, 233, 236));
}

a.table_page_picker_active { 
	border: 1px solid #288688;
	color: #288688;
}

div.tab_counter {
	padding: 3px;
	font-size: 8pt;
	padding-left: 4px;
	line-height: 9px;
	padding-right: 4px;
	font-weight: bold;
	background-color: #888888;
	border-radius: 15px;
	color: #ffffff;
	margin-left: 4px;
	display: inline-block;
	text-align: center;
}

div.tab_counter_spinner {
	padding-left: 4px;
	padding-right: 4px;
}

div.portal_passbox { 
	padding: 12px; 
	border: 1px solid transparent;
	border-radius: 6px; 
	width: 240px;
	transition: all 0.3s;
}	

div.portal_passbox_enabled { 
	border: 1px solid #eeeeee; 
	background-color: #fbfbfb; 
}

div.store_overlay {
	transition: all 0.5s;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(95, 195, 204, 0.75);
	backdrop-filter: blur(3px) grayscale(90%);
}

div.store_item { 
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 11pt;
	transition: all 0.5s;
}

div.store_item_container:hover div.store_overlay { 
	backdrop-filter: blur(0px);
	background-color: rgba(40,40,40, 0.25);
}

div.store_item_container:hover div.store_item { 
	transform: scale(1.2);
	
}

div.header_megamenu {
	border-radius: 4px;
	z-index: 10;
	font-size: 10pt;
	position: absolute;
	box-sizing: border-box;
	padding: 25px;
	top: 49px;
	left: 0px;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.5);
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

div.megamenu_link_outer {
	background-color: #ffffff;
	z-index: 11;
	border: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	top: 10px;
	height: 34px;
	transition: all 0.3s;
}

div.header_megamenu {
	display: block;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}

div.megamenu_link_inner {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	top: -10px;
}

td.megamenu:hover div.megamenu_link_outer {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

td.megamenu:hover div.header_megamenu {
	opacity: 1;
	visibility: visible;
}


div.mobile_header {
	background-color: #19233F;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 47px;
	height: calc(47px + env(safe-area-inset-top));
	padding-top: env(safe-area-inset-top);
	box-sizing: border-box;
	z-index: 500;
	transform: translateZ(50px);
}

div.product_info_div {
	border-radius: 6px;
	margin-top: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	font-size: 10pt;
	line-height: 150%;
}

div.product_info_image {
	border-radius: 6px;
	border: 1px solid #eeeeee;
	padding: 20px;
	text-align: center;
}

div.left_grey_box { 
	border-radius: 6px;
	background-color: #f6f6f6;
	padding: 30px;
}

div.left_grey_box p { 
	font-size: 10pt;
}

div.upload_artwork_container { 
	margin-top: 10px; 
	background-color: #ffffff; 
	margin-bottom: 20px; 
	padding: 5px;
	min-height: 100px; 
	border-radius: 6px; 
	border: 1px solid #dddddd;
}

div.quote_form {
	width: 370px;
	padding: 30px;
	border-radius: 6px;
	background-color: #f6f6f6;
}

div.quote_buttons {
	margin-top: 10px;
}

div.quote_buttons a.greenbutton {
	font-size: 9pt;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	border-radius: 5px;
}

div.quote_buttons a.bluebutton {
	font-size: 9pt;
	display: inline-block; 
	border-radius: 5px;
}

div.home_welcome_text {
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
}

div.mobile_lower_nav {
	height: 50px;
	height: max(50px, calc(40px + env(safe-area-inset-bottom)));
	border-top: 1px solid #eeeeee;
	color: #ffffff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	color: #888888;
	font-size: 7pt;
	padding-top: 8px;
	z-index: 1500;
	background-color: #ffffff;
	font-family: 'Open Sans', 'Roboto', Arial;
	transform: translateZ(50px);
}


div.popup_back_outer { 
	float: left;
}

a.proof_small_thumb { 
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

a.proof_small_thumb span { 
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	padding: 2px;
	font-size: 9pt;
	z-index: 1;
}

td.proof_small_thumb { 
	padding-left: 16px;
	padding-right: 16px;
}

img.proof_small_thumb { 
	max-width: 150px;
	max-height: 80px;
	box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.4);
}

.popup_back { 
	position: relative; 
	top: -3px; 
	right: -3px; 
	color: #999999; 
	font-size: 20px;
}

div.popup_closer_outer { 
	float: right;
}

div.popup_help_text {
	padding-top: 15px; 
	padding-bottom: 10px; 
	font-size: 10pt;
}

div.popup_actions { 
	float: right; 
	margin-top: 40px; 
	padding-bottom: 10px;
}

.popup_closer { 
	position: relative; 
	top: -3px; 
	right: -3px; 
	color: #999999; 
	font-size: 20px;
}

div.popup_title { 
	float: left; 
	font-weight: bold;
}

div.popup_container {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 300;
}

div.product_picker_left { 
	color: #555555;
	border: 1px solid transparent;
	padding: 10px;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
	user-select: none;
}

div.product_picker_selected { 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
	color: #444444;
}

div.product_picker_left:hover { 
	color: #288688;
}

div.product_picker_right_option { 
	width: 140px;
	height: 120px;
	text-align: center;
	border: 2px solid #eeeeee;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	background-color: #fafafa;
	cursor: pointer;
	transition: all 0.3s;
}

div.product_picker_right_option_selected { 
	border: 2px solid #1d9ad7;
	background-color: #fafaff;
}

div.product_picker_right_option div { 
	font-size: 8pt;
}

div.popup_spinner { 
	position: relative; 
	z-index: 2; 
	background-color: rgba(255,255,255,0.5); 
	top: 0px; 
	left: 0px; 
	box-sizing: border-box; 
	width: 100%; 
	height: 100%; 
	display: none;
}

div.popup_div {
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
	background-color: #ffffff;
	padding: 20px;
	width: 500px;
	box-sizing: border-box;
	position: relative;
	top: 0px;
	left: 0px;
}

div.popup_div_nopadding { 
	padding: 0px;
	overflow: hidden;
}

div.fileupload_button { 
	position: relative;
  	overflow: hidden;
  	top: 10px;
  	left: 0px;
}

input.fileupload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

div.context_menu { 
	background-color: #ffffff;
	width: auto;
	height: auto;
	padding: 4px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	border: 1px solid #dadce0;
	box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.6);
	cursor: default;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(5px);
}

div.context_item { 
	padding: 7px;
	font-size: 9.5pt;
	border-radius: 3px;
}

div.context_item:hover { 
	background-color: #f2f2f3;
}

div.context_item span { 
	float: right;
	color: #bbbbbb;
}

div.context_item i { 
	width: 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
}

div.context_spacer { 
	margin-top: 3px; 
	margin-bottom: 3px; 
	border-bottom: 1px solid #dddddd;
}

div.results_blur_box {
	z-index: 3;
	box-sizing: border-box;
	background-color: rgba(250,250,250,0.85);
	backdrop-filter: blur(6px);
	box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	border-radius: 5px;
}

a.lower_selected {
	color: #288688;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a.lower_unselected {
	color: #888888;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a.search_result {
	color: #333333;
	font-size: 9pt;
	font-weight: 700;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	transition: all 0.3s;
	border-radius: 5px;
}

a.search_result:hover {
	background-color: rgba(255,255,255,0.5);
}

a.search_result:last-of-type {
	border-bottom: 0px;
}

div.search_job_description {
	display: block;
	float: left;
}

div.search_job_details {
	display: block;
	color: #555555;
	font-weight: 400;
}

div.search_job_id {
	background-color: #478578;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	float: right;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
}

table.mobile_lower_nav td {
	text-align: center;
}

input[type=text], input[type=button] {
	-webkit-appearance: none;
}

.nohighlight {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
	color: #288688;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: -0.5px;

}

h1.home {
	font-size: 22px;
	letter-spacing: -0.5px;

}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0.2px;
	font-size: 17px;

}


.buttonsholder {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-gap: 10px;
   justify-items: center;
}

.two {
    grid-template-columns: 1fr 1fr
}

.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.home_button {
    background: var(--lightest-blue);
    display: flex;
    flex-direction: column;
    padding: 40px 10px;
    align-items: center;
    border-radius: 10px;
    transition: all ease 0.2s;
    font-weight: bold;
    width: 100%;
    text-align; center;
    color: #000000;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

a.home_button svg {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}

a.home_button .cls-1{
    fill: var(--light-blue);
    transition: all ease 0.2s;
}

a.home_button:hover{
    background: var(--light-blue);
    box-shadow: 0px 40px 80px rgba(41, 142, 154, 0.25);
    color: white;
    transition: all ease 0.2s;
}

a.home_button:hover .cls-1{
    fill: white;
    transition: all ease 0.2s;
}

a.home_button.light{
    background: var(--light-blue);
    text-align: center;
    color: white;
}

div.home_tagline { 
	font-size: 11pt;
	line-height: 17pt;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}



h1.banner {
	margin: 0px;
	font-family: forma-djr-banner, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 32px;
}

h1.page_title {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 25px;
	color: #19233F;
}

div.breadcrumbs {
	font-size: 10pt;
	margin-bottom: 5px;
}

div.breadcrumbs i {
	font-size: 7pt;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
}

div.home_scroller_container { 
	position: relative;
	top: 0px;
	left: 0px;
}

div.home_scroller_left { 
	position: absolute; 
	z-index: 2; 
	left: 0px; 
	top: 0px;  
	width: 50px; 
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

div.home_scroller_right { 
	position: absolute; 
	z-index: 2; 
	right: 0px; 
	top: 0px; 
	width: 50px;
	height: 100%;
	background: linear-gradient(270deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

div.home_scroller_button { 
	border: 2px solid #eeeeee; 
	background-color: #ffffff; 
	width: 45px; 
	height: 45px; 
	border-radius: 50px; 
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	top: -10px;
	box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.3);
}

div.home_scroller_button:hover { 
	background-color: #fbfbfb; 
}

.home_scroller::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  padding: 3px;
}
 
.home_scroller::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
 
.home_scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);
  border-radius: 10px;
}

div.home_search {
	margin-top: 30px;
	width: 70%;
	background-color: #fbfbfb;
	border-radius: 4px;
	box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.5);
	font-family: 'Open Sans', Arial;
}

div.home_search_bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 8px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 6px;
}

div.search_bar { 
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 20px;
}	

h1.home_welcome {
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	font-size: 38px;
}

input.home_search {
	width: calc(100% - 50px);
	font-family: 'Open Sans', 'Open Sans';
	border: 0px;
	background-color: transparent;
	-webkit-appearance: none;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
}

img.home_welcome_swype {
	height: 33px;
	position: relative;
	top: 9px;
}

div.clearall, span.clearall {
	clear: both;
}

div.home_product {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.product_highlight_image {
	max-height: 145px;
	max-width: 145px;
	transform: translateZ(45px);
	border-radius: 6px;
}

div.topbar {
	z-index: 150;
	background-color: #19233F;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 76px;
	width: 100%;
	box-sizing: border-box;
	min-width: 850px;
	user-select: none;
	color: #ffffff;
}

div.app_main_container {
	margin-top: 45px;
	margin-top: max(45px, calc(45px + env(safe-area-inset-top)));
	padding-bottom: 60px;
	padding-bottom: max(60px, calc(60px + env(safe-area-inset-bottom)));
}

div.app_main_inner {
	padding: 10px;
}

div.main_container {
	width: calc(100% - 221px);
	overflow: hidden;
	padding-top: 75px;
	margin-left: 220px;
	box-sizing: border-box;
}

div.main_inner {
	padding: 25px;
	padding-left: 60px;
	padding-right: 60px;
}

.online_store_banner {
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 5px;
}

div.online_store_block {
	color: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	background-color: #3eb5c3;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 400px;
	border-radius: 10px;
}

div.online_store_block h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

a.topbar_link {
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 76px;
	display: block;
	line-height: 70px;
	border-top: 3px solid #19233F;
	border-bottom: 3px solid #19233F;
	font-size: 11pt;
	margin-right: 15px;
}

a.topbar_link_selected {
	border-bottom: 4px solid #19233F;
	border-top: 4px solid #36b7bb;
	font-weight: bold;
}

div.sidebar {
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 0px;
	padding-top: 30px;
	border-right: 1px solid #eeeeee;
	position: fixed;
	top: 65px;
	left: 0px;
	width: 220px;
	height: calc(100% - 65px);
}

div.sidebar_footer_item {
	box-sizing: border-box;
	padding-bottom: 15px;
}

div.sidebar_footer {
	position: absolute;
	box-sizing: border-box;
	bottom: 10px;
	background-color: #F5FCFC;
	width: 100%;
	padding: 25px;
	padding-top: 35px;
	padding-bottom: 10px;
}

a.nav_link {
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
	color: #19233F;
	padding: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0px;
	font-size: 9.5pt;
	transition: all 0.4s;
	box-sizing: border-box;
	border-left: 3px solid transparent;
	transition: all 0.3s;
}

a.nav_link:hover {
	background-color: #f5fcfc;
}

a.nav_link i {
	width: 30px;
	padding-left: 15px;
	color: #41BBC9;
}

a.nav_link_selected {
	background-color: #f5fcfc;
	font-weight: bold;
	border-left: 3px solid #41BBC9;
}

div.header_user_profile_circle, img.header_user_profile_circle {
	border-radius: 46px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 12pt;
	text-align: center;
	display: block;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

table.inner_table th {
	text-align: left;
	padding: 5px;
	font-size: 9pt;
}

table.inner_table tr:nth-child(even) {
	background-color: #f4f4f4;
}

table.inner_table tr.draggedover { 
	background-color: #ffffbb;
}

table.inner_table td {
	padding: 5px;
	font-size: 9pt;
}

div.lozenge {
	font-size: 9pt;
	background-color: #dfdfdf;
	color: #777777;
	border-radius: 4px;
	display: inline-block;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

a.tab {
	height: 25px;
	display: inline-block;
	color: #111111;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}

a.tab_active {
	border-bottom: 3px solid #36b7bb;
	font-weight: bold;
}

div.tab_topbar {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 12px;
}

a.lozenge_link {
	border-radius: 7px;
	background-color: #e9e9e9;
	color: #111111;
	padding: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10pt;
	font-weight: 500;
	font-style: italic;
}

a.product_highlight, div.product_highlight {
	display: block;
	position: relative;
	text-align: center;
	width: 200px;
	height: 200px;
	background: #f4f4f4;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
	border-radius: 4px;
	transform-style: preserve-3d;
}

table.card_quote {
	font-size: 9pt;
}

table.card_quote td {
	padding-right: 15px;
	padding-bottom: 3px;
}

input.default, textarea.default {
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
}

select.default {
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.3s;
}

#material:disabled {
	color: #000000;
	background-color: rgba(0,0,0,0.02);
	opacity: 1;
}

#finish:disabled {
	color: #000000;
	background-color: rgba(0,0,0,0.02);
	opacity: 1;
}

select.small_quote {
	font-size: 9pt;
	padding: 3px;
}

select.basket_dropdown { 
	border: 0px;
	width: 150px;
}

div.basket_dropdown_container { 
	padding: 1px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	display: inline-block;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

.greenbutton {
	background-color: #36b7bb;
	padding: 8px;
	padding-left: 13px;
	padding-right: 13px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
	font-style: italic;
}

.greenbutton i {
	margin-left: 5px;
}

.bluebutton {
	background-color: #212c4f;
	padding: 8px;
	padding-left: 13px;
	padding-right: 13px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	border-radius: 4px;
}

.bluebutton i {
	margin-left: 5px;
}


div.info_tooltip div.info_tooltip_inner {
	display: none;
	position: absolute;
	top: 15px;
	width: 190px;
	padding: 14px;
	background-color: rgba(255, 255, 255, 0.93);
	border: 1px solid #eeeeee;
	transition: all 0.3s;
	opacity: 0;
	z-index: 100;
	word-wrap: break-word;
	white-space: normal;
	
}

div.info_tooltip:hover div.info_tooltip_inner {
	display: block;
	opacity: 1;
}

div.trending_font {
	border: 1px solid #e4e4e4;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #fafafa;
	padding: 10px;
	padding-top: 8px;
	padding-right: 8px;
	float: left;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

div.trending_font img {
	opacity: 0.8;
	image-rendering: high-quality;
	transition: all 0.3s;
	will-change: opacity;
}

div.trending_font:hover {
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	transform: scale(1.4);
	z-index: 2;
	box-shadow: 4px 4px 7px -3px rgba(0,0,0,0.5);
}

div.trending_font:hover img {
	opacity: 1;
}

input.login {
	border-radius: 5px;
	background-color: #f4f4f4;
	border: 0px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	font-family: 'Open Sans', Arial;
	border: 1px solid #dddddd;
}

input.half_width { 
	width: 180px;
}

input.login_submit {
	font-family: 'Open Sans', Arial;
	width: 150px;
	background-color: #41bbc9;
	color: #ffffff;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}

div.bubble {
	background-color: #fff3cd;
	color: #856404;
	padding: 10px;
	border: 1px solid #ffeeba;
	box-sizing: border-box;
	border-radius: 5px;
}

div.warning {
	background-color: #f8d7da;
	color: #721c24;
	padding: 10px;
	border: 1px solid #f5c6cb;
	box-sizing: border-box;
	font-size: 10px;
	border-radius: 5px;
}

div.greenbubble {
	background-color: #d4edda;
	color: #155724;
	padding: 10px;
	border: 1px solid #c3e5cb;
	box-sizing: border-box;
	border-radius: 5px;
}

div.warning_icon {
	padding-right: 5px;
	font-size: 18px;
}

div.warning_inner {
	padding-top: 5px;
	font-size: 10pt;
}

div.bubble_icon {
	padding-right: 5px;
	font-size: 18px;
	padding-top: 2px;
}

div.bubble_inner {
	padding-top: 5px;
	font-size: 10pt;
}

div.login_carousel_text div {
	color: rgba(255,255,255,0.6);
}


.circle_spinner_outer {
	text-align:center;
}

.small_circle_spinner {
	width: 16px;
	height: 16px;
	margin: 0px;
  	display: inline-block;
	border: 2px solid #41bbc9;
	position: relative;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.7s linear infinite;
}

.small_circle_spinner:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	background: transparent;
	top: 50%;
	left: 50;
	margin-left: -40%;
	margin-top: -40%;
	border-radius: 50%;
	border: 2px solid #24767e;
	box-sizing: border-box;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.35s reverse linear infinite;
}

.circle_spinner {
	width: 32px;
	height: 32px;
	margin: 0px;
  	display: inline-block;
	border: 2px solid #41bbc9;
	position: relative;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.7s linear infinite;
}

.circle_spinner:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background: transparent;
  top: 50%;
  left: 50;
  margin-left: -40%;
  margin-top: -40%;
  border-radius: 50%;
  border: 2px solid #24767e;
  box-sizing: border-box;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: circ-anim 0.35s reverse linear infinite;
}

.large_circle_spinner {
	width: 56px;
	height: 56px;
	margin: 0px;
  	display: inline-block;
	border: 3px solid #41bbc9;
	position: relative;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.7s linear infinite;
}

.popr_content { 
	color: #333333;
	line-height: 135%;
}

.large_circle_spinner_white {
	width: 56px;
	height: 56px;
	margin: 0px;
	display: inline-block;
	border: 3px solid #999999;
	position: relative;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.7s linear infinite;
}

.large_circle_spinner:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	background: transparent;
	top: 50%;
	left: 50;
	margin-left: -40%;
	margin-top: -40%;
	border-radius: 50%;
	border: 3px solid #24767e;
	box-sizing: border-box;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.35s reverse linear infinite;
}

.large_circle_spinner_white:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	background: transparent;
	top: 50%;
	left: 50;
	margin-left: -40%;
	margin-top: -40%;
	border-radius: 50%;
	border: 3px solid #777777;
	box-sizing: border-box;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: circ-anim 0.35s reverse linear infinite;
}

@keyframes circ-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

div.shopping_cart_attachments { 
	padding-top: 10px;
}

div.v2_bg5 { 
	background-color: #f6f6f6;
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

/* Switchery defaults. */

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

td.catalogue {
	border-top: 0px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Open Sans', Arial;
}

a.catalogue_link {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	padding: 5px;
	width: 200px;
	text-align: center;
}

img.catalogue_image {
	margin-bottom: 10px;
	width: 180px;
}

div.lightbox_overlay {
	z-index: 1500;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

div.lightbox_container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 10px;
	width: 150px;
	border-radius: 7px;
	box-shadow: 1px 1px 15px #111111;
}

h4.product_price {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 18pt;
	letter-spacing: -1px;
}

h4.product_price_inc {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 13pt;
	font-weight: 300 !important;
	margin-bottom: 20px;
	color: #777777;
}

.v2_bg5 { 
	padding: 20px;
	font-size: 10pt;
	font-weight: 400;
	font-family: 'Open Sans';
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

#header_search_div {
	transition: all 0.5s;
}

#mini_search_div {
	transition: all 0.5s;
}

@media only screen and (max-width: 1080px) {
	#header_search_div { display: none; }
	#mini_search_div { opacity: 1; display: table-cell; }
}

@media only screen and (min-width: 1080px) {
	#header_search_div { display: table-cell; }
	#mini_search_div { opacity: 0; display: none; }
}

h5 { 
	font-size: 13pt;
}

div.upload_tooltip { 
	display: none; 
	position: absolute; 
	text-align: center; 
	width: 100%; 
	z-index: 100; 
	top: 80px; 
	left: 0px;
}

div.upload_tooltip_inner { 
	display: inline-block; 
	font-size: 9pt; 
	padding: 4px; 
	text-align: center; 
	padding-left: 10px; 
	padding-right: 10px; 
	color: #2d8000; 
	background-color: #e5efe0; 
	border: 1px solid #2d8000;
}

div.file_action_button { 
	display: inline-block;
	font-size: 10pt;
	margin-right: 10px;
	padding: 7px; 
	background-color: #f4f4f4;
	cursor: pointer;
	transition: all 0.3s;
}

div.file_action_button:hover { 
	color: #ffffff;
	background-color: #41bbc9;
}


.pdf_spinner, .pdf_spinner:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pdf_spinner {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(192,192,192, 0.2);
	border-right: 1.1em solid rgba(192,192,192, 0.2);
	border-bottom: 1.1em solid rgba(192,192,192, 0.2);
	border-left: 1.1em solid rgb(0, 124, 186);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
	overflow: hidden;
}

div.design_list_item { 
	padding: 0px; 
	float: left; 
	width: 200px;
	height: 210px;
	margin-bottom: 25px;
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.5);
	border: 1px solid #eeeeee;
	margin-right: 25px;
	border-radius: 5px;
	overflow: hidden;
}

div.design_list_inner { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	background-color: #f9f9f9; 
	height: 150px;
}

div.design_list_inner_label { 
	border-top: 1px solid #eeeeee;
	padding: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #444444;
}

div.design_list_tools { 
	padding: 5px; 
	background-color: rgba(255,255,255,0.8); 
	border-radius: 6px; 
	z-index: 100; 
	position: absolute; 
	right: 5px; 
	top: 5px;
	opacity: 0;
	transition: all 0.3s;
}

div.design_list_item:hover div.design_list_tools { 
	display: block;
	opacity: 1;
}

img.design_list_image { 
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.4);
	border: 1px solid #dddddd; 
	border-radius: 2px; 
	max-width: 160px; 
	max-height: 100px; 
	background-color: #ffffff;
}

div.background_task_popup { 
	user-select: none; 
	position: absolute; 
	bottom: 20px; 
	right: 20px; 
	z-index: 150; 
	box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.5); 
	border-radius: 3px; 
	border: 1px solid #e4e4e4; 
	padding: 20px; 
	background-color: #ffffff; 
	width: 280px;
}

div.file_upload_popup { 
	user-select: none; 
	position: absolute; 
	bottom: 20px; 
	right: 20px; 
	z-index: 150; 
	box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.5); 
	border-radius: 3px; 
	border: 1px solid #e4e4e4; 
	padding: 20px; 
	background-color: #ffffff; 
	width: 280px;
}

a.design_list_image_link { 
	padding: 20px; 
	display: block; 
	width: 100%; 
	border-radius: 6px; 
	box-sizing: border-box; 
	text-align: center;
}

div.video_guide_button { 
	padding: 15px; 
	border-radius: 10px; 
	border: 1px solid #f0f0f0; 
	background-color: #fafafa;
	margin-bottom: 15px;
	float: left; 
	width: calc(50% - 50px); 
	margin-right: 10px;
}

div.help_video { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin-right: 20px; 
	overflow: hidden; 
	border-radius: 4px;
}

img.help_video { 
	width: 192px;
	height: 108px;
}

div.video_guide_button:hover { 
	background-color: #f8f8ff;
	border: 1px solid #e5e5f9;
	cursor: pointer;
}	

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
