a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Verdana', sans-serif;
}

fieldset {
    border: 0;
    border-radius: 8px;
    background-color: white;
}

.admin-view {
    display: none;
}

#adminContent {
    margin-top: 1.5rem;
    max-width: 60em;
    width: 80%;
    font-size: 11pt;
}

.modifyButtons {
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.modifyButtons label {
    display: inline-block;
    position: relative;
    top: 5px
}

#newButtonDiv {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

#modalName {
    width: 470px;
}

#modalDescription {
    width: 470px;
    height: 100px;
}

#dsLanguage, #dsCulture {
    width: 170px;
    display: inline-block;
}

.btn.modalBtn
{
    display: inline-block;
}

.modal-break {
    display: block;
    clear: both;
}

.modal {
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    border-radius: 15px;
    border: 1px solid #aaaaaa;
    background-color: white;
    margin: 100px auto;
    width: 500px;
    padding: 20px;
}

.modal-content div {
    padding-bottom: 5px;
}

#modalId {
    display:none;
}

#dsExtraStuff {
    display: none;
}

#exModalContent {
    border-radius: 15px;
    border: 1px solid #aaaaaa;
    background-color: white;
    margin: 30px auto;
    width: 700px;
    padding: 20px;
}

#exModalContent h4 {
    margin-top: 0;
    margin-bottom: 13px;
}

#exModalName {
    width: 695px;
}

#exModalDescription {
    width: 695px;
    height: 30px;
}

.exModalSection {
    margin-bottom: 7px;
    font-size: 12px;
}

.exModalSideBySide {
    display: inline-block;
    width: 347px;
    vertical-align: top;
}

.exModalSelect {
    min-width: 100px;
}

.clModalSection {
    margin-bottom: 12px;
    font-size: 12px;
}

#clModalName {
    width: 495px;
}

#clModalDescription {
    width: 495px;
    height: 30px;
}

#clModalBreak {
    display: block;
    clear: both;
}

.clUploadLabel, #clLoadScoresFile{
    padding-top: 10px;
    padding-bot: 10px;
}

#clUploadBtn {
    margin-top: 15px;
}

#datasets {
    margin: 0 auto;
}

#datasets tbody tr {
    background-color: #f4f4f4;
}

#datasets tbody tr:hover {
    background-color: #cccccc;
}

.selectable-data {
    cursor: pointer;
}

#datasets tr td {
    padding: 3px 5px 3px 5px;
}

#datasets th.headLeft {
    width: 25%;
}

#datasets th.headLabeled {
    width: 8%;
    text-align: right;
}

#datasets th.headTotal {
    width: 8%;
    text-align: right;
}

.align-right {
    text-align: right;
}

#datasets th.headMiddle {
    width: 59%;
}

.propertyLeft {
    width: 100px;
    display: inline-block;
    cursor: pointer;
}

.propertyRight {
    width: 606px;
    display: inline-block;
    cursor: pointer;
}

.heading {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Verdana', sans-serif;
    background-color: #E9E9E9;
    padding: 1px 3px 1px 3px;
}

.heading-smaller {
    line-height: 20px;
    font-size: 12px;
    font-family: 'Verdana', sans-serif;
    background-color: #E9E9E9;
    padding: 1px 3px 1px 3px;
}

.section {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #E9E9E9;
    position: relative;
    margin-bottom: 3px;
    margin-left: 0;
}

.section.main {
    border-width: 2px;
    border-color: #cccccc;
    box-shadow: 2px 2px 2px #777777;
    margin-bottom: 5px;
    padding: 2px 2px 2px 2px;
    background-color: rgba(39, 196, 244, 0.2);
}

.pair {
    display: none;
    margin: 0 auto;
    max-width: fit-content;
}

.left {
    display: inline-block;
    padding: 1px 3px 1px 0;
    width: 750px;
}

.right {
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 5px 15px;
    margin-top: 1px;
    background-color: #f5f4f1;
}

.mbe-json {
    width: 736px;
    height: 100px;
}

.modify-ds-input {
    padding: 4px 4px !important;
    border: 1px solid;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    min-width: 10em;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 1em;
}

#dsDescription {
    resize: vertical;
    min-height:2.5em;
    max-height: 7.5em;
}

#dsVisibility {
    width: auto;
}


.modify-ds-details {
    width: 100%;
}

.modify-ds-line {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em;
}

.modify-ds-details-label-box {
    flex: 1;
}

.modify-ds-details {
    flex: 2;
}

.modify-pairs.input-box {
    flex:1;
    margin-right: 0.5em;
}

.input-box {
    height: 1.5em;
}

.input-label-text {
    font-size: 11pt;
    min-width: 10em;
}

.input-inline input {
    display: inline !important;
    width: 26%;
}

.right.empty {
    background-color: white;
}

.right.positive {
    background-color: #f1f7d1;
}

.right.negative {
    background-color: #fdeeee;
}

.right.cantTell {
    background-color: #f9de7a;
}

.message {
    text-align: center;
    margin-top: 100px;
    font-size: 20px;
}

.deciders {
    margin-bottom: 10px;
}

.decider {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    display: block;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.deciderNote {
    margin-left: 10px;
    font-size: 12px;
    width: 130px;
    display: none;
}

.decider.positive {
    background-color: rgba(141, 205, 91, 0.56);
}

.decider.negative {
    background-color: #fdd5d3;
}

.decider.cantTell {
    background-color: rgba(252, 255, 176, 0.77);
}

.btn {
    display: block;
    position: relative;
    padding: 4px 4px;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    width: 130px;
    font-family: 'Verdana', sans-serif;
    background-color: #f5f4f1;
}

.btn .btnTip {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 150%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn .btnTip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555555 transparent transparent;
}

.btn.admin-view {
    margin-top: 20px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    display: inline-block;
}

.btn.list-view {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    margin-top: 20px;
    font-size: 14px;
}

.btn.agree {
    clear: both;
    margin-top: 30px;
}

.btn.disagree {
    margin-bottom: 40px;
}

.btn.cantTell {
    margin-bottom: 40px;
}

.btn.return {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 90px;
}

.btn.remove {
    background-image: url('../img/trash.png');
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 5px;
    background-size: 12px 16px;
}

.btn.prev {
    margin-left: 5px;
    float:left;
    display: inline-block;
    width: 20px;
    background-image: url('../img/left3.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.btn.next {
    margin-right: 5px;
    float:right;
    display: inline-block;
    width: 20px;
    background-image: url('../img/right3.png');
    background-repeat: no-repeat;
    background-position: 11px 8px;
}

.btn.prev.disabled {
    opacity: 0.5;
}

.btn.next.disabled {
    opacity: 0.5;
}

.btn.doublePrev {
    float:left;
    display: inline-block;
    width: 20px;
    background-image: url('../img/double_previous.png');
    background-repeat: no-repeat;
    background-position: 5px 6px;
}

.btn.doubleNext {
    float:right;
    display: inline-block;
    width: 20px;
    background-image: url('../img/double_next.png');
    background-repeat: no-repeat;
    background-position: 6px 6px;
}

.btn.doublePrev.disabled {
    opacity: 0.5;
}

.btn.doubleNext.disabled {
    opacity: 0.5;
}

.btn.close {
    float: right;
    position: relative;
    margin: 1%
}

.btn:hover {
    background-color: #E9E9E9;
}

.btn.positive:hover {
    background-color: #44650f;
    color: white;
}

.btn.negative:hover {
    background-color: #a71e1a;
    color: white;
}

.btn.cantTell:hover {
    background-color: #79520f;
    color: white;
}

.btn.positive:hover .btnTip {
    visibility: visible;
    opacity: 1;
}

.btn.negative:hover .btnTip {
    visibility: visible;
    opacity: 1;
}

.btn.cantTell:hover .btnTip {
    visibility: visible;
    opacity: 1;
}

.btn.skip:hover .btnTip {
    visibility: visible;
    opacity: 1;
}

.btn.history:hover .btnTip {
    visibility: visible;
    opacity: 1;
}

.btn.detail:hover {
    background-color: #79520f;
    color: white;
}

.btn.positive.chosen {
    background-color: #44650f;
}

.btn.negative.chosen{
    background-color: #a71e1a;
}

.btn.cantTell.chosen {
    background-color: #79520f;
}

.btn.hint {
    background-color: rgba(141, 205, 91, 0.56);
}

.btn.hint:hover {
    background-color: rgba(141, 205, 91, 0.79);
}

.btn.clue {
    background-color: rgba(252, 255, 176, 0.77);
}

.btn.clue:hover {
    background-color: rgba(214, 217, 137, 0.79);
}

.btn.delPair {
    display: block;
    margin: auto;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    padding: 3px;
}

.activity {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    color: #4a4a4a;
}

.decision {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
}

.decision.positive {
    color: #44650f;
}

.decision.negative {
    color: #a71e1a;
}

.decision.cantTell {
    color: #79520f;
}

.note {
    display: block;
    padding: 2px 4px;
    margin-bottom: 10px;
    background-image: none;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 130px;
    height: 100px;
    font-size: 12px;
}

textarea::placeholder {
    opacity: 0.5;
}

.counts {
    display: block;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}

.end {
    clear: both;
}

table {
    margin: 0 auto;
    width: 100%;
}

#tabs {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
}

.tab {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.notATab {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

#chosenItem {
    display: inline;
    float: right;
    cursor: pointer;
    padding-left: 20px;
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.chosen {
    color: white;
    background-color: #3073dd;
    border-radius: 5px;
}

#labelPair table td {
    width: 50%;
}

#sideBar {
    display: inline-block;
    width: 170px;
    padding: 1px 3px 1px 3px;
    margin-top: 1px;
    vertical-align: top;
    font-size: 11px;
}

.sideBarHeading {
    display: inline-block;
    float: right;
    width: 175px;
    /*background-color: #f5f4f1;*/
}

.sideBarTable:hover {
    cursor: pointer;
}

.sideBarTable.empty {
    background-color: #f5f4f1;
}

.sideBarTable.positive {
    background-color: #f1f7d1;
}

.sideBarTable.negative {
    background-color: #fdeeee;
}

.sideBarTable.cantTell {
    background-color: #f9de7a;
}

.tags {
    font-size: 13px;
}

.align-tags {
    bottom: 8px;
}

.tags-input {
    position: relative;
    left: -6px;
    width: 152px;
}

.tag {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #d8f4fcc2;
    margin-bottom: 2px;
    padding: 3px 3px 3px 3px;
    background-color: #d8f4fcc2;
    width: 144px;
    overflow: hidden;
    white-space: normal;
    position: relative;
}

.tagDelete {
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url('../img/delete.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    cursor: pointer;
}

.admin-section {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e9e9e9;
}

.admin-section:last-child {
    border-bottom: none;
}

.admin-section h3 {
    text-align: center;
    margin-top: 1.5em;
}

#totalCounts td:last-child {
    text-align: right;
}

#tagCounts td:last-child {
    text-align: right;
}


tr.bottom-row {
    border-bottom: 1px solid black;
}

#adminContent th {
    text-decoration: underline;
}

#tagCountsDiv {
    margin-top: 1em;
}

.add {
    background-image: url('../img/add.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}

.mainName {
    font-size: 17px;
    font-weight: 700;
    color: rgb(0, 96, 215);
    padding-left: 50px;
}

.collection {
    font-size: 12px;
    color: #999999;
}

.name {
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 96, 215);
    padding-left: 30px;
}

.small {
    font-size: 11px;
    padding-left: 60px;
    vertical-align: top;
    position: relative;
}

.date {
    font-size: 12px;
}

.separator {
    height: 1px;
    border-bottom: 1px solid #e9e9e9;
    display: block !important;
}

.key {
    position: absolute;
    left: 0;
    text-align: right;
    width: 56px;
    overflow: hidden;
}

.female {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 width=%2222%22 height=%2222%22%3E%3Cpath fill=%22%23E2427C%22 d=%22M11 21.9c-6 0-10.9-4.9-10.9-10.9S5 0.1 11 0.1 21.9 5 21.9 11 17 21.9 11 21.9z%22/%3E%3Cpath fill=%22%23FFFFFF%22 d=%22M11 17.9c-3.9 0-6.6-0.6-6.6-1.1l0.3-2.3c0.1-0.5 0.5-1 0.9-1.1l3.5-1.3v-0.1l-0.1 0c-2.5-0.1-3.6-1.9-3.9-2.4 0.1 0 0.3 0 0.5 0 0.4 0 1.1-0.1 1.5-0.6 0.4-0.5 0.5-1.3 0.4-2.3 0-0.2 0-0.4 0-0.6C7.5 5.3 7.7 4.6 8.2 4.1 8.9 3.4 9.9 3.1 11 3.1c1.1 0 2.1 0.4 2.8 1 0.5 0.5 0.8 1.2 0.7 1.8l0 0.1c0 0.2 0 0.3 0 0.5 -0.2 1 0 1.8 0.4 2.3 0.4 0.5 1 0.6 1.5 0.6l0 0c0.2 0 0.3 0 0.5 0 -0.3 0.5-1.4 2.2-3.9 2.4l-0.1 0v0.1l0.1 0 3.4 1.3c0.4 0.2 0.9 0.7 0.9 1.1 0.1 0.9 0.4 2.3 0.4 2.4C17.6 17.3 14.9 17.9 11 17.9z%22/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    height: 20px;
}

.female.mainName {
    background-image: url("../img/female-large.png") !important;
    background-size: 40px 40px;
    height: 40px;
}

.male {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 width=%2222%22 height=%2222%22 %3E%3Cpath fill=%22%23448EF7%22 d=%22M11 21.9c-6 0-10.9-4.9-10.9-10.9S5 0.1 11 0.1 21.9 5 21.9 11 17 21.9 11 21.9z%22/%3E%3Cpath fill=%22%23FFFFFF%22 d=%22M11 19c-4.4 0-6.7-0.7-6.7-1.3l0.4-2.6c0.1-0.5 0.6-1.1 1-1.3 0.1 0 0.3-0.1 0.5-0.2 1.3-0.5 2.7-1 2.9-1.4 0.2-0.5 0-1.6 0-1.7 -0.3-0.4-0.5-0.9-0.7-1.4L8.4 9c0 0-0.1 0-0.1 0 -0.4 0-0.7-0.5-0.8-0.9 0-0.3 0-0.5 0.2-0.7 0.1-0.1 0.2-0.2 0.3-0.2l0.2 0 0-0.1C8.2 7.1 7.9 6.5 7.8 6.1 7.8 6 7.5 4.6 8.5 4.1c0 0 0.2-0.2 0.4-0.2 0.1 0 0.1 0 0.2 0l0.1 0 0-0.1c0 0 0.3-0.8 1.4-0.8 0.1 0 0.2 0 0.3 0 0 0 0.7 0.1 1.2 0.1 0.1 0 0.5 0 0.6 0.2 0 0 0.5 0.3 0.9 0.3 0 0 0 0 0 0 0 0 0 0 0 0.1L13.6 3.9l0.1 0.1c0 0 0.4 0.3 0.4 0.7 0 0 0.1 0.2 0.4 0.3l0 0 0 0.1c0 0-0.3 0.9-0.7 2.1l0 0.1 0.1 0c0 0 0 0 0.1 0 0.1 0 0.1 0 0.1 0l0.1 0.1c0.2 0.3 0.3 0.5 0.3 0.8 0 0.1-0.1 0.2-0.1 0.4 0 0.1-0.1 0.1-0.1 0.2 -0.1 0.1-0.1 0.2-0.2 0.2 -0.1 0.1-0.1 0.1-0.1 0.1 -0.1 0-0.1 0.1-0.2 0.1L13.6 9l0 0.1c-0.2 0.5-0.4 1-0.6 1.3 0 0.1-0.3 1.2 0 1.7 0.2 0.4 1.6 1 2.9 1.4 0.2 0.1 0.4 0.2 0.5 0.2 0.4 0.2 1 0.8 1 1.3l0.4 2.6C17.7 18.3 15.4 19 11 19z%22/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    height: 20px;
}

.male.mainName {
    background-image: url("../img/male-large.png") !important;
    background-size: 40px 40px;
    height: 40px;
}

.unknown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 width=%2222%22 height=%2222%22%3E%3Cpath fill=%22%23666662%22 d=%22M11 21.9c-6 0-10.9-4.9-10.9-10.9C0.1 5 5 0.1 11 0.1c6 0 10.9 4.9 10.9 10.9C21.9 17 17 21.9 11 21.9z%22/%3E%3Cpath fill=%22%23FFFFFF%22 d=%22M8.5 15.9c-2.8 0-4.5-0.4-4.5-0.7l0-0.1c0-0.2 0-0.4 0.1-0.6 0-0.1 0.1-0.2 0.1-0.3 0.1-0.3 0.2-0.8 0.3-1 0.2-0.4 0.5-0.5 0.9-0.7 0.1 0 0.2-0.1 0.3-0.2 0.1 0 0.2-0.1 0.2-0.1 0.2 0 0.3-0.1 0.5-0.1 0.1 0 0.2 0 0.2 0 0 0 0.1 0 0.1 0 0.2 0 0.3-0.1 0.3-0.3l0-0.1c0.2-0.4 0.2-1 0.1-1.3l0-0.1C7.1 9.9 7 9.6 6.8 9.5L6.7 9.4C6.6 9.3 6.5 9.2 6.5 9.1L6.4 8.9c0 0 0-0.1 0-0.2 0 0 0-0.1-0.1-0.1L6.2 8.5C6.1 8.4 6.1 8.4 6.1 8.2l0-1.1c0-0.1 0.1-0.2 0.1-0.3 0-0.1 0.1-0.2 0.1-0.2l0-0.3c0.2-0.3 0.8-0.9 1.2-1.1L7.6 5.2l0.1 0c0.1 0 0.1 0 0.2 0l0.1 0C8.1 5.1 8.1 5.1 8.1 5.1c0 0 0.1 0 0.2 0l0.7 0c0 0 0 0 0.1 0.1 0 0 0.1 0.1 0.1 0.1l0.3 0c0 0 0.3 0.1 0.3 0.2 0.4 0.2 0.6 0.8 0.8 1.2l0.1 0.3c0.1 0.1 0 0.4 0 0.6 0 0.2 0 0.4 0 0.6l0 0 0.1 0.1c0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1-0.1 0.3-0.1 0.4 -0.1 0.2-0.2 0.4-0.2 0.6 -0.1 0-0.2 0.1-0.2 0.1 -0.1 0.1-0.1 0.2-0.1 0.3 0 0.1-0.1 0.2-0.1 0.3 0 0.1-0.1 0.1-0.1 0.2 -0.1 0.1-0.1 0.1-0.2 0.2 -0.1 0.1 0 0.3 0 0.5 0 0.1 0 0.2 0 0.2 0 0.3 0 0.6 0.4 0.8 0.2 0.1 0.4 0.1 0.6 0.2 0.1 0 0.2 0 0.3 0.1 0.2 0.1 0.4 0.1 0.6 0.2 0.1 0 0.2 0.1 0.3 0.1 0.1 0 0.2 0.1 0.4 0.1 0.2 0.2 0.4 0.6 0.6 1.3l0 0.2c0 0.2 0.1 0.8 0 1.1C13 15.5 11.3 15.9 8.5 15.9z M15 11.4C15 9.7 17 9.4 17 8.1c0-0.6-0.7-1.1-1.4-1.1 -0.7 0-1.3 0.5-1.3 0.5l-0.6-0.8c0 0 0.7-0.7 2-0.7 1.3 0 2.3 0.8 2.3 2.1 0 1.9-2 2-2 3.4L16 12h-1L15 11.4zM15 13h1v1h-1V13z%22/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    height: 20px;
}

.unknown.mainName {
    background-image: url("../img/unknown-large.png") !important;
    background-size: 40px 40px;
    height: 40px;
}

.collapsible {
    display: table;
}

.collapsibleFact {
    display: table-row;
}

.up {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 16px;
    background-image: url('../img/up.png');
    background-repeat: no-repeat;
}

.down {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 16px;
    background-image: url('../img/down.png');
    background-repeat: no-repeat;
}

.sourceLinker {
    position: absolute;
    right: 370px;
    top: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('../img/link-transparent.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.treeDuplicates {
    position: absolute;
    right: 375px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url('../img/duplicates.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.blockingNotify {
    position: relative;
    left: 130px;
    bottom: 12px;
    width: 18px;
    height: 16px;
    cursor: pointer;
    background-image: url('../img/blocks.svg');
    background-repeat: no-repeat;
    background-size: 18px 16px;
}

.blockingNotify:hover .notifyTip {
    visibility: visible;
    opacity: 1;
}

.blockingNotify .notifyTip {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 400%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.person {
    position: relative;
}

.filters {
    font-size: 14px;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.filter {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
}

label {
    font-size: 12px;
    display: block;
    margin-bottom: 1px;
}

#totalCounts {
    border-collapse: collapse;
    margin-bottom: 1em;
}

#decisionCounts th {
    width: 10px;
}

#decisionCounts tbody tr {
    background-color: #f4f4f4;
}

#jobs {
    margin: auto;
    min-width: 800px;
}

#jobs tbody tr {
    background-color: #f4f4f4;
}

#jobs tbody tr:hover {
    background-color: #cccccc;
    cursor: pointer;
}

#jobs tr td {
    padding: 3px 5px 3px 5px;
    vertical-align: top;
    text-align: left;
}

.jobMessage {
    min-width: 300px;
}

.jobStatusLine {
    padding: 3px 10px 3px 5px;
}

.jobControllerStatus {
    display: inline-block;
    float: right;
    padding: 5px 10px 3px 5px;
}

.jobButton {
    display: inline-block;
    float: right;
}

#classifiers {
    margin: auto;
    min-width: 800px;
}

#classifiers tbody tr {
    background-color: #f4f4f4;
}

#classifiers tbody tr:hover {
    background-color: #cccccc;
    cursor: pointer;
}

#classifiers tr td {
    padding: 3px 5px 3px 5px;
    vertical-align: top;
    text-align: left;
}

.deleteRow {
    width: 16px;
    height: 16px;
    background-color: white;
    cursor: pointer;
}

.downloadRow {
    width: 16px;
    height: 16px;
    background-color: white;
    cursor: pointer;
}

.content {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.title {
    font-size: xx-large;
    background-color: #dddddd;
    padding-left: 10px;
    cursor: pointer;
}

.description {
    font-size: large;
    padding-left: 10px;
    padding-bottom: 20px;
    cursor: pointer;
}

.itemLeft {
    text-align: right;
    display: inline-block;
    width: 230px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.itemRight {
    text-align: left;
    display: inline-block;
}

#tagList {
    width: 300px;
    margin: 0 auto;
}

#tagList tbody tr {
    background-color: #f4f4f4;
}

#tagList tbody tr:hover {
    background-color: #cccccc;
    cursor: pointer;
}

#statsList {
    width: 470px;
    margin: 0 auto;
}

#statsList tbody tr {
    background-color: #f4f4f4;
}

#statsList tbody tr:hover {
    background-color: #cccccc;
    cursor: pointer;
}

#statsStuff label {
    margin-top: 10px;
    display: inline-block;
}

#statsStuff input {
    margin-top: 10px;
    display: inline-block;
}

#statsUpdate {
    margin-top: 10px;
    display: inline-block;
}

#statsUserHead, #statsCountHead, #statsDSHead, #statsDSCountHead {
    cursor: pointer;
}

#statsModalDecisions {
    padding-bottom: 20px;
}

#statsModalName {
    font-size: large;
    margin-bottom: 20px;
}

.statsModalTotal td {
    border-top: 1px solid #555555;
}

.ok {
    color: #44990f;
}

.error {
    color: #a71e1a;
}

.warn {
    color: #79520f;
}

th {
    text-align: left;
    padding: 3px 5px 3px 5px;
}

.tabRoot {
    display: none;
}

#jobResults {
    display:none;
    margin-top: 30px;
}

#jobResults table {
    width: 700px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

#jobResults th {
    text-align: right;
    background-color: #dddddd;
}

#jobResults .title {
    text-align: left;
    font-size: large;
}

.borderTop {
    border-top: 1px solid #dddddd;
}

.numberColumn {
    width: 100px;
}

.resultsHeading {
    font-weight: bold;
    font-size: large;
}

.inlineBlock {
    display: inline-block;
}

.ui-widget {
    font-size: 12px;
}

#scoresModalContent {
    width: 75%;
    max-height: 85%;
    overflow-y: auto;
}

.details {
    margin: 5px;
    position: relative;
    word-wrap: break-word;
}

.expanded {
    cursor: pointer;
    display:none;
}

.abbrev {
    cursor: pointer;
}

.added {
    color: darkgreen;
}

.removed {
    text-decoration: line-through;
    color: darkred;
}

.compares button {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}

.statsTitle {
    margin-top: 15px;
    background-color: #dddddd;
}

.download {
    width: 16px;
}

#blocksModalContent {
    width: 75%;
    max-height: 85%;
    overflow-y: auto;
}

#blockInfoTable {
    width: 100%;
}

#blockInfoTable td {
    vertical-align: top;
}

td.tt {
    width: 8%;
}

#blockInfoTable td.extraction {
    width: 46%;
}

#blockInfoTable th {
    padding-top: 10px;
    padding-bottom: 10px;
}

#blocksModalContent tr:nth-child(even) {background-color: #f2f2f2;}

.blockHead {
    background-color: #dddddd;
    padding: 5px;
    border: 1px solid;
    border-radius: 2px;
}

.tt {
    position: relative;
}

.tt .ttText {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 4px 4px;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 0;
}

.tt .ttText::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tt:hover .ttText {
    visibility: visible;
}

.vt {
    position: relative;
    word-wrap: break-word;
}

.vt .vtText {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 4px;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 0;
}

.vt .vtText::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.vt:hover .vtText {
    visibility: visible;
}

#historyModalContent {
    width: 50%;
    max-height: 85%;
    overflow-y: auto;
}

.banner {
    display: none;
    background-color: #f9e6a4;
    padding: 10px;
}

.spacer {
    display: inline-block;
    width: 30px;
}

.total {
    background-color: #eeeeee;
    /*border-top: 1px solid #4a4a4a;*/
}

.adminHeading {
    font-weight: bold;
    cursor: pointer;
}

.adminClick {
    cursor: pointer;
}

#userStats, #tagCounts {
    display: none;
}

.r {
    text-align: right;
}

.artifact {
    display: none;
    max-width: fit-content;
}

.readMe {
    padding: 20px 20px 20px 20px;
}

tr.empty {
    background-color: white;
}

tr.positive {
    background-color: #f1f7d1;
}

tr.negative {
    background-color: #fdeeee;
}

tr.cantTell {
    background-color: #f9de7a;
}

