body {
  font-family: Arial;
  font-size: 12px;
  color: #222;
}

.view {
}

.header {
  background: #e65c25 none repeat scroll 0 0 !important;
  border: 0px !important;
}

.header h2.logo {
  margin: 0 1em 0 3%;
  padding: 1em 0 0.7em;
  text-align: left;
}

.header h2.logo a {
  background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll 0 0 / contain;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  line-height: 4em;
  padding: 0 0 0 5em;
  text-decoration: none;
  vertical-align: middle;
}
.header.bg-0 {
  background: #fae100 none repeat scroll 0 0 !important;
}
.header.bg-0 h2.logo a {
  color: #000000 !important;
}
.header.bg-1 {
  background: #e65c25 none repeat scroll 0 0 !important;
}
.header.bg-2 {
  background: #006900 none repeat scroll 0 0 !important;
}
.header.bg-3 {
  background: #000000 none repeat scroll 0 0 !important;
}

/**sticky header*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.sticky-wrapper.fixed {
  position: fixed;
  top: 68px; /* Adjust based on header height */
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header.fixed,
#orders-tbl thead.fixed {
  position: fixed;
  top: 205px; /* Adjust based on header + sticky-wrapper height */
  left: 0;
  z-index: 999;
  margin: 0;
  border-bottom: 2px solid #e65c25;
}

#orders-tbl thead.fixed th {
  background: #f5f5f5;
}

/* Add padding to compensate for fixed elements */
.fixed-header-spacer {
  display: none;
}

.fixed-header-spacer.active {
  display: block;
}
/**end sticky header*/

.content {
}

.footer {
  background: #f5f5f5 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #000000;
  margin: 30px 0 0 !important;
  padding: 20px;
  text-align: center;
}

.footer div {
  background: #f5f5f5 none repeat scroll 0 0 !important;
  font-size: 11px;
  padding: 0;
}

.footer .ui-block-a .ui-bar-a {
  text-align: left;
}

.footer .ui-block-b .ui-bar-a {
  text-align: right;
}

.orders-tbl {
  border: 1px solid #ddd;
  width: 100%;
}

.orders-tbl td,
.orders-tbl th {
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  color: #7d7d7d;
  text-align: center;
  vertical-align: middle;
}

.orders-tbl td .nr-comanda {
  color: #222;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}

.orders-tbl td:last-child,
.orders-tbl th:last-child {
  border-right: 0px solid #ddd;
}

.orders-tbl th {
  background: #f5f5f5 none repeat scroll 0 0;
  font-size: 17px;
  font-weight: 100;
  padding: 24px 10px;
  color: #222;
}

.orders-tbl th.acc-heading {
  font-size: 20px;
  font-weight: 800;
}

.orders-tbl th.order-number-heading {
  max-width: 200px;
}

.orders-tbl th.del-heading {
  width: 30px;
}

.orders-tbl tr {
  border-bottom: 1px solid #fff;
  height: 100px;
}

.orders-tbl tr.tr-1 td {
  background: #fff none repeat scroll 0 0;
}

.orders-tbl tr.tr-2 td {
  background: #f5f5f5 none repeat scroll 0 0;
}

.form-new-order {
  margin: 10px 0;
}

.step-status-gen {
  height: 26px;
  margin: 0 auto;
  width: 26px;
}

.step-status-gen a {
  height: 26px;
  width: 26px;
  display: block;
  text-indent: -9999px;
}

.step-status-gen a.step-status-1 {
  background: rgba(0, 0, 0, 0) url("../img/step-status-verde.jpg") repeat scroll 0 0 / contain;
}

.step-status-gen a.step-status-0 {
  background: rgba(0, 0, 0, 0) url("../img/step-status-0.jpg") repeat scroll 0 0 / contain;
}

.alert a.step-status-0 {
  background: rgba(0, 0, 0, 0) url("../img/step-status-rosu.jpg") repeat scroll 0 0 / contain;
}

textarea,
input {
  color: #7d7d7d !important;
}

textarea {
}

a.order-status-0 {
  color: #7d7d7d;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 800;
}

a.order-status-1 {
  color: #fe0002;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 800;
}

.ui-bar-a {
  border: 0px;
}

.footer span {
  color: #e65c25;
}

.button {
  background-color: #ddd;
  border: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.tr-urgent {
  background-color: #e65c25;
}

#meniu-dr .ui-btn {
  border: 0 none !important;
  font-size: 1em !important;
  background-color: #fff !important;
}

.ui-btn-right {
  right: 1em;
}

.new-order-form p {
  color: red;
}

@media all and (min-width: 50em) {
  .login-form,
  .new-order-form,
  .change-pass-form {
    width: 400px;
    margin: 0 auto;
  }
}

.order_target {
  border: 1px solid #bbb;
}

.order_target td {
  background: #ffeee8 none repeat scroll 0 0 !important;
}

.data-calendar {
  color: #222 !important;
  font-size: 1.5em !important;
}

textarea {
  color: #222 !important;
  font-size: 1.5em !important;
  overflow-y: visible !important;
}
