.separator-bottom {
    bottom: -1px;
}

[data-searchdata="true"] {
	display: none;
}

[data-search-clear] {
	cursor: pointer;
}
[data-search-clear] i {
	transform: scale(0);
	transition: all 0.5s ease;
}
[data-search-clear].clearable i {
	transform: scale(1);
}
.form-control:focus {
    border-color: #cad1d7;
}
.alert-container {
	position: fixed;
	bottom: 20px;
	margin: 20px auto 0px auto !important;
	width: 100%;
	text-align: center;
}
.alert-popup {
	margin-bottom: 0px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

select {
	background: linear-gradient(45deg, transparent 50%, #8f9eaf 50%), linear-gradient(135deg, #8f9eaf 50%, transparent 50%);
	background-position: calc(100% - 21px) calc(1em + 6px), calc(100% - 16px) calc(1em + 6px);
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none; 
	-ms-expand { display: none; }
}

td,
th,
td *,
th * {
	/*vertical-align: middle !important;*/
}

.trumbowyg-box {
	box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
	border: 0;
	transition: box-shadow .15s ease;
	border-radius: 0.375rem;
	overflow: hidden;
}

.trumbowyg-editor,
.trumbowyg-editor * {
	font-size: 0.875rem !important;
	line-height: 1em !important;
	color: #8898aa !important;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-family: Open Sans, sans-serif !important;
}
.trumbowyg-editor p {
	font-weight: 400;
}

.photo-upload {

}
.result-container {
	height: 60px;
	width: 60px;
	border: 1px solid #eee;
	border-radius: 8px;
	background-size: 100% 100%;
}
.croppie-input {
	display: inline-block;
	border-radius: 8px;
}

.croppie-container .cr-resizer, .croppie-container .cr-viewport {
	border: 2px solid black;
    box-shadow: 0 0 2000px 2000px rgba(255,255,255,1);
}

/*Chrome Fix*/
.croppie-container {
  position:absolute;
  z-index: 999;
  width: 100%;
  left: 0;
}
.input-slider-cont {
  position: absolute;
  bottom: 0;
  z-index: 100000;
  left: 25px;
  right: 25px;
}
.cr-slider {
	padding-top: 0;
}

.result-photo {
	background-image: url(/cms/img/empty_photo.jpg);
}
.result-logo {
	background-image: url(/cms/img/empty_logo.jpg);
}
.dropdown-toggle {
    line-height: 1.7;
}
.btn-secondary.dropdown-toggle {
    background-color: #fff !important;
}

.condense {
	width:1px;
	white-space: nowrap;
}

.package-remove-button,
.person-remove-button {
	cursor: pointer;
	color: #212529;
	background-color: #f7fafc;
	border-color: #f7fafc;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	border-radius: 100px;
	height: 30px;
	width: 30px;
	text-align: center;
	position: absolute;
	right: 3px;
	top: -15px;
}

.package-remove-button:hover,
.person-remove-button:hover {
	box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.person-moderator-badge {
	cursor: default;
	border-color: #f7fafc;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	border-radius: 100px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: -15px;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 16px;
	right: 50px;
	background-color: #5e72e4;
	color: #fff;
}

.border {
	border-radius: 6px;
}

.moderator-symbol {
	position: absolute;
	top: -8px;
	right: -2px;
	background-color: #5e72e4;
	border-radius: 100px;
	color: #fff;
	font-size: 9px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 17px;
	border: 2px solid #fff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.moderator-popover-badge {
	background-color: #5e72e4;
	padding: 2px 12px;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	position: relative;
	top: -22px;
	display: block;
	margin-bottom: -15px;
	width: auto;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}


tfoot,
tfoot td {
	background-color: #f6f9fc !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	font-size: 0.65rem !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	color: #8898aa !important;
}

[type="color"] {
	display: inline-block;
	border: 0;
	height: 28px;
	background-color: transparent;
	width: 28px;
	padding: 0;
}

[type="color"]~input {
	color: #8898aa;
	font-size: 0.875rem;
	display: inline-block;
	position: absolute;
	border: 0;
	padding: 3px 10px;
	width: 100%;
}

.alerting-row {
	position: absolute;
	left: 0;
	margin-top: -2px;
	margin-left: -12px;
	background: white;
	padding: 5px;
	border-radius: 100px;
	font-size: 15px;
	box-shadow: -0.5em 0 1rem 0 rgba(136, 152, 170, 0.2) !important;
}



.audit-activity-user { 
	position: relative;
}
.action-overlay {
	position: absolute;
	right: -5px;
	border-radius: 100px;
	width: 18px;
	height: 18px;
	text-align: center;
	top: -5px;
	font-size: 10px;
	line-height: 18px;
}

.navbar-vertical .navbar-collapse::before {
    margin: 0
}


.status-box {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 20px;
}
.status-box .status-icon {
	padding: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-right: 20px;
}
.status-box .status-text {
	text-transform: uppercase;
	font-weight: 800;
	line-height: 14px;
}

.editable {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.editable:hover,
.editable:focus {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.editable-popup {
	max-width: 900px;
}
.editableform > div > div {
	display: flex;
}
.editable-input {
	margin-right: .5rem;
}
.editable-submit,
.editable-cancel {
	box-shadow: none !important;
	height: 30px !important;
	transform: none !important;
	border: 0px !important;
	background-color: #eef3f6;
}
.editable-empty {
    opacity: 0.3;
    font-style: italic;
}
.marker {
  background-image: url('/images/marker-map.png');
  background-size: cover;
  width: 32px;
  height: 32px;
}
.venue-marker {
  background-image: url('/images/venue-marker-map.png');
  background-size: cover;
  width: 32px;
  height: 32px;
}
.tooltip.show {
	z-index: 999999 !important;
}
.note-container {
	max-height: 270px;
	overflow-y: scroll;
}
.note-default {
	background-color: #f8f8fa;
}
.note-important {
	background-color: #fcf1f1;
	border-color: red !important;
	color: #a12525;
}
.note-important h5:first-child {
	color: #b20c0c;
}
.note-important h5:last-child {
	color: #cf8888;
	font-weight: normal;
}
.note-info {
	background-color: #f8f8f8;
	border-color: #ececec !important;
	color: #9c9c9c;
}
.note-info h5:first-child {
	color: #7c7c7c;
}
.note-info h5:last-child {
	color: #a7a7a7;
	font-weight: normal;
}
.note-default h5:last-child {
	color: #7b7b96;
	font-weight: normal;
}
.years-5 { color:#a8a8a8; background-color:#f4f4f4; }
.years-10 { color:#e49c55; background-color:#fff1de; }
.years-15 { color:#8092a8; background-color:#daf2ff; }

.editable-saved {
	background-color: #fbffba !important;
	padding: 4px 8px;
	margin-left: -8px;
	position: relative;
	border: 1px solid #ffe43f;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.editable-saved::after {
	content: 'Updated';
	position: absolute;
	top: -11px;
	left: -1px;
	font-size: 7px;
	background-color: #fbffba !important;
	padding: 0px 3px;
	border: 1px solid #ffe43f;
	border-bottom: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}


.cc {
	background-image: url(/images/cc-sprites.png);
	background-size: 216px;
	width: 32px;
	height: 20px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	vertical-align: middle;
	background-position: 45px 97px;
}
.cc-mastercard { background-position: 123px 125px; }
.cc-visa { background-position: 164px 125px; }
.cc-amex { background-position: 83px 125px; }
.cc-jcb { background-position: 164px 97px; }
.cc-discover { background-position: 123px 97px; }
.cc-diners { background-position: 84px 97px; }


.table td,
.table th {
    font-size: 0.65rem;
}
td .badge-dot,
th .badge-dot {
	font-size: inherit;
}
.card .table td,
.card .table th {
    padding-left: 1rem;
    padding-right: 1rem;
}
.dropdown-menu-sm .dropdown-item,
.dropdown-menu-sm .dropdown-item * {
    font-size: 0.75rem;
}