/******************************* General *********************************************/
.feed-dialog
{
	width: 317px;
    height: 620px;
    overflow-y: auto;
    border: none;
    box-shadow: none;
	top: 87px;
	background-color: var(--primary-color-700) !important;
	padding: 0 !important;
}
.feed-dialog.priModalDialog-pinned
{
	z-index: 1001 !important;
	height: calc(100% - 87px);
}
.no-bottom-header .feed-dialog
{
    top: 38px !important;
}
.no-bottom-header .feed-dialog.priModalDialog-pinned
{
    height: calc(100% - 38px);
}
.feed-dialog table{
	width: 100%;
}
.feed-dialog .popupTopCenter {
	border:none;
	background-color: var(--primary-color-700);
	
	.DialogCaption {
		color: var(--primary-color-100);
	}
}
.feed-dialog .popupTopCenterInner::after {
    background: linear-gradient(0deg, #354851 0%, #273339 100%);
    content: "";
    display: block;
    height: 3px;
}
.feed-dialog .popupBottomCenter
{
	display: none;
}
.feed-dialog .DialogCaption
{
	padding: 0 10px;
	font-size: 18px;
}
.feed
{
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	overflow-y: auto;
}
.feed-events
{
  height: 275px;
   margin-bottom: 15px;
}
.feed-dialog.priModalDialog-pinned .feed-events
{
    height: calc( 100vh - 87px - 350px );
}
.no-bottom-header .feed-dialog.priModalDialog-pinned .feed-events
{
   height: calc( 100vh - 38px - 350px );
}
/************/
.feed-events-no-des
{
  height: 295px;
   margin-bottom: 15px;
}
.feed-dialog.priModalDialog-pinned .feed-events-no-des
{
    height: calc( 100vh - 87px - 330px );
}
.no-bottom-header .feed-dialog.priModalDialog-pinned .feed-events-no-des
{
   height: calc( 100vh - 38px - 330px );
}
/************/
.feed-groups
{
  height: 570px;
}
.feed-dialog.priModalDialog-pinned .feed-groups
{
   height: calc( 100vh - 87px - 50px );
}
.no-bottom-header .feed-dialog.priModalDialog-pinned .feed-groups
{
   height: calc( 100vh - 38px - 50px );
}
/************/
.feed-users
{
  height: 365px;
}
.feed-dialog.priModalDialog-pinned .feed-users
{
   height: calc( 100vh - 87px - 240px );
}
.no-bottom-header .feed-dialog.priModalDialog-pinned .feed-users
{
   height: calc( 100vh - 38px - 240px );
}
/************/
.feed-users-no-des
{
  height: 380px;
   margin-bottom: 15px;
}
.feed-dialog.priModalDialog-pinned .feed-users-no-des
{
    height: calc( 100vh - 87px - 240px );
}
.no-bottom-header .feed-dialog.priModalDialog-pinned .feed-users-no-des
{
   height: calc( 100vh - 38px - 240px );
}
/************/
.btnFeed {
   	width: 24px;
    background: url(images/feed.svg);
    cursor:pointer;
    height: 24px;
    position: relative;
}

.btnFeed:hover {
   background: url(images/feed_hover.svg) center;
}

.lblFeedCounter {
    width: 18px;
	height: 14px;
	background: var(--primary-color-500);
	border-radius: 9px;
	position: absolute;
	right: 13px;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	font-weight: 900;
    font-family: 'Roboto';
}

html[dir="rtl"] .lblFeedCounter {
    right: 13px;
}

.btnFeed:hover .lblFeedCounter {
	color: var(--primary-color-500);
	background: #fff;
}

/***** unknown *****/
.followremark
{
	background: transparent;
	border: none;
}

.feedbody
{
	background-color: white;
	height: 92%;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: initial;
}


.feedpin
{
    background: transparent url(../img/feedPinP100.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    border-width: 0px;
    position: absolute;
    top: 11px;
    cursor: pointer;
}
[rtl] .feedpin
{
  left: 37px;
}
[ltr] .feedpin
{
  right: 37px;
}
button.feedpin.feedpin-unpinned {
    transform: rotate(45deg);
}
/**************/

.feed-exit
{
    background: transparent url(../img/newCloseP100.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    border-width: 0px;
    position: absolute;
    top: 9px;
    cursor: pointer;
}

.feedpin:hover {
	background: transparent url(../img/feedPinDarkPurple.svg);
}

.feed-exit:hover {
	background: transparent url(../img/newCloseDarkPurple.svg);
}
[rtl] .feed-exit
{
  left: 12px;
}
[ltr] .feed-exit
{
  right: 6px;
}
/**************/
body.feed-pinned .wrapper
{
   margin-right:317px;
}
html[dir="rtl"] body.feed-pinned .wrapper
{
    margin-right: 0;
    margin-left: 317px;
}
body.feed-pinned #menuholder
{
   margin-right:317px;
   width: auto !important; 
}
html[dir="rtl"] body.feed-pinned #menuholder
{
    margin-right: 0;
    margin-left: 317px;
}
body.feed-pinned .ui-autocomplete
{
   margin-right: 320px;
}
html[dir="rtl"] body.feed-pinned .ui-autocomplete
{
   margin-right: 0;
   margin-reft: 320px;
}


/******************************* Groups *********************************************/

.feedcaption
{
	cursor: pointer;
	padding-top: 2px;
	height: 6%;
}
.feedbtn
{
	width: 30px;
	height: 30px;
	float: right;
	margin-top: auto;
	z-index:10;
	cursor: pointer;
}
.btnresize
{
	background: url('../../img/arrow-down-blue.png') no-repeat;
	cursor: pointer;
}

.commentext
{
	width: 100%
}

.btncommentext
{
	width: 20%;
}


.btnresizeclosed
{
	position: absolute;
	top: 10px;
	right: 0px;
}

.btnreload
{
	background: url('../../images/icon_table.png') no-repeat;
}

.btnmore
{
    background: url(../../img/iconAdd.png) no-repeat;
    background-size: contain;
    width: 18px;
	margin-right: 10px;
}

.postStyle
{
	color: black;
	border-bottom:  1px solid #53636b;
	cursor: default;
}

div > .postStyle
{
	background-color: var(--primary-color-700);
	display: block;
}
/**************/
.post-header
{
    margin-top: 20px;
    margin-bottom: 20px;
}
/**************/

.post-title {
   color: var(--primary-color-200);
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 2px 0;
    cursor: pointer;
}
[rtl] .post-title
{
	padding-right: 15px;
    border-radius: 50px 0px 0px 50px;
}
[ltr] .post-title
{
	padding-left: 15px;
	border-radius: 0px 50px 50px 0px;
}
.post-title-details
{
   color: #99cfe8;
   font-size: 13px;
   margin-top: 4px;
   max-width: 80%;
}
[rtl] .post-title-details
{
   padding-right: 16px;
}
[ltr] .post-title-details
{
  padding-left: 16px;
}
/**************/

.post-date {
    direction: ltr;
    display: inline-block;
    font-size: 9pt;
	color: var(--primary-color-100);
}
[rtl] .post-date
{
	 margin-left: 9px;
	 float: left;
}
[ltr] .post-date
{
	 margin-right: 9px;
	  float: right;
}
/**************/

.post-title-doc
{
	width: 70%;
    direction: rtl;
    display: inline;
    font-size: 13px;
    font-weight: 400;
}
[rtl] .post-title-doc
{
	 margin-right: 7px;
}
[ltr] .post-title-doc
{
	 margin-left: 7px;
}
/**************/

.post-action {
	font-size: 13px;
    font-weight: 700;
	color: var(--primary-color-100);
	word-wrap: break-word; 
}

.post-text, .post-action-value {
	font-family: 'Rubik';
	font-size: 13px;
	color: var(--primary-color-100);
}

.postcontent {
	color: var(--primary-color-100);
    font-weight: 700;
    font-size: 12px;
}

.post-text-preview {
    max-height: 35px;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 210px;
}

.commentext
{
	width: 100%
}

.btncommentext
{
	width: 30%;
}
/**************/

.feed-group-unread
{
	 width: 19px;
    height: 19px;
    background: #1cafec;
    border-radius: 9px;
    top: 50%;
    color: #fff;
    text-align: center;
    font-size: 11px;
}
[ltr] .feed-group-unread
{
	  margin-right: 5px;
}
[rtl] .feed-group-unread
{
	margin-left: 5px;
}
/**************/

[rtl] .lblFeedCounter 
{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2f4049;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    margin-top: 15px;
    margin-right: -10px;
    position: relative;
}


.feed-avatar
{
	border-radius: 50%;
	background-color:  var(--secondary-color-500);
	width: 35px;
	height: 35px;
	color:  var(--primary-color-100);
	font-size: 12px;
	font-weight: 300;
	text-align: center;
    line-height: 35px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* rtl*/
[rtl] .feed-avatar,
[rtl] .post-content,
[rtl] .feed-group-unread
{
	float:right;
}
[rtl] .feed-arrow,
[rtl] .feed-end
{
	float:left;
}
/*ltr*/
[ltr] .feed-avatar,
[ltr] .post-content,
[ltr] .feed-group-unread
{
	float:left;
}
[ltr] .feed-arrow,
[ltr] .feed-end
{
	float:right;
}
.feed-arrow {
	font-size: 20px;
	color: var(--secondary-color-500);
	cursor: pointer;
}

.feed-arrow:hover {
	color: var(--primary-color-500);	
}
.post-header + .feed-arrow
{
    margin-top: -37px;
}
[rtl] .post-header + .feed-arrow
{
    margin-left: 10px;
}
[ltr] .post-header + .feed-arrow
{
    margin-right: 10px;
}
/**************/
.feed-user-image
{
	 width: 35px;
    border-radius: 50%;
    height: 35px;
}

.post-body 
{
    padding: 0px 10px 0 10px;
    overflow: hidden;
    min-height: 46px;
}
/**************/

.post-content
{
	margin-bottom: 15px;
	max-width: 70%;
}
[rtl] .post-content
{
	margin-right: 10px;
}
[ltr] .post-content
{
	margin-left: 10px;
}

/******************************* Events *********************************************/
.chat-body
{
    margin: 0px 45px 40px 45px;
}
.chat-content
{
    position: relative;
    padding: 12px;
    background: var(--primary-color-200);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    max-width: 165px;
    word-wrap: break-word;
    .post-action,
	.post-text,
	.post-action-value {
		color: var(--primary-color-700);
	}
}
.current-user-post .chat-content {
	background: var(--primary-color-400);
	.post-action,
	.post-text,
	.post-action-value {
		color: var(--primary-color-100);
	}
}
.chat-content:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 5px;
    bottom: auto;
    border-color: transparent var(--primary-color-200);
}
.current-user-post .chat-content:before {
	 border-color: transparent var(--primary-color-400);
}
[rtl] .chat-content:before {
    left: auto;
    right: -9px;
    border-width: 6px 0px 12px 13px;
}
[ltr] .chat-content:before {
    right: auto;
    left: -9px;
    border-width: 6px 13px 9px 0px;
}
/**************/
.chat-date {
    bottom: 16px;
    margin-top: 5px;
}
[rtl] .chat-date
{
  left: 48px;
  margin-left: 1px;
}
[ltr] .chat-date
{
  right: 48px;
  margin-right: 1px;
}
/**************/

.chat-post {
	border-bottom: none;
	padding: 0 15px;
}

.chat-header {
	color: white;
	padding-top: 15px;
    padding-bottom: 10px;
	margin-bottom: 10px;
    background-color: rgba(38, 51, 59, 0.4);
    border-bottom: 1px solid var(--primary-color-250);
}

/**************/

.eventfeedusers {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    max-height: 20px;
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[rtl] .eventfeedusers
{
  margin-right: 40px;
}
[ltr] .eventfeedusers
{
  margin-left: 40px;
}
/**************/
.events-doc-container {
    display: inline-block;
    padding: 4px 9px;
    margin-top: -2px;
}
[rtl] .events-doc-container
{
    margin-right:31px;
}
[ltr] .events-doc-container
{
    margin-left: 31px;
}
.eventfeeddoctype,.eventfeeddocno
{
	display: inline;
    font-size: 13px;
	cursor: pointer;
    color: var(--primary-color-100);
}
/**************/

.eventfeeddocdes
{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #99cfe8;
    font-weight: 300;
    max-width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[rtl] .eventfeeddocdes
{
    margin-right: 40px;
}
[ltr] .eventfeeddocdes
{
    margin-left: 40px;
}
/**************/

.feed-back
{
  height: 20px;
  width: 10px;
  border: none;
  margin-left: 10px;
  margin-right:10px;
  position: absolute;
  top: 59px;
}
[rtl] .feed-back {
    background: transparent url(../img/newArrowRightP100.svg)  no-repeat;
    &:hover {
    	background: transparent url(../img/newArrowRightPurple.svg)  no-repeat;
    }
}
[ltr] .feed-back {
    background: transparent url(../img/newArrowLeftP100.svg)  no-repeat;
    &:hover {
    	background: transparent url(../img/newArrowLeftPurple.svg)  no-repeat;
    }
}
/**************/

.feed-settings
{
    background: transparent url(../img/group-info.png);
    height: 20px;
    width: 25px;
    position: absolute;
    top: 55px;
    border: 0;
    background-repeat: no-repeat;  
}
[rtl] .feed-settings
{
  left: 10px;
  transform: scaleX(-1);
}
[ltr] .feed-settings
{
  right: 15px;
}
/**************/

.feed-footer {
    position: fixed;
    /*bottom: 280px;*/
    padding: 5px 10px 20px 10px;
    width: 292px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
/**************/
.feed-footer .emoji-menu
{
    top: -116px;
    width: 294px;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
}
[rtl] .feed-footer .emoji-menu
{
   left: 6px;
}
[ltr] .feed-footer .emoji-menu
{
    right: 6px;
}
/**************/
.emoji-items-wrap1 .emoji-menu-tabs {
    margin-bottom: 5px;
    margin-top: 0px;
}
/**************/
.emoji-items-wrap /*scroll*/
{
    direction: ltr;
    height: 96px !important;
    overflow-x: hidden !important;
}
/**************/
.feed-footer .emoji-wysiwyg-editor{
	width: calc(100% - 25px) !important;
    padding: 10px 5px;
    height: 70px !important;
    background-color: white;
    color: var(--secondary-color-700);
}
[rtl] .feed-footer .emoji-wysiwyg-editor
{
   padding-left: 22px;
}
[ltr] .feed-footer .emoji-wysiwyg-editor
{
  padding-right: 22px;
}
/**************/
.feed-footer .emoji-picker-icon
{
    top: 45px;
}
[rtl] .feed-footer .emoji-picker-icon
{
    left: 11px;
}
[ltr] .feed-footer .emoji-picker-icon
{
    right: 11px;
}
[rtl] .feed-footer .emoji-picker-icon.parent-has-scroll
{
    left: 28px;
}
[ltr] .feed-footer .emoji-picker-icon.parent-has-scroll
{
    right: 28px;
}
/**************/

.feed-footer button{
    bottom: -10px;
    position: absolute;
    padding: 5px;
    background-color: var(--primary-color-500);
    color: #e6f8ff;
    border: none;
    border-radius: 4px;
   
}
button.feed-reply-button:enabled
{
    cursor: pointer;
    color: white;
}
[rtl] .feed-footer button
{
     left: 6px;
}
[ltr] .feed-footer button
{ 
     right: 6px;
}
/**************/

.feed-footer > div:first-child
{
	color: white;
    padding: 5px;
    font-size: 12px;
    color: var(--primary-color-200);
    font-weight: 700;
}
[rtl] .feed-footer div:first-child
{
	padding-right: 0;
}
[ltr] .feed-footer div:first-child
{
	padding-left: 0;
}
/*************************/
.feed-user 
{
   background: var(--primary-color-700);
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #53636a;
}
[rtl] .feed-user .feed-avatar
{
    margin-left: 10px;
    margin-top: -10px;
}
[ltr] .feed-user .feed-avatar
{
    margin-right: 10px;
     margin-top: -10px;
}
.feed-add-user-header 
{
    background-color: var(--primary-color-700);
    padding: 30px 15px;
    height: 15px;
}
[rtl] .add-user-container 
{
    float: left;
    margin-left: 3px;
}
[ltr] .add-user-container 
{
    float: right;
    margin-right: 23px;
}
/*People*/
[rtl] .feed-add-user-header > div:first-child
{
   float: right;
    font-weight: 700;
}
[ltr] .feed-add-user-header > div:first-child
{
   float: left;
   font-weight: 700;
}
/*************************/
.feed-add-user
{
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}
.add-user-container button:not(.feed-add-user)
{
    background: url(images/feed_add_user.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    position: absolute;
}
[rtl] .add-user-container button:not(.feed-add-user)
{
    margin-right: -20px;
}
[ltr] .add-user-container button:not(.feed-add-user)
{
    margin-left: -20px;
}
/*************************/
.feed-unfollow-container
{
        /*padding:20px 0;*/
}
.feed-unfollow-container>button:first-child 
{
    background-image: url(images/feed_unfollow.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: -5px 12px -6px 12px;
    cursor: pointer;
    position: absolute;
}
[rtl] .feed-unfollow-container>button:first-child 
{
  transform: rotate(180deg);
}
.feed-unfollow-container>button
{
     background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}
[rtl] .feed-unfollow-container>button:nth-child(2)
{
    margin-right: 45px;
}
[ltr] .feed-unfollow-container>button:nth-child(2)
{
    margin-left: 45px;
}
/**************/
[rtl] .feed-empty 
{
    padding-right: 12px;
}
[ltr] .feed-empty 
{
    padding-left: 12px;
}
/******************************* Scrolling *********************************************/
.feed::-webkit-scrollbar-track
{

	background-color: transparent;
}

.feed::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}

.feed::-webkit-scrollbar-thumb
{
	border-radius: 3px;
    background-color:  #26333b;
    min-height: 50px;

}
.feed
{
  scrollbar-base-color: var(--primary-color-700);
  scrollbar-face-color: #26333b;
  scrollbar-3dlight-color: var(--primary-color-700);
  scrollbar-highlight-color: var(--primary-color-700);
  scrollbar-track-color: var(--primary-color-700);
  scrollbar-arrow-color: var(--primary-color-700);
  scrollbar-shadow-color: var(--primary-color-700);
  scrollbar-dark-shadow-color: var(--primary-color-700);
  scrollbar-arrow-color: var(--primary-color-700);
}