.dt-error,
.column-error{
    background-color: #d61c1d;
    color: white;
    position: relative;
}
.column-error{
    width: 110px;
}
.dt-error > span,
.column-error > div > span{
    position: absolute;
    right: 10px;
    cursor: pointer;
}
table.bidding-middle td{
    vertical-align: middle;
}

.table-project>tbody>tr>td:nth-of-type(2)>div {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blink_me {
    animation: blinker 1s linear infinite;
    color:red;
    font-size: 18px;
    font-weight: bold;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@media (min-width: 1024px){
    .table-project{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
blockquote.list ul ul{
    padding-left: 20px;
}
blockquote.list ul ul li{
    font-size: 14px;
}
blockquote.list ul ul li::before{
    content: "\f061";
    font-family: FontAwesome;
}