body {
  background-color: #cacaca;
}

.om-dialog {
  position: fixed;
  border: 1px solid black;
  box-shadow: 10px 10px 5px #888888;
  background-color: #ffffff;
}

.om-dialog-danger {
  position: fixed;
  border: 1px solid black;
  box-shadow: 10px 10px 5px #888888;
  background-color: #fff0b3;
}

.om-panel {
  padding: 16px;
}

.om-label {
  font-weight: 700;
}

.om-closebtn {
  text-decoration: none;
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3300;
  padding: 0 8px;
  cursor: pointer;
  cursor: hand;
}

.om-titlebar,
.om-titlebar-danger,
.om-titlebar-locked {
  font-size: 18px;
  padding-left: 12px;
  background-color: #0070a6;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.om-titlebar-danger {
  background-color: #ff9900;
}

.om-titlebar-danger:after {
  content: " - Not yet functional";
}

.om-titlebar-locked {
  background-color: #ff0033;
}

.btn_active {
  background-color: #ffba75;
  color: #000000;
}

#data {
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-size: 11px;
  font-weight: 100;
}

.dirty {
  background-color: #ffc6c6;
}

.warn {
  background-color: #ffd5aa;
}

.tf-pagination {
  text-decoration: none;
  color: #c9c9c9;
  float: left;
  padding: 8px 16px;
}

.om-input {
  padding: 4px 6px;
  display: block;
  border: none;
  border: 1px solid #ccc;
  width: 100%;
}

.om-margin-bottom {
  margin-bottom: 9px !important;
}

.om-hm-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.om-pos-sku {
  width: 32.8%;
  margin: 1px;
  padding: 3px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="radio"].om-radio {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}

input[type="radio"].om-radio:checked+.om-validate {
  color: #006ad5;
}

.om-table-all {
  border: 1px solid #ccc;
}

.om-table td,
.om-table th,
.om-table-all td,
.om-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  /* vertical-align: top; */
}

.om-btn,
.om-btn-block {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 4px 12px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-navbar li a {
  display: block;
  padding: 4px 16px;
}

.w3-navbar li ul li a {
  display: block;
  padding: 3px 12px;
}

.w3-bold {
  font-weight: 900;
}

.form-error {
  color: #ff6666;
  padding-left: 6px;
}

.error {
  color: #ff3333;
  text-align: center;
}

tfoot {
  border: 1px solid black;
  color: #000000;
  background-color: #6699ff;
}

.igood {
  background-image: url(../images/tu.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 98% 50%;
}

.ierror {
  background-image: url(../images/td.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 98% 50%;
}

table {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}

.w3-select {
  padding: 4px 0;
  border: 1px solid #ccc !important;
}

.w3-20p {
  width: 99.99999%;
  float: left;
  width: 20%;
}

.w3-paddingnarrow {
  padding: 8px 3px;
}

.w3-dropdown-content {
  cursor: pointer;
}