﻿.categories {
    max-width: 700px;
    line-height: 40px;
}

.dropDownItems {
    list-style: none;
    padding: 4px;
    background: #eee;
    font-size: 12px;
    margin: 4px;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

#loading {
    position: fixed;
    left: 48%;
    top: 48%;
    display: none;
    z-index: 10;
}



.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

.bar { fill: #1e90ff; }

.bar:hover { fill: #090; }

.arc path { stroke: #fff; }

text { font-weight: bold;font-size: 12px; }

.axis {
    font: 12px sans-serif;
    font-weight: bold;
}

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

.x.axis path { display: none; }

.row { margin: 0; }
.legend rect {
 fill:white;
 stroke:black;
 opacity:0.8; }


.inlineBlock {
    display: inline-block;
}

.marginbottom {
    padding-bottom: 200px;
}

.media__img {
    min-width: 40px;
}


.list--search em {
    font-style: normal;
      background: #ff0; color: #000; 
}

.videowrapper {
   
    margin-bottom: 16px;

}
.pdf-marker{ font-size: 72%;}

.shallow {
    opacity: 0.3;
}