﻿.wo-actions-button {
    padding: 1rem;
    flex: 0 1 auto;
    min-width: 150px;
    height: 45px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
}

.wo-actions-button:disabled {
    background-color: dimgray;
}

.wo-actions-loader {
    display: none;
    z-index: 1311;
    position: fixed;
    padding: 10px;
    margin: 0px;
    width: 10%;
    top: 40%;
    left: 45%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    cursor: default;
    opacity: 0.869816;
}

.wo-actions-error-message {
    color: red;
    margin-top: 1rem;
}

.wo-actions-info-message {
    color: black;
    display: inline;
    margin-top: 1rem;
}

/* Search */

.wo-actions-search-container {
    display: flex;
    flex-direction: row;
    margin: 1.5rem;
}

@media (max-width: 600px) {
    .wo-actions-search-container {
        flex-direction: column;
        align-items: center;
    }

    .wo-actions-search-input-container {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

.wo-actions-search-input-container {
    display: flex;
    flex-direction: column;
    padding-right: 1.5rem;
}

.wo-actions-search-input {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.work-order-actions-text-input {
    flex: 0 1 200px;
    min-width: 100px;
}

.wo-actions-input-label {
    min-width: 160px;
}

.wo-actions-action-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem
}

/* Doc table */

.wo-actions-doc-table-button {
    min-width: 100px;
}

/* Customize bootstrap modal for WebPlatform */
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}