/*-----写真項目一覧画面のスタイル-----*/
.panel-body-pictureitem {
    min-height: 34.5em !important;
}

.pictureitem-list-column-width-number {
    width: 5%;
    max-width: 5%;
}

.pictureitem-list-column-width-process-group {
    width: 35%;
    max-width: 35%;
}

.pictureitem-list-column-width-process {
    width: 35%;
    max-width: 35%;
}

.pictureitem-list-column-width-item {
    width: 60%;
    max-width: 60%;
}

.pictureitem-list-column-width-button {
    width: 10%;
    max-width: 10%;
}

.pictureitem-list-column-width-move {
    width: 10%;
    max-width: 10%;
}

.pictureitem-ai-batch {
    padding: .2em 1em 0;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 1em;
    background-color: red!important;
}

.pictureitem-name {
    display: inline-block;
    max-width: 87%;
    vertical-align: middle;
}

/*-----工程選択ダイアログのスタイル-----*/
.pictureitem-process-name {
    max-width: 336px;
}

.pictureitem-process-type-selector > .pictureitem-process-type-item.active {
    background-color: #6c757d !important;
    color: #fff !important;
    border: 1px solid #f5f5f5;
    box-shadow: none;
}

.pictureitem-process-type-item + .pictureitem-process-type-item {
    border-left: 0;
}

.pictureitem-list-group-item-custom {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 8px 8px 12px;
    word-break: break-all;
}

    .pictureitem-list-group-item-custom:hover {
        cursor: pointer;
    }

    .pictureitem-list-group-item-custom.active {
        background-color: #6c757d;
        color: #fff;
        border: 1px solid #f5f5f5;
    }

    .pictureitem-list-group-item-custom.disabled {
        background-color: lightgray;
    }

.pictureitem-list-group {
    font-size: 12px;
    max-height: 360px;
    min-height: 360px;
    overflow-y: scroll;
    padding-left: 0;
    margin-bottom: 0;
}

.pictureitem-process-label {
    font-size: 10.5px;
    color: #666666;
}

.pictureitem-process-label-lg {
    font-size: 12px;
    color: #666666;
}

.pictureitem-process-selected .fstControls {
    min-height: 35px;
}

.pictureitem-position-middle {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-title {
    color: #065ca8;
    font-weight: bold;
    font-size: 16px;
}

