.doc-table{
    height: 30vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form-update{
    padding: 20px 0;
}
.abstract_text{
    padding: 20px;
}
.doc-table .table, .abstract_text {
    font-size: 16px;
}

.doc-table td{
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-ui{
    background-color: #ffffff;
    height: 60vh;
    overflow: scroll;
}


#UI-Form label{
    position: relative;
}

.l_label {
    display: none;
    position: absolute;
    width: 400px;
    background: #000;
    color: #fff;
    bottom: 20px;
    right: 10px;
    padding: 5px;
}

#UI-Form label:hover .l_label {
    display: block;
}
body, h1,h2,h3,h4,h5,h6,p,td{
    color: #000000 !important;
}
hr:not([size]) {
    height: 1px;
    margin: 3px !important;
}
