@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.FieldControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
}
.FieldControl .Header {
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #2c6fc2 !important;
    min-height: 41px !important;
}
.FieldControl .Header > span {
    display: inline-block;
    background: url(/themes/hagiangedu/images/icon-site.png) no-repeat;
    line-height: 42px;
    padding-left: 35px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.FieldControl .Detail {
    padding: 0 10px 10px;
    font-family:roboto;
    font-size:11pt;
}
.FieldControl .Detail .UserItem {
    background: rgba(0, 0, 0, 0) url("/themes/hagiangedu/images/icon-listnew.png") no-repeat scroll left center;
    padding: 2px 0 2px 10px;
}
