html {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
}
body {
  background-color: #ffffff;
}
h1 {
  font-size: 2rem;
}
h2 {
  margin-bottom: 0px;
  font-size: 1.5rem;
}
ul {
  margin-top: 0px;
}
li {
  list-style-type: square;
  margin-bottom: 4px;
}
hr {
  border: 0;
  height: 1px;
  background-color: #000000;
  background-image: linear-gradient(to right, #cccccc, #333333, #cccccc);
}
a {
  text-decoration: none;
  color: #000000;
}
a:visited {
  color: #000000;
}
form {
  margin: 0;
}
label {
  cursor: pointer;
}
input[readonly],
textarea[readonly] {
  background-color: #dddddd;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
  font-family: Lucida Console, monospace;
  resize: none;
  border: 1px solid #808080;
  background-color: #ffffff;
  border-radius: 0.5em;
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 10pt;
  min-height: 28px;
  width: 100%;
}
.btnLink,
button {
  padding: 10px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 150px;
  background-color: #909090;
  border-radius: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}
.btnLink:hover,
button:hover {
  background-color: #707070;
}

hr.sep {
  border: 0;
  height: 1px;
  background-color: #ffffff;
  background-image: none;
}

.big {
  font-size: 1.5rem;
}
.btn2Link {
  padding: 10px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 150px;
  background-color: #cfcfcf;
  border-radius: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}
.btn2Link:hover {
  background-color: #6b7a8f;
}

.errorBorder {
  border-width: 2px !important;
  border-color: #d08080 !important;
}
.error {
  display: block;
  background-color: #f0d0d0;
  border: 2px solid #d08080;
  padding: 0.5rem;
}
.success {
  display: block;
  background-color: #d0f0d0;
  border: 2px solid #80d080;
  padding: 0.5rem;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tr {
  display: table-row;
}
.th {
  background-color: #808080;
  font-weight: bold;
}
.fill {
  background-color: #808080;
}
.td {
  display: table-cell;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.bordered .td {
  border: 1px solid #000000;
}
.border {
  border: 1px solid #000000;
}
.bg-dark {
  background-color: #d0d0d0;
}
.bg-light {
  background-color: #f0f0f0;
}
.link {
  color: #000000;
  text-decoration: none;
}

.td > a.link {
  display: block;
  width: 100%;
  min-height: 20px;
  height: 100%;
}

.link:visited {
  color: #000000;
}
.inline {
  display: inline-block;
}

.h400 {
  height: 400px;
}
.h500 {
  height: 500px;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}
.w400 {
  width: 400px;
}
.labelwidth {
  width: 160px;
}
.marginr10 {
  margin: 10px !important;
}
.product {
  width: 250px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #808080;
  display: inline-block;
  margin: 5px;
}

.pageTitleHeader {
  background-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 2px;
}

.pageFilterHeader {
  background-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 2px;
}

.pageTitle {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
}
.pageTitleAction {
  margin-top: 5px;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 3px 3px;
  background-color: #a0a0a0;
  border-radius: 100%;
  display: inline-block;
}

.minorBtn {
  background-color: #d0d0d0;
  padding: 5px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #808080;
}

.centerdiv {
  margin: 10rem auto;
  width: 600px;
  background-color: #d0d0d0;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 1rem;
}

.helpLine {
  background-color: #ffffa0;
  border: 1px solid #aaaa80;
  border-radius: 5px;
  padding: 2px;
  display: none;
  margin: 0px 0px 8px 16px;
}

.formButtons {
  margin: 1rem;
  text-align: center;
}

.menu {
  background-color: #808080;
  padding: 2px 10px;
  height: 40px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu-li {
  display: inline-block;
  position: relative;
  margin: 0px;
  list-style: none;
}
.menu-li:hover .menu-sub {
  display: block;
}
.menu-a {
  height: 20px;
  font-size: 1rem;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
}
.menu-sub {
  padding: 5px 0px;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  z-index: 1;
  transition: opacity linear 0.2s;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  background: #9d9d9c;
}
.menu-suba {
  font-size: 1rem;
  padding: 10px 30px;
  display: block;
  text-decoration: none;
  color: #ffffff !important;
}
.menu-suba:hover,
.menu-a:hover {
  transition: all linear 0.15s;
  background: #5e5e5d;
}
.menu-subli {
  display: block;
  margin: 0px;
  list-style: none;
}
.menu-current-a {
  background: #5e5e5d;
}

.gray {
  color: #909090;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.nopic {
  height: 22px;
  text-align: center;
  padding: 5px 5px;
}
.nopicbig {
  width: 80px;
  height: 50px;
  text-align: center;
  padding: 25px 10px;
}

.bold {
  font-weight: bold;
}
.novpad {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.imageTile {
  float: left;
}

.imageSelectOverlay {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}
