.main {
  margin: 5px;
  padding: 10px;
}

.to-form {
  width: 100%;
}

.form-full-width {
  width: 100%;
}

table {
  width: 100% !important;
}

.mat-row:nth-child(even) {
  background-color: #fffcfc;
}

.mat-row:nth-child(odd) {
  background-color: #fafafa;
}

.landingStrip {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 30px !important;
}

.mat-row:hover {
  background-color: #bdbdbd;
  cursor: pointer;
}

.chartImage {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  /*max-width: 555px;*/
  padding-left: 20px;
}

.mobile-chart {
  display: flex;
  flex-direction: column;
  padding: 5px;
  margin-bottom: 5px;
}

.normal-chart {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 30px !important;
}

.mat-column-symbol {
  white-space: unset !important;
  flex: 0 0 35% !important;
  width: 35% !important;
}

.mat-column-identified {
  white-space: unset !important;
  flex: 0 0 35% !important;
  width: 35% !important;
}

.mat-column-pattern {
  white-space: unset !important;
  flex: 0 0 25% !important;
  width: 25% !important;
}

.selected-row {
  background-color: #008000 !important;
}

.selected-row .mat-cell, .mat-footer-cell {
  color: rgb(255 255 255);
  font-weight: 300;
}

.mat-header-cell {
  font-size: medium;
}

.table-direction-icon {
  height: 15px;
  width: 15px;
}

.table-pattern-icon {
  height: 30px;
  width: 30px;
}

.analysis-text {
  width: 500px;
}

.to-autocomplete {
  max-height: 350px !important;
}

.normal-table {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.normal-chart-style {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  border: solid 1px #aaa;
  margin-left: 5px;

}

.mobile-chart-style {
  width: 100%;
  height: 100%;
  /*min-height: 800px;*/
  position: relative;
  min-width: 200px;
  min-height: 200px;
  border: solid 1px #e0cfcf;
  padding: 5px 5px;
  cursor: move;
}
.mobile-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.mat-paginator-container {
  /*justify-content: end !important;*/
  /*width: 60% !important;*/
  /*margin-top: 20px;*/
}

.error-on-page {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fffafa;
  color: #e2777a;
}

.footer-with-terms {
  padding-top: 10px;
  width: 60%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #008000;
  text-align: center;
}
.footer-analysis-text{
  padding-top: 10px;
  width: 60%;
  position: absolute;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #008000;
  text-align: center;
}


.footer-with-terms-mobile {
  /*padding-top: 10px;*/
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #777777;
  text-align: center;
}

.mobile-spinner {
  position: absolute;
  top: 40%;
  left: 40%;

}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #84b433 !important;
}

.spinner-overlay {
  height: 100vh;
  width: 100%;
  background-color: white;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
}

th.mat-header-cell:first-of-type, td.mat-cell:first-of-type, td.mat-footer-cell:first-of-type {
  padding-right: 2px;
  padding-left: 2px;
}
