#page-wrapper {
	overflow: hidden;
}

.maxwidth
{
	width: 100%;
}

.maxheight
{
	height: 100%;
}

.logo-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

form label.control-label
{
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 0 !important;
}

/* netherlands */
.nl {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNjAwIiB2aWV3Qm94PSIwIDAgOSA2Ij4NCjxwYXRoIGZpbGw9IiMyMTQ2OGIiIGQ9Im0wLDBoOXY2aC05eiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg5djRoLTl6Ii8+DQo8cGF0aCBmaWxsPSIjYWUxYzI4IiBkPSJtMCwwaDl2MmgtOXoiLz4NCjwvc3ZnPg0K');
	width: 24px;
	height: 16px;
	background-size: 100% 100%;
	display: inline-block;
}

/* united_kingdom */
.gb {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
	width: 24px;
	height: 16px;
	background-size: 100% 100%;
	display: inline-block;
}

.button-social
{
	padding: 10px;
	text-align: center;
	display: block;
}

.scrollable-hor
{
	overflow-x: auto;
}

.scrollable-ver
{
	overflow-y: auto;
}

.clickable-headers th:hover
{
	cursor: pointer;
	background-color: #cfcfcf;
}

.clickable:hover{
	cursor: pointer;
	background-color: #cfcfcf;
}

/* vertical alignment styles */

.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
	height: 100%;
}
.col-full-height {
	height: 100%;
	vertical-align: middle;
}
.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
}
.col-xs-height {
	display: table-cell;
	float: none !important;
}

@media (min-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}
@media (min-width: 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}
}

#tafelList
{
	padding-right: 16px;
	padding-bottom: 16px;
}

.tafelListTabContainer
{
	padding: 0px;
	display: block;
}

.tafelListTabContainer .tafelListTab:first-child
{
	margin-top: 8px;
	border-top: 1px solid #E12D5A;
	border-top-left-radius: 4px 4px;
}

.tafelListTabContainer .tafelListTab:last-child
{
	bottom: 8px;
	border-bottom: 1px solid #E12D5A;
	border-bottom-left-radius: 4px 4px;
}

.tafelListTab
{
	list-style-type: none;
	display: block;
	padding: 8px 12px 8px 12px;
	border-left: 1px solid #E12D5A;
}

.tafelListTab:hover
{
	background: #E62C55;
	cursor: pointer;
}

.tafelListTab input[type=checkbox]
{
	float: right;
	position: absolute;
	right: 4px;
}

.tafelListTab.active
{
	background: linear-gradient(to bottom, #E22B57 0px, #E62C55 100%);
	color: #FFFFFF;
	border-color: #E12D5A;
}

.tafelListTab.enabled
{
	font-weight: 600;
}

.tafelListTab.some-enabled
{
	font-style: italic;
}

.tafelListTab::before
{
	width: .8em;
	height: .8em;
	border-radius: .4em;
	display: inline-block;
	margin-right: 4px;
	content: " ";
	background: #F7AD36;
}

.tafelListTab.tafelVrij::before
{
	background: #35CC35;
}

.tafelListTab.tafelBezet::before
{
	background: #C23A3A;
}

.itemViewContainer
{
	border: 1px solid #E12D5A;
	background: #F8F8F8;
	border-radius: 4px 4px;
	padding: 8px;

	min-height: 150px;
}

.itemViewContainer::before
{
	content: "Tafels in deze zone:";
	margin-bottom: 8px;
	display: block;
}

.itemViewContainer .tafelVrij
{
	background: #efe;
	color: #010;
}

.itemViewContainer .tafelBezet
{
	color: #caa;
	background: #fee;
}

.itemViewContainer label
{
	margin: 0 4px 0 4px;
}

#reserveringParts .list-item
{
	height: 2em;
	padding: 5px;
}

#reserveringParts .list-item:hover
{
	background: #ccc;
	cursor: pointer;
}

#reserveringParts .active
{
	background: #aac;
}

#reserveringParts .list::before
{
	content: "Tijdstippen in deze reservering:";
	font-weight: 900;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	text-align: center;
}

#reserveringParts .list
{
	border: 1px solid;
	padding: 4px;
	margin-bottom: 16px;
	margin-top: 8px;
}

#reserveringParts .container
{
	display: none;
}

td .lowResInfoLabel
{
	display: none;
}

.tableWithSameSizeColumns
{
	table-layout: fixed;
}

/* Tables */

.tables-form {
	width: 100%;
	max-width: 600px;
}

.tables-form .tables-list
{
	margin-bottom: 15px;
}

.tables-form .tables-list-item
{
	border-top: 1px solid #e7eaec;
	padding: 10px;
	font-size: 0;
	background-color: #fff;
	cursor: move;
}

.tables-form .tables-list-item .tables-list-item-body
{
	font-size: 12px;
	width: 80%;
}

.tables-form .tables-list-item .tables-list-item-tools
{
	text-align: right;
	width: 20%;
}

.tables-form .tables-list-item .tables-list-item-body,
.tables-form .tables-list-item .tables-list-item-tools
{
	display: inline-block;
	vertical-align: top;
}

.tables-form .tables-list-item .tables-list-item-body .form-group
{
	display: inline-block !important;
	vertical-align: top;
	margin: 0 0 0 2%;
}

.tables-form .tables-list-item .tables-list-item-body .form-group:first-child
{
	margin-left: 0;
}

.tables-form .tables-list-item .tables-list-item-body .form-group input {
	width: 100%;
}

.tables-form .tables-list-item .tables-list-item-body .form-group:nth-child(1)
{
	width: 20%;
}

.tables-form .tables-list-item .tables-list-item-body .form-group:nth-child(2)
{
	width: 46%;
}

.tables-form .tables-list-item .tables-list-item-body .form-group:nth-child(3)
{
	width: 30%;
}

.tables-form .tables-list-item .tables-list-item-body .select2-container .select2-selection {
	min-height: 34px;
}

.tables-form .tables-list-item .tables-list-item-tools
{
	margin-top: 5px;
}

.tables-form .tables-titles
{
	width: 80%;
}

.tables-form .tables-titles div
{
	display: inline-block;
	line-height: 18px;
	padding: 8px;
}

.tables-form .tables-titles .tables-titles__table-number
{
	width: 20%;
}

.tables-form .tables-titles .tables-titles__number-of-persons
{
	width: 46%;
}

.tables-form .tables-titles .tables-titles__zones
{
	width: 30%;
}


/* Aanwezig checkbox */
.aanwezig-checkbox-header, .aanwezig-checkbox-cell {
	text-align: center;
	width: 8em;
}

.aanwezig-checkbox, .aanwezig-checkbox-without-events {
	cursor: pointer;
	font-size: 1.25em;
	margin-left: 0.5em;

	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aanwezig-checkbox.fa-hourglass-half, .aanwezig-checkbox-without-events.fa-hourglass-half {
	color: #4F8FEB;
}
.aanwezig-checkbox.fa-exclamation-circle, .aanwezig-checkbox-without-events.fa-exclamation-circle {
	color: #AA0000;
}
.aanwezig-checkbox.fa-thumbs-o-up, .aanwezig-checkbox-without-events.fa-thumbs-o-up {
	color: #09B291;
}

@media print {
	/* Lots of !important to override bootstraps default behaviour */
	.table-printable
	{
		border: 1px solid #000000 !important;
		border-collapse: collapse !important;
	}

	.table-printable th, .table-printable th:hover, .table-printable .down, .table-printable .mozilla {
		background: #000000 !important;
		color: #FFFFFF !important;
		font-weight: 600;
		border: 1px solid #000000 !important;
	}

	.table-printable td, .table-printable, .table-printable td:hover, .table-printable:hover {
		border: 1px solid #000000 !important;
		color: #000000 !important;
		border-collapse: collapse !important;
	}

	.table-printable tr:nth-child(even) td
	{
		background: #EFEFEF !important;
	}

	.table-printable tr:nth-child(odd) td
	{
		background: #FFFFFF !important;
	}

	.table-printable .sign
	{
		display: none !important;
	}

	body, .panel, .panel-body{
		padding: 0;
	}

	#page-wrapper
	{
		margin: 0 !important;
	}

	.navbar, .navbar-default, .pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done .footer, .breadcrumb
	{
		display: none !important;
	}
}

.checkbox.multicolumn
{
	float: left;
	min-width: 100px;
}
.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

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

.clearfix {
	display: inline-block;
}

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

* html .clearfix {
	height: 1%;
}

.product-limit-editor td.limit-set {
	background: #eeffee;
}

.product-limit-editor td.blocked {
	background: #ffeeee;
}

.ibox-content.payment {
	background-color: #FFF;
}

#payment-icons {
	font-size: 70px;
	cursor: pointer;
	background-color: #FFF;
}

.stripe-button-el {
	display: none!important;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
	font: 14px Helvetica, Arial;
	/* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
	width: 100%; /* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 34px; /* Height of the drop down */
	line-height: 34px; /* Vertically positions the drop down text */
	display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
	outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

/* Button Text */
.selectboxit-text {
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;  /* Minimum Width of the dropdown list box options */
	*width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor{
	padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 5px; /* Horizontal Positioning of the select box option text */
	margin: 0;
	list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
	font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
	cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
	/* Positions the down arrow */
	width: 30px;
	position: absolute;
	right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	/* Horizontally centers the down arrow */
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
	background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
	border: 1px solid #e5e6e7;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #333333;
	background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
}

.selectboxit-default-arrow {
	width: 21px;
	height: 34px;
	background: url('/assets/images/arrow.png') no-repeat right;
	background-size: 21px;
	background-position-y: -21px;
}

.selectboxit-list {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
	color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}

ul.no-style
{
	padding: 0;
	margin: 0;
}

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

.foldout-toggle
{
	display: none;
}

.foldout-toggle ~ label
{
	cursor: pointer;
}

.foldout-toggle ~ .foldout
{
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
	background: #fafafa;
	visibility: hidden;
	display: block;
}

.foldout-toggle:checked ~ .foldout
{
	margin: 15px 0 15px 0;
	max-height: 500px;
	box-shadow: 1px 2px 16px #ccc;
	padding: 10px;
	width: auto;
	visibility: visible;
}


.klantinfo-popup
{
	background: #fafafa;
	box-shadow: 2px 2px 20px #AAA;
	padding: 0;
	border: 1px solid #aaa;
	z-index: 1000;
	opacity: 0.95;
	display: block;
}

.klantinfo-popup .container
{
	width: auto;
	max-height: 800px;
	overflow: auto;
	min-width: 400px;
	padding: 0;
	margin: 0;
}

.klantinfo-popup .header
{
	background: #fefefe;
	border-bottom: 1px dashed #000;
	font-weight: 900;
	text-align: center;
	border-radius: 4px 4px 0 0;
	display: flex;
	padding: 8px;
}

.klantinfo-popup .title
{
	background: #fefefe;
	color: #000;
	text-align: center;
	padding: 8px;
}

.klantinfo-popup .title h2
{
	font-size: 10pt;
	padding: 0;
	margin: 0;
	font-weight: 900;
}

.klantinfo-popup .header
{
	text-align: left;
}

.klantinfo-popup .header div
{
	align-self: center;
}

.klantinfo-popup .header div p
{
	margin-bottom: 0;
}

.klantinfo-popup .header h2
{
	margin-top: 0;
}

.klantinfo-popup .header .image-cropper
{
	margin-right: 10px;
}

.klantinfo-popup .header .image-cropper > *
{
	text-align: center;
}

.klantinfo-popup .header
{
	font-size: 90%;
}

.klantinfo-popup .header .options
{
	text-align: right;
}

.klantinfo-popup .content
{
	display: flex;
	flex-direction: row;
}


.klantinfo-popup .content .column
{
	min-width: 240px;
	overflow: auto;
	max-height: 240px;
	border-right: 1px dotted #ddd;
}

.klantinfo-popup .content .column:last-of-type
{
	border-right: none;
}

.klantinfo-popup .field
{
	border-bottom: 1px dotted #eee;
	display: flex;
	background: #fafafa;
	padding: 8px 16px 8px 16px;
}

.klantinfo-popup .field .text
{
	flex: 1;
	font-weight: 900;
}

.klantinfo-popup .field .input
{
	flex: 0;
	float: right;
	width: 50%;
}

.klantinfo-popup .field input.input
{
	border: 1px dotted #ccc;
}

.image-cropper
{
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.iamge-cropper img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.clickable-row
{
	cursor: pointer;
}

.remote-data-editor
{
}

.remote-data-editor.loading
{
	text-align: center;
}

.control-label
{
	text-align: left !important;
}

.profile-image
{
	width: 160px;
	height: 160px;
	background: #C5C5C5;

	font-size: 400%;
	font-weight: 900;

	text-align: center;
	line-height: 160px;
}

.borderless td, .borderless th, .borderless tr {
    border: none !important;
}

.big-stars .fa
{
	font-size: 32px;
	color: #E20A39;
}

.nav-second-level
{
	position: absolute !important;
	left: 10px !important;
	top: 100px !important;
	z-index: 1000 !important;
	border: 1px solid #E62B54 !important;
}

.nav-second-level li
{
	width: 100%;
	background: #fff;
}

.nav-second-level li:last-child
{
	margin-bottom: 0 !important;
}


.nav-second-level a:hover
{
	color: #000 !important;
	background: linear-gradient( rgba(230, 43, 84, 0.7), rgba(230, 43, 84, 0.7) ), url(http://thenexttable.com/wp-content/uploads/2015/07/bg-home.jpg);
}

.nav-second-level a
{
	padding-right: 52px;
}

.nav-second-level a *
{
	color: #000 !important;
	min-height: 0px;
	line-height: 30px;
}

.customer-topbar
{
	padding: 20px;
}

.customer-item {
	display: inline-block;
	width: 300px;
	background: #ffffff;
	border-left: solid 4px #DB3059;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	transition: .2s transform;

	box-shadow: 2px 2px 5px #eeeeee;
}

.customer-item:hover
{
	transform: scale(1.03, 1.03);
	background: #f9f9f9;
	color: #888888;

	box-shadow: 2px 2px 10px #cccccc;
}

.customer-item .profile-image
{
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.customer-item .customer-info
{
	padding-left: 30px;
}

.customer-item *
{
	color: #676a6c;
}

.customer-item .profile-image img {
	vertical-align: top;
}

.customerList
{
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	margin: 4px;
}

body.customer-list-bg .wrapper
{
	background: #F0EEEF;
}


.letter-header
{
	background: #FAFAFA;
	margin: 0 0 4px !important;
	padding: 5px 5px 5px 8px;
	border-left: 5px #ccc solid;
	z-index: 20;
	position: relative;
}

.letter-header-container {
	position: relative;
	left: 0;
	top: 0;
	width: calc(100% - 40px);
}

.letter-header-content
{
	margin-top: -40px;
}

.letter-header-wrapper
{
	margin-bottom: 8px;
}

.letter-header-fixed
{
	z-index: 10;
	position: relative;
	padding-left: 0;
}

.letter-link
{
	display: block;
	width: 28px;
	height: 3.7037037037%;
	text-align: center;
	vertical-align: bottom;

	text-decoration: none;
	color: #000;
	font-weight: 900;
}

.letter-link:hover
{
	cursor: pointer;
}

.letter-slider
{
	width: 40px;
}

.customer-topbar a
{
	color: #999999;
}

.customer-topbar a.active, .customer-topbar a:hover
{
	color: #E82C55;
}
