.wpcf7-number {
  background-color: #efefef !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #00263d !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.hide {
  display: none;
}

.woocommerce-checkout.woocommerce-page .woocommerce-message .button.wc-forward {
  display: none;
}

/**/

.mpidr-tag-table-actions {
  /* // float:right; */
  margin-bottom: 10px;
  font-size: 1.4em;
}

#editTagModal input[type="text"],
#editTagModal textarea,
#activateTagKitForm input[type="text"] {
  background-color: #efefef !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #00263d !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#editTagModal input[type="submit"],
#activateTagKitForm input[type="submit"] {
  /*float: right;*/
  color: #0075c9 !important;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#editTagModal em#editTagID {
  color: #062843;
  font-size: 80%;
  float: right;
}

.jquery-modal.blocker {
  z-index: 100000;
}

#active-asset-tag-table th {
  font-weight: bold;
}

#inactive-asset-tag-table {
  color: #ccc;
}

#inactive-asset-tag-table thead tr th {
  color: #ccc;
}

/* inactive tag kit table & overlay */
.inactive-asset-tag-container {
  position: relative;
  margin-bottom: 80px;
}

div.inactive-tag-overlay {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  max-width: 50%;
  position: absolute;
  top: 10%;
  left: 25%;
}

button.start-activate-kit-button,
.activateTagKitForm button {
  color: #0075c9 !important;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.asset-tag-edit-link svg {
  max-width: 16px;
  max-height: 16px;
  margin-top: 6px;
}

.assetTagKitVerifyCode {
  font-size: 1em;
}

/* Table Styles */
table.mpidr-tag-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.mpidr-tag-table th {
  text-align: left;
}

table.mpidr-tag-table tr td,
table.mpidr-tag-table tr th {
  padding: 0.6rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.mpidr-tag-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.mpidr-tag-table thead tr th {
  background: #333;
  color: #fff;
}

.mpidr-tag-table tr:nth-of-type(odd) {
  background: #eee;
}

.mpidr-tag-table td.asset-tag-id, .mpidr-tag-table td.asset-tag-number {
  color: #bd2e2a;
  font-weight: 600;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1023px) {
  /* Force table to not be like tables anymore */
  .mpidr-tag-table table,
  .mpidr-tag-table thead,
  .mpidr-tag-table tbody,
  .mpidr-tag-table th,
  .mpidr-tag-table td,
  .mpidr-tag-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .mpidr-tag-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .mpidr-tag-table tr {
    border: 1px solid #ccc;
  }

  /* // .mpidr-tag-table tr td {padding: 0;} */

  .mpidr-tag-table td {
    /* Behave  like a "row" */
    border: none;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    padding: 5px 0 5px 30% !important;
    min-height: 30px;
  }

  .mpidr-tag-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }

  /*
    Label the data
    */
  .mpidr-tag-table td:nth-of-type(1):before {
    content: "Tag #";
  }
  .mpidr-tag-table td:nth-of-type(2):before {
    content: "Make";
  }
  .mpidr-tag-table td:nth-of-type(3):before {
    content: "Model";
  }
  .mpidr-tag-table td:nth-of-type(4):before {
    content: "Serial #";
  }
  .mpidr-tag-table td:nth-of-type(5):before {
    content: "Note";
  }
  /*.mpidr-tag-table td:nth-of-type(6):before { content: "Porn Name"; }*/
  /*.mpidr-tag-table td:nth-of-type(7):before { content: "Date of Birth"; }*/
  /*.mpidr-tag-table td:nth-of-type(8):before { content: "Dream Vacation City"; }*/
  /*.mpidr-tag-table td:nth-of-type(9):before { content: "GPA"; }*/
  /*.mpidr-tag-table td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}

/*// Woocommerce My Account Left Nav List*/
.woocommerce .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation {
  width: auto;
  margin-right: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.woocommerce-MyAccount-navigation ul li:hover {
  background: #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  background: #1b75bb;
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
}

/*// */
.woocommerce .woocommerce-MyAccount-content {
  width: 73%;
}

/*//misc*/
input.assetTagKitVerifyCode {
  margin-top: 1rem;
}

/*// alerts*/
.activate-kit-alerts-container {
  margin: 1rem 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /*body {*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*width: 320px;*/
  /*}*/

  div.inactive-tag-overlay {
    max-width: 90%;
    left: 5%;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*body {*/
  /*width: 495px;*/
  /*}*/
}

/*Print Styles*/
@media print {
  .mpidr-print-only {
    display: block !important;
  }

  div.et_pb_section {
    margin-top: 0;
    padding-top: 0;
  }

  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation,
  .woocommerce-account.woocommerce-page .et_pb_section_3,
  .woocommerce-account.woocommerce-page .et_pb_section_4,
  .woocommerce-account.woocommerce-page #et-top-navigation,
  .woocommerce-account.woocommerce-page #top-header,
  .woocommerce-account.woocommerce-page .entry-content > .et_pb_section_0 {
    display: none;
  }
  .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
    width: 100%;
    color: black !important;
  }
  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-content a,
  h1,
  h2,
  h3,
  h4,
  .asset-tag-id {
    color: black !important;
  }
  .mpidr-tag-table-actions {
    display: none;
  }
  .et_boxed_layout div#page-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }

  .et_boxed_layout #page-container div.et_pb_row {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .mpidr-print-header {
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px;
  }

  .mpidr-print-header h1 {
    display: inline-block;
    margin-left: 30px;
    margin-top: 20px;
  }

  .mpidr-print-header img {
    max-width: 180px;
  }

  .mpidr-print-header > * {
    vertical-align: middle;
  }

  .asset-tag-edit-link > a {
    display: none;
  }
}
