/*
Theme Name: Hey You Admin
Theme URI: http://beattheq.com
Author: Derek Mack
Author URI: http://derekmack.com
Description: Vendor administration site for Hey You
Version: 1.0
Text Domain: btq_admin
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('fonts/Museo_Slab_500-webfont.eot');
	src: url('fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Museo_Slab_500-webfont.woff') format('woff'),
		url('fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
		url('fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #fff;
	color: #333;
	font: 14px/18px 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.container {
	margin: 0 auto;
	overflow: visible;
	padding: 0 20px;
	width: 960px;
}
.container:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.main {
	padding: 0 0 80px 0;
}
.content {
	position: relative;
}
.content:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	clear: both;
}

/*
------------------------------------------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------------------------------------------
*/
h1 {
	font-family: 'MuseoSlab500Regular', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	color: #666d73;
	font-family: 'MuseoSlab500Regular', Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

h3 {
	font-family: 'MuseoSlab500Regular', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 18px 0;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;

	-webkit-font-smoothing: antialiased;
}
h4 small {
	color: #747474;
	font-size: 14px;
	font-weight: normal;
}
p {
	margin-bottom: 12px;
}
ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 12px;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 12px;
}
a {
	text-decoration: none;
	color: #0d92bf;
}
a:hover {
	color: #0d92bf;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*
------------------------------------------------------------------------------------------
ADMIN HEADER
------------------------------------------------------------------------------------------
*/
.admin-header {
	position: relative;
	width: 100%;
	z-index: 1000;
}
.user-bar {
	background-color: #37424a;
	color: #fff;
	height: 44px;
}
.user-bar #logo {
	float: left;
	margin: 7px 0;
}
.user-bar h4 {
	float: left;
	line-height: 26px;
	margin: 9px 20px;
}
.user-bar p {
	float: right;
	line-height: 26px;
	margin: 9px 0;
}
.user-bar .venue {
	font-size: 16px;
}
.user-bar .user {
	font-family: 'MuseoSlab500Regular', Arial, sans-serif;
	margin-left: 20px;
}
.user-bar .user .ui-button {
	background: #4b555c;
	border-radius: 3px;
	color: #fff;
	line-height: 26px;
	padding: 0 5px 0 5px;
}
.user-bar .user a:hover {
	background-color: #0d92bf;
	text-decoration: none;
}
.user-bar .user .ui-button-label {
	background-image: url('images/icon-right-02-16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}

/*
------------------------------------------------------------------------------------------
ADMIN MENU
------------------------------------------------------------------------------------------
*/
.admin-menu {
	background-color: #ebf3fa;
	border-bottom: 1px solid #d5dde3;
	height: 43px;
}
.admin-menu h4 {
	color: #394652;
	line-height: 30px;
	padding: 7px 0 6px 0;
}
.admin-menu ul.menu {
	font-weight: normal;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 7px 0 6px 0;
}
.admin-menu ul.menu li {
	float: left;
	font-size: 16px;
}
.admin-menu ul.menu li a {
	border-radius: 3px;
	color: #394652;
	display: block;
	margin: 0 6px 0 0;
	padding: 0 10px;
}
.admin-menu ul.menu li.selected a {
	background-color: #394652;
	color: #fff;
	text-decoration: none;
}
.admin-menu ul.menu li a:hover {
	background-color: #0d92bf;
	color: #fff;
	text-decoration: none;
}

/*
------------------------------------------------------------------------------------------
STEP MENU
------------------------------------------------------------------------------------------
*/
.step-menu {
	background: url('images/step-bg-sprite-2x.png') 0 0 no-repeat;
	background-size: 960px 120px;
	border-radius: 3px;
	font-family: 'MuseoSlab500Regular', Arial, sans-serif;
	height: 30px;
	margin-top: 28px;
	text-align: center;
}
.step-menu ul {
	list-style: none;
	margin: 0;
}
.step-menu ul.menu li {
	float: left;
	font-size: 16px;
	line-height: 30px;
	width: 320px;
}
.step-menu ul.menu li span {
	color: #ffffff;
}
.step-menu ul.menu li a {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	color: #fff;
	display: block;
	padding-right: 10px;
}
.step-1 .step-menu {
	background-position: 0 -30px;
}
.step-2 .step-menu {
	background-position: 0 -60px;
}
.step-3 .step-menu {
	background-position: 0 -90px;
}

/*
------------------------------------------------------------------------------------------
CONTENT HEADER
------------------------------------------------------------------------------------------
*/
.content-header {
	border-bottom: 3px solid #d5dde3;
	padding: 26px 0;
}
.content-header h1 {
	display: inline;
	margin: 0;
}
.content-header a {
	background: url('images/icon-right-03-16.png') right center no-repeat;
	float: right;
	line-height: 28px;
	padding-right: 18px;
}

.content-header .pos-info {
	float: right;
}

.content-header .pos-info-item {
	display: inline-block;
	font-size: 12px;
	background: rgba(60, 70, 81, 0.1);
	border-radius: 100px;
	padding: 5px 15px;	
	text-align: center;
}

.content-header .pos-synced {
	margin-right: 5px;
	padding-left: 27px;
	background: rgba(60, 70, 81, 0.1) url('images/synced-off.svg') 10px center no-repeat;
} 

.content-header .pos-synced.sync-on {
	background: #3C4651 url('images/synced-on.svg') 10px center no-repeat;
	color: #fff;	
}

.content-header .pos-name { 
	text-transform: capitalize;
}

/*
------------------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------------------
*/
.column {
	position: relative;
	width: 100%;
}
.column-left {
	float: left;
	width: 612px;
}
.column-right {
	float: right;
	width: 320px;
}
.column-even {
	float: left;
	width: 50%;
}
.section-header {
	margin: 28px 0 0 0;
}
.content-section {
	border-bottom: 1px solid #e3e3e5;
	padding: 28px 0;
}
.content-section:last-child {
	border: none;
}
.sidebar-main {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 20px;
}
.sidebar-main p:last-child {
	margin: 0;
}
.content-row {
	border-bottom: 1px solid #e3e3e5;
	clear: both;
}
.content-section:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

/*
------------------------------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------------------------------
*/

.ui-button {
	background-color: #0d92bf;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 14px 0 0;
	padding: 6px 5px;
	text-align: center;
}
.ui-button-label {
	display: block;
	padding: 0 5px;
}
.ui-button-forward .ui-button-label {
	background-image: url('images/icon-right-02-16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}
.ui-button:hover {
	background-color: #37424a;
	color: #fff;
	text-decoration: none;
}
.ui-button-secondary {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #808080;
	padding: 5px 4px;
}
.ui-button-secondary:hover {
	background-color: #f2f2f2;
	color: #808080;
}
.ui-button-tertiary {
	background-color: #8b8b8f;
	color: #fff;
}
.ui-button-tertiary:hover {
	background-color: #6f6f6f;
	color: #fff;
}

/*
------------------------------------------------------------------------------------------
NOTICE
------------------------------------------------------------------------------------------
*/
.ui-notice {
	background-color: #ebf3fa;
	border-radius: 3px;
	margin-top: 28px;
	padding: 16px;
	position: relative;
}
.ui-notice p {
	margin: 0;
	padding: 0 34px;
}
.ui-notice .ui-checklist li {
	padding: 0;
}
.ui-notice-success {
	background-color: #ecffdb;
}
.ui-notice-alert {
	background-color: #ffffe0;
}
.ui-notice-error {
	background-color: #fcf3eb;
}
.ui-notice-icon {
	direction: ltr;
	left: 16px;
	height: 24px;
	position: absolute;
	text-indent: -999em;
	top: 12px;
	width: 24px;
}
.ui-notice-icon-info {
	background: url('images/notice-icon-info.png') 0 0 no-repeat;
	background-size: 24px 24px;
}
.ui-notice-icon-success {
	background: url('images/notice-icon-success.png') 0 0 no-repeat;
	background-size: 24px 24px;
}
.ui-notice-icon-alert {
	background: url('images/notice-icon-alert.png') 0 0 no-repeat;
	background-size: 24px 24px;
}
.ui-notice-icon-error {
	background: url('images/notice-icon-info.png') 0 0 no-repeat;
	background-size: 24px 24px;
}
.ui-notice-icon-close {
	background: url('images/notice-icon-close.png') 0 0 no-repeat;
	background-size: 24px 24px;
	left: auto;
	right: 16px;
}

/*
------------------------------------------------------------------------------------------
DOWNLOAD
------------------------------------------------------------------------------------------
*/
.platform-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.platform-list:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.platform-list li {
	float: left;
	position: relative;
	width: 50%;
}
.platform-list a {
	border-radius: 3px;
	display: block;
	margin: 0 14px 12px 0;
	padding: 10px 10px 10px 70px;
}
.platform-list h3 {
	margin: 0;
}
.platform-list p {
	color: #747474;
	margin: 0;
}
.platform-list a:hover {
	background-color: #ebf3fa;
	text-decoration: none;
}
.ui-download-icon {
	direction: ltr;
	left: 10px;
	height: 48px;
	position: absolute;
	text-indent: -999em;
	top: 6px;
	width: 48px;
}
.ui-download-icon-ios {
	background: url('images/download-icon-ios.png') 0 0 no-repeat;
	background-size: 48px 48px;
}
.ui-download-icon-android {
	background: url('images/download-icon-android.png') 0 0 no-repeat;
	background-size: 48px 48px;
}
.ui-download-icon-mac {
	background: url('images/download-icon-mac.png') 0 0 no-repeat;
	background-size: 48px 48px;
}
.ui-download-icon-windows {
	background: url('images/download-icon-windows.png') 0 0 no-repeat;
	background-size: 48px 48px;
}

/*
------------------------------------------------------------------------------------------
PROGRESS CHECKLIST
------------------------------------------------------------------------------------------
*/
.progress-checklist {
	background-color: #ffffe0;
	border-radius: 3px;
	font-size: 18px;
	line-height: 20px;
	padding: 16px 20px;
}
.progress-checklist h3 {
	margin: 0 0 8px 0;
}
.progress-checklist ol {
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}
.progress-checklist li {
	padding: 8px 30px;
	color: #0D92BF;
}

.progress-checklist li span {

}

.progress-checklist li small {
	display: block;
	padding: 4px 23px;
	font-size: 13px;
	color: #7a7a7a;
}

.progress-checklist li.todo {
	color: #bababa;
}

.progress-checklist li.complete {
	background: url('images/notice-icon-success.png') left center no-repeat;
	background-size: 24px 24px;
	text-decoration: line-through;
}

.progress-checklist li.complete, .progress-checklist li.complete a {
	color: #7a7a7a;
}

.progress-checklist .terminal-setup {
	margin-top: 10px;
	padding-left: 40px;

	/*background-color: orange;*/
}

	.progress-checklist .terminal-setup .section {
		float: left;
	}

		.progress-checklist .terminal-setup .section .title {
			display: block;
			font-size: 17px;
			margin-bottom: 8px;
		}

	.progress-checklist .terminal-setup .download {
	}

		.progress-checklist .terminal-setup .download ul {
			margin: 0 20px 0 0;
			list-style: none;
		}

		.progress-checklist .terminal-setup .download ul li {
			padding: 0;
			margin: 0 0 10px 0;
		}

		.progress-checklist .terminal-setup .download ul li button {
			margin: 0;
			padding: 10px 15px 5px 15px;
			display: block;
			border: none;
			text-align: left;
			cursor: pointer;
			background-color: #ffffff;
		}

		.progress-checklist .terminal-setup .download ul li button:hover {
			background-color: #ebf3fa;
		}

		.progress-checklist .terminal-setup .download ul li img {
			float: left;
			width: 48px;
			height: 48px;
		}

		.progress-checklist .terminal-setup .download ul li .info {
			margin-left: 60px;
			width: 150px;
		}

		.progress-checklist .terminal-setup .download ul li .info h3 {
			margin-bottom: 0px;
		}

		.progress-checklist .terminal-setup .download ul li .info p {
			font-size: 14px;
			color: #747474;
		}

	.progress-checklist .terminal-setup .or {
		margin: 0 20px 0 0;
		padding-top: 90px;
		height: 100px;

		/*background-color: red;*/
	}

	.progress-checklist .terminal-setup .pos {
	}


/*
------------------------------------------------------------------------------------------
TABLES
------------------------------------------------------------------------------------------
*/
.ui-table {
	border: 1px solid #bdbdbf;
	border-collapse: separate;
	border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	width: 100%;
}
.ui-table th,
.ui-table td {
	padding: 0;
}
/* Table Header */
.ui-table thead {
	background-color: #f2f2f2;

	background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
	background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(#ffffff, #f0f0f0);
	background-image: -o-linear-gradient(#ffffff, #f0f0f0);
	background-image: linear-gradient(#ffffff, #f0f0f0);
}
.ui-table thead th {
	border-bottom: 1px solid #bdbdbf;
	text-align: left;
	padding: 12px 5px;
}
.ui-table thead th:first-child {
	border-top-left-radius: 3px;
}
.ui-table thead th:last-child {
	border-top-right-radius: 3px;
}
.ui-table th a {
	color: #71767a;
	display: block;
	padding: 12px 10px;
}
.ui-table th {
	color: #71767a;
}
.ui-table th.pimg {
	width: 32px;
	padding: 12px 5px;
}


/* Table Body */
.ui-table tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.ui-table tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
/* Disable tap highlighting */
.ui-table tbody a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* Use jQuery for hover state */
.ui-table tbody tr:hover {
	background: #ebf3fa;
	border-bottom: 1px solid #d3d3d5;
	cursor: pointer;
}
.ui-table td a {
	color: #333;
	vertical-align : middle;
}
.ui-table tr:last-child td {
	border-bottom: none;
}
.ui-table tbody a:hover {
	text-decoration: none;
}
.ui-table td {
	border-bottom: 1px solid #d3d3d5;
	vertical-align : middle;
	padding: 0px 5px;
}

.ui-table td.ui-table-pimg {
	width: 40px;
	padding: 0px 0px;
}
.ui-table td.ui-table-name {
	min-width: 250px;
}
.ui-table td.ui-table-name .icon-cont {
	width: 8%;
	height: 11px;
	display: block;
	float: left;
}
.ui-table td.ui-table-name .diamond-icon,
.ui-table td.ui-table-name .emerald-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -4px;
}
.ui-table td.ui-table-name .product-name-input  {
	width: 92%;
}

.ui-table td.ui-table-pcode {
	min-width: 80px;
}
.ui-table td.ui-table-pid {
	min-width: 70px;
}
.ui-table td.ui-table-status {
	min-width: 90px;
}
.ui-table td.ui-table-price {
	min-width: 45px;
}
.ui-table td.ui-table-uuid {
	min-width: 220px;
}

.ui-table input {
	width: 100%;
    border: none;
    font-size: 13px;
	padding: 0px 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-table input.ui-inputPrice{
	width: 45px;
}

.ui-table img {
	display: block;
	float: left;
	border: transparent 4px solid;
}

/* Custom Tables */

#me-product-table.ui-table td.name {
	font-weight: bold;
	/*padding-left: 37px;*/
}
#me-product-table a {
	outline: none;
}

#me-vendor-contacts-table td {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*
------------------------------------------------------------------------------------------
ADMIN FOOTER
------------------------------------------------------------------------------------------
*/
.admin-footer {
	color: #7a7a7a;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.footer-content {
	border-top: 1px solid #e3e3e5;
	height: 18px;
	padding: 28px 0;
}
.footer-content .copyright {
	float: right;
	text-align: right;
}
.footer-content .menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-content .menu li {
	display: inline;
}
.footer-content .menu li a {
	color: #7a7a7a;
	padding: 0 20px 0 0;
}

/*
------------------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------------------
*/
.form-action {
	padding-top: 28px;
}
.field-group {
	padding-bottom: 28px;
}
.field-group:last-child {
	padding-bottom: 0;
}
.field-group .ui-button {
	margin: 12px 0;
}
textarea {
	resize: vertical;
}
.ui-input-text {
	border: 1px solid #d3d3d5;
	color: #000;
	font-family: 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	margin: 6px 14px 6px 0;
	padding: 8px 10px;
	width: 260px;

	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}

p.warning {
	color: #f60;
}
input.ui-input-text {
	height: 18px;
}
.ui-input-text:focus {
	border-color: #0d92bf;
	outline: none;
}
.ui-input-text.search {
	background-image: url('images/icon-search-16.png');
	background-position: 9px center;
	background-repeat: no-repeat;
	border-radius: 17px;
	margin: 0;
	padding: 6px 10px 6px 30px;
	width: 266px;
}
.search-loader {
	position: relative;
}
.search-loader .loading {
	display: none;
	position: absolute;
	top: 8px;
	left: 285px;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
.ui-radio {
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.ui-radio input {
	display: none;
}
.ui-input-text.ui-input-large {
	font-size: 18px;
	height: 22px;
	width: 420px;
}
.ui-input-text.ui-input-large-long {
	font-size: 18px;
	height: 22px;
	width: 940px;
}
.ui-input-text.ui-input-wide {
	display: block;
	width: 420px;
}
.ui-input-text.ui-input-extra-wide {
	display: block;
	width: 575px;
}
.ui-input-block {
	display: block;
}
.ui-select {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 13px;
	height: 28px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
}
.ui-dropdown {
	position: relative;
}
.ui-dropdown:last-child {
	margin: 0;
}
.ui-dropdown .ui-button {
	border: 1px solid #c2c2c2;
	background-color: #f9f9f9;
	color: #333;
	cursor: pointer;
	font: 14px/26px 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	margin: 0;
	padding: 0 5px;
	position: relative;
	text-align: left;
	width: 100%;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#fcfcfc, #f0f0f0); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#fcfcfc, #f0f0f0); /* FF3.6 */
	background-image: -ms-linear-gradient(#fcfcfc, #f0f0f0); /* IE10 */
	background-image: -o-linear-gradient(#fcfcfc, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(#fcfcfc, #f0f0f0);

	box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.8);

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ui-dropdown .ui-button .ui-button-label {
	background-image: url('images/icon-down-01-16.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.ui-select-referrer,
.ui-select-country,
.ui-select-state  {
	margin: 12px 0;
	width: 282px;
}
.ui-select-day {
	float: left;
	margin: -5px 0 0 0;
	width: 100px;
}
.ui-add-or-remove {
	float: left;
	margin: -5px 0 0 0;
	width: 100px;
}
.ui-day {
	clear: both;
	color: #747474;
	height: 30px;
	padding: 6px 0;
}
.ui-quarter .ui-select-quarter {
	float: left;
	height: 28px;
	margin: -5px 0 0 0;
	width: 220px;
}
.ui-date,
.ui-quarter {
	clear: both;
	height: 30px;
	padding: 6px 0;
}
.ui-date .ui-input-text {
	float: left;
	margin: -5px 0 0 0;
	padding: 4px 5px;
	width: 100px;
}
.ui-date .ui-button-tertiary,
.ui-quarter .ui-button-tertiary {
	float: left;
	margin: -5px 10px 0 10px;
	padding: 5px 10px;
}
.ui-label-day {
	display: block;
	float: left;
	width: 90px;
}
.ui-label-from {
	display: block;
	float: left;
	width: 50px;
}
.ui-label-to {
	display: block;
	float: left;
	text-align: center;
	width: 40px;
}
.ui-label-quarter {
	display: block;
	float: left;
	width: 100px;
}

.ui-addphoto {
	border: 1px solid #d3d3d5;
	border-radius: 3px;
	cursor: pointer;
	height: 88px;
	overflow: hidden;
	position: relative;
	width: 88px;

	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}
.ui-addphoto.loading {
	background-image: url('images/ajax-loader.gif');
	background-size: 31px 31px;
}
.ui-addphoto-avatar {
	background: #fff url('images/addphoto-profile.png') center center no-repeat;
	background-size: 88px 88px;
}
.ui-addphoto-product {
	background: #fff url('images/addphoto-product.png') center center no-repeat;
	background-size: 88px 88px;
}
.ui-addphoto-cover {
	background: #fff url('images/addphoto-cover.png') center center no-repeat;
	background-size: 88px 88px;
	height: 88px;
	width: 132px;
}
.ui-addphoto-home {
	background: #fff url('images/addphoto-cover.png') center center no-repeat;
	background-size: 88px 88px;
	height: 88px;
	width: 132px;
}
.ui-addphoto img {
	border-radius: 2px;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.ui-addphoto .ui-input-file {
	border: 0;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	/* Set transparent to hide it from view */
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
.ui-checklist {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.ui-checklist li {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
	position: relative;
}
.ui-checklist li:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.ui-checklist strong {
	font-size: 16px;
}
.ui-checklist label {
	/*float: left;
	margin: 0 0 0 8px;*/
	display: block;
	padding: 0 0 0 24px;
}
.ui-checklist li small {
	display: block;
	font-size: 12px;
}
.ui-checklist input {
	float: left;
	margin: 0;
	position: relative;
}
.ui-checklist input.ui-input-radio {
	margin-top: 1px;
}
.ui-checklist input.ui-input-checkbox {
	margin-top: 2px;
}
ul li.on strong, span.status-on strong {
	color: #55ab00;
}
ul li.out strong, span.status-out strong {
	color: #de752f;
}
ul li.off strong, span.status-off strong {
	color: #cc3d3d;
}
.uploader-container {
	overflow: hidden;
}
.uploader-message {
	clear: left;
	width: 242px;
}
.ui-uploader {
	float: left;
	margin: 0 18px 12px 0;
}

.ui-adder-row {
	clear: both;
	height: 40px;
}
.ui-adder p {
	clear: both;
	padding: 6px 0;
}
.ui-adder .ui-input-text {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 5px;
	width: 110px;
}
.ui-select-contact {
	float: left;
	margin: 0 10px 0 0;
	width: 130px;
}
.ui-adder-remove {
	float: left;
	height: 32px;
	position: relative;
	top: -2px;
	width: 32px;
}

.ui-videoplayer {
	background: #000;
	height: 320px;
	margin: 16px 0 0 0;
	width: 580px;
}
.ui-videoplayer p {
	color: #999;
	font-size: 36px;
	font-weight: bold;
	line-height: 320px;
	text-align: center;

}

/*
------------------------------------------------------------------------------------------
ICONS
------------------------------------------------------------------------------------------
*/
.icon-settings {
	background-image: url('images/icon-settings-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-addremove {
	background-image: url('images/icon-add-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-addremove.added {
	background-image: url('images/icon-remove-16.png');
}
.icon-radio-off {
	background-image: url('images/icon-radio-off-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-radio-on {
	background-image: url('images/icon-radio-on-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-default-off {
	background-image: url('images/icon-star-off-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-default-on {
	background-image: url('images/icon-star-on-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-checkbox-off {
	background-image: url('images/icon-checkbox-off-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-checkbox-on {
	background-image: url('images/icon-checkbox-on-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-accept {
	background-image: url('images/icon-accept-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-cancel {
	background-image: url('images/icon-cancel-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-delete {
	background-image: url('images/icon-remove-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------------------------
JQUERY UI DATEPICKER
------------------------------------------------------------------------------------------
*/
.ui-datepicker {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e3e3e5;
	border-left-color: #d3d3d5;
	border-right-color: #d3d3d5;
	border-bottom-color: #ccc;
	display: none;

	-webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 6px 9px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 6px 9px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-header {
	background-color: #f2f2f2;
	border-bottom: 1px solid #bdbdbf;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 36px;
	line-height: 36px;
	position: relative;

	background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
	background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(#ffffff, #f0f0f0);
	background-image: -o-linear-gradient(#ffffff, #f0f0f0);
	background-image: linear-gradient(#ffffff, #f0f0f0);
}
.ui-datepicker-title {
	padding: 0 37px;
	text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	height: 36px;
	position: absolute;
	width: 36px;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
	direction: ltr;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
}
.ui-datepicker-prev {
	border-right: 1px solid #d3d3d5;
	left: 0;
}
.ui-datepicker-prev .ui-icon {
	background-image: url('images/icon-left-01-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.ui-datepicker-next {
	border-left: 1px solid #d3d3d5;
	right: 0;
}
.ui-datepicker-next .ui-icon {
	background-image: url('images/icon-right-01-16.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.ui-datepicker-calendar {
	border-collapse: separate;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 100%;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	border-bottom: 1px solid #d3d3d5;
	height: 36px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	width: 36px;
}
.ui-datepicker-calendar th {
	color:#71767a;
}
.ui-datepicker-calendar td {
	border-right: 1px solid #d3d3d5;
}
.ui-datepicker-calendar td:first-child {
	border-left: none;
}
.ui-datepicker-calendar td:last-child {
	border-right: none;
}
.ui-datepicker-calendar tr:last-child td {
	border-bottom: none;
}
.ui-datepicker-calendar tr:last-child td:first-child,
.ui-datepicker-calendar tr:last-child td:first-child a {
	border-bottom-left-radius: 4px;
}
.ui-datepicker-calendar tr:last-child td:last-child,
.ui-datepicker-calendar tr:last-child td:last-child a {
	border-bottom: none;
	border-bottom-right-radius: 4px;
}
.ui-datepicker-calendar .ui-datepicker-unselectable {
	background: #f5f5f5;
	color: #999;
}
.ui-datepicker-calendar a {
	color: #444;
	display: block;
	height: 100%;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #ebf3fa;
	color: #0d92bf;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
	background: #0d92bf;
	color: #fff;
}

.line-error {
	color: #ee1111;
}

.pagination {
	width: 100%;
	align: right;
}

.pagination ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

	.pagination li {
		float: left;
		padding: 6px 12px;
		margin-right: 6px;
		border: 1px solid #D3D3D5;
	}

	.pagination li a {
		display: block;
	}

	.pagination li.selected a {
		font-weight: bold;
	}

.ui-vendor-table {

}

	.ui-vendor-table thead th {
		/*padding: 10px;*/
		text-align: center;
		font-weight: bold;
		color: #71767A;
	}

	.ui-vendor-table tbody td {
		padding: 10px;
		display: table-cell;
		vertical-align: top;
		text-align: center;
	}

	.ui-vendor-table tbody td img {
		margin: 0;
		padding: 0;
		border: none;
		width: 44px;
		height: 44px;
	}

	.ui-vendor-table tbody td img.wide {
		width: 67px;
	}

	#statements-table th.wide {
		min-width: 85px;
	}

.phone-preview {
	position: relative;
	height: 327px;
}

	.phone-preview .info {
		position: absolute;
		top: 280px;
		left: 85px;
		width: 215px;
		height: 40px;
	}

	.phone-preview .title {
		position: absolute;
		top: 0px;
		left: 0px;
		color: #009fe1;
		font-size: 16px;
		font-weight: 700;
		font-family: "PT Sans",sans-serif;
	}

	.phone-preview .address {
		position: absolute;
		top: 20px;
		left: 0px;
		color: #959ca2;
		font-size: 13px;
		font-weight: 400;
		font-family: "PT Sans",sans-serif;
		width: 215px;
		height: 17px;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}

	.phone-preview .background {
		position: relative;
		left: -20px;
		top: 328px;
		width: 360px;
		height: 15px;
		background: url(images/phone-preview-gap.png) 0 0 no-repeat;
		opacity:0.7;
		filter:alpha(opacity=70);
	}

	.phone-preview img {
		position: absolute;
	}

	.phone-preview .cover-preview {
		position: absolute;
		top: 142px;
		left: 18px;
		overflow: hidden;
	}

		.phone-preview .cover-preview .inner {
			position: relative;
			width: 284px;
			height: 123px;
			display: table-cell; vertical-align: middle;
		}

		.phone-preview .cover-preview .inner img {
			top: -31px;
		}

	.phone-preview .avatar-preview {
		position: absolute;
		top: 275px;
		left: 28px;
		width: 51px;
		height: 52px;
	}


#beacon-details {

	/*background-color: orange;*/
}

	#beacon-details td {
		vertical-align: middle;
	}

	#beacon-details tr {
		display: block;
		margin-bottom: 40px;
	}

	#beacon-details .beacon-event {
		width: 400px;
	}

	#beacon-details .beacon-event label {
		float: left;
	}

/*
------------------------------------------------------------------------------------------
Stylesheets for vendor portal dashboard promotion table
------------------------------------------------------------------------------------------
*/
	.promoTextarea {
		border: none;
		resize: none;
		font-size: 100%;
		width: 100%;
    	font-style: inherit;
	    font-variant: inherit;
	    font-weight: inherit;
	    font-stretch: inherit;
	    line-height: inherit;
	    font-family: inherit;
	    padding-top: 0px;
	    vertical-align: top;
	}
	.promoHeader {
		font-weight: 600;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
		padding-left: 5px;
    	padding-right: 5px;
    	text-align: middle;

	}
	.promoCol {
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 5px;
    	padding-right: 5px;
		font-size: 100%;
	}
	.promoSponsor {
		width: 50px;
	}
	.promoName {
		min-width: 100px;
		word-wrap: break-word;
	}
	.promoMessage {
		min-width: 150px;
		word-wrap: break-word;
	}
	.promoDate {
		word-wrap: break-word;
		width: 75px;
	}
	.promoNumber {
		text-align: right;
	}
	.loyaltyBuyX {
		width: 10px;
	}

/*
------------------------------------------------------------------------------------------
Stylesheets for maintenance page
------------------------------------------------------------------------------------------
*/

.maintenance-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.maintenance-container .svg-container {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;

	@media (max-width: 575px) {
		gap: 100px;
	}
}

.maintenance-container .svg-container .rocket-container {
  position: relative;
  background-image: url('images/maintenance/maintenance-circle.svg');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.maintenance-container .text-container {
	width: 476px;
	margin-top: 60px;
	font-family: 'Montserrat';
	font-style: normal;
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-sizing: border-box;

	@media (max-width: 575px) {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 40px;
	}
}

.maintenance-container .text-container > .title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.maintenance-container .text-container > .subtitle {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.text-center {
	text-align: center;
}