﻿.max-width {
    width: 100%;
}

.max-height {
    height: 100%;
}

.text-left {
    text-align: left;
}

.width-95 {
    width: 95% !important;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-top-padding {
    padding-top: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.column-header {
    border-bottom: black 1px solid;
    background-color: #fffaf0;
    height: 45px;
}

.warning-bar {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 27px;
    border-radius: 10px;
    background-color: #2c3e50;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, #f1c40f 40px, #f1c40f 80px);
}

    .warning-bar > span {
        color: #ff0000;
        font-weight: 900;
        font-size: 22pt;
    }

.setup-actions-container {
    min-width: 525px;
}

    .setup-actions-container > .ui.segment {
        height: 100%;
        min-width: 525px;
    }

    .setup-actions-container .accordion .title {
        min-width: 500px;
    }

.setup-action-status-completed {
    background: #fcfff5;
    color: #2c662d;
}

.setup-action-status-failed {
    background: #fff6f6;
    color: #9f3a38;
}

.setup-action-status-reverted {
    background: #fffaf3;
    color: #573a08;
}

.setup-action-status-cancelled {
    background: #fffaf3;
    color: #573a08;
}


.setup-action-status-failedonce {
    background: #fff4f4;
    color: #9f3a38;
}

.modified-input {
    background-color: #fbbd08 !important;
}

.disabled {
    pointer-events: none;
}

.audit-data {
    word-break: break-word;
}

.center-text {
    text-align: center;
}

.environment {
    display: flex !important;
    vertical-align: middle;
}