﻿    /* 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. */

body {
    background-color: #f7f4ee;
    background-image: url(/images/background1260.jpg);
    background-position: center center;
    background-repeat: repeat-y;
}

.bgcolor-revisions-app
{
    background-color:#FF0000;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

a:link, a:visited, a:hover, a:active, a:focus {
    color: #2269a6;
    background-color: transparent;
    text-decoration: underline;
}

.btn-alternative {
    color: #fff;
    background-color: #3f6a92;
    border-color: #4F6A92;
}

    .btn-alternative:hover, .btn-alternative:active {
        color: #fff;
        background-color: #4F6A92;
        border-color: #3F5A82;
    }

.title-text-large {
    font-size: 1.6rem
}

.title-text-medium {
    font-size: 1.3rem
}

.title-text-small {
    font-size: 1.05rem
}

.title-text-xsmall {
    font-size: 0.95rem
}

a.title-link:link, a.title-link:visited {
    text-decoration: none;
}

a.title-link:hover {
    text-decoration: underline;
}

.log-out {
    position: absolute;
    top: -46px;
    right: 14px;
    width: 400px;
    font-size: 0.9em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #F9F9F9 !important;
    border: solid #CCC 1px;
}

.log-out-md {
    top: -53px;
    right: 14px;
    width: 400px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #3f6a92
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: #3f6a92
}

.nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dcdcdc;
}

    .nav-tabs .nav-link:hover {
        background-color: #f8f9fa
    }

    .nav-tabs .nav-link.active {
        background-color: #dcdcdc;
        border-color: #e9ecef #e9ecef #dcdcdc
    }

.nav-small .nav-link {
    padding: 0.5rem 0.7rem
}

a.nav-link:link, a.nav-link:visited {
    text-decoration: none;
}

.dropdown-menu {
    background-color: #F9F9F9;
    border: solid #CCC 1px;
}

.dropdown-divider {
    border-top-color: #CCC;
}

.page-item.active .page-link {
    background-color: #ddd;
    color: #000
}


.bg-blue-primary {
    background-color: #006 !important
}

.table {
    font-size: 90%;
    vertical-align: middle;
}

    .table th, th a:link, th a:visited {
        background-color: #F0F0FF;
        color: #333;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

        .table th a:hover {
            color: #003;
        }

    .table td {
        vertical-align: middle;
    }

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #FAFAFF;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    opacity: 0.4;
    background-color: #000066;
}

/*toggle up/down arrow icon for collapsing card*/
[data-toggle="collapse"] .fa:before {
    content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

.info-red {
    color: #CC0000;
}

.info-blue {
    color: #3333DD;
}


.overview-container {
    padding: 15px;
    border: solid #CCC 1px;
    border-radius: 3px;
    background-color: #F9F9F9;
}

.footer-container {
    padding: 15px;
    border: solid #CCC 1px;
    border-radius: 3px;
    background-color: #F9F9F9;
}

.tip-container {
    max-width: 300px;
    display: block;
    padding: 5px;
    border: solid #CCC 1px;
    border-radius: 3px;
    background-color: #F9F9FF;
}

.cursor-pointer {
    cursor: pointer;
}