* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
*:focus {
	outline: none;
}
html {
	background-color: #000000;
}
body {
    -webkit-touch-callout: none !important;
    -webkit-text-size-adjust: none !important;
    -webkit-user-select: none !important;
    font-family:'AvenirNext-Regular', Helvetica, Arial, sans-serif;
    font-size:14px;
    margin:0px;
    padding:0px;
    width:100%;
    height: 100vh;
    overflow: hidden !important;
	background-color: #000000;
}
body.cameraActive {
	background-color: transparent;
}
html.cameraActive {
	background-color: transparent;
}
body.cameraActive  {
	background-color: transparent !important;
}

.mt-1 {
	margin-top: 5px;
}
.mt-2 {
	margin-top: 10px;
}
.mt-3 {
	margin-top: 15px;
}
.mt-4 {
	margin-top: 20px;
}
.mt-5 {
	margin-top: 25px;
}

.mb-1 {
	margin-bottom: 5px;
}
.mb-2 {
	margin-bottom: 10px;
}
.mb-3 {
	margin-bottom: 15px;
}
.mb-4 {
	margin-bottom: 20px;
}
.mb-5 {
	margin-bottom: 25px;
}


ul.list-group:empty {
	display: none;
}

.well {
	border-radius: 15px;
	border: 1px solid #efefef;
	background-color: #FFF;
}
.well.bigShadow {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.well-white {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
	margin: 30px 10px 0 10px;
	box-shadow: none;
}


.heightTransition {
	transition:all 0.01s;
    height: 100vh;
}

/*BOOTSTRAP OVERRIDES*/
.row.equal {
	display: flex;
	flex-wrap: wrap;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.pad10 {
	margin-right:-10px;
	margin-left:-10px;
}
.row.pad10 > [class*='col-'] {
	padding-right:10px;
	padding-left:10px;
}
.row.pad15 {
	margin-right:-15px;
	margin-left:-15px;
}
.row.pad15 > [class*='col-'] {
	padding-right:15px;
	padding-left:15px;
}
.vertical-align {
	display: flex;
	align-items: center;
}

.text-strong {
	font-weight: 600;
}
.text-small {
	font-size: 12px;
	text-transform: uppercase;
}
.text-success,.text-success-light {
	color:#3FD68F;
}
.text-info {
	color:#0095FF;
}
.text-info-alt {
	color:#43AA9D;
}
.text-danger {
	color:#F93D71;
}
.text-warning {
	color:#FAA635;
}
.text-info-dark {
	color:#6C77C6;
}

.progress-bar-success {
	background-color: #3FD68F;
}
.progress-bar-info {
	background-color: #43AA9D;
}
.progress-bar-warning {
	background-color: #FDA626;
}
.progress-bar {
	box-shadow: none;
	-webkit-box-shadow: none;
}


.label-group {

}
.label-group > *:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.label-group > *:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.cameraPreviewOverlay {
	position:absolute;
	width:100vw; height:100vh;
	left:0; top:0;
	z-index:1;
	background: rgb(32,27,21);
	background: linear-gradient(0deg, rgba(32,27,21,0.5760679271708684) 0%, rgba(32,27,21,0) 9%);

	display:none;
}
.fakeFlash {
	position:absolute;
	width:100vw; height:100vh;
	left:0; top:0;
	z-index:1;
	background:#FFFFFF;
	opacity:0;
}
body.cameraActive .cameraPreviewOverlay {
	display:block;
}
.cameraPreviewOverlay .buttonHolder {
	position:absolute;
	left:0; bottom:calc(0px + env(safe-area-inset-bottom));
	width:100%;
	z-index:10;
}
.captureBtn {
	cursor:pointer;
	background-color:#FFF;
	border-radius:100px;
	width:70px; height:70px;
	display:inline-block;
}
.closeButton {
	position: absolute;
	right: 15px;
	bottom: 27px;
	background-color: #FFF;
	border-radius: 100px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #000;
}


.wrapper {
	position:absolute;
	width:100vw;
	left:0; top:0;
	overflow:hidden;
	background-position:center;
	background-size:cover;
	background-color:#FFFFFF;
    z-index: 2;

	transition:all 0.3s;
	transform:translate3d(0,0,0);
}
.wrapper.cameraActive {
	transform:translate3d(-100vw,0,0);
}

.right_panel_holder {
	position:absolute;
	height:100%;
	right:0px; top:0;
	z-index:700;
	-webkit-transform: translate3d(290px, 0, 0);
	-webkit-transition: all 0.3s;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
	color:#FFF;
	width:280px;
	background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(64,69,86,1) 100%); /* Chrome10+,Safari5.1+ */;
}
.right_panel_holder.show {
	-webkit-transform: translate3d(0px, 0, 0);
}

.filter_holder {
	position:absolute;
	height:100%;
	right:0px; top:0;
	z-index:700;
	-webkit-transform: translate3d(290px, 0, 0);
	-webkit-transition: all 0.3s;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
	color:#FFF;
	width:280px;
	background-color:#FFFFFF;
	box-sizing:border-box;
}
.filter_holder.show {
	-webkit-transform: translate3d(0px, 0, 0);
}
.overlay {
	display:none;
	background-color:rgba(0,0,0,0.5);
	width:100%; height:100%; left:0; top:0;
	position:absolute; z-index:699;
	-webkit-transition: all 0.3s;
	-webkit-overflow-scrolling: touch;
	-webkit-backdrop-filter: blur(5px);
    transform:translate3d(0,0,15px);
}
.overlay.show {
	display:block;
}
.overlay.show.color {
	display:block;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(5px) contrast(110%);
}

.page_holder {
	position:absolute;
	left:0;top:0;width:100%;height:100%;
	left:0px;
	-webkit-transition:all 0.3s;
	-webkit-transform: translate3d(0px, 0, 0);
	z-index:10;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
	
}
.page_holder.show {
	left:0px;
	-webkit-transform: translate3d(0px, 0, 0);
}
.backpage_holder {
	position:absolute;
	width:100%;height:100%;
	left:0; top:0;
	z-index:9;
	background-color:#000;
	display:none;
}
.backpage_holder.show {
	display:block;
}

.offlineBar {
    position: absolute;
    z-index: 100;
    width: 100vw; height: 40px;
    background-color: #C0383A;
    z-index: 100;
    display: none;
}

.downloadsHolder {
    position: absolute;
	top:calc(env(safe-area-inset-top) - 1px);
    width: 100vw;
    z-index: 100;
}
.downloadsHolder > div {
	padding:10px; margin: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	transition: all 0.3s;
	transform:translateY(-150px);
}
.downloadsHolder > div.downloading {
	transform:translateY(0px);
}

.downloadsHolder > div .filename {

}
.downloadsHolder > div .progressBar {
	background: #e3e3e3;
	width: 100%; height: 5px;
	border-radius: 20px;
	position: relative;
	margin-top: 5px;
}
.downloadsHolder > div .progressBar .bar {
	position: absolute; left:0; top:0; height: 100%; width: 0%;
	background-color: #1fe29e;
	border-radius: 20px;
}



.page, .subpage {
	position:absolute;
	left:0;top:0px;width:100%;height:100%;
	overflow:hidden;
	background-color:#FFFFFF;
	color:#033545;
	-webkit-transition:all 0.3s;
	-webkit-transform: translate3d(0px, 0, 1px);
	z-index:10;
	-webkit-overflow-scrolling:touch;
}

.page.hide {

}
.subpage.hide {
    display: block !important;
	-webkit-transform: translate3d(100vw, 0, 11px);
}
.subpage {
	z-index:15;
	box-shadow:0px 0px 7px rgba(0,0,0,0.4);
}
.subpage.blacktrans {
	background-color:rgba(0,0,0,0.0);	
	box-shadow:none;
}
.subpage + .subpage {
    z-index:16;
}
.subpage + .subpage + .subpage {
    z-index:17;
}
.subpage + .subpage + .subpage + .subpage{
    z-index:18;
}
.subpage + .subpage + .subpage + .subpage + .subpage{
    z-index:19;
}
.subpage + .subpage.hide {
	-webkit-transform: translate3d(100vw, 0, 12px);
}
.subpage + .subpage + .subpage.hide {
	-webkit-transform: translate3d(100vw, 0, 13px);
}
.subpage + .subpage + .subpage + .subpage.hide {
	-webkit-transform: translate3d(100vw, 0, 14px);
}
.gobacktrans {
	position:absolute;
	top:0;left:0;
	z-index:19;
	background-color:transparent;
	-webkit-transform:translate3d(0,0,0);
	-webkit-overflow-scrolling: touch;
}
.back_page{
	position:absolute;
	right:0;top:0px;width:280px;height:100%;
	overflow:hidden;
	background-color:#000;
	z-index:9;
}
.pageIsLoading {
	text-align: center;
	padding:30px 0;
}
.content-inner {
    min-height: calc(100% + 1px);
}
.insiderContentScroller {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.content {
	position:absolute;
	left:0;top:0px;width:100%;height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
.content.smaller {
	width:280px;
	right:0; left:auto;
	background-color:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
}
.content.smaller.white {
	background-color:#efefef;
}
.content > *:first-child {
	padding-top: calc(85px + env(safe-area-inset-top));
}
.subheader + .content > *:first-child {
	padding-top: calc(105px + env(safe-area-inset-top));
}
.header.higher + .content > *:first-child {
	padding-top: calc(115px + env(safe-area-inset-top));
}
.content > *:last-child:not(.new_message_holder) {
	padding-bottom:85px !important;
}
.content.noscroll {
	overflow:hidden;
}
.info_pad {
	padding:20px;
}
.info_pad.lesspad {
	padding:10px;
}
.info_pad + .info_pad {
	padding-top:0;
}
.relholder {
	position:relative;
}
hr {
	margin:0; padding:0;
	background-color:rgba(255,255,255,0.4);
	height:1px;
	border:0;
}
hr.dark {
	margin:0; padding:0;
	background-color:rgba(0,0,0,0.1);
	height:1px;
	border:0;
}
hr.light {
	margin:0; padding:0;
	background-color:rgba(255,255,255,0.1);
	height:1px;
	border:0;
}
*[nowrap] {
	white-space: nowrap;
}
a.link {
	color:#2F96B4;
	font-style: italic;
}




/*PAGES*/
.header {
	position:absolute;
	top:0;left:0;
	height:115px;
	padding-top: env(safe-area-inset-top);
	width: 100vw;
	z-index:25;
	background-color:#062465;
	color:#FFFFFF;
	-webkit-transform:translate3d(0,0,0);
	-webkit-overflow-scrolling: touch;
	/*border-bottom:1px solid rgba(255,255,255,0.1);*/
	border-radius: 0 0 30px 30px;
	box-shadow: 0px 0px 30px rgb(0,0,0,0.2);

}
.subheader {
	position:absolute;
	top:45px;left:0;
	height:115px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px rgb(0,0,0,0.2);
	color:#062465;
	padding-top: calc(20px + env(safe-area-inset-top));
	z-index: 24;
	border-radius: 0 0 30px 30px;
	width: 100vw;
	padding-left: 10px; padding-right: 10px;
}
.header.higher {
	height: 115px;
}
.header.transparent {
	background-color:transparent;
	box-shadow:none;
}
.header.transparent.withBackdrop {
	-webkit-backdrop-filter: blur(5px);
}
.back_page .header {
	background-color:rgba(0,0,0,0.9);
	color:#CCC;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.header .title {
	text-align: center;
	font-family: 'HamburgSerial';
	font-size: 22px;
	font-weight: 600;
	position: absolute;
	bottom: 15px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;

}
.header .title img {
	display:inline-block;
	max-width:100%; max-height:100%;
	width:auto; height:auto;
}
.header .title .name {
	font-size:16px;
	line-height:16px;
}
.header .title .status {
	font-size:11px;
	line-height:11px;
	padding-top:2px;
}
.back_page .header .title {
	margin-left:0px;
}
.action {
	position:absolute;
	cursor:pointer;
	bottom:12px;
	z-index:115;
	padding:10px;
	width:20px;
	height:20px;
	-webkit-transform:translate3d(0,0,0);
	line-height:normal;
	white-space:nowrap;
    font-size: 12px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.action i {
	display:inline-block;
	line-height:normal;
	vertical-align:middle;
	margin-right:4px;
}
.action.left {
	left:12px;
}
.action.right {
	right:15px;
}
.higher .action {
	bottom:35px;
}

.action .icon, .myposition .icon {
	width:25px;height:25px;
	margin:7px;
	display:block;
}
.cartCounter {
	display: block;width: 20px;height: 20px;position: absolute;left: 0;top: 2px;background-color: #FFF;border-radius:20px;text-align:center;padding-top:2px;font-weight:700;
	color:#062465;
}
.cartCounter[data-count="0"] {
	display: none;
}
.red {
	color:#DB4E50;
}



.page-actions {
    position: fixed;
    bottom:25px;
    width: 100vw;
}
.page-actions .roundBtn {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    line-height: 21px;
    padding: 15px 16px;
    width: 50px;
    height: 50px;
}
.roundBtn-info {
    background-color:#008fc3;
    color:#FFF;
}


/*Defaults*/
h1, h2, h3, h4, h5 {
	font-family: 'HamburgSerial';
	margin-top:0;
}
.photo {
	position:relative;
}
.photo img {
	width:100%;
	height:auto;
}
img:not(.media-object):not(.pswp__img) {
	max-width: 100%;
	height: auto !important;
}
video:not(.media-object) {
	max-width: 100%;
	height: auto !important;
}

.whitebg {
    background-color: #fff;
}
.swal2-popup {
  font-size: 1.6rem !important;
}


/*BOOTSTRAP OVERRIDES*/
.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.vertical-align {
    display: flex;
    align-items: center;
}

/*Buttons*/
.button {
	display:block;
	text-align:center;
	border-radius:3px;
	border:1px solid #FFF;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0;
	font-family:'AvenirNext-Regular';
	font-size:13px;
	border-collapse:collapse;
	text-decoration:none;
	position: relative;
}
.fc-button {
	width:auto;
}
.button.hide {
	display:none;
}
.button.greyout {
	border-color:#333;
	color:#333;
}
.button.whiteout {
	border-color:#FFF;
	color:#FFF;
}
.button.button-green {
	background-color:#69cc5f;
	border-color:#69cc5f;
	border:0 !important;
}
.button.button-red {
	background-color:#D05153;
	border-color:#D05153;
}
.button.grey {
	background-color:#eaeaea;
	border-color:#eaeaea;
	color:#666;
}
.button.half {
	display:inline-block;
	width:49%; margin-left:1%;
}
.button.half:first-child {
	margin-left:0;
}
.button.followup,button.followup {
	color:#333;
	text-align:left;
	border-bottom:1px solid #eaeaea;
	padding-left:15px;
	padding-right:15px;
	position:relative;
}
button.followup {
	border:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
}
button.followup.red {
	color:#DB4E50;
}
button.followup i {
	position:absolute;
	top:13px; right:15px;
	color:#666;
}
.button.followup .absright {
	display:block;
	top:8px; right:15px;
	position:absolute;
}
.button .uploadBar {
	position: absolute;
	top:0; left:0;
	border-radius: inherit;
	height: 100%; width: 0%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.button .text {
	z-index: 3;
	position: relative;
	display: inline;
}

/*new buttons*/
/*button {*/
/*	display:block;*/
/*	text-align:center;*/
/*	padding:10px 0;*/
/*	font-family: 'AvenirNext-Medium', sans-serif;*/
/*	border-radius:3px;*/
/*	width:100%;*/
/*	font-size:14px;*/
/*	text-transform:uppercase;*/
/*}*/
/*button.white {*/
/*	background-color:#FFF;*/
/*	color:#333;*/
/*}*/





.noContent {
	padding:15px;
	color:#777;
	margin:15px;
}
.noContent .title {
	font-size: 30px;
	padding:20px 0;
	font-weight: 700;
}
.noContent .text {
	font-size: 18px;
}
.noContent i {
	color:#CDB000;
}



.pressAnim {
	transition:all 0.1s;
	transform:scale(1);
}
.pressAnim.press {
	transform:scale(0.98);
}

.switchOption {
	position:relative;
	padding:10px 10px;
	background-color:#FFF;
	border-top:1px solid #efefef;
}
.switchOption .label {
	font-size:13px;
}
.switchOption .sw{
	position:absolute;
	top:7px; right:10px;
}



/*modalHolder*/
.modalHolder {
	position:absolute;
	left:0; bottom:-10000px;
	background-color:#0A1027;
	color:#FFF;
	z-index:9999;
	width:100%;
	display:none;
	transition:transform 0.3s;
	transform:translateY(0px);
	transform:translateZ(10px);
	border-radius: 15px 15px 0 0;
	-webkit-overflow-scrolling: touch;
}
.modalHolder.show {
	display:block;
}
.modalHolder .modalTitle {
	padding:15px;
	font-family: 'AvenirNext-Regular';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.modalHolder .modalBody {
	padding:0px;
}



.clearKeyword {
	position: absolute;
	right: 15px;
	bottom: 14px;
	z-index: 2;
	font-size: 20px;
	color: #999;
}



.specRow {
	padding:15px;
	font-size:14px;
	position: relative;
    /*border-bottom:1px solid #efefef;*/
}
.specRow:first-of-type {
    /*border-top:1px solid #efefef;*/
}
.specRow .type {
	
}
.specRow .value {
	float:right;
	font-weight:bold;
}
.specRow .list {
	padding:0 !important;
}

.specRow .bigvalue {
	padding: 10px 0 0px 0px;
	font-family: 'AvenirNext-Regular';
	font-weight: 400;
	font-size: 22px;
}

.specRow .normalvalue {
	padding: 10px 0 0px 0px;
	font-family: 'AvenirNext-Regular';
	font-weight: 400;
	font-size: 14px;
}

.specRow label {
	font-family: 'AvenirNext-Regular';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
.specRow label.big {
	font-family: 'AvenirNext-Regular';
	font-weight: 700;
	font-size: 13px;
	display: block;
}
.specRow select,.specRow textarea,.specRow input[type=text],.specRow input[type=date] {
	-webkit-appearance:none;
	display:block;
	padding: 10px;
	width:100%;
	border:1px solid rgba(0,0,0,0.2);
	font-size:13px;
	font-weight: bold;
	box-sizing:border-box;
	font-family: inherit;
}
.specRow select {
	background-image:url('../img/expand-button.png');
	background-repeat:no-repeat;
	background-color: transparent !important;
	border: 0px;
	padding: 10px 0 0px 35px;
	font-family: 'AvenirNext-Regular';
	font-weight: 400;
	font-size: 22px;
	background-size: 15px 15px;
	background-position: left 10px top 18px;
}
.specRow i.down {
	position: absolute;
	right:20px;
	bottom:19px;
}


.tabs {
	/*background-color:#FFF;*/
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.tabs:after {
    content: '';
    display: block;
    clear: both;
}
.tabs .tab{
	width:50%;
	float:left;
	border-bottom:4px solid rgba(0,0,0,0);
	text-align:center;
	padding: 15px 0 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabs .tab:first-child {
	border-radius: 0 0 0 25px;
}
.tabs .tab:last-child {
	border-radius: 0 0 25px 0;
}
.tabs .tab.active {
	border-bottom:4px solid #062465;
}
.tabs.tabs-3 .tab {
	width:33.33%;
}
.tabs.tabs-4 .tab {
	width:25%;
}

.listButtons {
    border-top:1px solid rgba(0,0,0,0.1);
	padding-bottom: env(safe-area-inset-bottom);
}
.listButtons > div:not(.divider):not(.infopad) {
    position: relative;
	padding: 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-family:'AvenirNext-Regular';
	font-size:14px;
	text-transform:uppercase;
}
.listButtons > div .icon {
    position: absolute;
    right:20px; top:15px;
}
.listButtons > div:last-child {
	/*border-bottom:0;*/
}
.collectionResult {
	padding: 15px 20px;
}

.listButtons .row .fancyInput {
	border-bottom: 0;
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 6px;
	margin: -6px 0;
}

.listButtons .divider {
	padding: 15px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}


span.status {
	font-family: 'AvenirNext-Regular';
	font-weight: 600;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	line-height: 11px;
	padding: 5px 5px 3px 5px;
	border-radius: 3px;
	vertical-align: 2px;
}
span.status.orange {
	background-color:#CA622D;
}
span.status.blue {
	background-color:#2A7BCC;
}
span.status.red {
	background-color:#C7181B;
}
span.status.purple {
	background-color:#C36CCD;
}
span.status.green {
	background-color:#9ACD54;
}


.formData div.specRow {
	padding:10px;
	position:relative;
}
.formData select, .formData input, .formData textarea {
	-webkit-appearance:none;
	display:block;
	padding: 10px;
	width:100%;
	border:1px solid rgba(0,0,0,0.2);
	font-size:13px;
	font-weight: bold;
	box-sizing:border-box;
}
.formData textarea {
   resize: vertical; 
}
.formData select {
	background-image:url('../img/expand-button.png');
	background-repeat:no-repeat;
	border: 0px;
	padding: 10px 0 0px 35px;
	font-family: 'AvenirNext-Regular';
	font-weight: 400;
	font-size: 22px;
	background-size: 15px 15px;
	background-position: left 10px top 18px;
}





/*searchBar*/
.searchBar {
    position: fixed;
    left:0; top:65px;
    width:100vw;
    
}
.searchBar input[type=text] {
    -webkit-appearance: none;
    width: 100vw;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    padding: 15px;
}
.searchBar + .list {
	margin-top:55px;
}



/*inbox_message*/
.inbox_message {
	padding:10px 15px;
	border-bottom:1px solid #cccccc;
}
.inbox_message .date {
	font-size:11px;
	color:#999;
}
.inbox_message .title {
	font-family: 'AvenirNext-Regular', sans-serif;
	font-size:15px;
}
.inbox_message .message {
	font-family: 'AvenirNext-Regular', sans-serif;
}
.inbox_message.unread {
	font-weight:bold;
	background-color:rgba(255,255,255,0.8);
}


/*uploadOverlay*/
.loadingOverlay {
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	z-index:999;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	-webkit-overflow-scrolling: touch;
	-webkit-backdrop-filter: blur(3px);
	transform: translate3d(0,0,10px);
	padding:0 30px;
	box-sizing:border-box;
	opacity:0;
	display: none;
}
.loadingOverlay.beforeShow {
	display: flex;
	align-items: center;
	justify-content: center;
}
.loadingOverlay.showLoading {
	opacity: 1;
}


.loadingOverlay .title {
	text-align:center;
	margin-top:10px;
	font-size:25px;
	color:#FFF;
}
.loadingOverlay .loadingAnim {
	text-align:center;
	color:#FFF;
	margin: 20px 0;
	display: block;
}



/*htmlContent*/
h1, h2, h3, h4 {
	font-family:'HamburgSerial';
	/*text-transform:uppercase;*/
	font-weight: 700;
}
#htmlContent {
	font-family:'AvenirNext-Regular';
	font-size:15px;
}






#fppopup {
	display:block;
	background-color:#000;
	position:absolute; left:0; top:0;
	width:100vw; height:100vh;
	z-index:5001;
}
.fpContent {
	color:#FFF;
	padding:0 25px;
	text-align:center;
}
.fpContent img {
	width:70vw;
	margin-top:15vh;
	display:inline-block;
}
.fpContent p {
	font-size:15px;
}




/*AGENDA*/
.fc-toolbar {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


.ui-datepicker-year {
	display: inline-block !important;
	width: auto !important;
	font-size: inherit;
	background-size: 8px 8px;
	background-position: left 4px top 15px;
	padding-left: 15px;
}
.ui-datepicker-inline {
	width: 100% !important;
	box-sizing: border-box !important;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #b0aead;
  background: #e9e5e3;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #5ed1cc;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #00a8b2;
  margin-bottom: 5px;
  font-size: 13px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.ui-state-default:hover {
  background: rgba(0,0,0,0.02);
}
.ui-state-highlight {
  color: #8dd391;
}
.ui-state-active {
  background-color: #5ed1cc;
	font-weight: bold;
	color:#FFF;
	border-radius: 2px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}





.list {
    padding: 0 10px;
}
.list.nopad {
    padding:0;
}
.listDivider {
	font-family: 'HamburgSerial';
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px 3px 3px;
}
.noListContent {
	font-family: 'HamburgSerial';
    font-size: 14px;
	font-style: italic;
	color:#666;
	padding-bottom:10px;
}
/*listItem*/
.listItem {
	background-color:#FFF;
	padding:10px;
	margin:10px 0;
	cursor:pointer;
	position:relative;
    box-sizing: border-box;
}
.listItem i.nextIcon {
    position:absolute;
	top:50%; right:15px;
	color:#666;
    margin-top:-7px;
    font-size:16px;
}
.listItem .noPieces {
	float:right;
	font-size:14px;
}
.listItem .title {
	font-family: 'AvenirNext-Regular';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.listItem .subtitle {
	font-family:'AvenirNext-Regular';
	font-size:12px;
	text-transform:uppercase;
}
.listItem .time {
    color:#4F9EDC;
}
.listItem .date {
	color:#999;
}
.listItem.green {
	background-color:#B6DF90;
	color:#333;
	display:none;
}
.listItem .label {
	font-family: 'AvenirNext-Regular';
	font-size: 11px;
	font-weight: bold;
	background-color: #ACACAC;
	color: #FFF;
	line-height: 10px;
	padding: 4px 4px 3px 4px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
}
.listItem .distance {
	display:inline-block;
	margin-left:0px;
}

.listItem.greenBorder {
    border-left:3px solid #7BB758;
}
.listItem.orangeBorder {
    border-left:3px solid #ED8F30;
}
.listItem.redBorder {
    border-left:3px solid #E3393C;
}





.audioRecorder {
	
}
.audioRecorder .recordings {
	
}

.newAudioFile {
	
}
.newAudioFile .filename {
	padding:10px 0;
}
.newAudioFile .bar {
	background-color: #FFF;
	height: 3px;
	width:100%;
	position: relative;
}
.newAudioFile .bar span {
	background-color: #92D84F;
	height: 3px;
	width:0%;
	position: absolute; left:0; top:0
}



/*PROSPECTSCHERM*/
.reminders, .reports, .lhreports {
	background-color: #FFF;
	margin: 10px;
	border-radius: 10px;
}
.reminders hr:last-child, .reports hr:last-child, .lhreport hr:last-child {
	display: none;
}


/*addPhotoPage*/
#addPhotoPage .content {
	background-color: #000;
}
.photo_holder {
	height: 30vh;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.photo_holder .bar {
	background-color: #3E3E3E;
	height: 3px;
	width:100%;
	position: absolute;bottom:0; left:0
	
}
.photo_holder .bar span {
	background-color: #92D84F;
	height: 3px;
	width:0%;
	position: absolute; left:0; top:0
}

/*CHAT*/
.new_message_holder {
	position:fixed;
	width:100%;
	bottom:0;left:0;
	z-index:200;
	-webkit-transition:all 0.3s;
	-webkit-transform:translate3d(0,0px,10px);
	background-color:#eaeaea;
	border-top:2px solid #CCCCCC;
}
.send_button {
	position:absolute;
	right:15px; top:20px;
	display:block;
}
.send_button i {
	display:block;
}
.image_button {
	position:absolute;
	right:50px; top:20px;
	display:block;
}
.image_button i {
	display:block;
}

.new_message_holder > div{
	padding:10px 15px;
	position:relative;
}

.new_message_holder textarea {
	font-family:'AvenirNext-Regular';
	font-size:15px;
	padding:10px;
	border-radius:0;
	border:1px solid #efefef;
	background-color:#FFFFFF;
	position:relative;
	-webkit-appearance:none;
	display:block;
	width: calc(100% - 100px);
}



/*Messages*/
.messages_holder {
	height:calc(100% - 65px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	padding-bottom: 65px;
	
}
.messages_holder .message {
	position:relative;
	padding:10px 15px;
	text-align:left;
	font-family: 'AvenirNext-Regular', sans-serif;
}
.messages_holder .message pointer {
	display:block;
	position:absolute;
	width:10px; height:10px;
	-webkit-transform:rotate(45deg);
	left:10px; top:-3px;
	background-color:#CCC;
}
.messages_holder .message .note {
	text-align: center;
}
.messages_holder .message .date {
	
}
.messages_holder .message .text {
	display:inline-block;
	max-width:80%;
	padding:5px 10px;
	background-color:#CCC;
	color:#333;
	font-size:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-user-select:text !important;
	border-radius:4px;
	position:relative;
	min-width:60px;
	overflow:visible;
}
.messages_holder .message.admin {
	text-align:right;
	
}
.messages_holder .message.admin .text {
	color:#FFF;
	background-color:#ee312f;
}
.messages_holder .message.admin pointer {
	left:auto; right:10px;
	background-color:#ee312f;
}

.messages_holder .message.adminmsg pointer {
	left:50%; 
}
.messages_holder .message.adminmsg .text {
	display:block;
	width:100%;max-width:100%;
	-webkit-box-sizing:border-box;
}
.messages_holder .message.adminmsg {
	text-align:center;
	max-width:100%;
}






/*BUTTON*/
.btn {
    /*display: block;*/
	border-radius: 50px;
}
.btn-transparent {
	color:#2561ac;
	border:1px solid transparent;
	background-color: transparent;
}
.btn-white {
    background-color: #FFF;
    border-color:#FFF;
    color:#2561ac;
}
.btn-yellow {
	background-color: #CDB000;
	border-color:#CDB000;
	color:#FFF;
}
.btn-blue {
	background-color: #2561ac;
	border-color: #2561ac;
	color:#FFF;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.btn-info {
	background-color: #1D644E;
	border-color: #1D644E;
}
.btn-success {
	background-color: #F39325;
	border-color: #F39325;
}
.btn-muted {
	background-color: #22283B;
	border-color: #22283B;
	color:#FFF;
}
.label {
	border-radius: 4px;
	font-weight: normal;
}
.label-success {
	background-color: #1fe29e;
}
.label-warning {
	background-color: #FDA626;
}
.label-info {
	background-color: #1D644E;
}

.label-dark {
	background-color: rgba(255,255,255,0.1);
}
.badge-dark {
	background-color: rgba(255,255,255,0.1);
}
*[data-count="0"] {
	display: none;
}

.badge {
	vertical-align: 0px;
	padding-top: 5px;
}




/*LOGIN */
#loginScreen {
	display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
	z-index: 1001;
	background-color:#CDB000;
    padding: 25px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
	transform : translate3d(0,0,50px);
}
#loginScreen .buttons_holder {
    position: absolute;
    bottom: 0;left: 0;
    padding: 25px;    
    width: 100%;
    box-sizing: border-box;
	transform : translate3d(0,0,60px);
	-webkit-overflow-scrolling: touch;
	z-index: 1002;
}
#loginScreen .buttons_holder > div {
	cursor: pointer;
	transform : translate3d(0,0,70px);
	-webkit-overflow-scrolling: touch;
	z-index: 1003;
}
#loginScreen > div {
	width: 100%;
	height: 100%;
}
#loginScreen .owl-stage-outer,#loginScreen .owl-stage ,#loginScreen .owl-item, #loginScreen .item {
	height: 100%;
}
#loginScreen .owl-dots {
	position: relative;
	top: -150px;
}
.loginSlide {
	position: relative;
	height: 100%;
	padding-top: 20vh;
	box-sizing: border-box;
}
.loginSlide .title {
	font-size: 30px;
	padding:20px 0;
	font-weight: 700;
}
.loginSlide .text {
	font-size: 18px;
}


/*Safetyscreen */
#safetyScreen {
	display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
	z-index: 1001;
	background-color:#0A1027;
    padding: 25px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
	transform : translate3d(0,0,50px);
}
#safetyScreen .buttons_holder {
    position: absolute;
    bottom: 0;left: 0;
    padding: 25px 0;
    width: 100%;
    box-sizing: border-box;
	transform : translate3d(0,0,60px);
	-webkit-overflow-scrolling: touch;
	z-index: 1002;
}
#safetyScreen .buttons_holder > div {
	cursor: pointer;
	transform : translate3d(0,0,70px);
	-webkit-overflow-scrolling: touch;
	z-index: 1003;
}
#safetyScreen > div {
	width: 100%;
	height: 100%;
}
#safetyScreen .owl-stage-outer,#safetyScreen .owl-stage ,#safetyScreen .owl-item, #safetyScreen .item {
	height: 100%;
}
#safetyScreen .owl-dots {
	position: relative;
	top: -170px;
}
#safetyScreen .btn-transparent {
	color:#FFF;
}
.safetySlide {
	position: relative;
	height: 100%;
	padding-top: 15vh;
	box-sizing: border-box;
}
.safetySlide .image {
	text-align: center !important;
}
.safetySlide .image img {
	display: inline-block;
	width: 100px !important;
	height: auto !important;
}
.safetySlide .title {
	font-size: 30px;
	padding:20px 0;
	font-weight: 700;
}
.safetySlide .text {
	font-size: 18px;
}


#termsScreen {
	display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 501;
	background: linear-gradient(135deg, #ff2e85 0%,#ff5d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 25px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;

}
#termsScreen .buttons_holder {
    position: absolute;
    bottom: 0;left: 0;
    padding: 25px;
    width: 100vw;
    box-sizing: border-box;
}
#termsScreen > div {
	width: 100vw;
}
#termsHolder {
	height: 65vh;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	padding:10px;
	background-color: #FFF;
	border-radius: 4px;
	color:#333;
}
.termsTitle {
	font-size: 15px;
	font-weight: bold;
}
.termsTitle {
	font-size: 12px;
	color:#999999;
	margin-bottom: 10px;
}




#loginScreen .fancyInput {
    background-color: transparent;
    border:0;
    border-bottom:1px solid rgba(0,0,0,0.2);
    padding:15px 0;
    font-size: 20px;
    border-radius: 0;
    color:#FFF;
}
.input-block {
    width:100%;
    display: block;
}

.formFieldsTitle {
	font-family: 'HamburgSerial';
	font-size: 18px;
	font-weight: 700;
	padding-left:15px;
	margin-top: 30px;
}
.formFields {

}
.fancyInput {
    background-color: transparent;
    border:0;
	border-top:1px solid rgba(0,0,0,0.1);
    padding:15px;
    font-size: 15px;
    border-radius: 0;
    color:#043544;
    display: block;
    width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bebebe;
	opacity: 1; /* Firefox */
}
.fancyInput:last-child {
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.fancyInput.bordered {
	border:1px solid rgba(255,255,255,0.1);
	margin-bottom: 20px;
}
.fancyInput.frameless {
	border:0;
	padding:0;
	margin:0;
}
.fancyInput.no-x-padding {
	padding-left:0;
	padding-right:0;
}
.textareaHolder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bebebe;
	opacity: 1; /* Firefox */
}
.fancyInput.rounded {
	border-radius: 20px;
	border:1px solid rgba(255,255,255,0.1);
}
select.fancyInput {
	-webkit-appearance:none;
	margin:0;
	background-image: url('../img/assets/arrow_down_icon.svg');
	background-position: right 8px top 12px;
	background-repeat: no-repeat;
	background-size: 30px;
}
select.fancyInput.dark {
	border:0;
	color:#000;
	margin:0;
	border:0;
}
.datesHolder:after {
	font-family: FontAwesome;
	content: "\f107";
	display: block;
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 10;
	font-size: 20px;
}

.headerFilter:after,.topListFilter:after {
	font-family: FontAwesome;
	content: "\f107";
	display: block;
	position: absolute;
	right: 15px;
	bottom: 13px;
	z-index: 10;
	font-size: 20px;
}
.topListFilter {
	margin:0px;background-color: #FFF;position: relative;
	border-bottom:1px solid #efefef;
}




/*QR*/
.qrOverlay {
    position: absolute;
    width:100vw;
    height: 100vh;
    background-image: url('../img/qroverlay.png');
    background-size: cover;
    background-position: center center;
    display: none;
    z-index: 1;
}
.qrOverlay .buttons_holder {
    position: absolute;
    bottom: 0;left: 0;
    padding: 25px;    
    width: 100vw;
    box-sizing: border-box;
    text-align: center;
}
.qrOverlay .cancelButton {
    display: inline-block;
    border-radius: 50px;
    background-color: #F55457;
    color:#FFF;
    padding:15px 25px;
}



.profile_holder {
    padding: 20px;    
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.profile_name {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 18px;
}


/*Profile page*/
.profile_photo_back {
    height: 35vh;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(5px) brightness(60%);
    filter: blur(5px) brightness(60%);
}
.profile_header {
    margin-top: -20vh;
    position: relative;
    z-index: 20;
}
.profile-image {
    display: inline-block;
    max-width: 200px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
    border-radius: 50%;
    margin-bottom: 20px;
}
.profile_header .firstname {
    font-size: 30px;
}
.profile_header .lastname {
    font-size: 20px;
}



.upToDateHolder {
    padding-top:20px;
    display: none;
}
.upToDateHolder span {
    display: block;
}

.timeline .timeline-item {
    background-color: #FFF;
    margin: 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
}
.timeline-item {
    background-color: #FFF;
    font-size: 14px;
}
.timeline-item.notVisibleYet {
    display: none;
}
.item-header {
    padding:10px;
}
.item-header .name {
    padding-top: 8px;
    font-weight: bold;
}
.item-header .date {
    font-size: 12px;
    color: #999;
}
.item-header img {
    margin-right: 10px;
}
.item-body {
    padding:10px;
}
.item-body .title {
    font-weight: bold;
}
.timeline-item .button-bar {
    border-top: 1px solid #efefef;
    font-size: 12px;
}
.timeline-btn {
    padding:10px 0;
    border-left:1px solid #efefef;
}
.timeline-btn.no-border {
    border-left:0;
}
.timeline-btn.active {
    color: #1490CF;
}
.timeline-btn.disabled {
    color: #CCC;
}
.badge[data-count="0"] {
    display: none;
}

.readmore {
    color: #1490CF;
    font-style: italic;
}
.timeline-item .accountNames {
    
}
.timeline-item .accountName {
    font-size: 11px; color:#999;
    display: inline-block;
    margin-right: 5px;
}
.timeline-item .accountName img {
    width:1em; height: 1em;
    vertical-align: -2px;
    display: inline-block;
}



.timeline-item-add .button-bar {
    border-bottom: 1px solid #efefef;
    font-size: 12px;
}


.listButtons .usersList {
    padding:0 !important;
}
.usersList > div {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}
.usersList > div .profile-img-holder {
    position: absolute;
    width:30px;
    left:10px; top:6px;
}
.usersList > div .contents {
    margin-left: 30px;
}
.usersList > div .title {
    font-weight: bold;
}
.listButtons .usersList {
    max-height: 45vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

/*Notifications*/
.notification-item {
	margin:0;
	border-top: 1px solid #efefef;
	padding: 10px;
}
.notification-item .title {
	font-size: 14px;
	font-weight: bold;
}
.notification-item .text {
	font-size: 12px;
	color: #5E5E5E;
}
.notification-item .date {
	font-size: 12px;
	color: #999;
}


/*Chat*/
.chatroom-item {
    margin:0;
    border-top: 1px solid #efefef;
    padding: 10px;
}
.chatroom-item .title {
    font-size: 14px;
    font-weight: bold;
}
.chatroom-item .text {
    font-size: 12px;
    color: #5E5E5E;
}
.chatroom-item .date {
    font-size: 12px;
    color: #999;
}



.chatMessage {
    padding:10px;
    position: relative;
}
.chatMessage .profile-image {
    position: absolute;
}
.chatMessage .messageContents {
    padding-left:40px;
    display: inline-block;
}
.chatMessage .text {
    padding:5px;
    background-color: #FFF;
    position: relative;
    font-size: 13px;
    text-align: left;
    display: inline-block;
}
.chatMessage .text::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -4px;
    top: 10px;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    z-index: 10;
}
.chatMessage .date {
    font-size: 11px;
    color:#999;
}
.chatMessage .chatImageAttachment {
	margin-top: 3px;
	width:100px; height: 100px;
	background-size:cover;
	background-position: center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.chatMessage .chatImageAttachment img {
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
	max-width: 100px;
}

.chatMessage.me {
    text-align: right;
}
.chatMessage.me .text {
    color:#FFF;
    background-color:#008fc3;
}
.chatMessage.me .messageContents {
    padding-left:0px;
    padding-right:40px;
}
.chatMessage.me .profile-image {
    right:10px;
}
.chatMessage.me .text::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: auto;
    right: -4px;
    top: 10px;
    transform: rotate(45deg);
    background-color: #008fc3;
    z-index: 10;
}
.chatMessage.me .chatImageAttachment {
	text-align: right !important;
}

.newChatMessageHolder {
	position: fixed;
	z-index: 200;
	left:0; bottom:0;
	width:100vw;
	background-color: #FFF;
}
.newChatMessageHolder textarea.fancyInput {
	border-bottom: 0;
}
.newChatMessageHolder .textareaHolder {
	margin-right: 90px;
}

#messages {
	padding-bottom: 20px;
}

.newMessageHolder {
	position: absolute;
	z-index: 200;
	left:0; bottom:0;
	width:100vw;
	background-color: #FFF;
}
.newMessageHolder textarea.fancyInput {
	border-bottom: 0;
}
.newMessageHolder .textareaHolder {
	margin-right: 60px;
}
.newMessageHolder .uploadBar {
	position: absolute;
	height: 3px;
	weight:0%;
	left:0; top:0;
	background-color: #4bdb7a;
}

.newMessageHolder #photoHolder {
	padding:8px 0;
}
.newMessageHolder #photoHolder:empty {
	display: none;
}

#streamPage #messagesHolder {
	height: calc(100vh - 330px - env(safe-area-inset-top) - env(safe-area-inset-top));
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.messageActions {
	position: absolute;
	right:10px; top:5px;
	z-index: 3;
	transform: translate3d(0,0,10px);
}
.messageAction {
	display: inline-block;
	margin: 10px 5px;
}
.attachmentHolder {
	padding:0 15px;
}
.attachmentHolder .thumb {
	width:100px;
	height:100px;
	position: relative;
}
.attachmentHolder .thumb .remove {
	width:20px;
	height: 20px;
	position: absolute;
	top:-10px; right:-10px;
	background-color: #000000;
	color:#FFFFFF;
	cursor: pointer;
	border-radius:50%;
	z-index: 3;
	text-align: center;
	line-height: 1.2em;
}
.attachmentHolder .thumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}


.list-group-item .actions {
	white-space: nowrap;
	margin-top: -4px;
}
.list-group-item .actions .btn {
	display: inline-block;
	margin-left: 4px;
}
.list-group-item .actions .btn[href*=null] {
	display:none;
}


.headerImage,.headerIcon {
	min-height: 40px;
	overflow: hidden;
	margin-top: -45px;
}
.headerImage img {
	border-radius: 0 0 30px 30px;
	width: 100%;
}
.blurryBackground {
	background-size: cover;
	-webkit-filter: blur(5px);
	height: 50vw;
	background-position: center center;
	width: 121%;
	margin-left: -8%;
}

.bg-red {
	background-color: #F93D71;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#FFF;
}
.swipeWrapper {
	position: relative;
}
.swipeWrapper .button-right {
	position: absolute;
	right:0; top:0;
	width: 0;
	height: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 35px;
	border-radius: 0;
	border:0;
}


.ptr--ptr, .ptr--icon, .ptr--text {
	color:#FFFFFF !important;
}
.ptr--ptr {
	border-bottom:1px solid rgba(255,255,255,0.1);
}

#alphaPage .authorInfo {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}

#notePage .date {
	font-style: italic;
	opacity: 0.6;
}
#notePage .text {
	margin-top: 10px;
}

.note-edit {
	border:1px solid rgba(255,255,255,0.1);
	padding:15px;
	margin: 10px;
	min-height: 100px;
}




.activepassWrap {
	background: linear-gradient(32deg, rgba(167,48,255,1) 0%, rgba(77,247,139,1) 100%);
	padding:1px;
	border-radius: 5px;
	margin:10px;
}
.activepass {
	padding:10px;
	background-color: #222B44;
	border-radius: 5px;
}


.anonymousNote {
	margin:40px 15px;
	text-align: center;
	border-bottom: 0px !important;
}
.anonymousNote .text {
	margin-bottom: 15px;
	color: #777777;

}


.baseCheese {
	padding: 20px;
}
.currentPointsHolder {
	margin-top: -30px;
	text-align: center;
	margin-bottom: 15px;
}
.currentPointsHolder > div {
	background-color: #006C43;
	color:#FFF;
	padding: 5px 10px;
	border-radius: 15px;
	font-weight: 600;
	display: inline-block;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.cardHolder {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #CCC;
}