/* airflow */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700&subset=latin-ext');

.wcContainer *,
.wcInfoWindow,
.wcRecentChats  {
	font: 13px/22px 'Maven Pro', sans-serif; color: #0e2849;
}

.wcContainer {
	font: 13px/22px 'Maven Pro', sans-serif; 
	border: 0; padding-top: 0; color: #0e2849;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	overflow: hidden;
}

.wcContainer .wcPoweredBy {
	padding-right: 10px; padding-bottom: 3px;
}

.wcContainer .wcControls .wcPoweredBy {
	padding: 0;
}

.wcContainer .wcWindowTitle {
	padding: 10px 13px; font-size: 150%; color: #0e2849; background-color: #e9eef0; border-radius: 10px 10px 0 0;
}

.wcContainer a {
	color: #119bd4;
}

.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: 15px !important; 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: #0194d2 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #0194d2 0%, #0081b7 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0194d2 0%,#0081b7 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0194d2 0%,#0081b7 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7',GradientType=0 ) !important; /* IE6-9 */

	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: #01567a !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #01567a 0%, #024460 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #01567a 0%,#024460 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #01567a 0%,#024460 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460',GradientType=0 ) !important; /* IE6-9 */
	box-shadow: none !important; font-weight: normal !important; 
}

	

.wcContainer input[type="text"], .wcContainer input[type="password"], .wcContainer textarea, .wcContainer textarea.wcInput {
	height: 40px; font-size: 1em; line-height: 40px; box-shadow: none;
	background-color: #ffffff; border-radius: 15px; 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, .wcContainer textarea.wcInput:focus {
	background-color: #ffffff; padding-left: 15px; border: 1px solid transparent;
}

.wcContainer ::-webkit-input-placeholder {
	color: #afb1b8;
}
.wcContainer ::-moz-placeholder {
	color: #d2d5dc;
}
.wcContainer :-ms-input-placeholder {
	color: #d2d5dc;
}
.wcContainer :-moz-placeholder {
	color: #d2d5dc;
}

.wcContainer textarea {
	height: 50px;
}

.wcContainer .wcMessages {
	color: #111; border: none; padding: 20px 15px 20px 10px; background: #f3f6f7;
}

.wcContainer .wcUsersCounter {
	font-size: 10px; border: 0; border-top: 1px solid #e9eef0; background: #f3f6f7;
}

.wcContainer .wcUsersCounter span {
	font-size: 10px;
}

.wcContainer .wcMessage .wcAdminAction {
	border-color: #7593AA;
}
.wcContainer .wcMessage .wcAdminAction:hover {
	background-color: #d1e6ef;
}

.wcMessageAttachments a.wcAttachmentClear {
	border-color: #7593AA;
}

.wcMessageAttachments a.wcAttachmentClear:hover {
	background-color: #d1e6ef;
}

.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: #e9eef0;
    border: 0 !important;
    padding: 2%;
    clear: both;
}
.wcContainer .wcControls {
  border: 0;
  padding: 0;
}

.wcContainer:not(.wcSidebarMode) .wcControls.wcDisallowed {
	border-radius: 5px;
	background-color: #ffe9e9;
}

.wcContainer .wcMessages .wcPlainMessage {
	color: #119bd4;
}

.wcContainer .wcMessages .wcMessage a {
	color: #119bd4; 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;
	margin-bottom: 3px;
}
.wcContainer .wcMessages .wcMessage .wcMessageTime {
	color: #a2a8ad; line-height: 22px;
}

.wcContainer .wcMessages .wcMessage .wcMessageTime * {
	color: #a2a8ad; line-height: 22px;
}

.wcContainer .wcMessages .wcMessage .wcMessageUser {
	float: left; color: #0e2849; 
}

.wcContainer .wcMessages .wcMessage .wcMessageUser a {
	color: #0e2849; text-decoration: none; 
}

.wcContainer .wcMessage .wcActionWrapper {
	margin-top: 0;
}

.wcContainer .wcMessages .wcMessage .wcMessageContent {
	background-color: #FFF; border-radius: 0 10px 10px 10px; box-shadow: 0 0 15px rgba(14,40,73,0.03); 
}
.wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent {
	background-color: #d1e6ef;
}

.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 {
	margin-bottom: 5px;
}

.wcContainer .wcCustomizationsPanel {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	background-image: none; background-repeat: no-repeat; border: none;
	padding: 4px;
}

.wcContainer .wcCustomizationsPanel .wcCustomizationsProperty:not(:last-child) {
	padding-bottom: 4px;
}

.wcContainer .wcControls .wcCurrentUserName {
	margin-bottom: 5px; padding-right: 5px; line-height: 40px;
}
.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: #119bd4; outline: none;
}


.wcContainer a.wcToolButton {
	border-radius: 15px; border: none; box-shadow: none; height: 40px; 
	-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 a.wcToolButton:hover, .wcContainer a.wcToolButton:active, .wcContainer a.wcToolButton:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: none;
	background-color: transparent;
}



.wcContainer a.wcAddImageAttachment {
	background: url('gfx/camera.svg') center center no-repeat;
}

.wcContainer a.wcAddFileAttachment {
	background: url('gfx/attach.svg') center center no-repeat;
}

.wcContainer a.wcInsertEmoticonButton {
	background: url('gfx/emoticon.svg') center center no-repeat;
}

/* Users list: */
.wcContainer .wcUsersList {
	border: 0; background-color: #f3f6f7; color: #0e2849; 
}
.wcUsersList .wcUserInChannel {
	border-color: #e9eef0;
}
.wcContainer .wcWindowContent {
	text-align: center; background: #f3f6f7; border-radius: 0 0 10px 10px;
}

.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: 5px !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: #d7dfe3 !important;
 }
 
 .wcContainer progress::-webkit-progress-bar {
	 background: #d7dfe3; 
 }
 /* Progress bar - foreground */
.wcContainer progress {
    color: #0194d2; 
}

.wcContainer progress::-moz-progress-bar { 
    background: #0194d2; 
}

.wcContainer progress::-webkit-progress-value {
    background: #0194d2;
}

.wcContainer progress[aria-valuenow]:before  {
    background: #0194d2; 
}

div.colorPicker-picker,
div.colorPicker-swatch {
	border-color: #7593AA !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer select,
	.wcContainer textarea,
	.wcContainer input {
		font-size: 16px;
	}
}

.wcMessagesContainersTabs {
    background-color: #e9eef0; 
}
.wcContainer .wcMessagesContainerTabActive {
    border-bottom: 0;
    background: #f3f6f7;
    border-radius: 5px 5px 0 0;
}


.wcUsersListIncluded .wcUsersList a.wcUserInChannel, .wcUsersListIncluded .wcUsersList a.wcUserInChannel:visited {
	color: #151618;
}
.wcUsersListIncluded .wcUsersList .wcUsersListFooter {
	background: #FFF;
	border-radius: 10px;
}

.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: #e9eef0 !important;
}
.wcModalWindow .wcModalHeader {
	text-transform: uppercase;
	font-weight: bold;
	color: #151618;
}

.wcModalWindow .wcModalContent {
	background: #FFF !important;
}
.wcRecentChats,
.wcInfoWindow {
	background: #FFF !important;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(60,60,60,0.2);
	
}
.wcUserListInfoWindow .wcUserListInfoWindowRoles {
	color: #8d9eb0;
}
.wcRecentChats .wcRecentChatsRow:not(:last-child) {
	border-color: #e3e3e3;
}

.wcRecentChats .wcPendingChat {
	background-color: rgba(9,193,121,0.15);
}
.wcRecentChats .wcRecentChatsRow:hover,
.wcRecentChats .wcPendingChat:hover,
.wcUsersListIncluded .wcUsersList a.wcUserInChannel:hover {
	background-color: #d1e6ef;
}

.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-color: #e9eef0;
	border-radius: 10px 10px 0 0;
	border: 0;
	line-height: 1.8;
	font-size: 1em;
	border-top: 1px solid #e9eef0;
}
.wcSidebarMode .wcMessages {
	border-left: 1px solid #e9eef0;
	border-right: 1px solid #e9eef0;
}
.wcSidebarMode.wcContainer .wcControls {
	padding: 10px;
}
.wcSidebarMode .wcUserListTitle,
.wcSidebarMode .wcCustomizations{
	border-color: #e9eef0;
	border: 0;
}
.wcSidebarMode .wcUserListTitle {
	background-color: #e9eef0;
	border-radius: 5px 5px 0 0;	
}
.wcSidebarMode .wcUsersList .wcUsersListFooter {
	border: 0;
	margin: 0 5px 5px 5px;
}

.wcSidebarMode .wcUsersCounter {
	padding: 0 5px 0 0;
}
.wcSidebarMode .wcSidebarModeMobileNavigation,
.wcSidebarModeMobileNavigation {
	background-color: #e9eef0;
}

.wcSidebarMode .wcSidebarModeUsersListToggler {
    border-color: #dfe3e5;
    background-image: url(gfx/users.svg);
}
.wcSidebarMode .wcSidebarModeWindowsNavigationLeft {
	border-color: #dfe3e5;
	background-image: url(gfx/arrow-left.svg);
}
.wcSidebarMode .wcSidebarModeWindowsNavigationRight {
	border-color: #dfe3e5;
	background-image: url(gfx/arrow-right.svg);
}
.wcSidebarMode .wcSidebarModeMobileNavigation {
	border-color: #dfe3e5;
}
.wcSidebarMode .wcSidebarModeMobileNavigationButton, .wcSidebarMode .wcSidebarModeMobileNavigationButton:focus {
	border-color: #dfe3e5;
}
.wcSidebarMode .wcSidebarModeMobileNavigationButton:active, .wcSidebarModeUsersListTogglerEnabled .wcSidebarModeMobileNavigationButton,
.wcSidebarMode .wcSidebarModeUsersListToggler:active, .wcSidebarModeUsersListTogglerEnabled .wcSidebarModeUsersListToggler {
	background-color: #f3f6f7;
}

.wcRecentChats .wcRecentChatsRow,
.wcUsersListIncluded .wcUsersList a.wcUserInChannel {
	border-radius: 5px;
}

.wcSidebarMode.wcContainer .wcControls {
	background-color: #e9eef0;
}
.wcSidebarMode .wcMessagesContainersTabs .wcWindowTitleActive a,
.wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive, .wcSidebarMode .wcWindowTitleActive {
	font-weight: bold;
}
.wcContainer.wcSidebarMode .wcUserListTitle,
.wcContainer.wcSidebarMode .wcWindowTitle {
	border-color: #e9eef0; 
}

.wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive {
	border-top: 1px solid #dfdfdf; 
}
.wcSidebarMode .wcUsersCounter,
.wcSidebarMode .wcUsersList {
	border-left: 1px solid #e9eef0;
}

.wcWindowTitle + .wcTopControls + .wcOperationalSection .wcControls + .wcCustomizations,
.wcContainer.wcWidth500 .wcTopControls:not(.wcInvisible),
.wcWindowTitle + .wcTopControls + .wcOperationalSection .wcControls,
.wcOperationalSection + .wcMessagesContainersTabs {
	border-color: #e9eef0;
}

.wcWidth500 .wcMessagesContainersTabs {
	padding-top: 5px;
}
.wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton, .wcWidth500 .wcMessagesContainersTabs .wcPmNavigationButton:hover {
	background: #d3dee3; 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: #dfdfdf;
	background-image: url(gfx/arrow-right.svg);
}
.wcWidth500 .wcWindowTitle + .wcTopControls + .wcOperationalSection .wcControls + .wcCustomizations {
	padding-left: 0;
}
.wcContainer .wcMessages .wcMessageHidden {
	border-radius: 5px; padding: 5px; margin-bottom: 5px;
}

/* reply-to feature  */
.wcMessage .wcMessageQuoted {
	border-left-color: #0194d2; border-radius: 0 10px 0 0; background-color: #f8f8f8; padding: 8px 6px;
}

.wcMessage.wcCurrentUserMessage .wcMessageQuoted {
	background-color: #cbdfe8;
}

.wcContainer .wcControlQuote {
	border-radius: 15px 15px 0 0; background-color: #f8f8f8;
}

.wcContainer .wcControlQuote .wcQuoteDeleteButton:hover {
	background-color: #e9eef0; border-top-right-radius: 15px;
}

.wcContainer .wcControlQuote .wcQuoteDeleteButton {
	background-image: url("./gfx/x.svg");
}

.wcContainer .wcControlQuoteMode input[type="text"].wcInput, .wcContainer .wcControlQuoteMode textarea.wcInput {
	border-top-right-radius: 0; border-top-left-radius: 0;
}
