.dialog-alert {
  color: #ff0000;
  display: block;
  text-align: center;
}
.dialog-btn {
  width: auto;
  min-width: 25px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
}
.dialog-content {
  width: 560px;
  margin: auto;
}
.dialog-header {
  border-bottom: solid 1px #d1ac47;
  padding: 8px;
  text-align: center;
}
.dialog-title {
  color: #634a03;
  font-weight: bold;
}
.dialog-body {
  text-align: left;
}
.dialog-select {
  width: auto;
  display: inline-block;
  margin-bottom: 3px;
  border: solid thin #bd8e0f;
}
.dialog-text-field {
  width: auto;
  display: inline-block;
  margin-bottom: 3px;
  border: solid thin #bd8e0f;
  width: 100px;
}
.dialog-select:hover,
.dialog-select:focus,
.dialog-text-field:hover,
.dialog-text-field:focus {
  border: solid thin deepskyblue;
}
.dialog-footer {
  border-top: solid 1px #d1ac47;
  padding: 1px;
  text-align: center;
  padding-top: 10px;
}
.dialog-footer a.button.small {
  margin-top: 10px;
  margin-left: 10px;
  width: 190px;
}
.dialog-footer a:last-child.button.small {
  margin-top: 10px;
  margin-left: 10px;
  width: 190px;
}
.dialog-footer a:first-child.button.small {
  margin-top: 10px;
  /**margin-right: 10px;*/
  width: 190px;
}
.dialog-radio {
  width: auto;
  display: inline-block;
  margin-bottom: 3px;
}
.dialog-tab-ui {
  margin: auto;
  border-bottom: thin solid #d1ac47;
}
.dialog-tab-content {
  padding: 8px;
}
.dialog-tab-link {
  border: solid thin #d1ac47;
  padding: 2px;
}
.dialog-tab-link-a {
  padding: 4px !important;
  text-decoration: none !important;
  outline: none !important;
  color: #634a03;
  border: none !important;
  width: 120px;
}
.dialog-tab-link-a:hover {
  background-color: transparent !important;
  border: none !important;
}
.dialog-tab-ui > .active {
  background-color: #ffffff;
}
.modal-dialog {
  margin-top: 100px !important;
}
.modal {
  display: none;
  /* Hidden by default */
  z-index: 1;
  /* Sit on top */
  padding-top: 20%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.modal-backdrop {
  position: relative;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  text-align: center;
}
.table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}
.table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}
input {
  border: 1px solid #5a5a5a;
}
#popUpHelp {
  z-index: 100;
}
