
#d3-time-line, #d3-media-brush, #d3-map-brush {
  font-family: Segoe UI, sans-serif, arial;
}

#d3-time-line svg, #d3-time-line body, #d3-media-brush svg, #d3-media-brush body, #d3-map-brush svg, #d3-map-brush body {
  font: 12px sans-serif;
}

#d3-time-line .area, #d3-media-brush .area, #d3-map-brush .area {
  fill: lightgray;
  clip-path: url(#clip);
}

#d3-time-line g.brushTLTextG, #d3-media-brush g.brushTLTextG, #d3-map-brush g.brushTLTextG {
  cursor: pointer;
}

#d3-time-line .axis path, #d3-time-line .axis line, #d3-media-brush .axis path, #d3-media-brush .axis line, #d3-map-brush .axis path, #d3-map-brush .axis line {
  fill: none;
  stroke-width: 3px;
  stroke: #b2cde5;
  shape-rendering: crispEdges;
}

#d3-time-line rect.TLBlock, #d3-media-brush rect.TLBlock, #d3-map-brush rect.TLBlock {
  fill: #0d7cca;
}

#d3-time-line .brushTLTextRect, #d3-media-brush .brushTLTextRect, #d3-map-brush .brushTLTextRect {
  fill: #0d7cca;
  stroke-width: 1.5px;
  stroke: black;
}

#d3-time-line .brush .extent, #d3-media-brush .brush .extent, #d3-map-brush .brush .extent {
  stroke: #0d7cca;
  fill: #0d7cca;
  fill-opacity: .1;
  shape-rendering: crispEdges;
  clip-path: url(#clip);
}

#d3-time-line .zoomTimeLineContainer, #d3-media-brush .zoomTimeLineContainer, #d3-map-brush .zoomTimeLineContainer {
  cursor: move;
}

#d3-time-line rect.pane, #d3-media-brush rect.pane, #d3-map-brush rect.pane {
  fill: none;
  pointer-events: all;
}

#d3-time-line .zoomYAxisTimeLine, #d3-media-brush .zoomYAxisTimeLine, #d3-map-brush .zoomYAxisTimeLine {
  cursor: move;
}

#d3-time-line .y-axis-Container > .y.axis > .tick > text, #d3-media-brush .y-axis-Container > .y.axis > .tick > text, #d3-map-brush .y-axis-Container > .y.axis > .tick > text {
  fill: black;
}

#d3-time-line .hidden-axis > .tick > text, #d3-media-brush .hidden-axis > .tick > text, #d3-map-brush .hidden-axis > .tick > text {
  fill: transparent !important;
}

#d3-time-line .hidden-axis > .tick > line, #d3-media-brush .hidden-axis > .tick > line, #d3-map-brush .hidden-axis > .tick > line {
  stroke: transparent;
}

#d3-time-line .hidden-axis .domain, #d3-media-brush .hidden-axis .domain, #d3-map-brush .hidden-axis .domain {
  stroke-dasharray: 2, 6;
  stroke-width: 2px;
}

#d3-time-line .pathBefore, #d3-media-brush .pathBefore, #d3-map-brush .pathBefore {
  fill: #d1d1d1;
  stroke-width: 2px;
  stroke: #d1d1d1;
}

#d3-time-line .active .pathBefore, #d3-media-brush .active .pathBefore, #d3-map-brush .active .pathBefore {
  fill: #d1d1d1;
  stroke-width: 2px;
  stroke: #9cb9d6;
}

#d3-time-line .tagBefore, #d3-media-brush .tagBefore, #d3-map-brush .tagBefore {
  fill: transparent;
}

#d3-time-line .active .tagBefore, #d3-media-brush .active .tagBefore, #d3-map-brush .active .tagBefore {
  fill: #9cb9d6;
}

#d3-time-line .pathAfter, #d3-media-brush .pathAfter, #d3-map-brush .pathAfter {
  fill: #fff;
}

#d3-time-line .TLBubbleTickText, #d3-media-brush .TLBubbleTickText, #d3-map-brush .TLBubbleTickText {
  alignment-baseline: middle;
  dominant-baseline: middle;
  font-size: 18px;
  fill: #333;
}

#d3-time-line .TLBubbleTickText.afterEdge, #d3-media-brush .TLBubbleTickText.afterEdge, #d3-map-brush .TLBubbleTickText.afterEdge {
  alignment-baseline: text-after-edge;
  dominant-baseline: text-after-edge;
}

#d3-time-line .divIconImage, #d3-media-brush .divIconImage, #d3-map-brush .divIconImage {
  cursor: pointer;
}

#d3-time-line .divContent, #d3-media-brush .divContent, #d3-map-brush .divContent {
  cursor: default;
  background: transparent;
  position: inherit;
}

#d3-time-line .bubbleBodyD3, #d3-media-brush .bubbleBodyD3, #d3-map-brush .bubbleBodyD3 {
  padding: 11px 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(167, 168, 197, 0.55);
  -moz-box-shadow: 0 2px 4px 0 rgba(167, 168, 197, 0.55);
  box-shadow: 0 2px 4px 0 rgba(167, 168, 197, 0.55);
  border: solid 2px #d1d1d1;
  margin-top: -1px;
}

#d3-time-line .incomingItem.bubbleBodyD3, #d3-media-brush .incomingItem.bubbleBodyD3, #d3-map-brush .incomingItem.bubbleBodyD3 {
  border-radius: 0px 10px 5px 5px;
}

#d3-time-line .commonItem.bubbleBodyD3, #d3-media-brush .commonItem.bubbleBodyD3, #d3-map-brush .commonItem.bubbleBodyD3 {
  border-radius: 10px 10px 10px 10px;
}

#d3-time-line .outgoingItem.bubbleBodyD3, #d3-media-brush .outgoingItem.bubbleBodyD3, #d3-map-brush .outgoingItem.bubbleBodyD3 {
  border-radius: 10px 0px 5px 5px;
}

#d3-time-line p.lineClamp img, #d3-media-brush p.lineClamp img, #d3-map-brush p.lineClamp img {
  width: 100%;
}

#d3-time-line svg.large, #d3-media-brush svg.large, #d3-map-brush svg.large { /* .containerMenu { left: 400px; } .selectContainer { left: 370px; } .bubbleBodyD3 { width: 440px; }*/
}

#d3-time-line svg.small, #d3-media-brush svg.small, #d3-map-brush svg.small { /* .containerMenu { left: 340px; } .selectContainer { left: 310px; } .bubbleBodyD3 { width: 380px; }*/
}

#d3-time-line .active .bubbleBodyD3, #d3-media-brush .active .bubbleBodyD3, #d3-map-brush .active .bubbleBodyD3 {
  border: solid 2px #9cb9d6 !important;
  margin-top: -1px;
}

#d3-time-line .us ername:before, #d3-media-brush .us ername:before, #d3-map-brush .us ername:before {
  content: 'From: ' !important;
  padding-bottom: 10px;
}

#d3-time-line .TL-header .username, #d3-media-brush .TL-header .username, #d3-map-brush .TL-header .username {
  margin-left: 0px !important;
}

#d3-time-line .TL-header, #d3-media-brush .TL-header, #d3-map-brush .TL-header {
  margin-bottom: 0px !important;
  float: none !important;
}

#d3-time-line svg.zoom-0 .zoomChild-1, #d3-media-brush svg.zoom-0 .zoomChild-1, #d3-map-brush svg.zoom-0 .zoomChild-1 {
  display: none;
}

#d3-time-line svg.zoom-0 .TLBubbleTickText, #d3-media-brush svg.zoom-0 .TLBubbleTickText, #d3-map-brush svg.zoom-0 .TLBubbleTickText {
  display: none;
}

#d3-time-line svg.zoom-1 .TLBubbleTickText, #d3-media-brush svg.zoom-1 .TLBubbleTickText, #d3-map-brush svg.zoom-1 .TLBubbleTickText {
  display: none;
}

#d3-time-line svg.zoom-1 .zoomChild-1, #d3-media-brush svg.zoom-1 .zoomChild-1, #d3-map-brush svg.zoom-1 .zoomChild-1 {
  display: none;
}

#d3-time-line svg.zoom-2 .zoomChild-2, #d3-media-brush svg.zoom-2 .zoomChild-2, #d3-map-brush svg.zoom-2 .zoomChild-2 {
  display: none;
}

#d3-time-line svg.zoom-3 .zoomChild-3, #d3-media-brush svg.zoom-3 .zoomChild-3, #d3-map-brush svg.zoom-3 .zoomChild-3 {
  display: none;
}

#d3-time-line svg.zoom-4 .zoomChild-4, #d3-media-brush svg.zoom-4 .zoomChild-4, #d3-map-brush svg.zoom-4 .zoomChild-4 {
  display: none;
}

#d3-time-line svg.zoom-5 .zoomChild-5, #d3-media-brush svg.zoom-5 .zoomChild-5, #d3-map-brush svg.zoom-5 .zoomChild-5 {
  display: none;
}

#d3-time-line svg.zoom-2 .bubbleTinyG, #d3-time-line svg.zoom-3 .bubbleTinyG, #d3-time-line svg.zoom-4 .bubbleTinyG, #d3-time-line svg.zoom-5 .bubbleTinyG, #d3-media-brush svg.zoom-2 .bubbleTinyG, #d3-media-brush svg.zoom-3 .bubbleTinyG, #d3-media-brush svg.zoom-4 .bubbleTinyG, #d3-media-brush svg.zoom-5 .bubbleTinyG, #d3-map-brush svg.zoom-2 .bubbleTinyG, #d3-map-brush svg.zoom-3 .bubbleTinyG, #d3-map-brush svg.zoom-4 .bubbleTinyG, #d3-map-brush svg.zoom-5 .bubbleTinyG {
  display: none;
}

#d3-time-line .user-icon, #d3-media-brush .user-icon, #d3-map-brush .user-icon {
  width: 32px;
  height: 32px;
  background-color: #1e91e1;
  border: 0px solid #000;
  border-radius: 50%;
}

#d3-time-line .title, #d3-media-brush .title, #d3-map-brush .title {
  margin-bottom: 5px;
  font-family: Segoe UI, sans-serif, arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4c4d;
  padding-left: 11px;
}

#d3-time-line .subject, #d3-media-brush .subject, #d3-map-brush .subject {
  padding: 0 11px;
  width: 100%;
  font-family: Segoe UI, sans-serif, arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4c4d;
}

#d3-time-line .bubbleFooter, #d3-media-brush .bubbleFooter, #d3-map-brush .bubbleFooter {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f4f5;
  margin: 13px -13px -11px -13px;
}

#d3-time-line .bubbleFooter .appImage, #d3-media-brush .bubbleFooter .appImage, #d3-map-brush .bubbleFooter .appImage {
  width: 25px;
  height: 25px;
  margin: 3px 5px 8px 12px;
}

#d3-time-line .bubbleFooter .smallImage, #d3-media-brush .bubbleFooter .smallImage, #d3-map-brush .bubbleFooter .smallImage {
  width: 15px;
  height: 15px;
  margin: 13px;
}

#d3-time-line .bubbleFooter .appName, #d3-media-brush .bubbleFooter .appName, #d3-map-brush .bubbleFooter .appName {
  width: 54px;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.9;
  letter-spacing: normal;
  color: #4b4c4d;
}

#d3-time-line svg.zoom-4 .TLBubbleContentObj .attachementImage.lineClampSingle, #d3-media-brush svg.zoom-4 .TLBubbleContentObj .attachementImage.lineClampSingle, #d3-map-brush svg.zoom-4 .TLBubbleContentObj .attachementImage.lineClampSingle {
  max-width: 20px;
}

#d3-time-line svg.zoom-3 .TLBubbleContentObj .lineClamp, #d3-time-line .lineClampSingle, #d3-media-brush svg.zoom-3 .TLBubbleContentObj .lineClamp, #d3-media-brush .lineClampSingle, #d3-map-brush svg.zoom-3 .TLBubbleContentObj .lineClamp, #d3-map-brush .lineClampSingle {
  display: -webkit-box;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#d3-time-line svg.zoom-3 .TLBubbleContentObj .bubbleFooter, #d3-media-brush svg.zoom-3 .TLBubbleContentObj .bubbleFooter, #d3-map-brush svg.zoom-3 .TLBubbleContentObj .bubbleFooter {
  display: none;
}

#d3-time-line svg.zoom-4 .TLBubbleContentObj .attachementImage, #d3-media-brush svg.zoom-4 .TLBubbleContentObj .attachementImage, #d3-map-brush svg.zoom-4 .TLBubbleContentObj .attachementImage {
  max-width: 40px;
}

#d3-time-line svg.zoom-3 .TLBubbleContentObj .attachementImage, #d3-media-brush svg.zoom-3 .TLBubbleContentObj .attachementImage, #d3-map-brush svg.zoom-3 .TLBubbleContentObj .attachementImage {
  max-width: 20px;
}

#d3-time-line svg.zoom-4 .TLBubbleContentObj .lineClamp, #d3-media-brush svg.zoom-4 .TLBubbleContentObj .lineClamp, #d3-map-brush svg.zoom-4 .TLBubbleContentObj .lineClamp {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#d3-time-line .from-camera, #d3-media-brush .from-camera, #d3-map-brush .from-camera {
  position: fixed !important;
  top: 59px !important;
  left: 31px !important;
  z-index: 0;
}

#d3-time-line .url, #d3-media-brush .url, #d3-map-brush .url {
  word-wrap: break-word;
}

#d3-time-line p, #d3-media-brush p, #d3-map-brush p {
  text-align: justify;
  word-wrap: break-word;
  margin: 0 !important;
}

#d3-time-line .p-l-11, #d3-media-brush .p-l-11, #d3-map-brush .p-l-11 {
  padding-left: 11px !important;
}

#d3-time-line .m-b-20, #d3-media-brush .m-b-20, #d3-map-brush .m-b-20 {
  margin-bottom: 20px;
}

#d3-time-line .m-b-10, #d3-media-brush .m-b-10, #d3-map-brush .m-b-10 {
  margin-bottom: 10px;
}

#d3-time-line svg.large .attachementImage, #d3-media-brush svg.large .attachementImage, #d3-map-brush svg.large .attachementImage {
  height: 118px;
  width: 118px;
  margin: 5px;
}

#d3-time-line svg.small .attachementImage, #d3-media-brush svg.small .attachementImage, #d3-map-brush svg.small .attachementImage {
  height: 98px;
  width: 98px;
  margin: 5px;
}

#d3-time-line .attachement, #d3-media-brush .attachement, #d3-map-brush .attachement {
  height: 100%;
  width: 100%;
  margin: 5px;
  border: 1px solid #c0c0c0;
}

#d3-time-line rect.dateSepaRect, #d3-media-brush rect.dateSepaRect, #d3-map-brush rect.dateSepaRect {
  fill: #456481;
}

#d3-time-line .dragContainer, #d3-media-brush .dragContainer, #d3-map-brush .dragContainer {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  cursor: pointer;
  background-image: url(../assets/img/icons/drag.svg);
}

#d3-time-line .dateSepaText, #d3-media-brush .dateSepaText, #d3-map-brush .dateSepaText {
  text-anchor: middle;
  alignment-baseline: middle;
  fill: #fff;
}

#d3-time-line .selectContainer, #d3-time-line .containerMenu, #d3-media-brush .selectContainer, #d3-media-brush .containerMenu, #d3-map-brush .selectContainer, #d3-map-brush .containerMenu {
  cursor: pointer;
  background: white;
}

#d3-time-line .selectContainer, #d3-time-line .TLBubble:not(.active) .selectContainer, #d3-time-line .TLBubble:not(.active) .divContent .selectContainer, #d3-media-brush .selectContainer, #d3-media-brush .TLBubble:not(.active) .selectContainer, #d3-media-brush .TLBubble:not(.active) .divContent .selectContainer, #d3-map-brush .selectContainer, #d3-map-brush .TLBubble:not(.active) .selectContainer, #d3-map-brush .TLBubble:not(.active) .divContent .selectContainer {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-image: url(../assets/img/icons/unchecked.png);
}

#d3-time-line .active .selectContainer, #d3-media-brush .active .selectContainer, #d3-map-brush .active .selectContainer {
  content: "";
  width: 25px;
  display: block;
  margin-left: 5px;
  height: 25px;
  background-image: url(../assets/img/icons/checked.png);
}

#d3-time-line svg.zoom-4 .selectContainer, #d3-time-line svg.zoom-4 .active .selectContainer, #d3-time-line svg.zoom-4 .TLBubble:not(.active):hover .selectContainer, #d3-time-line svg.zoom-4 .TLBubble:not(.active) .divContent:hover .selectContainer, #d3-media-brush svg.zoom-4 .selectContainer, #d3-media-brush svg.zoom-4 .active .selectContainer, #d3-media-brush svg.zoom-4 .TLBubble:not(.active):hover .selectContainer, #d3-media-brush svg.zoom-4 .TLBubble:not(.active) .divContent:hover .selectContainer, #d3-map-brush svg.zoom-4 .selectContainer, #d3-map-brush svg.zoom-4 .active .selectContainer, #d3-map-brush svg.zoom-4 .TLBubble:not(.active):hover .selectContainer, #d3-map-brush svg.zoom-4 .TLBubble:not(.active) .divContent:hover .selectContainer {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

#d3-time-line svg.zoom-4 .active .containerMenu, #d3-time-line svg.zoom-4 .TLBubble:not(.active):hover .containerMenu, #d3-time-line svg.zoom-4 .TLBubble:not(.active) .divContent:hover .containerMenu, #d3-media-brush svg.zoom-4 .active .containerMenu, #d3-media-brush svg.zoom-4 .TLBubble:not(.active):hover .containerMenu, #d3-media-brush svg.zoom-4 .TLBubble:not(.active) .divContent:hover .containerMenu, #d3-map-brush svg.zoom-4 .active .containerMenu, #d3-map-brush svg.zoom-4 .TLBubble:not(.active):hover .containerMenu, #d3-map-brush svg.zoom-4 .TLBubble:not(.active) .divContent:hover .containerMenu {
  background-size: 40px 40px;
  background-position: center;
  width: 20px;
  height: 20px;
}

#d3-time-line svg.zoom-3 .selectContainer, #d3-time-line svg.zoom-3 .active .selectContainer, #d3-time-line svg.zoom-3 .TLBubble:not(.active):hover .selectContainer, #d3-time-line svg.zoom-3 .TLBubble:not(.active) .divContent:hover .selectContainer, #d3-media-brush svg.zoom-3 .selectContainer, #d3-media-brush svg.zoom-3 .active .selectContainer, #d3-media-brush svg.zoom-3 .TLBubble:not(.active):hover .selectContainer, #d3-media-brush svg.zoom-3 .TLBubble:not(.active) .divContent:hover .selectContainer, #d3-map-brush svg.zoom-3 .selectContainer, #d3-map-brush svg.zoom-3 .active .selectContainer, #d3-map-brush svg.zoom-3 .TLBubble:not(.active):hover .selectContainer, #d3-map-brush svg.zoom-3 .TLBubble:not(.active) .divContent:hover .selectContainer {
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

#d3-time-line svg.zoom-3 .active .containerMenu, #d3-time-line svg.zoom-3 .TLBubble:not(.active):hover .containerMenu, #d3-time-line svg.zoom-3 .TLBubble:not(.active) .divContent:hover .containerMenu, #d3-media-brush svg.zoom-3 .active .containerMenu, #d3-media-brush svg.zoom-3 .TLBubble:not(.active):hover .containerMenu, #d3-media-brush svg.zoom-3 .TLBubble:not(.active) .divContent:hover .containerMenu, #d3-map-brush svg.zoom-3 .active .containerMenu, #d3-map-brush svg.zoom-3 .TLBubble:not(.active):hover .containerMenu, #d3-map-brush svg.zoom-3 .TLBubble:not(.active) .divContent:hover .containerMenu {
  background-size: 34px 34px;
  background-position: center;
  width: 18px;
  height: 18px;
}

#d3-time-line .containerMenu, #d3-media-brush .containerMenu, #d3-map-brush .containerMenu {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 10px;
  background-position: center;
  background-image: url(../assets/img/menuBG.png);
}

#d3-time-line .TLBubble:not(.active):hover .containerMenu, #d3-time-line .active .containerMenu, #d3-media-brush .TLBubble:not(.active):hover .containerMenu, #d3-media-brush .active .containerMenu, #d3-map-brush .TLBubble:not(.active):hover .containerMenu, #d3-map-brush .active .containerMenu {
  display: inline-block;
}

#d3-time-line .font-normal, #d3-media-brush .font-normal, #d3-map-brush .font-normal {
  font-weight: normal;
}

.brushTimeLineDateBlock {
  display: none;
}

.TLBubble .divIcon, .TLBubble .TLBubbleTickText, .TLBubble body.divContent, .TLBubble path, .TLBubble .tagG {
  display: none;
}

.show-all .TLBubble .divIcon, .show-all .TLBubble .TLBubbleTickText, .show-all .TLBubble body.divContent, .show-all .TLBubble path, .show-all .TLBubble .tagG {
  display: block;
}

.show-all .brushTimeLineDateBlock {
  display: block;
}

.hide-deleted .child-deleted .divIcon, .hide-deleted .child-deleted .TLBubbleTickText, .hide-deleted .child-deleted body.divContent, .hide-deleted .child-deleted path, .hide-deleted .child-deleted .tagG {
  display: none;
}

.hide-case-related .child-case-related .divIcon, .hide-case-related .child-case-related .TLBubbleTickText, .hide-case-related .child-case-related body.divContent, .hide-case-related .child-case-related path, .hide-case-related .child-case-related .tagG {
  display: none;
}

.hide-important .child-important .divIcon, .hide-important .child-important .TLBubbleTickText, .hide-important .child-important body.divContent, .hide-important .child-important path, .hide-important .child-important .tagG {
  display: none;
}

.hide-important .rect-important {
  display: none;
}

.hide-child-exploitation .child-child-exploitation .divIcon, .hide-child-exploitation .child-child-exploitation .TLBubbleTickText, .hide-child-exploitation .child-child-exploitation body.divContent, .hide-child-exploitation .child-child-exploitation path, .hide-child-exploitation .child-child-exploitation .tagG {
  display: none;
}

.hide-child-exploitation .rect-child-exploitation {
  display: none;
}

.hide-money-trail .child-money-trail .divIcon, .hide-money-trail .child-money-trail .TLBubbleTickText, .hide-money-trail .child-money-trail body.divContent, .hide-money-trail .child-money-trail path, .hide-money-trail .child-money-trail .tagG {
  display: none;
}

.hide-money-trail .rect-money-trail {
  display: none;
}

.case-related-only .TLBubble .divIcon, .case-related-only .TLBubble .TLBubbleTickText, .case-related-only .TLBubble body.divContent, .case-related-only .TLBubble path, .case-related-only .TLBubble .tagG, .case-related-only .TLBubble .TLBubbleTinyIconObj {
  display: none;
}

.case-related-only .brushTimeLineDateBlock {
  display: none;
}

.case-related-only .child-case-related .divIcon, .case-related-only .child-case-related .TLBubbleTickText, .case-related-only .child-case-related body.divContent, .case-related-only .child-case-related path, .case-related-only .child-case-related .tagG, .case-related-only .child-case-related .TLBubbleTinyIconObj {
  display: block;
}

.case-related-only .rect-case-related {
  display: block;
}

#d3-time-line.not-file .child-file .divIcon, #d3-time-line.not-file .child-file .TLBubbleTickText, #d3-time-line.not-file .child-file body.divContent, #d3-time-line.not-file .child-file path, #d3-time-line.not-file .child-file .tagG {
  display: none;
}

#d3-time-line.not-group .child-group .divIcon, #d3-time-line.not-group .child-group .TLBubbleTickText, #d3-time-line.not-group .child-group body.divContent, #d3-time-line.not-group .child-group path, #d3-time-line.not-group .child-group .tagG {
  display: none;
}

#d3-time-line.not-location .child-location .divIcon, #d3-time-line.not-location .child-location .TLBubbleTickText, #d3-time-line.not-location .child-location body.divContent, #d3-time-line.not-location .child-location path, #d3-time-line.not-location .child-location .tagG {
  display: none;
}

#d3-time-line.not-media .child-media .divIcon, #d3-time-line.not-media .child-media .TLBubbleTickText, #d3-time-line.not-media .child-media body.divContent, #d3-time-line.not-media .child-media path, #d3-time-line.not-media .child-media .tagG {
  display: none;
}

#d3-time-line.not-one_to_one .child-one_to_one .divIcon, #d3-time-line.not-one_to_one .child-one_to_one .TLBubbleTickText, #d3-time-line.not-one_to_one .child-one_to_one body.divContent, #d3-time-line.not-one_to_one .child-one_to_one path, #d3-time-line.not-one_to_one .child-one_to_one .tagG {
  display: none;
}

#d3-time-line.not-search .child-search .divIcon, #d3-time-line.not-search .child-search .TLBubbleTickText, #d3-time-line.not-search .child-search body.divContent, #d3-time-line.not-search .child-search path, #d3-time-line.not-search .child-search .tagG {
  display: none;
}

#d3-time-line.not-social .child-social .divIcon, #d3-time-line.not-social .child-social .TLBubbleTickText, #d3-time-line.not-social .child-social body.divContent, #d3-time-line.not-social .child-social path, #d3-time-line.not-social .child-social .tagG {
  display: none;
}

#d3-time-line.not-browse .child-browse .divIcon, #d3-time-line.not-browse .child-browse .TLBubbleTickText, #d3-time-line.not-browse .child-browse body.divContent, #d3-time-line.not-browse .child-browse path, #d3-time-line.not-browse .child-browse .tagG {
  display: none;
}

.map-title:before {
  content: 'Location: ' !important;
}

.context-menu, .sub-menu {
  position: absolute;
  display: none;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  min-width: 154px;
  z-index: 1200;
}

.context-menu ul {
  min-width: 154px;
}

.context-menu ul li.has-sub-menu:after {
  content: "";
  background: url(../assets/img/icons/arrow-dropdown.png) no-repeat;
  display: inline-block;
  width: 6.4px;
  background-position: center;
  height: 9.2px;
  float: right;
  margin-top: 4px;
}

.sub-menu ul {
  min-width: 267px;
}

.context-menu ul, .sub-menu ul {
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: default;
}

.context-menu ul li, .sub-menu ul li {
  padding: 6px 7px 6px 16px;
  height: 27px;
  font-size: 12px;
  text-align: left;
  color: #212b35;
  box-shadow: inset 0 -1px 0 0 #dfe3e8;
}

.context-menu ul li:hover, .sub-menu ul li:hover {
  background-color: #ffc200;
}

.bubbleBodyD3Title {
  display: inline-flex;
}

#timeLineContainer2 .cg-busy {
  display: block;
}

#timeLineContainer2 .cg-busy-default-sign {
  top: 250px;
  left: calc(50% - 45px);
  border-top-left-radius: 7px;
  border-top-width: 1px;
  border-top-right-radius: 7px;
}

.p-15 {
  padding: 0 15px !important;
}

.TLBubbleContainer mark, #fullContentModal-body mark {
  padding: .2em;
  background-color: #f8b435 !important;
}

#d3-map-brush {
  position: absolute;
  z-index: 999;
  top: 130px !important;
  right: 10px;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  font: 12px sans-serif !important;
}

.clear {
  background: url(../assets/img/remove.png) no-repeat;
  background-size: 30px auto;
  right: 75px;
  top: 66%;
  border: none;
  position: absolute;
  outline: 0;
  height: 90%;
  display: block;
  width: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: auto auto;
  margin-top: 0;
}

#d3-time-line-brush {
  position: absolute;
  z-index: 999;
  top: 5px !important;
  right: 10px;
  padding: 5px;
  font: 12px sans-serif !important;
}

.jumpToTimeline {
  background: url(../assets/img/icons/jumpToTimeline.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
}

.blackBG{
  background: #ebebeb;
  margin:-10px;
}