/* Left Menu */

#left-menu {
  width: 130px;
  position: absolute;
  top: 70px;
  left: 25px;
  z-index: 10;
  letter-spacing: 0.02em;
}

#left-menu ul {
  width: 130px;
}

#left-menu ul li.category {
  width: 130px;
  padding: 5px 0;
  line-height: 1em;
  border-bottom: 1px solid white;
}

#left-menu ul.gray li.category {
  border-bottom: 1px solid #3bc2e7;
}

#left-menu ul li.category a {
  font-size: 11pt;
  text-transform: uppercase;
  color: #fff;
}

#left-menu ul.gray li.category a {
  color: #3bc2e7;
}

#left-menu ul.gray li.category li a {
  color: #787878;
}

#left-menu ul.gray li.category li a:hover {
  color: #3bc2e7;
}

#left-menu ul li.category label {
  float: right;
}

#left-menu ul li.category li img {
  text-transform: none;
  display: block;
  float: left;
  width: 25px;
  margin-top: 1px;
}

#left-menu ul li.category li {
  width: 130px;
  height: 30px;
}

#left-menu ul li.category li a span {
  text-transform: none;
  display: block;
  float: left;
  width: 95px;
  padding: 5px;
  /*opacity: 0.7;*/
}

/* Customer Search container */

.slide {
  border-bottom: none;
}

.slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  height: 500px;
  margin: auto;
  padding: 0;
  color: #fff;
}

.slide .content img {
  display: block;
  width: 250px;
  margin: 0 auto 30px auto;
}

.slide .content input[type="text"] {
  margin: 3px;
  float: left;
  padding: 3px 0px 0 10px;
  height: 25px;
  line-height: 1em;
  width: 140px;
  background: #3ec9f0;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.02em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

.slide .content input[name="card-id"] {
  width: 286px;
}

.slide .content input[type="submit"],
input[type="button"] {
  margin: 2px;
  float: none;
  padding: 0 10px;
  height: 25px;
  line-height: 1em;
  width: 140px;
  background: #fff;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #3ec9f0;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.8;
}

.slide .content input[type="submit"]:hover {
  opacity: 1;
}

.slide .content input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.slide .content input:-moz-placeholder {
  /* older Firefox*/
  color: #fff;
  opacity: 0.8;
}
.slide .content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.slide .content input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.slide .content select {
  margin: 3px;
  float: left;
  padding: 3px 0px 0 10px;
  height: 25px;
  line-height: 1em;
  width: 140px;
  background: #3ec9f0;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.02em;
}
.slide .content .space {
  height: 20px;
}
.slide .content .space :not(*:root) {
  float: left;
}

/* Customer List container */

#list {
  position: relative;
  margin: 70px auto;
  margin-bottom: 0;
  padding: 0 200px;
  min-width: 680px;
  min-height: calc(100vh - 400px);
}

#list label {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #3ec9f0;
  color: #fff;
}

#list label img {
  display: block;
  float: right;
  width: 22px;
  padding: 4px;
  cursor: hand;
}

#list label .date,
#list label .title {
  display: block;
  float: left;
  padding: 4px 2%;
}

#list .container {
  position: relative;
  width: 100%;
  margin: 12px 0;
  padding: 0;
  padding-bottom: 20px;
  background: #e5e5e5;
  color: #787878;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#list .container h1,
#list .container h2 {
  display: block;
  margin: 2%;
  margin-bottom: 5px;
  color: #3ec9f0;
}

#list .container table {
  margin: 2%;
  width: 96%;
  color: #787878;
  text-align: left;
}

#list .container table .imgArrow img {
  width: 15px;
  text-align: right;
  vertical-align: bottom;
  float: right;
}

#list .container table .imgArrow img:hover {
  cursor: hand;
}

#list .container table th {
  text-align: left;
  padding: 5px;
  font-family: "DINPro-CondBold";
  width: 12%;
}

#list .container table td {
  padding: 5px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 10pt;
  letter-spacing: 0.03em;
  width: 12%;
}

#list .container table td.price {
  text-align: right;
  white-space: nowrap;
}

#list .container table th.price {
  text-align: right;
  white-space: nowrap;
}

#list .container table#customer-list th,
#list .container table#customer-list td {
  width: 12%;
}

#list .container table#customer-list tr th:nth-child(8),
#list .container table#customer-list tr td:nth-child(8) {
  width: 4%;
}

#list .container table#location-list th,
#list .container table#location-list td {
  width: 13.7%;
}

#list .container table#location-list tr th:nth-child(8),
#list .container table#location-list tr td:nth-child(8) {
  width: 4.1%;
}

#list .container table.links tr:hover td {
  background: #d1d1d1;
  cursor: hand;
}

#list .container div ul {
  display: block;
  margin: 0 2%;
  flex-grow: 100;
}

#list .container div ul li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 4px;
  flex-grow: 100;
  border-bottom: 1px solid #c8c8c8;
}

#list .container div ul span.content {
  display: block;
  float: right;
  text-align: right;
}

/* Number list: Pagination of table content */

#list .container ul.pagination {
  display: block;
  margin: 2%;
  height: 20px;
}

#list .container ul.pagination li.page {
  display: block;
  /*width: 15px;*/
  /*height: 15px;*/
  float: left;
  /*padding: 4px;*/
  margin-right: 4px;
  background: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em;
  text-align: center;
  border: none;
}

#list .container ul.pagination li.page:hover {
  background: #fff;
}

#list .container ul.pagination li.page a {
  color: #3ec9f0;
  display: block;
  padding: 4px;
  width: 15px;
  height: 15px;
}

#list .container ul.pagination li.page.selected,
#list .container ul.pagination li.page.space {
  background: none;
  color: #969595;
}

/* Customer Profile */

#account,
#wallet,
#lastTransactions,
#activeCoupons {
  float: none;
  width: 100%;
}

#list .container #wallet table,
#list .container #lastTransactions table,
#list .container #activeCoupons table {
  margin-top: 0px;
}

#list .container #account h2,
#list .container #wallet h2,
#list .container #lastTransactions h2,
#list .container #activeCoupons h2 {
  margin-top: 30px;
}

#profile {
  display: flex;
}

#profile img {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 2%;
  float: left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #3ec9f0;
}

#list .container #profile ul {
  display: block;
  margin: 0 2% 0 0;
  flex-grow: 100;
  float: right;
}

#list .container #profile ul li {
  display: block;
  margin: 0 0 12px 0;
  padding: 0px 10px;
  flex-grow: 100;
  background: #d7d7d7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
}

#profile ul span.content {
  display: block;
  float: right;
  text-align: right;
}

/* LightBox */

#lightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  overflow: auto;
}

#lightBox .container {
  margin: 70px auto;
  padding: 30px 15px;
  width: 480px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  z-index: 101;
  margin-bottom: 150px;
}

#lightBox h1 {
  color: #3ec9f0;
}

#lightBox label {
  display: block;
  width: 480px;
  height: 22px;
  margin-top: 5px;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #f0f0f0;
  color: #969595;
}
#lightBox label.fortextarea {
  height: 60px;
}
#lightbox label span#CouponValue.afteritem {
  margin-top: -20px;
}
#lightbox label span#CouponTypeValue.afteritem {
  margin-top: -20px;
}
#lightBox label span.item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
  overflow: hidden;
  text-align: left;
  background: none;
  border: none;
  /*margin-top: 3px;*/
}

#lightBox label input.beforespan {
  display: block;
  float: left;
  margin: 0;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
  width: 310px;
  background: none;
  border: none;
}

#lightBox label input.hideText {
  display: none;
}

#lightBox label span.afteritem {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 30px;
  overflow: hidden;
  text-align: left;
  background: none;
  border: none;
}

#lightBox label span.afteritem.red {
  color: red;
}

#lightBox label input.content,
#lightBox label input[type="file"],
#lightBox label input.datepicker,
#lightBox label input.timepicker,
#lightBox label select.content {
  display: block;
  float: left;
  margin: 0;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
  width: 330px;
  background: none;
  border: none;
}

#lightBox label select,
#lightBox label input[type="checkbox"],
#lightBox label input[type="file"] {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

#lightBox label select::-ms-expand,
#lightBox label input[type="checkbox"]::-ms-expand {
  /* for IE 11 */
  display: none;
}

#lightBox label select.content {
  width: 356px;
  background: url(/img/arrow_down_blue.png) no-repeat;
  background-size: 4%;
  background-position: 100% 7;
}

#lightBox label input[type="checkbox"].content {
  background: url(/img/arrow_down_blue.png) no-repeat;
  background-size: 4%;
  background-position: 336 7;
}

#lightBox label img {
  display: block;
  float: right;
  margin: 0;
  padding: 3;
  width: 16px;
}

#lightBox input,
#lightBox textarea,
#lightBox select {
  display: block;
  width: 356px;
  height: 20px;
  margin-top: 5px;
  padding: 0 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #f0f0f0;
  color: #969595;
}

#lightBox textarea {
  height: 60px;
  resize: none;
}

#lightBox label.checkbox {
  display: block;
  float: none;
  height: 30px;
  width: 100%;
  background: none;
  margin: 5px 0;
  padding: 0;
}

#lightBox label.checkbox span {
  display: block;
  float: left;
  width: initial;
  padding: 5px 0;
  height: 20px;
  color: #969595;
  line-height: 1.2em;
}

#lightBox label.checkbox span:hover {
  cursor: hand;
}

#lightBox label.checkbox span.check-img {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: #f0f0f0;
}

#lightBox label.checkbox img {
  display: none;
  float: left;
  margin: 4px 0 0 4px;
}

#lightBox input[type="checkbox"] {
  display: block;
  float: left;
  width: 0;
  margin: 0;
}

#lightBox input[type="submit"],
#lightBox input[type="button"] {
  display: block;
  position: absolute;
  text-align: right;
  width: 140px;
  height: 30px;
  background: none;
  margin: 0;
  padding: 6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  z-index: 15;
}

#lightBox input[type="submit"]:hover,
#lightBox label:hover input.upload,
#lightBox label:hover img {
  cursor: hand;
}

#lightBox .button {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 30px;
  margin-right: 0;
  margin-top: 30px;
  background: #3ec9f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

#lightBox .button:hover {
  background: #3bc2e7;
  cursor: hand;
}

#lightBox .button.left {
  float: left;
}

#lightBox .button.right {
  float: right;
}

#lightBox .button.disabled {
  background: #dddddd;
}

#lightBox .button img {
  height: 25px;
  margin: 3px 0 0 3px;
  display: block;
  float: left;
}

#lightBox label input[type="file"] {
  position: absolute;
  display: none;
}

#lightBox label input[type="checkbox"] {
  opacity: 0;
}

#tinymce.mceBlackBody {
  background: #3a1616;
  color: #fff;
}
