body {
   margin: 1px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   line-height: 1.42857143;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.center_text {
  text-align: center;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 0 15px;
}

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #ffffb9 !important;
}

.well {
  background-color: #ffffb9 !important;
  font-size: 16px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;

  ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;

    a {
      text-decoration: none;
      cursor: pointer;
      color: inherit;
    }

    a:hover {
      text-decoration: underline;
    }
  }
}

.modal-dialog {
  width: 320px;
}

.outercenter {
  text-align: center;
}

.outercenter img {
  display: inline-block;
}

.CeDiDNumber {
  font-family: 'Share Tech Mono', monospace;
  font-size: 1.5em;
  letter-spacing: 1px;
}

.AlphaNumericKey {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 6px;
}

.hr-gray {
  margin-top: 0;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #999;
}

.col-md-6 {
  width: 220px;
  padding: 0 0 0 15px;
}

.col-md-12 {
  padding: 0 15px;
}

label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 15.4px;
}

.labelgray {
  border-radius: 0.3em;
  background-color: #666666;
  text-align: left;
  color: white;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 0.2em 0.6em 0.2em 0.6em;
  margin: 0 0 30px 15px;
}

.padleftright0 {
  padding-left: 0;
  padding-right: 0;
}

.popover-content, .popover-title {
  color: #000000 !important; /*black color*/
}

.btn-group {
  font-size: 12px; /*or whatever size */
}

.text-warning {
  /*color: #8a6d3b;*/
  margin: 18px 0 10px;
}

@media print {
  footer {
      display: none;
  }
}

.form-container {
  display: grid;
  grid-template-columns: repeat(8, 2fr);
  margin-top: 20px;
}

.form-group {
  display: flex;
  grid-column-start: 4;
}

.text-box-num {
  width: 246px;
}

.text-box-name {
  width: 3em;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.link {
  grid-column-start: 3;

  ul {
    padding: 0;
  }

  .nulink {
    color: #c50000;
    text-decoration: none;
    font-size: 14px;
  }
}