/* bootstrap-tagsinput.css file - add in local */
.bootstrap-tagsinput {
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        padding: 3px;
        padding-Top: 0px;
        color: white;
        background-color: cornflowerblue;
        border-radius: 6px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

body {
    color: #222222;
    font-size: 16px;
    min-height: 100vh -150px;
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
    clear: both;
}

footer {
    padding-top: 16px;
    margin-top: auto;
}

.top-logo {
    width: 150px;
}

.clickable-row--selected {
    background-color: cornflowerblue !important;
    font-weight: bold;
}

.sds-background {
    background-color: #F6F5F0;
    padding: 0.5rem 0.5rem 1rem 1rem;
}

.sdsfilter {
    color: black;
}

.pro-pakke__nav {
    justify-content: center;
}

#bg-text {
    color: palevioletred;
    font-size: 12px;
}

.sds-info-background {
    background-color: #F2F4F6;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


#field {
    margin-bottom: 20px;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* supersede bootstrap for file rows */
.table-striped > tbody > tr.file-row:nth-child(odd) td {
    background-color: whitesmoke;
}

.table-striped > tbody > tr.file-row:nth-child(even) td {
    background-color: #F0F8FF;
}

/*# sourceMappingURL=styling.css.map*/

.text-input {
    width: inherit;
    display: inline-block;
    word-wrap: break-word;
}

.text-remove {
    float: right;
    z-index: 10;
}

.btn-remove {
    background-color: lightgrey;
}

.help-subpage {
    font-family: "Verdana" sans-serif;
    font-size: 1em;
    text-align: left;
    color: blue;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

.centered-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -o-user-select: none;
}

.tooltip-inner {
    white-space: pre;
    max-width: none;
    text-align: left;
}

.clickable {
    cursor: pointer;
}

table.dataTable.border-collapse-scaling-fix {
    border-collapse: collapse;
}

.help-wrapper {
    display: flex;
}

.help-contents {
    flex: 0 0 70%;
}

.help-links {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.875rem;
    background: #f2f4f6;
    padding: 0.9375rem 1.5625rem 1.25rem 1.5625rem;
    height: inherit;
    position: relative;
    color: #222;
    cursor: auto;
    font-family: "Titillium regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
}

    .help-links h2 {
        margin: 0 0 0.9375rem 0;
        line-height: 1.3;
        font-size: 1.125rem;
        font-family: "Titillium semibold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        position: relative;
    }

    .help-links h5 {
        font-family: "Titillium semibold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #405b6b;
        font-size: 0.875rem;
        margin: 0 0 0.9375rem 0;
        text-transform: uppercase;
    }

.help-link {
    margin: 0 0 0.9375rem 0;
    line-height: 1;
}

    .help-link a {
        width: auto;
        padding: 0.625rem 0;
        background: transparent;
        color: #007ec5;
        font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
        font-size: 0.875rem;
        text-transform: none;
        cursor: pointer;
        text-align: left;
        word-break: break-all;
        display: table-cell;
        vertical-align: middle;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .help-link i {
        font-size: 0.975rem;
        padding-right: 0.625rem;
    }

.vertical-center {
    display: table-cell;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .container {
        max-width: 1368px;
    }
}

.activation-reminder {
    font-weight: bold;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading {
    position: relative;
}

    .button--loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite;
    }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.search-fields {
    padding: 10px 10px 10px 10px;
}

    .search-fields input {
        margin: 8px 4px;
    }

    .search-fields a {
        margin: 8px 4px;
    }

.body-content .row {
    margin-top: 1em;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner {
    background-color: red;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    z-index: 1000;
}

    .banner span {
        display: inline-block;
        margin: 0 100px 0 100px;
        font-weight: bold;
        text-transform: uppercase;
    }
