html.wait, html.wait * {
    cursor:wait
}
.related-link{
    margin:0 0 0 5px;
    opacity:1;
    /*font-style:italic;*/
    text-decoration:none;
}
.related-link-static{
    margin:0 0 0 5px;
    opacity:.6;
    color:black;
    /*font-style:italic;*/
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

#toggle-persons {
    height:24px;
    /*width:70px;*/
    width:26px;
    background-image: url(img/ds_buttons/btn-widget-people-on.gif);
}
#toggle-persons > circle {
    fill:var(--person-color);
}
#toggle-persons.is-toggled {
    background-image: url(img/ds_buttons/btn-widget-people-off.gif);
}
#toggle-projects {
    height:24px;
    /*width:79px;*/
    width:26px;
    background-image: url(img/ds_buttons/btn-widget-projects-on.gif);
}
#toggle-projects > path {
    fill:var(--project-color);
}
#toggle-projects.is-toggled {
    background-image: url(img/ds_buttons/btn-widget-projects-off.gif);
}
#toggle-papers {
    height:24px;
    /*width:70px;*/
    width:26px;
    background-image: url(img/ds_buttons/btn-widget-works-on.gif);
}
#toggle-papers > path:nth-child(1) {
    fill:rgb(201, 109, 216);
}
#toggle-papers > path:nth-child(2) {
    fill:rgb(93, 113, 223);
}
#toggle-papers > path:nth-child(3) {
    fill:rgb(250, 242, 95);
}
#toggle-papers > path:nth-child(4) {
    fill:rgb(236, 98, 98);
}

#toggle-news-only {
    fill:rgb(201, 109, 216);
}
#toggle-patents-only {
    fill:rgb(93, 113, 223);
}
#toggle-papers-only {
    fill:rgb(250, 242, 95);
}
#toggle-technologies-only {
    fill:rgb(236, 98, 98);
}
#toggle-grants-only {
    fill:rgb(56, 142, 60);
}


#toggle-papers.is-toggled {
    background-image: url(img/ds_buttons/btn-widget-works-off.gif);
}
#toggle-organizations {
    height:24px;
    /*width:63px;*/
    /*width:26px;*/
   /* background-image: url(img/ds_buttons/btn-widget-organizations-MOD-on.png);*/
}
#toggle-organizations > path {
    fill:var(--organization-color);
}
#toggle-organizations.is-toggled {
    background-image: url(img/ds_buttons/btn-widget-organizations-MOD-off.png);
}
#toggle-outers {
    height:24px;
    /*width:84px;*/
    width:26px;
    background-image: url(img/ds_buttons/btn-widget-outermost-on.gif);
}
#toggle-outers {
    stroke-width:1;
    stroke:rgba(0,0,0,0.6);
    fill:transparent;
}
#toggle-outers:hover {
    stroke-width:1;
    stroke:rgba(0,0,0,1);
    fill:transparent;
}
#toggle-outers.is-toggled {
    background-image: url(img/ds_buttons/btn-widget-outermost-off.gif);
}

#toggle-timeline {
    height:24px;
    /*width:78px;*/
    width:26px;
    background-image: url(img/ds_buttons/btn-widget-timeline-on.gif);
}
#toggle-timeline.is-clicked {
    background-image: url(img/ds_buttons/btn-widget-timeline-off.gif);
}
#vl-map-timeline-container {
    
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    /*left:45%; /*Just in case Calc does not work*/
    /*left:calc(50% - 25px);*/
    bottom:5px;
    right:5px;

}
#vl-map-timeline-container #toggle-timeline {
    cursor:pointer;
    /*border-radius:200px;*/
    border-radius:1px;
    border:1px solid rgb(200,200,200);
    outline:none;
    background-color:rgb(245,245,245);
    padding:5px;
    line-height:1;
    font-weight:normal;
    color:black;
    width:auto;
    font-size:14px;
    height:auto;
    opacity:1;
/*transition-duration:.5s;*/
}


#vl-map-timeline-container #toggle-timeline:hover {
    background-color:rgb(230,230,230);
    /*transition-duration:.5s;*/
}

#vl-map-filter-container {
    position:absolute;
    right:0px;
    top:0px;
    left:5px;
    top:5px;
    padding:1px 0px 1px 4px;
    /*background-color:rgba(0,0,0,0.05);*/
    box-sizing:border-box;
    /*border-left:1px solid rgba(0,0,0,0.05);
    border-bottom:1px solid rgba(0,0,0,0.05);*/
    /*box-shadow: -10px 0px 16px rgba(255,255,255,.6);*/
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
    background-color: rgba(255,255,255,.6);
    background-color: rgb(245,245,245);
    /*border-bottom-left-radius:10px;*/
    border:1px solid rgb(200,200,200);
}

/*#vl-map-filter-container:hover {
    width:125px;
    
}
*/
#vl-map-filter-key-container {
  overflow:hidden;
}

.vl-map-key-item {
    float:left;
    clear:both;
    width:125px;
    display:flex;
    align-items:center;
}
.vl-map-key-label {
    padding:5px;
    text-transform:capitalize;
    float:left;
}
.vl-map-key-dot {
    float:left;
    width:26px;
    cursor:pointer;
}
.vl-map-key-link {
    float:left;
    width:26px;
}
.vl-map-filter-container-horizontal {
    width:auto;
}
.vl-map-filter-container-vertical {
    box-sizing:border-box;
    width: 135px; /*For safari*/
    width:fit-content;
}


.toggle-filter {
    outline: none;
    opacity:1.0;
    float:left;
    border:solid transparent 0px;
    margin:0;
    padding:0 0 2px 0;
    color:white;
    cursor:pointer;
    z-index:201;
    stroke:rgba(0,0,0,.4);
    stroke-width:1px;
}
.toggle-filter:hover {
    stroke:rgba(0,0,0,1);
    stroke-width:1px;
}

.toggle-filter.is-toggled * {
    fill-opacity:.25 !important;
    stroke:rgba(0,0,0,.2) !important;
    stroke-width:2px !important;
}

#toggle-timeline {
    /*float:left; /*overide toggle-filters class*/
    float:right;
}


#filters-label {
    color:rgb(80,80,0);
    font-style:sans-serif;
    font-weight:bold;
    margin:5px 2px 5px 1px;
    font-size:8pt;
    cursor:arrow;
}
.map-dot-label {
    fill:rgba(50,50,50,.8);
    fill:#545454;
    font-size:11px;
    /*font-weight:bold;*/
    font-family:sans-serif;
    cursor:default;
    pointer-events:none;
}
.map-dot-label.central-map-dot {
    font-size:14px;
    font-weight:bold;
}
.map-dot-show-label {
    fill: rgb(50, 50, 50) !important;
    font-size:14px;
}



.map-dot-label.ring1-map-dot, .map-dot-label.ring2-map-dot {
    fill:rgba(50,50,50,0);
}
.map-dot-label.ring1-map-dot.label_person, .map-dot-label.ring2-map-dot.label_person {
    fill:rgba(50,50,50,.6);
}
.map-dot-label.hidden-dot.label_person {
    fill:rgba(50,50,50,.1);
}
.map-dot-label.label_person.not-selected-dot:not(.highlighted-dot) {
    fill:rgba(50,50,50,.07);
}

.map-dot-label.central-map-dot.highlighted-dot, 
.map-dot-label.ring1-map-dot.highlighted-dot, 
.map-dot-label.ring2-map-dot.highlighted-dot {
    fill:rgba(84,84,84,1);
    font-weight:bold;
}
.timeline-label {
    font-size:10pt;
    font-style:sans-serif;
    font-weight:normal;
    fill:rgb(75,75,75);
    pointer-events:none;
}
.axis path,.axis line {
    fill: none;
    /* stroke: rgb(200,200,200); */
    stroke: #eee;
    shape-rendering: crispEdges;
}
.axis text {
    font-family: sans-serif;
    font-size: 11px;
}
#tlEduBlock-wrapper {
    overflow:hidden;
}
#tlColabBlock-wrapper {
    overflow:hidden;
}
#tlPeepsBlock-wrapper {
    overflow:hidden;
}


.map-dot {
    stroke:transparent;
    stroke-width:1px;
    cursor:pointer;
    stroke:rgba(0,0,0,.15)
    /*transition-duration: 0.6s;*/
}




.map-dot.person-color {
    fill: var(--person-color);
}
.map-dot.nonperson-color {
    fill:rgb(75,130,160);
}
.map-dot.organization-color {
    fill:rgb(75,130,160);
/*fill:#366fa1;*/
    fill:#2196F3;
    fill:#00ACC1;
    fill:#2979FF;
    fill:var(--organization-color);
}
.map-dot.university-color {
    fill:rgb(75,130,160);
}
.map-dot.school-color {
    fill:rgb(75,130,160);
}
.map-dot.department-color {
    fill:rgb(75,130,160);
}
.map-dot.project-color {
    fill:rgb(0,128,0);
    fill:#009688;
    fill:#8BC34A;
    fill:#4CAF50;
    fill:var(--project-color);
}
.map-dot.focus-color {
    fill:rgb(178,34,34);
    fill:#D32F2F;
    fill:#D50000;
    fill:#E73939;
    fill:#F04F4F;
    fill:var(--focus-color);
}
.map-dot.writtenwork-color {
    fill:rgb(230,194,0);
    fill:#000000;
    fill:#8D6E63;
    fill:#795548;
    fill:#FFD740;
    fill:var(--writtenwork-color);
    /*fill:#B79459;
    fill:#D6D6D6;
    fill:#C7C7C7;
    fill:#BDBDBD; - Possible new pubs colol: Silver!!*/
}
.map-dot.patent-color {
    fill:rgb(0,0,159);
    fill:#3F51B5;
    fill:#3B59FF;
    fill:var(--patent-color);
}
.map-dot.grant-color {
    fill:var(--grant-color);
}
.map-dot.music-color {
    fill:rgb(50,205,20);
}
.map-dot.writtenwork_about-color {
    fill:rgb(138,43,226);
    fill:#9C27B0;
    fill:#D04AE7;
    fill:var(--writtenwork_about-color);
}
.map-dot.education-color {
    fill:rgb(220,110,110);
    fill:#ffd194;
}
.map-dot.employment-color {
    fill:rgb(110,170,190);
    fill:#b7d3ef;
}
.map-dot.membership-color {
    fill:rgb(170,170,170);
    fill:#ddd;
}
.map-dot.leadership-color {
    fill:rgb(170,170,170);
    fill: #ff9b9b;
}
.map-dot.unknown-color {
    fill:rgb(0,0,0);
}

.map-dot.ring1-map-dot {
    opacity:1.0;
    stroke:transparent;
    stroke-width:1px;
    stroke:rgba(0,0,0,.15);
}

.map-dot.ring2-map-dot {
    /*opacity:.5;*/
    stroke:transparent;
    stroke-width:1px;
    stroke:rgba(0,0,0,.15);
}

.map-dot.hidden-dot {
    opacity:0.07;
    stroke:transparent;
    stroke-width:2px;
}
.map-dot.no-highlight-dot.hidden-dot {
    opacity:0.07;
    stroke:transparent;
    stroke-width:2px;
    
}

.map-dot.not-selected-dot:not(.highlighted-dot):not(.hidden-dot)
{
    display: block;
    transition-duration: 0;/*0.6s;*/
    opacity:.5;
}
.map-dot.no-highlight-dot
{
    display: block;
    transition-duration: 0s;/*0.6s;*/
    opacity:1;
}
.map-dot.highlighted-dot {
    opacity:1 !important;
    transition-duration: 0s;/*0.6s;*/
    stroke:black !important;
    stroke-width:1px !important;
}
.map-dot.toggle-fixed, .timeline-dot.toggle-fixed {
    stroke: rgba(0,0,0,.4);
    stroke-width:2px;
}
/*
@keyframes myanim {
    from{stroke:rgba(255,0,0,.9);stroke-width:10px;}
    to{stroke:rgba(0,0,0,.35);stroke-width:1px;}
}
@-webkit-keyframes myanim {
    from{stroke:rgba(255,0,0,.9);stroke-width:10px;}
    to{stroke:rgba(0,0,0,.35;stroke-width:1px;)}
}
@keyframes myanim2 {
    0% {stroke:rgba(0,0,0,.35;stroke-width:1px;)}
    30% {stroke:rgba(255,0,0,.9);stroke-width:5px;}
    100% {stroke:rgba(0,0,0,.35;stroke-width:1px;)}
}
@-webkit-keyframes myanim2 {
    0% {stroke:rgba(0,0,0,.35;stroke-width:1px;)}
    30% {stroke:rgba(150,0,0,.9);stroke-width:5px;}
    100% {stroke:rgba(0,0,0,.35;stroke-width:1px;)}
}*/
.central-map-dot {
    /*stroke:rgba(0,0,0,.4);
    stroke-width:2px;*/
}

.map-dot.vl-prev-center:not(.highlighted-dot) {
    /*animation-delay:1s;
    animation-name:myanim2;
    animation-duration:2s;
    -webkit-animation-name:myanim2;
    -webkit-animation-duration:2s;*/
    /*stroke:rgba(0,0,0,.4);
    stroke-width:2px;*/
}
.central-map-dot.map-dot-label {
    stroke-width:0px;
}

.timeline-dot {
    opacity:1;
    stroke:transparent;
    stroke-width:2px;
    cursor:pointer;
    stroke-width:1px;
    stroke:rgba(0,0,0,.15);
}
.timeline-dot.person-color {
    fill:rgb(255,127,14);
    fill:var(--person-color);
}
.timeline-dot.nonperson-color {
    fill:rgb(75,130,160);
}
.timeline-dot.organization-color {
    fill:rgb(75,130,160);
    fill:var(--organization-color);
}
.timeline-dot.university-color {
    fill:rgb(75,130,160);
}
.timeline-dot.school-color {
    fill:rgb(75,130,160);
}
.timeline-dot.department-color {
    fill:rgb(75,130,160);
}
.timeline-dot.project-color {
    fill:rgb(0,128,0);
    fill:var(--project-color);
}
.timeline-dot.focus-color {
    fill:rgb(178,34,34);
    fill:var(--focus-color);
}
.timeline-dot.writtenwork-color {
    fill:rgb(230,194,0);
    fill:var(--writtenwork-color);
}
.timeline-dot.patent-color {
    fill:rgb(0,0,159);
    fill:var(--patent-color);
}
.timeline-dot.grant-color {
    fill:var(--grant-color);
}
.timeline-dot.music-color {
    fill:rgb(50,205,20);
}
.timeline-dot.writtenwork_about-color {
    fill:rgb(138,43,226);
    fill:var(--writtenwork_about-color);
}
.timeline-dot.education-color {
    /*fill:rgba(220,110,110,.5);*/
    fill:rgba(255,127,14,.5);
    fill:var(--person-color);
    fill:#ffd194;
    

}
.timeline-dot.employment-color {
    /*fill:rgba(110,170,190,.5);*/
    fill:rgba(75,130,160,.5);
    fill:var(--organization-color);
    fill:#b7d3ef;
}
.timeline-dot.membership-color {
    fill:rgb(170,170,170);
    fill:#ddd;
}
.timeline-dot.leadership-color {
    fill:#E57373;
    fill: #ff9b9b;
}
.timeline-dot.unknown-color {
    fill:rgb(0,0,0);
}
.timeline-dot.central-timeline-dot {
    opacity:1.0;
    stroke:transparent;
    stroke-width:2px;
    /*stroke:rgba(0,0,0,.4);*/
}
.timeline-dot.ring2-timeline-dot {
    /*opacity:0.5;
    stroke:transparent;
    stroke-width:2px;*/
}
.timeline-dot.hidden-dot {
    opacity:0.25;
    stroke:transparent;
    stroke-width:2px;
}
.timeline-dot.highlighted-dot {
    opacity:.75 !important;
    stroke:black !important;
    stroke-width:2px !important;
}
.timeline-dot.not-selected-dot:not(.highlighted-dot):not(.hidden-dot)
{
    display: block;
    transition-duration: 0;/*0.6s;*/
    opacity:.5;
}
.dot-link{
    /*stroke:rgb(100,100,100);
    opacity:0.15;
    stroke-width:1px;*/
    stroke:rgb(0,0,0);
    opacity:.1;
    stroke-width:1px;
    transition-duration: 0s;/*0.6s;*/
}
.dot-link.project-writtenwork-link {
  /*opacity:0;*/
}
.dot-link.patent-person-link {
  /*opacity:0;*/
}
.dot-link.grant-person-link {
  /*opacity:0;*/
}
.dot-link.org-dot-link{
    
}
.dot-link.project-dot-link{
    stroke:rgb(0,0,0);
    /*opacity:.2;*/
    stroke-width:1px;
}
.organization-organization-link {
   stroke-width:3px !important; 
   stroke:rgba(0,0,0,.05);
   opacity:1;
}
.organization-organization-link.highlighted-dot {
    stroke:rgba(0,0,0,.25) !important;
}
.leader-link{
    transition-duration:0s;
}
.leader-link.highlighted-dot{
    stroke-dasharray:1,1;
    stroke-width:4px !important;
    stroke: #E57373 !important;
    opacity:.3;
}
.leader-link-key{
    stroke-dasharray:1,1;
    stroke-width:4px !important;
    stroke: #E57373 !important;
    opacity:1;
}
.employee-link {
    opacity:0;
    transition-duration:0s;
}
.employee-link.highlighted-dot {
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: steelblue !important;
}
.employee-link-key {
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: steelblue !important;
    opacity:1;
}
.member-link {
    opacity:0;
    transition-duration:0s;
}
.member-link.highlighted-dot {
    stroke-dasharray:3,4;
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: #00C853 !important;
    stroke: rgb(170,170,170) !important;
}
.member-link-key {
    stroke-dasharray:3,4;
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: #00C853 !important;
    stroke: rgb(170,170,170) !important;
    opacity:1;
}
.student-link {
    opacity:0;
    transition-duration:0s;
}
.student-link.highlighted-dot {
    stroke-dasharray:4,8;
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: orange !important;
}
.student-link-key {
    stroke-dasharray:4,8;
    stroke-dasharray:2,4;
    stroke-width:2px !important;
    stroke: orange !important;
    opacity:1;
}


.parent_link {
    stroke-width:5 !important;
    stroke-dasharray:2,2;
}
.dot-link.highlighted-dot {
    /*opacity:.5;
    stroke-width:2px;*/
    /*transition-duration: 0.6s;*/
    opacity:1;
    stroke-width:1px;
    stroke:black;
}
.dot-link.hidden-dot {
    opacity:0;
}
.dot-link.highlighted-dot.project-dot-link {
/*opacity:.5;
    stroke-width:4px;*/
    /*opacity:.3;*/
    /*stroke-width:2px;*/
}

#outerframe {
    position:relative;
    width:auto;
    margin: 0;
    background:white;
    padding:0;
    overflow:hidden;
    border:0;
}
#maincol {
    float:none;
    margin:0;
    width:auto;
    max-width:1200px;
    overflow:hidden;
    background:white;
    border:0;
}

.snack-thumbnail {
    position:relative;
    float:left;
    max-width:300px;
    padding: 5px;
    background:rgba(255,255,255,1);
    overflow:hidden;
    z-index:1003;
    box-shadow: 0 0 5px rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);

}
.snack-thumbnail img {
    float:right;
    padding-left:2px;
}
.snack-thumbnail h1 {
    position:relative;
    margin:0;
    /*padding:0 0 0 2px;*/
    line-height:1;
    font-size:16px;
    font-weight:normal;
    color:black;

}
.snack-thumbnail p {
    position:static;
    padding:0 0 0 2px;
    font-size:10px;
    color:black;
}

#timeline-range-filter .ui-slider-handle {
    outline:none;
    cursor:ew-resize;
}
#timeline-range-filter .ui-slider-handle:last-child {
    cursor:ew-resize;
}

#vl-powered-by {
    position: absolute;
    bottom: 5px;
    left: 5px;
    
    background: rgba(166,164,160,.8);
    
    border: 0;
    display: block;
    
    cursor:pointer;
    transition-duration:1s;
    border:1px solid var(--organization-color);
    box-sizing:border-box;
    
    background-color:transparent;
    color:var(--organization-color);
    /*32 settings*/
    padding: 2px;
    font-size:14px;
}
#vl-powered-by:hover {
    background: var(--organization-color);
    color: #fff;
    
    
    transition-duration:1s;
    
}
.vl-broken-url {
    font-size:20px;
    padding:20px;
    margin:auto;
    display:inline-block;
}
