/* Override Sonata's default styles from `AdminLTE.min.css`. */
.box-primary {
    border-top: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert h1 {
    font-size: 1.4rem;
}
.alert > p + p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #eef9f6 !important;
    border-color: rgba(86, 193, 168, 0.5) !important;
    color: #3B7C6C !important;
}
.alert-success hr {
    border-top-color: rgba(68, 185, 158, 0.5); }
.alert-success .alert-link {
    color: #2b594e; }

.alert-info {
    background-color: #ecf8fd;
    border-color: rgba(71, 191, 238, 0.5);
    color: #2e7996; }
.alert-info hr {
    border-top-color: rgba(48, 183, 236, 0.5); }
.alert-info .alert-link {
    color: #225a6f; }

.alert-warning {
    background-color: #fff9e6;
    border-color: rgba(255, 201, 7, 0.5);
    color: #917200; }
.alert-warning hr {
    border-top-color: rgba(237, 185, 0, 0.5); }
.alert-warning .alert-link {
    color: #5e4a00; }

.alert-danger {
    background-color: #fdedf2 !important;
    border-color: rgba(239, 74, 126, 0.5) !important;
    color: #C13C67 !important;
}
.alert-danger hr {
    border-top-color: rgba(237, 51, 109, 0.5);
}
.alert-danger .alert-link {
    color: #9a3052;
}

#nLogin-page #identityPortal .login-announcements {
    padding-top: 50%;
    height: auto;
}
