.form-header, .form-body , .form-footer{margin: 25px;}
.submitted{display: none;}
.form-header table.webform-table tbody tr td:nth-child(4) {text-align: center}
.form-header table tbody tr td:nth-child(1) {
    max-width: 12rem;
}
.form-body table tbody tr td  {
  padding: 7px; 
  border-bottom: 1px solid #e5e5e5;
    background-color: #f4f4f4;
}
.form-body table tbody tr:hover > td {background-color: #e5e5e5}
.form-body table tbody tr td:nth-child(2) input { font-weight: bold}
.form-body table tbody tr td textarea { padding: 5px}
.form-footer {text-align: right}
.form-footer .form-submit {background-color: #1B73FB}
.form-header tr[data-drupal-selector="edit-loginidrow"] {
display: none;
}

.form-body table tbody tr td:first-child { text-align: center}
.form-body table thead tr th:nth-child(3), 
.form-body table tbody tr td:nth-child(3), 
.form-body table thead tr th:nth-child(4),  
.form-body table tbody tr td:nth-child(4)
{ display: none;}
.form-header table { width: 600px;}
.form-header table tbody tr td { padding: 10px; vertical-align: middle; background-color: #f4f4f4; border-bottom: 1px solid #e5e5e5}
.form-header table tbody tr:hover > td { background-color: #e5e5e5}
.form-header table tbody tr td .js-form-type-select { display: flex; flex-direction: column-reverse }
.form-header table tbody tr td .error, .form-body table tbody tr td .error {color: red;}
.form-header table tbody tr { border: 0 none}
.form-header table tbody tr td label { margin: 0;}
.form-header table tbody tr td input {margin: 0}
.form-header table tbody tr td > .form-item {
  float: none;
  margin: 0;
}
.form-body table tbody tr td textarea:first-line { font-weight: bold; font-style: italic}
.form-body table thead tr th {
    font-size: 16px;
    padding: 10px;
  border-bottom: 1px solid #d5d5d5;
    background-color: #e0e0e0;
    color: #333;
}
.form-body table {
    overflow: auto;
    height: 40rem;
    display: block;
  -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.form-body table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  will-change: transform;   
}
.form-title {
  background-color: #007bff;
  font-size: 23px;
  color:#ffffff;
  width: 100%;
  padding: 10px; 
  font-weight: bold;
}
.cus-markup { color: blue; font-size: 16px; margin: 25px;}
.cus-markup label {font-weight: bold}
.cus-textarea{
border: 1px solid #ccc;
    font-size: 12px;
    padding: 7px;
    background-color: #ededed;
    color: #717171;
  min-height: 110px;
}
.cus-textarea p {
  margin: 0;
  padding: 0;
  line-height: 24px;
 text-align: initial !important;
  font-size: 14px;
  white-space: nowrap;
}
.cus-textarea p strong {
font-style: italic;
}
.cus-tooltip-wrapper {
  position: relative
}
.cus-tooltip {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    min-width: 300px;
    z-index: 999999999999;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    padding: 7px;
    border: 1px solid #ccc;
}
.cus-tooltip-wrapper:hover .cus-tooltip { display: block; }
.cus-tooltip-wrapper.cus-inline-block {
    display: inline-block;
}
.cus-modal-backdrop {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cus-modal-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.cus-modal-footer {
  text-align: right;
}
.cus-modal-main {
  background-color: #ffffff;
  padding: 10px;
  width: 350px;
  position: relative;
}
.cus-modal-main h5 { padding: 0; margin-bottom: 15px;}
.cus-modal-main p { font-size: 14px;
    line-height: 22px;
    padding: 0; }
#cus-modal-id {
  position: absolute;
    right: 10px;
    color: #333;
}