.loading-shading-mui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.loading-icon-mui {
  position: absolute;
  font-size: 20px;
  top: calc(50vh - 20px);
  left: calc(50% - 20px);
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

.pickers {
  display: flex;
  align-items: center;
}

.pickers div {
  width: 100%;
  height: 38px;
}

.pickers div div:before {
  display: none;
}
.pickers div div input {
  padding-bottom: 10px;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: #aaa;
  line-height: 34px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

#status-bar {
  overflow: hidden;
  background-color: #fff;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #797979;
}

.sticky {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.card-list {
  padding: 0;
}

.card-list div {
  box-shadow: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#overflowDialog div:nth-child(2) {
  overflow-y: visible;
}

table.table-print {
  border-collapse: collapse;
}

.table-print td {
  border: 1px solid black;
  padding: 3px;
}

.table-Notprint td {
  border: 0px;
  padding: 0px;
}

.table-print th {
  border: 1px solid black;
  padding: 3px;
}

.errorMsg {
  font-size: 12px;
  color: indianred;
}

.link {
  text-decoration: underline;
  color: dodgerblue !important;
}
.link:hover {
  text-decoration: underline;
  color: #0968c3 !important;
}
.required:after {
  color: #ff0000;
  font-size: 13px;
  content: "* ";
}
#DialogEditTo :not(.Select-input) > input[type="text"] {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 8px;
  color: #333;
}
#updateCustomerAddressDialog :not(.Select-input) > input[type="text"] {
  border: 1px solid #d3d3d38f;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 14px;
  height: 28px;
}
#updateCustomerAddressDialog :not(.Select-input) > input[type="text"]:disabled {
  background: #0000000d;
}
.label-danger {
  text-transform: initial;
  color: white;
  background: #ef5a1f;
  padding: 0.1rem 0.3rem;
  border-radius: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  margin-right: 0.5rem;
}
.subTitle {
  font-size: 14px !important;
  padding: 8px 0 16px 0 !important;
  font-family: Source Sans Pro, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #7266ba !important;
}
.speech-bubble {
  position: relative;
  background: #fff67f8c;
  border-radius: 0.4em;
  width: 500px;
  padding: 1rem;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #fff67f8c;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}
.speech-bubble-orange {
  background: #ffd37f8c;
}
.speech-bubble-orange:after {
  border-right-color: #ffd37f8c;
}
.speech-bubble-red {
  background: #ff987f8c;
}
.speech-bubble-red:after {
  border-right-color: #ff987f8c;
}
.speech-bubble-green {
  background: #d3ff7f8c;
}
.speech-bubble-green:after {
  border-right-color: #d3ff7f8c;
}
.light-box-shadow {
  box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12),
    0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
}
body {
  margin: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

/* fallback, until https://github.com/CompuIves/codesandbox-client/issues/174 is resolved */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* mdl-demo is a custom classname to increases the specificity of our styles. It can be anything. 
   * The idea is that it is easy to extend/override builtin styles with very little effort.
   */

.mdl-demo .dropdown-trigger > span:after {
  font-size: 12px;
  color: #555;
}
.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow {
  font-size: 12px;
}
.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.bottom:after {
  color: #999999 !important;
}
.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.top:after {
  color: #999999 !important;
}
.mdl-demo .toggle {
  font: normal normal normal 18px/1 "Material Icons";
  color: #555;
  white-space: pre;
  margin-right: 4px;
  outline: none;
}

.mdl-demo .toggle.collapsed::after {
  cursor: pointer;
  content: "\E5CF";
  vertical-align: middle;
}

.mdl-demo .toggle.expanded::after {
  cursor: pointer;
  content: "\E5CE";
  vertical-align: middle;
}
.mdl-demo .dropdown-content {
  min-width: 100%;
  border-radius: 3px;
  max-height: 350px;
  overflow: auto;
  border-left: 1px solid rgba(158, 142, 142, 0.49);
  border-bottom: 1px solid rgba(158, 142, 142, 0.49);
  border-right: 1px solid rgba(158, 142, 142, 0.49);
}

.mdl-demo input::placeholder {
  font-size: 12px;
}

.mdl-demo.react-dropdown-tree-select .dropdown .dropdown-trigger {
  padding: 2px;
}
.tag-item input.search {
  border-bottom: none;
}
.tag {
  font-size: 11px;
}
li.node:hover {
  background: #0093ff1a;
}
li.node {
  padding: 0.5rem;
}
.input {
  width: calc(100% - 15px);
  border: thin solid #80808054;
  height: 38px;
  padding: 0rem 5px;
  border-radius: 5px;
}
.showBookmark {
  width: 20%;
  transition: width 600ms;
  -webkit-transition: width 600ms;
}
.hideBookmark {
  width: 0px;
  transition: width 600ms;
  -webkit-transition: width 600ms;
}
.react-dropdown-tree-select .dropdown .dropdown-trigger {
  border-radius: 5px;
}
.stressPink {
  font-weight: bold;
  color: indianred;
}
.styledScrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.styledScrollbar::-webkit-scrollbar-thumb
{
	background-color: #00000024;
}
