.mail-not-sent {
    color: grey !important;
}

.mail-sent {
    color: orange !important;
}

.mail-opened {
    color: green !important;
}

.mail-failed .mail-retried {
    color: red !important;
}

.dataTables_length select {
    width: 50% !important;
}

.error-message {
    color: red;
    font-weight: bold;
    size: 0.8em;
    border: 1px solid red;
}

table.dataTable tbody tr.selected {
    color: red;
}

.scroll-100 {
    max-height: 100px;
    overflow-y: auto;
}

.scroll-200 {
    max-height: 200px;
    overflow-y: auto;
}

.scroll-300 {
    max-height: 300px;
    overflow-y: auto;
}

.scroll-400 {
    max-height: 400px;
    overflow-y: auto;
}

.scroll-500 {
    max-height: 500px;
    overflow-y: auto;
}

.ui-autocomplete-loading {
    background: url('/img/loading-autocomplete.gif') white no-repeat left center;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
 }

 .tag {
    font-size: 13pt !important;
 }

 div.tagsinput span.tag a {
    font-size: 13pt !important;
    
 }