﻿/*Search section*/
.border {
  border: black 1px solid; }

.border-bottom {
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.pull-right {
  float: right; }

.margin {
  margin-left: 20px;
  margin-right: 20px; }

.margin-top {
  padding-top: 15px; }

.margin-bottom {
  padding-bottom: 15px; }

.max-width {
  width: 100%; }

.align-top {
  vertical-align: top; }

.width-80 {
  min-width: 80%; }

.padding-left {
  padding-left: 15px; }

.searchResult {
  margin-top: 10px;
  width: 99%; }
  .searchResult tbody tr td {
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #f7f6f6;
    border-bottom: solid 1px #f7f6f6; }
  .searchResult tbody tr th {
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #f7f6f6;
    background-color: #d7d7d7; }

.state-modal {
  top: 10% !important;
  max-width: 90%; }

.member-button {
  border: none;
  background-color: none !important;
  -webkit-appearance: none;
  border-bottom: 1px solid #2a5a8a; }

.member-button:hover {
  cursor: pointer;
  cursor: hand; }

.user-agreement {
  color: #2a5a8a; }

.modal-table {
  margin-top: 10px;
  width: auto; }
  .modal-table tbody tr td {
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #f7f6f6;
    border-bottom: solid 1px #f7f6f6; }
  .modal-table tbody tr th {
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #f7f6f6;
    background-color: #d7d7d7; }

.stateTable tbody tr td {
  width: 14.28% !important; }

.member-detail {
  width: 100%;
  margin-top: 20px; }
  .member-detail td:first-child {
    width: 40%; }
  .member-detail td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #f7f6f6; }

.searchDisable {
  background-color: darkgray;
  cursor: none; }

.searchEnable {
  background-color: #203e62;
  cursor: default; }

.error-message {
  color: red;
  font-size: 18px; }

/*Modal popup*/
.modalBackground {
  background-color: Black;
  filter: alpha(opacity=90);
  opacity: 0.8; }

.modalPopup {
  background-color: #FFFFFF;
  border-width: 3px;
  border-style: solid;
  border-color: black;
  padding: 10px 10px 10px 10px;
  width: auto;
  height: auto; }

.title-font {
  font-size: 18px;
  font-weight: 600; }

.bold {
  font-weight: 600; }

.select-button {
  border-color: #6c757d;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .15rem .35rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out; }

.sub-text {
  font-size: 12px;
  color: grey; }

.login-text-td {
  vertical-align: top; }

.login-text-ul {
    position: relative;
    right: 20px;
    border: solid 2px #00a7e0;
    border-radius: 8px;
    margin: 5px;
    padding: 8px;
}

.show-item {
  display: table !important; }

.hide-item {
  display: none !important; }

.legend {
  border: none; }
  .legend tbody {
    border: none; }
    .legend tbody tr {
      border: none; }
      .legend tbody tr td:nth-child(odd) {
        border: none;
        width: 5%; }
      .legend tbody tr td:nth-child(even) {
        border: none;
        width: 55%; }

