﻿body {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}

h1, h2, h3, h4, h5 {
  color: #0071bc;
}

.ui-btn-icon-notext.ui-corner-all {
  -webkit-border-radius: .3125em;
  border-radius: .3125em;
}

.ui-title {
  color: #fff;
}

.mc-text-center {
  text-align: center;
}

.mc-top-margin-1-5 {
  margin-top: 1.5em;
}

h2.mc-text-danger, h3.mc-text-danger {
  color: red;
}

/* .bi-invalid-input {
  background-color: #fffacd!important;
} */

.bi-invisible {
  display: none;
}

.bi-ctn-err {
  background-color: #ffe1cd;
  padding: 0 .5em;
  margin-bottom: .5em;
  border: 1px solid #e9cfbd;
  border-radius: 3px 3px;
}

.bi-header {
  border: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 21;
}

/* table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th, table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td::before { */
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    /* content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
} */
