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

/* Navigation
-------------------------------------------------- */

header .container {
    max-width: 1366px;
}

.spi-navigation .nav-link:hover {
    background-color: #EEE;
}

.spi-navigation .nav-link.active:hover {
    background-color: #FFF;
}

.spi-navigation .nav-link {
    font-size: 12px;
}

@media (min-width: 992px) {
    .spi-navigation .nav-link {
        font-size: 14px;
    }
}

#MainNavigation .nav-link {
    border-width: 0;
}

.sub-navigation {
    margin-bottom: 10px;
}

/* Main Content
-------------------------------------------------- */

#MainContainer {
    width: 95%;
    max-width: 1366px;
    margin: 0px auto;
}

#CurrentCustomer {
    font-size: 2rem;
}

main {
    display: none;
    background-color: #FFF;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

.font-size-0 {
    font-size: 0;
}

.nowrap {
    white-space: nowrap;
}

table {
    width: 100% !important;
}

.table-responsive {
    overflow-x: inherit;
}

td, th {
    padding: 0 10px;
}

/* HACK - So that the responsive datatable expand button does not fall outside of the row */
tbody tr, tbody td {
    height: 40px;
}

div .dt-buttons {
    float: right;
    margin-bottom: 15px;
}

.dtr-data {
    display: block;
}

.spi-card-row .card {
    border-radius: 0;
    border-width: 1px 1px 1px 0;
}

    .spi-card-row .card:first-child {
        border-radius: 5px 0 0 5px;
        border-width: 1px;
    }

    .spi-card-row .card:last-child {
        border-radius: 0 5px 5px 0;
    }

@media (max-width: 576px) {

    .spi-card-row {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 5px;
    }

        .spi-card-row .card {
            border-width: 0 !important;
        }

            .spi-card-row .card:not(:last-child) {
                border-radius: 0;
                border-bottom-width: 1px !important;
            }

        .spi-card-row h4 {
            vertical-align: top;
            display: inline-block;
            width: 30%;
        }

        .spi-card-row .card div {
            display: inline-block;
            width: 65%;
            padding-left: 10px;
        }
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    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.dismiss-button {
    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 {
    display: flex;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}

    .footer div {
        align-self: flex-end;
        width: 100%;
        text-align: center;
    }

/* Global Colors
	----------------------------------------------- */

.text-red {
    color: #d30;
}

.text-danger > td > a {
    color: #d30;
    text-decoration: underline;
}

.text-orange {
    color: #f80;
}

.text-green {
    color: #390;
}

.text-blue {
    color: #0088CC;
}

.dark-background {
    background-color: #E5E5E5;
}

.highlight {
    background-color: #FFFF00;
}

.filter-option-inner-inner{
    font-size: 15pt;
}

