.ui-dialog {
    z-index:4000;
}

.modal-option{
    width:100px;
    float:right;
    margin:10px;
}

.modal-option-label{
    padding:10px;
}

#outlier_form{
    overflow: hidden;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    cursor: pointer;
}

.skin-hawkeye .modal-dialog {
    overflow-y: initial !important;
}

.skin-hawkeye .modal-body {
    min-height: 30vh !important;
    max-height: 80vh !important;
    overflow-y: auto;
}