
.MuiTable-root-31 {
  width: 100%;
  display: table;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  border-spacing: 0;
  border-collapse: collapse;
}

.MuiTableBody-root-75 {
  display: table-row-group;
}

.MuiTableCell-root-38 {
  display: table-cell;
  padding: 4px 56px 4px 24px;
  text-align: left;
  border-bottom: 1px solid
    rgba(224, 224, 224, 1);
  vertical-align: inherit;
}
.MuiTableCell-root-38:last-child {
  padding-right: 24px;
}
.MuiTableCell-head-39 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.75rem;
  font-weight: 500;
}
.MuiTableCell-body-40 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.8125rem;
  font-weight: 400;
}
.MuiTableCell-footer-41 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.75rem;
  border-bottom: 0;
}
.MuiTableCell-numeric-42 {
  text-align: right;
  flex-direction: row-reverse;
}
.MuiTableCell-paddingDense-43 {
  padding-right: 24px;
}
.MuiTableCell-paddingCheckbox-44 {
  padding: 0 12px;
}
.MuiTableCell-paddingCheckbox-44:last-child {
  padding-right: 12px;
}
.MuiTableCell-paddingNone-45 {
  padding: 0;
}
.MuiTableCell-paddingNone-45:last-child {
  padding: 0;
}
.MuiTableCell-alignLeft-46 {
  text-align: left;
}
.MuiTableCell-alignCenter-47 {
  text-align: center;
}
.MuiTableCell-alignRight-48 {
  text-align: right;
  flex-direction: row-reverse;
}
.MuiTableCell-alignJustify-49 {
  text-align: justify;
}

.MuiTableHead-root-32 {
  display: table-header-group;
}

.MuiTableRow-root-33 {
  color: inherit;
  height: 48px;
  display: table-row;
  outline: none;
  vertical-align: middle;
}
.MuiTableRow-root-33.MuiTableRow-selected-34 {
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiTableRow-root-33.MuiTableRow-hover-35:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.MuiTableRow-head-36 {
  height: 56px;
}
.MuiTableRow-footer-37 {
  height: 56px;
}

.MuiSvgIcon-root-66 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -moz-user-select: none;
}
.MuiSvgIcon-colorPrimary-67 {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary-68 {
  color: #f50057;
}
.MuiSvgIcon-colorAction-69 {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError-70 {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled-71 {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit-72 {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall-73 {
  font-size: 20px;
}
.MuiSvgIcon-fontSizeLarge-74 {
  font-size: 35px;
}

.MuiButtonBase-root-63 {
  color: inherit;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  justify-content: center;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -moz-user-select: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root-63::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root-63.MuiButtonBase-disabled-64 {
  cursor: default;
  pointer-events: none;
}

.MuiTableSortLabel-root-58 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-direction: inherit;
  justify-content: flex-start;
}
.MuiTableSortLabel-root-58:hover {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTableSortLabel-root-58:focus {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTableSortLabel-active-59 {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTableSortLabel-active-59 .MuiTableSortLabel-icon-60 {
  opacity: 1;
}
.MuiTableSortLabel-icon-60 {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 4px;
  margin-right: 4px;
  -moz-user-select: none;
}
.MuiTableSortLabel-iconDirectionDesc-61 {
  transform: rotate(0deg);
}
.MuiTableSortLabel-iconDirectionAsc-62 {
  transform: rotate(180deg);
}

.MuiPaper-root-4 {
  background-color: #fff;
}
.MuiPaper-rounded-5 {
  border-radius: 4px;
}
.MuiPaper-elevation0-6 {
  box-shadow: none;
}
.MuiPaper-elevation1-7 {
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12);
}
.MuiPaper-elevation2-8 {
  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);
}
.MuiPaper-elevation3-9 {
  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12);
}
.MuiPaper-elevation4-10 {
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation5-11 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation6-12 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation7-13 {
  box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
}
.MuiPaper-elevation8-14 {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.MuiPaper-elevation9-15 {
  box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
}
.MuiPaper-elevation10-16 {
  box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
}
.MuiPaper-elevation11-17 {
  box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}
.MuiPaper-elevation12-18 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation13-19 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation14-20 {
  box-shadow: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation15-21 {
  box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation16-22 {
  box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation17-23 {
  box-shadow: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation18-24 {
  box-shadow: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
}
.MuiPaper-elevation19-25 {
  box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
}
.MuiPaper-elevation20-26 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation21-27 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation22-28 {
  box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation23-29 {
  box-shadow: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
}
.MuiPaper-elevation24-30 {
  box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
}

.MuiTooltip-popper-50 {
  z-index: 1500;
  opacity: 0.9;
  pointer-events: none;
}
.MuiTooltip-popperInteractive-51 {
  pointer-events: auto;
}
.MuiTooltip-tooltip-52 {
  color: #fff;
  padding: 4px 8px;
  font-size: 0.625rem;
  max-width: 300px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.4em;
  border-radius: 4px;
  background-color: #616161;
}
.MuiTooltip-touch-53 {
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1.14286em;
}
.MuiTooltip-tooltipPlacementLeft-54 {
  margin: 0 24px ;
  transform-origin: right center;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementLeft-54 {
    margin: 0 14px;
  }
}
.MuiTooltip-tooltipPlacementRight-55 {
  margin: 0 24px;
  transform-origin: left center;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementRight-55 {
    margin: 0 14px;
  }
}
.MuiTooltip-tooltipPlacementTop-56 {
  margin: 24px 0;
  transform-origin: center bottom;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementTop-56 {
    margin: 14px 0;
  }
}
.MuiTooltip-tooltipPlacementBottom-57 {
  margin: 24px 0;
  transform-origin: center top;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementBottom-57 {
    margin: 14px 0;
  }
}

.withRouter-EnhancedTable--root-1 {
  width: 100%;
  overflow-x: auto;
}
.withRouter-EnhancedTable--table-2 {
  height: 500px;
  min-width: 820px;
}
.withRouter-EnhancedTable--tableWrapper-3 {
  overflow-x: auto;
}

.withRouter-EnhancedTable--root-76 {
  width: 100%;
  overflow-x: auto;
}
.withRouter-EnhancedTable--table-77 {
  height: 500px;
  min-width: 820px;
}
.withRouter-EnhancedTable--tableWrapper-78 {
  overflow-x: auto;
}

.withRouter-EnhancedTable--root-79 {
  width: 100%;
  overflow-x: auto;
}
.withRouter-EnhancedTable--table-80 {
  height: 500px;
  min-width: 820px;
}
.withRouter-EnhancedTable--tableWrapper-81 {
  overflow-x: auto;
}

.withRouter-EnhancedTable--root-82 {
  width: 100%;
  overflow-x: auto;
}
.withRouter-EnhancedTable--table-83 {
  height: 500px;
  min-width: 820px;
}
.withRouter-EnhancedTable--tableWrapper-84 {
  overflow-x: auto;
}

.MuiButtonBase-root-80 {
  color: inherit;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  justify-content: center;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root-80::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root-80.MuiButtonBase-disabled-81 {
  cursor: default;
  pointer-events: none;
}

.MuiSvgIcon-root-83 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}
.MuiSvgIcon-colorPrimary-84 {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary-85 {
  color: #f50057;
}
.MuiSvgIcon-colorAction-86 {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError-87 {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled-88 {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit-89 {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall-90 {
  font-size: 20px;
}
.MuiSvgIcon-fontSizeLarge-91 {
  font-size: 35px;
}

.MuiSvgIcon-root-83 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}
.MuiSvgIcon-colorPrimary-84 {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary-85 {
  color: #f50057;
}
.MuiSvgIcon-colorAction-86 {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError-87 {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled-88 {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit-89 {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall-90 {
  font-size: 20px;
}
.MuiSvgIcon-fontSizeLarge-91 {
  font-size: 35px;
}
/*snackbar-background color*/
.MuiSnackbarContent-root-8 {
  color: #fff;
  display: flex;
  padding: 6px 24px;
  flex-wrap: wrap;
  align-items: center;
  background-color: #d32f2f;
}
@media (min-width:960px) {
  .MuiSnackbarContent-root-8 {
    min-width: 288px;
    max-width: 568px;
    border-radius: 4px;
  }
}
@media (max-width:959.95px) {
  .MuiSnackbarContent-root-8 {
    flex-grow: 1;
  }
}
.MuiSnackbarContent-message-9 {
  padding: 8px 0;
}
.MuiSnackbarContent-action-10 {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 24px;
  margin-right: -8px;
}

.MuiSnackbar-root-1 {
  left: 0;
  right: 0;
  z-index: 1400;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.MuiSnackbar-anchorOriginTopCenter-2 {
  top: 0;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginTopCenter-2 {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginBottomCenter-3 {
  bottom: 0;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginBottomCenter-3 {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginTopRight-4 {
  top: 0;
  justify-content: flex-end;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginTopRight-4 {
    top: 24px;
    left: auto;
    right: 24px;
  }
}
.MuiSnackbar-anchorOriginBottomRight-5 {
  bottom: 0;
  justify-content: flex-end;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginBottomRight-5 {
    left: auto;
    right: 24px;
    bottom: 24px;
  }
}
.MuiSnackbar-anchorOriginTopLeft-6 {
  top: 0;
  justify-content: flex-start;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginTopLeft-6 {
    top: 24px;
    left: 24px;
    right: auto;
  }
}
.MuiSnackbar-anchorOriginBottomLeft-7 {
  bottom: 0;
  justify-content: flex-start;
}
@media (min-width:960px) {
  .MuiSnackbar-anchorOriginBottomLeft-7 {
    left: 24px;
    right: auto;
    bottom: 24px;
  }
}


