.list-group-mine .list-group-item {
    padding: 1px;
    margin: 0px;
    border-top: 1px solid #fc3b27;
    border-left: 1px solid #fc3b27;
    border-left-color: #fc3b27;
    border-right-color: #fc3b27;
}

.list-group-mine .list-group-item:hover {
    background-color: #fc3b27;

}
.list-group-item-action-mine{width:100%;color:#495057;text-align:inherit}
.list-group-item-action-mine:focus,.list-group-item-action-mine:hover{z-index:1;color:#495057;text-decoration:none;background-color: #feffa8
}
.list-group-item-action-mine:active{color:#212529;background-color: #ffd42c
}
.active-mine{
    background-color: #fc3b27;
    text-decoration-color: #ffffff;
}

.list-group-mine-2 .list-group-item {
    background-color: #f5f5f5;
    border-bottom: 2px dashed;
    border-bottom-color: #95999c;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.list-group-mine-2 .list-group-item:hover {
    background-color: #feffa8;

}

.card-header-mine{
    background-color: #dbe0e3;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.blinking {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: rgb(197, 202, 205);

    }
    50%, 100% {
        background-color: #ffd42c;

    }
}
