.WebLink {
        /* position: absolute; */
        /* right: 0; */
        /* top: 14px; */
        /*padding: 0;
        background: #fff;*/
        margin-top: 10px;
}

.WebLink .HeadLink {
        background: rgba(0, 0, 0, 0) url("images/l.png") no-repeat scroll 0 0;
        display: none;
        height: 30px;
}

.WebLink .HeadLink .Title {
        background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll right center;
        color: #fff;
        display: inline-block;
        font: bold 10pt/19px arial;
        height: 27px;
        margin-left: 5px;
        padding-left: 10px;
        width: 155px;
}

.WebLink .Content {
        width: 100%;
}

.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}

ul.ImgWebLink {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-evenly;
        flex-wrap: wrap;
}

ul.ImgWebLink .Item {
        width: 100%;
        /* flex-grow: 1; */
}

ul.ImgWebLink .Item a {
        display: inline-block;
        width: 100%;
}

ul.ImgWebLink .Item a img {
        transition: 500ms;
}

ul.ImgWebLink .Item a img:hover {
        transform: scale(1.1)
}

@media only screen and (max-width: 768px) {
        ul.ImgWebLink {
                width: 100%;
                flex-wrap: wrap;
        }

        div.WebLink {
                width: 100vw;
                padding: 20px;
        }
}


.WebLink .RadComboBox_Office2007 .rcbInputCell, 
.WebLink .RadComboBox_Office2007 .rcbArrowCell {
        background-image: none !important;
}

.RadComboBoxDropDown_Office2007 {
        font-size: 13px !important;
}

.WebLink .RadComboBox_Office2007 .rcbReadOnly .rcbInput {
        background-color: #fff;
        opacity: 1;
        padding: 8px 0 8px 10px;
        font-size: 13px;
}

.WebLink .RadComboBox table td.rcbInputCell {
        padding: 0;
}

.WebLink .RadComboBox_Office2007 .rcbArrowCell.rcbArrowCellRight {
        background-color: #fff;
        padding: 0 5px 0 5px;
}

.WebLink .RadComboBox_Office2007 .rcbArrowCell.rcbArrowCellRight::before {
        content: '\f078';
        font-family: 'FontAwesome';
}

.WebLink .RadComboBox_Office2007 .rcbArrowCell.rcbArrowCellRight a {
        display: none !important;
}