/******************************************
 *
 * file viewer modal style
 *
 ******************************************/
body {
  cursor: inherit;
}

.viewfile {
  min-height: 300px;
  overflow-y: hidden !important;
}

.viewfile .modal-content {
  background-color: #363131;
}
.modal-open .modal, 
.modal-content {
  background-color: transparent;
}

.app-modal .control-label {
  padding-top: 7px;
}
.app-modal .checkbox {
  margin-top: 7px;
}
.close-modal {
  position: relative;
  top: -2px;
  left: 22px;
  color: #D1D3D4;
}
.close-modal:hover{
  cursor: pointer;
  color: #4B9BCD;
}

.modal.fade.in {
  padding-left: 0;
  /*overflow: hidden;*/
  overflow: auto;
}

label span {
  padding-left: 5px;
  vertical-align: middle;
  font-size: 12px;
}
.modal-button-group {
  margin-top: 10px;
  /*padding-right: 15px;*/
}

/************************************************************* 
 *
 * file viewer modal tool
 *
 *************************************************************/
.main-preview-file-tools div.avatar-dropdown-container {
  margin-right: 0;
  margin-top: 2px;
}

.display-name .avatar-dropdown-container {
  width: 27px;
  height: 27px;
}

.display-name .avatar-dropdown-container .avatar-name {
  margin-top: 4px;
}

.viewfile .display-name {
  background-color: #404040;
  /*background: rgba(255,255,255,0.2);*/
  border-radius: 5px;
  padding: 8px 8px 0 13px;
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.viewfile .display-name.top-position {
  top: -1px;
}

.viewfile .display-name span.username {
  color: #4B9BCD;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 13px;
  margin: 0 5px 0 8px;
  cursor: pointer;

  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}

.viewfile .display-name input {
  background-color: #404040;
  color: #FFF;
  font-size: 13px;
  border: 0;
  padding: 2px 5px;
  border-radius: 5px;
  width: 110px;
  position: relative;
  top: -4px;
}

.viewfile .display-name .edit-display-name-button {
  border: 0;
  background: transparent;
  padding: 0 0 0 5px;
}
.viewfile .display-name .edit-display-name-button i {
  font-size: 15px;
  vertical-align: super;
  color: #E6E7E8;
}
.viewfile .display-name .edit-display-name-button:hover i {
  color: #7BAFC2;
}

.viewfile .app-modal {
  padding-top: 15px;
  overflow: hidden;
}

.viewfile .app-modal h3 {
  color: #FFF;
  font-size: 18px;
  padding-left: 20px;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  padding-bottom: 10px;
  border-color: #808080;
  z-index: 1;
}

.viewfile .app-modal h3.modal-title span {
  left: 0;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  padding: 0;
}

.viewfile .app-modal.view {
  margin-top: 0;
}

.viewfile .modal-body {
  height: 100%;
}

.viewfile .show-file {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
}

.preview-tool, 
.preview-download, 
.preview-copy-to, 
.preview-send-link, 
.preview-remove {
  border: 0;
  width: 35px;
  height: 35px;
}
.preview-tool {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-pin-white.svg") no-repeat 0px 0px;
}
.preview-tool:hover {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-pin-blue06.svg") no-repeat 0px 0px;
}
.preview-tool.create-pin-state {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-pin-blue-7b.svg") no-repeat 0px 0px;
}

.preview-download {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-download-white.svg") no-repeat 0px 0px;
}
.preview-download:hover {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-download-blue06.svg") no-repeat 0px 0px;
}

.preview-copy-to {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-copy-to-white.svg") no-repeat 0px 0px;
}
.preview-copy-to:hover {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-copy-to-blue.svg") no-repeat 0px 0px;
}

.preview-send-link {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-send-link-white.svg") no-repeat 0px 0px;
}
.preview-send-link:hover {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-send-link-blue.svg") no-repeat 0px 0px;
}

.preview-remove {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-remove-white.svg") no-repeat 0px 0px;
}
.preview-remove:hover {
  background: url("../img/preview-tools/main-toolsbar/icon-doc-remove-blue06.svg") no-repeat 0px 0px;
}

.file-name {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  top: -5px;

  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.file-size {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  top: -4px;
}
.create-name .file-size span {
  font-size: 14px;
  margin-top: -3px;
}

.remove .file-size span,
.remove:hover .file-size span, 
.rename .file-size span,
.rename:hover .file-size span {
  color: #3773A5;
}

.main-preview-file-tools {
  padding: 0;
  padding-right: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}
.main-preview-file-tools div {
  margin-right: 20px;
}

.main-preview-file-tools .guest-preview-tool ul li {
  display: inline-block;
}

/************************************************************
 *
 * comment box progress 
 *
 ************************************************************/
.cbox-progress {
  width: 155px;
  height: 18px;
  position: absolute;
  top: 63px;
  right: 15px;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 12px;
  color: #7BAFC2;
  z-index: 100;
}
.cbox-progress .precess-spinner {
  width: 30px;
  height: 23px;
  position: absolute;
  top: -7px;
  right: 0;
  fill: #7BAFC2;
}

/************************************************************
 * 
 * comment box and document tools 
 *
 ************************************************************/

/*
 * secondary bar - left
 */
.preview-file-tools-group {
  background: rgba(0,0,0,0.6); 
  position: absolute; 
  z-index: 100; 
  border-radius: 5px; 
  padding: 3px 5px;
}
.preview-file-tools-group.pull-right {
  right: 15px;
}

ul.preview-file-tools {
  display: inline-block;
  margin-bottom: 0;
  height: 20px;
}

ul.preview-file-tools li {
  display: inline-block;
  display: -moz-inline-box;
  margin-bottom: 10px;
  vertical-align: middle;
}

.preview-file-tools {
  /*margin-top: 20px;
  margin-left: 20px;
  height: 10px;*/
}
.preview-file-tools.comment-tools {
  margin-left: 0;
  height: 26px;
}
.preview-file-tools img {
  width: 25px;
}

.show-page-number input,
.show-page-number span {
  position: relative;
  top: -6px;
}

.show-page-number input {
  margin-right: 5px;
  margin-top: 0;
  width: 35px;
  height: 23px;
  text-align: center;
  border: 1px solid #FFF;
}
.show-page-number span {
  color: #FFF;
}

.show-page-number {
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 10px 0 0;
  border-radius: 5px;
}
.show-page-number.one-page {
  padding: 1px 10px 0 0px;
}

.show-page-number .vertical-line {
  display: inline-block;
  margin-top: 3px;
  width: 1px;
  height: 25px;
  background-color: #FFF;
}

.show-page-number button {
  height: 25px;
  padding: 2px 12px;
  margin: 0 20px;
  background-color: #363131;
  border: 1px solid #808080;
}
.show-page-number button:hover {
  color: #FFF;
}

.zoom-preview-file {
  border-right: 0;
  margin-right: 3px;
}

.zoom-area { 
  padding-left: 10px;
}

.font-char {
  margin-left: 10px;
  width: 192px;
  font-size: 13px;
}
.change-font {
  width: 194px;
}
.change-font:hover label {
  color: #4B9BCD;
}
.change-font .form-control {
  width: 120px;
  height: 23px;
  font-size: 12px;
  cursor: pointer;
}

.note-color-btn {
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.note-color-btn.selected-white-color {
  border: 1px solid #D1D3D4;
}

ul.preview-file-tools li.select-point-color {
  display: inline-flex;
  padding: 0 5px;
  border-left: 1px solid #D1D3D4;
}
ul.preview-file-tools li.select-point-color li {
  margin-bottom: 0;
}
.point-color label {
  vertical-align: middle;
  margin-bottom: 0;
}
.point-color ul {
  padding-left: 7px;
}
.point-color ul:after {
  content:"";
  float: right;
  /*margin-top: -58px;*/
  margin-top: -41px;
  -webkit-margin-before: -61px;
  margin-right: 15px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
}
.pull-right.point-color>.dropdown-menu {
  left: auto;
  right: 0;
}

.point-color li {
  padding-right: 5px;
}

.preview-color {
  padding: 2px 7px;
  background-color: #FFF;
  cursor: default;
}
.preview-color .selected-white-color {
  border: 1px solid #D1D3D4;
}
.btn-group .btn+.btn.select-color {
  margin-left: -9px;
  height: 24px;
}
.select-color .caret {
  vertical-align: super
}
.select-color {
  padding: 6px 4px 0 4px;
  color: #000;
  background-color: #FFF;
  border: 0;
}

li.select-point-color .point-color-icon {
  border: 0;
  width: 25px;
  height: 25px;
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-line.svg") no-repeat 0px 0px;
  cursor: default;
}
/*li.select-point-color:hover .point-color-icon {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-line-blue.svg") no-repeat 0px 0px;
}*/

.font-size {
  border-right: 1px solid #808080;
  padding-right: 10px;
  margin-left: 10px;
  width: 100px;
}
.font-size:hover label {
  color: #4B9BCD;
}
.font-size select {
  width: 50px;
  height: 23px;
  cursor: pointer;
}

.remove-chatbox {
  padding-left: 5px;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.remove-chatbox-bt {
  height: 20px;
  width: 20px;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-remove.svg") no-repeat 0px 0px;
}
.remove-chatbox-bt:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-remove-blue.svg") no-repeat 0px 0px;
}
.remove-chatbox-bt.remove-state {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-remove-white.svg") no-repeat 0px 0px;
}

.zoom-bar {
  /*margin-top: 10px;*/
  position: relative;
  top: 150px;
  left: 10px;
}
.zoom-bar button {
  border: 0;
}
.zoom-bar .slidebar-zoomout {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background: url("../img/preview-tools/secondary-toolsbar/icon-zoomout-minimap.svg") no-repeat 0px 0px;
}
.zoom-bar .slidebar-zoomout:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-zoomout-minimap.svg") no-repeat 0px 0px;
}
.zoom-bar input {
  cursor: pointer;
  width: 100px;
  position: absolute;
  left: 22px;
  -webkit-margin-before: 12px; /* chrome, safari*/
}
.zoom-bar .slidebar-zoomin {
  position: absolute;
  right: 18px;
  width: 22px;
  height: 22px;
  background: url("../img/preview-tools/secondary-toolsbar/icon-zoomin-minimap.svg") no-repeat 0px 0px;
}
.zoom-bar .slidebar-zoomin:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-zoomin-minimap.svg") no-repeat 0px 0px;
}

.zoom-percent {
  position: absolute;
  top: 18px;
  left: 64px;
  font-size: 12px;
  color: #FFF;

  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.7s, opacity 0.7s linear;
}
.zoom-percent.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s linear;
}

.zoom-zoomin, 
.zoom-zoomout, 
.toggle-navigate, 
.zoom-fit-to-width, 
.zoom-fit-to-page, 
.tool-expand, 
.tool-shorten {
  border: 0;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.zoom-zoomin {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-zoomin.svg") no-repeat 0px 0px;
}
.zoom-zoomin:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-zoomin-blue.svg") no-repeat 0px 0px;
}

.zoom-zoomout {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-zoomout.svg") no-repeat 0px 0px;
}
.zoom-zoomout:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-zoomout-blue.svg") no-repeat 0px 0px;
}

.toggle-navigate {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-minimap.svg") no-repeat 0px 0px;
}
.toggle-navigate:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-minimap-blue.svg") no-repeat 0px 0px;
}

.zoom-fit-to-width {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-fitto-width.svg") no-repeat 0px 0px;
}
.zoom-fit-to-width:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-fitto-width-blue.svg") no-repeat 0px 0px;
}

.zoom-fit-to-page {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-fitto-page.svg") no-repeat 0px 0px;
}
.zoom-fit-to-page:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-fitto-page-blue.svg") no-repeat 0px 0px;
}

.tool-expand {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-expand.svg") no-repeat 0px 0px;
}
.tool-expand:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-expand-blue.svg") no-repeat 0px 0px;
}

.tool-shorten {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-shorten.svg") no-repeat 0px 0px;
}
.tool-shorten:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-shorten-blue.svg") no-repeat 0px 0px;
}

/*
 * secondary bar - center
 */

.backward, .prev-page, 
.next-page, .forward {
  cursor: pointer;
  color: #D1D3D4;
  vertical-align: middle;
  /*text-shadow: 1px 2px 6px #000, 1px 0px 7px #000;*/
}
.backward:hover, 
.prev-page:hover, 
.next-page:hover, 
.forward:hover {
  color: #4B9BCD;
}
.prev-page, 
.next-page {
  font-size: 23px;
  padding: 0 12px;
  margin-top: -14px;
}
.backward, 
.forward {
  font-size: 15px;
  margin-top: -16px;
}
.show-page-number .backward {
  padding-left: 5px;
}

/*
 * secondary bar - right
 */

/* toggle to show/hide comment box layer */
.toggle-show-comment,
.snap-in-btn,
.snap-out-btn {
  vertical-align: bottom;
  -moz-margin-start: 5px;
  border: 1px solid #D1D3D4;
  border-radius: 5px;
  margin: 0 2px 0 3px;
}

.toggle-show-comment {
  padding: 4px 10px 4px 35px;
  font-size: 11px;
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-eye-grey.svg") no-repeat 8px 0px;
  width: 135px;
}

.toggle-show-comment span {
  color: #D1D3D4;
  font-size: 11px;
}
.toggle-show-comment:hover {
  border-color: #4B9BCD;
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-eye-blue.svg") no-repeat 8px 0px;
}
.toggle-show-comment:hover span {
  color: #4B9BCD;
}
.toggle-show-comment.selected {
  border-color: #FFF;
  background: url("../img/preview-tools/secondary-toolsbar/icon-tool-eye.svg") no-repeat 8px 0px;
}
.toggle-show-comment.selected span {
  color: #FFF;
}

.zoom-preview-file.tool-border {
  border-right: 1px solid #FFF;
  margin-right: 0px;
  padding-right: 5px;
}

/* snap comment box */
.snap-tool {
  padding: 1px 10px 3px 50px;
}

.snap-tool span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #FFF;
}

.snap-tool:hover {
  border-color: #4B9BCD;
}
.snap-tool:hover span{
  color: #4B9BCD;
}

.snap-in-btn {
  background: url("../img/preview-tools/secondary-toolsbar/icon-snap-in.svg") no-repeat 3px -6px;
  background-size: 46px 36px;
}
.snap-in-btn:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-snap-in-hover.svg") no-repeat 3px -6px;
  background-size: 46px 36px;
}

.snap-out-btn {
  background: url("../img/preview-tools/secondary-toolsbar/icon-snap-out.svg") no-repeat 3px -6px;
  background-size: 46px 36px;
}
.snap-out-btn:hover {
  background: url("../img/preview-tools/secondary-toolsbar/icon-snap-out-hover.svg") no-repeat 3px -6px;
  background-size: 46px 36px;
}  

/*
 *
 * Workspace
 *
 */
canvas {
  background: transparent;
}
#show-pdf {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}

#mini-pdf.canvas-bg,
#show-pdf.canvas-bg {
  background-color: #FFF;
}

#workspace-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#workspace-section {
  overflow: auto;
  background-color: #212121;
}

#workspace-section.drag-disabled {
  cursor: default;
}

#workspace-section.drag-enable {
  cursor: inherit;
}

#workspace-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#workspace-container.drag-enabled,
.mini-navigate.drag-enabled {
  cursor: url("../img/preview-tools/cursor/hand-cursor-normal-20.png") 8 8, url("../img/preview-tools/cursor/hand-cursor-normal-20.cur") 8 8, auto;
}

#workspace-container.drag-enabled.dragging,
#workspace-container.drag-enabled:active,
.mini-navigate.drag-enabled:active {
  cursor: url("../img/preview-tools/cursor/hand-cursor-drag-20.png") 8 8, url("../img/preview-tools/cursor/hand-cursor-drag-20.cur") 8 8, auto;
}

/*#workspace-container.drag-disabled {
  cursor: inherit;
}*/

#workspace {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.create-pin-cursor {
  cursor: url("../img/preview-tools/cursor/create-pin-cursor.png") 6 13, url("../img/preview-tools/cursor/create-pin-cursor.cur") 6 13, auto;
}

.clear-both {
  clear: both;
}

.noti-of-file {
  width: 250px;
  position: fixed;
  top: 90px;
  /*right: 0;*/
  right: -250px;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.noti-of-file.slide-wins {
  right: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.noti-detail-icon {
  position: absolute;
  left: -37px;
  background-color: #3773A5;
  border: 1px solid #3773A5;
  padding: 23px 0 23px 12px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  z-index: 1;
}
.noti-detail-icon.comment-noti {
  top: 74px;
}
.noti-detail-icon.comment-noti.top {
  top: -1px;
}
.noti-detail-icon.selected {
  background-color: #FFF;
  border-top: 1px solid #D1D3D4;
  border-bottom: 1px solid #D1D3D4;
  border-left: 1px solid #D1D3D4;
  border-right: 1px solid #FFF;
}

.noti-detail-icon span {
  position: absolute;
  top: 0;
  right: 24px;
}
.noti-detail-icon span.badge.bg-important {
  background: #F7941E;
}
.noti-detail-icon button {
  position: relative;
  right: 5px;
  height: 23px;
  width: 23px;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  background: url("../img/preview-tools/notification/file-notification-icon-white.svg") no-repeat 0px 0px;
}
.noti-detail-icon.selected button {
  background: url("../img/preview-tools/notification/file-notification-icon-selected.svg") no-repeat 0px 0px;
}
.noti-detail-icon.comment-noti button {
  background: url("../img/preview-tools/notification/notification-white.svg") no-repeat 0px 0px;
}
.noti-detail-icon.comment-noti.selected button {
  background: url("../img/preview-tools/notification/notification-selected.svg") no-repeat 0px 0px;
}

.noti-detail {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  height: 271px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
.noti-detail .total-noti button {
  font-family: 'Montserrat', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 12px;
  background: transparent;
  border: 0;
  height: 18px;
  line-height: 18px;
}
.noti-detail img {
  width: 30px;
  position: absolute;
  right: 0;
  top: -5px;
}
.noti-header, 
.total-noti {
  margin-top: 3px;
  padding-left: 3px;
  font-weight: normal;
}
.noti-detail .noti-header .current-page-tab,
.noti-detail .noti-header .other-page-tab {
  padding: 0 7px 0 3px;
  border-right: 1px solid #808080;
}
.noti-detail .noti-header .notification-page-tab {
  padding-left: 5px;
  height: 18px;
}
.noti-detail .noti-header .other-page-tab.hide,
.noti-detail .noti-header .notification-page-tab.hide {
  display: none;
}
.noti-detail .noti-header .current-page-tab.selected,
.noti-detail .noti-header .other-page-tab.selected,
.noti-detail .noti-header .notification-page-tab.selected {
  color: #4B9BCD;
}

/*
 * file notification
 */
.noti-detail ul {
  max-height: 231px;
  overflow: auto;
  margin-bottom: 0;
}
.file-noti-row {
  border-bottom: 1px solid #D1D3D4;
  padding: 10px;
  cursor: pointer;
}
.file-noti-row .fa-times {
  position: absolute;
  right: 4px;
  color: #D1D3D4;
  display: none;
}
.file-noti-row:hover .fa-times,
.file-noti-row .fa-times.show {
  display: inline;
}
.noti-detail .file-noti-row img {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  left: 20px;
  right: 0;
}
.noti-detail .file-noti-row .date-modified {
  padding: 0;
}
.noti-detail .file-noti-row .date-modified div {
  font-size: 10px;
  margin-left: 40px;
  margin-top: -17px;
}
.noti-detail .noti-status {
  width: 20px;
  margin-top: -2px;
}
.noti-detail .noti-status i {
  font-size: 12px;
  color: #F7941E;
}
.noti-detail .noti-status i.read {
  color: #D1D3D4;
}
.noti-detail .noti-message {
  width: 180px;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Montserrat', 'sans-serif';
  font-weight: bold;
  font-size: 12px;
}
.noti-detail .noti-message.read {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: normal;
  font-style: italic;
}
.no-file-noti {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin-top: 100px;
}

/*
 *
 * comment notification
 *
 */
span.notification-tab-icon {
  width: 15px;
  height: 18px;
  background: url("../img/preview-tools/notification/notification-deselect.svg") no-repeat 0px 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.notification-page-tab.selected span.notification-tab-icon {
  background: url("../img/preview-tools/notification/notification-selected.svg") no-repeat 0px 0px;
}

.search-noti {
  margin-top: 3px;
  padding-left: 10px;
}
.search-noti input.search {
  position: absolute;
  height: 25px;
  width: 230px;
  border-radius: 12px;
  padding: 0 10px 0 25px;
  border: 1px solid #D1D3D4;
  margin-top: 1px;
  background: url("../img/secondary-bar-icon/search.svg") no-repeat 2px 0px;
}
.search-noti input.search:focus {
  background: url("../img/secondary-bar-icon/search.svg") no-repeat 2px 0px;
}

.list-of-comment {
  height: 172px;
  overflow-y: auto;
  margin: 59px 0 0 0;
}
.list-of-comment li {
  border-bottom: 1px solid #D1D3D4;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
}
.list-of-comment.all-comment li {
  height: 35px;
  padding: 10px 5px 5px 10px;
}
.list-of-comment li.border-bottom {
  border-bottom: 0;
}
.list-of-comment li.notify {
  background-color: #DCF0FA;
}
.list-of-comment li div {
  padding: 0;
}
.list-of-comment li label {
  margin-bottom: 0;
}

.list-of-comment .title-wins {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 12px;
  color: #3C3228;
  width: 135px;
}
.list-of-comment .notify .title-wins {
  color: #195587;
}
.title-wins i {
  margin-right: 5px;
  color: #F7941E;
}
.title-wins i.read {
  color: #D1D3D4;
}

.list-of-comment .comment, 
.list-of-comment .date-modified {
  font-style: italic;
  color: #808080;
}

.list-of-comment .comment {
  font-size: 10px;
  padding: 0 0 0 20px;
}

.list-of-comment .title-wins, 
.list-of-comment .comment {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-of-comment .page-number {
  font-size: 10px;
  max-width: 55px;
  text-align: right;
}
.list-of-comment.all-comment .page-number {
  max-width: 75px;
  font-size: 12px;
}

.list-of-comment .date-modified {
  font-size: 8px;
  margin-top: 3px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-modified img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}

.comment-footer {
  width: 100%;
  height: 40px;
  background-color: #D1D3D4;
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0;
}
.comment-footer ul {
  margin-bottom: 0;
}
.comment-footer li {
  float: left;
  width: 50%;
  text-align: center;
  font-family: 'Montserrat', 'sans-serif';
  color: #3C3228;
  border-right: 1px solid #808080;
  height: 30px;
  margin-top: 5px;
}
.comment-footer li:last-child {
  border-right: 0;
}
.comment-footer button {
  width: 100%;
  height: 100%;
  color: #3C3228;
  font-size: 12px;
  font-family: 'Montserrat', 'sans-serif';
  padding: 0 2px;
  background-color: transparent;
  border: 0;
}
.comment-footer button:hover {
  color: #4B9BCD;
}

.preview-navigate {
  position: relative;
  top: 40px;
  width: 170px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
}
.close-preview-navigate {
  position: absolute;
  right: 10px;
  color: #D1D3D4;
  font-size: 12px;
  cursor: pointer;
  z-index: 100;
}
.close-preview-navigate:hover {
  color: #4B9BCD;
}
.preview-area-outer {
  margin-top: 12px;
  display: table;
  position: absolute;
  height: 76%;
  width: 100%;
}
.mini-preview-doc-outer {
  display: table;
  position: absolute;
  height: 104%;
  width: 100%;
}
.preview-area-inner, 
.mini-preview-doc-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mini-map {
  background-color: #212121;
  border: 2px solid #FFF;
  max-width: 166px;
  max-height: 130px;

  margin-left: auto;
  margin-right: auto; 
  position: relative;
  cursor: pointer;
}

.mini-preview-doc-area {
  /*background-color: #CCC;*/
  /*position: absolute;*/
  /*bottom: 5px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}
.mini-navigate {
  position: absolute;
  top: 20px;
  left: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid red;
}

#mini-pdf-pin,
#mini-pdf-workspace {
  width: 100%; 
  height: 100%; 
  position: absolute; 
  top: 0; 
  left: 0;
}

/* 
 * switch
 */
.list-of-comment input[type="checkbox"] { 
  position: absolute;
  opacity: 0;
}
/* 
 * Normal Track 
 */
.list-of-comment input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 30px;  
  height: 15px;
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  margin: 15px 1.2em 15px 2.5em;
  cursor: pointer;
}

/* 
 * Tiny Track 
 */
.list-of-comment input[type="checkbox"].tinyswitch.ios-switch + div {
  width: 35px;  
  height: 15x;
  margin: 0;
}

/* 
 * Green Track 
 */
.list-of-comment input[type="checkbox"].green.ios-switch:checked + div {
  background-color: #8eb734;
  border: 1px solid #8eb734;
  /*box-shadow: inset 0 0 0 10px rgba(0,227,89,1);*/
  margin: 0;
}

/* 
 * Normal Knob 
 */
.list-of-comment input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px; height: 18px;
  border-radius: inherit;
  background: #ffffff;

  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;

  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-property: transform, background-color;
  transition-property: transform, background-color;

  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);

  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

/* 
 * Checked Knob (Style) 
 */
.list-of-comment input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}

/* 
 * Tiny Knob 
 */
.list-of-comment input[type="checkbox"].tinyswitch.ios-switch + div > div {
  width: 13px; 
  height: 13px;
  margin-top: 0px;
}

/* 
 * Green Knob 
 */
.list-of-comment input[type="checkbox"].green.ios-switch:checked + div > div {
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #8eb734;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #8eb734;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #8eb734;
}

.progress-bar {
  -webkit-transition: width .2s ease;
  -moz-transition: width .2s ease;
  -o-transition: width .2s ease;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

/* 
 * alert 
 */
.badge.bg-important {
  background: #F7941E;
}


/* 
 *
 * custom input range in navigate file windows
 * chrome, safari, forefox and IE
 *
 */
input[type=range]{
  -webkit-appearance: none;
}

/* custom input range chrome and safari */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #E6E7E8;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #E6E7E8;
  margin-top: -4px;
}

/* 
 * custom input range firefox 
 */
input[type=range]::-moz-range-track {
  width: 100px;
  height: 3px;
  background: #E6E7E8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #E6E7E8;
}

/* 
 * custom input range IE 
 */
input[type="range"]::-ms-track {
  width: 100px;
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
}
input[type="range"]::-ms-thumb {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E6E7E8;
  cursor: pointer;
}
input[type="range"]::-ms-fill-lower {
  background: #D1D3D4;
  border-radius: 10px;
}
input[type="range"]::-ms-fill-upper {
  background: #E6E7E8;
  border-radius: 10px;
}

@-moz-document url-prefix() {

  .viewfile .display-name {
    top: 0;
  }

  .guest-preview-tool .preview-tool {
    position: relative;
    top: 0;
  }
  .guest-preview-tool .preview-tool.inline-top {
    position: relative;
    top: -8px;
  }

  .preview-tool {
    position: relative;
    top: 0;
  }
}

.main-preview-file-tools img {
  width: 45px;
  margin-right: 5px;
}

.main-preview-file-tools .close-modal-btn {
  width: 20px;
  height: 18px;
  position: absolute;
  background: #171717;
  border: 0;
  top: 11px;
  right: 10px;
}
.main-preview-file-tools .close-modal-btn i {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 18px;
}
.main-preview-file-tools .close-modal-btn:hover i {
  color: #4B9BCD;
}

/*
 *
 * Chatbox
 *
 */

.cbox-container {
  padding: 10px;
}

.cbox {
  width: 250px;
  height: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  background: #FFF;
  -webkit-overflow-scrolling: auto;
}

.cbox-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cbox-wrapper textarea.form-control {
  height: 27px;
}

/* arrow btn */
.cbox-arrow {
  width: 30px;
  height: 30px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cbox-arrow.right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
.cbox-arrow.left {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
/* arrow sign in btn */
.arrow-btn {
  border: 0;
  width: 100%;
  height: 100%;
}
.arrow-btn.left {
  background: url("../img/chatbox/arrow-sign/arrow-left.svg") no-repeat 7px 7px;
  background-size: 17px 17px;
}
.arrow-btn.left:hover {
  background: url("../img/chatbox/arrow-sign/arrow-left-hover.svg") no-repeat 7px 7px;
  background-size: 17px 17px;
}
.arrow-btn.right {
  background: url("../img/chatbox/arrow-sign/arrow-right.svg") no-repeat 7px 7px;
  background-size: 17px 17px;
}
.arrow-btn.right:hover {
  background: url("../img/chatbox/arrow-sign/arrow-right-hover.svg") no-repeat 7px 7px;
  background-size: 17px 17px;
}
.arrow-btn.top {
  background: url("../img/chatbox/arrow-sign/arrow-top.svg") no-repeat 5px 6px;
  background-size: 17px 17px;
}
.arrow-btn.top:hover {
  background: url("../img/chatbox/arrow-sign/arrow-top-hover.svg") no-repeat 5px 6px;
  background-size: 17px 17px;
}
.arrow-btn.down {
  background: url("../img/chatbox/arrow-sign/arrow-down.svg") no-repeat 7px 6px;
  background-size: 17px 17px;
}
.arrow-btn.down:hover {
  background: url("../img/chatbox/arrow-sign/arrow-down-hover.svg") no-repeat 7px 6px;
  background-size: 17px 17px;
}

.cbox-header {
  height: 36px;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-bottom: 1px #D1D3D4 solid;
}

.cbox-header-container {
  position: relative;
}
.cbox-header-container .cbox-spinner {
  margin-top: 13px;
}

.cbox-header button {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.cbox-body {
  margin: 0 1px 0 5px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 208px;
}

.cbox-body.drag-disabled {
  cursor: default;
}

.cbox-footer {
  height: 36px;
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  padding: 0 0 0 5px
  border-top: 1px solid #D1D3D4;
  overflow: hidden;
}

.cbox-footer textarea {
  resize: none;
  margin: 0;
  display: block;
  border: 0px solid #ccc;
  padding: 8px 0 0 5px;
  font-size: 11px;
  float: left;
  width: 185px;
  height: 34px;
  line-height: 16px;
  /*-webkit-overflow-scrolling: auto;*/
}

.cbox-footer textarea:focus {
  border: 0px solid #ccc;
}

.cbox-footer button {
  float: right;
  height: 24px;
  padding: 3px 5px;
  margin: 5px 4px;
  font-size: 12px;
  background-color: #7BAFC2;
  color: #FFF;
  border-radius: 3px;
}
.cbox-footer button:hover {
  color: #FFF;
  background-color: #4B9BCD;
}

.cbox-footer-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #E6E7E8;
  /*height: 40px;*/
}

.cbox button.cbox-edit-bt, 
.cbox button.cbox-hide-bt, 
.cbox button.cbox-remove-bt {
  width: 20px;
  height: 14px;
  margin-top: 10px;
  float: right;
}
.cbox button.cbox-edit-bt {
  background: url("../img/chatbox/rename-grey.svg") no-repeat 0px 0px;
  display: inline-block;
}
.cbox button.cbox-edit-bt:hover {
  background: url("../img/chatbox/rename-blue.svg") no-repeat 0px 0px;
}

.cbox button.cbox-remove-bt {
  background: url("../img/chatbox/delete-grey.svg") no-repeat 0px 0px;
  display: inline-block;
}
.cbox button.cbox-remove-bt:hover {
  background: url("../img/chatbox/delete-blue.svg") no-repeat 0px 0px;
}

.cbox button.cbox-hide-bt {
  background: url("../img/chatbox/close-grey.svg") no-repeat 0px 0px;
  display: inline-block;
}
.cbox button.cbox-hide-bt:hover {
  background: url("../img/chatbox/close-blue.svg") no-repeat 0px 0px;
}

.cbox button.cbox-save-edit-title-bt, 
.cbox button.cbox-cancel-edit-title-bt {
  float: right;
  width: 20px;
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 2px 10px 0px;
  color: #D1D3D4;
}
.cbox button.cbox-save-edit-title-bt:hover, 
.cbox button.cbox-cancel-edit-title-bt:hover {
  color: #3773A5;
}

.cbox-drag-handle {
  height: 100%;
  cursor: move;
}
.cbox-drag-handle.not-allowed {
  cursor: default;
}

.cbox-title {
  margin: 0 0 0 5px;
  width: 185px;
  float: left;
  height: 35px;
}

.cbox-drag-handle .cbox-title {
  cursor: move;
}
.cbox-drag-handle .cbox-title.not-allowed {
  cursor: default;
}

.cbox-title > span {
  width: 100%;
  color: #695541;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  word-break: break-all;
  overflow: hidden;
  line-height: 35px;
  padding-left: 2px;
  text-align: left;
  font-size: 12px;
  font-family: 'Montserrat', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.cbox-title > span > i {
  color: #F7941E;
}

.cbox-title > input {
  width: 180px;
  line-height: 33px;
  border: none;
  margin-left: 1px;
  margin-top: 1px;
  height: 33px;
  font-size: 12px;
}

.cbox-body li {
  list-style-type: none;
  clear: both;
  margin: 4px 5px 10px 5px;
  text-align: left;
}

.cbox-body li.cbox-spinner {
  text-align: center;
}

.cbox-avatar {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  text-align: center;
}
.cbox-avatar:hover:after {
  content:"";
  float:left;
  margin-top: -27px;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  /*border-bottom: 5px solid #4B9BCD;*/
}

.cbox-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-result p.avatar-name {
  text-align: center;
} 
.cbox-avatar .avatar-name,
.avatar-dropdown-container .avatar-name,
.permission-setting .avatar-profile-container .avatar-name,
.search-user-list .avatar-profile-container .avatar-name {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 13px;
  margin-top: 5px;
}
.profile .avatar-profile-container .avatar-name {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 32px;
  margin-top: 14px;
}
.avatar-profile-container .avatar-name {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 70px;
  margin-top: 22px;
}

/*
 *  public link > file viewer > avatar color set 
 */
.cbox-avatar.set-0,
.avatar-dropdown-container.set-0,
.avatar-profile-container.set-0,
.avatar-profile-container.indent.set-0 {
  background-color: #FFF;
  color: #0587B9;
  border: 1px solid #0587B9;
}
.cbox-avatar.set-1,
.avatar-dropdown-container.set-1,
.avatar-profile-container.set-1,
.avatar-profile-container.indent.set-1 {
  background-color: #F9B9B9;
  color: #C15959;
}
.cbox-avatar.set-2,
.avatar-dropdown-container.set-2,
.avatar-profile-container.set-2,
.avatar-profile-container.indent.set-2 {
  background-color: #6F4C8E;
  color: #DFBEFC;
}
.cbox-avatar.set-3,
.avatar-dropdown-container.set-3,
.avatar-profile-container.set-3,
.avatar-profile-container.indent.set-3 {
  background-color: #1C75BC;
  color: #A6E0ED;
}
.cbox-avatar.set-4,
.avatar-dropdown-container.set-4,
.avatar-profile-container.set-4,
.avatar-profile-container.indent.set-4 {
  background-color: #A6E2D6;
  color: #4588A1;
}
.cbox-avatar.set-5,
.avatar-dropdown-container.set-5,
.avatar-profile-container.set-5,
.avatar-profile-container.indent.set-5 {
  background-color: #8DC63F;
  color: #006838;
}
.cbox-avatar.set-6,
.avatar-dropdown-container.set-6 ,
.avatar-profile-container.set-6,
.avatar-profile-container.indent.set-6 {
  background-color: #FFED17;
  color: #F77C1E;
}
.cbox-avatar.set-7,
.avatar-dropdown-container.set-7,
.avatar-profile-container.set-7,
.avatar-profile-container.indent.set-7 {
  background-color: #F7941E;
  color: #CE4728;
}
.cbox-avatar.set-8,
.avatar-dropdown-container.set-8,
.avatar-profile-container.set-8,
.avatar-profile-container.indent.set-8 {
  background-color: #F25151;
  color: #842828;
}

.cbox-message-container {
  margin-left: 0;
  float: left;
  width: 180px;
}

.cbox-body li.owner-message .cbox-avatar {
  display: none;
}

.cbox-body li.owner-message .cbox-message-container {
  margin-left: 0;
  margin-bottom: 0;
  text-align: right;
  float: right;
  padding-right: 5px;
}

.cbox-message {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 6px;
  word-break: break-all;
  color: #0587B9;
  background: #E6E7E8; 
  margin: 0;
}
.cbox-message:before {
  content:"";
  float:left;
  margin-top: 2px;
  margin-left:-17px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #E6E7E8;
  border-bottom: 6px solid transparent;
}

.cbox-body li.owner-message .cbox-message-container .cbox-message {
  background-color: #7BAFC2;
  color: #054B73;
  margin: 0;
  text-align: left;
}
.cbox-body li.owner-message .cbox-message-container .cbox-message:before {
  content:"";
  float:right;
  margin-top: 2px;
  margin-right:-17px;
  border-top: 6px solid transparent;
  border-left: 6px solid #7BAFC2;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.cbox-body li .cbox-message-container .cbox-message {
  margin: 0 0 0 10px;
}

.cbox-time {
  font-style: italic;
  color: #4B9BCD;
  font-size: 9px;
  margin: 2px 0 0 10px;
}

.cbox-time img {
  width: 9px;
}

.cbox-time span {
  top: 1px;
  color: #054B73;
}

.cbox-body li.owner-message .cbox-message-container .cbox-time {
  margin: 0;
}

.confirm-remove-chatbox {
  z-index: 10;
  border-radius: 7px;
  padding: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
}

.confirm-remove-chatbox div {
  margin-bottom: 20px;
}

.confirm-remove-chatbox button{
  margin-top: 10px;
  border: 0;
}
.confirm-remove-chatbox button.btn-remove:hover {
  border: 0;
}

.confirm-remove-chatbox .remove-chatbox-msg {
  background-color: #EE9494;
  color: #AA3347;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
