.WebLink {
        margin: 10px 0;
        margin-top: 0;
}
.WebLink .HeadLink {
        background: #0685d0 url(images/bar.png) no-repeat scroll right center;
        border-radius: 3px 3px 0 0;
        height: 30px;
}
.WebLink .HeadLink .Title {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 35px;
		background: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/7645/banner/icon-cat.png) no-repeat 10px;
        line-height: 30px;
        color: #ffffff;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content *{
        font-size: 13px !important;
}
.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 #e4e4e4;
        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){
        div.WebLink {
                width: 100vw;
                padding: 0 15px;
                margin-bottom: 15px;
        }
}
