.label-quill {
    background-color: #dd4814;
}

.convention-list-view-cell {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    cursor: pointer;
}
.convention-list-view-cell.cell_selected{
    border-color: #bf3e11
}
.resource_selected {
    border: 2px solid #bf3e11;
}
.resource_date_selected, .resource_committee_selected {
    border: 2px solid #113bbf;
}
.session_selected {
    stroke: #bf3e11;
    stroke-opacity: 1;
    stroke-width: 2;
}
.date_selected {
    stroke: #113bbf;
    stroke-opacity: 1;
    stroke-width: 2;
}
.committee_selected {
    stroke: #113bbf;
    stroke-opacity: 1;
    stroke-width: 2.5;
}
.stroke-cell-session-class {
    stroke: #dd4814;
    stroke-opacity: 1.0;
    stroke-width: 0.5;
}
.stroke-cell-date-class {
    stroke: #1036ae;
    stroke-opacity: 1.0;
    stroke-width: 0.5;
}
.stroke-cell-committee-class {
    stroke: #1036ae;
    stroke-opacity: 0.8;
    stroke-width: 1.5;
}
.session_on_map_clickable, .date_on_map_clickable, .committee_on_map_clickable {
    cursor: pointer;
    pointer-events: all;
}
#listing-of-resources-in-convention-canvas-svg .tick line {
    stroke: lightgrey;
    stroke-width: 0.5;
    shape-rendering: crispEdges;
}
svg#listing-of-resources-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;
}

.panel-heading-height {
    height: 50px;
}

.panel-title-size {
    font-size: 21px;
}

.label {
    font-size: 100%;
    font-weight: normal;
}

.keyword-holder {
    margin-bottom: 8px;
    margin-right: 5px;
    background: #aea79f;
    height: 25px;
    padding-top: 5px;
    border-radius: 5px;
}

.resource-item-mini {
    vertical-align:top;
    display: inline-block;
    width: 180px;
    min-height: 100px;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #808285;
    padding: 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    border: 1px solid #ccc;
}

.committee-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.committee-description, .committee-dates-description {
    font-size: 12px;
}

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

