.button img,.button_small img,.button_round img{
    display:none;
}
.button span,.button_small span,.button_round span,button.ui-button.ui-widget.ui-button-text-only span{
    color: #5E5F62!important;
    padding: 0!important;
    margin: 0!important;
}
button.ui-button.ui-widget.ui-button-text-only{
    background-color:transparent!important;
    border:none!important;
}
.button,.button_small,.button_round,button.ui-button.ui-widget.ui-button-text-only{
    cursor: pointer;
    text-decoration:none!important;
    box-shadow:0px 0px 3px #888888!important;
    border-radius: 4px!important;

    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center!important;
    min-width: 92px;
    color: #5E5F62!important;
    margin-left: 5px;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;

    background: #fafafa; /* Old browsers */
    background-image: url('gradient.png');
    background-position: center;
    background-repeat-x:repeat;
    background-repeat-y:no-repeat;
}
.button:hover,.button_small:hover,.button_round:hover,button.ui-button.ui-widget.ui-button-text-only:hover{
    background-image: url('gradient_hover.png');
    box-shadow:0px 0px 1px #888888;
}
.button_small,.button.small{
  height: 17px;
  line-height: 17px;
  min-width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.td_form_search .button,.td_form_search .button_small,.td_form_search .button_round{
  margin-left: 0px;
}

.titulo_conteudo > .titulo_buttons{
  margin-top: 0px!important;
}

.button_merge{
    box-shadow:0px 0px 1px #888888;
    border:1px solid white;
    vertical-align:middle;
    border-radius:12px;
    white-space:nowrap;
    display: inline-block;
    overflow: hidden;
    height: 25px;
}
.button_merge >a{
    color: #5E5F62;
    background:white;

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align:middle;
    height: 26px;
    margin-left: -2px;
    margin-right: -2px;
    line-height: 24px;
    border-right: 2px solid #c8c8c8;
}
.button_merge >a:hover{
  color: white;
    background:#808285;
}
.button_merge >a.left{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 15px;
}
.button_merge >a.right{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 15px;
}
.button_merge >a.active,.button_merge >a.active:hover{
    background: #808285;
    color: white;
    cursor: default;
}
span.tagBox-item-content a.tagBox-remove{
    border-radius: 10px;
    background:#28A6DE;
}
.button,.button_merge,.button_small,.button_round{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
