.dropdown-description {
    display: none;
}

.criteria-table-cell {
    color: #ffffff;
    padding: 4px;
    display: block;
    text-align: center;
    border-radius: 4px;
}

/*@media screen and (min-width: 400px) {
    .dropdown-description {
        display: block;
        position: absolute;
        right: 70px;
        top: 15px;
        max-width: 200px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 4px;
        padding: 6px;
        padding-left: 10px;
        padding-right: 10px;
        opacity: 0.8;
    }
}
*/
.angucomplete-dropdown {
    width: 300px;
    z-index: 9999;
    padding: 0px;
    text-align: left;
}

.angucomplete-row {
    width: 300px;
    z-index: 9999;
    padding: 5px;
    border: 1px solid #ECECEC;
}

.form-control-complete {
    outline: 0;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    width: 95%;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-control-complete:disabled {
    background-color: #ddd;
    color: #999;
}

.form-control-complete-small {
    width: 72%;
}

.pointer {
    cursor: pointer;
}

.highlight {
	font-weight: bold;
}
