﻿/*:root {
    --bg: #f5f5f5;
    --border: #c8c7cc;
    --danger: #e2001a;
    --dark: #212121;
    --highlight: #00afd0;
    --light: #fff;
    --ok: #060;
    --primary: #e2001a;
    --secondary: #e6e6e6;
    --tertiary: #8c8c8c;
    --warning: #e2b94a;
}*/

body {
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #555555;
    font-size: 16px;
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

h1 {
    font-size: 24px;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    font-weight: 400;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    color: #c8c7cc;
}

input, select, textarea {
    border-radius: 0px !important;
}

a {
    color: #e2001a;
}

.formfull {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form600 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.form300 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.form-control:focus {
    border-color: #8c8c8c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8c8c8c;
}

.btn {
    color: white !important;
    background-color: #e2001a !important;
}

.bg-red {
    background-color: #e2001a !important;
}

.font-red {
    color: #e2001a !important;
}

nav.bg-red > ul > li > a {
    color: white !important;
}

#logoutForm > ul > li > a {
    color: white !important;
}

.page-item.active .page-link {
    background-color: #e6e6e6;
    border-color: #e2001a;
}

div.validation-summary-errors {
    color: #e2001a;
}

    div.validation-summary-errors > ul {
        list-style-type: none;
        padding: 0px;
    }

div.password-strength {
    clear: both;
}

    div.password-strength > div {
        float: left;
        margin-right: 6px;
        margin-top: 5px;
        margin-bottom: 25px;
        width: 70px;
        height: 7px;
    }

        div.password-strength > div.red {
            background-color: #e2001a;
        }

        div.password-strength > div.yellow {
            background-color: gold;
        }

        div.password-strength > div.green {
            background-color: green;
        }

        div.password-strength > div.none {
        }

.bg-tertiary {
    background-color: #8c8c8c !important;
}

.bg-secondary {
    background-color: #e6e6e6 !important;
}

.bg-border {
    background-color: #b2b2b2 !important;
}

.bg-bg {
    background-color: #f5f5f5 !important;
}

.color-dark {
    color: #212121 !important;
}

.color-light {
    color: #fff !important;
}

.color-secondary {
    color: #e6e6e6 !important;
}

.color-tertiary {
    color: #8c8c8c !important;
}

.color-highlight {
    color: #00afd0 !important;
}

.center {
    width: 100%;
    text-align: center;
}

.nav-button {
    width: 160px;
    height: 80px;
    text-align: center;
    margin: 10px 5px;
    color: #8c8c8c !important;
    line-height: normal;
}

li.active input {
    color: white !important;
    background-color: #e2001a !important;
}

a i {
    cursor: pointer;
}

    a i.status.inactive {
        color: #c8c7cc !important;
    }

    a i.status:not(.inactive) {
        color: #8c8c8c !important;
    }

.navbar-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card {
    margin-bottom: 1px;
}

    .card a, ul.navbar-right a, ul.navbar-left a {
        text-decoration: none;
    }

    .card i.fas {
        color: #fff;
    }

    .card i.green {
        color: green !important;
    }

    .card i.red {
        color: red !important;
    }

    .card i.yellow {
        color: yellow !important;
    }

    .card h6 {
        cursor: pointer;
    }

.card-header {
    padding: 0.3rem 1rem !important;
}

    .card-header i {
        padding-right: 12px;
    }

    .card-header h7 {
        padding-left: 5px;
    }

.card-body {
    line-height: normal;
}

.table-sm th {
    font-size: 12px;
    vertical-align: top !important;
}

.accordion-toggle .hidecollapsed {
    float: left;
}

.accordion-toggle .showcollapsed {
    float: left;
}

.accordion-toggle.collapsed .hidecollapsed {
    display: none;
}

.accordion-toggle:not(.collapsed) .showcollapsed {
    display: none;
}

.hidden {
    display: none;
}

h7, .h7 {
    font-size: 0.75rem;
}

h8, .h8 {
    font-size: 0.5rem;
}

.control > label {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

#searchResult .page-link {
    color: #e2001a !important;
}

#searchDiv form .row, #saveDiv form .row {
    max-width: 500px;
}

.custom-bell {
    font-weight: normal;
}

.margin-bottom {
    margin-bottom: 0.5rem;
}

.custom-label {
    margin: 0px;
    align-content: center;
}

.margin-left {
    margin-left: 5px;
}
/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 43px;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    padding-top: 40px;
    padding-left: 40px;
    background-color: whitesmoke;
    height: calc(100% - 43px);
    margin-left: -250px;
}

    #sidebar.active {
        margin-left: 0px;
    }

    #sidebar input {
        white-space: normal;
        cursor: pointer;
    }

#content {
    width: 100%;
    padding: 40px;
    transition: all 0.3s;
    position: absolute;
    top: 43px;
    right: 0;
}

    #content.active {
        width: calc(100% - 250px);
    }

#overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content.active {
        width: 100%;
    }

    #overlay {
        display: none;
    }

        #overlay.active {
            display: block;
        }
}

.card.px-0.pt-4.pb-0.mt-3.mb-3 {
    margin-top: 0px;
    padding-top: 0px !important;
}

fieldset {
    padding-bottom: 0px !important;
}

#progressbar {
    margin-bottom: 20px !important;
}

span.comment,
label.comment {
    font-size: 10px !important;
}

div.document > i {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

@-webkit-keyframes highlighting {
    0% {
        background-color: lightgrey;
    }

    50% {
        background-color: #e2001a;
    }

    100% {
        background-color: lightgrey;
    }
}

@-moz-keyframes highlighting {
    0% {
        background-color: lightgrey;
    }

    50% {
        background-color: #e2001a;
    }

    100% {
        background-color: lightgrey;
    }
}

@-ms-keyframes highlighting {
    0% {
        background-color: lightgrey;
    }

    50% {
        background-color: #e2001a;
    }

    100% {
        background-color: lightgrey;
    }
}

@keyframes highlighting {
    0% {
        background-color: lightgrey;
    }

    50% {
        background-color: #e2001a;
    }

    100% {
        background-color: lightgrey;
    }
}

.highlight:before {
    -moz-animation: highlighting 2s;
    -webkit-animation: highlighting 2s;
    animation: highlighting 2s;
    animation-iteration-count: 3;
}

input.datepicker::placeholder {
    opacity: 0;
}

input.datepicker:focus::placeholder {
    opacity: 1;
}

.uploadContainer ul {
    padding-left: 15px;
}

#progressbar strong {
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
}

input#Number {
    float: right !important;
    margin-top: 10px !important;
    max-width: 100%;
    min-width: 50%;
    margin-left: 5px;
}

#LotSizeDiv label {
    z-index: 2;
}

#CountryCode {
    vertical-align: text-top;
    width: auto;
}


.rahmen {
    border: 1px solid black;
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.td-width {
    width: 250px;
}
