﻿.job-images-img-toolbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.job-images-img-upload-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.job-images-img-options {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
    align-items: baseline;
}

.job-images-img-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.job-images-img-container .mud-button .mud-image {
    height: 150px;
    width: 150px;
}

.job-images-img-none {
    display: flex;
    justify-content: center;
    align-items: center;
}
.job-images-modal {
    padding: 20px;
}

.job-images-button-bar {
    padding: 10px;
    position: sticky;
    bottom: 0;
}

.image-annotator-container {
    display: flex;
    flex-direction: column;
    height: 90vh;
}

.image-annotator-toolbar {
    display: flex;
    justify-content: space-between;
    height: 10%;
}

.image-annotator-image-info {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 30px;
    width: 20%;
}

.image-annotator-image-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.image-annotator-image-annotation-section {
    display: flex;
    flex-direction: row;
    height: 90%;
}

.image-annotator-images {
    flex: 1 1 auto;
}

.image-annotator-annotations {
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    width: 20%;
    padding: 5px;
    background-color: #f2f2f2;
}

.image-annotator-annotations-heading{
    padding: 20px;
}

.image-annotator-image-to-annotate {
    display: flex;
    justify-content: center;
    height: 85%;
}

.image-annotator-image-to-annotate .mud-image {
    height: 100%;
}

.image-annotator-image-thumbnails {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 20%;
}

.image-annotator-image-thumbnails .mud-button .mud-image {
    display: inline-block;
    padding: 10px;
    height: 100px;
}

.image-info-key {
    padding-left: 35px;
    padding-bottom: 10px;
    font-weight: 500;
}

.image-info-value {
    padding-bottom: 10px;
}

.job-images-img-selected{
    outline: solid 2px green;
}

.job-invoice-file-container img {
    height: 2em;
}