.posform {
  margin: 20px auto;
}
.posgroup {
  margin-bottom: 0.5em;
}
.posgroup label {
  display: block;
  color: #444444;
  font-size: 12px;
}
.posgroup input {
  display: block;
}
input[type="file"] {
    display: none;
}
.filebutton {
  border: 2px solid #008000;
  background-color: #ffffff;
  color: #008000;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
  padding: 2px 6px;
}
.posbutton {
  border: 2px solid #008000;
  background-color: #ffffff;
  color: #008000;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.posbuttondark {
  border: 2px solid #444444;
  background-color: #444444;
  color: #ffffff;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.posbuttonred {
  border: 2px solid #bd2d2d;
  background-color: #bd2d2d;
  color: #ffffff;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.posbuttonhelp {
  border: 2px solid #2f96b5;
  background-color: #2f96b5;
  color: #ffffff;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.posbuttonbig {
  border: 2px solid #008000;
  background-color: #008000;
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  width: 200px;
  border-radius: 10px;
}
.postablebutton {
  border: 2px solid #008000;
  background-color: #ffffff;
  color: #008000;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.postablebuttondisabled {
  border: 2px solid #999999;
  background-color: #ffffff;
  color: #999999;
  font-size: 14px;
  height: 25px;
  border-radius: 4px;
}
.promptheader {
  font-size: 18px;
  font-weight: bold;
  color: #008000;
}
.prompt {
  font-weight: bold;
}
.header{
  display: block;
  width: 100%;
  background-color: #999999;
  border-radius: 4px;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.subheader {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.sectionheader {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.tabledata {
  width: 100%;
  margin-top: 10px;
}
.tableheader {
  background-color: #999999;
  color: white;
  height: 30px;
}
.tablerow1 {
  background-color: white;
  height: 25px;
}
.tablerow2 {
  background-color: #e0e0e0;
  height: 25px;
}
.boxsuccess {
  width: 100%;
  background-color: rgba(0, 128, 0, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.boxinfo {
  width: 100%;
  background-color: rgba(47, 150, 181, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.boxwarning {
  width: 100%;
  background-color: rgba(255, 165, 0, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.boxerror {
  width: 100%;
  background-color: rgba(189, 45, 45, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.msgsuccess {
  margin-top: 10px;
  width: 100%;
  background-color: rgba(0, 128, 0, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.msgwarning {
  margin-top: 10px;
  width: 100%;
  background-color: rgba(255, 165, 0, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.msgerror {
  margin-top: 10px;
  width: 100%;
  background-color: rgba(189, 45, 45, 0.5);
  border-radius: 4px;
  padding: 10px;
  color: #444444;
}
.success {
  color: #008000;
}
.warning {
  color: #ffa500;
}
.error {
  color: #bd2d2d;
}
.roundedimg {
  border-radius: 25px;
}
hr {
  background-color: #008000;
  height: 2px;
}
#message {
  color: #000;
  position: relative;
}
#message p {
  padding: 0px 15px;
  font-size: 14px;
}
.valid {
  color: #008000;
}
.valid:before {
  position: relative;
  left: -15px;
  content: "✔";
}
.invalid {
  color: #bd2d2d;
}
.invalid:before {
  position: relative;
  left: -15px;
  content: "✖";
}
#filter {
  border: 2px solid #999999;
  background-image: url('/images/filtericon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  margin-top: 10px;
}
.indicator {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}
