.body{
    outline: none;
}
.assessment-dialog-control-bar{
background: #ececec;
    width:100%;
}

.assessment-dialog-control-bar div,#dialog-assessment-body div{
    display:inline-block;
}

.one-third{
    width:30%;
    vertical-align: top;
}
.two-thirds{
    width:69%;
    vertical-align: top;
}

.white-button{
   background-color: white;
   color:#6694c7;
}

.assessment-section{
    background: #ececec;
    padding:8px;
    margin: 16px 0;
}
.assessment-section textarea {
    width: calc(100% - 30px);
    margin: 10px;
    min-height: 70px;
}
.assessment-section textarea:disabled{
    opacity: .5;
}

.assessment-section fieldset {
    margin: 14px;
    border: 1px solid #d2d2d2;
    padding: 8px;
}

#dialog-assessment-questions{
    margin: 10px 4px;
    line-height: 18px;
    color: #5e7b5c;
    border-right: 1px solid #ececec;
    outline: none;
}

#dialog-assessment-questions li{
    cursor: pointer;
    padding: 5px 4px;
}
#dialog-assessment-questions li:hover{
    background: #ececec;
}
#dialog-assessment-questions li.selected{
    background: #ddefe2;
}

#dialog-question-answer{
    margin: 12px 0;
    width:100%;
}
.greybg {
    background-color: rgb(236, 236, 236);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#dialog-assessment-questions li i{
    margin-left:10px;
}
#dialog-assessment-questions li i.fa-times{
    color:red;
}

#dialog-question-answer h1 {
    margin: 16px 0 8px 0;
}
#dialog-question-answer {
    margin: 5px 0 0 10px;
    line-height: 16px;
}

#attempt-select{
    width: unset;
    background: #6594c7;
	min-width:253px;
    color: white;
    height: 33px;
}
.assessing-student-name{
    padding: 4px 0;
    line-height: 19px;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

#tabs_report{
    width:100%;
}
#tabs_report h3, #tabs_report fieldset{
    margin:6px 0;
    padding: 17px 0;
}
 #quiz_report_notes {
    width:813px;
    height: 200px;
}

#assessor-availability-button{
    margin: 10px 0;
    background: #F44336;
    color: white;
}

#assessor-availability-button.available{
     background: #589247;

}

#correctAnswers img {
    max-width: 80%;
}
.to-right{
    float:right;
}
#dialog-assessment-body .verifier_comment{
    padding: 16px;
    z-index: 1000;
    display: none;
    position: absolute;
    top: 29%;
    background: #c7c7c7;
    left: 20%;
    right: 20%;

    box-shadow: 2px 14px 18px -4px rgba(97,97,97,0.4);
}
#show_verifier_comment_box{
    margin: 2px 3px;
}

#dialog-assessment-body .verifier_comment.show{
    display:block;
}

#dialog-assessment-body .verifier_comment p{
    margin: 15px auto;
    color: #4c4b4b;
}
 .verifier_comment textarea{
   height: calc(100% - 220px);
}
.bold{
    font-weight: bold;
}
.row {
    margin: 6px 0;
}
.pinned_comment_row {
    border: 1px solid #648d9e;
    margin: 2px;
    padding: 9px;

}
.button-danger{
    background:white !important;
    border:1px solid red !important;
    color:red !important;
}
.button-warning{
    background:white !important;
    border:1px solid #ff8329 !important;
    color:#ff8329 !important;
}
.button-ok{
    background:white !important;
    border:1px solid #3e683b !important;
    color:#3e683b !important;
}
.button-danger-filled{
    background:red !important;
    border:1px solid red !important;
    color:white !important;
}
.button-warning-filled{
    background:#ff8329 !important;
    border:1px solid #ff8329 !important;
    color:white !important;
}
.button-ok-filled{
    background: #52b94d !important;
    border:1px solid #52b94d !important;
    color:white !important;
}
.hidden{
    display: none;
}

.assessment-section  textarea:disabled {
    opacity: 1 !important;
    border: none !important;
}
.assessment-section hr{
    margin:unset;
}
textarea.dirty{
    border: 1px solid green;
    box-shadow: 1px 1px 9px #6666668c;
    background: white !important;
}

#dialog-confirm-course .assessment-section textarea{
    background: whitesmoke;
}

