﻿.form-table {
  margin: 15px 0px 15px 0px;
}

.form-table-td1 {
  text-align: right;
}

.form-table-td2 {
  padding: 8px;
}

.form-table-td3 {
  text-align: right;
  padding-left: 16px;
}


.form-table tr td {
  /* white-space: nowrap; */
}

.statistics-column-div {
  width: 100%;
  height: 50px;
  line-height: 45px;
  color: #B6B6B6;
  text-align: right;
  border-bottom: 1px solid #ccd0d6;
}

.statistics-column-label {
  margin: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.statistics-column-span {
  color: black;
  font-size: 14px;
}

.btn-submit {
  width: 120px;
  height: 40px;
  color: #000;
  background-color: #D7E600;
  border-color: transparent;
  margin-right: 10px;
}

.btn-submit[disabled] {
  opacity: 0.65;
}

.btn-cancel {
  width: 120px;
  height: 40px;
  color: #000;
  background-color: #D7E600;
  border-color: transparent;
  margin-right: 10px;
}

.pop-up-div1 {
  min-width: 800px;
  max-width: 1275px;
  overflow-x: hidden;
  margin: 30px auto;
}

.pop-up-div2 {
  width: 100%;
  background-color: #fff;
}

.pop-up-scroll {
  max-width: 96%;
  overflow-x: scroll;
  margin: 10px auto;
}
