﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-brown {
    background-color: #822e32;
}

.sidebar-light-brown .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-lime .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #822e32;
    color: #fff;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.empty-page-background {
    background: url('../images/cleaning.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
}

#viewLoader {
    display: none;
}

    #viewLoader.busy {
        display: block !important;
    }

.view-modal-body {
    display: block !important;
}

    .view-modal-body.busy {
        display: none;
    }

.login-card {
    border-radius: 15px;
}

.login-card-body {
    border-radius: 15px;
}


/* Order Table - Products*/
.dataTables_filter {
    margin-left: 15px;
}

.dataTables_paginate {
    margin-left: 15px;
}


.bg-Ordered {
    color: white;
    background-color: #007bff !important;
}

.btn-Ordered {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

.bg-Produced {
    color: white;
    background-color: #ca9803 !important;
}

.bg-InProcess {
    color: white;
    background-color: #ca9803 !important;
}

.btn-InProcess {
    color: #ffffff;
    background-color: #ca9803;
    border-color: #ca9803;
    box-shadow: none;
}

.bg-Finished {
    color: white;
    background-color: #17a2b8 !important;
}
#undo-status {
    margin-right: 5px;
}
.btn-Finished {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

.bg-Delivered {
    color: white;
    background-color: #28a745 !important;
}

.btn-Delivered {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

.badge {
    padding: 5px;
}


.bg-brown {
    background-color: #822e32 !important;
    color: white;
}

    .bg-brown .icon {
        color: #f8f9facf !important;
        z-index: 0;
    }
