#login, #confirm_access, #admin_nav {
    background-color: #00458A !important;
}

.description-header {
    background-color: #00458A !important;
}

#submit {
    background-color: #9CC12B !important;
}

#title {
    border-bottom: 2px solid #9CC12B !important;
}

.devel-background {
    background-color: #ffe4e3;
}

.header-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
}

.devel-info {
    color: #eacfce;
    font-family: monospace;
    font-weight: bold;
    font-size: 300%;
    padding-right: 16px;
}

.no-dss-info {
    font-family: monospace;
    font-weight: bold;
    font-size: 120%;
    float: left;
    padding-left: 16px;
}

.container-fluid {
    border-top: 3px solid #9CC12B;
}

.cert-info th {
    padding-left: 0.5ex;
    white-space: nowrap;
}

.cert-info td {
    padding-left: 0.5ex;
    padding-right: 0.5ex;
}

.cert-info th::after {
    content: ":";
}

.cert-info tr:nth-child(even) {
    background-color: #f5f5f5;
}

.main-page {
    display: flex;
    flex-flow: column;
}

.main-page a.card-link {
    margin-left: 1em !important;
}

/* --------------------------------
    editor
 */

.editor {
    margin-top: 1em;
    border-collapse: collapse;
}

.editor-small {
    font-size: 60%;
}

.editor-no-wrap {
    white-space: nowrap;
}

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

.editor td {
    vertical-align: top;
    padding: 2px;
    border: solid thin black;
}

.editor-neplatny {
    background-color: #ffdcd8 !important;
}

.editor thead td {
    font-weight: bold;
}

.editor-border-top {
    border-top: solid thin black;
}

.editor tbody tr:nth-child(even), .editor thead tr {
    background-color: #e3e3e3;
}

.editor tbody tr:nth-child(even).editor-neplatny {
    background-color: #ffbfbc !important;
}

.editor-actions, .editor-action {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.editor-action {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 80%;
}

.final-message-to-tpp-client {
    font-weight: bold;
}

.full-check-errors td {
    vertical-align: top;
    padding: 2px;
    border: solid thin black;
}

.full-check-errors-small {
    font-size: 80%;
}

.full-check-errors-no-wrap {
    white-space: nowrap;
}

.full-check-errors tr:nth-child(even) {
    background-color: #e3e3e3;
}

.pem-chain {
    padding: 1em 1ex;
}

.upload-format-action {
    cursor: pointer;
    padding: 0 4px;
    /*
    border: solid thin black;
    */
    border-radius: 4px;
    margin-right: 1em;
    width: 6em;
    text-align: center;
}

.upload-format-action.upload-as-file {
    background-color: #00458A;
    color: white;
    /*
    background-color: lightblue;
    */
}

.upload-format-action.upload-as-text {
    background-color: #00458A;
    color: white;
    /*
    background-color: lightgreen;
    */
}

.upload-actions, .upload-form-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upload-actions {
    justify-content: space-between;
    /*
    justify-items: flex-start;
    */
    margin-bottom: 4px;
}

.upload-form-buttons {
    justify-items: flex-start;
}

textarea.upload-textarea {
    font-size: 60%;
    font-family: monospace;
}
