.ptop-0 {
  padding-top: 0 !important;
}

.tabs__item--active {
  background-color: white !important;
  color: black !important;
}

.tabs__item--active .material-icons {
  color: black !important;
}

.mobile-table tbody .form-control,
.mobile-table tbody .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.mobile-table tbody .dropdown {
  border-bottom: 1px solid #2f5578;
  border-radius: 0px;
  border-top: none;
  padding-bottom: 1px;
}

.mobile-table tbody .dropdown:hover {
  border-bottom: 1px solid #000;
}

.mobile-table tbody .dropdown:focus {
  border-bottom: 2px solid #2f5578;
  border-radius: 0px;
  border-top: none;
}

.mobile-table tbody td {
  vertical-align: baseline !important;
  padding: 0px !important;
}

.mobile-table td label {
  width: 100%;
  text-align: center;
}

.mobile-table tbody td,
table.table tbody th {
  height: 28px !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  /*vertical-align: top;*/
  border-bottom: 2px solid #ddd;
  font-size: 14px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 0px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.dg-container {
  font-family: Roboto, sans-serif;
}

.dg-btn-loader .dg-circle {
  background-color: green;
}

table.table tbody td,
table.table tbody th {
  height: 100%;
  /*vertical-align: top;*/
}

.table thead {
  /*vertical-align: top;*/
  font-size: 14px;
  font-weight: 600;
}

button.iconBtn {
  width: 56px;
  height: 24px;
  min-width: 56px;
  margin: 0;
}

table th button {
  float: right;
  font-family: inherit;
  text-transform: lowercase;
}

table .btn {
  text-transform: capitalize;
}

/*.mobile-table tbody tr td .input-group--select__autocomplete {
  display: block !important;
}*/

select {
  -webkit-appearance: menulist !important;
}

@media screen and (max-width: 1027px) {
  body {
    margin-top: -10px !important;
  }
}

@media screen and (max-width: 715px) {
  body {
    margin-top: -30px !important;
  }
}

@media screen and (max-width: 480px) {
  body {
    margin-top: -50px !important;
  }
}

body {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #eff1f3;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

.schedule > div.row {
  margin-bottom: 10px;
}

.header-img {
  padding: 20pt;
  -ms-flex-line-pack: left;
      align-content: left;
  float: left;
  max-height: 100%;
  max-width: 100%;
}

h1 {
  text-align: left;
  color: rgb(47, 85, 120);
  font-size: 18pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

.header {
  background-color: lightblue;
  padding: 20px;
  border: 1px solid #ccc;
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

/* Clear floats after the columns */
/*.row:after {
  content: "";
  display: table;
  clear: both;
  border: 1px;
}*/

.textcolor {
  color: skyblue;
}

.textdecoration {
  margin-right: 20pt;
  text-align: middle;
  width: 200px;
  float: right;
}

table {
  border-collapse: collapse;
  margin-top: 10pt;
  margin-bottom: 10pt;
  width: 100%;
  text-align: start;
}

/* Text Decoration */
.textdecoration-header {
  padding: 5pt;
  text-align: right;
  float: right;
  font-size: medium;
}

.textdecoration-footer {
  padding-top: 5pt;
  text-align: left;
  float: left;
}

.textdecoration-footer-right {
  padding-top: 5pt;
  text-align: right;
  float: right;
}

/* Sections */
.section {
  margin-top: 10pt;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: block;
  padding-left: 10pt;
  padding-right: 10pt;
}

.s-header {
  margin-top: 10pt;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: block;
  padding-left: 10pt;
  padding-right: 10pt;
  border-bottom: 1px solid #cccccc;
}

.section-left {
  float: left;
}

.section-right {
  float: right;
}

.section-table-header {
  font-weight: bold;
}

.section-label {
  font-weight: bold;
  width: 15%;
  vertical-align: top;
  text-align: left;
  background-color: white;
}

.section-value {
  width: 25%;
  background-color: white;
}

td,
th {
  padding: 2px;
  text-align: start;
}

tr td:first-child,
th:first-child {
  text-align: left;
}

thead {
  /*background-color: #00c2f3;
  color: white;*/
  border-bottom: 1px solid #ccc;
}

.col-md-12 {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-left: 10pt;
  padding-right: 10pt;
}

.pdfembed {
  border: 1px solid #000000;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
}

.acceptTerms {
  background-color: #7ed321;
  color: white;
}

.HtmlToEmail {
  /*eff1f3*/
  border: 1px solid #ccc;
  padding: 5pt;
  background: white;
}

.row {
  width: 100%;
  padding-left: 10pt;
  padding-right: 10pt;
}

.darkrow {
  width: 100%;
  padding-left: 10pt;
  padding-right: 10pt;
  float: left;
  background: #2f5578;
  color: white;
}

.darkrow h1 {
  color: white;
}

.img-darkrow-vonex {
  height: 64px;
  margin: 5pt;
}

.customerEmail {
  -ms-flex-item-align: center;
      align-self: center;
  background: white;
  max-width: 70%;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email-paragraph-content {
  padding-left: 70pt;
  padding-right: 70pt;
}

.misc-links {
  display: inline;
  list-style-type: disc;
}

.pipe ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}
#pipe ul li {
  margin-left: 0;
  padding: 3px 15px;
  border-left: 1px solid #000;
  list-style: none;
  display: inline;
}

.pipe ul li.first {
  margin-left: 0;
  border-left: none;
  list-style: none;
  display: inline;
}



.v-input--selection-controls__input input[type="checkbox"],
.v-input--selection-controls__input div.v-input--selection-controls__ripple {
  z-index: 5 !important;
}


.dropbox[data-v-78159dea] {
  outline: 2px dashed grey; /* the dash box */
  outline-offset: -10px;
  background: lightcyan;
  color: dimgray;
  padding: 10px 10px;
  min-height: 200px; /* minimum height */
  position: relative;
  cursor: pointer;
}
.dropbox-error[data-v-78159dea] {
  outline: 2px dashed white; /* the dash box */
  outline-offset: -10px;
  background: #b71c1c;
  color: white;
  padding: 10px 10px;
  min-height: 200px; /* minimum height */
  position: relative;
  cursor: pointer;
}
.input-file[data-v-78159dea] {
  opacity: 0; /* invisible but it's there! */
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.dropbox[data-v-78159dea]:hover {
  background: lightblue; /* when mouse over to the drop zone, change color */
}
.dropbox p[data-v-78159dea] {
  font-size: 1.2em;
  text-align: center;
  padding: 50px 0;
}


.wrapper[data-v-b006182c] {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img[data-v-b006182c] {
  position: absolute;
  left: 0;
  top: 0;
}


.inline[data-v-a69e9538] {
  display: inline-block;
  margin-right: 3vw;
}


.fixedTop {
  position: sticky;
  top: 0;
  z-index: 999;
}
.invalid {
  background-color: coral;
}


.email-font[data-v-38cfac89]{font-size:11px; display:block; font-weight: 300;}


.expand[data-v-f69372e0] {
  height: auto !important;
  display: block !important;
}
.new-collapse[data-v-f69372e0] {
  display: none !important;
}


.form-group[data-v-62f12f24] {
  margin-bottom: 2px;
}


.fixedTop[data-v-2be275c8] {position: sticky;top: 0;z-index: 999;}
.content-blurb div[data-v-2be275c8]{font-size: 14px; line-height: 27px;}


/*# sourceMappingURL=app.03dec94b.css.map*/