.UIPortalList_Default2 .UIProtalList {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 10px;
        /* border-radius: 5px 5px 0 0; */
}
.UIPortalList_Default2 .UIProtalList .header-title {
        background: #bf0404 url(images/bar.png) no-repeat scroll right center;
        border-radius: 5px 5px 0 0;
        height: 26px;
        display:none
}
.UIPortalList_Default2 .UIProtalList .header-title .title {
        color: #fff;
        display: none;
        font: bold 10pt/28px arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.UIPortalList_Default2 .UIProtalList .ul-tab {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        /* border-radius: 5px 5px 0 0; */
        height: 30px;
        width: 100%;
        /* border-right: 1px solid #eee; */
        /* border-left: 1px solid #eee; */
        /* border-bottom: 1px solid #eee; */
        overflow: hidden;
        border-bottom: 1px solid var(--bg-blue-weight);
}
.UIProtalList .ul-tab {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        height: 30px;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid var(--bg-blue-weight);
}
.UIProtalList .ul-tab li {
        cursor: pointer;
        float: left;
        margin: 0;
        padding: 0;
        transition: all 0.8s ease 0.2s;
        position:relative;
}
.UIProtalList .ul-tab li.ActiveTab {
        color: #0074D7 !important;
        background-color: #FFF !important;
        /* border-radius: 3px 3px 0 0; */
        /* background: #bf0404 url(images/bar.png) no-repeat scroll right center; */
}
.UIProtalList .ul-tab .ActiveTab .text {
        /* text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;*/
        list-style-type: none;
        /*padding: 10px; */
        padding: 5px 10px;
        /* min-width: 250px; */
        background: #F9F9F9;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        /* transition: 200ms; */
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        font-style: normal;
        text-transform: uppercase;
        color: #62748D;
        border-bottom: none;
        white-space: nowrap;
}
.UIProtalList .ul-tab li.NormalTab:hover {
        background: #eee;
        border-radius: 3px 3px 0 0;
}
.UIProtalList .ul-tab li.NormalTab:hover .text {
        color: #bf0404;
}
.UIProtalList .ul-tab .NormalTab .text {
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 10px;
        color: var(--bg-blue-weight);
        display: inline-block;
        font-weight: 600;
}
.UIPortalList_ds_portal  .UIProtalList .lvwContent {
        border-color: #d9f0fc #eee #eee;
        border-style: solid;
        border-width: 1px 1px 1px;
        margin: 0;
        padding: 10px;
        background: #fdfcfc;
        max-height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a:hover {
        color: #bf0404;
}
.UIProtalList table {
        width:100%;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a {
        // color: #222;
        color: #0074D7;
        font-size: 14px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
        // background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll 11px center;
        /*padding: 2px 0 2px 30px;*/
        width: 33%;
        padding: 3px 0;
        padding-left: 20px;
        background: rgba(0, 0, 0, 0) url(images/folder-icon.png) no-repeat scroll left 6px;
        background-size: 14px 12px;
}
.UIProtalList .ul-tab li .text {
        /* padding: 0 20px 0 30px !important; */
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item img{
        width: 21px !important;
        padding-right: 5px;
        display: true;
}
