.panel-dashboard {
    height: initial;
}

.show-flag-toggle{
    cursor: pointer;
}
.show-flag-toggle.show-flags-selected{
    font-weight: bold;
    cursor: auto;
    color: #00679A;
}
.survey-stats-img{
    padding-bottom: 4px;
}
.scroll-area {
    height: inherit;
    overflow: auto;
    background-color: #ffffff;
    /*max-height: 375px;*/
}
.scroll-area {
    overflow-y: auto;
    max-height: 400px;
}
#move-left, #move-right {
    position: absolute;
    top: -20px;
    cursor: pointer;
    font-size: 40px;
    color: black;
}
#voe > div:nth-child(3) > div:nth-child(2) > div.row > div:nth-child(2) > div.flag-box > div > div > div.commentBox > table > tbody > tr .flagDetailsTableCol1 {
    float: none;
    text-align: left;
    font-weight: bold;
}
.red-text {
    color: #C52843;
}
.green-text {
    color: #98BC26;
}
.gray-text {
    color: #A7A8AA;
}
.glyphicon-question-sign {
    cursor: help;
    font-size: 12px;
    font-weight: bold;
    color: rgb(38,45,49);
    text-align: left;
}