/**
 * @provides conpherence-durable-column-view
 */

.global-upload-mask {
  pointer-events: none;
}

.conpherence-durable-column {
  position: fixed;
  bottom: 0;
  right: 16px;
  width: 400px;
  height: 360px;
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0px 1px 8px rgba(55,55,55, .3);
}

.device .conpherence-durable-column,
.printable .conpherence-durable-column,
.printable .conpherence-durable-column {
  display: none;
}

@media print {
  .conpherence-durable-column {
    display: none;
  }
}


.conpherence-durable-column .conpherence-transaction-image {
  float: left;
  border-radius: 3px;
  height: 24px;
  width: 24px;
  background-size: 24px;
  position: absolute;
  top: 5px;
}

.device-desktop .conpherence-durable-column.loading .loading-mask {
  display: block;
}

.conpherence-durable-column-header .conpherence-settings-dropdown {
  z-index: 1;
}

.conpherence-durable-column-header  .phabricator-application-menu
  .phui-list-item-name {
    display: none;
}

.conpherence-durable-column-header .aphlict-connection-status {
  width: 6px;
  float: left;
  height: 18px;
  margin-left: 10px;
  margin-top: 8px;
}

.conpherence-durable-column-header .aphlict-connection-status
  .connection-status-text {
    display: none;
}

.conpherence-durable-column-header .aphlict-connection-status
  .phui-icon-view {
    font-size: 10px;
}

.device-desktop .conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-view {
    margin: 0;
    width: 28px;
    height: 34px;
    min-width: 28px;
}

.device-desktop .conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-href {
    background: transparent;
    border: none;
    padding: 0;
}

.conpherence-durable-column-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #525867;
}

.conpherence-durable-column-header:hover {
  cursor: pointer;
  background-color: #5f6572;
}

.conpherence-durable-column-header .phabricator-application-menu {
  margin-right: 8px;
}

.conpherence-durable-column-header
  .phabricator-main-menu-dropdown.phui-list-sidenav {
    top: 30px;
}

.conpherence-durable-column-header-text {
  float: left;
  padding: 8px 0 8px 10px;
  color: #fff;
  width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}

.conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-icon.phui-font-fa {
    font-size: 15px;
    margin: 0;
    height: 15px;
    width: 15px;
    padding: 10px 8px 10px 8px;
}

.conpherence-durable-column-icon-bar {
  width: 36px;
  background-color: #F7F7F7;
  border-right: 1px solid #DDE8EF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.conpherence-durable-column-icon-bar .conpherence-durable-column-thread-icon {
  height: 28px;
  width: 28px;
  padding: 4px;
  display: block;
}

.conpherence-durable-column-icon-bar
.conpherence-durable-column-thread-icon.selected {
  background-color: rgba(71,87,120,.1);
}

.conpherence-durable-column-icon-bar
.conpherence-durable-column-thread-icon span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-size: 28px 28px;
}

.conpherence-durable-column-body {
  position: absolute;
  top: 34px;
  bottom: 0;
  right: 0;
  left: 0;
}

.conpherence-durable-column-main {
  position: absolute;
  top: 0;
  bottom: 36px;
  left: 34px;
  right: 0;
  overflow-x: hidden;
}

.conpherence-durable-column .column-no-rooms {
  padding: 12px 8px;
}

.conpherence-durable-column .column-no-rooms-text {
  color: #74777D;
  font-style: italic;
  margin-bottom: 16px;
}

.conpherence-durable-column-transactions {
  padding: 8px 12px 0;
}

.conpherence-durable-column-transactions .conpherence-transaction-view {
  background: none;
  margin: 0;
  padding: 4px 0;
  min-height: 0;
}

.conpherence-durable-column-transactions .conpherence-transaction-view
  .conpherence-message {
    word-wrap: break-word;
}

.conpherence-durable-column-transactions .conpherence-transaction-view
  .conpherence-transaction-detail {
    border: 0;
    margin: 0 0 0 32px;
}

.conpherence-durable-column-transactions .conpherence-transaction-view
  .conpherence-transaction-detail .conpherence-transaction-header {
    background: none;
    padding: 0 0 2px 0;
}

.conpherence-durable-column-transactions
  .conpherence-transaction-view.date-marker {
    margin: 12px 0 0;
}

.conpherence-durable-column-transactions
  .conpherence-transaction-view.date-marker .date {
    left: 0;
    font-size: 13px;
    top: -10px;
    padding: 0 6px 0 0;
}

.conpherence-durable-column-transactions
.conpherence-transaction-detail
.conpherence-transaction-content
.phui-pinboard-item-view {
  width: 273px;
}

.conpherence-durable-column-transactions
.conpherence-transaction-detail
.conpherence-transaction-content
.phui-pinboard-item-view
.phui-pinboard-item-image-link
img {
  width: 265px;
  height: 199px;
}

.conpherence-durable-column-transactions .conpherence-transaction-detail
  .conpherence-transaction-content {
    padding: 0 0 8px 0;
}

.conpherence-durable-column-textarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-top-color: #DDE8EF;
  padding: 8px;
  width: 100%;
  resize: none;
}

.conpherence-durable-column-textarea:focus {
  outline: 0;
  border-top-color: #BFCFDA;
  box-shadow: none;
}


/* Minimized Column */

.minimize-column .conpherence-durable-column {
  height: 32px;
  width: 240px;
  box-shadow: none;
}

.minimize-column .conpherence-durable-column .conpherence-durable-column-body {
  display: none;
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header {
    background-color: rgba(71,87,120,.15);
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header:hover {
    background-color: rgba(71,87,120,.2);
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header-text {
    width: 100px;
    color: #464C5C;
    text-shadow: none;
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-icon.phui-font-fa {
    color: #6B748C;
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-view:hover .phui-list-item-icon.phui-font-fa {
    color: #464C5C;
}

.minimize-column .conpherence-durable-column
  .conpherence-durable-column-header .phabricator-application-menu
  .phui-list-item-icon.phui-font-fa:before {
    content: "\f151";
}

.minimize-column .conpherence-durable-column .phabricator-application-menu
  .fa-gear {
    display: none;
}


/**
 * @provides conpherence-menu-css
 */

.conpherence-layout {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 44px;
  background: #fff;
}

.conpherence-menu-pane {
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  background-color: #eaedf1;
}

.conpherence-menu-pane .phui-basic-nav .phabricator-side-menu {
  background-color: transparent;
}

.conpherence-menu-pane.phabricator-side-menu .room-list-href {
  padding: 10px 0 9px 8px;
  display: inline-block;
  text-transform: uppercase;
  color: #4B4D51;
  font-weight: bold;
  font-size: 12px;
  float: left;
}

.conpherence-menu-pane.phabricator-side-menu .room-list-icons {
  display: inline-block;
  float: right;
  padding: 8px 0 5px;
}

.conpherence-menu-pane .conpherence-room-list-header {
  clear: both;
  overflow: hidden;
}

.conpherence-menu-pane .conpherence-room-list-header
.phui-icon-view {
  font-weight: bold;
  float: right;
  text-transform: none;
  padding: 4px;
}

.conpherence-menu-pane .conpherence-room-list-header
.phui-icon-view:hover {
  color: #3498db;
}

.conpherence-menu-pane .conpherence-message-list-header {
  margin-top: 12px;
}

.device-desktop .conpherence-layout .conpherence-menu-pane {
  width: 232px;
  padding-right: 8px;
}

.device .conpherence-menu-pane {
  top: 41px;
}

.device .conpherence-role-list .conpherence-menu-pane {
  top: 0px;
}

.device-phone .conpherence-menu-pane {
  -webkit-overflow-scrolling: touch;
}

.device .conpherence-role-thread .conpherence-menu-pane {
  display: none;
}

.device-desktop .conpherence-content-pane {
  margin-left: 240px;
}

.conpherence-content-pane {
  display: none;
  margin-left: 0px;
  position: relative;
}

.device-desktop .conpherence-content-pane,
.device .conpherence-role-thread .conpherence-content-pane {
  display: block;
}

.conpherence-menu .conpherence-menu-item-view {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-left: 4px solid transparent;
  padding: 4px;
}

.conpherence-menu .phui-list-item-type-link .phui-list-item-href {
  padding: 8px 0 8px 8px;
}

.conpherence-menu .loading {
  font-style: italic;
}

.device-desktop .conpherence-menu .conpherence-menu-item-view:hover {
  background-color: rgba(0,0,0,0.05);
}

.conpherence-menu .conpherence-menu-item-view .conpherence-menu-item-image {
  width: 26px;
  height: 26px;
  background-size: 26px;
  border-radius: 3px;
  float: left;
  margin-left: 4px;
}

.conpherence-menu .conpherence-menu-item-view .conpherence-menu-item-title {
  display: block;
  padding: 4px 0 4px 8px;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #464C5C;
  overflow: hidden;
  width: 165px;
  text-overflow: ellipsis;
}

.conpherence-menu .conpherence-menu-item-view .conpherence-menu-item-subtitle {
  display: none;
}

.conpherence-menu .conpherence-menu-item-view
.conpherence-menu-item-unread-count {
  position: absolute;
  right: 4px;
  top: 10px;
  background: #2980b9;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px 1px;
  font-size: 11px;
}

.conpherence-menu .hide-unread-count .phui-list-item-count {
  display: none;
}

.phui-basic-nav .phabricator-side-menu .conpherence-menu
  .phui-list-item-icon.phuihead-small {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 7px 0 0;
}

.conpherence-menu .conpherence-menu-item-view .conpherence-menu-item-date {
  position: absolute;
  top: 15px;
  right: 16px;
  color: #6B748C;
  font-size: 11px;
}

.conpherence-menu-item-header {
  font-weight: bold;
  text-transform: uppercase;
  color: #6B748C;
}

.no-conpherences-menu-item {
  color: #6B748C;
  padding: 4px 12px;
}


/**
 * @provides conpherence-color-css
 */

.conpherence-theme-blue .conpherence-menu-pane {
  background-color: #daeaf3;
}

.conpherence-theme-blue .phui-basic-nav .phabricator-side-menu
  .phui-list-item-selected {
    border-left-color: #2980b9;
}

.conpherence-theme-indigo .conpherence-menu-pane {
  background-color: #eae6f7;
}

.conpherence-theme-indigo .phui-basic-nav .phabricator-side-menu
  .phui-list-item-selected {
    border-left-color: #6e5cb6;
}

.conpherence-theme-peach .conpherence-menu-pane {
  background-color: #f4dddb;
}

.conpherence-theme-peach .phui-basic-nav .phabricator-side-menu
  .phui-list-item-selected {
    border-left-color: rgba(0,0,0,.25);
}

.conpherence-theme-green .conpherence-menu-pane {
  background-color: #d7eddf;
}

.conpherence-theme-green .phui-basic-nav .phabricator-side-menu
  .phui-list-item-selected {
    border-left-color: #139543;
}

.conpherence-theme-pink .conpherence-menu-pane {
  background-color: #fbeaf8;
}

.conpherence-theme-pink .phui-basic-nav .phabricator-side-menu
  .phui-list-item-selected {
    border-left-color: #da49be;
}


/**
 * @provides conpherence-message-pane-css
 */

.conpherence-message-pane,
.loading .messages-loading-mask,
.loading .messages-loading-icon,
.conpherence-layout .conpherence-no-threads {
  position: fixed;
  left: 240px;
  right: 240px;
  top: 106px;
  bottom: 0px;
  min-width: 300px;
  width: auto;
}

.device .conpherence-message-pane,
.device .loading .messages-loading-mask,
.device .loading .messages-loading-icon,
.device .conpherence-layout .conpherence-no-threads {
  left: 0;
}

.conpherence-layout .conpherence-content-pane .conpherence-no-threads {
  top: 44px;
  right: 0;
  background: #fff;
  z-index: 26;
}

.conpherence-layout .phui-big-info-view {
  margin: 16px;
}

.conpherence-layout .conpherence-no-threads .phui-box-border {
  border: none;
  margin: 0;
}

.conpherence-show-more-messages {
  display: block;
  background: #e0e3ec;
  margin: 10px;
  text-align: center;
  padding: 10px;
  color: #6B748C;
}

.conpherence-show-more-messages-loading {
  font-style: italic;
}

.conpherence-message-pane .conpherence-messages {
  position: fixed;
  left: 240px;
  right: 240px;
  top: 106px;
  bottom: 142px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.conpherence-messages.jx-scrollbar-frame {
  overflow-y: hidden;
}

.conpherence-messages .jx-scrollbar-content > .conpherence-edited:first-child,
.conpherence-messages > .conpherence-edited:first-child {
  padding-top: 20px;
}

.conpherence-messages .conpherence-edited:last-child {
  padding-bottom: 20px;
}

.conpherence-message-pane .conpherence-edited + .date-marker  {
  margin-top: 24px;
}

.device .conpherence-message-pane .conpherence-messages {
  left: 0;
  bottom: 44px;
  box-shadow: none;
}

.device-phone .conpherence-message-pane .conpherence-messages {
  left: 0;
  right: 0;
  bottom: 44px;
  width: 100%;
  box-shadow: none;
}

.conpherence-message-pane .phui-form-view {
  border-width: 0;
  height: 130px;
  padding: 0 20px 12px;
  position: fixed;
  bottom: 0;
  left: 240px;
  right: 241px;
}

.conpherence-room-status {
  font-size: 12px;
  color: #92969D;
  font-style: italic;
  position: absolute;
  bottom: 2px;
  left: 24px;
}

.device .conpherence-room-status {
  display: none;
}

.conpherence-no-pontificate .conpherence-message-pane .phui-form-view {
  border-top: 1px solid #DDE8EF;
  text-align: center;
}

.conpherence-no-pontificate .conpherence-message-pane
  .aphront-form-control-submit button,
.conpherence-no-pontificate .conpherence-message-pane
  .aphront-form-control-submit a.button {
  margin: 4px 0 0 0;
  float: none;
}

.conpherence-no-pontificate .phui-form-view .aphront-form-instructions {
  margin: 24px 0 16px;
  width: 100%;
  padding: 0;
  color: #6B748C;
  font-size: 15px;
}

.device .conpherence-message-pane .phui-form-view {
  padding: 8px 8px;
}

.conpherence-message-pane .aphront-form-control-submit button,
.conpherence-message-pane .aphront-form-control-submit a.button {
  margin-top: 6px;
}

.device .conpherence-message-pane .aphront-form-control-submit button,
.device .conpherence-message-pane .aphront-form-control-submit a.button {
  margin-top: 13px;
}

/**
 * When entering "Fullscreen Mode" in the remarkup control, we need to drop
 * all of the "position: fixed" on parent elements or Chrome doesn't put the
 * textarea on top.
 */
.remarkup-fullscreen-mode .conpherence-message-pane,
.remarkup-fullscreen-mode .conpherence-message-pane .conpherence-messages,
.remarkup-fullscreen-mode .conpherence-message-pane .phui-form-view,
.remarkup-fullscreen-mode .conpherence-layout {
  position: static;
}

.conpherence-message-pane .remarkup-assist-bar {
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.device .conpherence-message-pane .remarkup-assist-bar {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 24px;
  background: #ECEEF4;
  border-radius: 3px;
  border: none;
}

.device .conpherence-message-pane .remarkup-assist-button,
.device .conpherence-message-pane .remarkup-assist-separator {
  display: none;
}

.device .conpherence-message-pane
  .remarkup-assist-button.remarkup-assist-upload {
    display: block;
}

.device .conpherence-message-pane .phui-form-view {
  left: 0;
  height: 34px;
  width: auto;
}

.device-phone .conpherence-message-pane .phui-form-view {
  left: 0;
  right: 0;
  height: 34px;
  width: auto;
}

.conpherence-layout .conpherence-message-pane .phui-form-view
  div.aphront-form-input {
  margin: 0;
  width: 100%;
}

.conpherence-transaction-view {
  padding: 2px 0px;
  margin: 4px 20px;
  background-size: 100%;
  min-height: auto;
}

.device-phone .conpherence-transaction-view {
  margin: 0 8px;
}

.conpherence-transaction-image {
  float: left;
  border-radius: 3px;
  height: 35px;
  width: 35px;
  background-size: 35px;
  position: absolute;
  top: 5px;
}

.device-phone .conpherence-transaction-image {
  height: 25px;
  width: 25px;
  background-size: 25px;
}

.conpherence-transaction-view.conpherence-comment.anchor-target,
.conpherence-transaction-view.conpherence-edited.anchor-target {
  background: #fdf5d4;
}

.cconpherence-transaction-view.conpherence-comment.anchor-target {
  margin: 4px 8px 4px 8px;
  padding: 2px 4px 2px 4px;
}

.conpherence-transaction-view.conpherence-edited.anchor-target {
  margin: 0px 8px 0px 8px;
  padding: 0px 4px 0px 4px;
}

.conpherence-transaction-view .conpherence-transaction-detail {
  border-width: 0;
  margin-left: 45px;
}

.device-phone .conpherence-transaction-view .conpherence-transaction-detail {
  margin-left: 32px;
}

.conpherence-transaction-view.date-marker {
  padding: 0;
  margin: 20px 20px 4px;
  min-height: auto;
}

.device-phone .conpherence-transaction-view.date-marker {
  margin: 12px 0 4px;
}

.device-tablet .conpherence-transaction-view.date-marker {
  padding-left: 37px;
}

.conpherence-transaction-view.date-marker .date {
  left: 40px;
  font-size: 13px;
  padding: 0px 4px;
}

.device .conpherence-transaction-view.date-marker .date {
  left: 4px;
}

.device-phone .conpherence-transaction-view.conpherence-edited {
  min-height: none;
  color: #92969D;
  margin: 0 8px;
}

.conpherence-transaction-view.conpherence-edited
  .conpherence-transaction-content {
    color: #92969D;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
}

.conpherence-transaction-view.conpherence-edited {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-height: inherit;
}

.conpherence-transaction-view.conpherence-edited + .conpherence-comment {
  margin-top: 16px;
}

.conpherence-transaction-view.conpherence-edited +
  .conpherence-transaction-view.date-marker {
    margin-top: 24px;
}

.conpherence-transaction-view.conpherence-edited
  .conpherence-transaction-header {
    float: right;
}

.conpherence-transaction-view.conpherence-edited
  .conpherence-transaction-content a {
  color: #464C5C;
}

.conpherence-transaction-view .conpherence-transaction-info {
  margin: 0 8px;
}

.conpherence-transaction-view .conpherence-transaction-info,
.conpherence-transaction-view .transaction-date,
.conpherence-transaction-view .phabricator-content-source-view {
  color: #92969D;
  line-height: 16px;
  font-size: 12px;
}

.conpherence-transaction-view .conpherence-transaction-content {
  padding: 2px 0 8px 0;
}

body .conpherence-message-pane .aphront-form-control {
  padding: 0;
}

.conpherence-message-pane .remarkup-assist-textarea {
  height: 88px;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.device .conpherence-message-pane .remarkup-assist-textarea {
  margin: 0;
  padding: 7px 8px 6px 38px;
  width: 100%;
  height: 34px;
  resize: none;
  border-color: #A1A6B0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.device .conpherence-message-pane .aphront-form-control-submit {
  padding: 0;
  position: absolute;
  top: -2px;
  right: 12px;
}

.device .conpherence-message-pane .aphront-form-control-textarea {
  float: left;
  height: 24px;
  width: 100%;
}

.conpherence-message .phabricator-remarkup .remarkup-code-block pre {
  max-height: 200px;
}

.conpherence-transaction-collapsed .conpherence-transaction-image,
.conpherence-transaction-collapsed .conpherence-transaction-header {
  display: none;
}

.conpherence-message-pane
  .conpherence-transaction-collapsed.conpherence-transaction-view {
    margin-top: 0;
    margin-bottom: 0;
}

/* this causes scrolling issues on iDevices */
.device .conpherence-layout + .phabricator-standard-page-footer {
  display: none;
}

/***** Thread Loading *********************************************************/

.conpherence-layout .conpherence-loading-mask {
  height: 0;
  opacity: 0;
  top: 0;
  right: 0;
  left: 240px;
  bottom: 0;
  transition: all 0.3s;
  position: fixed;
  background-color: #fff;
}

.conpherence-layout.loading .conpherence-loading-mask {
  opacity: 1;
  height: auto;
}


/***** Thread Search **********************************************************/

.conpherence-search-main {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
}

.show-searchbar .conpherence-search-main {
  opacity: 1;
  height: auto;
}

.conpherence-search-form-view {
  display: none;
}

.show-searchbar .conpherence-search-form-view {
  display: block;
  height: 54px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.conpherence-search-form-view input.conpherence-search-input {
  padding-left: 8px;
  width: calc(100% - 24px);
  border-radius: 20px;
  margin: 12px;
}

.conpherence-search-results {
  position: absolute;
  background: #fff;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}


/**
 * @provides conpherence-notification-css
 */

.phabricator-notification.conpherence-notification {
  padding: 0;
}

.phabricator-notification .conpherence-menu-item-view {
  display: block;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  border-right: 0;
  border-left: 0;
}

.phabricator-notification .conpherence-menu-item-view
.conpherence-menu-item-image {
  top: 8px;
  left: 8px;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: 100%;
  border-radius: 3px;
}

.phabricator-notification .conpherence-menu-item-view
.conpherence-menu-item-title {
  display: block;
  margin-top: 8px;
  margin-left: 48px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #4B4D51;
  width: 314px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.phabricator-notification .conpherence-menu-item-view
.conpherence-menu-item-subtitle {
  display: block;
  color: #92969D;
  font-size: 11px;
  margin-left: 48px;
  width: 290px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.phabricator-notification .conpherence-menu-item-view
.conpherence-menu-item-unread-count {
  position: absolute;
  right: 8px;
  top: 15px;
  background: #2980b9;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px 1px;
  font-size: 11px;
}

.phabricator-notification .no-room-notification {
  color: #92969D;
  display: block;
}

.phabricator-notification-header .persistent-option {
  white-space: nowrap;
  float: right;
}

.phabricator-notification-header .persistent-option span {
  margin-left: 4px;
  font-weight: normal;
  color: #74777D;
}


/**
 * @provides conpherence-transaction-css
 */

.conpherence-transaction-view {
  position: relative;
}

.conpherence-transaction-content {
  overflow: auto;
}

.conpherence-transaction-header .phui-link-person {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.conpherence-transaction-view.date-marker {
  border-top: 1px solid #bcabc5;
}

.conpherence-transaction-view.date-marker .date {
  position: relative;
  top: -11px;
  background-color: #fff;
  color: #69427f;
  font-weight: bold;
}

/***** Thread Search **********************************************************/

.conpherence-fulltext-results {
  padding: 8px 0;
}

.conpherence-fulltext-results + .conpherence-fulltext-results {
  border-top: 2px solid #DDE8EF;
  margin-top: -8px;
}

.conpherence-fulltext-result {
  margin: 0 0 1px;
  padding: 8px;
}

.conpherence-fulltext-match {
  background: #fdf5d4;
}

.conpherence-fulltext-results .epoch-link {
  float: right;
}

.conpherence-message-pane .conpherence-fulltext-results
  .conpherence-transaction-view.conpherence-fulltext-result {
    margin-left: 0;
    margin-right: 0;
}

.conpherence-message-pane .conpherence-search-room-results .phui-object-box {
  border: none;
  margin: 0;
}

.conpherence-message-pane .conpherence-search-room-results
  .phui-object-box .phui-header-shell {
    display: none;
}


/**
 * @provides conpherence-participant-pane-css
 */

.conpherence-participant-pane {
  position: fixed;
  right: 0px;
  top: 106px;
  bottom: 0;
  width: 240px;
  border-width: 0 0 0 1px;
  border-color: #DDE8EF;
  border-style: solid;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.device-phone .conpherence-participant-pane {
  background-color: #f3f5f7;
}

.conpherence-participant-pane .aphront-form-input {
  margin: 0;
  width: 100%;
}

.conpherence-participant-pane .aphront-form-inset {
  border: 0;
}

.conpherence-participant-pane .widgets-header.phui-header-shell {
  padding: 8px 12px 6px;
  border: none;
}

.conpherence-participant-pane .widgets-header .phui-header-header {
  font-size: 14px;
}

.conpherence-participant-pane .widgets-header .phui-icon-view.disabled {
  color: #92969D;
}

.conpherence-participant-pane .widgets-body {
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  top: 105px;
  width: 240px;
}

.conpherence-participant-pane .person-entry {
  padding: 4px 8px 4px 12px;
}

.conpherence-participant-pane .person-entry:hover {
  background-color: #F7F7F7;
}

.conpherence-participant-pane .person-entry a {
  float: left;
  line-height: 22px;
  color: #6B748C;
  font-weight: bold;
}

.conpherence-participant-pane .person-entry:hover a {
  color: #000;
}

.conpherence-participant-pane .person-entry a img {
  height: 24px;
  width: 24px;
  border-radius: 3px;
}

.conpherence-participant-pane .person-entry .pic {
  float: left;
  width: 30px;
}

.conpherence-participant-pane .person-entry .remove {
  float: right;
  width: 20px;
  height: 20px;
  font-size: 18px;
}

.person-entry .remove:hover .phui-icon-view {
  color: #c0392b;
}

.conpherence-participant-pane .person-entry .remove:hover {
  text-decoration: none;
}

.conpherence-participant-pane .person-entry .remove .close-icon {
  color: #bfbfbf;
}

.conpherence-participant-pane .person-entry .remove:hover .close-icon {
  color: #000;
}

/****** Hide Widgets **********************************************************/

.hide-widgets .conpherence-participant-pane {
  display: none;
}

.hide-widgets .conpherence-message-pane,
.hide-widgets .loading .messages-loading-mask,
.hide-widgets .loading .messages-loading-icon,
.hide-widgets .conpherence-no-threads,
.hide-widgets .conpherence-message-pane .conpherence-messages,
.hide-widgets .conpherence-message-pane .phui-form-view {
  right: 0;
}


/**
 * @provides conpherence-header-pane-css
 */

.conpherence-header-pane .phui-header-shell {
  padding: 8px 16px 10px;
  min-height: 38px;
}

.conpherence-header-pane .phui-header-header {
  font-size: 16px;
  color: #000;
  display: block;
}

.conpherence-header-pane .phui-header-subheader {
  padding: 0;
  margin: 0;
}

.conpherence-header-pane .conpherence-header-topic .phui-tag-core {
  color: #6e5cb6;
  padding: 0 4px;
  font-size: 12px;
  margin: 0 8px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-style: italic;
}

.device-phone .conpherence-header-pane .conpherence-header-topic {
  display: none;
}

.conpherence-header-pane .phui-header-col1 {
  width: 46px;
  height: 35px;
}

.conpherence-header-pane .phui-header-image {
  height: 35px;
  width: 35px;
  background-size: 35px;
  position: absolute;
  top: 4px;
  left: 0;
}

.conpherence-header-pane .policy-header-callout {
  background: transparent;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 3px 0;
  font-style: normal;
}

.conpherence-header-pane .phui-header-subheader .policy-link {
  color: #8C98B8;
}

.conpherence-header-pane  .phui-header-subheader .policy-header-callout
  .phui-icon-view {
    font-size: 12px;
    color: #8C98B8;
}

.conpherence-header-pane .phui-header-subheader .policy-link:hover {
  color: #464C5C;
}

.conpherence-header-pane .phui-header-image-href {
  position: inherit;
}

.conpherence-header-pane .phui-header-col2 {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  max-width: 0;
}

.conpherence-header-pane .phui-header-action-list .phui-header-action-item
  .phui-icon-view {
  height: 18px;
  width: 24px;
  font-size: 14px;
  line-height: 23px;
  display: block;
}

.device .hide-on-device {
  display: none;
}

.device-phone .conpherence-header-pane .phui-header-col3 {
  vertical-align: middle;
}

.conpherence-participant-toggle.phui-icon-circle {
  text-decoration: none;
  border-color: #3498db;
  cursor: pointer;
}

.conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
  color: #3498db;
}

.show-searchbar .conpherence-search-toggle.phui-icon-circle {
  text-decoration: none;
  border-color: #139543;
  cursor: pointer;
}

.show-searchbar .conpherence-search-toggle.phui-icon-circle .phui-icon-view {
  color: #139543;
}

.hide-widgets .conpherence-participant-toggle.phui-icon-circle {
  text-decoration: none;
  border-color: #BFCFDA;
  cursor: pointer;
}

.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
  color: #BFCFDA;
}
