* {
  padding: 0px;
  margin: 0px;
  outline: none;
  border: none;
  font-family: Arial;
  text-decoration: none;
}
#pageWrapper {
  width: 100%;
  margin: auto;
  background: #fff;
}
#pageWrapper #bodyWrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30px;
  bottom: 0px;
}
#pageWrapper #bodyWrapper form {
  top: 100px;
}
#pageWrapper #bodyWrapper button[data-radio] {
  min-width: 50px;
  min-height: 31px;
  padding: 10px;
  border: 2px solid darkgray;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: box-shadow 0.1s ease-in-out, border 0.05s ease-in-out;
}
#pageWrapper #bodyWrapper button[data-radio].selected {
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  background: #88ff88 !important;
}
#pageWrapper #bodyWrapper button:not([data-radio]) {
  min-width: 50px;
  min-height: 31px;
  padding: 10px;
  border: 2px solid darkgray;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: box-shadow 0.1s ease-in-out, border 0.05s ease-in-out;
}
#pageWrapper #bodyWrapper button:not([data-radio]):disabled {
  border-top: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  color: #aaaaaa;
  cursor: not-allowed !important;
}
#pageWrapper #bodyWrapper button:not([data-radio]):enabled:hover {
  border-top: 2px solid lightgray;
  border-left: 2px solid lightgray;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}
#pageWrapper #bodyWrapper button:not([data-radio]):enabled:active {
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  background: #ededed !important;
}
#pageWrapper #bodyWrapper button:not([data-radio]).btnIcon {
  font-size: 20px;
  font-weight: bold;
}
#pageWrapper #bodyWrapper button:not([data-radio]).pressed {
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  background: #99ff99;
}
#pageWrapper #bodyWrapper button:not([data-radio]).btn-small {
  min-width: 35px !important;
  min-height: 25px !important;
  border-width: 1px !important;
}
#pageWrapper #bodyWrapper button:not([data-radio]).btn-small i.fa {
  margin-right: unset !important;
}
#pageWrapper #bodyWrapper input,
#pageWrapper #bodyWrapper select,
#pageWrapper #bodyWrapper textarea {
  border: 2px solid darkgray;
  padding: 5px;
  border-radius: 10px;
}
#pageWrapper #bodyWrapper input:focus,
#pageWrapper #bodyWrapper select:focus,
#pageWrapper #bodyWrapper textarea:focus {
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}
#pageWrapper #bodyWrapper input[type="range"] {
  width: 400px;
}
#pageWrapper #bodyWrapper #newAccountEntryRepeatWeekly span {
  margin-left: -25px;
  width: 25px;
  display: inline-block;
  vertical-align: 8px;
  pointer-events: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
