.page-header {
    font-size: 0.5em;
    background-color: lightgray;
    padding: 1px 4px;
    align-items: flex-end;
    border-radius: 4px;
    margin-bottom: 0.5em;
}

.sub-title {
    font-size: 1.5em;
}

.scenario-list {
    /* border: 1px solid lightgray; */
    padding: 0.3em 0.5em;
}

.zero-scenario {
    color: gray;
    text-align: center;
}



.form-actions {
    background-color: aliceblue;    
}



.label {
    background-color: #b3d8ff;
    color: rgb(0, 0, 0);
    padding: 2px 8px;
    min-width: 5em;
    white-space: nowrap;
    margin-bottom: 2px;
}

.scenario-title {
    font-size: 1.5em;
    font-weight: bold;
}

.scenario-info {
    margin-bottom: 0.5em;
    color: gray;
    font-size: 0.8em;
}

.scenario-guid {
    font-style: italic;
}

.scenario-create-dt {

}

.scenario-modify-dt {

}

.text {
    font-size: 1em;
}

select.text {
    padding: 0.2em 0.5em;
}

.title {
    font-size: 1.5em;
    font-weight: bold;
}

input.text {
    font-size: 1em;
    padding: 0.2em 0.5em;
}

input.title {
    font-size: 1.5em;
    font-weight: bold;
}

button {
    padding: 0.2em 0.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    border: 1px solid gray;
}
button:hover {
    background-color: gray;
}

button.action {
    background-color: #007bff;
    color: white;
    border: 1px solid transparent;
}

button.action:hover {
    background-color: #0056b3;
}

button.cancel {
    background-color: #545b62;
    color: white;
    border: 1px solid transparent;
}

button.cancel:hover {
    background-color: #6c757d;
}

button.save {
    background-color: #1e7e34;
    color: white;
    border: 1px solid transparent;
}

button.save:hover {
    background-color: #28a745;
    
}

div.CDialog .CDialog-body {
    overflow: auto;
}