html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media print {
  .pp-no-print {
    display: none !important;
  }

  .pp-businfo-header {
    font-size: 14px !important;
  }

  html {
    font-size: 12px !important;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.pp-existing-business {
  max-width: 255px;
}

.pp-new-business {
  max-width: 255px;
}

.pp-locate-btn {
  max-width: 207px;
  width: 100%;
}

.pp-validation-message {
  font-size: 0.8rem;
  display: block;
}

.pp-businfo-header {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}

.pp-partinfo-header {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}

.pp-switch-label {
  display:block;
  margin-bottom: 3px;
}

.pp-grid-right-align {
  text-align: right !important;
}

.pp-custom-text {
  font-size: 18px;
}

.pp-supplies-row {
  font-weight: bold;
}

.k-grid-toolbar .k-grid-add {
  color: #fff;
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.k-grid-toolbar .k-grid-add:hover {
  color: #fff;
  background-color: rgb(2, 87, 213);
  border-color: rgb(2, 87, 213);
}

.k-grid-save-changes {
  color: #fff !important;
  background-color: rgb(40, 167, 69) !important;
  border-color: rgb(40, 167, 69) !important;
}

.k-grid-save-changes:hover {
  color: #fff;
  background-color: rgb(40, 142, 69) !important;
  border-color: rgb(40, 142, 69) !important;
}

.k-grid-cancel-changes {
  background-color: rgb(255, 193, 7) !important;
  border-color: rgb(255, 193, 7) !important;
}

.k-grid-cancel-changes:hover {
  background-color: rgb(240, 178, 7) !important;
  border-color: rgb(240, 178, 7) !important;
}

.k-grid-deleteselected {
  color: #fff !important;
  background-color: rgb(220, 53, 69) !important;
  border-color: rgb(220, 53, 69) !important;
}

.k-grid-deleteselected:hover {
  color: #fff;
  background-color: rgb(195, 53, 69) !important;
  border-color: rgb(195, 53, 69) !important;
}

.k-grid-remove-command {
  color: #fff !important;
  background-color: rgb(220, 53, 69) !important;
  border-color: rgb(220, 53, 69) !important;
}

.k-grid-remove-command:hover {
  color: #fff;
  background-color: rgb(195, 53, 69) !important;
  border-color: rgb(195, 53, 69) !important;
}

.k-pager-info {
  display: block !important;
}

.k-switch-label-on {
  display: block !important;
  color: white !important;
  padding-left: 4px;
}

.k-switch-label-off {
  display: block !important;
  color: black !important;
  padding-left: 32px;
}

/*.k-input-inner,*/
.k-table-td, 
.k-table-td > input {
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .k-form-field {
    grid-column-start: 1;
    grid-column-end: span 1;
  }

  fieldset {
    grid-column-start: 1;
    grid-column-end: span 1;
  }

  div.k-form-layout.k-d-grid.k-grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

