﻿/* 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. */



/*
--rich-black: #03071eff;
--chocolate-cosmos: #370617ff;
--rosewood: #6a040fff;
--penn-red: #9d0208ff;
--engineering-orange: #d00000ff;
--sinopia: #dc2f02ff;
--persimmon: #e85d04ff;
--princeton-orange: #f48c06ff;
--orange-web: #faa307ff;
--selective-yellow: #ffba08ff;*/

/*
$rich-black: rgba(3, 7, 30, 1);
$chocolate-cosmos: rgba(55, 6, 23, 1);
$rosewood: rgba(106, 4, 15, 1);
$penn-red: rgba(157, 2, 8, 1);
$engineering-orange: rgba(208, 0, 0, 1);
$sinopia: rgba(220, 47, 2, 1);
$persimmon: rgba(232, 93, 4, 1);
$princeton-orange: rgba(244, 140, 6, 1);
$orange-web: rgba(250, 163, 7, 1);
$selective-yellow: rgba(255, 186, 8, 1);*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #002D96;
}

.btn-primary {
    color: white;
    background-color: #393C62;
    border-color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: #14213d;
    border-color: lightgray;
}

.nav-item:hover .nav-link {
    color: cornflowerblue;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid white;
}

.border-bottom {
    border-bottom: 1px solid white;
}

.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%;
    font-size: 12px;
    color: black;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    overflow-x: hidden;
    /*    background-color: black;*/
    background: linear-gradient( rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) ), url("/images/wave.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100%;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    color: white !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    color: white !important;
    background-color: rgba(0, 0, 0, .4) !important;
}

.navbar {
    background-color: rgba(0, 0, 0, .4) !important;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-color:lightgray !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-brand {
    color: white !important;
}

.navbar nav-item:hover .nav-link {
    color: lightgray !important;
}

/*input[type=checkbox] {
    width: 1.5em !important;
    height: 1.5em !important;
    display: inline-block !important;
    margin-left: 1em !important;
}

    input[type=checkbox]:checked + label {
        background-color: #4D5C34;
        color: white;
    }*/



.dailytransactions {
    text-align: right;
    font-style: italic;
}

.descriptiontext {
    font-weight: bold;
}

.changedate {
    font-weight: normal;
    /*    background-color:linen;*/
}

div.inline {
    float: left;
    margin-right: 5em;
}

.clearBoth {
    clear: both;
}



.bg-light {
    background-color: rgba(255, 255, 255, .85) !important;
    border-color: black !important;
    color: black;
}

.card-header {
    /*background-color: rgba(38, 70, 83,.8) !important;*/
        background-color: rgba(88, 88, 122,.9) !important;
    border-color: black !important;
    color: white;
}

.table {
    color: inherit !important;
}

.negativebalance {
    color: #d00000ff;
}



.setupHeader {
    color: white;
}

.cardHighlight {
    color: rgb(29, 31, 75);
    text-align: center;
    text-shadow: 1px 1px darkgray;
    font-size: 40px;
}

.cardHeaderHighlight {
    color: white;
    text-align: center;
    font-size: 14px;
}

.cardTextHighlight {
    text-align: center;
}

.logoutButton {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    padding: .4rem !important;
}

.large {
    font-size: 50px;
    color: rgb(29, 31, 75);
    text-align: center;
    text-shadow: 1px 1px darkgray;
}

.subheaderText {
    font-size: 24px;
    color: white;
    text-align: center;
    /*    text-shadow: 2px 2px black;*/
}

.frontPageTitle {
    color: white;
    text-shadow: 1px 1px darkgray;
}

.cardTextTiles {
    font-size: 20px;
    color: black;
    text-align: center;
    /*    text-shadow: 2px 2px black;*/
}

.cardTextSize{
    font-size:14px;
}

.welcome {
    color: white;
    text-shadow: 1px 1px black;
}

.transactionInfo {
    color: #457b9dff;
}

.whiteLink{
    color:white;
}

.lightBlueLink {
    color: #6A6A85;
}

table td, .table th {
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray !important;
    color:black;
}

input[type="checkbox"] {
    /*    width: 1.5em !important;
    height: 1.5em !important;*/
    display: inline-block !important;
    margin-left: 1em !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: none;
    height: 16px;
    width: 16px;
    border: 1px solid gray;
    color: #6B8177;
    background-color: white;
}

    input[type="checkbox"]:after {
/*        width: 1.5em !important;
        height: 1.5em !important;
        display: inline-block !important;
        margin-left: 1em !important;*/
        content: '';
        position: relative;
        left: 35%;
        top: 10%;
        width: 38%;
        height: 70%;
        border: 1px solid black;
        border-width: 0 3px 3px 0;
        transform: rotate(40deg);
        display: none;
    }

    input[type="checkbox"]:checked:after {
        display: block;
    }