#button {
    display: table-cell;
    vertical-align: middle;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    /*margin-top: -6px;*/
    background-color: #ffffff;
    top: 100% !important;
    margin-top: 1px;
}

.angucomplete-holder input {
    background-image: none !important;
}

.input-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

.align-left {
    text-align: left;
}

.right-align {
    float: right;
}

.col-width-small {
    width: 50px;
}

.col-width {
    width: 80px;
}

.col-width-bigger {
    width: 100px;
}

.col-width-large {
    width: 200px;
}

.actions-col {
    white-space: nowrap;
}

.actions-col-width {
    width: 150px;
}

.type-icon-size {
    width: 25px;
    height: 25px;
}

.color-display {
    display: inline-block; 
    width: 16px;
    height: 16px;
    border-radius: 50%; 
    border: 1px solid #ccc; 
    margin-right: 6px; 
    vertical-align: middle;
}

.detail-view-part-type-icon {
    width: 35px; 
    height: 35px; 
    vertical-align: middle; 
    margin-left: 6px;
}

.no-border-top {
    border-top: none;
}

.no-hover {
    background-color: #ffffff;
}

.border-top td {
    border-top: 1px solid #999999;
}

.text-color {
    color: rgb(85, 85, 85) !important;
}

input[type="date"].form-control {
    padding-right: 30px;
    padding-top: 10px;
}

.panel-title {
    font-size: 20px !important;
}

.code-green {
    color: #3c763d;
}

.status-container {
    display: flex;
    align-items: center;
    gap: 8px;
}
