/**
 * Custom Font Icons
 */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qlm73q');
  src:  url('fonts/icomoon.eot?qlm73q#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qlm73q') format('truetype'),
    url('fonts/icomoon.woff?qlm73q') format('woff'),
    url('fonts/icomoon.svg?qlm73q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="rm-icon-"], [class*=" rm-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rm-icon-dashboard:before {
  content: "\e900";
}
.rm-icon-lock-plus:before {
  content: "\e901";
}
.rm-icon-rm-reorder:before {
  content: "\e902";
}

/**
 * General
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

* {
	font-family: 'Heebo', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
}

body {
	color: #7799a2;
}

.callout {
	color: #666;
}

table thead,
table {
	color: #7799a2;
}

table th:active {
	outline: none;
}

button:disabled,
input.button:disabled {
	background-color: #5e9ea1;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	border: 1px solid #e8e8e8;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	border: 1px solid #5e9ea1;
}

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

.dashboard-main .content-box label h6 {
	font-size: 0.9rem;
}

.full-width .row {
	max-width: 100%;
}

hr {
	margin: 1rem auto;
}

body {
	background-color: #eaedeb;
}

.boxed-select {
	border: 1px solid #e8e8e8;
}

.wide-button {
	margin-bottom: 0;
	padding: 0.75rem 2rem;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.alt-button {
	color: #5E9EA1;
	background-color: #CFDDDE;
}

select {
	color: #7799a2;
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #bdcacb;
	outline: none;
  background-image: url('/assets/caret-down.svg');
  background-position: 97% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}

select:disabled {
	background-image: none;
	border-bottom: 0;
	/*background-color: inherit;*/
}

input.select-style {
	color: #7799a2;
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #bdcacb;
	outline: none;
	background-image: url(/assets/caret-down.svg);
	background-position: 97% 50%;
	background-size: 9px;
	background-repeat: no-repeat;
	cursor: pointer;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #f7f8f7;
}

.breadcrumbs li {
	font-size: .875rem;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	color: #7799a2;
}
.navigation-buttons {
	padding: 1rem;
}

.reveal {
	border: 3px solid #5e9ea1;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	color: #5e9ea1;
	margin-bottom: 1rem;
}

.no-list-style {
	list-style-type: none;
}

ul.child-menu {
	margin-left: 0;
}

.tabs-title:first-child {
	/*border: 1px solid #e8e8e8;*/
	border-left: none;
}

.tabs-title.active {
	border-top-color: #fff;
}

.tabs-title {
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	/*border-bottom: 1px solid #e8e8e8;*/
	border-bottom: 1px solid #fff;
}

.navigation-buttons .button.tiny {
	padding: 1px 5px;
	margin: 0;
	background: transparent;
}

.navigation-buttons i {
	color: #5e9ea1;
}

.navigation-buttons .nav-title {
	margin-right: 1rem;
	color: #7799a2;
	font-weight: 600;
	font-size: 0.9rem;
}

.callout.alert {
	padding: 2rem;
}

.close-button {
	font-size: 1.25em;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #eaedeb;
  }
  25% {
    stroke: #eaedeb;
  }
  50% {
    stroke: #b1d6d7;
  }
  75% {
    stroke: #5e9ea1;
  }
  100% {
    stroke: #5e9ea1;
  }
}

@keyframes colors {
  0% {
    stroke: #eaedeb;
  }
  25% {
    stroke: #eaedeb;
  }
  50% {
    stroke: #b1d6d7;
  }
  75% {
    stroke: #5e9ea1;
  }
  100% {
    stroke: #5e9ea1;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

i.rm-tooltip {
	vertical-align: text-top;
	position: relative;
}

.rm-tooltip-msg {
	display: none;
	position: absolute;
}

/**
 * Sidebar
 */
#user-sidebar {
	background: #072425;
	height: 100vh;
	height:100vh;
	min-height:100vh;
	padding: 0;
}

#user-sidebar a {
	color: #b1d6d7;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
}

#user-sidebar a:hover {
	background: #082a2b;
}

#user-sidebar li.user-info a:hover,
#user-sidebar li#rm-logo a:hover {
	background: inherit;
}

#user-sidebar li.user-info a,
#user-sidebar li#rm-logo a {
	pointer-events: none;
}

#user-sidebar span {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

#user-sidebar a.active {
	background: #5e9ea1;
	color: #e8f6f7;
}

#user-sidebar a.active span {
	font-weight: 700;
}

.submenu li {
	/*border-left: 2px solid #5e9ea1;*/
}

#user-sidebar .user-info {
	border-top: 0;
	box-shadow: none;
}

#user-sidebar i,
#user-sidebar span {
	vertical-align: middle;
}

#user-sidebar .user-info a {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding: 1.45rem 1rem 1.5rem 3rem;
}

#user-sidebar i {
	margin-right: 2rem;
}

#user-sidebar .user-info .material-icons {
	font-size: 30px;
	vertical-align: text-bottom;
	margin-right: 1rem;
}

#user-sidebar i.material-icons.expand-menu {
	float: right;
	margin-right: 0;
}

ul.menu {
	box-shadow: inset -2px -1px 2px 0px #111;
}

ul.menu li {
	/*padding-left: 2em;*/
/*	border-bottom: 1px solid #111;
	border-top: 1px solid #111;*/
	/*box-shadow: inset 0px 1px 2px 0px #111;*/
	box-shadow: inset 0px 1px 2px 0px #111;
}

ul.menu li a {
	padding: 1.25rem 1rem 1.25rem 3rem;
}

ul.menu .submenu {
	list-style-type: none;
	margin-left: 0;
}

#user-sidebar ul.menu .submenu li a {
	text-transform: capitalize;
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.50), inset 5px 0px 0px 0px #5E9EA1;
}

ul.menu .submenu li {
	box-shadow: none;
}

#rm-logo {
	border-bottom: 0;
	box-shadow: none;
}

#rm-logo a {
	padding: 0;
	padding-top: 1rem;
}

#user-sidebar .user-info a {
	padding: 1.2rem;
}

#rm-logo a,
#user-sidebar .user-info a {
	text-align: center;
	display: block;
}

.menu-trigger {
	display: none;
	vertical-align: middle;
}

.menu-trigger i {
	color: #bdcacb;
	line-height: 55px;
	font-size: 2.5rem;
}

.menu-close {
	width: 24px;
	margin: 1em;
	outline: none;
	-webkit-outline: none;
}

.menu-close i {
	color: #fbfcfb;
}

.user-info span {
	text-transform: capitalize;
}

/**
 * Members
 **/

body.view-member .login-button-wrap {
	margin-bottom: 1em;
}

table#members .select-all-notifications th {
	text-align: center;
}

table#members .select-all-notifications th a {
	text-decoration: underline;
}

.members-panel table#members {

}

.member-list-heading {
	background: #f7f8f7;
}

.member-list-heading .input-group {
	padding: 0.5rem;
	margin: 0;
}

.members-panel table#members input[type='file'],
.members-panel table#members input[type='checkbox'],
.members-panel table#members input[type='radio'] {
	margin-bottom: 0;
}

.members-panel .lock-closed {
	color: #f56d70;
}

.members-panel .lock-open {
	color: #bdcacb;
}

.members-panel .lock {
	cursor: pointer;
}

.members-panel .clear-filters {
	float: right;
}

table#members i {
	cursor: pointer;
}

table#members i.notifier.active {
	color: #56D099;
}

select.change-member-level {
	margin-bottom: 0;
	max-width: 100px;
}

select.change-member-level:disabled {
	background-color: inherit;
}

.members-outer {
	max-height: 490px;
	overflow-x: auto;
}

body.view-administrator .members-outer {
	max-height: 600px;
}

table#members i.notifier.sms-disabled,
table#members i.notifier.email-disabled {
	color: #f56d70;
	pointer-events: none;
}

/**
 * Onboarding
 **/

 body.onboarding-panel {
 	background-color: #fff;
 }

.onboarding-panel label {
 	color: #7799a2;
}

.onboarding-panel .onboarding-logo {
 	/*width: 75px;*/
 }

.onboarding-panel .onboarding-header.row {
	margin-top: 1em;
	margin-bottom: 3em;
 }

.onboarding-panel .submit-row {
	margin-top: 2em;
	margin-bottom: 2em;
}

.onboarding-header h5 {
	line-height: 75px;
	vertical-align: middle;
	font-weight: 400;
}

/**
 * Login
 **/

.login-logo {
	width: 225px;
	display: block;
	margin: 0 auto;
	margin-top: 55px;
}

.login-logo.bottom {
	margin-bottom: 2.1rem;
	margin-top: 0!important;
}

#user-login #phone {
	margin-top: 1.5rem;
}

body.login-panel {
	background: #F7F8F7;
}

#user-login a#open-password-reset {
	margin-top: 1rem;
	display: block;
}

#user-login input {
	/*text-align: center;*/
	border: 1px solid #CBD5C6;
	padding: 1em;
	height: auto;
}

#user-login input#pass {
	margin-bottom: 1.3rem;
}


#user-login input:focus {
	border: 1px solid #5e9ea1;
}

#user-login .reset-form {
	margin-top: 1rem;
}

#user-login .reset-form input {
	padding: 0 10px;
	height: 2.15rem;
}

#user-login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	-webkit-text-fill-color: #4d4d4d!important;
}

#user-login .button:not(#trigger-password-reset) {
	margin-bottom: 0;
	padding: 1rem 4.5rem;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#user-login .alert {
	margin: 1rem 0;
	display: none;
}

/** 
 * Unsubscribe
 */

.unsubscribe-panel {
	text-align:center;
}

.unsubscribe-panel .row {
	margin-top: 3em;
}

/**
 * Dashboard Main
 */

.dashboard-main {
	/*background-color: #bdcacb;*/
	padding: 0.25rem;
	border: 1px solid #e8e8e8;
	/*border: none;*/
}

.dashboard-main .content-box {
	padding: 0;
}

.dashboard-main .content-box .content-inner {
	background: white;
	/*min-height: 300px;*/
}


.dashboard-main .content-box .content-inner .spinner-container {
	margin: 120px 0;
}

.dashboard-main .content-box.left {
	/*margin-right: 1rem;*/
}

.dashboard-main .metric-graph {
	/*max-width: 200px;*/
}

.content-box .graph-row .columns {
	padding: 1.5em;
}

.dashboard-main .my-signups {
	/*padding: 1.5em 2em;*/
}

.dashboard-main .content-box h6 {
	font-weight: 600;
	color: #7799a2;
	font-size: 1rem;
	margin-bottom: 0;
}

.dashboard-main .content-box h6.settings-heading {
	margin-bottom: 20px;
}

.dashboard-chart-container {
	padding: 1rem;
}

/*.dashboard-main .content-box.right {
	margin-right: 1rem;
}*/

/**
 * Main Content
 */

.main-content {
	/*border-top: 1px solid #c3cecf;*/
	padding: 1rem;
	/*background-color: #eaedeb;*/
	background-color: #fff;
}

.welcome-message {
	display: inline-block;
	margin-bottom: 0;
	line-height: 55px;
	color: #5e9ea1;
	font-size: 25px;
	font-weight: 400;
  vertical-align: middle;
}

.system-message {
	line-height: 55px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
}

.tool-section {
	float: right;
}

.tool-section #toolbar {
	list-style-type: none;
	margin: 0;
}

.tool-section #toolbar i.material-icons {
	color: #bdcacb;
	line-height: inherit;
}

.tool-section #toolbar li:last-child {
	border-right: none;
}

.tool-section #toolbar .settings-flyout {
	position: absolute;
	top: 56px;
	z-index: 99999;
	background: #fbfcfb;
	border: 1px solid #e8e8e8;
	border-right: none;
	border-top: none;
	display: none;
}

.tool-section #toolbar .settings-flyout .settings-menu {
	margin-left: 0;
}

.tool-section #toolbar .settings-flyout .settings-menu li {
	border: none;
	width: 100%;
	padding: 0.5rem 1.15rem;
}

.tool-section #toolbar .settings-flyout .settings-menu li a {

}

.tool-section #toolbar i {
/*	display: inline-block;
	border: 1px solid #c3cecf;
	padding: 1rem;*/
}

.tool-section #toolbar li {
	display: inline-block;
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	border-top: 0;
	padding: 0.5rem 1rem;
	float: left;
	cursor: pointer;
}

.tool-section #toolbar li:first-child {
	border-right: none;
}

.tool-section #toolbar li:last-of-type {
	border: none;
} 

.header-row {
	background-color: #f7f8f7;
	border-top: none;
	border-bottom: 1px solid #e8e8e8;
	padding-right: 0;
	padding-left: 1rem;
}

.notification-row {
	background-color: #f7f8f7;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 1rem;
	position: relative;
}

.notification-row .spinner-container {
	line-height: 55px;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	right: 20px;
	top: 8px;
}

.notification-row .close-notification {
	float: right;
	display: block;
	margin-right: 1rem;
	color: #bdcacb;
	font-size: 2rem;
	line-height: 55px;
}

button {
	outline: none;
}

/* Settings */

#settings-tabs-control {
	list-style-type: none;
	width: 100%;
	text-align: center;
	float: left;
	display: inline-block;
	border: none;
	background: #f7f8f7;
}

#settings-tabs-control li a span {
	display: block;
}

#settings-tabs-control li a {
	text-align: center;
}

#settings-tabs .panel-a {
	/*width: calc(100% - 100px);*/
	width: 100%;
}

#service-package-list {
	list-style-type: none;
}

#service-package-list h5 {
	font-size: 0.9rem;
	display: inline;
	color: #7799a2;
	font-weight: 500;
	margin-left: 0.5rem;
}

#service-package-list i {
	vertical-align: middle;
	font-size: 18px;
	color: #7799a2;
	cursor: pointer;
}

#settings-tabs .panel-b {
	width: 100%;
}

#settings-tabs .panel-a,
#settings-tabs .panel-b,
#settings-tabs .panel-c {
	display: inline-block;
	background: #fff;
}

#settings-tabs .panel-c {
	margin: 2em 0;
	padding: 1rem;
}

#settings-tabs .panel-c i {
	color: #7799a2;
}

.dashboard-main .content-box .panel-c h6:not(.settings-heading) {
	font-weight: 400;
}

.settings-partial {
	padding: 2rem;
	padding-top: 0.5rem;
}

#company-admin-update-cc-expiration-month,
#company-admin-update-cc-expiration-year {
	width: auto;
	min-width: 75px;
}

.settings-partial .url-group .input-group-label {
	cursor: pointer;
}

.tabs-title.active a {
	background: #fff;
}

.coupon-facebook-notice {
	background: #f7f8f7;
	border: none;
	margin-top: -1px;
}
/** MD and Misc Icon Sizes */

i.size-12 {
	font-size: 12px;
}

i.size-16 {
	font-size: 16px;
}

i.size-18 {
	font-size: 18px;
}

i.size-24 {
	font-size: 24px;
}

i.size-25 {
	font-size: 25px;
}

i.size-26 {
	font-size: 26px;
}

.save-settings {
	margin-bottom: 0;
}

.settings-heading {
	margin-top: 10px;
}

.tabbed-panel {
	display: none;
}

.tabbed-panel.active {
	display: block;
}

#user-staff-list i {
	vertical-align: middle;
	font-size: 20px;
}

#user-staff-list input {
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 10px;
}

.button.upload-button {
	background: transparent;
	border: 1px solid #5e9ea1;
	padding: 0.75rem 3rem;
}

.button.upload-button:hover,
.button.upload-button:focus {
	background: transparent;
	border: 1px solid #5e9ea1;
	padding: 0.75rem 3rem;
	color: #508689;
}

.selected-file {
	margin-top: 1rem;
}

.color-indicator {
	width: 20px;
	height: 20px;
	background: #5e9ea1;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

ul#service-list,
ul#package-list {
	list-style-type: none;
}

ul#service-list li,
ul#package-list li {
	list-style-type: none;
}

ul#service-list li.parent,
ul#package-list li.parent {
	margin-bottom: 0.5rem;
	cursor: move;
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

ul#service-list i,
ul#package-list i {
	vertical-align: middle;
	margin-right: 0.5rem;
	cursor: pointer;
}

/*ul#service-list li h6,
ul#package-list li h6 {
	font-weight: 500;
}*/

ul.service-package-sub {
	margin-left: 2rem;
}

.dashboard-main ul.service-package-sub li h6 {
	font-weight: 400;
}

#merchant-coupon-list .input-group {
	margin-bottom: 0;
}

#merchant-coupon-list.hide-inactive .inactive-coupon {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

/*ul.user-staff-list {
	list-style-type: none;
	margin: 0;
}

.user-staff-list h6,
.user-staff-list div {
	display: inline;
}*/

/**
 * Action Block
 */

.action-block {
	background-color: #f7f8f7;
	/*margin-top: -55px;*/
	height: calc(100vh - 56px);
	min-height: calc(100vh - 56px);
	border-left: 1px solid #e8e8e8;
	position: relative;
}

.action-block .heading {
	border-bottom: 1px solid #e8e8e8;
	height: 56px;
	text-align: center;
	line-height: 56px;
}

.action-block .heading .button {
	margin-bottom: 0;
	padding: 0.75rem 2rem;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.action-block .member-check-in.button {
	float: right;
	margin: 1.5em 0;
	padding: 1rem 2.5rem;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.action-block .close-member-lookup {
	position: absolute;
	right: 1rem;
	font-size: 2rem;
	color: #bdcacb;
	cursor: pointer;
}

.member-query h4,
.member-add h4 {
	font-size: 21px;
	color: #5e9ea1;
	font-weight: 400;
	margin: 3em 0;
}

.checkin-advanced i {
	line-height: 39px;
}

.coupon-container {
	margin-bottom: 10px;
}

.coupon-container input {
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 38px;
}

.coupon-container .member-coupon h6 {
	text-align: center;
}

.coupon-container i {
	position: absolute;
	right: 10px;
	top: 10px;
}

.coupon-container .member-coupon {
  padding: 10px;
  border: 1px dotted #5e9ea1;
  position: relative;
  margin-bottom: 10px;
}

.member-profile-coupon {
  padding: 10px;
  border: 1px dotted #5e9ea1;
  position: relative;
  margin-bottom: 10px;
}

.member-profile-coupon i {
	position: absolute;
	right: 10px;
	top: 10px;	
}

.member-profile-coupon h6 {
	font-size: 0.75em!important;
}

select.checkin-level {
	width: 60px;
	padding: 0 1.25rem!important;
	vertical-align: middle;
	height: auto;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.member-info .faux-label h6 {
	text-align: right;
}

.member-add .add-member.button {
	float: right;
	margin: 1.5em 0;
	padding: 1rem 2.5rem;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.member-query input.member-checkin,
.member-add input,
.member-add input:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #e8e8e8;
}

.user-switch {
/*	border-top: 1px solid #bdcacb;;
	position: absolute;
	bottom: 0.5em;
	padding-top: 1rem;
	width: 100%;
	max-height: 85px;
	overflow-x: auto;*/
}

.user-switch ul {
	margin: 0;
	list-style-type: none;
}

.user-switch i.material-icons {
	color: #bdcacb;
}

.user-switch i.material-icons.radio {
	font-size: 13px;
}

.user-switch h6 {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1;
}

.user-switch .column {
	cursor: pointer;
	text-align: center;
}

/*.user-switch ul li {
	display: inline-block;
	width: 19%;
	text-align: center;
	cursor: pointer;
}*/

.member-info h4.member-name {
	margin-top: 2em;
	font-weight: 400;
}

.member-level-graph {
	max-width: 150px;
	padding: 1rem;
	margin-top: 1.5rem;
}

select.checkin-service {
	margin: 1em;
}

.member-info .member-phone {
	margin-bottom: -20px;
}

.member-info h5,
.member-info h6,
.member-info h4 {
	color: #5e9ea1;
	text-align: center;
}

.member-info h6 {
	line-height: 1;
}

.member-info h6:last-child {
	margin-bottom: 2em;
}

.advanced-checkin {
	background-image: url(/assets/caret-down.svg);
	background-position: 97% 50%;
	background-size: 9px;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: right;
	float: right;
	line-height: 2;
	padding-right: 25px;
	font-size: 0.9em;
	font-weight: 600;
}

.advanced-checkin label {
	font-size: 0.9em;
}

.advanced-checkin.open {
	background-image: url(/assets/caret-up.svg);
	background-position: 98% 17%;
}

.advanced-checkin-content {
	display: none;
}

.advanced-checkin-content.open {
	display: block;
}

/**
 * Re-Usable Classes
 */

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.uppercase {
	text-transform: uppercase;
}
.max-200 {
	max-width: 200px;
}

.inline {
	display: inline;
}

.y-padding {
	padding: 1rem 0;
}

.x-padding {
	padding: 0 1rem;
}

.add-padding {
	padding: 1rem;
}

.bg-white {
	background-color: #fff;
}

.medium-font {
	font-weight: 500;
}

.semi-bold-font {
	font-weight: 600;
}

.bold-font {
	font-weight: 700;
}

.hide {
	display: none;
}

.no-padding {
	padding: 0!important;
}

.no-padding-left {
	padding-left: 0!important;
}

.no-padding-right {
	padding-right: 0!important;
}

.inner-wrap {
	padding: 0 1em;
}

.full-table,
.table-scroll .full-table {
	width: 100%;
}

.primary-color {
	color: #5e9ea1;
}

.warning-color {
	color: #f56d70;
}

.primary-background {
	background-color: #5e9ea1;
}

.spinner-container .warning-color {
	line-height: 48px;
	vertical-align: middle;
}

/**
 * Reports
 */

#reports-tabs-control {
	list-style-type: none;
	width: 100%;
	text-align: center;
	float: left;
	display: inline-block;
	border: none;
	background: #f7f8f7;
}

#reports-tabs-control li a span {
	display: block;
}

#reports-tabs-control li a {
	text-align: center;
}

#reports-tabs .tabbed-panel.active {
	min-height: 500px;
	/*position: relative;*/
	padding: 1rem;
}

.tabbed-panel .spinner-container {
	margin-top: 3rem;
}

.report-total {
	background: #f76c7b;
}

.report-average {
	background: #f7a700;
}

.report-legend {
	
}

.report-filter {
	width: 200px;
	display: inline;
}

.report-legend .legend {
	padding: 0.5rem;
	font-size: 16px;
	max-width: 200px;
	color: #fff;
	margin: 0 auto 1rem auto;
}

.report-trend {
	background: #50d198;
}

.reports-wrapper input.select-style {
	margin-left: 1em;
	margin-right: 1em;
}

/*#reports-tabs .panel-a {
	width: calc(100% - 100px);
	width: 100%;
}

#reports-tabs .panel-b {
	width: 100%;
}*/

/*#settings-tabs .panel-a,
#settings-tabs .panel-b,
#settings-tabs .panel-c {
	display: inline-block;
	background: #fff;
}*/

/*#settings-tabs .panel-c {
	margin: 2em 0;
	padding: 1rem;
}

#settings-tabs .panel-c i {
	color: #7799a2;
}*/

/**
 * Support
 */

.support-quick-links i {
	color: #7799a2;
}

.dashboard-main .content-box.support-quick-links {
	padding-top: 0!important;
}

ul.support-doc-items {
	border-right: 1px solid #e8e8e8;
}

.support-doc-items .parent {
	margin-top: 0.75rem;
}

.support-doc-items .parent:first-child {
	margin-top: 0;
}

.support-doc-items ul.child-menu li.active a {
	color: #f56d70;
}

.support-doc-items .parent h5 {
	margin: 0;
}

#support-document-content {
	max-height: 650px;
	overflow-x: auto;
	padding-right: 1rem;
}

#support-document-content .document-list {
	margin-left: 0;
}

#support-document-content .document-list li {
	margin-bottom: 0.5rem;
}

#support-document-content .document-list li a {
	border-bottom: 1px solid #5e9ea1;
}    

/**
 * Media Queries
 */

@media screen and ( min-width: 1200px ) and ( max-width: 1439px ) {
/*	#user-sidebar.fix-kane-design {
		width: 22%;
	}
	.header-row.fix-kane-design {
		width: 78%;
	}
	.main-content-wrapper.fix-kane-design {
		width: 78%;
	}*/
}

@media screen and ( min-width: 74.9375em ) {
	.report-legend .legend {
		padding: 1rem;
		font-size: 16px;
	}
	.main-content {
		padding: 1.5em;
	}
	.header-row {
		padding-left: 2rem;
	}
	.notification-row {
		padding-left: 2rem;
	}
}

@media screen and ( min-width: 64em ) {
	.header-row,
	.main-content,
	.notification-row {
		/*padding-left: 3rem;*/
	}

	.menu-close {
		display: none;
	}

	.main-content {
		min-height: calc( 100vh - 112px );
	}
}

@media screen and ( max-width: 63.99em ) {
	.menu-trigger {
		display: inline-block;
		margin-right: 3em;
		outline: none;
		-webkit-outline: none;
	}

	#user-sidebar {
		position: fixed;
		left: -400px;
		width: 275px;
	}
	.menu-close {
		float: right;
	}
	.login-logo {
		width: 175px;
		display: block;
		margin: 0 auto;
	}

	.select-member {
		display: none;
	}

	table tbody td {
		text-align: center;
	}
}

/**
 * Small screens only
 */

@media screen and ( max-width: 40em ) {
	.welcome-message {
		font-size: 16px;
	}
	.main-content {
		padding-top: 1rem;
		/*display: none;*/
	}
	.action-block {
		margin-top: inherit;
		height: auto;
		min-height: auto;
		border-left: none;
		position: static;
	}
	.user-switch {
	    position: static;
	    bottom: 0.5em;
	    padding-top: 1rem;
	    max-height: none;
	}
	.action-block .member-lookup.button {
	    position: static;
	    margin: 1rem;
	    padding: 1rem 2.5rem;
	    font-size: 14px;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	}
	.notification-row .close-notification {
		display: block;
	}
	.notification-row.no-notifications {
		display: none;
	}
	.welcome-message {
		display: none;
	}
	.member-add .no-padding-left,
	.member-add .no-padding-right,
	.member-info .no-padding-left,
	.member-info .no-padding-right {
		padding: 0;
	}
	.content-box .graph-row .columns {
		padding: 2.5em;
	}
	.no-padding-left-mobile {
		padding-left: 0;
	}
	.no-padding-right-mobile {
		padding-right: 0;
	}
	.no-padding-mobile {
		padding: 0;
	}
}

/**
 * Member Dashboard
 */

.member-instance {
	padding: 2rem;
	border: 1px solid #e8e8e8;
	margin-bottom: 1.5em;
	position: relative;
}

.member-instance .merchant {
	
}

.member-instance .level {
	display: inline;
}

.member-instance .join {
	display: inline;
}

.member-instance .last-visit {
	display: inline;
}

.member-instance .visit-by {
	display: inline;
}

.member-instance .member-dash-level-graph {
	max-width: 150px;
}

@media screen and ( min-width: 642px ) {
	.member-instance .notification-wrap {
	}
}

.coupon-separator {
	padding-top: 1em;
}

ul.coupon-list {
	list-style-type: none;
	margin-left: 0;
}

ul.coupon-list li {
	margin-bottom: 10px;
	margin-top: 10px;
}

.coupon-sub {
	display: block;
	font-size: 0.75em;
	margin-left: 10px;
}