td,
th {
  /* padding: 3px 3px 0; */
  padding: 0;

}

.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 30%;
  max-width: 140px; */
  height: 34px;
  border: none;
  background-color: #4070ff;
  color: #fff;
  cursor: pointer;
}

.search-form button::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}

.table-alternate {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-alternate th,
.table-alternate td {
  padding: 10px 0;
  text-align: center;
}

.table-alternate tr:nth-child(odd) {
  background-color: #eee
}

.tg-table,
.tg-table-lattice,
.tg-table-shadow,
.tg-table-scroll {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
}

.tg-table-shadow,
.tg-table-scroll {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
  border: 1px black solid;
}

.tg-table-scroll {
  padding-left: 1em;
  padding-right: 1em;
  height: 37em;
  overflow-y: scroll;
}

input[type="submit"] {
  padding: 3px 3px 0;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #5c87a6;
  border: 1px solid #5c87a6;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
  color: #5c87a6;
  background-color: #ffffff;
  border: 1px solid #5c87a6;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s;
}

input[type="text"] {
  /* margin: auto; */
  border-radius: 5px;
  background-color: white;
  text-align: left;
  border: 1px black solid;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
  width: 90%;
  height: 30px;
  margin-left: 6px;
}

.tg-width-zero {
  width: 0;
  white-space: nowrap;
}

.tg-width-full {
  width: 100%;
}

.tg-text-left {
  text-align: left;
}

.tg-text-center {
  text-align: center;
}

.tg-text-right {
  text-align: right;
}

.center {
  margin: 0 auto;
}

.halfWidth {
  width: 50%;
}

.tg-label-space {
  margin: -3px 0 0 15px;
  font-size: 14px;
  white-space: nowrap;
  padding: 4px;
  user-select: none;
  visibility: hidden;
}

.table-underline {
  margin: 0em 1em 0.5em;
  border-bottom: 1px dashed black;
  width: 80%;
}

.table-border-none {
  border: none;
}

.display-none {
  display: none;
}

.main {
  width: 80%;
}

.wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sidebar {
  width: 20%;
}

.widget--sticky {
  position: sticky;
  top: 20px;
}

.text-indent1 {
  text-indent: 1rem;
}

.marignTop-form-input {
  margin-top: -5px;
}

.marignLeft-form-input {
  margin-left: 1rem;
}

.form-select {
  width: 100px;
}

.form-freeword {
  width: 200px;
}

.space-footer {
  margin-top: 10px;
}

@media screen and (max-width:400px) {
  .form-freeword {
    width: 150px;
  }

  .form-select {
    width: 80px;
  }


}

@media screen and (max-width:999px) {
  .widget--sticky {
    display: none;
  }
}

.not-marin{
	margin: 0 !important;
}