* {
    /* color: #333; */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
    margin: 0px;
    /* width: 90%; */
}

#trialBar{
    background-color:#fac667;
}

.helpIcon{
    cursor:pointer;
}

.progressBar{
    padding:10px;
    opacity:.7
}

.instructions{
    font-weight:bold;
    color:#1b5486;

}

div.tooltip {
    position: absolute;
    color:black;
    text-align: center;
    font-size:13px;
    width: 250px;
    border-radius: 5px;
    padding: 2px;
    background: white;
    border: 0px;
    pointer-events: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    }

.event.trials{
    fill:purple
}

/* .guidedtour,.secondguidedtour{
    fill:rgb(128, 57, 82);
} */

.nodeLink{
    stroke:rgb(3, 126, 104);
    opacity:.4;
    stroke-width:10px;
    fill:none
}

.adjMatrix{
    stroke:rgb(255, 125, 26);
    opacity:.4;
    stroke-width:10px;
    fill:none
}



.rankLabel{
    font-size: 12px;
    opacity:.7;
}

.rankLabel.medium{
    fill:rgb(194, 123, 1);
    font-weight:bold
}

.rankLabel.wrong{
    fill:red;
    font-weight:bold;
}

.easy{
    fill:#b5b2b2
}

.medium{
    fill:#525252
}

.hard{
    fill:#000000
    }


.task.wrong, .exitedtour{
    fill:rgb(179, 0, 0);
}

/* .event{
    stroke:white;
    stroke-width:3px;
} */

.event.baseRect{
    opacity:.6;
    stroke:white;
    stroke-width:3px;
}


.event.autoCompleteRect{
    opacity:.8;
    stroke:white;
    stroke-width:3px;
}

.event.BrowseAway{
    opacity:.8;
    stroke-width:0px;
}


.event.video{
    fill:#2366d1
}

.event.Training-user{
    fill:#a061db
}

.event.Training-computerAssisted{
    fill:#521e83
}


.event.Study-user{
    fill:#61db75
}

.event.Study-computerAssisted{
    fill:#247532
}

/* .event{
    opacity:.5;
    stroke:white;
    stroke-width:3px;
} */

.BrowseAway{
    fill:rgb(59, 59, 59);
    stroke:none;
    opacity:1;
}

.rank,.visType{
    font-weight:bold;
}

.help{
    fill:rgb(179, 0, 0);
}

.reloadedpage{
    fill:purple
}

.task,.submittedvalidanswer{
    fill:rgb(2, 118, 87)
}

.submittedincorrectanswer,.submittedinvalidanswer{
    fill:red;
}

.clearedallselections{
    fill:rgb(193, 135, 64);
}

.searchedfornode{
    fill:rgb(4, 123, 174)
}
.shepherd-title{
    font-weight:bold !important;
    font-size:20px !important;
    color:#1b5486 !important;
}
.shepherd-modal-is-visible .shepherd-modal-overlay-container {
    opacity:.35!important;
}    

div.tooltip {
    position: absolute;
    color:black;
    text-align: center;
    font-size:13px;
    width: 200px;
    border-radius: 5px;
    padding: 2px;
    background: white;
    border: 0px;
    pointer-events: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    }

#targetSize{
    width:1920px;
    height:1080px;
    /* width:1920px; */
    /* height:1080px; */
}

#visPanel{
    height:1060px;
    overflow-y:scroll;
}

#easyLabel{
    padding-left:0px;
}

.message-header p, .message-body{
    white-space: normal;
}

.selectBox.selected{
    fill:rgb(255, 111, 0);
    
}

.input.searchInput {
    width:80% !important;
}

.taskMenu{
    height:300px;
    overflow-y:scroll;
}

.taskMenu .button{
    padding:10px 10px;
    color:white;
    background-color:#4285f4;
}

.taskShortcut.currentTask{
    padding:10px 10px;
    color:white;
    background-color:#244d90;
}

#hardLabel{
    padding-left:190px;
}

#easyHardRating{
    padding:0px 5px;
}

#taskArea .card-header-title{
    display:block
}

.task{
    font-size:30px;
}

.answer{
    font-size:25px;
}


#taskArea .taskCard, #taskArea .answerHeader{
    background-color:#4285f4;
}

#taskArea .taskCard .card-header-title, .answerHeader .card-header-title{
    color:white;
}

.taskCard, .answerHeader{
    padding:10px 10px;
    font-size:20px;
}

#clear-selection{
    width:80%;
    margin-top:10px;
}


#submitButton, #searchButton{
    color:white;
    background-color:#4285f4;
}

#nextTrialTask{

    /* display:none; */
    color:white;
    background-color: #787878;
    border-width:0px;


}

.modalStartTrials .modal-card, .modalStartStudy .modal-card{
    width: calc(100vh - 100px);
}

.hint{
    color:rgb(50, 50, 50);
    font-size:14px;
    display:block;
}

.correctMsg{
    color:white;
    /* font-style:italic; */
    font-size:23px;
    /* display:none; */
}

.difficulty,.confidence{
    font-size:12px
}
.svg-container{
    width:100%;
}

#feedbackCard{
    background-color:#fac667;
    font-size: 20px;
    font-weight: 900;
    display:none;

}
#clear-selection{
    background-color:#898989;
}

.frames{
    fill:none;
}
.frames.sortedOn{
    stroke-width:4px;
    stroke:black;
}

.frames.selected{
    stroke-width:4px;
    stroke:black;
}
/* .attribute{
    font-weight:bold;
    color:#f7e671;
} */


#start-trials{
    color:white;
    background-color:#898989;
    width:100%;
}

.clusterSelected .nestedEdges{
    fill:#ff6a00bf;
}

.taskCard .errorMsg{
    margin-bottom:0px;
    display:none;
}

#submitButton[disabled], #clear-selection[disabled]{
    color:#505050;
    background-color:lightgrey;
}

.errorMsg{
    color:rgb(211, 5, 5);
    font-style:italic;
}

/* .correctMsg{
    color:#4285f4;
    font-style:italic;
    display:none;
} */

#submitSuccessful{
    color:#4285f4;
    font-weight:bold;
}

#nextTask{
    margin:10px 0px;
    padding:10px;
    color:white;
    background-color:#4285f4;
    font-size:18px;
    font-weight:bold;
}




#experimentr {
    margin: 4em auto 1em auto;
    width: 1200px;
}

#control {
    margin-top: 1em;
}

#next-button {
    float: right;
}

.placeholder {
    color: #7A378B;
    font-weight: bold;
    text-decoration: underline;
}


#workerId{
    width:60%
}
