/******************************* previewer css *****************************/
.timeline-panel-header {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}
.timeline-page-sidebar-header {
  border-bottom: 1px dashed #111;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title {
  text-align: center;
  line-height: 40px;
  font-size: 150%;
  vertical-align: middle;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_action_buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_left,
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_right {
  cursor: pointer;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_left i,
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_right i {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_left {
  text-align: left;
}
td.capture_detail_title_left:hover i {
  color: #fff;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_left i {
  font-size: 150%;
  padding-left: 10px;
  margin-top: 3px;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_left:hover {
  color: #fff;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_right {
  text-align: right;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_right i {
  font-size: 140%;
  padding-right: 10px;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_right:hover {
  color: #cf202e;
}
.timeline-panel-header .timeline-page-sidebar-header .capture_detail_title_center {
  color: #fff;
  position: relative;
}
.timeline-panel-header .vpreviewer {
  pointer-events: all;
  background-color: transparent;
  position: relative;
  display: block;
  width: 95%;
  margin: 0px auto;
}
.timeline-panel-header .vpreviewer > video {
  display: block;
  width: 100%;
  height: 200px;
  background-color: transparent;
  object-fit: fill;
  border: 1px solid #111;
  margin-top: 5px;
}

.seekbar-fullscreen{
  z-index: 2147483647;
  left: 0;
  bottom: 0;
  position: absolute;
}

.video-fullscreen{
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

.seekbar-fullscreen .toolbar-btn:nth-child(2){
  float: right;
}
.seekbar-fullscreen .toolbar-btn:nth-child(1){
  visibility: hidden;
}

.vpreviewer video::-webkit-media-controls-enclosure {
  display: none !important;
}

.timeline-panel-header .vpreviewer .toolbar {
  display: table;
  width: 100%;
  height: 30px;
  background-color: #29292973;
  border: 1px solid #111;
  border-top: none;
  margin-bottom: 5px;
}
.timeline-panel-header .vpreviewer .toolbar .controls {
  padding: 5px;
  display: table;
  width: 100%;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-label {
  display: table-cell;
  background-color: transparent;
  line-height: 28px;
  color: #eee;
  font-size: 120%;
  font-weight: bold;
  width: 20%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-label.left {
  display: table-cell;
  text-align: center;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-label.right {
  display: table-cell;
  text-align: center;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center {
  width: 60%;
  overflow: hidden;
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0 3%;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn {
  width: 20%;
  overflow: hidden;
  height: 28px;
  display: inline-block !important;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-trace,
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-expand,
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-stop,
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-play,
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-next {
  display: block;
  width: 28px;
  height: 100%;
  margin: auto;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-trace {
  background-image: url("/images/icons/_trace.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-trace:hover {
  background-image: url("/images/icons/trace.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-expand {
  background-image: url("/images/icons/_expand.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-expand:hover {
  background-image: url("/images/icons/expand.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-stop {
  background-image: url("/images/icons/_stop.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-stop:hover {
  background-image: url("/images/icons/stop.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-play {
  background-image: url("/images/icons/_play.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-play:hover {
  background-image: url("/images/icons/play.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-next {
  background-image: url("/images/icons/_next.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn .btn-next:hover {
  background-image: url("/images/icons/next.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn.active .btn-trace {
  background-image: url("/images/icons/trace.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn.active .btn-expand {
  background-image: url("/images/icons/expand.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn.active .btn-stop {
  background-image: url("/images/icons/stop.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn.active .btn-play {
  background-image: url("/images/icons/play.png");
}
.timeline-panel-header .vpreviewer .toolbar .controls .toolbar-center .toolbar-btn.active .btn-next {
  background-image: url("/images/icons/next.png");
}
.timeline-panel-header .vpreviewer .seekbar {
  height: 32px;
  padding: 10px 20px;
}
.timeline-panel-header .vpreviewer .seekbar .progressbar {
  height: 6px;
  background: #1f1d1d;
  position: relative;
  border-top: 2px solid rgba(0,0,0,0.67);
  border-radius: 5px !important;
  box-shadow: inset 1px 2px #101010;
  cursor: pointer;
}
.timeline-panel-header .vpreviewer .seekbar .timebar {
  width: 0%;
  height: 6px;
  background: #20a253;
  position: relative;
  border-top: 2px solid #beffd7;
  border-radius: 5px !important;
  box-shadow: inset 1px 2px rgba(141,255,185,0.66), 0px 0px 5px rgba(255,255,255,0.78);
  top: -6px;
  cursor: pointer;
}
.timeline-panel-header .vpreviewer .seekbar .timepointbar {
  background: #7af1ab;
  position: relative;
  border-radius: 50% !important;
  box-shadow: inset 0px 0px 1px rgba(214,255,231,0.6), 0 0 15px rgba(255,255,255,0.78), 2px 2px 5px rgba(179,255,211,0.5), 2px -2px 5px rgba(179,255,211,0.5), -2px 2px 5px rgba(179,255,211,0.5), -2px -2px 5px rgba(179,255,211,0.5);
  top: -15px;
  left: 0;
  width: 12px;
  cursor: pointer;
  height: 12px;
  border-top: 2px solid #beffd7;
}

/********************************* clipbar css *******************************/
.clipbar .clipbar-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  background: url(/images/icons/_clip.png) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  color: #aaa;
  white-space: nowrap;
}
.clipbar .clipbar-label .clipbar-label-content {
  color: #fff;
}
.clipbar .clipbar-message {
  margin-left: 30px;
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}
.clipbar .clipbar-range,
.clipbar .clipbar-progress {
  display: block;
}
.clipbar .clipbar-progress {
  width: 100%;
  height: 12px;
}
.clipbar .clipbar-build,
.clipbar .clipbar-save,
.clipbar .clipbar-cancel {
  background-color: transparent;
  color: #999;
  border: none;
  font-size: 14px;
}
.clipbar .clipbar-build:hover,
.clipbar .clipbar-save:hover,
.clipbar .clipbar-cancel:hover {
  color: #eee;
}
.clipbar .clipbar-build.disabled,
.clipbar .clipbar-save.disabled,
.clipbar .clipbar-cancel.disabled {
  color: #555;
  pointer-events: none;
}
.clipbar .clipbar-build {
  border: 1px solid #000;
  padding: 15px;
  white-space: nowrap;
  font-size: 100%;
  color: #aaa;
  font-weight: bold;
  border-radius: 3px !important;
  margin-left: 13px;
  box-shadow: 0 0 1px #252525;
  background-color: #222;
}
.clipbar .clipbar-build:hover {
  color: #fff;
  background-color: #178040;
}
.clipbar .clipbar-cancel,
.clipbar .clipbar-save {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
}
.clipbar .clipbar-cancel > span,
.clipbar .clipbar-save > span {
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.clipbar .clipbar-cancel>span {
  background-image: url("/images/icons/market.png");
}
.clipbar .clipbar-save>span {
  background-image: url("/images/icons/download.png");
}
.clipbar.progressing .clipbar-left {
  width: 100%;
}
.clipbar.progressing .clipbar-left .vprogress {
  width: 270px !important;
  left: 30px;
}
.clipbar.progressing .clipbar-right {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
}
.clipbar-left,
.clipbar-right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
#timeline-clipbar .clipbar-left {
  /* width: 69.5% !important; */
  padding: 10px 0px 10px 10px;
}
#timeline-clipbar .clipbar-right {
  width: 30.5% !important;
}
.rangebar .rangebar-base {
  background-color: #444;
}
.rangebar .rangebar-range {
  background-color: #178040;
}
.rangebar .rangebar-left,
.rangebar .rangebar-right {
  display: inline-block;
  background-color: #178040;
  border-radius: 50% !important;
  border-color: rgba(23,128,64,0.5);
  border-style: solid;
  box-sizing: initial;
  background-clip: padding-box;
  cursor: pointer;
}
.vprogress .vprogress-pointer {
  background: url(/modules/cctv/css/run.png) no-repeat left center;
  background-size: contain;
}
.vprogress > .vprogress-base {
  display: block;
  background: #1d1c1c;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px !important;
  -webkit-box-shadow: inset 0 -1px 1px rgba(115,115,115,0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(115,115,115,0.3);
  box-shadow: inset 0 -1px 1px rgba(115,115,115,0.3);
  border-top: 1px solid #101010;
}
.vprogress > .vprogress-base > .vprogress-percent {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px !important;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  -webkit-border-top-left-radius: 20px !important;
  -webkit-border-bottom-left-radius: 20px !important;
  -moz-border-radius-topleft: 20px !important;
  -moz-border-radius-bottomleft: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2bc253),color-stop(1,#54f054));
  background-image: -moz-linear-gradient(center bottom,#2bc253 37%,#54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  overflow: hidden;
}
.vprogress > .vprogress-base > .vprogress-percent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,0.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.2)),color-stop(.75,rgba(255,255,255,0.2)),color-stop(.75,transparent),to(transparent));
  background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px !important;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  -webkit-border-top-left-radius: 20px !important;
  -webkit-border-bottom-left-radius: 20px !important;
  -moz-border-radius-topleft: 20px !important;
  -moz-border-radius-bottomleft: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  overflow: hidden;
}

/*************************** comment css ***************************/
.timeline-panel-body {
  display: block;
  width: 100%;
  overflow-y: auto;
  background: transparent;
  border-top: 1px dashed #111;
  padding-bottom: 55px;
}
.timeline-panel-body .clip-description {
  display: block;
  height: auto;
  font-size: 110%;
  line-height: 28px;
  padding: 3px 10px;
  color: #aaa;
  background: transparent;
}
.timeline-panel-body .clip-description .info_detail {
  color: #fff;
}
.timeline-panel-body::-webkit-scrollbar {
  display: none;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment {
  padding: 0;
  margin: 0;
  background: transparent;
  /* overflow: auto; */
  border-top: 1px dashed #111;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment li {
  list-style: none;
  padding: 4px 10px;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col {
  width: 90%;
  display: table-cell;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col .comment-info {
  display: table;
  font-size: 80%;
  width: 100%;
  white-space: nowrap;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col .comment-info .comment-info-left {
  display: table-cell;
  padding-right: 10px;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col .comment-info .comment-info-right {
  display: table-cell;
  text-align: right;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col .comment-body {
  display: table;
  width: 100%;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row .comment-col .comment-body .comment-content {
  display: table-cell;
  border-radius: 5px !important;
  padding: 7px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  width: 100%;
  white-space: pre-wrap;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right {
  float: right;
  margin-left: 10%;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right .comment-body .comment-content {
  border-top-right-radius: 0 !important;
  background: #178040;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right.system .comment-body .comment-content {
  border-top-right-radius: 0 !important;
  background: transparent;
  color: #aaa;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right .comment-info-left {
  color: #a6a6a6;
  font-size: 80%;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right .comment-info-right {
  color: #59bf1a;
  font-weight: bolder;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right.system .comment-info-right {
  color: #666;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.system .comment-col .comment-info .comment-info-left {
  display: block;
  text-align: right;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right .comment-body-right {
  display: table-cell;
  vertical-align: top;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-right .comment-body-right span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #178040 transparent transparent transparent;
  border-width: 10px 10px 0 0;
  display: inline-table;
  vertical-align: top;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left {
  float: left;
  margin-right: 10%;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-info-left {
  color: #868320;
  font-weight: bolder;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-info-right {
  color: #a6a6a6;
  font-size: 80%;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-body .comment-content {
  border-top-left-radius: 0 !important;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-body-left {
  display: table-cell;
  vertical-align: top;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-body-left span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color:  transparent transparent transparent;
  border-width: 10px 0 0 10px;
  display: inline-table;
  vertical-align: top;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-body .comment-content {
    background: #178040;
    border-top-left-radius: 0 !important;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-body-left span {
    border-color: #178040 transparent transparent transparent;
}
.timeline-panel-body .timeline-clip-comments .timeline-list-comment .comment-row.comment-left .comment-info-left {
    color: #59bf1a;
}
/********************************** group send css ***********************************/
.group-send {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 10px 10px 20px;
  background: #3E3F41;
}
.group-send > table {
  width: 100%;
}
.group-send > table .col-group-send-left {
  width: 100%;
}
.group-send > table .col-group-send-left .group-send-left {
  background: #ccc !important;
  height: 100%;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 3px !important;
}
.group-send > table .col-group-send-left .group-send-left textarea {
  color: #fff !important;
  background: transparent !important;
  border: 0px !important;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea textarea,
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea pre {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea {
  position: relative;
  max-height: 100px;
  padding: 0;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea textarea,
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea pre {
  padding: 0px;
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
  font: 400 13px/16px "Segoe UI", "Open Sans", sans-serif;
  word-break: break-word;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  width: 100%;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea.active textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  resize: none;
  color: #313f41 !important
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea pre {
  display: none;
}
.group-send > table .col-group-send-left .group-send-left .timeline-expandingArea.active pre {
  display: block;
  visibility: hidden;
}
.group-send .col-group-send-right {
  vertical-align: bottom;
}
.group-send .col-group-send-right .btn {
  padding: 0 0 0 5px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}
.group-send .col-group-send-right .btn.btn-send i {
  color: #fff;
	font-size: 25px;
}

#timeline-responsible-list ul {
  list-style: none;
  padding-left: 10px;
}
.timeline-search  {
  margin: 20px 18px 0px 18px;
}
.timeline-search .input-group {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 5px;
    border: 1px solid #aaa !important;
    background-color: #414244 !important;
}
.timeline-search {
  background-color: #1a1a1a;
  color: #EEE;
}
.timeline-search .input-group input {
  width: 90%;
  border: none !important;
  background: transparent;
  padding-left: 5px;
  font-size: 14px;
}
.timeline-search .input-group input:focus {
  outline: none;
}
#timeline-sub-menu-cams {
  margin-top: 8px;
}
#sub-menu-users-inner .fa-user {
  margin-right: 5px;
  color: #d2d2d2 !important;
}
.timeline-search .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  float: right;
  width: 6%;
}
.timeline-search .input-group-btn a {
  padding: 0;
}
.timeline-search .input-group-btn a i {
  font-size: 1em;
  color: #828282;
}
.timeline-search .remove {
  display: none;
}

/***************************** header style *************************/
.fa-rotate-45 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.menu-on-top-timeline {
  color: #eee;
  cursor: pointer;
  margin-right: 0px;
}

.menu-on-top-timeline i {
  cursor: pointer;
  font-size: 2em !important;
}

.menu-on-top-timeline.active {
  display: block !important;
}

.menu-on-top-timeline:hover, .menu-on-top-timeline.active {
  /* background-color: #2f2f2f; */
  color: #fff;
}

.menu-on-top-timeline-num {
  position: absolute;
  font-size: 9px;
  top: 2px;
  right: -3px;
  padding: 0px 4px;
  background-color: red;
  border-radius: 46%!important;
  color: #fff;font-weight: bold;
}
.menu-on-top-timeline-num.active {
  display: block;
}

.details-captures {
  display: none;
  height: 100%;
  background-color: #414244;
}
#timeline-panel-detail {
  height: 100%;
}

.notification-area i:hover {
  color: #fff;
}
.notification-details-title-area {
  padding: 0 30px 0 15px;
  text-align: center;
}
#timeline-capture_responsible i {
  font-size: 1.9em;
  font-weight: 500;
  margin-right: -5px;
  padding-left: 10px;
  cursor: pointer
}
.notification-details i {
  font-size: 1.8em;
  margin: 3px 0px;
  text-align: left;
}

.back-details-captures {
  cursor: pointer;
}
.back-timeline {
  color: #bbb;
  font-weight: 600;
}
#timeline-icon-bell {
  max-width: 24px;
  margin: 5px 10px;
}
.notification-list-item-left i {
  font: normal normal normal 14px/1 FontAwesome;
}

.notification-area {
  display: none;
  position: fixed;
  top: 32px;
  right: 0;
  width: 360px;
  background-color: #414244;
  height: 100vh;
  color: #fff;
  padding-bottom: 35px;
}

.header_pull .page-header-inner .notification-area::before {
  display: block;
}

.header_pull .page-header-inner.pulled .notification-area::before {
  display: none;
}

.notification-list-area {
  height: 100%;
  overflow: hidden;
}

.notification-list {
  list-style: none;
  height: 100%;
  overflow-y: auto;
  border-top: 1px dashed #2f2f2f;
  padding: 0 0 50px 0;
}

.notification-list::-webkit-scrollbar {
  width: 4px;
}
.notification-list li {
  padding-left: 20px;
  overflow: hidden;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #2f2f2f;
}
.notification-list-item.bold > .notification-list-item-left::before {
  content: '.';
  position: absolute;
  top: -18px;
  left: 36%;
  line-height: 0;
  font-size: 5em;
  color: #0878f9;
}
.notification-list-item.bold .notification-list-item-left img {
  margin-top: 10px;
}
.notification-list-item-left, .notification-list-item-content {
  position: relative;
  float: left;
  color: #eee;
  width: 60%;
}
.notification-list-item-content .description {
  font-size: 0.8em;
  color: #c3c3c3;
}
.notification-list-item-right {
  float: right;
  width: 20%;
  padding: 3px 10px 45px 5px;
  text-align: center;
}
.notification-list-item-right .date, .notification-list-item-right .hours {
  color: #888;
  font-size: 0.8em;
  font-weight: 800;
}
.notification-list-item-left {
  display: flex;
  align-items: center;
  max-width: 20%;
  padding: 2px 0px 6px 23px;
}
.notification-list-item-left img {
  max-width: 50%;
}
.notification-list-title,.notification-details-title {
  text-align: center;
  margin-bottom: 10px;
  line-height: 29px;
  font-size: 18px;
  font-weight: 600;
}
.notification-list-title {
  font-size: 1.4em;
  padding-top: 0;
}
.notification-list-item-content .title-area {
  width: 100%;
  display: table;
}
.notification-list-item-content .title {
  margin: 0 0 5px 0;
  color: #fff;
  cursor: pointer;
  max-width: 85%;
  overflow: hidden;
  float: left;
}
.notification-list-item-content .date {
  width: 15%;
  font-weight: bold;
  color: #bbb;
  white-space: nowrap;
  font-size: 0.8em;
  text-align: center;
  line-height: 19px;
}
.notification-details {
  height: 100%;
  padding-top: 10px;
}
.notification-details-content {
  height: 97%;
  overflow-y: auto;
  padding: 0 25px 50px 25px;
  line-height: 30px;
  padding-top: 10px;
  margin-top: 10px;
  background-color: #2f2f2f;
  margin-left: 2%;
  width: 96%;
}
.notification-details-content::-webkit-scrollbar {
  width: 4px;
}
.notification-details {
  display: none;
}
.fa-angle-left {
  float: left;
}
#btn-detail-capture-timeline{
  display: none;
}
#timeline-sub-menu-cams a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eee !important;
}
#timeline-sub-menu-users-inner li {
  padding: 2px 16px 2px 19px;
}
#timeline-responsible-list ul {
  padding: 0!important;
}
#timeline-sub-menu-users-inner li a {
  text-decoration: none;
}
#timeline-sub-menu-users-inner li a .name {
  font-weight: 600;
}

#timeline-sub-menu-users-inner li a i {
  font-size: 14px;
}
#timeline-sub-menu-cams {
  overflow-y: auto;
}
#timeline-sub-menu-cams::-webkit-scrollbar {
  display: none;
}
#timeline-btn_trash, .capture_detail_title_right .fa-share-square {
  color: #aaa;
}
#timeline-fa-share-square {
  display: none;
   font-size: 1.2em
 }
#timeline-btn_trash:hover {
  color: #ab1420;
}
#timeline-fa-share-square:hover {
  color: #45b6af;
}
#timeline-btn_trash .fa-trash-o {
   font-weight: normal;
 }


#timeline-sub-menu-users-inner li {
  overflow: auto;
  display: flex;
  margin-bottom: 5px;
  padding: 0 15px 0 19px;
}
#timeline-sub-menu-users-inner li.active a {
  background: #dc545f;
}
#timeline-sub-menu-users-inner a {
  float: right;
  width: 80%;
  flex: 1;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 300;
}
#timeline-sub-menu-users-inner img {
  max-width: 20%;
  height: 58px;
  flex: 1;
  background-size: cover!important;
}
#timeline-sub-menu-users-inner li:hover > a {
  background: #dc545f;
}
#timeline-sub-menu-users-inner span.user-note {
  font-size: 0.8em;
  color: #bbb;
}
#timeline-sub-menu-users-inner li {
  margin-left: 0;
}
.header_pull #timeline-responsible-list .responsible-list-back {
  padding-top: 10px;
  font-size: 156% !important;
  background-color: #414244;
  padding-bottom: 5px;
}

#ncms-confirm-dialog {
  display: none;
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 99999;
  overflow: auto;
  width: 310px;
  background-color: #fff;
  border-radius: 8px!important;
}
div#ncms-confirm-dialog-header {
  height: 40px;
  background-color: #333;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
}
div#ncms-confirm-dialog-content {
  text-align: center;
  padding: 15px;
  background-color: #888;
	color: #fff;
}
div#ncms-confirm-dialog-action {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #bbb;
  background-color: #eee;
}
.page-sidebar-menu.page-sidebar-menu-closed > li:hover,
.page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
    box-shadow: none;
}
.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
.timeline-panel-header .timeline-page-sidebar-header .timeline_capture_action_button i.fa {
  padding-right: 0;
  color: #AAAAAA;
}
.timeline-panel-header .timeline-page-sidebar-header .timeline_capture_action_button i.fa:hover {
  color: #F90808;
}

#timeline-page-sidebar-header-detail {
  margin-right: 10px;
}
.comment-right.system{
  width: 80%;
  display: table;
  float: none !important;
  margin-left: 10%;
  margin-right: 10%;
}
.comment-right.system .comment-info-right{
  padding-right: 5px;
}

.comment-right.system .comment-col{
  border: 1px solid #363636;
  border-radius: 8px !important;
  width: 70% !important;
  background: #363636;
}
.comment-right.system .comment-body{
  margin-bottom:-8px;
  margin-top: -8px;
}
.comment-right.system .comment-content{
  font-size: 12px !important;
  text-align: center;  
}
.comment-right.system .comment-body-right span{
  border-color: transparent !important;
}
#timeline_add_ruler {
  white-space: nowrap;
}
#timeline-text-comment::placeholder {
  color: #666;
}
.maxlenght-error-timeline {
    display: none;
    color: red;
    position: absolute;
    top: -15px;
    background-color: #414244;
    padding: 2px 10px;
    width: 100%;
}