﻿/* 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;
}

/* Site Specific 
------------------------------------------------ */

.divBlock {
    background-color: blue;
    color: white;
    width: 500px;
    height: 180px;
    font-weight: bold;
    font-size: medium;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.wwd {
    color: blue;
    font-weight: bold;
}


/* 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;
}

td.details-control {    
    cursor: pointer;    
}

tr.shown td.details-control {    
    cursor: pointer;    
}
table.dataTable tbody tr {
    line-height: 40px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.dataTables_filter, .dataTables_length {
    display: none;
}

th, table tr {
    border: 0px;
}

th, table td {
    border: 0px;
}

.table-row-activated {
    background-color: #efefef !important;
}
table.dataTable tbody tr td {
    padding: 0px;
}

table table th, table table td {
    border: none;
    text-align: left;
}

table table {
    border: 0px;
}

    table table tr td {
        border: none;
    }

table.dataTable tbody tr td table tbody td {
    padding: 8px;
    line-height: 20px;
}

.wwd {
    font-weight: 400;
}

.extra-padding {
    padding-left: 26px !important;
}

.extra-company-padding {
    padding-left: 26px !important;
    font-weight: 400;
    font-size: 18px;
}

.no-wrapping {
    word-break: break-all;
    white-space: nowrap;
}

a.expand-all-button {
    display: inline-block;
    line-height: 40px;
    width: auto;
    cursor: pointer;
    background-color: white;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top:0px;
    padding-bottom:0px;
}

#statusFilter {
    font-weight: 600;
    margin-top: 8px;
    float: none;
    text-align: center;
    display: block;
}

.table-cell-bg {
    background-color: #efefef;
    text-align: left;
}

.requests-table-header {
    border: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #ffffff;
}

.requests-table-row {
    border: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    background-color: #ffffff;
    vertical-align: middle;
    line-height: 20px;
    margin-top:8px;
}

.requests-table {
    border: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-top:8px;
}

.dataTables_length {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    text-align:right;
}

.dataTables_wrapper {
    line-height: 16px;
}

#search {
    width: 70%;
    line-height: 38px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc !important;
    outline: none;
    padding-left: 15px;
}

.ms-Icon--Search {
    width: 50px;
    display: inline-block;
    background-color: #218379;
    border: 1px solid #038387;
    line-height: 35px;
    color: white;
    height: 40px;
    margin-right: 5px;
}

.clearButton {
    display: inline-block;
    line-height: 34px;
    width: 100px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #ccc;
    height: 40px;
}

.shortsupply-table-row {
    border: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    background-color: #ffffff;
    padding-left: 26px !important;
}

.outer-header-div {
    text-align: center;
    height: auto;
    display: grid;
    background-color: #efefef;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    padding-bottom:8px;
}

.inner-header-div {
    vertical-align: middle;
    height: auto;
    margin: auto 0px;
    display: block;
    position: relative;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px;
    border-bottom: 1px solid #111;
    line-height:35px;
}
.expandbtn{
    padding-left:15px;
}
table.dataTable b {
    font-size: 16px;
    font-weight: 500;
    line-height:40px;
}
.supplycompany{
    margin-bottom:10px;
}
p{
    margin:0px !important;
    white-space:pre-wrap;
}