.WebLink {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /* background: none repeat scroll 0 0 #fff; */
        /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
        /* border-image: none; */
        /* border-radius: 3px; */
        /* border-style: solid; */
        /* border-width: 1px; */
        /* margin: 0; */
        margin-bottom: 15px;
        border-top: 0;
}
.WebLink .HeadLink {
        /* background: url("Images/logo.png") no-repeat scroll left 10px center rgba(0, 0, 0, 0); */
        height: 42px;
        padding: 0;
        background-color: #9F224E;
        display: flex;
        align-items: center;
}
.WebLink .HeadLink .Title {
        color: #ffffff;
        display: inline-block;
        padding: 0 0 0 45px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        background: url(https://storage-vnportal.vnpt.vn/hgg-sogddt/9108/Icon/icon-site.png);
        background-repeat: no-repeat;
        background-position: 10px -326px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content {
        padding: 10px;
        background: #E1EDF3;
        border: 1px solid #eeeeee;
        border-top: 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;
}
.RadComboBox {
        background: white;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                padding: 0 10px !important;
                margin-bottom: 10px;
        }
}
