:root {
    --dark-main: rgba(5,50,77,1);
    --dark-accent: rgba(196,28,47,1);
    --background: rgba(226,229,232,1);
}

h4 {
    text-align: center;
    color: white;
    font-size: 2rem;
    padding-bottom: 15px;
}

h4 .btn {
    margin-bottom: 2px;
}

h4 .icon-help {
    margin-left: 5px;
}

h5 {
    margin: 2px 0;
    text-align: center;
    color: #666699;
}

label {
    font-weight: normal;
}

.required label,
span.required {
    font-weight: bold;
}

.modal-help .example {
    font-style: italic;
    color: rgb(140, 140, 140);
}

dl .list-group-item {
    border: none;
}

.application-link {
    text-decoration: underline;
    cursor: pointer;
    color: var(--dark-accent);
}

.confirmation-form .dissolution-list {
    height: auto;
}

.confirmation-form .form-group {
    margin-bottom: 0;
}

.confirmation-form .form-group label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.confirmation-form .form-control {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: rgb(0, 0, 0);
}

.demo-auto-fill,
.btn-print {
    margin-bottom: 20px;
}

.dissolution-form {
    display: none;
}

.dissolution-list {
    height: 75px;
    overflow: auto;
}

.dissolution-list .row {
    padding: 5px 0;
}

.dissolution-list .row:not(:last-child) {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.form-group.error label {
    color: rgb(175, 50, 50);
}

.form-group.error .form-control {
    border-color: rgb(250, 125, 125);
}

.icon-help {
    cursor: pointer;
    color: #666699;
}

.icon-help--no-click {
    cursor: unset;
}

.no-data {
    display: block;
    margin: 20px auto;
    color: rgb(100, 100, 100);
    font-style: italic;
    text-align: center;
}

.section-help {
    display: none;
}

.contentContainer {
    min-height: calc(100vh - 440px);
    font-size: 1.6rem;
}

.card {
    margin: 25px 0;
}

.card-header {
    background-color: var(--dark-main) !important;
    color: white !important;
}