@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-family: 'Open Sans', sans-serif !important;
	margin: 0px;
	scroll-behavior: smooth;
}
a {
	color: #F7921E;
	text-decoration: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-retweet:before {
  content: "\e115";
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}
.loading {
	display: none;
	color: #FFF;
	font-size: 55px;
}
[ng-cloak].loading {
	width: 100%;
	text-align: center;
	display: block !important;
	font-size: 30px;
}
.container {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
#notactive {
  padding: 3px;
  font-size: 20px;
}
#messages {
  position: relative;
  width: 100%;
  min-height: 440px;
  font-size: 16px;
}
.msg {
  padding: 6px 3px;
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #FFF;
}
.msg:nth-child(even) {
  background-color: #EEE;
}
.msgbody {
	padding: 0px 4px;
}
.glyphicon-retweet {
  background-color: #19cf86;
	color: #FFF;
	font-weight: bold !important;
	font-size: 9px;
	margin-right: 5px;
	padding: 2px 3px;
	border-radius: 3px;
	position: relative !important;
	top: -2px !important;
  display: inline !important;
}
.msgname {
  font-weight: bold;
  color: #428bca;
  display: inline-block;
}
.msgtext {
  float: left;
  width: 100%;
  margin: 4px 0px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.quote {
	border: 1px solid #C9CFD4;
	border-radius: 4px;
	margin-bottom: 3px;
	display: table;
	position: relative;
	top: 3px;
	width: 100%;
}
.quoteimg {
	float: left;
	width: 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;
}
img {
  vertical-align: middle;
}
.someicon {
	position: relative;
	top: -10px;
	left: 9px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #444444;
}
.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');
}
.msgtext a {
	float: none;
}
.msgimg img {
	max-width: 100%;
	height: auto;
}
.msgcreated {
  font-size: 10px;
  float: right;
  margin-right: 3px;
}
.msgfloat {
	width: 100%;
}
@media (max-width: 329px) {
	.msgcreated {
		float: none;
	}
	.msgfloat {
		width: inherit;
	}
	.someicon, .someicon div {
		width: 28px;
		height: 28px;
	}
	.someicon {
		left: 10px;
	}
	.msgbody {
		padding: 0px;
	}
	.msgtext {
		margin: 4px 2px;
	}
	.msg {
		padding: 6px 0px;
	}
}