.textAlignLeft {
  text-align: left;
}

/* no spinner in firefox for numberic input*/
input[type='number'] {
  -moz-appearance: textfield;
}

.colorTitle {
  /*color:#006fb7;*/
  color: #006fb7;
}

.colorTitleUnselect {
  /*color:#006fb7;*/
  color: grey;
}

.customerNameTitle {
  color: blue;
}

.leftAlign {
  text-align: left;
}

.rightAlign {
  text-align: right;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  background-image: url('/imgs/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #c0c0c0;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0;
  font: 12px Arial;
  text-align: center;
  margin: 0px;
  height: 100%;
}
.blueColor {
  color: blue;
}

.redColor {
  color: red;
}

.normalFontColor {
  color: black;
}

.fontSize12 {
  font-size: 12px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize16 {
  font-size: 16px;
}

.paddingLeft20 {
  padding-left: 20px;
}

.paddingLeft45 {
  padding-left: 45px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.height100percent {
  height: 100%;
}

.orderInfoOperation {
  color: #006fb7;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.loadCustomerTemplatesContainer {
  text-align: left;
  margin: 10px 0 0 15px;
  height: 22px;
  line-height: 22px;
}

.customerTemplatesQueryContainer {
  text-align: left;
  margin: 10px 0 0 15px;
  font-size: 14px;
}

.text_red {
  color: red;
}

.clickable-div {
  cursor: pointer;
}

.tooltip {
  font-size: 16px;
  background: red;
  color: white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 5px #bbb;
}

.hiddenCls {
  display: none;
}

.floatLeft {
  float: left;
  width: 100%;
}
#backBtnDivId {
  float: left;
  /*width:100%;*/
}

#backImgId,
#submitImgId {
  height: 45px;
  cursor: pointer;
}

.display-inline {
  display: inline-block !important;
}

#nameInputTooltip {
  position: absolute;
  background: linear-gradient(45deg, #0f426a, #1a4d76, #2e5f8c);
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  max-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#nameInputTooltip {
  position: absolute;
  background: linear-gradient(45deg, #0f426a, #1a4d76, #2e5f8c);
  color: white;
  opacity: 0.895;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  max-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: none; 
}

/* Tooltip Arrow */
#nameInputTooltip::after {
  content: '';
  position: absolute;
  bottom: -10px; 
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent; 
  border-right: 6px solid transparent; 
  border-top: 10px solid rgba(0, 0, 0, 0.75); 
}

#nameInputTooltip.left::after {
  left: -6px;
  transform: translateX(0);
  border-left: none;
  border-right: 6px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.75);
}

.TTblockblueButton { 
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  padding: 3px 3px;
  border: solid 1px gray;
  border-radius: 15px;
  background: linear-gradient(45deg, #0f426a, #1a4d76, #2e5f8c);
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

#saveSaveAsBtn {
  background-color: #4CAF50;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#saveSaveAsBtn:hover {
  background-color: #45a049;
}

#cancelSaveAsBtn {
  background-color: #f44336;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#cancelSaveAsBtn:hover {
  background-color: #d32f2f; 
}

.blueButton {
  display: inline-block;
  margin: 0 10px;
  padding: 3px 11px;
  border: solid 1px gray;
  border-radius: 15px;
  /* background-color: #0f426a; */
  background: linear-gradient(45deg, #0f426a, #1a4d76, #2e5f8c);
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.blueButton:hover {
  background-color: #37aeef;
  cursor: pointer;
}

.blueButtonDisable {
  pointer-events: none;
  background-color: #c4c4c4;
  color: #7d7d7d;
}

/* .blueButtonContainer {
  background-color: #0f426a;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  float: left;
  width: 100%;
} */

/*new alignment for blue button*/
.blueButtonContainer {
  background-color: #0f426a;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-radius: 0px 0px 5px 5px;
  float: left;
  width: 100%;
}

.blueButtonContainer .blueButton {
  margin: 3px 0;
}

.disabledImgBtn img {
  cursor: not-allowed !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: alpha(Opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* CommonTable Style Start */
.normalTable {
  font-size: 14px;
  color: black;
  border-spacing: 0;
  margin-top: 10px;
  width: 100%;
}

.normalTable tbody tr:first-child td {
  font-weight: normal;
  font-size: 16px;
  color: white;
  background-color: #093b5e;
  border-right: solid 1px white;
}

.normalTable tbody tr:first-child td:last-child {
  border-style: none;
}

.normalTable tbody tr:nth-child(2n + 1) {
  background-color: #dde5ea;
}

.normalTable tbody tr:nth-child(2n) {
  background-color: #ffffff;
}

.normalTable tbody tr td {
  padding: 2px 5px;
}

.normalTableOfCP tbody tr:first-child td {
  background-color: transparent;
}
/* CommonTable Style End */

/* Popup Window Style Start */
.popupWindowTitle {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #3db8ff;
  margin: 10px 0;
  text-align: left;
}

.popupWindowTitleFirst {
  margin-top: 20px;
}

.popupWindowTitle span {
  padding-left: 20px;
}

.appendTplDiv {
  font-size: 14px;
  /* height: 330px; */
  padding-top: 285px;
}

.popupWindowItem {
  font-size: 14px;
  color: #000000;
}

.popupWindowItem td {
  height: 20px;
  vertical-align: middle;
  text-align: left;
}

.popupWindowItem td:first-child {
  width: 140px;
  padding-left: 20px;
  text-align: right;
}

.popupWindowItem td input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.popupWindowItem td input[type='radio'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
/* Popup Window Style End */

.border5Table {
  border-spacing: 5px;
  border-color: transparent;
}

.marginTop10Left15 {
  margin-top: 10px;
  margin-left: 15px;
}

.confirmDialogContainer {
  min-width: 240px;
  min-height: 160px;
}

.toolbarBtnHighlight {
  background-color: #fffbe6;
  color: black;
}

.disableSelection {
  user-select: none;
}

.enableSelection {
  user-select: text;
}

.selectedLoads {
  user-select: text;
  font-weight: bold; 
  position: relative; 
  direction: rtl; 
  right: 10px; 
  top: 10px;
}

@media (min-width: 961px) {
  .enableSelectionForDesktopOnly {
    user-select: text;
  }
}

.incorrectInput {
  outline: solid 1px red;
}

.notificationContainer {
  width: 260px;
  height: auto;
  min-height: 60px;
  border: solid 1px white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px lightgray;
  background-color: #f6ffed;

  position: fixed;
  top: 10px;
  right: 10px;
}

.notificationContainer .titleContainer {
  height: 24px;
  line-height: 24px;
}

.notificationContainer .titleContainer .title {
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

.notificationContainer .titleContainer .clostBtn {
  float: right;
  padding-right: 10px;
  cursor: pointer;
}

.notificationContainer .titleContainer .clostBtn img {
  width: 14px;
  height: 14px;
  padding-top: 5px;
}

.notificationContainer .context {
  color: #929292;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px 10px 10px;
}

.popupMenuIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 1.5px 5px 1.5px 0;
  border: solid 1px #c1c1c1;
  border-radius: 100%;
  text-align: center;
  color: white;
  font-size: 12px;
}

.btn-add-row {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #006fb7;
  border-color: #006fb7;
  color: #fff;
  padding: 2px 5px;
}

.btn-add-row:hover {
  background-color: #0f426a;
  border-color: #0f426a;
}

.snap_category {
  width: 130px;
  padding: 2px 0px;
}

.snap_val {
  width: 420px;
  padding: 2px 0px;
}

.loader {
  border: 10px solid #87ceeb;
  border-radius: 50%;
  position: absolute;
  border-top: 10px solid #006fb7;
  width: 40px;
  height: 40px;
  left: 46%;
  top: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checkmark {
  display: inline-block;
  width: 15px;
  height: 22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 11px;
  background-color: #ccc;
  left: 13px;
  top: 8px;
}

.checkmark_kick {
  position: absolute;
  width: 7px;
  height: 3px;
  background-color: #ccc;
  left: 9px;
  top: 16px;
}

.setting-icon {
  width: 18px;
  vertical-align: bottom;
  border: 1px solid grey;
}

.tooltips {
  float: right;
  position: relative;
  text-align: left;
  font-size: 11px;
  cursor: help;
  border: 2px solid #006fb7;
  color: #006fb7;
  font-weight: bold;
  padding: 0px 3px;
  border-radius: 100%;
  margin: 0px 3px;
}

.tooltips .top {
  min-width: 210px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 15px;
  color: white;
  background-color: #006fb7;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltips:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltips .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltips:hover .top i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #006fb7;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltipBlack {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipBlack .tooltipBlacktext {
  visibility: hidden;
  width: 520px;
  top: 100%;
  left: 0;
  margin-left: -220px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  word-wrap: break-word;
  white-space: normal;
}

.tooltipBlack:hover .tooltipBlacktext {
  visibility: visible;
}

.tooltipBlackSm {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipBlackSm .tooltipBlacktext {
  visibility: hidden;
  width: 320px;
  top: 100%;
  left: 0;
  margin-left: -220px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  word-wrap: break-word;
  white-space: normal;
}

.tooltipBlackSm .fa-lightbulb-o .tooltipBlacktext {
  margin-left: 0px !important;
}

.tooltipBlackSm:hover .tooltipBlacktext {
  visibility: visible;
}

.checked-btn {
  width: 90px!important;
  font-size: 9px;
  margin: 0;
}


@media (min-width: 300px) {
  .checked-btn {
    width: 115px!important;
    font-size: 11px;
  }
}

@media (min-width: 350px) {
  .checked-btn {
    width: 130px!important;
    font-size: 12px;
    margin: 0 12px;
  }
}

@media (min-width: 400px) {
  .checked-btn {
    width: auto !important;
    font-size: 12px;
  }
}

@media (min-width: 500px) {
  .checked-btn {
    font-size: 14px;
  }
}

.gradient-bg {
  background: linear-gradient(to bottom, #0f426a 0%, #0066cc 15%, #ffffff 50%);
  height: 100%;
}

.aboutUslogoImg {
  margin: 15% auto 10px 20%;
  height: 60px;
}

.aboutUslogoPolyaireImg {
  margin: 15% 0 10px 0;
  height: 60px;
}

.aboutUsText {
  text-align: center;
  margin-top: 15%;
  font-size: 15px;
}

#parent_category_selection, #image_selection {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff; 
}

.autocomplete-items div {
  padding: 8px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  z-index: 100;
}

.autocomplete-items div:hover {
  background-color: #d8e4fd; 
}

.autocomplete-active {
  background-color: #d8e4fd !important; 
}

.whatsnewTable{
  border-collapse: collapse!important;
}
.whatsnewTable > tr, .whatsnewTable td {
  border: 1px solid black; 
}