/* lightgray */

.wcContainer * {
	font: 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif; color: #111;
}

.wcContainer {
	font: 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #ecedef; border: 1px solid #e1e8ed; padding-top: 0px;
	color: #111;
}

.wcContainer .wcWindowTitle {
	margin: 10px 5px; font-size: 110%; color: #111;
}

.wcContainer a {
	color: #5974a9;
}

.wcContainer input[type="button"], .wcContainer input[type="button"]:focus, .wcContainer input[type="button"]:active,
.wcContainer input[type="submit"], .wcContainer input[type="submit"]:focus, .wcContainer input[type="submit"]:active{
	border-radius: 5px; background-image: none; background-repeat: no-repeat; border: 1px solid #bcbfc4;
	color: #919297; font-size: 13px; padding: 5px 13px; box-shadow: none; font-weight: bold;
	height: 31px;
	background: #ecedef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedef', endColorstr='#cbcfd8',GradientType=0 ); /* IE6-9 */
	text-transform: none;
}

.wcContainer input[type="button"]:hover, .wcContainer input[type="submit"]:hover {
	background: #ecedef; color: #717277;
}

.wcContainer input[type="text"], .wcContainer input[type="password"], .wcContainer textarea {
	height: 31px; font-size: 1em; line-height: 20px;
	background-color: #fff;  border: 1px solid #b9b9bb; border-top-color: #adafae; border-radius: 3px; margin: 0; outline: 0 none; padding: 4px;
}

.wcContainer textarea {
	height: 50px;
}

.wcContainer .wcMessages {
	background-color: #fff; color: #111; border-left: none; border-right:  1px solid #eeeeee; border-top: 1px solid #e1e8ed; border-bottom: 1px solid #e1e8ed;
	padding: 0px; margin: 0px;
}

.wcContainer .wcUsersCounter {
	margin-bottom: 3px; margin-right: 10px; font-size: 80%;  padding-bottom: 5px;
}

.wcContainer .wcMessage .wcAdminAction:hover {
	border: 1px solid #e1e8ed;
}

.wcContainer .wcOperationalSection {
	padding: 10px; padding-top: 5px;
	background: #ecedef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedef', endColorstr='#cbcfd8',GradientType=0 ); /* IE6-9 */
}

.wcContainer .wcMessages .wcMessage {
	border-top: 1px solid #eeeeee; padding: 5px;
}

.wcContainer .wcMessage .wcMessageAvatar {
	float: left; margin-right: 7px; margin-top: 3px;
}

.wcContainer .wcMessage .wcMessageContainer {
	overflow: hidden;
}

.wcContainer .wcMessages .wcMessage a {
	color: #5974a9; text-decoration: none;
}

.wcContainer .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser a:hover {
	text-decoration: underline;
}

.wcContainer .wcMessages .wcMessage .wcMessageTime {
	float: right; color: #8f8f8f; font-size: 90%;
}

.wcContainer .wcMessages .wcMessage .wcMessageTime * {
	color: #8f8f8f;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser {
	float: left; color: #111; font-weight: bold;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser a {
	color: #111; text-decoration: none; font-weight: bold;
}

.wcContainer .wcMessages .wcMessage .wcMessageContent {
	display: block; margin-top: 6px;
}

.wcContainer .wcMessages .wcMessage .wcMessageContent .wcAdminAction {
	float: right; 
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage {
	clear: both;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcMessageContent {
	display: inline;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcClear {
	display: none;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcMessageUser {
	margin-right: 4px;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcAdminAction {
	padding: 0px; padding-right: 1px; padding-left: 1px;
}

.wcContainer .wcMessages .wcPlainMessage {
	color: #5974a9;
}

.wcContainer .wcMessages .wcPlainMessage .wcMessageContent {
	margin-top: 0px;
}

.wcContainer .wcCustomizationsPanel {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	background-color: #fff; background-image: none; background-repeat: no-repeat; border: none;
	padding: 4px;
}

.wcContainer .wcCustomizationsPanel .wcCustomizationsProperty:not(:last-child) {
	border-bottom: 1px solid #e1e8ed; padding-bottom: 4px;
}

.wcContainer .wcControls .wcCurrentUserName {
	margin-bottom: 5px;
}

.wcWidth300 .wcMessageContent {
	display: block; border-bottom: none; margin-bottom: inherit; padding-bottom: inherit;
}

.wcContainer .wcCustomizations a, .wcContainer .wcCustomizations a:hover {
	font-size: 90%; display: inline-block; margin: 4px 0px; color: #5974a9;
}

.wcMessageAttachments a.wcAttachmentClear:hover  {
	border: 1px solid #e1e8ed;
}

.wcControlsButtonsIncluded a.wcToolButton:hover {
	border: 1px solid #bcbfc4;
}

.wcContainer a.wcToolButton {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedef', endColorstr='#cbcfd8',GradientType=0 ); /* IE6-9 */
	border-radius: 5px; border: 1px solid #bcbfc4; box-shadow: none; height: 31px;
}

.wcContainer a.wcAddImageAttachment {
	background: url('gfx/camera.png') center center no-repeat, #ecedef; /* Old browsers */
	background: url('gfx/camera.png') center center no-repeat, -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: url('gfx/camera.png') center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: url('gfx/camera.png') center center no-repeat, -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: url('gfx/camera.png') center center no-repeat, -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: url('gfx/camera.png') center center no-repeat, -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: url('gfx/camera.png') center center no-repeat, linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
}

.wcContainer a.wcAddImageAttachment:hover {
	background: url('gfx/camera.png') center center no-repeat, #ecedef;
}

.wcContainer a.wcAddFileAttachment {
	background: url('gfx/attach.png') center center no-repeat, #ecedef; /* Old browsers */
	background: url('gfx/attach.png') center center no-repeat, -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: url('gfx/attach.png') center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: url('gfx/attach.png') center center no-repeat, -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: url('gfx/attach.png') center center no-repeat, -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: url('gfx/attach.png') center center no-repeat, -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: url('gfx/attach.png') center center no-repeat, linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
}

.wcContainer a.wcAddFileAttachment:hover {
	background: url('gfx/attach.png') center center no-repeat, #ecedef;
}

.wcContainer a.wcInsertEmoticonButton {
	background: url('gfx/emoticon.png') center center no-repeat, #ecedef; /* Old browsers */
	background: url('gfx/emoticon.png') center center no-repeat, -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: url('gfx/emoticon.png') center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: url('gfx/emoticon.png') center center no-repeat, -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: url('gfx/emoticon.png') center center no-repeat, -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: url('gfx/emoticon.png') center center no-repeat, -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: url('gfx/emoticon.png') center center no-repeat, linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
}

.wcContainer a.wcInsertEmoticonButton:hover {
	background: url('gfx/emoticon.png') center center no-repeat, #ecedef;
}

/* Top controls */
.wcContainer .wcTopControls {
	height: 34px;
}

.wcContainer .wcTopControls .wcUserListToggle {
	background: url('gfx/users.png') center center no-repeat, #ecedef; /* Old browsers */
	background: url('gfx/users.png') center center no-repeat, -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: url('gfx/users.png') center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: url('gfx/users.png') center center no-repeat, -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: url('gfx/users.png') center center no-repeat, -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: url('gfx/users.png') center center no-repeat, -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: url('gfx/users.png') center center no-repeat, linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
	border-radius: 5px; border: 1px solid #bcbfc4; box-shadow: none; height: 31px; right: 3px;
}

.wcContainer .wcTopControls .wcUserListToggle:hover, .wcContainer .wcTopControls .wcUserListToggleEnabled {
	background: url('gfx/users.png') center center no-repeat, #ecedef;
}

/* Users list: */
.wcContainer .wcUsersList {
	border: none; background-color: #fff; color: #111;
	border-top: 1px solid #e1e8ed; border-bottom: 1px solid #e1e8ed;
}

.wcContainer .wcWindowContent {
	text-align: center;
}

.wcContainer input.wcUserName, .wcContainer input.wcChannelPassword {
	margin-bottom: 5px;
}

.wcContainer .wcError {
	padding: 10px; color: #ffffff; background-color: rgb(247,66,67); border-radius: 5px; border: 1px solid rgb(207,46,47);
	display: inline-block; margin-top: 5px;
}

div.colorPicker-palette {
	border: 1px solid #b9b9bb !important; border-radius: 5px !important;
}

.wcEmoticonsLayer {
	border: 1px solid #b9b9bb; border-radius: 5px;
}

.wcUserNameHint {
	margin-bottom: 4px;
}

/* Channel users widget */
.wcContainer.wcChannelUsersWidget .wcUsersList {
	padding: 3px 5px;
}

/* Private messages: */
.wcContainer .wcMessagesContainersTabs {
	background-color: #cecfd4;
}

.wcContainer .wcMessagesContainerTab {
	background-color: #ECEDEF; padding: 4px 10px 4px 20px;
}

.wcContainer .wcMessagesContainersTabs > *:first-child {
	padding: 4px 20px;
}

.wcContainer .wcMessagesContainerTabActive {
	border-top: 2px solid #919297;
}

.wcContainer .wcMessagesContainersTabs > :not(.wcMessagesContainerTabActive) {
	background-color: #dddee0;
}

.wcContainer .wcMessagesContainerTab a.wcMessagesContainerTabCloseLink, .wcContainer .wcMessagesContainerTab a.wcMessagesContainerTabCloseLink:visited {
	margin-left: 12px;
}

/* Private messages - tabs on mobile */
.wcContainer .wcMessagesContainersTabs {
	background: #ECEDEF;
}

.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton,
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton:active,
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton:focus,
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton:hover {
	background: #ECEDEF; border: 0px; border-top: 2px solid #919297; opacity: 1; padding-top: 7px; color: #919297;
	font-size: 2em;
}
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButtonDisabled {
	color: #ECEDEF !important;
}

/* Error log container styles: */
.wcContainer .wcVisualLogger {
	background-color: #cbcfd8; padding: 5px 10px 10px 10px;
}

.wcContainer .wcVisualLogger .wcVisualLoggerInner .wcVisualLoggerMessage button {
	padding: 0px;
}

.wcContainer .wcVisualLogger .wcVisualLoggerInner .wcVisualLoggerMessage {
	border: 1px solid #adafae; font-size: 100%; border-radius: 3px;
	background-color: #ecedef;
}

.wcContainer .wcVisualLogger .wcVisualLoggerInner .wcVisualLoggerInfoMessage {
	color: #31708f; background-color: #d9edf7;
}

/* Sidebar mode styles */
.wcSidebarMode .wcControls {
	background: inherit;
}

.wcSidebarMode .wcUsersCounter {
	margin-right: 0; margin-bottom: 0;
}

.wcSidebarMode .wcCustomizations {
	background: #ecedef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedef', endColorstr='#cbcfd8',GradientType=0 ); /* IE6-9 */
}

.wcSidebarMode .wcUsersList {
	border-left: 1px solid #dfdfdf;
}

.wcSidebarMode .wcUserListTitle {
	font-size: 110%; color: #111;
}

.wcSidebarMode .wcWindowTitle, .wcSidebarMode .wcUserListTitle {
	margin: 0; padding: 4px 5px;
}

.wcSidebarMode .wcMessagesContainersTabs {
	background: none;
	border: none;
	padding: 0;
}

.wcSidebarMode .wcMessagesContainersTabs > :not(.wcMessagesContainerTabActive) {
	background-color: #ecedef;
}

.wcContainer .wcMessagesContainersTabs > .wcMessagesContainerTab {
	padding: 4px 5px;
}

.wcSidebarMode .wcMessagesContainersTabs > .wcWindowTitleActive {
	padding: 4px 5px 4px 5px;
}

.wcSidebarMode .wcMessagesContainersTabs .wcMessagesContainerTabMinMaxLink {
	top: 1px; right: 28px; width: 24px; height: 24px; opacity: 0.7;
}

.wcSidebarMode .wcMessagesContainersTabs .wcMessagesContainerTabCloseLink {
	top: 1px; right: 4px; width: 24px; height: 24px; opacity: 0.7;
}

.wcSidebarMode .wcWindowTitle .wcWindowTitleMinMaxLink, .wcSidebarMode .wcUserListTitle .wcUserListMinMaxLink {
	top: 1px; right: 4px; width: 24px; height: 24px; opacity: 0.7;
}

.wcSidebarMode .wcMessagesContainersTabs .wcMessagesContainerTabMinMaxLink:hover, .wcSidebarMode .wcUserListTitle .wcUserListMinMaxLink:hover {
	opacity: 1;
}

.wcSidebarMode .wcMessagesContainersTabs .wcMessagesContainerTabCloseLink:hover {
	opacity: 1;
}

.wcSidebarMode .wcWindowTitle .wcWindowTitleMinMaxLink:hover {
	opacity: 1;
}

.wcSidebarMode .wcMessages {
	border-left: 1px solid #eeeeee;
}

/* Recent chats layer */
.wcContainer a.wcRecentChatsIndicator {
	right: 5px; top: 5px;
}

.wcContainer .wcUserListTitle a.wcRecentChatsIndicator {
	top: 0;
}

.wcContainer .wcUserListTitle.wcUserListMinMaxLinkEnabled a.wcRecentChatsIndicator {
	right: 30px;
}

.wcRecentChats {
	border-radius: 3px;
}

.wcRecentChats * {
	font: 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif; color: #111;
}

.wcRecentChats .wcRecentChatsEmpty {
	display: block; padding: 5px;
}

.wcRecentChats .wcRecentChatsRow {
	background-color: #ffffff;
}

.wcRecentChats .wcPendingChat {
	background-color: #f2f2f2;
}

.wcInfoWindow {
	font: 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif; color: #111; background-color: #ffffff;
	border-radius: 5px;
}

.wcUserListInfoWindow button, .wcUserListInfoWindow button:active, .wcUserListInfoWindow button:focus {
	border-radius: 5px; background-image: none; background-repeat: no-repeat; border: 1px solid #bcbfc4;
	color: #919297; font-size: 13px; padding: 5px 13px; box-shadow: none; font-weight: bold;
	height: 31px;
	background: #ecedef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecedef 0%, #cbcfd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#cbcfd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecedef 0%,#cbcfd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecedef 0%,#cbcfd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedef', endColorstr='#cbcfd8',GradientType=0 ); /* IE6-9 */
	text-transform: none;
}

.wcUserListInfoWindow button:hover {
	background: #ecedef; color: #717277;
}

.wcUserListInfoWindow a, .wcUserListInfoWindow a:hover {
	display: inline-block; color: #5974a9; text-decoration: none;
}