.selected {
    stroke-width: 2px;
    stroke: #bf3e11;
}

.popover {
    max-width: 600px !important;
}

.path-selected {
    stroke: #000;
    stroke-width: 1px;
}

.event {
    cursor: pointer;
}

.snapshot-heading {
    padding: 5px !important;
    margin: 0px;
    font-size: 12px;
}

.row-snapshot-view-heading {
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
}

#list-current-documents, #list-pending-proposals {
    font-size: 12px;
    margin-bottom: 0px;
    border-collapse: collapse;
}

#list-current-documents tr:first-child td, #list-pending-proposals tr:first-child td {
    border-top: none;
}

.cell_left_selected {
    border-bottom: 2px dashed #bf3e11;
    border-top: 2px dashed #bf3e11 !important;
    border-left: 2px dashed #bf3e11;
}

.cell_right_selected {
    border-bottom: 2px dashed #bf3e11;
    border-top: 2px dashed #bf3e11 !important;
    border-right: 2px dashed #bf3e11;
}

.current-document-text, .current-pending-proposal-text {
    display: none;
}

.popover {
    font-size: 12px;
}

.documents-row {
    cursor: pointer;
}

#proposed-text-container, #intermediate-text-container,
#agreed-text-container, #markup-text-container {
    margin-top: 10px;
    margin-left: 10px;
}

.document-display {
    fill: #c8a57d;
    stroke: #c0996b;
    fill-opacity: 0.05;
}

.ADD {
    fill: #d0d8ea;
    stroke: #8da0cb;
}

.DELETE {
    fill: #fdc5af;
    stroke: #fc8d62;
}

.changes-display {
    fill-opacity: 0.45;
}

.voted-adopted {
    fill: #976BAE;
    stroke: #74449B;
    opacity: 0.3;
}

.textdeleted {
    background: #fdc5af;
}

.textinserted {
    background: #d0d8ea;
}

.pointer {
    cursor:pointer;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

/*div.tooltip, div.event-tooltip {*/
div.event-tooltip {
    line-height: 1;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    position: absolute;
    pointer-events: none;
    font-size: 12px;
}
/* Styling for the keywords chart */

.bar-in-convention {
    fill: #4b80c2;
    stroke: #4b80c2;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.bar-in-session {
    fill: #84a8d5;
    stroke: #84a8d5;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.axis {
  font-size: 10px;
}

.y.axis {
    font-size: 12px;;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.end-label-convention, .end-label-session {
    fill: #000;
    font-size: 10px;
}

/* Styling for the commentaries */

.node-commentary rect {
      cursor: pointer;
      fill: #fff;
      fill-opacity: .5;
      stroke: #b2b2b2;
      stroke-width: 1px;
}

.node-commentary text {
    color: #777777;
    pointer-events: none;
}

.commentary_header {
    font-size: 14px;
    font-weight: bold;
}

.commentary_header rect {
    fill: #bcbcbc;
}

.commentary_collection {
    font-size: 12px;
    font-weight: bold;
}

.commentary_collection rect {
    fill: #d9d9d9;
}

.commentary_item {
    font-size: 12px;
}

path.link-commentary {
  fill: none;
  stroke: #b2b2b2;
  stroke-width: 1.5px;
}

/* Styling for the resources */

.node-resource rect {
    /*cursor: pointer;*/
    fill: #fff;
    fill-opacity: .5;
    stroke: #b2b2b2;
    stroke-width: 1px;
}

.node-resource a {
    cursor: pointer;
}

.node-resource .not-a-link {
    color: #777777;
    pointer-events: none;
}

.node-resource .a-link {
    color: #777777;
    cursor: pointer;
}

.resource_header {
    font-size: 14px;
    font-weight: bold;
}

.resource_header rect {
    fill: #bcbcbc;
}

.resource_collection {
    font-size: 12px;
    font-weight: bold;
}

.resource_collection rect {
    fill: #d9d9d9;
}

.resource_item {
    font-size: 12px;
}

path.link-resource {
  fill: none;
  stroke: #b2b2b2;
  stroke-width: 1.5px;
}

.previous-next-sessions-icon {
    width: 18px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 10px;
}

.popover-title .close{
        position: relative;
        bottom: 3px;
    }

path.arc {
  cursor: move;
  fill: #fff;
}
/*
.tooltip {
    line-height: 1.3;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    position: absolute;
    pointer-events: none;
    font-size: 12px;
}
*/
.link-network {
    stroke: #000;
}

.node-network {
    fill: #ccc;
    stroke: #000;
}

.related-event-icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.list-group-item {
    border-top: 1px solid #dddddd !important;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dddddd !important;
}
