body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Open Sans', sans-serif;
}

/****************************
****** IM Sidebar Styles ****
****************************/

/* IM Sidebar Container Styles */
.IM-inner-containing-panel {
	overflow-y: auto;
	overflow-x: hidden;
	/*height: 100%;*/
	position: absolute;
	top: 8px;
	bottom: 0px;
	width: 15em;
}

.IM-user-panel {
	width: 15em;
	position: relative;
	border-top: 1px solid #999999;
	bottom: 0;
	right: 0px;
	height: 35px;
	background: #333;
	color: #ffffff;
	overflow: hidden;
}

.online-title {
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	background-color: red;
	background: url('/Dashboard/ContactList/images/online-title-bg.png')
		repeat-x;
}

.IM-status-heading {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0 10px 15px 10px;
	height: 20px;
}

.IM-status-heading h3 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	top: -10px;
	background: #fff;
	padding: 0 12px;
	color: #ccc;
	background: #F9F9F9;
}

.IMTopButtons img {
	width: 10px;
	height: auto;
}

#content.contactListContent {
	background-color: #F9F9F9;
	/*border: 1px solid #CCFFFF;*/
}

.feeds li {
	background-color: transparent;
	margin-left: 10px;
}

.offline {
	opacity: 0.35;
}

.feeds.offline{
		-webkit-padding-after: 15px;
}

ul.offline li:last-child {
	margin-bottom: 10px;
}

/* IM Sidebar Avatar Styles */
.AvatarPictCL {
	width: 2em;
	border-radius: 2px !important;
}

.AvatarPictIM,.AvatarPictCLSmall {
	max-width: 2em;
	max-height: 2em;
	vertical-align: middle;
	border-radius: 2px !important;
}

.AvatarPictCL {
	/* border: 1px solid #CFC; */
	
}

.indicator {
	border: 3px solid #35AA47;
	width: 0.1em;
	height: 0.1em;
	margin-left: 0.2em;
	border-radius: 3em !important;
}

.offlineIndicator {
	border-color: #666 !important;
}

/* IM Sidebar Resize Ability Styles */
#stretchableContactListDiv {
	position: absolute !important;
	width: auto;
	right: 0px !important;
	bottom: 31px !important;
	width: 15em;
	background-color: #F9F9F9;
	border-left: 1px solid #CFF;
}

#resizableDiv {
	height: 100%;
	width: 100%;
}

.ui-resizable-n {
	top: 0;
	height: 10px;
}

.IMResizeGripper {
	border-bottom: 1px solid #E9EAEE;
	border-top: 1px solid #CAD0DB;
	cursor: ns-resize;
	width: 100%;
}

.IMResizeGripper div {
	background: #E4E7F0;
	border-bottom: 1px solid #BDC5D2;
	border-top: 1px solid #F0F1F6;
	height: 6px;
	position: relative;
}

.IMResizeGripper div span {
	background: #F0F1F6;
	border-top: 1px solid #CAD0DB;
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -6px;
	margin-top: 1px;
	position: absolute;
	width: 12px;
}

/* IM Sidebar User Profile/Visible Section */
#user-name {
	margin-left: 2px;
	width: 90px;
	display: inline-block;
}

.current-user-details {
	padding: 2px 10px 2px 10px;
}

.show-hide {
	/*position: absolute;
	right: 9px;
	top: 7px;
	width: 20px;
	text-align: center;
	margin: 0px 0px 0 0;
	font-size: 25px;
	line-height: 14px;
	height: 20px;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor: pointer; */
	cursor: pointer;
}

.switch-wrapper {
	/* position: relative;
	top: 13px;
	right: 15px; */
	position: absolute;
	top: 19px;
	right: 7.5em;
}

.switch-button-label.on {
	margin-left: 5px;
	/*color: #35AA47;*/
	position: relative;
	top: -4px;
}

.switch-button-label.off {
	top: -4px;
	position: relative;
	color: #666;
}

div.checker .switch-button-background {
	float: none;
	margin: -15px 0 0 10px;
}

.switch-wrapper .checker span {
	background-image: none;
}

/*******************************
****** IM Chat Boxes Styles ****
*******************************/

/* IM Chat Box Containers & Positioning */
.chatboxes {
	list-style-type: none;
	padding: 0;
	position: relative;
	height: 1px;
	width: 1px;
	/*height:2em;*/
	display: inline;
	/*white-space:nowrap;*/
	overflow-y: auto;
	overflow-x: hidden;
	/*
bottom:0px;
right:250px;*/
}

.chatboxes li:nth-child(1) {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

.chatboxes li:nth-child(2) {
	-webkit-transform: translate3d(-100%, 0%, 0);
	transform: translate3d(-100%, 0%, 0);
}

.chatboxes li:nth-child(3) {
	-webkit-transform: translate3d(-200%, 0%, 0);
	transform: translate3d(-200%, 0%, 0);
}

.chatboxes li:nth-child(4) {
	-webkit-transform: translate3d(-300%, 0%, 0);
	transform: translate3d(-300%, 0%, 0);
}

.chatboxes li:nth-child(5) {
	-webkit-transform: translate3d(-400%, 0%, 0);
	transform: translate3d(-400%, 0%, 0);
}

.chatboxes li:nth-child(6) {
	-webkit-transform: translate3d(-500%, 0%, 0);
	transform: translate3d(-500%, 0%, 0);
}

.chatboxes li:nth-child(7) {
	-webkit-transform: translate3d(-600%, 0%, 0);
	transform: translate3d(-600%, 0%, 0);
}

.chatboxes li:nth-child(8) {
	-webkit-transform: translate3d(-700%, 0%, 0);
	transform: translate3d(-700%, 0%, 0);
}

.chatboxes li:nth-child(9) {
	-webkit-transform: translate3d(-800%, 0%, 0);
	transform: translate3d(-800%, 0%, 0);
}

.chatboxes li:nth-child(10) {
	-webkit-transform: translate3d(-900%, 0%, 0);
	transform: translate3d(-900%, 0%, 0);
}

.chatboxes li:nth-child(11) {
	-webkit-transform: translate3d(-1000%, 0%, 0);
	transform: translate3d(-1000%, 0%, 0);
}

.chatboxes li:nth-child(12) {
	-webkit-transform: translate3d(-1100%, 0%, 0);
	transform: translate3d(-1100%, 0%, 0);
}

.chatboxes li:nth-child(13) {
	-webkit-transform: translate3d(-1200%, 0%, 0);
	transform: translate3d(-1200%, 0%, 0);
}

.chatboxes li:nth-child(14) {
	-webkit-transform: translate3d(-1300%, 0%, 0);
	transform: translate3d(-1300%, 0%, 0);
}

.chatboxes li:nth-child(15) {
	-webkit-transform: translate3d(-1400%, 0%, 0);
	transform: translate3d(-1400%, 0%, 0);
}

.chatboxes li:nth-child(16) {
	-webkit-transform: translate3d(-1500%, 0%, 0);
	transform: translate3d(-1500%, 0%, 0);
}

.chatboxes li:nth-child(17) {
	-webkit-transform: translate3d(-1600%, 0%, 0);
	transform: translate3d(-1600%, 0%, 0);
}

.chatboxes li:nth-child(18) {
	-webkit-transform: translate3d(-1700%, 0%, 0);
	transform: translate3d(-1700%, 0%, 0);
}

.chatboxes li:nth-child(19) {
	-webkit-transform: translate3d(-1800%, 0%, 0);
	transform: translate3d(-1800%, 0%, 0);
}

.chatboxes li:nth-child(20) {
	-webkit-transform: translate3d(-1900%, 0%, 0);
	transform: translate3d(-1900%, 0%, 0);
}

.chatboxes .conversationOuterTab {
	height: auto;
	width: 250px;
	padding: 0 4px;
	position: fixed;
	bottom: 0;
	right: 15em;
	/*float:right;
white-space:normal;*/
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.fixed-right {
	right: 1000px !important;
}


/* IM Chat Title Section */
.conversationTabTitleBar {
	background: #333;
	color: #fff;
	padding: 5px 10px 7px 10px;
	cursor: pointer;
	height: 31px;
	width: 242px;
}

.conversationTabButtonsBar {
	white-space: nowrap;
}

.conversationTabTitleBarOptions span {
	line-height: 0;
	height: 20px;
	width: 20px;
	display: inline-block;
}

/*.conversationTabTitleBar .conversationTabTitleBarOptions{padding-top: 4px;}*/
.chat-icon {
	margin-right: 5px;
}

.popover {
	background: #222;
	width: 150px;
	border-radius: 10px;
}

.popover.top .arrow:after {
	border-top-color: #222;
}

.chat-icon {
	margin-right: 5px;
}

/* IM Chat Video and Share Button Section */
.conversationTabButtonsBar {
	background: #5f5f5f;
}

.IMOptionsButtons, .IMOptionsButtons:focus {
	font-size: 12px;
	padding: 6px 4px;
	color: #fff;
	display: inline-block;
	width: 49%;
	height: 40px;
	background: #666;
}

.IMOptionsButtons:hover  {
	color: #F5DEB3;
}

.IMOptionsButtons:first-child {
	border-right: 1px solid #555;
}

.IMOptionsButtons img {
	margin-right: 4px;
}

/* IM Chat Box Messages */
.messageHolder {
	background: #ddeed8;
/*	max-height: 260px;
	overflow-y: scroll;
	/* height:260px; */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-padding-after: 15px;
}

.scrollHolder{
		background: #ddeed8;
		max-height: 260px;
		over-flow: scroll;
		overflow-y: scroll;
		min-height: 100%
	
}

.minHeight {
	min-height: 250px;
}

.Self img.AvatarPictCLSmall {
	float: left;
	position: relative;
	top: 7px;
	left: 10px;
}

.Other img.AvatarPictCLSmall {
	float: right;
	position: relative;
	right: 30px;
	top: 7px;
}

.IMMessageEntry {
	margin: 10px 0;
	white-space: normal; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.IMMessageEntry a {
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all; /* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.IMMessageTextLeft {
	border: 1px solid;
	background: #fff;
}

.IMMessageTextRight {
	border: 1px solid;
	background: #fff;
}

.IMPoster {
	font-weight: bold;
}

.SpeechBubbleLeft .IMPoster {
	margin-left: -18px;
}

.SpeechBubbleRight {
	position: relative;
	width: 165px;
	height: auto;
	left: 10px;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #CCC solid 1px;
}

.SpeechBubbleRight:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	right: -7px;
	top: 10px;
}

.SpeechBubbleRight:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	right: -8px;
	top: 10px;
}

.SpeechBubbleLeft {
	position: relative;
	width: 165px;
	height: auto;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #ccc solid 1px;
	left: 50px;
}

.SpeechBubbleLeft:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -7px;
	top: 10px;
}

.SpeechBubbleLeft:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	left: -8px;
	top: 10px;
}

.IMMessageEntry.Self .IMMessageBubble .IMPoster {
	margin-left: -15px;
}

.IMMessageEntry.Other .IMMessageBubble {
	position: relative;
	width: 165px;
	height: auto;
	left: 10px;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #CCC solid 1px;
}

.messageTime {
	color: #254117;
	font-size: 75%;
	margin-left: 1em;
	margin-bottom:5px;
}

.messageHistoryTime {
	color: #254117;
	font-size: 75%;
	margin-left: 1em;
	margin-bottom:5px;
}

.typing {
	color: #254117;
	font-size: 100%;
	padding-left: 10px;	
	background:#DDEED8;
	padding-bottom:5px;
}

.IMMessageEntry.Other .IMMessageBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	right: -7px;
	top: 10px;
}

.IMMessageEntry.Other .IMMessageBubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	right: -8px;
	top: 10px;
}

.IMMessageEntry.Self .IMMessageBubble {
	position: relative;
	width: 165px;
	height: auto;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #ccc solid 1px;
	left: 50px;
}

.IMMessageEntry.Self .IMMessageBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -7px;
	top: 10px;
}

.IMMessageEntry.Self .IMMessageBubbleRed:after {
	border-color: transparent #FFB8B8 !important;
}


.IMMessageEntry.Self .IMMessageBubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	left: -8px;
	top: 10px;
}

/* IM Chat Box Overflow indicator */
.IMChatBoxCounter {
	width: 70px;
	height: 40px;
	position: fixed;
	bottom: 0;
	background: #F6F7F8;
	display: none;
	border-top: 2px solid #F00;
	border-left: 1px solid #CFF;
	border-right: 1px solid #CFF;
	padding: 10px 10px 0 10px;
	color: #333;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

.IMChatBoxCounter:hover {
	cursor: pointer;
}

.IMChatBoxCounter img {
	width: 20px;
	height: auto;
}

.IMChatBoxCounter span {
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
	font-weight: 800;
}

.IMChatBoxCounterOverflowPeople {
	width: 130px;
	height: auto;
	position: fixed;
	bottom: 40px;
	background: #F6F7F8;
	border: 1px solid #CFF;
	display: none;
}

.IMChatBoxCounterOverflowPeople a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.IMChatBoxCounterOverflowPeople a:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

@
-webkit-keyframes pulse { 0% {
	-webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
}

50%
{
-webkit-box-shadow
:
 
0
0
14
px
 
rgba
(255
,
255,255,0
.9
);
 
}
100%
{
-webkit-box-shadow
:
 
0
0
14
px
 
rgba
(255
,
255,255,0
.2
);
 
}
}
.conversationTitleTextHolder {
	display: inline-block;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.chatboxesActiveList {
	pointer-events: auto;
}

.IMTopButtons {
	cursor: pointer;
}

.messageInput {
	border-top: 1px solid #F9F9F9;
	border-left: 1px solid #ddeed8;
	border-right: 1px solid #ddeed8;
	border-bottom: none;
	outline: 1px;
	resize: none;
	display: block;
	width: 100%;
	overflow-y: auto;
	line-height: 1.2em;
	background: #FFFFDD;
	padding-bottom: 5px;
	padding-left: 3px;
}

.messageHolder::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none,
}

.messageHolder::-webkit-scrollbar:vertical {
	width: 11px;
}

.messageHolder::-webkit-scrollbar:horizontal {
	height: 11px;
}

.messageHolder::-webkit-scrollbar-thumb {
	/* border-radius: 8px; */
	border: 2px solid #ddeed8;
	/* should match background, can't be transparent*/
	background-color: rgba(0, 0, 0, .5);
}

/* .messageHolder {
	scrollbar-track-color: #ddeed8;
	scrollbar-face-color: rgba(0, 0, 0, .5);
	scrollbar-arrow: none;
} */

/* .messageHolder::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} */