﻿body {
    font-family: Verdana;
    font-size: 12px;
}

h1 {
    font-size: large;
    font-weight: bold;
    color: #2B58A0;
}

h2 {
    font-size: larger;
    font-weight: bold;
    color: #2B58A0;
}

h3 {
    font-size: medium;
    font-weight: bold;
    color: #2B58A0;
}

h4 {
    font-size: medium;
    font-weight: bold;
    color: #2B58A0;
    margin-bottom: 5px;
    margin-top: 5px;
}

h5 {
    font-size: small;
    font-weight: bold;
    color: #2B58A0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.title {
    font-size: large;
    font-weight: bold;
    color: #2B58A0;
    border-bottom: 1px solid #E5E5E5;
}
.addressTitle {
    font-size: medium;
    color: #000000;
}

.gridTitle {
    font-size: medium;
    font-weight: bold;
    color: #2B58A0;
    padding-top: 10px;
    padding-bottom: 0px;
}

.linkListSpacingTD {
    padding-bottom: 5px;
    padding-top: 5px;
}

.errorPanel {
    background-color: red;
    padding: 5px;
}

.errorPanel a {
    color: white;
    margin: 0px 5px 0px 5px
}

.errorPanelText {
    color: white;
    font-weight: bold;
}
.successPanel {
    background-color: green;
    padding: 5px;
}

.successPanelText {
    color: white;
    font-weight: bold;
}
.infoPanel {
    background-color: green;
    padding: 5px;
}

.infoPanelText {
    color: white;
    font-weight: bold;
}

.tblCellAlignRight {
    text-align: right;
}

/* CARD validatin table */
.validityTable {
    border: 1px solid #2B58A0;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.validityTable_value_cell {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.validityTable_code_valid {
    font-size: x-large;
    font-weight: bold;
    color: green;
}

.validityTable_code_invalid {
    font-size: x-large;
    font-weight: bold;
    color: red;
}

.validityTable_zones_label {
    font-size: medium;
    font-weight: bold;
    padding-top: 10px;
}

.repeater-item {
    margin-bottom: 10px;
}

.centered-container {
    text-align: center;
    width: 100%;
}

.centered-data-view {
    margin: 0 auto;
    display: inline-block;
}

.centered-panel {
    margin: 0 auto;
    text-align: center;
}

.spz-column {
    min-width: 200px;
}

.message-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    height: auto !important;
}

.message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.message-subject {
    font-weight: bold;
    font-size: 16px;
}

.message-date {
    color: #666;
    font-size: 12px;
}

.message-body {
    margin-bottom: 8px;
}

.message-text {
    line-height: 1.4;
}

.message-footer {
    text-align: right;
}

.message-read {
    color: #666;
    font-size: 12px;
}

.message-unread {
    color: #ff0000;
    font-size: 12px;
}

.message-data-view {
    width: 100%;
}
