﻿/* 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 {
    font-family: Verdana;
}

.tdLeftPane {
    padding-right: 35px;
    border-right: solid 1px gray;
}
.tdRightPane {
    padding-left: 5px;
    border-left: solid 1px gray;
}

td {
    padding:10px;
}

.hdr {
    font-weight: bold;
    padding: 10px;
}

.border {
    border:solid 1px gray;
}

.smInput {
    font-size: 10px;
    width: 300px
}
.smLtBlue {
    background-color: aliceblue;
    font-size: 10px;
    color: gray;
}
.ltBlue {
    background-color: aliceblue;
}

.normal {
    font-weight: normal;
}

.sm {
    font-weight: normal;
    font-size:10px;
    color:gray;
}


.Hdr {
    font-weight: bold;
    padding: 10px;
    padding: 8px;
    box-shadow: gray 2px 2px;
       background-color: whitesmoke;
   
}

.btn {
    border: solid 1px gray;
    background-color: whitesmoke;
    font-size:10px;
    height:25px;
    vertical-align:top;
}

    .btn:hover {
        border: solid 1px gray;
        background-color: lightblue;
    }

.link {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

    .link:hover {
        background-color: lightblue;
    }

.smlink {
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

    .smlink:hover {
        background-color: lightblue;
    }

.linkSelected {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 2px lightblue;
    text-align: center;
}

    .linkSelected:hover {
        background-color: lightblue;
    }

.blueButton {
    padding: 5px;
    background-color: white;
    border: solid 1px steelblue;
    font-size: 10px;
    font-weight:normal;
    width:150px;
    text-align:center;
}
    .blueButton:hover {
        padding: 5px;
        background-color: lightblue;
        border: solid 2px blue;
        font-size: 10px;
        font-weight:bold;
    }

/*.longblueButton {
    padding: 5px;
    background-color: white;
    border: solid 1px blue;
    font-size: 10px;
    font-weight: normal;
}

    .longblueButton:hover {
        padding: 5px;
        background-color: lightblue;
        border: solid 2px blue;
        font-size: 10px;
        font-weight: bold;
    }
*/
.longblueButton {
    padding: 5px;
    background-color: white;
    border: solid 1px steelblue;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

    .longblueButton:hover {
        padding: 5px;
        background-color: lightblue;
        border: solid 2px blue;
        font-size: 10px;
        font-weight: bold;
    }

/*.closeLongblueButton {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: steelblue;
    border: solid 1px steelblue;
    background-color: white;
    font-size: 10px;
    font-weight: bold;*/
    /*width: 100px;*/
    /*text-align: center;
    cursor: pointer;
}

    .closeLongblueButton:hover {
        padding: 5px;
        background-color: lightblue;
        border: solid 2px blue;
        font-size: 10px;
        font-weight: bold;
    }*/

.cursor {
    cursor: pointer;
}

.x100 {
    width: 100%;
}

.borderRight {
    border-right: solid 1px gray;
}

.borderLeft {
    border-left: solid 1px gray;
}

.PopUp {
    /*height:500px;*/
    padding: 10px;
    width: 500px;
    resize: both;
    position: absolute;
    left: 30%;
    top: 30%;
    border: solid 1px black;
    box-shadow: silver 4px 4px;
    background-color:white;
}

.specNote {
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
}

.pad5 {
    padding: 5px
}
.padLeft5 {
    padding-Left: 5px
}
.padRight5 {
    padding-right: 5px
}

.pad10 {
    padding: 10px
}
.padLeft10 {
    padding-left: 10px
}
.padRight10 {
    padding-right: 10px
}

.instructionsBox {
    padding: 10px;
    background-color: navy;
    color: white;
}

.icon {
    width: 12px;
    height: 12px;
}

.lgicon {
    width: 20px;
    height: 20px;
}


#tdLayoutOpts {
    background-color: gray;
    color: black;
    vertical-align: top;
    width: 40px;
    text-align: center;
    padding-left: 15px;
    padding-top: 15px;
}

#tdLayoutHistory {
    color: black;
    vertical-align: top;
    width: 40px;
   /* top:20%;
    text-align: center;*/
    padding-left: 15px;
    padding-top: 0px;
}

#tdLayoutMain {
    vertical-align: top;
    height:80vh;
    overflow-y:auto;
}


.xnavbar {
    background-color: #16234E;
    color:white; 
    padding:10px;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color:white;
}

/* Provide sufficient contrast against white background */
a {
  color: white;
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.navIconDescription {
    margin-left: 20px;
    margin-top: -10px;
    padding-left: 10px;
    position: absolute;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


/* Style for required asterisk */
.required {
    content: "*";
    color: red;
    margin-left: 5px;  /*Adjust spacing as needed */
}

/* Style for the required input field */
input:required {
    border-color: red;  /*Change border color to red */
}

/* Style for the required select field */
select:required {
    border-color: red;  /*Change border color to red */
}

 /*Style for the required textarea */
textarea:required {
    border-color: red;  /*Change border color to red */
}


.search-container {
    position: relative;
    width: 300px; /* Adjust as needed */
}

#txt_Original_Creditor {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.popup-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; /* Initially hidden */
    z-index: 1000; /* Ensure it appears above other elements */
}

    .popup-list li {
        padding: 10px;
        cursor: pointer;
    }

        .popup-list li:hover {
            background-color: #f0f0f0;
        }

/* Style for the quick search filter buttons */
/*.quickSearchButton {
    background-color: green;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}*/
.quickSearchButton {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: green;
    border: solid 1px steelblue;
    background-color: white;
    font-size: 10px;
    font-weight: bold;
    /*width: 100px;*/
    text-align: center;
    cursor: pointer;
    border: solid 1px green;
}

    .quickSearchButton:hover {
        padding: 5px;
        background-color: lightblue;
        border: solid 2px blue;
        font-size: 10px;
        font-weight: bold;
    }

.howToLi {
    cursor: pointer;
    color: cornflowerblue;
    font-weight: bold;
    height: 40px;
    padding: 10px;
}
    .howToLi:hover {
        cursor: pointer;
        color: cornflowerblue;
        font-weight: bold;
        height: 40px;
        padding: 10px;
        background-color:grey;
        border-radius:5px;
    }
/*.DSsidePanel {
    font-weight: bold;
}
    .DSsidePanel:hover {
        background-color: blue;
    }*/



/* Container for the Google Chart */
.google-chart-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* The actual chart div */
.google-visualization-table {
    width: 100% !important;
    height: 100% !important;
}

/* Table element inside the chart */
.google-visualization-table-table {
    width: 100% !important;
    height: 100% !important;
}

.jchartHdrs {
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    /*height: 20px;*/
    /*border-radius: 25px;*/
    /*border: 2px solid rgb(87,172,255);*/
    /*background-image: linear-gradient(white, rgb(188,222,255))*/
}

.jchartHdrsOuter {
    background-image: linear-gradient(white, rgb(188,222,255))
}

.jchartHiddenHdrs {
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
    height: 20px;
    /*border-radius: 25px;*/
    /*border: 2px solid rgb(87,172,255);*/
    visibility: hidden;
}