﻿/* 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;
}

/* Provide sufficient contrast against white background */
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;
}

/* 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%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

li {
    font-size: 18px;
}

/* Custom Styles
-------------------------------------------------- */
.groupBox {
    border: .14em;
    border-radius: 1em;
    border-color: #e4e2e2;
    border-style: solid;
}

.black {
    color: black;
}

.marginTop5 {
    margin-top: 5px;
}

.link {
    color: blue;
    text-decoration: underline;
}

    .link:hover {
        cursor: pointer !important;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin: 1.75rem auto;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


.table-condensed.clickable > tbody > tr.clickable > td,
.table-condensed.clickable > tbody > tr.clickable > th,
.table-condensed.clickable > tfoot > tr.clickable > td,
.table-condensed.clickable > tfoot > tr.clickable > th,
.table-condensed.clickable > thead > tr.clickable > td,
.table-condensed.clickable > thead > tr.clickable > th {
    cursor: pointer !important;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    cursor: default !important;
}

.table-condensed.clickable > tbody > tr.clickable > td,
.table-condensed.clickable > tbody > tr.clickable > th,
.table-condensed.clickable > tfoot > tr.clickable > td,
.table-condensed.clickable > tfoot > tr.clickable > th,
.table-condensed.clickable > thead > tr.clickable > td,
.table-condensed.clickable > thead > tr.clickable > th {
    cursor: pointer !important;
}

.usio {
    color: white !important;
    background-color: goldenrod;
}

.card-header-usio {
    background-color: goldenrod !important;
}

#logo {
    display: block;
    margin: 0 auto;
}

.border {
    border: 2px solid black;
}

.smallPill {
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
}


.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: right !important;
}

.hidden {
    display: none !important;
}

.footer {
    padding: 0;
    line-height: 1;
}

#login-error {
    justify-content: center !important;
}

.pageHeader {
    margin: 30px;
    text-align: center;
}

/*Custom Styles for Material UI Sidebar*/
.logo img {
    border-radius: 5px;
}

.main-panel > .content {
    margin-top: 10px;
}



.sidebar .logo {
    padding: 15px 30px;
}

/*CSS for sidenav logo / mini icon */
.sidebar-mini .sidebar .logo a.logo-normal {
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}

.sidebar-mini .sidebar .logo a.logo-mini {
    opacity: 1;
    display: block;
    float: left;
    width: 34px;
    text-align: center;
    margin-left: 23px;
    margin-right: 15px;
}

/*This will hide the mini logo when we hover over the sidebar!*/
.sidebar-mini .sidebar:hover .logo a.logo-mini {
    display: none;
}

.sidebar-mini .sidebar:hover .logo a.logo-normal {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sidebar .logo::after {
    display: none;
}

.sidebar .logo a.logo-mini,
.off-canvas-sidebar .logo a.logo-mini {
    opacity: 0;
    float: left;
    width: 34px;
    text-align: center;
    margin-left: 10px;
    margin-right: 12px;
    display: none;
}

.sidebar .logo a.logo-normal,
.off-canvas-sidebar .logo a.logo-normal {
    display: block;
    opacity: 1;
    padding: 12px 8px 8px 8px;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

/*Media Queries*/
/*Remove equal height on rows in Dashboard on medium, small, and x-sm devices */
@media (max-width: 768px) {
    .row.equal {
        display: block;
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #00cae3;
}

.label-success {
    background-color: #55b559;
}

.label-warning {
    background-color: #ff9e0f;
}

.label-danger {
    background-color: #7f231c;
}

.label-primary {
    background-color: #51145c;
}

.label-rose {
    background-color: #ea2c6d;
}

/*.body {
    overflow: hidden;
    position: fixed;
}
*/
.card .card-header-secondary .card-icon,
.card .card-header-secondary .card-text,
.card .card-header-secondary:not(.card-header-icon):not(.card-header-text),
.card.bg-secondary,
.card.card-rotate.bg-secondary .front,
.card.card-rotate.bg-secondary .back {
    background: linear-gradient(60deg, #0026ff, #3557c6);
}

.card .card-header-additional .card-icon,
.card .card-header-additional .card-text,
.card .card-header-additional:not(.card-header-icon):not(.card-header-text),
.card.bg-additional,
.card.card-rotate.bg-additional .front,
.card.card-rotate.bg-additional .back {
    background: linear-gradient(60deg, #a3b40d, #a4cb32);
}

.card .card-header-option .card-icon,
.card .card-header-option .card-text,
.card .card-header-option:not(.card-header-icon):not(.card-header-text),
.card.bg-additional,
.card.card-rotate.bg-option .front,
.card.card-rotate.bg-option .back {
    background: linear-gradient(60deg, #ad1a4c, #ac2183);
}

.btn-merchant-lookup {
    cursor: pointer;
    z-index: 9000;
    display: block;
    position: fixed !important;
    color: #fff;
    font-size: 0.8875rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: linear-gradient( 60deg, #ec407a, #d81b60);
    transition: 0.5s;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

    .btn-merchant-lookup:hover {
        text-decoration: none;
        box-shadow: 0 14px 26px -12px rgb(233 30 99 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(233 30 99 / 20%);
    }

.badge-tag {
    color: #ffffff;
    background-color: #8a9090;
}

@media (min-width: 990px) {
    .my-top {
        bottom: 93vh;
        width: auto;
        right: 16px;
        border-radius: 30px;
        padding: 0.40625rem 1.25rem;
        font-size: 0.6875rem;
    }
}

@media (max-width: 989.98px) and (min-width:773px) {
    .my-transitional {
        transform: translateY(8vh);
        width: auto;
        right: 16px;
        border-radius: 30px;
        padding: 0.40625rem 1.25rem;
        font-size: 0.6875rem;
    }
}

@media (max-width: 772.98px) {
    .smaller-search-btn {
        border-radius: 30px !important;
        float:right;
    }
    
    .smaller-search-btn i {
        display: contents !important;
    }

    .smaller-search-btn span {
        display: none;
    }

    div.my-textbox {
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }

    div.my-search-btn {
        flex: 0 0 10% !important;
        max-width: 10% !important;
    }
}


@media (max-width: 772.98px) {
    .my-transitional {
        transform: translateY(85vh);
    }

    .my-bottom {
        right: 48px;
        padding: 0.80625rem;
        font-size: 1rem;
        border-radius: 50% !important;
    }

        .my-bottom > i {
            margin: 4px;
        }

        .my-bottom > span {
            display: none;
        }
}


.note-editor {
    margin-top:1em;
}

.my-edit {
    font-size:10px;
}

.my-expand, .my-edit {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #b3b2af;
    transition: .5s, transform .5s;
    line-height: 1em;
    text-align: center;
    cursor: pointer
}

.my-expand:hover {
    background-color: goldenrod;
    /*transform: rotate(180deg);*/
    box-shadow: 0 14px 26px -12px rgb(15 20 3 / 0.58), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(21, 13, 13, 0.72);
}

.my-edit:hover {
    background-color: goldenrod;
    /*transform: rotate(90deg);*/
    box-shadow: 0 14px 26px -12px rgb(15 20 3 / 0.58), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(21, 13, 13, 0.72);
}

.note-toolbar .note-btn {
    background-color: #e91e63 !important;
    padding: .99em !important;
}

.futureTimelineItem {
    opacity: 0.5;
    filter: grayscale(80%);
}

.stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}

/*fixes the large right margin on the rest of the login cards*/
.MFASetup {
    padding: 0px 10px 0px 10px;
}

.MFASetup .setupCode {
    text-align: center;
    font-family: monospace;
    font-size: xx-large;
    background-color: #ffcf01;
    color: white;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border-radius: 6px;
}

.smallbutton {
    position: relative;
    padding: 5px 5px;
    margin: 2px 2px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

    .smallbutton.btn-danger {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
        box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
    }

    .smallbutton.btn-info {
        color: #fff;
        background-color: #00bcd4;
        border-color: #00bcd4;
        box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
    }

    .smallbutton.btn-primary {
        color: #fff;
        background-color: #9c27b0;
        border-color: #9c27b0;
        box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    }
    
    .smallbutton .material-icons,
    .smallbutton:not(.btn-just-icon):not(.btn-fab) .fa {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: -1em;
        margin-bottom: -1em;
        font-size: 1.1rem;
        vertical-align: middle;
    }

.border-left-3 {
    border-left: 3px solid #dee2e6 !important;
}

.text-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.shiftright {
    padding-left: 40% !important;
}

.table-small > thead > tr > td,
.table-small > thead > tr > th {
    font-size: 12.25px !important;
}

.table-small > tbody > tr > td,
.table-small > tbody > tr > th {
    font-size: 11.5px;
}

.table-invisible > thead > tr > th, 
.table-invisible > tbody > tr > th, 
.table-invisible > tfoot > tr > th, 
.table-invisible > thead > tr > td, 
.table-invisible > tbody > tr > td, 
.table-invisible > tfoot > tr > td {
    vertical-align: middle !important;
    border-color: transparent !important;
}

.border-double {
    border: double 4px black !important;
    margin-top: 5px !important;
}

.data-collapse[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

.data-collapse[data-toggle="collapse"].collapsed:after {
    transform: rotate(-90deg);
}

.data-href {
    cursor: pointer;
}

.file_upload_full {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.customFileUploader {
    width: 100%;
    display: block;
}

    .customFileUploader::file-selector-button {
        background-color: #c6c8ca;
        border: 0px;
        border-right: 1px solid #e5e5e5;
        padding: 10px 15px;
        margin-right: 20px;
        transition: .5s;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
    }

        .customFileUploader::file-selector-button:hover {
            background-color: #989a9c;
            border: 0px;
            border-right: 1px solid #e5e5e5;
        }
#modalContent {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
}

/* replacement for the btn-xs style which was removed in Bootstrap 4 */
.extrasmallbutton {
    padding: 1px 5px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}




