.page-header {
    font-size: 0.5em;
    background-color: lightgray;
    padding: 1px 4px;
    align-items: flex-end;
    border-radius: 4px;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.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;
    white-space: nowrap;
}

.scenario-disp {
    white-space: normal;
}

.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;
}

.icon-detail {
    /* width: 1em;
    height: 1em; */
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-detail-closed {
    border-left: solid 11px #333333;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
}

details[open] .icon-detail-closed {
    border-top: solid 11px #333333;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: none;
}

.icon-detail-closed.white {
    border-left: solid 11px #ffffff;
}

details[open] .icon-detail-closed.white {
    border-top: solid 11px #ffffff;
}

table.adm-table {
    width: 100%;
    border-collapse: collapse;
}

table.adm-table th, table.adm-table td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: left;
}

table.adm-table th {
    background-color: #f0f0f0;
}

