﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Test MK Start*/
/* Header/Navigation */
.table {
    font-size: 16px;
}

.navbar {
    background-color: #213A4E !important;
    height: 80px;
}

    .navbar .btn {
        background: white !important;
        color: black !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white !important;
    font-size: 25px;
    margin-top: -5px;
    margin-right: 25px;
}

.nav-logo {
    height: 45px;
    width: 55px;
    margin-right: 10px;
}

td a.nav-link {
    padding: 0 !important;
}
/* Form */
.control-label {
    margin-top: 5px;
}

.form-control {
    margin-top: 5px;
}

input.btn.btn-primary.products-edit {
    margin-top: 20px;
}
/* Footer */
footer.border-top.footer.text-muted {
    background: #161616;
    color: hsla(0, 0%, 100%, 0.7) !important;
}

footer a {
    color: hsla(0, 0%, 100%, 0.7) !important;
}
/* Tabellen */
thead {
    white-space: nowrap;
}
/*Licenses/user/id*/
.company-licences-edit h1 {
    /*color: red !important;*/
}

.dropdown-item:hover {
    background-color: #213A4E !important;
    color: white !important;
}

.dropdown-item:focus {
    background-color: #213A4E !important;
    color: white !important;
}
/*display*/
.display-6 {
    font-size: calc(1.375rem + 0.7vw);
    font-weight: 500;
    line-height: 1;
}

.form-check-input {
    height: 20px !important;
    width: 20px !important;
}

    .form-check-input[type=checkbox]:checked:after {
        margin-top: 0px;
    }

    .form-check-input[type=checkbox]:checked {
        background: #213A4E !important;
        border-color: #213A4E;
    }

.form-check-label {
    margin: 0px !important;
    padding: 7px 12px;
}

.col-sm-4 {
    display: flex;
    align-items: center;
}
/*search field*/
[type=search] {
    outline-offset: 0px;
    -webkit-appearance: textfield;
}
/*login*/
#account .form-group {
    margin-top: 10px;
}

    #account .form-group label {
        margin-bottom: 5px;
    }

    #account .form-group #login-submit {
        margin-top: 0px;
    }
/*admin licenses*/
.edit-button {
    background-color: #213A4E !important;
}

td .btn-primary {
    margin-top: -5px;
}

th a.nav-link {
    margin-top: -8px;
}

.icon {
    float: right;
    display: inline-block
}

.license-arrow-icon:after {
    background-image: url("../assets/svgs/solid/angle-double-down.svg") !important;
    background-size: 8px !important;
    background-repeat: no-repeat;
    content: "\0000a0\0000a0\0000a0\0000a0";
    margin-left: 5px;
}

td.text-nowrap.license-arrow-icon {
    cursor: pointer;
}

.installed-apps-popup-icon:after {
    background-image: url("../assets/svgs/solid/external-link-alt.svg") !important;
    background-size: 15px !important;
    background-repeat: no-repeat;
    content: "\0000a0\0000a0\0000a0\0000a0";
    margin-left: 5px;
}

.license-btn-icon {
    background-image: url("../assets/svgs/solid/user-edit-white.svg") !important;
    background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 55px;
}
/*Admin/Products*/
td.text-nowrap.license-button-icon {
    width: 50px !important;
}

img.product-icon {
    margin-left: 5px;
    margin-right: 5px;
}
/*Test MK Ende*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.form-control:focus {
    border-color: #213A4E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(33, 58, 78, 0.6);
}

.form-check-input.email-confirm {
    margin-left: 10px !important;
}

label.form-check-label.email-confirm {
    padding: 0;
    margin-top: 5px !important;
}

.form-check-label {
    margin-top: 5px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #213A4E;
    border-color: #1861ac;
    margin-top: 10px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #355d7d;
        border-color: #1861ac;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #213A4E;
    border-color: #213A4E;
}

.nav-pills a {
    color: black;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #757575;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/* fix form-control checkbox stype */
input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
}
