html {
  background-color: #f9f7f2;
}

.app-body {
  padding: 0px;
  background-color: #f9f7f2;
  user-select: none;
  touch-callout: none;
}

.nav > li > a {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  border-radius: 0;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  /* background-color: #f7f7f7; */
  /* color: #3AB08D; */
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  /* border: 1px solid #3AB08D; */
  height: 35px;
}

.nav > li.disabled > a {
  opacity: 0.6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #454545;
  color: #fff !important;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  height: 35px;
  position: relative;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:focus::after,
.nav-tabs > li.active > a:hover::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background-color: #3ab08d;
}

.nav-tabs {
  background-color: white;
  /* background-color: #F9F7F2; */
}

.left-pane {
  margin-right: 6px;
  padding: 20px;
  background-color: white;
  overflow-y: auto;
}

.right-pane {
  background-color: white;
}

.middle-pb {
  padding-left: 100px;
  margin: 5px;
  margin-top: 27px;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #959595;
  background-color: white;
}

.single-pb {
  padding-left: 351px;
  margin: 5px;
  margin-top: 27px;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #959595;
  background-color: white;
}

.next-button {
  background-color: #edf7ed;
  color: #3ab08d;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #3ab08d;
  margin: 8px;
  height: 39px;
  width: 120px;
  outline-color: #3ab08d;
}
/* Custom button */
.next-button-sangetsu {
  background-color: #fff;
  color: #454545;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #666666;
  margin: 8px;
  height: 39px;
  min-width: 120px;
}

.next-button-sangetsu.btn.btn-primary:focus,
.next-button-sangetsu.btn.btn-primary:hover,
.next-button-sangetsu.btn.btn-primary:active {
  background-color: #3ab08d29 !important;
  color: #108e68 !important;
  border-color: #3ab08d;
  outline-color: #3ab08d !important;
}

.btn-primary-sangetsu:focus,
.btn-primary-sangetsu:active,
.btn-primary-sangetsu:hover,
.btn-primary-sangetsu.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #3ab08d29;
  color: #108e68;
  border-color: #3ab08d;
  outline-color: #3ab08d !important;
}

/* override css btn primary */
.next-button.btn.btn-primary:focus,
.next-button.btn.btn-primary:hover,
.next-button.btn.btn-primary:active {
  color: #fff;
  background-color: #3ab08d !important;
  border-color: #108e68;
  outline-color: #3ab08d !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3ab08d !important;
  border-color: #108e68;
}

.next-button-2 {
  background-color: white;
  color: #3ab08d;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #3ab08d;
  margin-right: 5px;
  height: 32px;
  width: 120px;
  margin-bottom: 3px;
  outline-color: #3ab08d;
}

.next-button-s {
  background-color: #f7f7f7;
  color: #3ab08d;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  border: 1px solid #3ab08d;
  /* margin-right: 15px;  */
  height: 24px;
  width: 60px;
  outline-color: #3ab08d;
}

.right-footer {
  /* padding-bottom: 13px; */
}
.right-pb {
  margin: 5px;
  margin-top: 27px;
  margin-left: 5px;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #959595;
}

.right-pb-message {
  margin: 5px;
  display: flex;
  align-items: center;
}
.est-pb {
  margin: 5px;
  margin-top: 27px;
  margin-left: 150px;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #959595;
}

.smallLabel {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 0px;
  color: #108e68;
  /* border-right: 1px solid black; */
  padding: 0;
  margin: 0;
  /* text-align: left; */
  line-height: 1.6;

  display: table-cell;
  line-height: 25px;
  vertical-align: middle;
}

input:focus {
  color: white;
  background-color: #108e68;
}

input:focus::selection {
  background-color: aliceblue;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.context-menu {
  min-width: 140px;
  height: auto;
  position: absolute;
  top: 120px;
  font-family: verdana;
  background-color: white;
}

.context-menu > .dl-header {
  text-align: center;
  background-color: #3ab08d;
  color: white;
  border-top: 1px solid #3ab08d;
  border-left: 1px solid #3ab08d;
  border-right: 1px solid #3ab08d;
  padding-top: 1px;
  padding-bottom: 1px;
}

.context-menu > ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgb(136, 136, 136);
  padding: 1px;
  text-align: center;
}

.context-menu > ul > li {
  padding: 3px 16px;
  margin-bottom: 1px;
  margin-right: 1px;
  cursor: pointer;
  min-width: 140px;
  font-family: Roboto;
  font-style: normal;
  /* font-weight: bold; */
  font-size: 14px;
  background-color: #fff;
  color: #454545;
}

.context-menu > ul > li:hover {
  color: #fff;
  background-color: #3ab08d;
}

.context-menu > ul > li.disabled {
  padding: 3px 16px;
  margin-bottom: 1px;
  margin-right: 1px;
  cursor: default;
  min-width: 140px;
  background-color: lightgrey;
  color: darkgrey;
  /* text-align: left; */
  pointer-events: none;
}

.cm-item {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgb(136, 136, 136);
  padding: 1px;
  text-align: center;
}

.cm-item > li {
  padding: 3px 16px;
  margin-bottom: 1px;
  margin-right: 1px;
  cursor: pointer;
  min-width: 140px;
  color: #3ab08d;
  font-family: Roboto;
  font-style: normal;
  /* font-weight: bold; */
  font-size: 11px;
  background-color: #eff4ff;
}

.cm-item > li:hover {
  color: #fff;
  background-color: #3ab08d;
}

.cm-item > li.disabled {
  padding: 3px 16px;
  margin-bottom: 1px;
  margin-right: 1px;
  cursor: default;
  min-width: 140px;
  background-color: lightgrey;
  color: darkgrey;
  /* text-align: left; */
  pointer-events: none;
}

.cm-button,
.cm-button-blink {
  width: auto;
  min-width: 80px;
  height: 30px;
  line-height: 22px;
  margin-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  background-color: #fff;
  color: #454545;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  border: 1px solid #666666;
  outline: none;
}

.cm-button-blink:not(.disabled):not(:hover) {
  animation: flash 1.2s ease-in-out infinite alternate;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
    background-color: #eff4ff;
    color: #3ab08d;
    border: 1px solid #3ab08d;
  }

  50% {
    opacity: 1;
    background-color: #fffaf0;
    color: #cc7400;
    border: 1px solid rgba(204, 116, 0, 0.5);
  }
}

.datatable-header-cell {
  display: flex !important;
  align-items: center !important;
}

.option-container {
  background-color: white;
  border-color: lightgray;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
}

.option-img {
  height: 90px;
  margin: 5px;
  margin-bottom: 10px;
  object-fit: contain;
}

.option-footer {
  text-align: right;
  padding: 15px;
}

.option-config {
  background-color: white;
  border-style: none;
  padding: 5px 15px;
  z-index: 999;
}

.ui-widget-overlay {
  z-index: 11000;
}

.ui-dialog {
  max-height: 95%;
  overflow: auto;
}

app-edit2d {
  outline: none;
}

.panel-cont {
  background-color: white;
  border-color: lightgray;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  width: 200px;
  margin-left: 50px;
  margin-bottom: 15px;
}

.panel-cont .panel-img {
  height: 90px;
  margin: 5px;
  object-fit: contain;
}

input:focus::selection {
  color: #c4e7dd;
}
