.container.inner, .container.outer {
    background-color: white;
    flex-direction: column;
    border-radius: 25px;
    display: flex;
}


.container.knoxguardlogo {
    margin-top: 5%;
    padding: 5px;
    max-width: 725px;
    text-align: center;
    justify-content: center;
}

.knoxguardlogo {
    width: 200px;
}

.logo {
    max-height: 125px;
    max-width: 340px;

}

@media (max-width: 500px) {
    .logo {
        max-width: 90%;
    }

    #knoxguardlogo {
        max-width: 75%;
    }

}

.container.outer {
    margin-top: 3%;
    padding: 20px;
    max-width: 725px;
    justify-content: center;
    background-color: rgba(255, 255, 255, .6);
}

.container.outer.large {
    max-width: 1024px;
}

a.hideLink img,
a.hideLink {
    display: none;
}

.container.inner {
    padding: 5px;
    border-color: #1b2f7a;
    border-width: thick;
    border-style: solid;
    text-align: center;

    justify-content: space-around;
}

.border {
    padding: 15px;
    margin: 0;
    border-color: #1b2f7a;
    border-width: thick;
    border-style: solid;
    border-radius: 25px;
}

body {
    /*background-color: #1b2f7a;*/
    background-color: transparent;

    font-size: 1.2em;
}

.container.inner > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 35px;
}


.who {
    font-weight: bold;
}

.icon-link {
    width: 20px;
    margin-left: 9px;
    margin-bottom: 3px;
}

.welcome {
    margin-bottom: -10px !important;
}

.container.menu {
    list-style: none;
    font-size: 0.8em;
}

.container.kx-info {
    list-style: none;
    font-size: 0.6em;
}

.attachments {
    color: #1b2f7a;
    font-size: 1.2em;
}

#infoPage .divider-before > td {
    border-top: 1px solid #1b2f7a;
}

.divider {
    width: 400px;
    border-bottom: 2px solid #1b2f7a;
}

@media (max-width: 500px) {
    .divider {
        width: 70%;
    }

}

.spacer {
    height: 15px;
}

.spacer-sm {
    height: 5px;
}

a:visited,
a:hover {
    color: #1b2f7a;
}

.icon-link.inactive {
    display: none;
}

/*
.input-group-prepend > .input-group-text.icon-width {
    width: 38px;
}
*/

.container.align-left {
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
}

.info-small {
    font-size: small;
}

.has-error {
    background-color: #f8d7da;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5em;
}

.help-inline {
    color: #721c24;
    border-color: #f5c6cb;
    font-size: 1.25rem;
    font-weight: 300;
}

#terms-text,
.word-break {
    white-space: normal;
    word-break: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#terms-text,
.word-break-all {
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 400px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .word-break-s {
        white-space: normal;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .word-break-all-s {
        white-space: normal;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

}

@media (max-width: 200px) {

    .word-break-all-xs {

        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.2em;
}

.lh-3 {
    line-height: 1.4em;
}

.lh-4 {
    line-height: 1.5em;
}

.lh-5 {
    line-height: 1.6em;
}

#mail-content p {
    margin-bottom: 7px;
}

.btn-primary,
a.btn-primary:visited,
    /*a.btn-primary:hover,*/
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #1b2f7a;
    color: white;
}

.btn-primary:hover,
.btn-primary:visited:hover,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.show > .btn-primary.dropdown-toggle:hover {
    background-color: #1B38BF;
    color: white;
}

.who {
    color: #1b2f7a;
}

li span {
    position: relative;
    left: -6px;
}

.infoText {
    line-height: 1.3em !important;
    padding-left: 5%;
    padding-right: 5%;
}


.action-icon img {
    max-width: 20px;
}

.upwards-headline {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    -webkit-writing-mode: bt-rl;
    -ms-writing-mode: bt-rl;

    word-break: normal;
    line-height: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.word-break-no-hyphen {
    word-break: break-all;
    -ms-word-break: break-all;
    hyphens: none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none;

}

.headline {
    line-height: 1em;
    text-align: left;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    font-weight: bold;
}

.btn-buttons {
    display: flex;
    justify-content: end;
    align-items: flex-end;

}

.input-no-margin > div {
    margin: 0;
    padding: 0;
}

.btn-outline:hover,
.btn-outline {
    color: #1b2f7a !important;
    background-color: white !important;
    border-color: #1b2f7a !important;
}

.page-item.active .page-link {
    background-color: #1b2f7a;
    border-color: #1b2f7a;
}

.pagination li span {
    left: 0;
}

#data > div:nth-child(even) {
    background-color: rgba(32, 57, 244, 0.11);
}

#file-upload {
    display: none;
}

#file-upload-label {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.form-control-row span {
    display: block;
}

.form-control-row input {
    margin-right: 10px;
}

.form-control-enabled {
    background-color: inherit !important;
    opacity: inherit !important;
    color: inherit !important;
}

#data input[type='checkbox'] {
    margin-bottom: 0;
}

a,
a:visited {
    color: #1b2f7a
}

.form-check-input {
    margin: inherit !important;
    position: inherit !important;
    margin-top: 12px !important;
    display: block;
}

div.downloadStatus {
    text-align: center;
}

.allDownloaded div.downloadStatus {
    background-color: rgba(79, 168, 166, 0.29);
}

.notDownloaded div.downloadStatus {
    background-color: rgba(168, 90, 70, 0.29);
}

.partiallyDownloaded div.downloadStatus {
    background-color: rgba(168, 168, 20, 0.29);
}

.newMail {
    font-weight: bold;
}

/*
textarea.tiny {
    min-height: 300px;
}*/
