﻿/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
}

table.listitems td {
    padding: 10px 15px 10px 0px;
    border: none;
}


.form-trans td {
    border: 1px solid gray;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    /*font-size: 20.6667px;*/
}

.form-dollars {
    text-align: right;
    font-weight: bold;
    background-color: transparent;
}

.form-dollars-desc {
    text-align: center;
    font-weight: bold;
}

.form-blue {
    background-color: aqua;
}

.form-yellow {
    background-color: yellow;
}

.form-green {
    background-color: lime;
}

.form-orange {
    background-color: orange;
}

.form-gray {
    background-color: darkgrey;
}

.form-ltblue {
    background-color: lightblue;
}

.form-number-column {
    width: 50px;
    text-align: center;
}

.form-number-input {
    text-align: right;
}

.form-desc {
    min-width: 200px;
    white-space: nowrap;
}

.form-item {
    width: 100px;
    border: 1px;
    border-style: solid;
    border-color: gray;
    background-color: transparent;
}

.form-item-view {
    width: 100px;
    border: 0px;
    border-style: hidden;
    border-color: gray;
    background-color: transparent;
}

.form-dollar-column {
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.form-notes {
    width: 300px;
}

.form-label {
    width: 25%;
}

.form-table {
    max-width: 1024px;
    padding: 0px;
    border: 1px solid;
    border-collapse: collapse;
}

    .form-table td {
        padding: 0px 5px 0px 5px;
        border: 1px solid;
        border-color: gray;
    }

    .form-table th {
        padding-left: 5px;
        border: 0px;
        border-color: gray;
        border-style: solid;
    }

.icon-bar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

    .icon-bar a {
        float: left;
        width: 20%;
        text-align: center;
        padding: 6px 0;
        transition: all 0.3s ease;
        color: white;
        font-size: 24px;
    }

        .icon-bar a:hover {
            background-color: greenyellow;
        }

    .icon-bar button {
        float: left;
        width: 20%;
        text-align: center;
        padding: 6px 0;
        transition: all 0.3s ease;
        color: white;
        font-size: 24px;
    }

        .icon-bar button:hover {
            background-color: greenyellow;
        }
