.status-new { background: #2d9cdb; }
.status-viewed { background: #56ccf2; }
.status-contacted { background: #9b51e0; }
.status-follow-up { background: #f2c94c; color:#333; }
.status-quoted { background: #f2994a; }
.status-potential { background: #6fcf97; }
.status-customer { background: #27ae60; }
.status-no-response { background: #bdbdbd; }
.status-lost { background: #828282; }
.status-bad { background: #eb5757; }

.cost_{
    background-color: #eb5757;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.autocomplete-items {
    text-align: left;
}
button:hover{
    outline: 2px solid green;
}

button:disabled{
    background-color: rgb(231, 231, 231) !important;
}
.msg{
    display: none;
    margin-top: 10px;
}
.msg.info{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #004085;
}
.msg.warning{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #857800;
    background-color: #feffcc;
    border:1px solid #857800;
}