/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import '../fonts/font.css';

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-family: Gibson, sans-serif;
}

a {
	color: #f70000;
}

a:hover {
	color: #E70000;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.container {
		max-width: 760px;
	}
}

@media (max-width: 767px) {
	.container {
/*		padding-left: 10px;
		padding-right: 10px;*/
	}
}

.btn {
	background: #f70000;
	color: #FFF;
	border: solid 1px transparent;
	border-radius: 0;
	padding: 14px 36px;
	transition: all 0.2s;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-align: center;
}

a.btn.btn-big,
button.btn.btn-big {
	padding: 25px 70px;
}

a.btn.btn-small,
button.btn.btn-small {
	padding: 8px 10px;
	font-size: 12px;
	min-width: 130px;
	text-transform: none;
}

a.btn:hover,
button.btn:hover {
	background: #FFF;
	color: #F70000;
	border: solid 1px #F70000;
}

a.btn.white,
button.btn.white {
	color: #F70000;
	background: #FFF;
	border: solid 1px #F70000;
}

a.btn.white:hover,
button.btn.white:hover {
	background: #F70000;
	color: #FFF;
	border: solid 1px transparent;
}

a.btn:focus,
button.btn:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}

@media (max-width: 1023px) {
	a.btn, button.btn {
		padding: 14px 20px;
	}
}

nav.navbar {
	padding: 22px 30px 20px;
}

ul.navbar-nav {
	align-items: center;
}

nav.navbar .navbar-toggler-icon {
	background-image: url("../img/menu.svg");
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

nav.navbar a.navbar-brand img {
	max-width: 226px;
}

nav.navbar li.nav-item {
	margin: 0 0 0 50px;
}

nav.navbar li.nav-item:first-child {
	margin: 0 0 0 0;
}

nav.navbar li.nav-item a.nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #2f3135;
	padding: 0;
	transition: border 0.15s;
	outline: none;
	display: block;
	position: relative;
}

nav.navbar li a.nav-link:not(.btn):hover:after,
nav.navbar li.active a.nav-link:not(.btn):after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	border-bottom: solid 3px #f70000;
}

nav.navbar li.nav-item a.btn {
	background: #f70000;
	border-radius: 0;
	color: #FFF;
	padding: 14px 36px;
	border: solid 1px transparent;
	transition: all 0.2s;
}

nav.navbar li.nav-item a.btn:hover {
	border: solid 1px #f70000;
	background: #FFF;
	color: #F70000;
}

@media (max-width: 1023px) {
	nav.navbar a.navbar-brand img {
		max-width: 180px;
	}

	nav.navbar li.nav-item {
	    margin: 0 0 0 25px;
	}

	nav.navbar li.nav-item a.nav-link {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	nav.navbar a.navbar-brand img {
		max-width: 136px;
	}

	nav.navbar li.nav-item:first-child,
	nav.navbar li.nav-item {
		margin: 10px 0;
	}

	nav.navbar li a.nav-link:not(.btn):hover:after, 
	nav.navbar li.active a.nav-link:not(.btn):after {
		bottom: -5px;
	}
}

@media (min-width: 768px) {
	nav.navbar li.nav-item.nav-item-notifications {
		margin-left: 20px;
		margin-right: -30px;
	}

	nav.navbar li.nav-item.nav-item-notifications a.nav-link {
		font-size: 20px;
	}

    nav.navbar li.nav-item-notifications a.nav-link:not(.btn):hover:after,
    nav.navbar li.nav-item-notifications.active a.nav-link:not(.btn):after {
        bottom: -30px;
    }
}

footer {
	background: #101010;
	padding: 20px 0;
	color: #FFF;
	font-size: 14px;
	font-family: Arial;
	font-weight: 300;
}

footer .row {
	align-items: center;
}

footer ul.social-links {
	list-style: none;
}

footer ul.social-links li {
	display: inline-block;
}

footer ul.social-links li a {
	width: 16px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	margin-right: 3px;
	border-radius: 100%;
	color: #FFF;
	display: inline-block;
	background: transparent !important;
	text-align: center;
	transition: color 0.2s;
}

footer ul.social-links li a:hover {
	color: #F70000;
}

footer p {
	margin: 0;
}

footer p a {
	color: #f70000;
	transition: color 0.2s;
}

footer p a:hover {
	text-decoration: none;
	color: #a80000;
}

@media (max-width: 1023px) {
	footer img:nth-child(1) {
		max-width: 41px;
	}
	footer img:nth-child(2) {
		max-width: 145px;
	}
	footer img:nth-child(3) {
		max-width: 110px;
	}
}

@media (max-width: 767px) {
	footer img:nth-child(1) {
		max-width: 35px;
	}
	footer img:nth-child(2) {
		max-width: 139px;
	}
	footer img:nth-child(3) {
		max-width: 104px;
	}
}

/* Login page */
#content.login {
	min-height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
}

#content.login .panel-heading {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #000;
}

#content.login .login-logo img {
	width: 226px;
	margin-bottom: 60px;
}

#content.login .login-box {
	background: #FFF;
	width: 100%;
	padding: 60px 50px 50px;
	text-align: center;
	margin-top: 45px;
	box-shadow: 0 15px 15px -6px #CCC;
}

#content.login .login-box input {
	width: 100%;
}

#content.login .login-box input:focus {
	border-color: #F70000;
}

#content.login .alert-danger ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content.login  .alert-danger {
	color: #f70000;
	background-color: #FFF;
	border-color: #f70000;
	border-radius: 0;
	text-transform: uppercase;
	border: none;
	font-style: italic;
	font-size: 12px;
}

#content {
	background: #f7f7f9;
}

#content .full-width {
	padding: 100px 15px 150px;
}

#content .full-width h1.page-title {
	text-align: center;
}

@media (max-width: 767px) {
	#content .full-width {
		padding: 40px 15px 60px;
	}
}

/* Overview page */
#content .overview-step {
	position: relative;
	padding-left: 30px;
	padding-bottom: 17px;
	/*	border-left: 1px solid #cccfda;*/
}

#content .overview-step h3 {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	position: relative;
}

#content .overview-step h3:before {
	content: '';
	height: 7px;
	width: 7px;
	background-color: #f70000;
	position: absolute;
	top: 8px;
	left: -31px;
	border-radius: 100%;
}

#content .overview-step p:before {
	content: '';
	height: calc(100% - 7px);
	width: 1px;
	background-color: #cccfda;;
	position: absolute;
	top: 15px;
	left: 2px;
}

#content .overview-step:last-child p:before {
	content: none;
}

/* Img Link */
#content .img-link {
	position: relative;
	display: block;
}

#content .img-link img {
	max-width: 100%;
}

#content .img-link .overlay,
#content .video-container .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 45px 0;
	background-color: #000000A6;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 1.4px;
	color: #FFF;
	min-height: 50%;
}

#content .img-link .overlay p,
#content .video-container .overlay p {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 1.4px;
	margin: 0;
}

#content .img-link .overlay p.caption,
#content .video-container .overlay p.caption {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	line-height: 32px;
}

/* Video Container */
#content .video-container {
	position: relative;
}

#content .video-container video {
	background-size: cover;
	background-position: center;
	height: 320px;
}

#content .video-container button.play {
	background-color: #F70000;
	height: 54px;
	width: 54px;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 27px);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	cursor: pointer;
}

#content .video-container button.play:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 1023px) {
	#content .video-container video {
		height: 210px;
	}

	#content .video-container .overlay {	
		padding: 25px 0;
	}
}

@media (max-width: 767px) {
	#content .video-container video {
		height: 220px;
	}

	#content .video-container .overlay {	
		padding: 25px 0;
	}
}

#content .order-step {
	position: relative;
	padding: 100px 0 180px;
}

#content .order-step .step-buttons {
	position: absolute;
	right: 0;
	top: 100px;
}

#content .order-step .step-buttons .btn {
	min-width: 160px;
	padding-left: 0;
	padding-right: 0;
}

#content .order-step .step-buttons .btn[disabled="disabled"],
#content .order-step .step-buttons .btn:hover[disabled="disabled"] {
	color: #cccfda;
	border-color: #cccfda;
	background: #FFF;
}

@media (max-width: 1023px) {
	#content .order-step .step-buttons {
		top: 200px;
	}

	#content .order-step .step-buttons .btn {
		display: block;
	}

	#content .order-step .step-buttons .btn:last-child {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	#content .order-step {
		padding: 40px 0 120px;
	}

	#content .order-step .step-buttons {
		top: initial;
		bottom: 50px;
		width: 100%;
	}

	#content .order-step .step-buttons .btn {
		display: inline-block;
		min-width: calc(50% - 2px);
	}

	#content .order-step .step-buttons .btn:last-child {
		margin: 0;
	}
}

#content .step-inner :not(.white-box) .btn {
	margin: auto;
	display: block;
}

#content p {
	font-family: Gibson;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #000000;
}

#content p strong {
	font-weight: 400;
}

#content h1.page-title {
	font-size: 45px;
	font-weight: 300;
	color: #000000;
	margin: 0;
}

#content h3.sub-title {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #000000;
	padding: 7px 0 7px 24px;
	border-left: solid 4px #f70000;
	text-transform: uppercase;
	margin: 50px 0 25px;
}

#content h3.sub-title span {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #747780;
	text-transform: none;
	margin-left: 24px;
}

@media (max-width: 767px) {
	#content h1.page-title {
		font-size: 38px;
	}
}


/* Create Order Page */
#content .order-box .order-box-heading {
	padding: 25px 0 20px;
	font-size: 18px;
	color: #000000;
	background-color: #dcdfe6;
}

#content .order-box .order-data-container {
	background-color: #FFF;
}

#content .order-box .order-data-container .section-inner {
	margin-left: 30px;
}

#content .order-box .order-data-section {
	padding: 40px 35px;
	border-bottom: solid 5px #f7f7f9;
}

@media (max-width: 1023px) {
	#content .order-box .order-data-section {
		padding: 40px 15px;
	}	
}

#content .order-box .order-data-section.expand {
	font-size: 13px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #f70000;
	text-transform: uppercase;
	cursor: pointer;
	padding: 50px 0;
}

#content .order-box .order-data-section.to-expand {
	display: none;
}

#content .order-box.summary .order-data-section {
	border-bottom: 1px solid #edeef2;
}

#content .order-box.summary .order-data-section p {
	font-size: 16px;
	line-height: 17px;
}

#content .order-box.summary .order-detail {
	display: none;
}

#content .order-box .order-images img {
	max-width: 100px;
	margin: 0 20px 20px 0;
	display: inline-block;
	border: solid 2px #dcdfe6;
	transition: all 0.1s;
	cursor: pointer;
}

#content .order-box .order-images img:nth-child(even) {
	margin-right: 0;
} 

#content .order-box .order-images img:hover {
	border: solid 2px #f70000;
}

@media (max-width: 1023px) {
	#content .order-box .order-images img {
		margin: 0 10px 10px 0;
		max-width: 98px;
	}
}

@media (max-width: 767px) {
	#content .order-box .order-images .slick-slide {
		text-align: center;
	}

	#content .order-box .order-images img {
		margin: 0 10px 10px;
		max-width: 98px;
	}

	#content .order-box .order-images img:nth-child(even) {
		margin-right: 10px;
	}

	#content .order-box .order-data-container .section-inner {
		margin-left: 0px;
	}	
}

#content .order-box .order-data-section:last-child {
	border-bottom: none;
}

#content .order-box .order-data-container h3.sub-title {
	margin: 0 0 35px;
}

#content .order-box .form-group {
	padding: 0 30px;
	align-items: center;
}

#content .order-box .accordion .card-header a {
	position: relative;
}

#content .order-box .accordion .card-header a:after {
	position: absolute;
	border-right: 2px solid red;
	content: "";
	width: 8px;
	height: 8px;
	background: white;
	right: 15px;
	top: calc(50%);
	border-bottom: 2px solid red;
	transform: rotate(-135deg);
	transition: transform 0.2s;
}

#content .order-box .accordion .card-header a[aria-expanded="true"]:after {
	transform: rotate(45deg);	
}

#content .order-box .card-body {
	padding: 20px 0;
}

#content .order-box .card-body .sub-item {
	margin-left: 35px;
	max-width: 245px;
}

#content .order-box .card-body .sub-item label {
	font-weight: 300;
}

#content .order-box textarea {
	height: 140px;
}

#content table.table.custom-table th {
	font-weight: 600;
}

#content table.table.custom-table td {
	font-weight: 400;
}

#content table.table.custom-table th,
#content table.table.custom-table td {
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 0.5px;
	border: none;
	text-align: left;
    padding: 18px 20px 18px 0;
}

#content table.table.custom-table input.form-control {
	padding: 3px;
	margin: 0;
	max-width: 115px;
}

@media (max-width: 1023px) {
	#content table.table.custom-table th,
	#content table.table.custom-table td {
		font-size: 12px;
		letter-spacing: 0;
		padding: 15px 10px;
	}

	#content .submit-to-plant table.table.custom-table th,
	#content .submit-to-plant table.table.custom-table td {
		font-size: 11px;
		padding: 10px 5px;
	}	
}

@media (max-width: 767px) {
	#content table.table.custom-table th,
	#content table.table.custom-table td {
		font-size: 12px;
		letter-spacing: 0;
		padding: 10px 3px;
	}

	#content table.custom-table .check-container {
		padding-left: 25px;
	}

	#content .order-box .form-group {
		padding: 0;
	}

	#content .order-box.summary .buttons-row .btn {
		width: 100%;
		margin-bottom: 5px;
	}

	#content table.custom-table.responsive thead,
	#content table.custom-table.responsive tbody,
	#content table.custom-table.responsive th,
	#content table.custom-table.responsive td,
	#content table.custom-table.responsive tr,
	#content table.custom-table.responsive {
		display: block;
	}

	#content table.custom-table.responsive thead { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#content table.custom-table.responsive tr {
		padding: 10px 0;
	}

	#content table.table.custom-table.responsive td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 52%;
		padding-right: 0;
		min-height: 38px;
	}

	#content .order-selection table.table.custom-table.responsive td:first-child {
		text-align: center;
		padding-left: 0;
	}

	#content table.custom-table.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 9px;
		left: 0px;
		width: 48%; 
		padding-right: 0; 
		white-space: nowrap;
		text-align: right;
		font-weight: 600;
	}

	#content table.custom-table.responsive a.btn {
		max-width: 140px;
		margin: auto;
	}	

	#content table.custom-table.responsive.coach-active td:nth-of-type(2):before { content: "Order Number"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(3):before { content: "Order Total"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(4):before { content: "Date Order Approved"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(5):before { content: "Production Start Date"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(6):before { content: "Sport/Team Name"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(7):before { content: "Status"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(8):before { content: "Balance Due"; }
	#content table.custom-table.responsive.coach-active td:nth-of-type(9):before { content: "Sub Orders"; }	

	#content table.custom-table.responsive.coach-completed td:nth-of-type(2):before { content: "Order Number"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(3):before { content: "Order Total"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(4):before { content: "Date Order Approved"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(5):before { content: "Sport/Team Name"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(6):before { content: "Status"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(7):before { content: "Balance Due"; }
	#content table.custom-table.responsive.coach-completed td:nth-of-type(8):before { content: "Sub Orders"; }
	#content .order-selection table.table.custom-table.responsive.coach-completed td:last-child {
		text-align: center;
		padding-left: 0;		
	}

	#content table.custom-table.responsive.player-active td:nth-of-type(2):before { content: "Order Number"; }
	#content table.custom-table.responsive.player-active td:nth-of-type(3):before { content: "Order Total"; }
	#content table.custom-table.responsive.player-active td:nth-of-type(4):before { content: "Order Date"; }
	#content table.custom-table.responsive.player-active td:nth-of-type(5):before { content: "Sport/Team Name"; }
	#content table.custom-table.responsive.player-active td:nth-of-type(6):before { content: "Status"; }
	#content table.custom-table.responsive.player-active td:nth-of-type(7):before { content: "Balance Due"; }

	#content table.custom-table.responsive.player-completed td:nth-of-type(2):before { content: "Order Number"; }
	#content table.custom-table.responsive.player-completed td:nth-of-type(3):before { content: "Order Total"; }
	#content table.custom-table.responsive.player-completed td:nth-of-type(4):before { content: "Order Date"; }
	#content table.custom-table.responsive.player-completed td:nth-of-type(5):before { content: "Sport/Team Name"; }
	#content table.custom-table.responsive.player-completed td:nth-of-type(6):before { content: "Status"; }
	#content table.custom-table.responsive.player-completed td:nth-of-type(7):before { content: "Completed Date"; }

	#content table.custom-table.responsive.table-payments td:before {
		text-align: left;
		padding-left: 30px;
	}
	#content table.custom-table.responsive.table-payments td:nth-of-type(1):before { content: "Amount"; }
	#content table.custom-table.responsive.table-payments td:nth-of-type(2):before { content: "Date"; }
	#content table.custom-table.responsive.table-payments td:nth-of-type(3):before { content: "Payment Type"; }
    #content table.custom-table.responsive.table-payments td:nth-of-type(4):before { content: "Status"; }
    #content table.custom-table.responsive.table-payments td:nth-of-type(5):before { content: "Actions"; }	
}

#content .form-note {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #000000;
	margin: 5px 0 0 25px;
}

#content .questions-note {
	color: #747780;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
}

#content .white-box {
	background: white;
	text-align: center;
	padding: 38px 50px 48px;
}

#content .white-box-repair {
	background: white;
	text-align: center;
	padding: 38px 50px 48px;
	text-align: left;
}

#content .separator {
	background: #dcdfe6;
	height: 1px;
	max-width: 100%;
	margin: 35px 0 35px;
}

#content .white-box h3 {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.6px;
	text-align: center;
	color: #000000;
}

.accordion .card {
	border: none;
}

.accordion .card-header {
	padding: 0;
	background: white;
}

.accordion .card-header a {
	user-select: none;
	padding: 16px 0;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #000000;
}


/* Forms Styling */
#content input.form-control,
#content textarea.form-control,
#content select.form-control {
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #000000;
	padding: 15px;
	border-color: #dcdfe6;
	margin: 0;
}

#content .form-group .row .col-form-label {
	padding-top: 0;
	padding-bottom: 0;
}

#content select.form-control {
	-webkit-appearance: none;
	height: auto;
	background-image:
	linear-gradient(45deg, transparent 50%, #515359 50%),
	linear-gradient(135deg, #515359 50%, transparent 50%),
	linear-gradient(to right, transparent, transparent);
	background-position:
	calc(100% - 20px) calc(1em + 6px),
	calc(100% - 15px) calc(1em + 6px),
	100% 0;
	background-size:
	5px 5px,
	5px 5px,
	2.5em 2.5em;
	background-repeat: no-repeat;
}

#content .custom-select select {
	display: none;
}

#content .custom-select {
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
}

#content .custom-select:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

#content textarea.form-control {
	resize: none; 
}

#content select.form-control.no-border {
	border: none;
	border-bottom: 1px solid #dcdfe6;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #000000;
	font-weight: 400;
	padding-left: 0;
}

#content .custom-checkbox .custom-control-label {
	cursor: pointer;
}

#content .custom-checkbox .custom-control-label::before {
	border-radius: 0;
	background-color: #FFF;
	border: 1px solid #bdc1cf;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

#content .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #F70000;
}

/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFF;
	border-radius: 50%;
	border: 1px solid #bdc1cf;
	transition: all 0.2s;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
	content: "";
	position: absolute;
	/*display: none;*/
	transition: all 0.1s;
	opacity: 0;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio:after {
	/*display: block;*/
	opacity: 1;
}

/* Style the indicator (dot/circle) */
.radio-container .radio:after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f70000;
}

/* The container */
.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.check-container.date:before {
	content: url('../img/calendar.svg');
	position: absolute;
	left: -40px;
	top: -2px;
}

.form-group.date label.check-container {
    display: inline-block;
    margin-left: 10px
}

.form-group.date input[type="text"] {
	border: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0.8px;
	width: 90px;
}

.form-group.date img {
	cursor: pointer;
}

@media (max-width: 767px) {
	.form-group.date label.check-container {
		display: block;
		margin: 10px 0 0;
	}
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all 0.1s;
	border: 1px solid #bdc1cf;
	background: #FFF;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
	background-color: #f70000;
	border-color: #f70000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#content .order-step select.form-control {
	margin: 12px 0;
}

#content .order-step input.form-control {
	margin: 12px 0;
}

#content select.form-control,
#content textarea.form-control:focus,
#content input.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#content input.red {
	border-color: #F70000;
}

.email-editor input.form-control-plaintext,
.email-editor input.form-control {
	display: inline-block;
	width: 200px;
}

.email-editor a {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.email-editor input.form-control-plaintext,
	.email-editor input.form-control {
		display: block;
		width: 100%;
	}

	.email-editor a {
		margin-left: 0px;
	}
}

#content .custom-file {
	height: 48px;
	margin-bottom: 25px;
	cursor: pointer;
}

#content .custom-file-label {
	color: #000000;
	border-radius: 0;
	border-color: #cccfda;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0.8px;
	height: 48px;
	display: flex;
	align-items: center;
}

#content .custom-file-label::after {
	background: #FFF;
	color: #f70000;
	border: solid 1px #f70000;
	border-radius: 0;
	padding: 14px 36px;
	transition: all 0.2s;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	height: calc(100% + 2px);
	top: -1px;
	right: -1px;
}


#content .white-box input.form-control:active {
	outline: none;
}

#content .step-inner {
	margin-left: 30px;
	max-width: 545px;
}

#content .invite-players .step-inner,
#content .make-deposit .step-inner {
	max-width: 545px;
}

#content .invite-players input.form-control {
	margin: 32px 0 24px;
}

#content .size-your-team .step-inner {
	max-width: 650px;
}

#content .complete-order .step-inner {
	max-width: 735px;
}

#content .upload-purchase-order .step-inner {
	max-width: 510px;
}

#content .pick-ring .step-inner,
#content .personal-information .step-inner {
	max-width: 770px;
}

#content .pick-ring .pick-ring-hero {
	max-width: 100%;
}

@media (max-width: 1023px) {
	#content .step-inner {
		margin-left: 0;
	}

	#content .personal-information .step-inner {
		max-width: 540px;
	}

	#content .personal-information h1.page-title {
		font-size: 40px;
	}

	#content .step-inner :not(.white-box) .btn {
		margin: 30px 0 0 auto;
	}

	#content .size-your-finger .step-inner {
		max-width: 360px;
	}

	#content .size-your-team .step-inner {
		max-width: 540px;
	}

	#content .complete-order .step-inner {
		max-width: 540px;
	}

	#content .pick-ring .step-inner {
		max-width: 540px;
	}
}

@media (max-width: 767px) {
	#content .personal-information h1.page-title {
		font-size: 38px;
	}
}

/* Pick Ring */
#content a.control-link {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-left: 30px;
}

#content a.control-link:after {
	content: '';
	width: 26px;
	height: 26px;
	background: #FFF;
	border: 1px solid #9a9eaa;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	margin-left: 7px;
	line-height: 1;
	font-size: 17px;
	letter-spacing: 0;
	font-family: sans-serif;
}

#content a.control-link.plus:after {
	content: '\002B';
}
#content a.control-link.mult:after {
	content: '\00D7';
}

/* Complete your order */
#content table.order-summary {
	background: #FFF;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 0 30px;
}

#content table.order-summary th {
	background: #FFF;
	font-weight: 600;
}

#content table.order-summary tr {
	padding: 0;
}

#content table.order-summary td,
#content table.order-summary th {
	padding: 20px 30px;
	vertical-align: middle;
	border-top: 1px solid rgba(198, 203, 212, 0.3);
}

#content .not-created {
	font-style: italic;
	color: #9a9eaa;
	font-weight: 300;
}

#content table.order-summary td a {
	color: #f70000;
	margin-left: 30px;
}

@media (max-width: 1023px) {
	#content table.order-summary td,
	#content table.order-summary th {
		font-size: 12px;
		padding: 20px 0;
	}

	#content table.order-summary td:first-child,
	#content table.order-summary th:first-child {
		padding-left: 20px;
	}	
}

#content .order-summary-row {
	background: #FFF;
	border-bottom: solid 1px #c6cbd4;
	padding: 20px 0 30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

#content .order-summary-row:last-child {
	border-bottom: none;
}

#content .order-summary-row div {
	margin: 15px 0;
}

#content .order-summary-row div:nth-child(odd) {
	font-size: 14px;
	font-weight: 600;
}

#content .order-packages-container {
	display: flex;
	justify-content: space-between;
}

#content .order-package {
	transition: all 0.2s;
	border: 2px solid transparent;
	cursor: pointer;
}

@media (min-width: 768px) {
	#content .order-package.package-4 {
	flex: 0 0 calc(25% - 2px);
	}

	#content .order-package.package-3 {
	flex: 0 0 calc(33% - 2px);
	}

	#content .order-package.package-2 {
	flex: 0 0 calc(50% - 2px);
	}

	#content .order-package.package-1 {
	flex: 0 0 calc(100%);
	}
}

#content .order-package.selected,
#content .order-package:hover {
	border-color: #f70000;
}

#content .order-package .title {
	min-height: 80px;
	background-color: #2f3135;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	padding: 24px 0;
	text-transform: uppercase;
	font-weight: 300;
}

#content .order-package .description {
	background: #FFF;
	border: solid 1px #bdc1cf;
	border-top: none;
	/*height: 335px;*/
	/*height:375px;*/
	height: 520px;
}

#content .order-package .description .heading {
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 1.4px;
	text-align: center;
	color: #141416;
	padding: 35px 0 0;
	line-height: 1;
	border-bottom: 1px solid #dcdfe6;
	/*max-width: 150px;*/
	margin: 0 auto;
	height: 110px;
}

#content .order-package .description .heading span {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000000;
	display: block;
}

#content .order-package .description .details {
	max-width: 150px;
	margin: 0 auto;
	padding-top: 20px;
}

#content .order-package .description h3 {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #2f3135;
	margin-bottom: 20px;
}

#content .order-package .description p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #000000;
}

#content .order-package input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

@media (max-width: 1023px) {
	#content .order-package .title {
		padding: 12px 15px;
		min-height: 65px;
		font-size: 18px;
		line-height: 20px;
		display: flex;
		align-items: center;
	}

	#content .order-package .description .heading {
		font-size: 25px;
		max-width: 135px;
	}

	#content .order-package .description .details {
		max-width: 135px;
	}	
}

@media (max-width: 767px) {
	#content .order-packages-container {
		flex-wrap: wrap;
	}

	#content .order-package {
		flex: 0 0 100%;
	}

	#content .order-package .description .heading,
	#content .order-package .description .details {
		max-width: 230px;
	}
}

/* My Account */
#content .my-account h1.page-title {
	text-align: left;
}

#content .my-account .white-box .row {
	text-align: left;
	font-size: 16px;
	padding: 25px 0;
	border-bottom: solid 1px #edeef2;
	align-items: center;
}

#content .my-account .white-box .row.editing {
	padding: 13.5px 0;
}

#content .my-account .white-box .row:last-child {
	border: none;
}

#content .my-account .white-box .row > div {
	padding: 0;
}

#content .my-account .white-box .row .label {
	font-weight: 400;
}

#content .my-account .white-box .row .form-control-plaintext {
	font-weight: 300;
	padding: 0;
	max-width: 90%;
}

#content .my-account .white-box .row .form-control {
	width: 90%;	
	margin-left: -15px;
}

@media (max-width: 767px) {
	#content .my-account .white-box .row .form-control {
		margin: 5px 0;
	}
}
 
/* Player Welcome */
#content .player-welcome {
	text-align: center;
}

#content .player-welcome img {
	max-width: 224px;
	margin-bottom: 20px;
}

#content .player-welcome p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.7px;
}

#content .player-welcome p span {
	font-weight: 400;
}

#content .player-welcome form {
	max-width: 385px;
	margin: 12px auto 16px;
}

#content .player-welcome form input {
	margin-bottom: 12px;
}

#content .player-welcome .prefilled-email {
	text-align: left;
	max-width: 385px;
	margin: 45px auto 0;
}

/* Search Page */
#content .search {
	background-image: url(../img/search-background.jpg);
	height: calc(100vh - 90px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: calc(100vh / 3) 0;
}

#content .search h2 {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 40px;
}

#content .search form {
	max-width: 600px;
	margin: 0 auto;
}

#content .search form input {
	max-width: 600px;
	margin: 0 auto;
	border-right: none;
}

@media (max-width: 1023px) {
	#content .search .container {
		max-width: 510px;
	}
}

@media (max-width: 767px) {
	#content .search .container {
		max-width: 280px;
	}
}

/* Search LP */
#content .search-lp {
	max-width: 736px;
}

#content .search-lp .white-box {
	margin: 53px 0 27px;
	padding: 76px 0 90px;
}

#content .search-lp .white-box p {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 8px;
}


#content .search-lp p {
	text-align: center;
	margin-bottom: 35px;
	font-size: 20px;
	letter-spacing: 0.7px;
}

/* Waiting Shipping */
#content .waiting-shipping .white-box {
	max-width: 608px;
	margin: 35px auto 0;
	border: solid 1px #bdc1cf;
	padding: 60px 40px 80px;
}

#content .waiting-shipping .white-box p span.label {
	font-weight: 400;
}

#content .waiting-shipping .white-box p span.field {
	font-style: italic;
}

#content .waiting-shipping .questions-note {
	color: #2f3135;
	font-weight: 400;
	margin-bottom: 5px;
}

#content .waiting-shipping p.shipping-address span {
	display: block;
	line-height: 25px;
	font-size: 16px;
}

/* Make deposit / payment */
#content .size-your-finger .step-inner,
#content .make-payment .step-inner,
#content .make-deposit .step-inner {
	margin-left: 0;
}

#content .make-deposit .radio-container {
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.6px;
	margin-top: 15px;
	margin-bottom: 0;
}

#content .make-deposit .white-box {
	margin-top: 40px;
}

#content .make-payment .white-box {
	margin-top: 30px;
}

#content .make-payment .white-box h3,
#content .make-deposit .white-box h3 {
	font-size: 18px;
	line-height: 17px;
	letter-spacing: 0.6px;
	color: #000000;
}

#content .make-payment p.amount,
#content .make-deposit p.amount {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #000000;
	font-weight: 400;
}

#content .make-deposit .white-box .btn {
	margin-top: 35px;
}

#content .make-payment .white-box .btn {
	margin-top: 15px;
}

#content .make-payment .step-inner > p {
	text-align: center;
}

#content .make-payment .step-inner > p span {
	font-weight: 400;
}

#content .make-payment .step-inner > p a {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-weight: 400;
}

#content .make-payment .white-box .questions-note,
#content .make-deposit .white-box .questions-note {
	margin-top: 20px;
	font-weight: 400;
}

#content .make-payment .form-group {
	align-items: center;
}

#content .make-payment input.form-control {
	margin: 0;
}

#content .make-payment p {
	margin: 0;
}

#content .make-deposit .form-note {
	margin: 0 0 0 33px;
}

/* Submit to plant */
#content .submit-to-plant textarea.form-control {
    height: 285px;	
}

@media (max-width: 1023px) {
	#content .submit-to-plant .step-buttons .btn {
		display: inline-block;
	}

	#content .submit-to-plant .step-buttons .btn:last-child {
		margin-top: 0;
	}

	#content .order-box.summary .order-data-section p {
		font-size: 14px;
		line-height: 16px;
	}
}

/* Order Selection */
#content .order-selection .custom-table thead {
	border-bottom: solid 1px #c6cbd4;
}

#content .order-selection table.custom-table {
	color: #333;
}

#content .order-selection table.table.custom-table td {
	vertical-align: middle;
}

#content .order-selection table.table.custom-table td.status {
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
}

#content .order-selection table.table.custom-table td:first-child {
	padding-left: 20px;
}

#content .order-selection .custom-table img {
	max-width: 45px;
}

/* Image uploader */
.avatar-upload {
	position: relative;
	margin: 0px auto;
}
.avatar-upload .avatar-edit {
	position: absolute;
	left: 170px;
	z-index: 1;
	top: 20px;
}
.avatar-upload .avatar-edit input {
	opacity: 0;
	position: absolute;
	max-width: 100%;
}
.avatar-upload .avatar-edit label {
	cursor: pointer;
	letter-spacing: 0.5px;
	color: #f70000;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit > div {
	font-style: italic;
	margin-bottom: 10px;
	font-weight: 300; 
	color: #747780;	
	font-size: 14px;
}
.avatar-upload .avatar-preview {
	width: 134px;
	min-height: 108px;
	position: relative;
	border: 1px solid #dcdfe6;
}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-slide { outline: none }
.slick-dots li button:before {
	font-size: 10px;
}
.slick-dots li.slick-active button:before {
	color: #F70000;
}

#secondary-nav {
	background: #bdc1cf;
	padding: 15px 0;
}

#secondary-nav-filter-block {
	padding: 15px 0;
	background: #eee;
	border-bottom:1px solid red;
}

#secondary-nav .filter-label {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-align: right;
	display: block;
}

#secondary-nav .filter-label:after {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #FFF;
	content: '\002B';
	display: inline-flex;
	vertical-align: middle;
	margin-left: 12px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

#secondary-nav .filter-label.clicked:after {
	content: '\2212';	
}
#secondary-nav-filter-block select.form-control,
#secondary-nav-filter-block input.form-control {
	padding: 10px;
	margin-bottom: 10px;
}

#secondary-nav-filter-block .extra-filters {
	display: none;
}

#secondary-nav a.nav-link {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #2f3135;
	transition: all 0.1s;
}

#secondary-nav a.nav-link:hover,	
#secondary-nav a.nav-link.active {	
	color: #F70000;
}

#content .bottom-label {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #2f3135;
	font-weight: 400;
	margin: 0;
}

/* Jquery UI Tabs */
.ui-tabs .ui-tabs-nav li {
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active,
.ui-button:active, 
.ui-button.ui-state-active:hover {
	background: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #9a9eaa;
}

.ui-state-active .ui-tabs-anchor,
.ui-widget-content .ui-state-active .ui-tabs-anchor, 
.ui-widget-header .ui-state-active .ui-tabs-anchor, 
a.ui-button:active,
.ui-button:active .ui-tabs-anchor, 
.ui-button.ui-state-active:hover .ui-tabs-anchor {
	color: #2f3135;
}

.ui-tabs .ui-tabs-nav {
    width: calc(100% - 190px);
	padding: 0;
	background: none;
	border: none;
}

.ui-widget.ui-widget-content {
	padding: 0;
	background: none;
	border: none;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, 
.ui-button:focus {
	background: none;
	color: #F70000 !important;
}

.ui-widget-content a {
	color: #F70000;	
}

.ui-widget,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
	font-family: Gibson, sans-serif;
}

.deadline-date {
	font-family: Gibson, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: right;
	color: #000000;	
	position: absolute;
	top: 0;
	right: 0;
}

.deadline-date span {
	font-style: italic;
	font-weight: 300;
}

/* Errors */
.invalid-feedback {
	text-align: left;
	font-weight: 300;
	margin: 5px 0;
}

/* Taras fix */
.ui-widget.ui-widget-content.ui-autocomplete {
    background: #fff;
    border: 1px solid;
}
.ui-widget.ui-widget-content.ui-autocomplete li div,
.ui-widget.ui-widget-content.ui-autocomplete li {
	background:none;
	color:#000 !important;
}
.ui-datepicker-calendar {
    background: #fff;
}

#content table.table.custom-table select.form-control {
    padding: 3px;
    margin: 0;
    max-width: 115px;
}
.avatar-preview div {
    min-height: 108px;
    padding: 10px;
}

/* pick ring and header updates */
.wrapped_input > label {
  font-size:10px;
  position:absolute;
  margin-left:15px;
  margin-top:5px;
  color: #888;
}

/*.wrapped_input > input {
  padding-top:20px !important;
  padding-bottom:5px !important;
}*/

input.with_floating_label {
	padding-top:20px !important;
  	padding-bottom:5px !important;
}

select.with_floating_label {
	padding-top:20px !important;
  	padding-bottom:5px !important;
}

/*.wrapped_input > select {
  padding-top:20px !important;
  padding-bottom:5px !important;
}*/

span.mremove {
	border: 1px solid;
	border-radius: 5px;
	font-size: 8px;
	width: 10px;
	height: 10px;
	display: none;
	text-align: center;
	line-height: 9px;
	float: right;
	margin-top: -6px;
	margin-right: -13px;
	color: red;
	font-weight: bold
}
.active.show span.mremove {display: block;}

li.nav-item.addmoreli {
	position: absolute;
	right: 35px;
}
#myTabContent label,
#myTabContent a.btn {
	margin: 12px 0;
}
.notes {
	background: white;
	text-align:left;
}
.notes small{
	font-size: 80%;
	color: gray;
	padding: 2px;

}
.notes textarea {
	width:100%;
	height:200px;
}
.notes input {margin-bottom: 15px;}


.ui-autocomplete-category {
    font-weight: bold;
    padding: 5px;
    text-transform: capitalize;
}

.ui-autocomplete.ui-widget-content a {
    display: flex;
    color: #333;
	padding: 8px 10px !important;
	margin: 0 !important;
    border-width: 0 !important;
    border-bottom: 1px solid #ccc !important;
	cursor: pointer;
}

.ui-autocomplete.ui-widget-content li:hover,
.ui-autocomplete.ui-widget-content li:focus {
	border: none;
	outline: none;
}

.ui-autocomplete.ui-widget-content a:hover,
.ui-autocomplete.ui-widget-content a:focus {
	color: #da291c;
	outline: none;
}

.ui-autocomplete.ui-widget-content a img {
    height: 30px;
    margin: 5px 15px 0 0;
}

.ui-autocomplete.ui-widget-content a .result-logo {
	width: 40px;
	height: 30px;
	margin: 5px 15px 0 0;
	background-size: cover;
	background-position: center;
}

.ui-autocomplete.ui-widget-content a .result-text-container {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}

.ui-autocomplete.ui-widget-content a .result-text-container .order-number {
	padding-top: 10px;
}

.ui-autocomplete.ui-widget-content a span {
	line-height: 20px;
}

.ui-autocomplete.ui-widget-content a br + span {
	font-size: 14px;
	line-height: 16px;
	color: #555;
}

.ui-autocomplete.ui-widget-content a:hover br + span {
	color: #da291c;
}

.ui-autocomplete.ui-widget-content a .highlight {
	font-weight: 600;
}

.ui-autocomplete .ui-menu-item-wrapper {
	display: inline-block;
}

.activities {
	padding: 20px 0;
	min-height: 60vh;
}

.activities .activity {
	display: flex;
	justify-content: flex-start;
	color: #333;
}

.activities .activity > *:last-child {
	flex-grow: 1;
}

.activities .activity .activity-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.activities .activity .activity-header .timeago {
	font-size: 14px;
	color: #777;
}

.activities .activity .activity-image {
	width: 70px;
	height: 55px;
	margin: 0px 15px 0 0;
	background-size: cover;
	background-position: center;
}

.stream-nav {
	margin-top: 20px;
}

.stream-nav .nav-pills .nav-link.active,
.stream-nav .nav-pills .show>.nav-link {
	background-color: #f70000;
}



.selected-addon {
	border-color: red !important;
	border-width: 2px !important;
	background: white;
}

.addon-p {
	margin-bottom:15px;
	border: 1px solid #dcdfe6;
	padding: 15px;
	overflow-y: auto;
}

.smaller_button {
	padding:7px !important;
}

.nav-item-notifications {
	position: relative;
}

.nav-item-notifications .notifications {
	position: absolute;
	z-index: 1000;
	min-width: 400px;
	left: -190px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	max-height: 80vh;
	overflow-y: scroll;
}

.nav-item-notifications .notifications .activities {
	padding: 0;
	min-height: 0;
}

.nav-item-notifications .notifications .activities .activity {
	padding: 12px;
    cursor: auto;
}

.nav-item-notifications .notifications .activities .activity.read {
    background-color: #eee;
}

.nav-item-notifications .notifications .activities .activity-group-header {
	font-size: 14px;
}

.nav-item-notifications .notifications .activities .activity-header .timeago {
	font-size: 10px;
}

.nav-item-notifications .notifications .activities .activity .activity-image {
	width: 50px;
    height: 45px;
}

.nav-item-notifications .notifications-icon .badge {
	position: absolute;
	top: -5px;
	right: -5px;
	color: #fff;
	background-color: #f70000;
	font-weight: normal;
	font-size: 11px;
	border-radius: 100%;
}

.nav-item-notifications .notifications .activities .activity .alert {
	margin-bottom: 0;
}





table.order_review_table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.order_review_table * {
  position: relative;
}
table.order_review_table td, table.order_review_table th {
  padding-left: 8px;
}
table.order_review_table thead tr {
  height: 60px;
  background: #36304a;
}
table.order_review_table tbody tr {
  height: 50px;
}
table.order_review_table tbody tr:last-child {
  border: 0;
}
table.order_review_table td, table.order_review_table th {
  text-align: left;
}
table.order_review_table td.l, table.order_review_table th.l {
  text-align: right;
}
table.order_review_table td.c, table.order_review_table th.c {
  text-align: center;
}
table.order_review_table td.r, table.order_review_table th.r {
  text-align: center;
}


table.order_review_table th{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

table.order_review_table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

table.order_review_table tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

.orderby_link {
	color: #000;
}

.orderby_link.activelink {
	color: red;
}