.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 93%;
    margin-top: 5px;
}

.autocomplete-suggestion {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background-color: #f0f0f0;
}

.text-red {
    color: red;
}
.text-success {
    color: #18d66d;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.citation-sms-table,
#smsTable,
#voicemailTable{
    width: 100% !important;
}

#smsTable_wrapper > .row > .col-md-6:nth-child(1),
#voicemailTable_wrapper > .row > .col-md-6:nth-child(1) {
    width: 75%;
}

#smsTable_wrapper > .row > .col-md-6:nth-child(2),
#voicemailTable_wrapper > .row > .col-md-6:nth-child(2) {
    width: 25%;
}