/* /Views/Phone/PhoneBC.razor.rz.scp.css */

.btnSmall[b-5v418obhm9] {
    background-color: navy;
    color: ghostwhite;
    height: 24px;
    width: 80px;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top:15px;
    border-radius: 5px;
}
.btnSmallSendBack[b-5v418obhm9] {
    background-color: navy;
    color: ghostwhite;
    height: 24px;
    width: 110px;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-radius: 5px;
}

.spanMin[b-5v418obhm9] {
   margin-right:3px;
}

.spanMinDialog[b-5v418obhm9] {
    margin-right: 3px;
    color:navy;
    font-weight:bold;
}

.spanNotCOG[b-5v418obhm9] {
    color: red;
}

.spanCOG[b-5v418obhm9] {
    color: navy;
}

.spanMessage[b-5v418obhm9] {
   
    color: navy;
    font-weight: bold;
}

.link-button[b-5v418obhm9] {
    background: none;
    border: none;
    color: navy;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}






.containerMain[b-5v418obhm9] {
    display: grid;
    min-height:500px;
}

.item[b-5v418obhm9] {
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.innerContainerTitle[b-5v418obhm9] {
    display: grid;
    grid-template-columns: 20vw 1vw 45vw 1vw 33vw ;
}

.topLinePONum[b-5v418obhm9] {
    grid-column: 1;
    margin-left: 5px;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
}

.topLineWriter[b-5v418obhm9] {
    grid-column: 3;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
}

.topLineTotal[b-5v418obhm9] {
    grid-column: 5;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
    margin-right:5px;
}

.secondLineVendor[b-5v418obhm9] {
    grid-column: 1 / span 5; /* Ensure it's spanning the entire width */
    color: navy;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 30px; /* Define a height to help with vertical centering */
    border-bottom: solid;
    border-color: navy;
}

.innerContainerItems[b-5v418obhm9] {
    display: grid;
    grid-template-columns: 18vw 1vw 48vw 1vw 31vw 1vw;
}

.itemDesc[b-5v418obhm9] {
    grid-column: 1 / span 5; /* Ensure it's spanning the entire width */
    color: navy;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 30px; /* Define a height to help with vertical centering */
  /*  border-bottom: solid;
    border-color: lightgray;*/
}
.itemQty[b-5v418obhm9] {
    grid-column: 1;
    margin-left: 5px;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
}

.itemEach[b-5v418obhm9] {
    grid-column: 3;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
}

.itemTotal[b-5v418obhm9]{
    grid-column: 5;
    color: navy;
    text-align: center; /* Horizontal centering */
    display: flex;
    justify-content: center; /* Horizontal centering for flexbox */
    align-items: center; /* Vertical centering for flexbox */
    margin-right:15px !important;
}

.itemEndLine[b-5v418obhm9] {
    grid-column: 1 / span 5; /* Ensure it's spanning the entire width */
    color: navy;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 2px; /* Define a height to help with vertical centering */
    border-bottom: solid;
    border-color: lightgray;
}

.containerBtns[b-5v418obhm9] {
    display:grid;
    grid-template-columns: 15vw 30vw 10vw 30vw 15vw;
}
.itemBtnApprove[b-5v418obhm9] {
    grid-column:2;
}
.itemBtnSendBack[b-5v418obhm9] {
    grid-column: 4;
}
.itemChangeMsg[b-5v418obhm9] {
    grid-column: 1 / span 5; /* Ensure it's spanning the entire width */
    color: navy;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 30px; /* Define a height to help with vertical centering */
    /*  border-bottom: solid;
    border-color: lightgray;*/
}


/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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[b-f7x3omb925] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-f7x3omb925] {
  color: #0077cc;
}

.btn-primary[b-f7x3omb925] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-f7x3omb925], .nav-pills .show > .nav-link[b-f7x3omb925] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-f7x3omb925] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-f7x3omb925] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-f7x3omb925] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-f7x3omb925] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-f7x3omb925] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
