/* DBS iBANKING FORM HK PAGE */
/* ------------------------------------------- */
/*
   CSS LIBRARY DEPENDENCY:
   - SETUP.LESS
   CSS FILES REQUIRED FOR EXTENSION:
   - THEME.CSS
   - LAYOUTS.CSS
*/

.container.indexform {
  position: relative;
  z-index: 1;
}
.lang-menu {
  right: 0px;
  left: auto !important;
}
.pre-checked {
  opacity: 0.4;
}
.pre-checked:checked:after {
  color: #999494 !important;
}
.account-number {
  color: #999494 !important;
}
.account-number:hover {
  color: #cc0000 !important;
}
.form-section-header.grey-border {
  border-bottom: 1px dotted #ccc6c6;
}
.control-group.radiobutton {
  padding: 10px 10px 0 0;
}
.select-from-to-date {
  padding-top: 10px;
  width: 500px;
}
.module-content table.max-5-column-history {
  margin-top: 20px !important;
}
.module-content table.max-5-column-history th h3 {
  line-height: 18px;
}
.module-content table.max-5-column-history th span {
  font-size: 14px;
  font-weight: 400;
  color: #999494;
}
.module-content table.max-5-column-history .column-1 {
  min-width: 100px;
}
.module-content table.max-5-column-history .column-3 {
  text-align: right;
}
/* ------- end of .module-content */
.notes {
  padding-bottom: 30px;
}
.radio-dropdown {
  margin-top: 10px !important;
}
textarea {
  width: 366px;
  max-width: 366px;
  min-width: 366px;
}
.fills-field .currencyindicator {
  line-height: 36px;
  margin-right: 10px;
}
.transactiondate .date-field {
  margin-right: 20px;
  padding: 5px 9px 4px;
  width: 40px;
}
.future-transfer-block {
  margin-top: 20px;
  display: none;
}
.two-line {
  height: 40px !important;
}

.errmsg {
  color: #CC0000 !important;
  font-weight: bold !important;
}

.form-row .fills-header3 {
  text-align: right;
  padding-right: 20px;
  width: 320px; /*from 220px to 150px*/
}

.form-row .fills-header4 {
  text-align: right;
  padding-right: 20px;
  width: 320px; /*from 220px to 150px*/
  padding-top: 10px;
}

.form-row .fills-field3 {
  width: 600px; 
}

.form-row .fills-field3 .small {
  line-height: 16px;
  color: #999494;
}

/* ------- Add for /LuckDraw2/ begin---------*/
.date-width {
  width:100px !important;
  background-position: 85% center;
}

.form-row .fills-header5 {
  text-align: right;
  padding-right: 20px;
  width: 180px; /*from 220px to 150px*/
  padding-top: 10px;
}

.form-row .fills-field4 {
  width: 740px; 
}

.form-row .fills-label5 {
  width: 740px; 
  padding-top: 10px;
}
/* ------- Add for /LuckDraw2/ end---------*/

.disclaimer-color {
  color: #999494;
}