
.day-list {
    overflow-y: scroll;
    height: calc((100vh) - 163px);
}

.picture-in-talk-item-size {
    width: 190px;
    padding: 8px;
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer!important;
}

.picture-in-talk-item {
    cursor: pointer;
}

.picture-in-talk-item-area {
    height: 150px;
    width: 100%;
    position: relative;
}

.picture-in-talk-item-image {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.picture-in-talk-item-video {
    height: 140px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}


.picture-in-talk-item-video-div {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.picture-in-talk-item-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: gray;
    font-size: 15px;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    margin: 0;
    min-height: 22px;
}

.checkbox-edit-picture {
    z-index: 1;
    position: relative;
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.process-group {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    width: 300px;
    padding: 13px 25px 10px 15px;
    cursor: pointer;
}

.process-select {
    background-color: #065ca8 !important;
    color: white !important;
}

    .process-select > * {
        background-color: #065ca8 !important;
        color: white !important;
    }

.drag-over-process > a {
    background-color: #28a745 !important;
    color: white !important;
}

.drag-over-process {
    background-color: #28a745 !important;
    color: white !important;
}

.process a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.process:hover > a,
.process:focus > a {
    background-color: #065ca8 !important;
    color: white !important;
}

.process:hover,
.process:focus {
    background-color: #065ca8 !important;
    color: white !important;
    cursor: pointer;
}

.process-group-sidebar {
    width: 300px;
    height: calc((100%) - 82px);
    position: absolute;
    padding-left: 15px;
}

.picture-scrollbar {
    height: inherit;
    width: inherit;
    overflow-x: hidden;
}

.process-picture > .picturelist > .scroll-picture-list {
    width: calc((100%) - 152px);
    height: calc((100%) - 82px);
    position: fixed;
}

.scroll-picture-list {
    width: auto;
    height: calc((100%) - 82px);
}

.scroll-process-picture-list {
    min-height: calc((100vh) - 162px);
    max-height: calc((100vh) - 162px);
    overflow-y: scroll;
}

.modal-edit-picture-dialog {
    width: 600px!important;
}

.modal-edit-process-dialog {
    width: 600px!important;
}

.process-picture-label {
    padding: 6px 8px !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #00aebb !important;
    margin-left: 5px;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 78px;
}

.process-picture-edit-label {
    background-color: #69737b !important;
}

.process-badge {
    margin-right: 5px;
    height: 50px;
}

.drag-mode {
    position: absolute;
    left: 300px;
    top: 162px;
    width: calc((100vw) - 300px);
    height: calc((100vh) - 162px);
    background-color: rgba(0,0,0,0.8);
    pointer-events: none;
    visibility: hidden;
    z-index: 1;
}

.drag-text {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 40%;
    font-weight: bold;
    visibility: hidden;
    z-index: 3;
}

.drag-process-name {
    max-width: 80vw;
    margin-left: 4vw;
    margin-right: 4vw;
}

    .drag-process-name::before {
        content: "【";
    }

    .drag-process-name::after {
        content: "】";
    }

.ui-selecting, .ui-selected {
    background-color: #0069d9;
}

    .ui-selecting .picture-in-talk-item-text,
    .ui-selected .picture-in-talk-item-text {
        color: #fff;
    }

.ui-draggable-dragging {
    z-index: 2;
}

.multiple-clone {
    width: 190px;
    height: 265px;
    padding: 8px;
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #0069d9;
    cursor: pointer!important;
    color: #fff;
    font-size: 50px;
    line-height: 240px;
    position: absolute;
    text-align: center;
    opacity: 0.8;
}

.cancel-alert {
    position: absolute;
    top: 200px;
    right: 20px;
    color: #fff;
    background-color: #0069d9;
}

.alert-link {
    color: #fff!important;
}

    .alert-link:hover,
    .alert-link:focus {
        color: #fff!important;
        text-decoration: underline;
    }

.cancel-alert > .close:hover,
.cancel-alert > .close:focus {
    color: #fff;
    background-color: #8ab4f8;
}

.picture-loader {
    position: fixed;
    z-index: 10000;
    top: 162px;
    left: 300px;
    height: calc((100%) - 163px);
    width: calc((100%) - 300px);
    background: rgba( 255, 255, 255, .8 );
}

.drop-operation {
    position: relative;
    top: 10px;
    left: 80px;
}

.ai-batch {
    padding: .2em 1em 0;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    border-radius: 1em;
    background-color: red!important;
}

.ai-classified-icon {
    position: absolute;
    bottom: 0;
    right: 5px;
}

    .ai-classified-icon > img {
        width: 22px;
        height: 27px;
        padding-bottom: 5px;
    }

.selectable-info {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #0069d9;
}

.modal-ai-legend-dialog {
    width: 500px !important;
}

.btn-ai-legend {
    width: 30px;
    height: 30px;
    border-radius: 15px !important;
    line-height: 1.6;
    padding: 6px 0 !important;
    color: #6c757d;
    margin-right:15px;
}

.ai-legend-process-picture-label {
    background-color: #00aebb !important;
    width: 30px;
    height: 16px;
    vertical-align: middle;
    margin: 7px 5px 7px 10px;
    display: inline-block;
}

.ai-legend-process-picture-edit-label {
    background-color: #69737b !important;
    width: 30px;
    height: 16px;
    vertical-align: middle;
    margin: 7px 5px 7px 10px;
    display: inline-block;
}

.ai-legend-icon {
    width: 30px; 
    height: 30px;
    margin: 0px 5px 0px 10px;
}

.ai-legend-list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 8px 8px 12px;
    word-wrap: normal;
    text-indent: -50px;
    padding-left: 60px !important;
}

/* helper css for selectableScroll */
.ui-selectable-helper.no-top {
    border-top: 0;
}

.ui-selectable-helper.no-right {
    border-right: 0;
}

.ui-selectable-helper.no-bottom {
    border-bottom: 0;
}

.ui-selectable-helper.no-left {
    border-left: 0;
}

.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;
}

    .list-group-item-custom:hover {
        cursor: pointer;
    }

    .list-group-item-custom.active {
        background-color: #6c757d;
        color: #fff;
        border: 1px solid #f5f5f5;
    }


.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.process-label,
.process-search-label {
    font-size: 10.5px;
    color: #666666;
}

.process-label-lg, .process-search-label-lg {
    font-size: 12px;
    color: #666666;
}

.process-group-selector-items,
.process-selector-items {
    font-size: 12px;
    max-height: 360px;
    min-height: 360px;
    overflow-y: scroll;
}

.process-selected .fstControls {
    min-height: 35px;
}

.picture-process-type-selector > .picture-process-type-item.active {
    background-color: #6c757d !important;
    color: #fff !important;
    border: 1px solid #f5f5f5;
    box-shadow: none;
}

.picture-process-type-item + .picture-process-type-item {
    border-left: 0;
}

.picture-badge-position {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 25px;
}

.ai-badge-position {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.process-position {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process-menu-detail {
    font-size: 12px;
    color: #6c757d;
    padding-left: 8px;
}

.process-menu-link {
    display: inline-block!important;
    max-width: 235px;
    word-break: break-all;
}

.picture-limit-confirm {
    position: relative;
    top: 5px;
    left: 80px;
    color: red;
}

.picture-select-detail {
    position: relative;
    left: 80px;   
}

