



body{
  font-size: 16px;
  font: 100% sans-serif;
}
input {
  font-size: 16px;
  font: 100% sans-serif;
}
select {
  font-size: 16px;
  font: 100% sans-serif;
}
button {
  font-size: 16px;
  font: 100% sans-serif;
}

.frmInpt {
  width: 80%;
}


.sim-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

/* input {
  transform: scale(2.5);
} */

.item {
    min-height: 30px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
    margin-left: 1em;
    /* margin-left: 20px; */
  }
  .item-container {
    min-height: 30px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    margin-left: 1em;
    font-size: 1em;
  }


.cb {
	display: inline;
	/* font-size: 20px; */
  	/* font-weight: 200; */
  	/* color: #00204a; */
}

.qty {
  /* font-size: 20px; */
  display: inline;
  width: .4in;
  height: 27px;
  text-align: center;
  margin-left: 5px;
}
.qty-desc {
  /* display: inline; */
	/* font-size: 20px; */
  font-weight: 200;
  color: #00204a;
  margin-left: 10px;
}
.content, .content2{
  font-size: 12px;
  background-color: #f1f1f1;
  display: none;
  margin: 8px 0 8px 10px;
  padding: 10px 5px;
  overflow: hidden;
  white-space: normal;
  /* width: 400px; */
}
.content2 {
  margin-left: 10px;
}
.itm-label {
  font-weight: bold;
  text-decoration: underline;
}
.itm-para {
  margin: 0 0 3px 0;
}
.edit-img {
  position: relative;
  top: 5px;
}

.cb1 {
  height: 22px;
  width: 20px;
}

.link-label {
  /* display: inline; */
	/* font-size: 20px; */
  /* font-weight: 200; */
  margin-left: 10px;
  display: inline;
}

.edit-table {
  /* font-size: 20px; */
  border-collapse: collapse;
}

.BtnOrange {
  color: black;
  text-decoration: none;
  background-color: rgb(240, 230, 140);
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: default;
  
}
.BtnOrange:hover {
  border: 2px solid black;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
}

/* .vert-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/*  classes to use for collapsible content
    */
.collapsible {
  /*background-color: #777;
  color: white;*/
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  padding: 4px;
  background-color: rgb(182, 181, 181);
}

.clpsHeader {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    /* width: 100%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.clpsHeader:hover {
  background-color: #555;
}

.item-display {
  width: 100%;
}
.item-display__title {
  margin-left: 1em;
  font-size: 150%;
}

/*Styles for the receipt pages */
.rcpt-container {
  display: flex;
  flex-direction: column;
  margin-left: 5vw;
  width: 90vw;
}
.rcpt-item {
  margin-top: 20px;
}
.rcpt-tbl th, td{
  padding-top: 1px;
  padding-bottom: 1px;
}
/* .rcpt-image {
  margin-top: 1em;
  width: 90vw;
} */

/* .item-display__count {

} */
.item-display__detail {
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .item-display {
    width: 70%;
  }
}