.WebLink {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin: 20px auto;
}
.WebLink .HeadLink {
    /*background: linear-gradient(to right top, #108dd6, #1890d7, #1f93d9, #2595da, #2a98db, #2a98db, #2a98db, #2a98db, #2595da, #1f93d9, #1890d7, #108dd6);*/
    background: #145a8d;
}
.WebLink .HeadLink .Title {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.WebLink .HeadLink .Title:before{
        /* content: ''; */
        width: 200px;
        height: 3px;
        display: inline-block;
        position: absolute;
        background: #0d7840;
        bottom: -2px;
}
.WebLink .Content{
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink .Content .ImgWebLink{
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.WebLink .Content .ImgWebLink .Item{
        flex-grow: 1;
        width: 180px;
        height: 100px;
        margin: 5px;
        border: 1px solid #e4e4e4;
}
.WebLink .Content .ImgWebLink .Item a{
        display: inline-block;
        height: 100%;
        width: 100%;
}
.WebLink .Content .ImgWebLink .Item img{
        width: 100%;
        object-fit: fill;
        height: 100%;
}
.WebLink .HeadLink .Title {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #cccc;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media only screen and (max-width: 768px){
        .WebLink {
                padding: 20px 0 !important;
        }
}