﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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 .25rem .75rem rgba(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;
    background-color: #FFFFFF;
}

.footer {
    width: 100%;
}

@media print {
    .footer {
        display: none;
    }
}

div.display-name {
    white-space: nowrap;
    font-weight: lighter;
    display: inline-block;
    color: gray;
    font-size: 12px;
}

div.display-value {
    display: block;
}

div.display-value-multiline {
    display: block;
    white-space: pre-wrap;
}

label.control-label {
    white-space: nowrap;
    font-weight: lighter;
    display: inline-block;
    color: gray;
    font-size: 12px;
}

nav.nav-page-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -16px;
}

nav.nav-page-actions {
    /*background-color: #80bdff !important;*/
}

div.card-home {
    width: 18rem;
    height: 12rem;
    margin: 10px;
}

@media (max-width: 576px) {
    .compact-hide {
        display: none;
    }
}

.span-three-lines-max {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: flex-end;
    word-wrap: break-word;
    line-height: 1.5;
    max-height: 5.5em;
}

.span-one-line-max {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: flex-end;
    word-wrap: break-word;
    line-height: 1.5;
    max-height: 1.5em;
}

.template-data {
    color: red;
}

.clientupload-data {
    color: blue;
}

.compare-changed {
    color: red !important;
    font-size: 1.2rem;
    font-weight: 600;
}

    .compare-changed a {
        color: red !important;
        font-size: 1.2rem;
        font-weight: 600;
    }

        .compare-changed a:hover {
            color: red !important;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .compare-changed a:active {
            color: red !important;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .compare-changed a:visited {
            color: red !important;
            font-size: 1.2rem;
            font-weight: 600;
        }

.compare-previous {
    color: gray !important;
}

    .compare-previous a {
        color: gray !important;
    }

        .compare-previous a:hover {
            color: gray !important;
        }

        .compare-previous a:active {
            color: gray !important;
        }

        .compare-previous a:visited {
            color: gray !important;
        }

.upper-case {
    text-transform: uppercase;
}

.status-open {
    background-color: #9393930d;
}

.status-waitingonclient {
    background-color: #ffff0060;
}

.status-waitingonthirdparty {
    background-color: #ffb34163;
}

.status-invoiced {
    background-color: #001fff47;
}

.status-deleted {
    color: red;
    text-decoration: line-through;
}

.status-completed {
    background-color: #1aff0052;
}

.row-deleted {
    color: red;
    text-decoration: line-through;
}

.control-label {
    font-size: medium !important;
}
