.text-lightgray {
    color: lightgray;
}

.quote-button{
    border: 1px solid rgba(0,0,0,.125)!important;
}

.quote-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
}

.quote-button:hover{
    background-color: #f0faff;
}


.main {
    min-width: 400px;
}

.quoteTitles {
    font-size: 18px;
    margin-bottom: 0;
}

.orderedBox {
    margin-left: 0;
    margin-right: 0;
    background-color: #fafa96;
    color: black;
    border-left: 5px solid #fafa00!important;
}

.orderedBox:hover {
    margin-left: 0;
    margin-right: 0;
    background-color: #fafa64;
    color: black;
    border-left: 5px solid #fafa00!important;
}

.ordered {
    color: black;
}

.processedBox {
    margin-left: 0;
    margin-right: 0;
    background-color: #c8fac8;
    color: black;
    border-left: 5px solid green!important;
}

.processedBox:hover {
    margin-left: 0;
    margin-right: 0;
    background-color: #b4fab4;
    color: black;
    border-left: 5px solid green!important;
}

.processed {
    color: black;
}

.acceptedBox {
     margin-left: 0;
    margin-right: 0;
    background-color: #c8c8fa;
    color: black;
   border-left: 5px solid purple!important;
}

.acceptedBox:hover {
   margin-left: 0;
    margin-right: 0;
    background-color: #b4b4fa;
    color: black;
    border-left: 5px solid purple!important;
}

.acceptedQuotes {
    color: black;
}

.quoteBox {
    margin-left: 0;
    margin-right: 0;
    background-color: #e6f0fa;
    color: black;
    border-left: 5px solid blue!important;
}

.quoteBox:hover {
    margin-left: 0;
    margin-right: 0;
    background-color: #d2f0fa;
    color: black;
    border-left: 5px solid blue!important;
}

.pendingQuotes {
    color: black;
}

.draftBox {
    margin-left: 0;
    margin-right: 0;
    background-color: #e6e6e6;
    color: black;
    border-left: 5px solid Grey!important;
}

.draftBox:hover {
    margin-left: 0;
    margin-right: 0;
    background-color: #dcdcdc;
    color: black;
    border-left: 5px solid Grey!important;
}

.draftQuotes {
    color: black;
}

.BoxA {
    text-decoration: none;
}

.monthSelector {
    text-decoration: none;
    color: black;
}

.orderTitle, .orderAmount {
    font-size: 16px;
}

.orderSubheading, .orderDate {
    font-size: 14px;
    font-style: italic;
    color: #545454;
}

.usertitle {
    width: 100px;
}

.required:after {
  content:" *" ;
  color: red ;
}

.accordion-item{
  background-color: #fff;
}

.accordion-item:hover{
  background-color: white;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  position:relative;
    z-index:1;
}

.accordion-body {
      border-left: 1px solid rgba(0,0,0,.125);
      border-right: 1px solid rgba(0,0,0,.125);
      padding-bottom: 4px;
}

.accordion-button:focus {
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: none;
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: #66bfe9;
}

.sidebar {
  background: #3b4454!important;
}

.info-title {
  width: 200px;
}

.info-butt {
  color: #0000bb;
}

.previewimg {
  max-width: 440px;
  max-height: 160px;
}

.dropdownlogo {
  max-width: 200px;
  max-height: 50px;
}

.material-icons {
    vertical-align: middle;
}

.add-card {
  max-width: 1200px;
}

.form-control[readonly] {
  background: #fff;
}

.search-box {
  max-width: 900px;
}

.doorimg{
    max-width: 100px;
    max-height: 200px;
}

.mySidebar {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2b3251;
  overflow-x: hidden;
  padding-top: 70px;
  transition: 0s;
  box-shadow: 0 0 5px;
}

.mySidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: block;
  transition: 0s;
}

.mySidebar a:hover {
    color: #66bfe9;
}

.mySidebar .closebtn {
 position: absolute;
  top: 70px;
  right: 0;
  font-size: 36px;
  margin-left: 0px;
}

.main {
  margin-top: 76px;
  margin-left: 220px;
  transition: margin-left 0s;
  padding: 60px;
  padding-top: 30px;
}

.ToPrint .tableimg {
        height: 352px;
    }

table tr {
   height: 32px;
   vertical-align: bottom;
}

table h2 h4 {
    vertical-align: bottom;
}

@media screen and (max-height: 450px) {
  .mySidebar {padding-top: 0px;}
  .mySidebar a {font-size: 12px;}
}

@media screen and (max-width: 579px) {
  .mySidebar  {width: 0;}
  .main {margin-Left: 0;padding: 20px;}
  .navbar .greeting {display: none;}
}

.myNavbarBtn {
    font-size: 24px;
    border: none;
    background-color: inherit;
}

.myNavbarBtn:focus {
    border: none;
}

.myNavbarBtn:active {
    border: none;
}

.myNavbarBtn:hover {
    color: blue;
}

.ToPrint table {
  margin: 0 auto;
}

.ToPrint table td {
  border: 1px solid #e2e2e2;
}

.ToPrint table tr:first-child td {
  border-top: 3px solid black;
}

.ToPrint table tr td:first-child {
  border-left: 3px solid black;
}

.ToPrint table tr:last-child td {
  border-bottom: 3px solid black;
}

.ToPrint table tr td:last-child {
  border-right: 3px solid black;
}

.ToPrint .subheading {
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.tableNotes {
    height: 80px;
    display: block;
    border: 1px dashed black;
    border-right: 0;
}

     .table {
         margin-bottom: 0;
         line-height: 80%;
         page-break-inside: avoid;
         page-break-after:always;
     }

     table:last-of-type{page-break-after:auto}

     table tr {
         height: 16px;
         page-break-inside:avoid;
         page-break-after:auto
     }

    .ToPrint .tableimg {
        height: 176px;
    }

  table td {
      padding: 2px!important;
      page-break-inside:avoid;
      page-break-after:auto
     }

    .ToPrint {
        padding: 0;
        font-size: 10px;
        z-index: 999;
    }



    .ToPrint h2{
        font-size: 24px;
        margin-bottom: 0;
    }

    .ToPrint h4 {
        font-size: 18px;
        margin-bottom: 0;
    }


@media print {


    .navbar {
        display: none;
    }

    .mySidebar{
        display: none;
    }

    .main {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-left: 0;
    }

    .tableInput, .tableInput:focus {
        color:#00000000;
   text-shadow: 0 0 0 #000;
   border:none;
}

.btn, .no-print {
    display:none;
}

}
