
.container {
    max-width: 9999px;
}

.field-label {
    flex-grow: 1.5;
}

.table thead th {
    background-color: #2d4c8a;
    color: #FFFFFF;
}

.entry-form {
    background-color: #cfdfed;
}

.title {
    margin-bottom: 0.5rem !important;
}

.readonly {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    height: 2rem;
    padding: 0.2rem 0.37rem;
    background-color: #fafafa;
}

.columns {
    margin-bottom: 0 !important;
}

.design {
    position: absolute;
    top: 52px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    overflow: hidden;
    border: 2px solid #dbdbdb;
}

.design .status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    border-bottom: 2px solid #dbdbdb;
}

.design .parts {
    position: absolute;
    top: 30px;
    left: 0;
    width: 80px;
    bottom: 0;
    overflow: hidden;
    border-right: 2px solid #dbdbdb;
}

.design .image {
    position: absolute;
    top: 30px;
    left: 80px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.design .parts .radioo {
    cursor: pointer;
    border-bottom: 1px solid gray;
}

.design .plate {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* background-color: violet; */
}

.is-cell-right {
    text-align: right!important;
}


.dropdown-content {
    display: none;
    top: 38px;
    position: absolute;
    padding: 2px;
    background-color: #f9f9f9;
    border: 2px solid rgb(219, 219, 219);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content.visible {
    display: block;
}

.dropdown-item {
    float: none;
    padding: 1px 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-item img {
    height: 26px;
    margin-right: 5px;
}

.dropdown-item img {
    vertical-align: middle;
}
