#where-in-convention-canvas-svg .tick line {
    stroke: lightgrey;
    stroke-width: 0.5;
    shape-rendering: crispEdges;
}

#where-in-convention-canvas-svg .axis text, #where-in-convention-canvas-svg text {
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
    font-size: 10px;
    shape-rendering: crispEdges;
}

.divider {
    stroke: darkgrey;
    stroke-width: 0.5;
    shape-rendering: crispEdges;
}

.x.axis text {
    display: none;
}

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

.map-committee-clickable-class {
    cursor: pointer;
    pointer-events: all;
}

div.map-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: 10px;
}

/*
.convention-list-view-cell {
    display: inline-block;
    vertical-align:top;
    width: 130px;
    height: 140px;
    padding: 10px;
    margin: 5px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    border: 1px solid #ccc;
    font-size: 12px;
    cursor: pointer;
}
*/
.session_selected {
    stroke: #bf3e11;
    stroke-opacity: 1;
    stroke-width: 2;
}
.stroke-cell-session-class {
    stroke: #dd4814;
    stroke-opacity: 1.0;
    stroke-width: 0.5;
}
.session_on_map_clickable, .committee_on_map_clickable {
    cursor: pointer;
    pointer-events: all;
}
.document-name-td {
    width: 750px;
}
div.event-tooltip, div.network-tooltip, div.map-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: 10px;
}
div.graph-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;
}
div.network-tooltip, div.graph-tooltip {
    z-index: 10000;
}
#document-tree-modal .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
#document-network-modal .modal-body, #document-graph-feedback-modal .modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: auto;
}
#document-network-modal .modal-content, #document-graph-feedback-modal .modal-content  {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
}
#document-network-modal .modal-dialog, #document-graph-feedback-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
}
.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}
.selected, .grid-selected {
    stroke-width: 2px;
    stroke: #bf3e11;
}
.path-selected {
    stroke: #000;
    stroke-width: 1px;
}
.pointer {
    cursor: pointer;
}
#canvas-document-network path.link, #canvas-document-graph-feedback path.link {
  fill: none;
  stroke: #666;
  stroke-width: 1.5px;
}
#canvas-document-network circle, #canvas-document-graph-feedback circle {
  fill: #ccc;
  stroke: #fff;
  stroke-width: 1.5px;
}
#canvas-document-network text, #canvas-document-graph-feedback text {
  fill: #dd4814;
  font-size: 10px;
  pointer-events: all;
}
#canvas-document-network .node, #canvas-document-graph-feedback .node {
    cursor: pointer;
}