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

.font-color {
    color: #dd4814;
}

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

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

.event, .add-a-commentary-button {
    cursor: pointer;
}

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

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

#list-current-documents, #list-pending-proposals {
    font-size: 1rem;
    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 groove #bf3e11;
    border-top: 2px groove #bf3e11 !important;
    border-left: 2px groove #bf3e11;
}

.cell_middle_selected {
    border-top: 2px groove #bf3e11 !important;
    border-bottom: 2px groove #bf3e11 !important;
    border-left: none!important;
    border-right: none!important;
}

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

.pending_cell_left_selected {
    border-bottom: 3px dotted #bf3e11;
    border-top: 3px dotted #bf3e11 !important;
    border-left: 3px dotted #bf3e11;
}

.pending_cell_right_selected {
    border-bottom: 3px dotted #bf3e11;
    border-top: 3px dotted #bf3e11 !important;
    border-right: 3px dotted #bf3e11;
}

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

.popover {
    font-size: 12px;
}

.documents-row.document-pending-too, .documents-row.final-document {
    cursor: pointer;
}

#list-pending-proposals .documents-row {
    cursor: pointer;
}

#summary-resources {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#summary-resources .event-main-description .description-text {
  margin-top: 25px;
}

#summary-resources div.event-additional-descriptions {
  margin-top: 25px;
}

#summary-resources h1.event-description-heading {
  font-size: 14pt;
}

#summary-resources h2.event-description-heading {
  font-size: 12pt;
}



#summary-resources .event-additional-description div {
  margin-top: 20px;
}


#summary-resources .event-main-description .description-text p {
  font-size: 12pt;
}

#summary-resources .event-additional-description .description-text p {
  font-size: 11pt;
}


#summary-resources .description-text p {
  text-align: justify;
}

#summary-resources .description-citation p {
  font-size: 10pt;
  text-align: right;
}

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

.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.event-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;
}
/* 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: 10px;;
}

.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;
}

.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;
}
*/
path {
    cursor: pointer;
}

.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;
}

#details-resources .row {
    margin-left: 0px;
    margin-right: 0px;
}

.summary-icon {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pending-proposal-table {
    margin-bottom: 0px;
}

.pending-proposal-table tr:first-child {
    border-top: 1px solid #dddddd !important;
}

.current-document-cell {
    margin-bottom: 5px;
}

.list-view-person {
    background-color: #fbf5f8;
}

.list-view-doc {
    background-color: #fbf8f5;
}

.list-view-vote {
    background-color: #f8f5fb;
}

.list-view-procedural {
    background-color: #f4f0f6;
}

#table-event-descriptions {
    font-size: 13px;
}

.event-descriptions-event-td {
    min-width: 180px;
    cursor: pointer;
}

.event-descriptions-icon {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.g_previous_session_arrow_class {
    cursor: pointer;
}

#btn-expand-doc-view, #btn-documents-proposals-view {
    color: #333333;
    background: transparent;
    border: none;
}

#compare-texts-modal {
    padding: 0px !important;
}

#compare-texts-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
}

#compare-texts-modal .modal-content {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
}


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

.a_cell_right_selected {
    border-bottom: 2px dashed #bf3e11;
    border-top: 2px dashed #bf3e11 !important;
    border-right: 2px dashed #bf3e11;
}
.a_session_in_committee {
    stroke: #dd4814;
    stroke-width: 0.5;
}
.session_selected {
    stroke: #bf3e11;
    stroke-opacity: 1;
    stroke-width: 4;
    stroke-dasharray: 0.5;
}