@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.AgencyControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        margin: 0 0 10px;
        margin-top: 9px;
}
.AgencyControl .Header {
        height: 32px;
        margin: 0 0 10px;
        padding: 0 10px;
        background: #2c6fc2 !important;
        min-height: 41px !important;
}
.AgencyControl .Header span {
        display: inline-block;
        font: bold 10pt/30px roboto;
        text-transform: uppercase;
        white-space: nowrap;
        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;
}
.AgencyControl .Detail {
        padding: 10px;
}
.AgencyControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.AgencyControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("Images/icon-listnew.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
}
.AgencyControl .Detail .UserItem > a {
        padding-left: 2px;
        font-family:roboto;
        font-size:10pt;
}
.AgencyControl .Detail .UserItem {
        padding: 2px 0;
}
.AgencyControl .Detail .UserItem > a:hover {
        color: #830304;
        text-decoration: underline;
}
