/* airflow */
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,700&display=swap&subset=latin-ext');
.wcContainer *,
.wcInfoWindow,
.wcRecentChats  {
	font: 13px/22px 'Rajdhani', sans-serif; color: #2a292a;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Rajdhani', sans-serif; 
}
.wcContainer {
	font: 13px/22px 'Rajdhani', sans-serif; 
	padding-top: 0; color: #2a292a;
	overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.08);
	border-radius: 5px;
	background: #eeeeee;
}

.wcContainer .wcPoweredBy {
	padding-right: 10px; padding-bottom: 3px;
}

.wcContainer .wcControls .wcPoweredBy {
	padding: 0;
}

.wcContainer .wcWindowTitle {
	padding: 15px; font-size: 150%; color: #2a292a; background: #e0e0e0; 
}

.wcContainer a {
	color: #6272d0;
}

.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,
.wcUserListInfoWindowPrivateMessageButton,.wcUserListInfoWindowPrivateMessageButton:focus,.wcUserListInfoWindowPrivateMessageButton:active {
	border-radius: 5px; background-image: none; background-repeat: no-repeat; border: 0!important;
	color: #FFF !important; padding: 5px 20px !important; box-shadow: none; font-weight: normal !important; line-height: 20px !important;
	height: 40px; outline: none; min-height: 40px !important;
	background: #2a292a !important; 
	text-transform: none !important;

	-webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	-o-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
}

.wcContainer input[type="button"]:hover, .wcContainer input[type="submit"]:hover,.wcUserListInfoWindowPrivateMessageButton:hover {
	background: #2a292a !important; 
	box-shadow: none !important; font-weight: normal !important; 
}

	

.wcContainer input[type="text"], .wcContainer input[type="password"], .wcContainer textarea {
	height: 40px; font-size: 1em; line-height: 40px; box-shadow: none;
	background-color: #e0e0e0; border-radius: 5px; margin: 0; outline: 0 none; padding: 4px;
	padding-left: 15px; border: 1px solid transparent;
}

.wcContainer input[type="text"]:focus, .wcContainer input[type="password"]:focus, .wcContainer textarea:focus {
	background-color: #e0e0e0; padding-left: 15px; border: 1px solid transparent;
}

.wcContainer ::-webkit-input-placeholder {
	color: #686868;
}
.wcContainer ::-moz-placeholder {
	color: #686868;
}
.wcContainer :-ms-input-placeholder {
	color: #686868;
}
.wcContainer :-moz-placeholder {
	color: #686868;
}
.wcContainer input[type="button"].wcSubmitButton {
	border-radius: 5px;;  text-transform: uppercase !important; font-weight: bold !important; font-size: 20px; padding: 20px 20px !important; height: 66px; margin-top: -1px;
}

.wcUsersListIncluded .wcUsersList .wcUsersListSearchBox {
	background-image: url('gfx/search.svg'); background-position: 10px center; padding-left: 30px; flex-flow: row; position: relative;
}
.wcContainer .wcUsersListSearchBox .wcInput {
	color: #2a292a; font-size: 20px; padding-top: 15px; padding-bottom: 15px; height: 3rem;
}

.wcContainer .wcUsersListSearchBox .wcInput::placeholder {
	color: #686868;
}
.wcUsersListIncluded .wcUsersList .wcUsersListSearchBox .wcUsersListSearchBoxCancelButton {
	display: block; width: 18px !important; height: 3em; position: absolute; right: 0; top: 0px; z-index: 2;
}

.wcContainer input[type="text"].wcInput {
	border-radius: 5px; font-size: 20px; padding: 15px 0 15px 20px; height: 65px; line-height: 31px; border-radius: 5px; background: #fafafa;
}
.wcContainer .wcInputContainer input[type="text"].wcInput:focus {
	background: #FFF;
}
.wcContainer textarea {
	height: 65px; font-size: 12px; padding-top: 10px; padding-bottom: 10px; border-radius: 5px;
}

.wcContainer .wcMessages {
	color: #111; border: none; padding: 0 10px 10px 10px; background: #fafafa; 
}

.wcContainer .wcUsersCounter {
	font-size: 15px; border: 0; text-align: left; color: #aeaeae; width: 100%; background: #eeeeee; padding-left: 10px;
}
.wcContainer .wcUsersCounter span {
	font-size: 15px; color: #aeaeae;
}
.wcContainer .wcMessage .wcAdminAction {
	border-color: #b8bcc4;
}
.wcContainer .wcMessage .wcAdminAction:hover {
	background-color: #e3e3e3;
}

.wcMessageAttachments a.wcAttachmentClear {
	border-color: #b8bcc4;
}

.wcMessageAttachments a.wcAttachmentClear:hover {
	background-color: #e3e3e3;
}

.wcMessage .wcAdminAction.wcMessageDeleteButton {
	background-image: url("gfx/x.svg");
}

.wcMessage .wcAdminAction.wcUserBanButton {
	background-image: url("gfx/block.svg"); 
}

.wcMessage .wcAdminAction.wcUserKickButton {
	background-image: url("gfx/kick.svg"); 
}

.wcMessage .wcAdminAction.wcSpamReportButton {
	background-image: url("gfx/spam.svg");
}

.wcContainer .wcOperationalSection  {
    background: #e0e0e0; clear: both; overflow: hidden;
}

.wcContainer .wcControls {
  border: 0;
  padding: 5px;
}

.wcContainer:not(.wcSidebarMode) .wcControls.wcDisallowed {
	border-radius: 5px;
	background-color: #ffe9e9;
}

.wcContainer .wcMessages .wcPlainMessage {
	color: #6272d0;
}

.wcContainer .wcMessages .wcMessage {
	display: flex; flex-flow: row; padding: 10px 0; border-bottom: 1px solid #f0f0f0; margin-bottom: 0;
}
.wcMessage .wcMessageAvatar {
	margin-bottom: 0;
}
.wcContainer .wcMessages .wcMessage .wcMessageAvatarContainer {
	padding-right: 10px;
}

.wcContainer .wcMessages .wcMessage a {
	color: #6272d0; text-decoration: none;
}

.wcContainer .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser a:hover {
	text-decoration: underline;
}
.wcMessage .wcMessageUser {
	line-height: 22px;
}
.wcContainer .wcMessages .wcMessage .wcMessageTime {
	color: #aeaeae; line-height: 22px;
}

.wcContainer .wcMessages .wcMessage .wcMessageTime * {
	color: #7f7f7f; line-height: 22px;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser {
	float: left; color: #7f7f7f; font-weight: bold;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser a {
	color: #2a292a; text-decoration: none; font-weight: bold;
}

.wcContainer .wcMessages .wcMessage .wcMessageContent {
	float: left; width: 100%; background: transparent; padding: 0;
}
.wcContainer .wcMessages .wcMessage.wcCurrentUserMessage {
	background-color: #fafdff; padding: 5px;
}

.wcContainer .wcMessages .wcMessage .wcMessageContent .wcAdminAction {
	float: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	outline: none;
	-webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	-o-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
}

.wcContainer .wcMessages .wcMessage .wcMessageContent .wcAdminAction:hover {
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcMessageContent {
	display: inline;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcClear {
	display: none;
}

.wcContainer .wcMessages.wcMessagesInline .wcMessage .wcAdminAction {
	padding: 0px; padding-right: 1px; padding-left: 1px;
}

.wcContainer .wcInputContainer {
	
}

.wcContainer .wcCustomizationsPanel {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
	border: none; margin-top: 10px; float: right; clear: both;
	padding: 10px; background: #FFF; 
}

.wcContainer .wcCustomizationsPanel .wcCustomizationsProperty:not(:last-child) {
	padding-bottom: 4px;
}

.wcContainer .wcControls .wcCurrentUserName {
	line-height: 13px; display: block; padding: 0 0 3px 0;
}
.wcWidth300 .wcControls .wcCurrentUserName {
	float: none; line-height: 20px;
}
.wcWidth300 .wcMessageContent {
	display: block; border-bottom: none; margin-bottom: inherit; padding-bottom: inherit;
}

.wcContainer .wcCustomizations a, .wcContainer .wcCustomizations a:hover {
	display: inline-block; margin: 4px 0; color: #686868; outline: none; float: right;  font-size: 12px;
}


.wcContainer a.wcToolButton {
	border-radius: 5px; border: none; box-shadow: none; height: 65px; flex: 0 0 65px; background: #FFF; display: inline-block; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	outline: none;

	-webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	-o-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
	transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
}

.wcContainer a.wcToolButton:hover, .wcContainer a.wcToolButton:active, .wcContainer a.wcToolButton:focus {
	background-color: #eeeeee;
	box-shadow: 0 0 2px rgba(60,60,60,0.13) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: none;
	
}



.wcContainer a.wcAddImageAttachment {
	background: transparent url('gfx/camera.svg') center center no-repeat;
}

.wcContainer a.wcAddFileAttachment {
	background: transparent url('gfx/attach.svg') center center no-repeat;
}

.wcContainer a.wcInsertEmoticonButton {
	background: transparent url('gfx/emoticon.svg') center center no-repeat;
}

/* Users list: */
.wcContainer .wcUsersList {
	border: 0; background-color: #eeeeee; color: #2a292a; padding: 5px 5px 0 5px; 
}
.wcContainer .wcUsersList .wcUsersListContainer {
	padding: 0;
}
.wcUsersList .wcUserInChannel {
	border-color: #62717f;
}
.wcUsersListIncluded .wcUsersList a.wcUserInChannel, .wcUsersListIncluded .wcUsersList a.wcUserInChannel:visited {
	padding-left: 0;
}
.wcContainer .wcWindowContent {
	text-align: center; background: #f9fafb; border-radius: 5px;
}

.wcContainer .wcError {
	padding: 10px; color: #26323e; background-color: #ffe9e9; border-radius: 5px; 
	display: inline-block; margin-top: 5px;
}

div.colorPicker-palette {
	border: 1px solid #e1e8ed !important; border-radius: 5 !important;
}

.wcEmoticonsLayer {
	border: 1px solid #e1e8ed; border-radius: 5px; background-color: #f8f9fd;
}

.wcEmoticonsLayer a, .wcEmoticonsLayer a:hover {
	border: none;
}

.wcUserNameHint {
	margin-bottom: 4px;
}

.wcContainer input[name='wcUserName'] {
	margin-bottom: 0px !important;
}

/* Channel users widget */
.wcContainer.wcChannelUsersWidget .wcUsersList {
	padding: 3px 5px;
}
.wcContainer .wcWindowContent {
    border: 0;
}

/* Progress bar - background */
.wcContainer progress, .wcContainer progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
 }
 
 .wcContainer progress::-webkit-progress-bar {
	 background: #b8bcc4; 
 }
 /* Progress bar - foreground */
.wcContainer progress {
    color: #6272d0; 
}

.wcContainer progress::-moz-progress-bar { 
    background: #6272d0; 
}

.wcContainer progress::-webkit-progress-value {
    background: #6272d0;
}

.wcContainer progress[aria-valuenow]:before  {
    background: #6272d0; 
}



div.colorPicker-picker,
div.colorPicker-swatch {
	border-color: #b8bcc4 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer select,
	.wcContainer textarea,
	.wcContainer input {
		font-size: 16px;
	}
}
.wcControls textarea.wcInput {
	border-top-right-radius: 0;
}

.wcMessagesContainersTabs {
    background-color: #d9d9d9; padding-top: 5px; 
}
.wcMessagesContainersTabs:not(.wcInvisible) {
	margin-top: -5px;
}
.wcContainer .wcMessagesContainerTabActive {
    border-bottom: 0;
    background: #f9fafb;
    border-radius: 5px 5px 0 0;
}


.wcUsersListIncluded .wcUsersList a.wcUserInChannel, .wcUsersListIncluded .wcUsersList a.wcUserInChannel:visited {
	color: #2a292a; display: inline-block; border-top: 0; border-bottom: 1px solid #e0e0e0;
}
.wcUsersListIncluded .wcUsersList .wcUsersListFooter {
	border: 0; border-radius: 5px; background: #fafafa; 
}

.wcModalBackgroundLayer {
	background: rgba(255,255,255,.7);
}
.wcModalWindow {
	/* box-shadow: 10px 10px 30px rgba(0,0,0,0.05); */
	box-shadow: 2px 2px 15px rgba(60,60,60,0.1);
}
.wcModalWindow .wcModalHeader,
.wcModalWindow .wcModalFooter {
	background: #ececec !important;
}
.wcModalWindow .wcModalHeader {
	text-transform: uppercase;
	font-weight: bold;
	color: #2a292a;
}

.wcModalWindow .wcModalContent {
	background: #FFF !important;
}
.wcRecentChats,
.wcInfoWindow {
	background: #FFF !important;

	border-radius: 5px;
	box-shadow: 0 0 15px rgba(60,60,60,0.2);
	border: 1px solid #e9eef0;
}
.wcUserListInfoWindow .wcUserListInfoWindowRoles {
	color: #8d9eb0;
}
.wcRecentChats .wcRecentChatsRow:not(:last-child) {
	border-color: #e3e3e3;
}

.wcRecentChats .wcPendingChat {
	background-color: rgba(9,193,121,0.05);
}
.wcRecentChats .wcRecentChatsRow:hover,
.wcRecentChats .wcPendingChat:hover,
.wcUsersListIncluded .wcUsersList a.wcUserInChannel:hover {
	background-color: rgba(255,255,255,0.35);
}

.wcContainer a.wcRecentChatsIndicator {
    background-image: url(gfx/recent-chats-inactive.svg);
}
.wcContainer a.wcRecentChatsIndicator.wcRecentChatsIndicatorActive {
    background-image: url(gfx/recent-chats.svg);
}

.wcContainer a.wcRecentChatsIndicator .wcPendingChatsNumber {
	font-size: 10px;
	width: 15px;
	height: 15px;
}

/* SIDEBAR FB */
.wcSidebarMode .wcMessagesContainersTabs .wcMessagesContainerTab {
	background: #e0e0e0 !important; /* Old browsers */
	border: 0;
	line-height: 1.8;
	font-size: 1em;
	border-top: 1px solid #e0e0e0;
}
.wcSidebarMode .wcMessagesContainersTabs .wcWindowTitleActive a {
	color: #2a292a;
}
.wcSidebarMode .wcMessages {
	border: 1px solid #e4e4e4;
}
.wcSidebarMode.wcContainer .wcControls {
	padding: 5px;
}
.wcSidebarMode .wcUserListTitle,
.wcSidebarMode .wcCustomizations{
	border-color: #e0e0e0;
	border: 0;
}
.wcSidebarMode .wcCustomizations {
	padding-bottom: 0;
}
.wcSidebarMode .wcUserListTitle {
	background: #e0e0e0 !important;  color: #2a292a;
	
}
.wcSidebarMode .wcUsersList .wcUsersListFooter {
	border: 0;
	margin: 0;
}

.wcSidebarMode .wcUsersCounter {
	padding: 0 5px; font-size: 12px;
}
.wcSidebarMode .wcSidebarModeMobileNavigation,
.wcSidebarModeMobileNavigation {
	background: #f6f8fa;
}

.wcSidebarMode .wcSidebarModeUsersListToggler {
    border-color: #e4e4e4;
    background-image: url(gfx/users.svg);
}
.wcSidebarMode .wcSidebarModeWindowsNavigationLeft {
	border-color: #e4e4e4;
	background-image: url(gfx/arrow-left.svg);
}
.wcSidebarMode .wcSidebarModeWindowsNavigationRight {
	border-color: #e4e4e4;
	background-image: url(gfx/arrow-right.svg);
}
.wcSidebarMode .wcSidebarModeMobileNavigation {
	border-color: #e4e4e4;
}
.wcSidebarMode .wcSidebarModeMobileNavigationButton, .wcSidebarMode .wcSidebarModeMobileNavigationButton:focus {
	border-color: #e4e4e4;
}

.wcSidebarMode .wcSidebarModeMobileNavigationButton:active, .wcSidebarModeUsersListTogglerEnabled .wcSidebarModeMobileNavigationButton,
.wcSidebarMode .wcSidebarModeUsersListToggler:active, .wcSidebarModeUsersListTogglerEnabled .wcSidebarModeUsersListToggler {
	background-color: #FFF;
}

.wcSidebarMode .wcUsersList {
	border-left: 1px solid #e0e0e0;
}

.wcSidebarMode.wcContainer .wcControls {
	background: #e4e4e4 !important;
}

.wcContainer.wcSidebarMode .wcOperationalSection {
	background-color: #f9fafb !important;
}

.wcSidebarMode .wcMessagesContainersTabs .wcWindowTitleActive a,
.wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive, .wcSidebarMode .wcWindowTitleActive {
	font-weight: bold;
}
.wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive {
	border-top: 1px solid #e0e0e0; 
}

.wcWidth500 .wcMessagesContainersTabs {
	padding-top: 5px;
}
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton, .wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton:hover {
	background: rgba(255,255,255,0.5); text-indent: 2000px; border-radius: 5px; text-align: left;
	margin-left: 1px;
}
.wcWidth500 .wcPmNavigationButton:before {
	content: '';
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 1px;
	top: 8px;
}
.wcWidth500 .wcPmNavigationButton.wcLeftButton:before {
	background-image: url(gfx/arrow-left.svg);
}
.wcWidth500 .wcPmNavigationButton.wcRightButton:before {
	background-image: url(gfx/arrow-right.svg);
}
.wcSidebarMode .wcSidebarModeWindowsNavigationRight {
	border-color: #f6f8fa;
	background-image: url(gfx/arrow-right.svg);
}
.wcWidth500 .wcWindowTitle + .wcTopControls + .wcOperationalSection .wcControls + .wcCustomizations {
	padding-left: 0;
}

.wcContainer:not(.wcSidebarMode):not(.wcWidth500) .wcCustomizations {
	position: absolute; top: 12px; right: 60px; z-index: 1000; color: #2a292a; font-size: 12px;
}
.wcContainer:not(.wcSidebarMode):not(.wcWidth500) .wcWindowTitle {
	margin-bottom: 5px;
}
.wcContainer:not(.wcSidebarMode):not(.wcWidth500) .wcMessages {
	border-radius: 5px; margin: 0 0 0 5px;
}
.wcContainer.wcSidebarMode .wcCustomizations,.wcContainer.wcWidth500 .wcCustomizations {
	background: #eeeeee; width: 100%; overflow: hidden; padding-right: 10px; border-top: 1px solid #dfe6ec;
}
.wcContainer.wcSidebarMode .wcCustomizations a,.wcContainer.wcWidth500 .wcCustomizations a {
	color: #62717f; 
}

.wcSidebarMode.wcContainer .wcOperationalSection input[type="text"].wcInput {
	border-radius: 5 !important; background: #FFF;
}
.wcSidebarMode.wcContainer input[type="button"].wcSubmitButton {
	border-radius: 5 !important;
}

.wcActionWrapper {
	position: absolute; right: 0; top: 10px;
}
.wcWindowTitle + .wcTopControls + .wcOperationalSection {
	border-top: 1px solid #eeeeee; border-bottom: 0; margin-top: -5px; 
}
.wcWindowTitle + .wcTopControls + .wcOperationalSection .wcControls + .wcCustomizations {
	border-left: 0; border-right: 0;
}
.wcWindowTitle + .wcTopControls + .wcOperationalSection + .wcMessagesContainersTabs + .wcMessages {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.wcContainer .wcMessages .wcMessage .wcMessageContentContainer {
		width: calc(100% - 55px); 
		padding-top: 5px;
	}
	.wcContainer .wcMessages .wcMessage .wcMessageContentContainer {
		padding-bottom: 5px;
	}
	.wcContainer .wcMessages .wcMessage .wcMessageContentContainer .wcActionWrapper {
		position: absolute; right: 0; top: 5px;
	}
}

.wcContainer.wcSidebarMode .wcUserListTitle, .wcContainer.wcSidebarMode .wcWindowTitle {
	border-color: #e0e0e0; 
}
.wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive, .wcSidebarMode .wcWindowTitleActive {
	color: #2a292a;
}

.wcContainer.wcSidebarMode input[type="text"].wcInput,
.wcContainer.wcSidebarMode input[type="button"].wcSubmitButton,
.wcContainer.wcSidebarMode a.wcToolButton {
    height: 40px; font-size: 15px; padding: 11px 20px !important;
}
.wcContainer.wcSidebarMode .wcUsersListSearchBox input[type="text"].wcInput {
	padding-left: 0 !important;
}
.wcContainer .wcMessagesContainerTab a.wcMessagesContainerTabLink, .wcContainer .wcMessagesContainerTab a.wcMessagesContainerTabLink:visited {
	color: #2a292a;
}

.wcCustomizations a.wcCustomizeButton::before {
	background-image: url("gfx/custom.svg");
}

.wcContainer .wcCustomizationsPanel .wcCustomizationsProperty:not(:last-child) {
	margin-right: 0;
}
.wcContainer .wcMessages .wcMessageHidden {
	border-radius: 5px; padding: 5px; margin-bottom: 10px;
}