body.headless.pos {
  background-image: linear-gradient(to top right, #f9f9f9, #fff);
}

#posBackgroundImage {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background-repeat: no-repeat;
  opacity: 0.1;
  background-size: auto 40%;
  background-position: bottom 30px right 30px;
}

#posMain {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#posBody {
  flex: 1;
  display: flex;
  justify-content: center;
}

#posAuthenticate {
  display: flex;
  min-height: 100%;
}

#posAuthenticate {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#posHeader {
  overflow: hidden;
  color: #fff;
  display: flex;
  background: #333;
  padding: 10px 20px;
  align-items: center;
}

#posLogo {
  height: 34px;
}

#posLogo > img {
  height: 100%;
}

#posHeaderContent {
  text-align: right;
  flex: 1;
}

.posHeaderInfo {
  display: inline-block;
  line-height: 24px;
  color: #f7cc3e;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
}

.posHeaderInfo svg.frk.icon {
  fill: #fff;
  height: 24px;
  width: 24px;
}

.posHeaderInfo.action:hover {
  cursor: pointer;
  color: #ffe89d;
}

.posSiteWrap {
  width: 1400px;
  margin: 0 auto;
  padding: 10px 0px;
}

#posContent {
  display: none;
  text-align: center;
  height: 100%;
}

#posDetails {
  display: none;
  text-align: center;
  height: 100%;
}

#posInterface {
  text-align: center;
  height: 100%;
}

#posHomeActions {
  padding: 10px 0px 30px 0px;
}

.posTitle {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.posSubTitle {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
}

#posHistoryOutput:not(.register) {
  padding-top: 20px;
}

#posHistoryOutput .transaction {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  text-align: center;
  width: 175px;
  border-radius: 5px;
  padding: 5px 0px;
  background-color: #b7e2f3;
  cursor: pointer;
}

#posHistoryOutput.register .transaction {
  margin: 0px 15px 30px 15px;
}

#posHistoryOutput .transaction.cancelled {
  text-decoration: line-through;
  background-color: #f3b7b7;
}

#posHistoryOutput .transaction:hover {
  -webkit-box-shadow: inset 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
}

#posHistoryOutput .transaction:active {
  background-color: #c8f3f4;
}

#posHistoryOutput .transaction.cancelled:active {
  background-color: #f4c8c8;
}

#posHistoryOutput .transaction > div {
  display: block;
  padding: 3px 10px;
}

#posHistoryOutput .transaction > div.time {
  font-size: 15px;
  padding: 10px 5px 5px 5px;
}

#posHistoryOutput .transaction > div:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#posHistoryOutput .transaction > div.num {
  font-family: Arial;
}

#posHistoryOutput .transaction > div.user {
  font-size: 12px;
}

#posHistoryOutput .transaction > div.total {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}

#posHistoryOutput .transaction > div.total > div.ind {
  display: inline-block;
  padding-left: 3px;
}

#addonPosNoHistoryTransactions {
  text-align: center;
}

#addonPosNoHistoryTransactions > div {
  display: inline-block;
}

#posHistorySearchZone {
  display: inline-block;
  padding-top: 20px;
}

#posHistorySearchTable {
  width: auto;
}

#posHistorySearchTable > div > div {
  vertical-align: middle;
}

#posHistorySearchZone #nipAuthenticateInput {
  margin-top: 10px;
}

#posHistorySearchResultOutput {
  padding-left: 20px;
  box-sizing: border-box;
  /* width: 300px; */
}

#posHistorySearchResult {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}

#posHistorySearchResult > div {
  flex: 1;
}

#addonPosHistoryResearchBy {
  font-size: 16px;
}

/* TRANSACTIONS */
.posSectionTitle {
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 20px;
  color: #333;
}

.posActionSet {
  margin-top: 30px;
}

#transactionZone {
  display: flex;
}

#transactionOutput {
  flex: 1 1;
  padding-right: 15px;
}

#transactionItemActions {
  padding: 30px 0px 0px 0px;
}

#transactionOutput div.ind {
  display: inline-block;
  margin-left: 3px;
}

#transactionInfo, #transactionBillInfo {
    display: none;
}

#transactionActions {
  width: 200px;
}

#transactionActions > div.touch_button {
  display: block;
  width: auto;
}

#transactionActions > div.active_when_items {
  display: none;
}

#transactionActions > div.active_when_existing_transaction {
  display: none;
}

#transactionActions .touch_button:first-child {
  margin-top: 0px;
}

#transactionActions .touch_button.scan {
  padding: 18px 23px;
  line-height: 30px;
}

#transactionActions .touch_button.scan.enabled {
  padding: 15px 20px;
}

#transactionActions .touch_button.scan img {
  margin-right: 10px;
}

#transactionActions .touch_button.scan img.enabled {
  display: none;
}

#transactionActions .touch_button.scan.enabled img.disabled {
  display: none;
}

#transactionActions .touch_button.scan.enabled img.enabled {
  display: inline-block;
}

#transactionActions .touch_button.scan.enabled {
  background-color: #4a9bc0;
  color: #fff;
  border: 3px inset #2879a0;
  background-position: left 17px center;
}

#hjl_tr_tbl {
  height: 100%;
}

#hjl_tr_tbl span.ind {
  margin-left: 3px;
  font-size: 11px;
}

#posAlternateZone {
  display: none;
  height: 100%;
}

#categoryPicker {
  display: none;
}

#posAlternateZone div.gen_msg {
  display: inline-block;
}

.hjl_tbl .right {
  text-align: right;
}

/* NOTE */
.note {
  font-size: 18px;
  padding: 20px;
  height: 300px;
  max-width: 600px;
  border: 3px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  opacity: 1;
  font-weight: bold;
}

/* OPTIONS */
#addonPosCloseOptionsBtn {
  padding: 10px;
}

/* CONTENT OVERLAY */
#posContentOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}

#posContentOverlay > div.content > div {
  max-width: 300px;
  background: #fff;
  border-top: 3px solid #bbb;
  display: inline-block;
}

#posContentOverlay.large > div.content > div {
  max-width: 550px;
}

#posContentOverlay > div.content > div > div.message {
  padding: 10px;
  color: #333;
  font-size: 16px;
}

#posContentOverlay > div.content > div > div.message > div:not(.touch_button) {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #333;
}

#posContentOverlay > div.content > div > div.actions {
  padding: 0px 10px 10px 10px;
}

#posContentOverlay > div.content > div > div.actions > div.yellow {
  display: inline-block;
}

#posContentOverlay > div.content > div > div.actions > div.red:not(.show) {
  display: none;
}

#posContentOverlay > div.content > div > div.actions > div.green:not(.show) {
  display: none;
}

#posContentOverlay > div.content.confirm > div > div.actions > div.yellow {
  display: none;
}

#posContentOverlay > div.content:not(.alert) > div > div.actions > div.red {
  display: inline-block;
}

#posContentOverlay > div.content.confirm > div > div.actions > div.green {
  display: inline-block;
}

/* NOTE */
#hjlCurrentNote,
#hjlCurrentNoteClient,
#hjlCurrentPo {
  display: none;
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
}

#hjlCurrentNote .icon,
#hjlCurrentNoteClient .icon,
#hjlCurrentPo .icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
}

/**********/
/* LEGACY */
/**********/

/* BDET */
#hjlTrInfo {
  text-align: left;
}

.hjl_infoblock {
  background: #eee;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  border-bottom: 3px solid #bbb;
}

.hjl_infoblock.red {
  background: #ffeeee;
  border-color: #990000;
}

.hjl_infoblock.red > div {
  color: #990000;
}

.hjl_infoblock > div {
  padding: 5px 10px;
}

.hjl_infoblock > div.label {
  font-weight: bold;
}

.hjl_infoblock > div.info {
  padding-top: 0px;
  position: relative;
}

.hjl_infoblock > div.info > img {
  position: absolute;
  right: 9px;
  bottom: 5px;
}

.hjl_infoblock.edit div.info {
  padding-right: 30px;
}

.hjl_infoblock.edit:hover {
  cursor: pointer;
  background: #ddd;
}

.hjl_infoblock.edit > div.info {
  padding-right: 40px;
}

/* BILL ZONE */
#printBillIFrame {
  width: 300px;
  border: 0px;
}

#transactionBillZone {
  padding: 10px;
  border: 1px solid #bbb;
  border-top: 4px solid #bbb;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* BILL HTML */
#hjlBillHtml {
  width: 300px;
}

#hjlBillHtml div {
  font-family: Arial;
  font-size: 14px;
}

#hjlBillHtml div.logo {
  text-align: center;
}

#hjlBillHtml div.logo > img {
  vertical-align: top;
}

#hjlBillHtml div.title {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

#hjlBillHtml div.loc {
  margin-top: 10px;
}

#hjlBillHtml div.items {
  margin-top: 10px;
}

#hjlBillHtml div.items > div > div {
  text-align: right;
  padding-left: 3px;
  white-space: nowrap;
}

#hjlBillHtml div.items > div > div:first-child {
  text-align: left;
  padding-left: 0px;
  white-space: normal;
}

#hjlBillHtml div.items > div.head > div {
  text-transform: uppercase;
  font-weight: bold;
}

#hjlBillHtml div.totals {
  margin-top: 10px;
  margin-bottom: 10px;
}

#hjlBillHtml div.totals > div > div {
  text-transform: uppercase;
  font-size: 12px;
}

#hjlBillHtml div.totals > div > div:last-child {
  text-align: right;
  padding-left: 3px;
}

#hjlBillHtml div.totals > div.total > div {
  font-weight: bold;
  font-size: 16px;
}

#hjlBillHtml div.bmsg {
  margin-top: 10px;
}

#hjlBillHtml div.final {
  margin-top: 10px;
  font-size: 11px;
}

#hjlBillHtml.bon {
  width: 900px;
  text-align: left;
}

#hjlBonTop {
  margin-bottom: 30px;
}

#hjlBonTop > div > div {
  vertical-align: top;
  width: 50%;
  font-size: 20px;
}

#hjlBonTop > div > div:last-child {
  font-weight: bold;
  text-align: right;
}

#hjlBonHeader {
  width: 100%;
  margin-bottom: 30px;
}

#hjlBonHeader > div > div {
  vertical-align: top;
}

#hjlBonHeader > div > div.clogo {
  width: 0px;
}

#hjlBonHeader > div > div.clogo img {
  max-height: 150px;
}

#hjlBonHeader > div > div.branch {
  text-align: left;
  padding-left: 30px;
}

#hjlBonHeader > div > div.client {
  text-align: right;
  padding-left: 30px;
}

#hjlBonHeader > div > div div.atitle {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}

#hjlBonHeader > div > div div.addspc {
  height: 10px;
}

#hjlBonHeader > div > div div.email {
  padding-top: 10px;
}

/* TABLE */
.hjl_tbl > div {
  text-align: left;
}

.hjl_tbl > div > div {
  padding: 5px 10px;
}

.hjl_tbl > div.hhead {
  background: #eee;
}

.hjl_tbl > div.hhead > div {
  font-weight: bold;
  border-bottom: 3px solid #bbb;
}

.hjl_tbl > div.total {
  background: rgba(0, 0, 0, 0.025);
}

.hjl_tbl > div.total > div {
  border-bottom: 2px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.hjl_tbl > div.hhead > div.num {
  text-align: right;
}

.hjl_tbl > div > div.num {
  text-align: right;
}

.hjl_tbl > div:not(.hhead) > div.num {
  font-family: Arial;
}

.hjl_tbl > div > div.code {
  text-align: left;
}

.hjl_tbl > div > div.name {
  font-weight: bold;
}

#hjlTotalTbl {
  border-top: 3px solid #bbb;
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
}

#hjlTotalTbl > div > div:first-child {
  text-transform: uppercase;
}

#hjlTotalTbl > div > div:last-child {
  text-align: right;
  font-family: Arial;
}

#hjlTotalTbl > div.tot > div {
  font-size: 20px;
  font-weight: bold;
}

#hjlTotalTbl > div.sub > div {
  padding-top: 10px;
}

#hjlItemList > div.item:hover:not(.selected) {
  border-radius: 5px;
}

#hjl_tr_tbl.new #hjlItemList>div.item:hover:not(.selected),
#hjl_tr_tbl.cancelled #hjlItemList>div.item:hover:not(.selected)  {
    cursor: pointer;
    background: #eee;
}

#hjlItemList > div.item > div:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#hjlItemList > div.item > div:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#hjlItemList > div.item.selected {
  background: #4a9bc0;
}

#hjlItemList > div.item.selected > div {
  color: #fff;
}

#hjlItemList > div.item.selected > div > div {
  color: #fff;
}

#hjlItemList > div.item.selected > div > div > span {
  color: #fff;
}

#hjlItemList span.truerate {
  margin-left: 5px;
  font-size: 11px;
  color: #990000;
}

#hjl_tr_tbl .hjlmod {
  display: none;
}

#hjl_tr_tbl .hjlmod.enabled {
  display: table;
}

#hjl_tr_tbl .hjlmod > div > div {
  width: 0px;
  vertical-align: top;
}

#hjl_tr_tbl .hjlmod > div > div > div {
  vertical-align: top;
}

#hjl_tr_tbl .hjlmod > div > div.modder {
  width: 100%;
  box-sizing: border-box;
}

#hjlQtyModder,
#hjlRateModder,
#hjlEscModder,
#hjlAmountModder,
#registerAmountModder {
  height: 50px;
  border-radius: 5px;
  background: #eee;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  margin: 5px;
  text-align: center;
}

#hjl_tr_tbl .hjlmod > div > div > div.touch_button {
  width: 50px;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  font-size: 40px;
  text-align: center;
}

#hjl_tr_tbl .hjlmod > div > div > div.touch_button > img {
  margin-top: 10px;
}

#hjl_tr_tbl .hjlitemopt > div > div {
  width: 50%;
  padding: 5px;
}

#hjl_tr_tbl .hjlitemopt > div > div > div.touch_button {
  margin: 0px;
  width: 100%;
  text-align: center;
}

#hjl_tr_tbl .hjlitemopt > div > div:last-child > div.hjl_btn {
  width: 100%;
}

#hjl_tr_tbl .hjlitemdet > div > div {
  width: 33.33%;
  padding: 5px;
}

#hjl_tr_tbl .hjlitemdet > div > div > div.touch_button {
  margin: 0px;
  width: 100%;
  text-align: center;
}

#hjl_tr_tbl .hjlitemdet > div > div > div.touch_button.locked {
  opacity: 0.75;
  text-decoration: line-through;
}

#posChangeContent {
  display: none;
}

#hjlCashCompute div.touch_button.mnt {
  padding: 0px;
  position: relative;
  font-family: Arial;
  overflow: hidden;
}

#hjlCashCompute div.touch_button.mnt > div {
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
}

#hjlCashCompute div.touch_button.mnt div.num {
  display: inline-block;
  padding: 10px 10px;
  background: #aaa;
  font-weight: bold;
  font-family: Arial;
}

#hjlCashCompute div.touch_button.mnt div.num:empty {
  display: none;
}

#hjlCashCompute div.touch_button.hasnum > div.lbl {
  padding-right: 15px;
}

#hjlCashCompute .totals {
  padding-top: 10px;
}

#hjlCashCompute .totals > div {
}

#hjlCashCompute .totals > div > div {
  display: inline-block;
  width: 100px;
}

#hjlCashCompute .totals > div > div.label {
  text-align: left;
}

#hjlCashCompute .totals > div > div.amount {
  text-align: right;
  font-family: Arial;
}

#hjlCashCompute .totals > div.return > div {
  font-size: 20px;
  font-weight: bold;
}

#hjlCashCompute .title {
  font-size: 12px;
  font-weight: bold;
}

#addonPosClientSearcherTab {
  margin: 0px 10px;
  display: block;
}

#addonPosClientSearchZone .frkPagingComponent {
  justify-content: center;
}

#addonPosUserOverrideNotice {
  text-align: left;
  margin-bottom: 20px;
}

#addonPosUserOverrideNotice > div {
  font-size: 12px;
}

#addonPosCodeSearchZone,
#addonPosNameSearchZone {
  margin-top: 20px;
}

#addonPosSearchPager .frkPagingComponent {
  justify-content: center;
}

.posButtonSet div.tag {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 3px;
}

.posButtonSet div.tagCat {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 3px;
  width: fit-content;
}

#registerModderNumPad #hjlLockNumPad {
  margin: 0px;
}

/*****************/
/* CLIENT WINDOW */
/*****************/
#addonPosClientWindowDiag {
  display: none;
}

#posClientBroadcast {
  text-align: center;
  padding: 30px;
}

#posClientWindow {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
}

#posClientWindowHolder #hjlTotalTbl {
  margin: 0px;
  max-width: 250px;
  min-width: 200px;
}

#posClientWindowHolder #hjlTotalTbl > div > div:last-child {
  white-space: nowrap;
}

#posClientWindow .hjl_tbl > div > div.num {
  white-space: nowrap;
}

#posClientWindowHolder div.ind {
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
}

#posClientWindowHolder span.ind {
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
}

#posClientWindowHolder div.div_stable > div > div {
  vertical-align: bottom;
}

#posClientWindow > div.items {
  flex-grow: 1;
}

#posClientWindow > div.total {
  padding-left: 30px;
}

#addonPosClientWindowIdle {
  width: 100%;
  text-align: center;
}

#addonPosClientWindowIdle > div.gen_msg {
  display: inline-block;
}

/*******************/
/* PARTIAL PAYMENT */
/*******************/
div.pmode_cclient {
  display: none;
}

div.pmode_contrat {
  display: none;
}

#addonPosPartialPaymentZone {
  display: none;
  padding-top: 10px;
}

#addonPosPartialPaymentAmount {
  border: 0px;
  border-radius: 5px;
  background: #eee;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
}

#addonPosPartialPaymentAmount::-webkit-outer-spin-button,
#addonPosPartialPaymentAmount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#addonPosPartialPaymentAmount {
  -moz-appearance: textfield;
}

/***********/
/* REPORTS */
/***********/
#addonPosReportDetailTable {
  width: auto;
}

#addonPosReportDetailTable > div > div:first-child > div {
  font-weight: bold;
}

#addonPosReportTable div.ind,
#addonPosReportDetailTable div.ind {
  display: inline-block;
  margin-left: 5px;
}

#addonPosReportTable div.total {
  background: rgba(0, 0, 0, 0.025);
}

#addonPosReportTable div.employe {
  background: rgba(0, 0, 0, 0.025);
}

#addonPosReportTable div.employe > div > div {
  font-size: 14px;
}

#addonPosReportTable div.total > div.label > div {
  text-transform: uppercase;
}

#addonPosReportTable div.total > div > div {
  font-weight: bold;
}

#addonPosReportTable div.borderRight {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#addonPosReportTable div.clickable:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.025);
}

#addonPosReportTable .statementClient > div > div {
  font-size: 14px;
}

#addonPosReportTable .statementPayment > div {
  border-color: rgba(0, 0, 0, 0.2);
}

.reportTitle {
  font-size: 16px;
  margin-bottom: 10px;
}

#addonPosReportDetailZone {
  display: none;
}

#addonPosReportDetailOptions {
  clear: both;
}

#addonPosReportDetailOptions div.mcui-button {
  float: right;
  margin-left: 10px;
}

/* ACCOUNTS */
#posPaymentHistory {
  text-align: left;
  padding-bottom: 10px;
}

#posPaymentDateChangeForm {
  padding: 10px 20px;
}

/* STATEMENTS */
#addonPosShippingOptions div.field,
#addonPosShippingInfo div.field,
#addonPosStatementOptions div.field {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  position: relative;
}

#addonPosShippingInfo div.field.info,
#addonPosStatementOptions div.field.info {
  font-size: 16px;
}

#addonPosShippingInfo div.field.info div.ind,
#addonPosStatementOptions div.field.info div.ind {
  display: inline-block;
  margin-left: 5px;
}

#addonPosShippingOptions div.gen_tab,
#addonPosStatementOptions div.gen_tab {
  margin-right: 0px;
}

#addonPosShippingOptions label,
#addonPosStatementOptions label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
  height: auto;
  line-height: 14px;
}

#addonPosReportTable div.transaction:hover,
#addonPosReportTable div.client:hover {
  background: rgba(0, 0, 0, 0.025);
  cursor: pointer;
}

#addonPosStatementOptions div.mcui-button {
  float: right;
}

#addonPosReportTable div.statement.paid {
  background: rgba(0, 255, 0, 0.05);
}

#addonPosReportTable div.statement.paid > div {
  border-color: rgba(0, 255, 0, 0.1);
}

#addonPosReportTable div.statement.unpaid {
  background: rgba(255, 0, 0, 0.05);
}

#addonPosReportTable div.statement.unpaid > div {
  border-color: rgba(255, 0, 0, 0.1);
}

#addonPosReportTable div.statement:hover {
  cursor: pointer;
}

#addonPosReportTable div.statement.paid:hover {
  background: rgba(0, 255, 0, 0.1);
}

#addonPosReportTable div.statement.unpaid:hover {
  background: rgba(255, 0, 0, 0.1);
}

#addonPosStatementOptions div.title {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
}

.addonPosClientStatementNoResult {
  display: none;
}

#fmanListTblPOStatus:not(.noedit) .rec {
  cursor: pointer;
}

#fmanListTblPOStatus:not(.noedit) .rec:hover {
  background: #ddd;
}

#fmanListTblPOStatus .label {
  font-weight: bold;
}

#fmanListTblPOStatus .selectedPOStatus {
  background: #aaa;
}

#fmanListTblPOStatus .inactive {
  background: #ffcccc;
}

#fmanListTblPOStatus .selectedPOStatus.inactive {
  background: #ff9999;
}

.selectable {
  cursor: pointer;
}

.contrat_zone,
.numPO_zone {
  background-color: #f7f7f7;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.contrat_zone .title,
.numPO_zone .title {
  font-size: 14px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #003b4e;
  padding: 7px 15px;
  border-bottom: 2px solid #7ea6b5;
  color: white;
}

.location_items .title,
.numPO_contrat .title {
  font-size: 14px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #003b4e;
  padding: 7px 15px;
  border-bottom: 2px solid #7ea6b5;
  color: white;
}

.location_items .content .div_table,
.numPO_contrat .content .div_table {
  border-radius: 0px !important;
}

.location_items,
.numPO_contrat {
  background-color: #f7f7f7;
  border: 0px solid #bdc3c7;
  border-radius: 0px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.contrat_zone .content,
.numPO_zone .content {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 15px;
}

.contrat_zone .field,
.numPO_zone .field {
  width: 50%;
  margin-bottom: 10px;
  font-size: 1em;
}

.contrat_zone .field label,
.numPO_zone .field label {
  font-weight: bold;
  margin-right: 5px;
}

#pos_contrat_add_item {
  float: right;
  margin: 0px;
  height: 18px;
  line-height: 16px;
  padding: 0px 5px;
  font-size: 11px;
  text-transform: uppercase;
}

.btnLocation {
  margin-top: 10px;
}

.curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: absolute;
  width: 400px;

  background-color: white;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #333;
}

.hidden {
  visibility: hidden;
}

/* Style général pour le select */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f7f7f7;
  /* Fond légèrement gris */
  border: 1px solid #c1c1c1;
  /* Bordure grise douce */
  border-radius: 3px;
  /* Légère arrondie */
  padding: 10px;
  /* Espace à l'intérieur */
  width: 100%;
  /* Prendre toute la largeur */
  max-width: 300px;
  /* Largeur maximale */
  font-size: 14px;
  /* Taille de police */
  color: #333;
  /* Couleur du texte */
  cursor: pointer;
}

/* Ajouter un padding spécifique pour l'option par défaut */
select option {
  padding: 10px;
}

/* Conteneur pour le label "CLIENT (REQUIS)" */
.select-container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  /* Texte un peu plus petit */
  color: #555;
  /* Couleur gris moyen */
  text-transform: uppercase;
  /* Mettre le texte en majuscule */
  font-weight: bold;
  margin-bottom: 5px;
  /* Petit espace avec le select */
}

/* Icône personnalisée de la flèche (triangle) */
select::-ms-expand {
  display: none;
  /* Masquer la flèche par défaut sur IE */
}

/* Pseudo-élément pour la flèche personnalisée */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  /* Largeur maximale pour la boîte de sélection */
}

.select-wrapper::after {
  content: "▼";
  /* Caractère flèche vers le bas */
  font-size: 10px;
  /* Taille de la flèche */
  color: #333;
  /* Couleur de la flèche */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Empêcher de cliquer sur la flèche */
}

input[type="text"] {
  background-color: #f7f7f7;
  /* Fond légèrement gris */
  border: 1px solid #c1c1c1;
  /* Bordure grise douce */
  border-radius: 3px;
  /* Légère arrondie */
  padding: 10px;
  /* Espace intérieur */
  width: 100%;
  /* Prendre toute la largeur */
  /*max-width: 100px;*/
  /* Largeur maximale */
  font-size: 14px;
  /* Taille de police */
  color: #333;
  /* Couleur du texte */
  box-sizing: border-box;
  /* Inclure le padding et la bordure dans la largeur */
}

textarea {
  color: #333
}

/* Conteneur pour le label "Quantité" */
.quantity-container {
  margin-top: 15px;
}

.daySelectorBar {
  width: 100%;
  margin-top: 5px;
}

.dayItem {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  padding: 3px;
  text-align: center;
  width: 30px;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #eee;
}

.dayItem:hover,
.dayItem.selected {
  background-color: #ccc;
}

.dayItem.selected:hover {
  background-color: #bbb;
}

.itemsSection {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}

.itemsSection strong {
  margin-left: 5px;
}

.section {
  margin-top: 15px;
}

.item_card {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid black;
  width: 300px;
  margin-right: 5px;
  padding: 5px;
  background-color: #f3f3f3;
}

#product_all {
  margin-top: 15px;
}

.signatureCard {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid black;
  width: 300px;
  padding: 5px;
  background-color: #f3f3f3;
}

.item_card > .item_card_title {
  border-bottom: 1px solid black;
  font-weight: bold;
}

.transfertItems {
  display: none;
}

.signature-pad {
  border: 1px solid #000;
  width: 100%;
  height: 200px;
  touch-action: none;
}

#incompleteProduct {
  color: red;
}

.result_paging {
    height:40rem; 
    overflow-y: auto;
}

.mobileSiteWrap {
  display: flex;
  align-content: center;
  justify-content: center; 
  margin: 5%;
  margin-top: 2%;
}