.dd-component {
    font-family: "Segoe UI",sans-serif !important;
    float: right;
    width: 100%;
    position: relative;
    z-index: 9991099;
}
.dd-component-label {
    position: absolute;
    left: -50px;
    top: 4px;
}
.dd-active-item{
    padding: 3px 5px;
    height: 20px;
}
.dd-active-item-count-messages{
    margin-right: 20px !important;
}
.dd-active-item-count-messages, .dd-item-count-messages{
    float: right;
    font-size: 10px !important;
    margin-right: 7px;
}
.dd-active-item-pin {
    background-image: url("/assets/images/gadget/retorno/seta_baixo.png");
    position: absolute;
    top: 10px;
    *top: 6px;
    right: 7px;
    width: 12px;
    height: 10px
}
.dd-active-item-pin img{
    width: 9px !important;
}

.dd-active-item, .dd-content-items{
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    color: #555;
}
.dd-content-items{
    padding: 5px 0;
    margin-top: 1px;
    position: absolute;
    z-index: 9991079;
    width: 99.4%;
    /*height: 60px;*/
    /*overflow: auto;*/
}
.dd-active-item, .dd-active-item-pin, .dd-item{
    cursor: pointer;
}
.dd-item {
    padding: 3px 3px 3px 5px;
}
.hover{
    background-color: #8095a0 !important;
    color: #FFFFFF !important;;
    z-index: 9991089 !important;
}
