html, body {
	background: none transparent;
}
#common {
	background-color: #F8F8F8;
}
#userevents {
	border-radius: 5px;
	width: 250px;
	margin: auto;
	position: relative;
	top: 35%;
}
.defaultback {
	background-image: url('../img/bg_plain_fullhd_landscape.jpg');
}
#wrapper {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#wallbg {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
a {
	color: #FFF;
	text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.loading {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 18px;
	left: 50%;
	visibility: hidden;
}
#loading-bar, #loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: relative;
  z-index: 10002;
	top: 20px;
	left: -50%;
}
#loading-bar-spinner .spinner-icon {
  width: 30px;
  height: 30px;
  border:  solid 3px transparent;
  border-top-color:  #FFF;
  border-left-color: #FFF;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.noprofile:not(.onlyimg) {
	padding: 8px 10px 7px 14px !important;
}
.someicon {
	position: absolute;
	top: 39px;
	left: 13px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #444444;
}
.entering .someicon {
	opacity: 0;
}
.someicon div {
	display: block;
	margin: auto;
	position: relative;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
}
.twittericon {
	background-image: url('../img/icon_twitter.png');
}
.instagramicon {
	background-image: url('../img/icon_instagram.png');
}
.clientappicon {
	background-image: url('../img/icon_clientapp.png');
	top: 1px !important;
	left: -1px !important;
}
.smsicon {
	background-image: url('../img/icon_sms.png');
	background-position: 1px 1px;
}
.adminicon {
	background-image: url('../img/icon_admin.png');
}

.hideResults {
	visibility: hidden;
}
.showResults {
	visibility: visible !important;
}

#eventstartnotice, #eventendnotice {
	position: relative;
	top: 0px;
	padding: 10px;
	width: 750px;
	border-radius: 10px;
	margin: auto;
	opacity: 0;
	-webkit-box-shadow: 0px 3px 60px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 60px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 60px 5px rgba(50, 50, 50, 0.75);
	background: #686f73;
  border-width: 0px;
  border-style: solid;
  border-color: #686f73;
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

#messages {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
}
.messagebody {
	width: 100%;
	min-height: 50px;
}
#messages.flexsupport > #columns.vertical.colcount1 .messagebody, #messages.flexsupport > #columns.vertical.colcount2 .messagebody, #messages.flexsupport > #columns.horizontal .messagebody {
	display: -webkit-flex;
	display: flex;
}
.messagebody.hasimg {
	justify-content: space-between;
}
.messagefooter {
	width: 100%;
}
.messagefooter > span {
	float: right;
}
.message {
	font-size: 24px;
	width: 94%;
	padding: 8px 10px 7px 65px; /* If you change padding then change the values in wall.js too! Hardcoded there. */
	display: table;
	border-width: 5px;
	border-radius: 10px;
	position: absolute;
	opacity: 0;
	box-sizing: border-box;
}
.usingcoords .vertical.colcount1 .message {
	width: 100%;
}
.imgbody {
	padding-left: 55px;
}
.noprofile .imgbody {
	padding-left: 0px;
}

.quote {
	border-radius: 4px;
	background-color: #606060;
	margin-bottom: 10px;
	display: table;
	position: relative;
	top: 6px;
	width: 100%;
	font-size: 90%;
}
.quoteimg {
	float: left;
	width: 102px !important;
	height: 102px !important;
	margin-right: 12px;
	padding: 12px 0px 0px 12px;
}
.quoteimg a {
	float: none !important;
}
.quoteimg img {
	width: 100%;
	height: 100%;
}
.quoteuser {
	padding: 12px 12px 0px 12px;
}
.quotetext {
	padding: 12px;
}
.textusername, .quoteuser {
	color: #00baff;
}
.msgtext a, .quotetext a {
	color: #00baff
}
.marked {
	background-color: #bd3333;
	color: #7ae68f;
}

/**
* Column related
*/
#columns {
	position: relative;
	width: 100%;
	height: 100%;
}
.column {
	position: absolute;
	width: 100%;
}

.colcount1 .column { height: 100%; }

#messages > #columns.horizontal.colcount1 .column { height: 70%; }
#messages > #columns.horizontal.colcount1 #col0 { top: 15%; }

.horizontal.colcount2 .column { height: 50%; }
.horizontal.colcount2 #col0 { top: 0%; }
.horizontal.colcount2 #col1 { top: 50%; }

.horizontal.colcount3 .column { height: 33%; }
.horizontal.colcount3 #col0 { top: 0%; }
.horizontal.colcount3 #col1 { top: 33%; }
.horizontal.colcount3 #col2 { top: 66%; }

.horizontal.colcount4 .column { height: 25%; }
.horizontal.colcount4 #col0 { top: 0%; }
.horizontal.colcount4 #col1 { top: 25%; }
.horizontal.colcount4 #col2 { top: 50%; }
.horizontal.colcount4 #col3 { top: 75%; }

#messages:not(.usingcoords) > #columns.vertical.colcount1 .column { width: 70%; }
#messages:not(.usingcoords) > #columns.vertical.colcount1 #col0 { left: 15%; }

.vertical.colcount2 .column { width: 50%; height: 100%; }
.vertical.colcount2 #col0 { left: 0%; }
.vertical.colcount2 #col1 { left: 50%; }

.vertical.colcount3 .column { width: 34.5%; height: 100%; }
.vertical.colcount3 #col0 { left: 0%; }
.vertical.colcount3 #col1 { left: 33%; }
.vertical.colcount3 #col2 { left: 66%; }

.vertical.colcount4 .column { width: 25%; height: 100%; }
.vertical.colcount4 #col0 { left: 0%; }
.vertical.colcount4 #col1 { left: 25%; }
.vertical.colcount4 #col2 { left: 50%; }
.vertical.colcount4 #col3 { left: 75%; }

.msgcount2 .directionleft, .msgcount2 .directionright, .msgcount3 .directionleft, .msgcount3 .directionright,
.msgcount4 .directionleft, .msgcount4 .directionright, .msgcount5 .directionleft, .msgcount5 .directionright,
.msgcount6 .directionleft, .msgcount6 .directionright, .msgcount7 .directionleft, .msgcount7 .directionright,
.msgcount8 .directionleft, .msgcount8 .directionright, .msgcount9 .directionleft, .msgcount9 .directionright,
.msgcount10 .directionleft, .msgcount10 .directionright, .msgcount11 .directionleft, .msgcount11 .directionright,
.msgcount12 .directionleft, .msgcount12 .directionright, .msgcount13 .directionleft, .msgcount13 .directionright,
.msgcount14 .directionleft, .msgcount14 .directionright, .msgcount15 .directionleft, .msgcount15 .directionright,
.msgcount16 .directionleft, .msgcount16 .directionright, .msgcount17 .directionleft, .msgcount17 .directionright,
.msgcount18 .directionleft, .msgcount18 .directionright, .msgcount19 .directionleft, .msgcount19 .directionright,
.msgcount20 .directionleft, .msgcount20 .directionright {
	width: 46%;
}

@media screen and (max-width:1024px) {
	#wallbg {
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.header {
	width: 100%;
	height: 100px;
}
.hashtag {
	color: #00baff;
	font-weight: bold;
}
.userimage {
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	width: 48px;
	height: 48px;
	top: 5px;
	left: 5px;
	overflow: hidden;
	font-size: 14px !important;
}
.entering .userimage {
	opacity: 0;
}

.typeicon {
	position: relative;
	left: -56px;
	top: -3px;
	float: left;
	height: 55px;
	width: 2px;
}
.username {
	font-weight: bold;
	padding-right: 0.35em;
}
.marked .username {
	color: #FFFFFF;
}
.accountname {
	font-size: 14px;
}
.msgtext {
	word-break: break-word;
	word-wrap: break-word;
}
.xsmallfont {
	font-size: 70%;
}
.smallfont {
	font-size: 80%;
}
.bigfont {
	font-size: 120%;
}
.hugefont {
	font-size: 150%;
}

.textdiv {
	display: table-cell;
	vertical-align: top;
	padding-right: 5px;
	max-width: 60%;
}
.textnoimg {
	display: table-cell;
	vertical-align: top;
}
#messages.flexsupport > #columns.vertical.colcount1 .textdiv, #messages.flexsupport > #columns.vertical.colcount2 .textdiv, #messages.flexsupport > #columns.horizontal .textdiv {
	flex-grow: 1;
}
.quoted {
	width: 100%;
}
.imagediv {
	display: table-cell;
	width: 50%;
}
#messages.flexsupport > #columns.vertical.colcount1 .imagediv, #messages.flexsupport > #columns.horizontal .imagediv {
	width: initial;
}

#columns.colcount1 .directionleft .imagediv, #columns.colcount1 .directionright .imagediv { width: 35%; }
#columns.colcount2 .directionleft .imagediv, #columns.colcount2 .directionright .imagediv { width: 30%; }
#columns.colcount3 .directionleft .imagediv, #columns.colcount3 .directionright .imagediv { width: 25%; }
#columns.colcount4 .directionleft .imagediv, #columns.colcount4 .directionright .imagediv { width: 19%; }

#columns .message:not(.onlyimg) .imagediv img,
#imgonlymode #columns .message.directiondown .imagediv img, #imgonlymode #columns .message.directionup .imagediv img {
	width: 100%;
}
#messages > #columns.colcount1 .message:not(.onlyimg) .imagediv img,
#messages > #columns.horizontal.colcount2 .message:not(.onlyimg) .imagediv img,
#imgonlymode #columns.colcount1 .message.directiondown .imagediv img,
#imgonlymode #columns.horizontal.colcount2 .message.directiondown .imagediv img,
#imgonlymode #columns.colcount1 .message.directionup .imagediv img
#imgonlymode #columns.horizontal.colcount2 .message.directionup .imagediv img {
	max-height: 45vh; /* If modified then modify wall.js newHeight */
	width: initial;
}
#messages > #columns.horizontal.colcount3 .message:not(.onlyimg) .imagediv img,
#messages > #columns.horizontal.colcount4 .message:not(.onlyimg) .imagediv img {
	width: initial;
}

.onlyimg {
	padding: 7px;
}
.colcount1 .onlyimg, #messages:not(.usingcoords) .colcount2 .onlyimg {
	width: auto;
}
.onlyimg .messagefooter {
	float: inherit;
}

#imgonlymode .directionleft, #imgonlymode .directionright {
	width: initial;
}
#imgonlymode .colcount2 #col0 .onlyimg.directionleft, #imgonlymode .colcount2 #col0 .onlyimg.directionright {
	top: 1%;
}
#imgonlymode .colcount2 #col1 .onlyimg.directionleft, #imgonlymode .colcount2 #col1 .onlyimg.directionright {
	top: 50%;
}
#imgonlymode .colcount3 #col0 .onlyimg.directionleft, #imgonlymode .colcount3 #col0 .onlyimg.directionright {
	top: 1%;
}
#imgonlymode .colcount3 #col1 .onlyimg.directionleft, #imgonlymode .colcount3 #col1 .onlyimg.directionright {
	top: 35%;
}
#imgonlymode .colcount3 #col2 .onlyimg.directionleft, #imgonlymode .colcount3 #col2 .onlyimg.directionright {
	top: 65%;
}
#imgonlymode .colcount4 #col0 .onlyimg.directionleft, #imgonlymode .colcount4 #col0 .onlyimg.directionright {
	top: 1%;
}
#imgonlymode .colcount4 #col1 .onlyimg.directionleft, #imgonlymode .colcount4 #col1 .onlyimg.directionright {
	top: 25%;
}
#imgonlymode .colcount4 #col2 .onlyimg.directionleft, #imgonlymode .colcount4 #col2 .onlyimg.directionright {
	top: 50%;
}
#imgonlymode .colcount4 #col3 .onlyimg.directionleft, #imgonlymode .colcount4 #col3 .onlyimg.directionright {
	top: 75%;
}

#imgonlymode .onlyimg .imagediv {
	max-width: initial;
	max-height: none;
}
#messages.noflexsupport #imgonlymode .stretchimg .imagediv {
	max-width: 100%;
	max-height: 100%;
}
#imgonlymode .onlyimg.directionleft, #imgonlymode .onlyimg.directionright {
	top: initial;
}
#messages.noflexsupport #imgonlymode .stretchimg.directiondown, #messages.noflexsupport #imgonlymode .stretchimg.directionup {
	left: 50% !important;
	transform: translateX(-50%);
}
#messages.noflexsupport #imgonlymode .stretchimg.directionleft, #messages.noflexsupport #imgonlymode .stretchimg.directionright {
	top: 50% !important;
	transform: translateY(-50%);
}
#messages.noflexsupport #imgonlymode .message.stretchimg {
	top: 0px !important;
}
.polling.usingcoords {
	position: absolute;
	top: unset;
	width: 100%;
	max-width: 100%;
}
#messages.usingcoords.noflexsupport #imgonlymode .message.onlyimg.stretchimg {
	top: inherit !important;
}
#messages.usingcoords.noflexsupport #imgonlymode .message.directiondown {
	top: -320px !important;
}
#messages.noflexsupport #imgonlymode .message.stretchimg, #messages.noflexsupport #imgonlymode .messagebody {
	height: 100%;
}
.stretchimg {
	padding: 0px;
	background: transparent !important;
}
#imgonlymode .stretchimg {
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
}
.stretchimg .imagediv {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}
#imgonlymode {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
}
#imgonlymode .column {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#messages:not(.flexsupport) #imgonlymode {
	height: 100%;
}
.timestamp {
	font-size: 0.51em;
}
.sharp {
	border-radius: 0px !important;
}
.tail {
  background: #686f73;
  border-width: 0px;
  border-style: solid;
  border-color: #686f73;
}
.tail:before {
  content:"";
  position:absolute;
	bottom:-20px;
	left:77px;
	border-width:20px 20px 0;
  border-style:solid;
  border-color:#686f73 transparent;
  display:block;
  width:0;
}
.tail.even:before {
  left:10%;
}
.tail.odd:before {
  left:80%;
}