
.row2 {
    background-color: #DADCEA;
}
.row1 {
    background-color: #C0C6E2;
}
.src_exp {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #030303;
    font-size: 11px;
    background: #e6e6e6;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    margin-left: 15px;
    border: 1px solid #989898;
}

    .src_exp:hover {
        background: #a190f8; /*f35800*/
        text-decoration: none;
        color: #FFF;
    }


.myDocRef {
    display: none;
}

.sourceTabs .ui-tabs-panel, .sourceTabs ul.ui-tabs-nav {
    padding: 0;
}

.sourceTabs ui-tabs-panel {
    margin-top: -4px !important;
}

.sourceTabs ul li.ui-tabs-selected a,
.sourceTabs ul li.ui-tabs-active a,
.sourceTabs .ui-tabs-active a,
.sourceTabs .ui-state-active a {
    color: #000 !important;
}

.myDocRef  li{
    list-style: none;
}

.doctable {
    border: 1px solid #aaaaaa;
    width: 100%;
    margin-top: -4px !important;
    table-layout: fixed;
    empty-cells: show !important;
    font-weight: normal !important;
    border-width: 1px !important;
    padding:18px 0;
}

.doctable td {
        vertical-align: top;
        /*font-size:11px*/
    }

.Paragraph, .doctablehead {
    font-weight: bold !important;
    padding: 8px;
    margin-bottom: 20px;
}


.docwrap {
    max-width: 180px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.doc_content {
    padding: 10px;
}


.sourceTabs ul li.ui-tabs-selected a,
.sourceTabs ul li.ui-tabs-active a,
.sourceTabs .ui-tabs-active a,
.sourceTabs .ui-state-active a {
    color: #000 !important;
}

#tabDocuments ul li.ui-tabs-selected,
.sourceTabs ul li.ui-tabs-active,
.sourceTabs ul li.ui-tabs-selected,
#genericinfo ul li.ui-tabs-active,
#genericinfo ul li.ui-state-active {
    border: 1px solid #aaa !important;
    z-index: 200;
    border-bottom: 1px solid white !important;
    background-image: none !important;
    background-color: white;
    position: relative;
    top: 2px;
}

th.k-header {
    white-space: normal !important;
}
/* added by JH on 2022-11-30 */
.doctable .doctablehead { padding: 18px 0 12px 0; }
.doctable .k-icon-brs { display: none; }