﻿@media (max-width: 1200px) {
    #transaction-header {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 301px) {
    div.dropdown-menu.position-absolute.dropdown-menu-end {
        transform: translateX(calc(100vw - 11rem));
    }
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.login,
.image {
    min-height: 100vh;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

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);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    height: 60px; /* Vertically center the text there */
}

.footer .line {
    white-space: nowrap;
}

.footer-text {
    display: inline-block;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    white-space: normal;
}

/* Add asterisk after required fields */
label.required:after
{
    content: " *";
    font-weight: bold;
    color: red;
}

/*The following styles should be removed when upgraded to Bootstrap 5 */
.top-50 {
    top: 50%;
}

.start-50{
    left: 50%;
}
/* ******************************************************************** */

#nav-container {
    align-items: unset;
    white-space: nowrap;
}

#hamburgerBtn {
    height: 2.3em;
}

.header-wrap-prevent {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: .5em;
}

#page-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}
@media (max-width: 500px) {
    #site-title-text {
        display: none;
    }
}
@media (max-width: 992px) {
    .card-columns {
        column-count: 1;
    }
}