﻿.x-btn-hasBadge {
    overflow: visible;
}

.x-btn-badgeCls {
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 2px;
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 4px;
 /* reset el estilo */
    padding: 1px 2px;
    background-image: none;
    background-color: #d3431c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1db73), color-stop(3%, #d7b929), color-stop(100%, #ad941f));
    background-image: -webkit-linear-gradient(top, #3cb8e8,#39aad5 3%,#1586b1);
    background-image: linear-gradient(top, #83d1ef,#3cb8e8 3%,#1586b1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0.1em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0.1em 0.1em;
    z-index: 12;
}

.has-badge {
    overflow: visible !important;
}

.hide-badge {
    display: none !important;
}