.WebLink {
        background: #fff none repeat scroll 0 0;
        /* height: 70px; */
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
}
.WebLink .HeadLink {
        /* background: rgba(0, 0, 0, 0) url("images/verbar.png") repeat scroll 0 0; */
        height: 30px;
        width: 100%;
        background-color: #17a038;
}
.WebLink .HeadLink .Title {
        color: #ffffff;
        display: inline-block;
        font: bold 14px/30px arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.WebLink .Content {
        padding: 0;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #ddd;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
.WebLink .Content .ImgWebLink{
        padding: 10px;
        border: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 310px;
        overflow: auto;
}
.WebLink .Content .ImgWebLink .Item{
}
