/* width */
::-webkit-scrollbar {
    width: 12px;
	height: 50px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c353e; 
    border-radius: 5px;
}
#sidebar-menu ul li a i {
    font-size: 24px !important;
}
.mybg {background-color: transparent !important;}
.myformcont {background-color: #363636; border-radius: 25px; margin: auto;}
.myformcont label {color: #fff; margin-top: 10px;}
.myformcont p {color: #fff; padding: 0 20px 0 20px;}
.myformcont h1 {color: #fff; padding: 20px 20px 0px 20px;}
.myform {width: 100%; max-width: 1000px; padding: 0 20px 20px;}
.complogo img {width: 146px; height: auto;}
.complogo {padding: 15px 0px !important;}
.logoimg {padding: 15px 0px !important;}
/* Mobile header: center logo in the full header */
@media (max-width: 991px) {
	#page-topbar .navbar-header {
		position: relative;
	}
	#page-topbar .navbar-brand-box .complogo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 !important;
	}
}
.cosublink {margin-bottom: 0px !important;}
.table th, .table td {line-height: 30px;}
.mdi-dots-vertical:before {
    content: "\F1D9";
    margin-bottom: 7px !important;
}
.login-page .forgot-pass {
    cursor: pointer !important;
}
#payment-form #dropin-container {padding-bottom: 10px !important;}
.paybtn {display: block !important; margin: 0 auto !important;}
.nomlr {margin-left: 0px !important; margin-right: 0px !important;}
.sub-total {margin-bottom: 0px !important; margin-top: 10px;}
.sub-cost {margin-bottom: 10px !important; text-align: center !important;}
.auto-renew {margin-top: 0px !important; margin-bottom: 0px !important;}
.mon-sub-cost {margin-bottom: 0px !important;}
.sub-promo {margin-bottom: 10px !important; text-align: center !important;}
#disclaimer, #disclaimer-details {
	font-style: italic;
	font-size: 13px;
	margin: 15px auto 0;
	width: 420px;
	text-align: center;
}
#disclaimer-details {
	background-color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
	color: #000;
}
#disclaimer-info {
	font-style: normal;
}
.i-icon {
	display: inline-block;
	width: 15px;
	margin: -5px 0px 0px 5px;
}
.info-link {font-size: 20px; line-height: 0px;}
.signcode {font-size: 30px; color: #2f55d4; margin-top: 10px;}
.nolinkcolor a {color: #6c757d !important;}
.nolinkcolor a:hover {color: #6c757d !important;}
.nolinkcolor a:visited {color: #6c757d !important;}
input {border-radius: 5px !important; padding-left: 7px !important;}
code {
    font-size: 87.5% !important;
	font-weight: normal !important;
    color: #1a213b !important;
	word-break: break-word;}
.m0a {margin: 0 auto !important;}
.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt24 {margin-top: 24px;}
.mt30 {margin-top: 30px;}
.mt80 {margin-top: 80px;}
.pb10 {padding-bottom: 10px;}
.upper {text-transform: uppercase; font-size: 13px !important;}
.orange {color: orange;}
.wsg-menu {
	display: none;
	list-style: none;
	text-decoration: none;
	position: absolute;
	background-color: white;
	border: solid black 1px;
	padding: 10px;
	z-index: 999;
}
.page-content {
	min-height: 400px;	
}
.wsg-menu li:hover {
	background-color: #fcf9f9;
}
table .even {
	background-color: #f7f7f7
}
.add-notification, .remove-notification {
	cursor: pointer;
}
/* .card-body {
	border: solid #e7e7e7 1px;
} */
#surveyURL::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d1d1d1;
  font-style: italic;
}
#surveyURL::-moz-placeholder { /* Firefox 19+ */
  color: #d1d1d1;
  font-style: italic;
}
#surveyURL :-ms-input-placeholder { /* IE 10+ */
  color: #d1d1d1;
  font-style: italic;
}
#surveyURL :-moz-placeholder { /* Firefox 18- */
  color: #d1d1d1;
  font-style: italic;
}
#surveyVal {
	width: 100px;
}
#surveyOptions h5 {
	font-size: 16px;
	margin: 15px auto;
}

.subtext {
	font-size: 12px;
	font-style: italic;
	font-weight: 100 !important;
}
.spacer {
	display: inline-block;
	width: 10px;
}
.no-display {
	display: none !important;
}
.hiding-input {
	display: none;
}

/* iPad Landscape */
@media (max-width: 1200px) {
	.nobr {display: none;}
	.hdmimob {margin-top: 50px;}
}

/* iPad Portrait */
@media (max-width: 992px) {
	
}
	
@media (max-width: 576px) {
  .edit-question {
    display: none;
  }
}
.green {
	color: green;
}
.red {
	color: red !important;
}
.irblue {color: #2f55d4;}
.icon-lg {
	font-size: 20px;
	text-align: center;
	margin-top: 2px;
}
input[disabled] {
	background: none;
	border: none;
}
.selected, .selected input {
	color: white;
}
.status-wrapper {
	width: 135px;
	padding-left: 8px;
}
.status-wrapper select {
	width: 100%;
	text-align: center;
}
select.job-status {
	background-color: inherit;
}
option {
	background-color: white;
	color: black;
}
input[type="text"].changed {
	border: 3px solid orange;
}
p.changed, label.changed {
	background-color: rgba(255, 200, 0, 0.37);
}
/* iPhone Portrait */
@media (max-width: 480px) {
	.respondtable {display: none;}
	.card-body.wtable {padding: 25px 0px;}
	.wtable .card-title {padding: 0px 25px;}
	.wtable #addSlide {margin: 0px 25px;}
	.monitor0 {
    transform: none;
    width: 100% !important;}
	.logo {padding-right: 0px;}
	.page-title-right {display: none !important;}
	.mmtop15 {margin-top: 15px;}
	.page-content {padding: 100px 0px 100px 0px;}
	.container-fluid {padding-left: 10px; padding-right: 10px;}
	.signage-type {display: none;}
	.rsp-hide-column { display: none;}
	.reload-preview {margin-right: 20px;}
}

#requested-surveys h4 { margin-bottom: -25px; }
#addList_filter {text-align: right;}
#requestTextPreview {
	width: 100%; 
	max-width: 375px;
	min-width: 100px;
	min-height: 100px;
	margin: 0 auto;
}
#requestTextPreview .img-wrapper {
	width: 100%;
/*	height: 150px;*/
	max-width: 375px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 5px;
	padding: 10px;
}
#requestTextPreview img {
	max-width: 275px;
	width: 100%;
	height: auto !important;
	border-radius: 20px;
	padding: 5px 0;
	content-fit: contain;
}
#requestTextPreview p {
	padding: 15px;
	border-radius: 20px;
	background-color: #000;
	text-align: center;
	font-size: 20px; 
	color: #fff;
	text-align: left;
}
@media (max-width: 550px) {
	#requested-surveys h4 { margin-bottom: 20px;}
	#addList_filter {text-align: left; margin-left: 20px;}
}
select[name='status'] {
	cursor: pointer;
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	content: none
}
td.details-control:before {
	content: "\25B8";
	font-size: 20px;
	color: #2f55d4;
/*     background: url('../images/details_open.png') no-repeat center center; */
    cursor: pointer;
}
tr.shown td.details-control:before {
/*     background: url('../images/details_close.png') no-repeat center center; */
	content: "\25BE";
	font-size: 20px;
	color: #2f55d4;
}
.right {
	float: right;
}
.right:after {
	clear: both;
}
.modal-content {
	box-shadow: 3px 3px 10px #777f;
}
.msg-soft-lg {
	height: 100%;
	vertical-align: middle;
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	color: #888;
	font-style: italic;
	text-align: center;
}
#survey-preview {
	width: 100%;
/* 	height: 100%; */
}
#infuse-survey {
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.popup div {
	display: none;
	position: absolute;
	padding: 10px 20px;
	background-color: white;
	z-index: 999;
	border: 1px solid lightgray;
	font-size: 18px;
}
.popup i, .pointer {
	cursor: pointer;
}
.popup ul {
	text-decoration: none;
	list-style: none;
	padding-left: 0;
	line-height: 2;
	cursor: pointer;
}
.popup li:hover {
	background-color: #d9d9d9;
}
.popup.right div {
	margin-top: 30px;
	margin-left: -50px;
}
.connection {
	margin: 20px auto;
}
.select-default {
	font-style: italic;
}
.survey-preview h4 {
	float: left;
	width: 90%;
}
.reload-preview, .email-preview, .text-preview {
	text-align: right;
	width: 5%;
	float: right;
	cursor: pointer;
}
#surveyList button {
	margin-left: 5px;
}
#requestList button {
	margin-left: 5px;
}
.centered-col {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
thead {
	font-size: 12px;
	font-style: italic;
}

 pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
@media (min-width: 480px) {
  .br480 {
    display: none;
  }
}
@media (min-width: 576px) {
  .br576 {
    display: none;
  }
}

.survey-option {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 0px;
}
.survey-option.odd {
	background-color: #f7f6f6;
	padding: 10px 10px 10px 10px;
}
.reviews-option.odd {
	background-color: #f7f6f6;
}
.reviews-option {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}
input[type="text"],
input[type="password"] {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d8d8d8;
}
.survey-display-build {
	width: 60%;
	min-height: 300px;
}
#survey-option-footer {
	display: none;
	position: fixed;
	width: 100%;
	height: 55px;
	padding: 10px;
	background-color: black;
	bottom: 0;
	right: 0;
	z-index: 9999;
	text-align: right;
}
#redeem .modal-body {
	font-family: sans-serif;
	font-size: 16px;
	text-align: center;
}
#redeem .bolder {
	font-size: 18px;
	font-weight: bold;
}
#redemptions {
	width: 100%;
	font-style: italic;
	text-align: left;
}
#redeemForm input[name="amt"] {
	width: 45%;
}
#redeemForm button {
	width: 45%;
}
#confirmReward .modal-content {
	box-shadow: 1px 1px 10px darkgray;
}
.cardBtns {
	width: 100%;
	margin-bottom: 30px;
}
.optBtn {
/* 	float: right; */
}
/* .dropify {
	z-index: 10;
} */

.google-list {
	list-style: none;
}
.google-account {
	text-decoration: none;
	
}
.google-location {
	text-decoration: none;
	padding: 5px;
	border: solid #e7e7e7 1px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: .25rem;
	cursor: pointer;
}
.yelp-img {
	width: 125px;
	max-height: 175px;
}
.yelp-name {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.yelp-address {
	font-size: 14px;
	padding-top: 10px;
}
.yelp-info {
	padding-left: 25px;
}
.mytable .odd {
	background-color: #efefef;
}
.row-select tr.even,
.row-select tr.odd {
	cursor: pointer;
}
.row-select tr.even:hover,
.row-select tr.odd:hover {
	background-color: #d1e1fe !important;
}
.italic {
	font-style: italic;
	color: #b9b9b9;
}
table .even {
	background-color: #ffffff;
}
.center {
	text-align: center;
}
.centered-head {
	width: 60px; 
	text-align: center; 
	padding-left: 0 !important; 
	padding-right: 0 !important;
}
.inactive {
	cursor: default;
}
.conn-btn {
	font-size: 16px;
	text-decoration: none;
	text-align: right;
}
.conn-btn img {
	height: 30px;
}
.conn-btn:hover {
	cursor: pointer;
}

.loader {
	margin: 0 auto;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.loadReviews {
	width:50%;
	margin: 20px auto 0;
	text-align: center;
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#slide-type {
	display: none;
	position: absolute;
	padding: 10px 0px;
/*	width: 300px;*/
	border: 1px solid lightgray;
	border-radius: 3px;
	background-color: white;
	line-height: 1.5;
	opacity: 1;
	font-size: 16px;
	box-shadow: 3px 3px 3px darkgray;
	z-index: 999;
	
}
.add-slide-btn {
	width: 100%;
	padding: 0px 30px;
	background: #ffffff;
	border: none;
}
.add-slide-btn:hover {
	background: #2f55d4;
	color: #ffffff;
	border: none;
}
.grecaptcha-badge {
	  display: none;
}
.monitor {
	position: relative;
	overflow: hidden;
	/* box-shadow: 5px 5px 5px darkgray; */
	z-index: 999;
	border: none;
	padding: 0;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
}
.monitor img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
	border: none;
}
.monitor iframe {
	border: none;
	border-width: 0;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	padding: 1.1%;
	overflow: hidden;
}
.muted-review {
	background-color: darkgray;
	text-decoration: line-through;
}
.caption {
	font-size: 10px;
	font-style: italic;
	line-height: .75;
}
#slide-page {
	display: none;
}
#editSlide {
	padding-bottom: 70px;
}
.card.balanced {
	height: 100%;
/*	padding-bottom: 24px;*/
	background: none;
}
.card.balanced .card-body {
	background: white;
}
.btm-btns {
	position: absolute;
	/* left: 0; */
	width: 98%;
	z-index: 95;
	padding-top: 10px;
/*	margin-top: 24px;*/
/* 	margin-bottom: 60px; */
}
.btm-btns-box {
	height: 60px;
	width: 100%;
	background: #2c353e;
	/* margin-left: 50px; */
	padding-top: 10px;	
}
.btm-btns-box button {
	position: relative;
	margin-left: 15px;
}
.preview {
	position: fixed;
	width: 800px;
	min-height: 25px;
	bottom: 60px;
	z-index: 999;
}
.preview-handle {
	position: relative;
	width: 100%;
	height: 30px;
	z-index: 999;
	background: #2f55d4;
	border: 2px solid white;
}
.preview-handle:hover {
	background: #162968;
}
.preview-title {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	margin-top: 3px;
/* 	margin-left: 5px; */
	color: white;
}
.preview-card {
/* 	min-height: 450px; */
	width: 100%;
	background: #aaa;
	z-index: 999;
	display: none;
/* 	margin: 10%; */
}
.preview-container {
	height: 450px;
	width: 100%;
	margin: 0 auto;
}
/* .preview-container img {
	height: 300px !important;
} */
#fc_frame {
	left: 15px;
}
.progress-wrapper {
	width: 90%;
	margin: 0 auto;
	height: 30px;
	background-color: #c7c7c7;
	border: 1px inset lightgray;
}
.progress-bar {
	width: 0;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #2f55d4;
	border-radius: 3px;
}
.progress-percent {
	color: white;
	font-weight: bold;
	margin-left: 10px;
	text-shadow: 0 0 4px black;
}
.progress-info {
	font-style: italic;
	font-size: 12px;
	margin-top: 3px;
}
.dropify-overlay-text {
	font-size: 16px;
	font-style: normal;
}
#dirEntries td {
	padding-bottom: 3px;
	padding-top: 6px;
	text-overflow: ellipsis;
}
.fieldOptions {
	background-color: white;
	border: none;
	padding: 10px;
	margin: 0;
}
.field-edit-close {
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: calc(100% - 10px);
	cursor: pointer;
}
.fieldOptions table {
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 230px;
	overflow-y: scroll;
}
.fieldOptions table th, .fieldDesc {
	color: darkgray;
	font-style: italic;
	font-size: 14px;
}
.add-dir-field {
	margin-top: 10px;
}
.del-dir-field {
	font-size: 16px;
}
.fieldOptions input {
	width: 100%;
	border: none;
}
.fieldOptions input ::placeholder {
	font-style: italic;
}
/* Popup container */
.fieldpop {
  position: relative;
  display: inline-block;
}

/* The actual popup (appears on top) */
.fieldpop .fieldpop-content {
	visibility: hidden;
	width: 300px;
	box-shadow: 0 0 6px;
	background-color: white;
	color: black;
	text-align: center;
	border-radius: 6px;
	padding: 8px;
	position: absolute;
	z-index: 1;
	bottom: -200px;
	left: 115px;
	margin-left: 0;
}

/* Popup arrow */
/* .fieldpop .fieldpop-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.fieldpop .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.meter {
  /* background: #555;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); */
}
.meter > span {
  background-color: #2f55d4;
  background-image: linear-gradient(
	center bottom,
	rgb(47, 85, 212) 37%,
	rgb(0, 59, 255) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
	inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  /* position: relative; */
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
	-45deg,
	rgba(255, 255, 255, 0.2) 25%,
	transparent 25%,
	transparent 50%,
	rgba(255, 255, 255, 0.2) 50%,
	rgba(255, 255, 255, 0.2) 75%,
	transparent 75%,
	transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  /* border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
	background-position: 0 0;
  }
  100% {
	background-position: 50px 50px;
  }
}
#dirEntries tbody tr:not(.group) {
	cursor: pointer;
}
#dirEntries tbody tr:not(.group):hover td:not(.remove) {
	background-color: #d1e1fe;
	/* color: #fff; */
}
#slideEdit th {
	border-top: none;
}
#dirEntries td {
	border: none;
}
.group td {
	background-color: #fff;
	color: #003aff;
}
#slideEdit .dataTables_info {
	margin-top: 10px;
	color: #787878;
	font-style: italic;
	font-size: 12px;
}
.anticlick {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
}
@media(min-width: 601px) {
	.anticlick {
		display: none;
	}
}
.ir-table {
	display: block;
}
.ir-mobile-table {
	display: none;
	width: 100%;
}
/* @media(max-width: 600px) {
	.ir-mobile-table {
		display: block;
	}
	.ir-table {
		display: none;
	}
} */
.right-cell {
	text-align: right;
}
table .mdi-menu-swap {
	font-size: 22px;
}
.table img.delete {
	width: 14px;
	height: 19px;
}
.table img.edit {
	width: 16px;
	height: 18px;
}
.table-btn {
	display: inline-block;
	background: none;
	box-shadow: none;
	border: none;
}

// Messages
.msg-even {
	background-color: #eaeaea;
}
.msg-title {
	font-size: 12px;
	font-weight: 700;
	float: left;
	/* padding-left: 10px; */
}
.msg-body {
	font-size: 10px;
	/* padding-left: 10px; */
}
.message {
	padding: 5px 10px;
	width: 100%;
}
.msg-hide {
	float: right;
}
.dropdown-content {
	max-height: 350px;
	overflow-y: scroll;
}
.checkbox-label {
	padding-left: 5px;
	margin-right: 10px;
}
#schedule-all-day {
	margin-left: 15px;
}
.monitor90 {
	transform: rotate(-90deg) translateX(-7vw);
	width: 40vw;
}
.monitor0 {
	transform: none;
	width: 80%;
}
.monitor270 {
	transform: rotate(90deg) translateX(7vw);
	width: 40vw;
}
.card90, .card270 {
	height: 45vw;
}
.ig-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;
	width: 100%;
	overflow-y: scroll;
	height: 400px;
	max-height: 500px;
	padding: 10px;
}
.ig-wrapper .igp {
	height: 125px;
}
/* #igpList .muted {
	border: 3px solid red;
} */
.ig-wrapper .muted img {
	opacity: .3;
}
.ig-wrapper img:not(.ig-spinner) {
	display: block;
	height: 100%;
}
.ig-wrapper .ig-spinner {
	display: none;
	position: absolute;
	width: 50px !important;
	height: 50px !important;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.errorMsg {
	color: red;
	font-size: 10px;
	font-style: italic;
}
.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #adb5bd;
  background-color: #bababa;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 16px;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 5px;
  font-size: 14px;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
		  transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
		  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
}
.pricing-rates.selected-item {
	border: 3px solid #2f55d4;
	background-color: white;
}
.pricing-rates.selected-item .title {
	color: #2f55d4;
}
.services-footer {
	display: flex;
	position: fixed;
	/* height: 60px; */
	padding: 15px 12px;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #2c353e;
	z-index: 999;
	text-align: center;
}
.services-wrapper {
	width: 100%;
	margin: 0 auto;
}
/* .services-buttons button {
	float: right;
} */
.services-total {
	color: white;
}
.total-desc, .current-desc {
	font-size: .7rem;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.current-desc, .current-total, .price-wrapper {
	 color: #495057;
 }
.annual-desc {
	font-size: .9rem;
	font-style: italic;
	font-weight: bold;
	color: white;
	padding-left: 2px;
}
.services-annual {
	color: white;
}
.services-buttons :after {
	clear: both;
}
.dollar-sign-top {
	color: #495057;
}
.switchery {
	background-color: #6c757d !important;
	width: 30px;
}
.disabled {
	opacity: 0.5 !important;
	pointer-events: none !important
}
.bg-teal {
	/* background-color: #048989; */
	/* background: lightgray; */
}
.vertical-menu {
	box-shadow: 0 0 10px darkgray;
	/* background: #048989; */
	color: white;
	/* display:flex only on desktop (and when open on mobile); do not override theme's display:none on mobile */
	min-height: 0;
}
@media (min-width: 993px) {
	.vertical-menu {
		display: flex;
		flex-direction: column;
	}
}
body.enable-vertical-menu .vertical-menu {
	display: flex;
	flex-direction: column;
}
/* Sidebar nav scrollable when menu is long (SimpleBar may not be loaded) */
.vertical-menu > div {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.35) transparent;
}
/* Thin, subtle scrollbar – thumb only visible when hovering sidebar */
.vertical-menu > div::-webkit-scrollbar {
	width: 6px;
}
.vertical-menu > div::-webkit-scrollbar-track {
	background: transparent;
}
.vertical-menu > div::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 3px;
}
.vertical-menu > div:hover::-webkit-scrollbar-thumb,
.vertical-menu > div:focus-within::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.35);
}
.vertical-menu > div::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,0.5);
}
.navbar-header {
	background-color: lightgray;
	box-shadow: 0 0 3px black;
	
}
/* Keep profile dropdown on the right: override Popper's translate3d(-230px, 5px, 0); make menu scrollable when many companies */
#page-header-user-dropdown + .dropdown-menu.show {
	transform: translate3d(0, 5px, 0) !important;
	max-height: 70vh;
	overflow-y: auto;
}
/* Override theme.min .header-item: hamburger and header icons black */
#page-topbar .header-item,
.navbar-header .header-item,
.header-item {
	color: #000 !important;
}
#page-topbar .header-item:hover,
.navbar-header .header-item:hover,
.header-item:hover {
	color: #000 !important;
}
/* Hamburger only: size and spacing (do not affect profile icon) */
#vertical-menu-btn {
	font-size: 23px !important;
	margin-top: 5px;
}
#vertical-menu-btn i {
	font-size: 23px !important;
}
.bottom-message {
	width: 100%;
	padding: 0;
	margin: 0;
}
textarea:disabled {
	border: none;
}
input[type="number"], input[type="time"] {
	border: solid 1px lightgray;
	inset: 0;
}
.select2-dropdown {
	top: -37px;
	left: -10px;
}
.select2-search {
	background-color: #cecece !important;
	box-shadow: none;
}
.soft-switches {
	font-size: 16px;
	font-family: nunito, sans-serif;
}
.soft-switches label {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
.soft-switches .row {
	margin-bottom: 5px;
}
.soft-switch {
	background-color: #ccc;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	vertical-align: middle;
	width: 50px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	background-clip: content-box
}
.soft-switch>small {
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 0;
}
.soft-switch.switchery-small {
	border-radius: 20px;
	height: 15px;
	width: 33px
}
.soft-switch.switchery-small>small {
	height: 15px;
	width: 15px
}
.soft-switch.switchery-large {
	border-radius: 40px;
	height: 40px;
	width: 66px
}


@media(max-width: 480px) {
	.soft-switch.switchery-small {
		border-radius: 20px;
		height: 25px;
		width: 50px
	}
	.soft-switch.switchery-small>small {
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
		height: 25px;
		width: 25px
	}
	.soft-switches {
		margin-top: 20px;
	}
	.soft-switches .row {
		margin-bottom: 10px;
	}
}
.soft-switch.switchery-large>small {
	height: 35px;
	width: 35px
}
.dollar-sign {
	font-size: 1rem;
	font-weight: bold;
	/* vertical-align: super; */
}
.grand-total, .current-total {
	font-size: 1.8rem;
	font-weight: bold;
}
.text-success {
	color: #1a90d2 !important;
}
/*
.dataTable td {
	padding-top: 18px !important;
}
*/
.dataTable .signage-order {
	padding-top: 10px !important;
}
th .sorting {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
/*
 * quill.snow.css: .ql-editor { padding: 12px 15px; }
 * Override for email body Quill only (dashboard composer + jQuery .load() preview inherits same sheet).
 */
#request-email-body.ql-snow > .ql-editor,
#vip-blast-body.ql-snow > .ql-editor,
#request-email-body .ql-editor,
#vip-blast-body .ql-editor {
	padding: 0 !important;
}
#request-email-body img,
#vip-blast-body img {
	width: 100%;
	max-width: 500px;
	height: auto;
	background: #dddddd;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #555555;
	margin: auto;
	display: block;
}
.ql-editor{
	color: black;
}
.share-check-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/* Customize the label (the container) */
.share-check {
	display: inline;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.share-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.share-checkbox {
	position: absolute;
	margin-top: 3px;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}
@media(max-width: 480px) {
	.shareDate {
		display: none !important;
	}
}
/* On mouse-over, add a grey background color */
.share-check:hover input ~ .share-checkbox {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.share-check input:checked ~ .share-checkbox {
	background-color: #2f55d4;
}
.share-check input:checked ~ .share-checked {
	background-color: #ccc;
}

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

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

/* Style the checkmark/indicator */
.share-check .share-checkbox:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cart {
	text-align: center;
}
.cart-inner img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
.cart-inner i {
	cursor: pointer;
	color: #2f55d4 !important;
}
#cart form {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 2;
}
#cart form input {
	margin-top: 10px;
}
a.decrease-product {
	cursor: pointer;
	font-size: 12px;
	color: #2f55d4 !important;
	text-decoration: underline !important;
}
.product-qty {
	margin: 0 auto;
}
.product-qty span {
	font-size: 18px;
	font-weight: bold;
	width: 50px;
	height: 30px;
	padding: 0 5px;
	margin: 0 5px;
	border: 1px solid lightgray;
}
.product-pricing {
	border-right: 1px solid darkgray;
}
.product-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.product-each {
	font-style: italic;
}
.cart-total {
	width: 100%;
	padding-right: 15px;
}
.cart-total table tr td {
	text-align: left;
}
.cart-total table tr :first-child {
	text-align: right;
	margin-right: 15px;
}
#insert-variable {
	appearance: none;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0;
	padding: 8px;
}
#toolbar-container {
	margin: 0;
}
#password-verification {
	display: inline-block;
	display: none;
	width: 300px;
	position: absolute; 
	top: 0;
	left: calc(100% + 5px);
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 5px;
	z-index: 9999;
	padding: 10px;
}
div.dataTables_filter {
	text-align: left !important;
}
.mytable th {
	padding: 10px 0;
	border-top: 1px solid lightgray;
	border-bottom: 2px solid darkgray;
}
.mytable td {
	padding-bottom: 15px;
	border-bottom: 1px solid lightgray;
}
.mytable .mainrow td {
	padding-top: 15px;
	padding-bottom: 0;
	border: none;
}
.edit-label {
	
}
.edit-field {
	display: none;
}
.status-types .th, .status-types .td {
	padding: .3rem;
	line-height: 10px;
}
.myselect {
	appearance: none;
	display: inline-block;
	border: none;
	border-radius: .25rem;
	margin: 0;
	vertical-align: middle;
	width: auto;
	font-family: inherit;
	font-size: .875rem;
	cursor: inherit;
	height: 35px; 
	padding: .375rem .75rem; 
	line-height: 1.5;
}
.myselect option {
	text-align: center;
}
.myselect ::after {
	content: "&#9662";
	width: 0.8em;
	height: 0.5em;
	background-color: black;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.tablecard, .tablecard thead, .tablecard tbody, .tablecard th, .tablecard td, .tablecard tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.tablecard thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tablecard tr { border: 1px solid #ccc; margin-bottom: 10px; }
	
	.tablecard td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 40%;
		margin-bottom: 5px !important;
	}
	
	.tablecard td:before { 
		/* Now like a table header */
		/* position: absolute; */
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		padding-bottom: 3px;
		text-align: right;
		white-space: nowrap;
		font-style: italic;
		line-height: 17px;
		font-size: 14px;
	}
	
	.section-space {
		margin-bottom: 30px;
	}
	.report-wrapper img {
		height: 175px;
	}
	.mytable .mainrow td {
		padding-top: 0;
	}
	/*
	Label the data
	*/
	.tablecard tr[jobID] {
		padding: 5px 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.tablecard tr not:([jobID]) {
		border: none;
	}
	#catering tr[jobID] td:nth-of-type(1):before { content: "Name"; }
	#catering tr[jobID] td:nth-of-type(2):before { content: "Received"; }
	#catering tr[jobID] td:nth-of-type(3):before { content: "Requested"; }
	#catering tr[jobID] td:nth-of-type(4):before { content: "Size"; }
	#catering tr[jobID] td:nth-of-type(5):before { content: "Status"; padding-top: 3px; }
}
.form-images {
	display: flex;
}
.form-images img {
	display: block;
	height: 100px;
}
.form-image-wrapper {
	width: 100px;
	height: 100px;
}
.dropify-wrapper {
	height: 100px;
	/*
	display: block;
	position: relative;
	padding: 30px 10px;
	min-height: 200px;
	height: 90%;
	padding-bottom: 15%;
*/
}
.dropify-message .file-icon p {
	font-size: 16px !important;
}
.newrequest {
	background-color: #efefef;
}
.cat-details {
	display: none;
/*
	border-top: 1px solid darkgray;
	margin-top: 20px;
*/
}
.input-mask {
	cursor: pointer;
}
.sort-handle {
	cursor: grab;
}
.cat-card textarea:disabled {
	background-color: white;
}
.del-item {
	cursor: pointer;
}
.cat-items div {
	padding: 3px;
}
.cat-items [itemID] {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.sub-item:not(:first-child) {
	margin-top: 10px;
}
.sub-item {
	background-color: #efefef;
}
.insert-before::before {
	display: inline-block;
	content: "";
	width:100%;
	border-top: 1px solid black;
	transform: translateY(-10px);
}
.insert-after::after {
	display: inline-block;
	content: "";
	width:100%;
	border-top: 1px solid black;
	transform: translateY(10px);
}

/* Events: Add Event button on mobile – col-6 each side, button not full width */
@media (max-width: 991px) {
	.add-event {
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
	}
}