.main-container {
  position: relative;
}
.main-container .main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  background-color: #444;
  z-index: 10;
  height: 100%;
}
.main-container .main-nav .sidebar-menu {
  margin: 0;
  padding: 0;
  height: 64px;
  min-width: 64px;
  position: relative;
  border-radius: 0;
}
.main-container .main-nav .sidebar-menu:hover {
  background-color: transparent !important;
}
.main-container .main-nav .sidebar-menu md-icon {
  position: relative;
  z-index: 100;
  padding: 20px;
  height: 64px;
  width: 64px;
  vertical-align: bottom;
  background-color: #444;
}
.main-container .main-nav .sidebar-menu md-icon:hover {
  background-color: #555;
}
.main-container .main-nav .sidebar-menu.active md-icon {
  background-color: #555;
}
.main-container .main-nav .sidebar-menu .nav-text {
  background: #555;
  height: 64px;
  display: inline-block;
  line-height: 64px;
  font-size: 20px;
  padding: 0 16px;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  letter-spacing: 1px;
  z-index: 1;
}
.main-container .main-pane {
  padding-left: 64px;
  z-index: 1;
}
.product2 md-input-container {
  margin: 18px 0 !important;
}
.product2 md-input-container.nmb {
  margin-bottom: 0 !important;
}
.product2 md-input-container.no-error .md-errors-spacer {
  display: none;
}
.product2 md-input-container.nmv {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.product2 md-input-container.mr {
  margin-right: 1rem !important;
}
.tools {
  padding: 0 16px;
}
.tools .legends {
  /*margin-left: 16px;*/
}
.tools .legends>div {
  margin-bottom: 4px;
}
.tools .legends .color {
  height: 10px;/*14px;*/
  width: 10px;/*14px;*/
  border-radius: 50%;
  margin-right: 8px;
}
.tools .legends .color.tw {
  background-color: #ffee58;
}
.tools .legends .color.cw {
  background-color: #64b5f6;
}
.tools .legends .for {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  line-height: 18px;
  margin-top: 2px;
}
.tools md-table-pagination {
  border-top: none;
  margin: 0 16px;
  padding: 0 8px;
  /*border: 1px solid #eee;*/
  border-width: 0 1px;
  height: 25px;
}
.tools md-table-pagination.nomarginnopadding{
  margin: 0 0;
  padding: 0 0;
}
.tools md-table-pagination .label {
  color: rgba(0,0,0,0.54);
  font-size: 12px;
}
.tools md-table-pagination .limit-select {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.tools md-table-pagination .buttons {
  margin: 0;
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.tools md-table-pagination .buttons>.label+.md-button.md-icon-button {
  margin-left: 5px;
}
md-sidenav.bns-nav.md-sidenav-left {
  width: 64px;
  min-width: 64px;
  max-width: 110px;
}
md-sidenav.bns-nav.md-sidenav-left .md-button {
  min-height: 64px;
  width: 64px;
}
md-sidenav.bns-nav .nav-text {
  display: block;
  position: absolute;
  right: 64px;
  top: 0;
  height: 64px;
  background: #444;
  line-height: 64px;
  font-size: 20px;
  width: 100px;
}
table.md-table {
  background: #fff;
  padding-top: 24px;
}
table.md-table .mdt-header {
  top: 128px;
  padding: 4px 0 !important;
  height: 24px !important;
  margin: 0;
  max-height: 24px;
}
table.md-table .mdt-header > th {
  line-height: 20px;
  margin: 0;
  padding: 0 9px !important;
  /*text-align: center !important;*//*All Table headers were center aligned */
  background-color: #f4e9f1;
  border-top: 3px solid #fff;
}

table.md-table .mdt-header > th.r {
  text-align: right !important;
}

table.md-table .mdt-header > th.l {
  text-align: left !important;
}

table.md-table .mdt-header > th.week {
  border-bottom: 1px solid #ddd;
  background: #b2679b;
  color: #fff;
}
table.md-table .mdt-header > th.current {
  border-bottom: 1px solid #ddd;
  background: #f4e9f1;
}
table.md-table .mdt-header > th.tw {
  border-top: 3px solid #ffee58 !important;
}
table.md-table .mdt-header > th.cw {
  border-top: 3px solid #64b5f6 !important;
}
table.md-table .md-head > .mdt.head {
  height: 42px !important;
  padding: 4px 0;
  color: #000;
  background-color: #f4e9f1;
}
table.md-table .mdt {
  transition: all 0.3s ease-in-out;
}
table.md-table .mdt.opened,
table.md-table .mdt:hover {
  background-color: #f0f0f0;
}
table.md-table .mdt > td,
table.md-table .mdt > th {
  padding: 0 8px !important;
  cursor: pointer;
}
table.md-table .mdt > td .el,
table.md-table .mdt > th .el {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table.md-table .c {
  text-align: center !important;
}
table.md-table .r {
  text-align: right !important;
}
table.md-table .l {
  text-align: left !important;
}
table.md-table .c .mdc-input {
  text-align: center !important;
}
table.md-table .mdt-name {
  min-width: 168px;
}
table.md-table .mdt-name > div {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  max-height: 2.6em;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
}
table.md-table .mdt-50 {
  width: 50px;
  max-width: 50px;
}
table.md-table .mdt-100 {
  width: 100px;
  max-width: 100px;
}
table.md-table .mdt-150 {
  width: 150px;
  max-width: 150px;
}
table.md-table .mdt-200 {
  width: 200px;
  max-width: 200px;
}
table.md-table .mdt-sku {
  min-width: 150px;
}
table.md-table .mdt-ll {
  border-left: 1px solid #eee;
}
table.md-table .mdt-lr {
  right: 1px solid #ddd;
}
.txt-red {
  color: #f44336;
}
.txt-green {
  color: #4caf50;
}
.mdc-input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  background-color: transparent;
  height: 24px;
  line-height: 24px;
}
.expand-view {
  background-color: #fafafa;
  /*height: 350px;*/
  height: 250px;
  overflow-x: auto;
  color: #444;
  border-top: 1px rgba(0,0,0,0.12) solid;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.15) inset, 0 -5px 10px -5px rgba(0,0,0,0.15) inset;
}
.expand-view.invert {
  font-size: 13px;
}
.expand-view .mdc-input {
  margin-right: 8px;
  border-bottom-color: #999;
}
.expand-view .r {
  color: #ff5252;
}
.expand-view .r md-icon {
  fill: #ff5252;
  color: #ff5252;
}
.expand-view .g {
  color: #81c784;
}
.expand-view .g md-icon {
  fill: #81c784;
  color: #81c784;
}
.expand-view .charts {
  margin: 0 16px;
}
.expand-view .charts .t2 {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  margin-bottom: 8px;
}
.expand-view .charts .chart {
  padding: 8px;
  border: 1px solid #ddd;
  margin-right: 8px;
}
.expand-view .charts .chart img {
  max-width: 100%;
}
.expand-view .charts .chart:last-child {
  margin-right: 0;
}
.mdt-logo-big {
  width: 64px;
  height: 64px;
  margin-right: 8px;
}
.mdt-logo {
  width: 42px;
  max-width: 42px;
  min-width: 42px;
}
.line {
  margin-bottom: 8px;
}
.line md-icon {
  margin: 0;
  padding: 0;
}
.line.mt {
  margin-top: 16px;
}
.t4 {
  font-size: 14px;
  line-height: 18px;
}
.t3 {
  font-size: 16px;
  line-height: 20px;
}
.t3,
.t4,
.t2 {
  color: #666;
  font-weight: 400;
  margin: 0 4px;
}
.t3.sb,
.t4.sb,
.t2.sb {
  font-weight: 500;
}
.t3.b,
.t4.b,
.t2.b {
  font-weight: 700;
}
.t3.l,
.t4.l,
.t2.l {
  color: #444;
}
.t3.w,
.t4.w,
.t2.w {
  color: #f9a825;
}
.t3.w md-icon,
.t4.w md-icon,
.t2.w md-icon {
  fill: #f9a825 !important;
  color: #f9a825 !important;
}
.t3.p,
.t4.p,
.t2.p {
  color: #b2679b !important;
}
.t3.uc,
.t4.uc,
.t2.uc {
  text-transform: uppercase;
}
.t3 md-icon,
.t4 md-icon,
.t2 md-icon {
  min-width: 16px;
  man-height: 16px;
  width: 16px;
  height: 16px;
}

.t4.pd {
  padding-top: 8px;
}

.expand-view.ng-enter,
.expand-view.ng-leave {
  -webkit-transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -moz-transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -ms-transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -o-transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  position: relative;
  display: block;
  text-overflow: clip;
  white-space: nowrap;
}
.expand-view.ng-leave.ng-leave-active,
.expand-view.ng-enter {
  height: 0px;
}
.expand-view.ng-enter.ng-enter-active,
.expand-view.ng-leave {
  height: 320px;
}
.ex-content.ng-enter,
.ex-content.ng-leave {
  -webkit-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -moz-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -ms-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -o-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  position: relative;
}
.ex-content.ng-leave.ng-leave-active,
.ex-content.ng-enter {
  opacity: 0;
}
.ex-content.ng-enter.ng-enter-active,
.ex-content.ng-leave {
  opacity: 1;
}
.nav-text.ng-enter,
.nav-text.ng-leave {
  -webkit-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -moz-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -ms-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  -o-transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  transition: 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) all;
  position: relative;
}
.nav-text.ng-leave.ng-leave-active,
.nav-text.ng-enter {
  left: -100%;
}
.nav-text.ng-enter.ng-enter-active,
.nav-text.ng-leave {
  left: 0;
}
.popover {
  min-width: 270px;/*210px;*/
}
.popover .mdt-popover>div {
  display: block;
  position: relative;
}
.popover .mdt-popover .pp-title {
  text-align: center;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 13px;
}

.popover .mdt-popover .pp-title1 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 13px;
}

.popover .mdt-popover .pp-time {
  display: inline-block;
  width: 60%;
  font-size: 12px;
}
.popover .mdt-popover .pp-num {
  display: inline-block;
  width: 40%;
  font-size: 12px;
}

.popover .mdt-popover .pp-time-recomm {
  display: inline-block;
  width: 40%;
  font-size: 11px;
}
.popover .mdt-popover .pp-num-recomm {
  display: inline-block;
  width: 60%;
  font-size: 11px;
}