.panel-heading.card-header.card-item-title {
    padding: 0px!important;
}
.text-croped{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.codCard-infos-minamal-info{
    display: none;
}
.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 5px;
}
.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px 20px 0 20px;
    margin-bottom: 0px;
}

.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
    margin-bottom: 0px;
}

.body.controleAtendimentoAbas {
    padding: 0px;
}

.btn-cardfooter:not(.btn-link):not(.btn-circle) i {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 0;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px !important;
    position: initial !important;
    top: initial !important;
}
.btn-success{
    color: #fff;
}