.UIGazetteField {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0 10px;
    /* border-radius: 3px; */
}
td.ItemStyle {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px;
}
.UIGazetteField .Header {
     text-transform: uppercase;
    font-weight: 600;
   padding: 10px 15px;
    color: var(--bg-blue-weight);
    display: inline-block;
    /* background: url(images/huyhieu.gif) no-repeat 5px 5px; */
    /* padding-left: 39%; */
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    align-content: end;
    background-color: whitesmoke;
    text-align: center;
}
.UIGazetteField .Detail > table {
    width: 100%;
}
.UIGazetteField .Header span {
      color: #900000;
}
.UIGazetteField .Detail {
      
}
.UIGazetteField .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.UIGazetteField .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
}
.UIGazetteField .Detail .UserItem > a {
     padding: 6px 10px !important;
    font-weight: bold !important;
    color: #337ab7 !important;
}
.UIGazetteField .Detail .UserItem {
       
    font-weight: bold !important;
    color: #337ab7 !important;
}
.UIGazetteField .Detail .UserItem > a:hover {
     color: #900000 ! IMPORTANT;
       
}
