/* Custom CSS for PCM Website */

/* Error box styling */
.error-box {
    padding-bottom: 10px;
}

/* Login form error styling */
.login-error {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Lightbox styles */
@media all {
    .lightbox {
        display: none;
    }
}

/* PCM Header styles */
.pcm-header .pcm-title {
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial;
    color: rgba(113, 115, 117);
    margin-left: 30px;
    vertical-align: bottom;
    padding-bottom: 23px;
    display: inline-block;
}

.pcm-header .pcm-logo {
    width: 160px;
    vertical-align: bottom;
}

.pcm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 10px;
}

.pcm-header .lhs {
    vertical-align: bottom;
}

.app-custom {
    margin-top: 15px;
}

/* Header text styles */
.hdr-text {
    line-height: 75px;
}

.system-title a {
    color: white;
    text-decoration: none;
}

/* Additional security-focused styles */
.security-notice {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.security-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    color: #856404;
}

.security-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    color: #721c24;
}

/* Admin forms and tables */
.form-hidden {
    display: none;
}

.table-center {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.no-records {
    text-align: center;
    font-weight: bold;
}

.btn-margin-right {
    margin-right: 5px;
}

.btn-margin-left {
    margin-left: 5px;
}

.search-box {
    max-width: 300px;
}

.sort-dropdown {
    max-width: 150px;
}

.debug-error {
    color: red;
}

.debug-fatal {
    color: red;
}

.centered-link {
    text-align: center;
    display: block;
    padding-top: 30px;
}
