﻿.formClass .radiobuttonstyle label{
  margin-right:20px;
  margin-left:3px;
  }

  .fb-container .select-dropdown, .fb-container .RadComboBox, .fb_tableCellzp.fb_answerCell input[id$="uxTextBox"]{
    width: 100%!important;
  }

  .formClass .RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell{
    background-image: none !important;
  }

  .formClass .checkboxCss label{
    margin-right:20px;
    margin-left:3px;
  }
  /*.formClass .RadComboBox_Default .rcbReadOnly .rcbInput{
    border: 1px solid #ced4da;
  }*/

  .formClass span.riSingle.RadInput.RadInput_Default{
    border: 1px solid #ced4da;
  }

  .formClass span[id$="dateInput_wrapper"] {
    border:0 !important;
  }

  .formClass .RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell{
  }

.formClass .select-dropdown ,.formClass .select-dropdown .RadComboBox{
  width:100% !important;
}

h1.fb_header {
    font-size: 28px;
  color: #333;
  margin: 0px;
  padding: 0px;
}

h1.fbHeader {
    font-size: 28px;
  color: #333;
  margin: 0px;
  padding: 0px;
}

h1.fb_subtitle {
    font-size: 16px;
  color: #333;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}

h1.fb_sectionsubtitle {
    font-size: 18px;
    font-weight: bold;
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

h2.fb_headersubtitle {
    font-size: 16px;
    font-weight: bold;
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

h2.fb_subtitle {
    font-size: 16px;
    font-weight: bold;
  color: #333;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}

.fb_headerInstructions {
    /*font: normal 17px Helvetica;*/
    font-size: 17px;
  line-height: 1.3em;
  color: #666;
  padding: 10px 0px 25px 0px;
}

.fb_subtitleInstructions {
    font-size: 16px;
  line-height: 1.3em;
  color: #666;
  padding: 7px 0px 25px 0px;
  margin: 0px;
}

.fb_fieldsInstructions {
    font-size: 16px;
  line-height: 12px;
  color: #666;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.fb_labels {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 16px;
}

.number,
.radiobuttonstyle,
label {
  /*font: normal 13px Helvetica;*/
  color: #3b3b3b;
  line-height: 16px;
}

.fb_checkBoxLabel {
    font-size: 16px;
  color: #3b3b3b;
  line-height: 16px;
  float: left;
  padding-left: 5px;
}

.fb_bold {
  font-weight: bold;
}

.fb_number {
  /*font: bold 14px Helvetica;*/
  color: #333;
  display: block;
  float: left;
  margin-right: 2px;
  /*width:19px; height:16px;  text-align:center; padding:3px 0px 0px 0px; margin-top:-2px;background:url(fbImages/bullet.gif) no-repeat;*/
}
/**************************************************************** **************************************************************************/
.fb_tableCellzp {
  padding: 0px;
}

.fb_tableCellbtm3 {
  padding-bottom: 3px;
}

.fb_tableCellTop15 {
  padding-top: 15px;
}

.fb_wrap {
  padding-left: 20px;
  position: relative;
}

.fb_infomsg {
  color: maroon;
  font: normal 12px Helvetica;
  line-height: 1.3em;
  padding: 10px 0px 25px 0px;
}

.fb_divider {
  display: block;
  border-bottom: 1px dotted #999;
  margin: 20px 0px 0px 0px;
  clear: both;
}

.fb_tablesMargin {
  margin-left: 0px;
}

.fb_group {
  margin: 10px 0px;
  padding: 7px 0px;
  border-bottom: 1px dotted #999;
}

.fb_group2 {
  margin: 10px 0px;
  padding: 0px 0px;
}

.fb_leftPadding {
  padding-left: 20px;
}

.fb_topPadding {
  padding-top: 50px;
  background-color: #09F;
}

.fb_wrap td {
  text-align: left;
  vertical-align: top;
}

.fb_tableCell {
  padding: 0px 15px 7px 0px;
}

.fb_tableCell_qn {
  padding: 10px 15px 7px 0px;
}

.fb_questionCell {
  vertical-align: top;
  padding-bottom: 11px;
  padding-top: 5px;
}

.fb_QuestionClass {
  margin-bottom: 12px;
}

.fb_NameCell {
  float: left;
  width: 90px;
}

.fb_firstColWidth {
  width: 25%;
}

.fb_required {
  font: 14px Georgia;
  color: #600;
  width: 10px;
  height: 10px;
  float: left;
  /*margin-left: -10px;*/
  background: url(../images/required.gif) no-repeat left 5px;
}

.fb_required em {
  display: none;
  visibility: hidden;
}

.fb_optional {
  font-size: 16px;
  color: #600;
  width: 10px;
  height: 10px;
  float: left;
}

.fb_checkbox {
  float: left;
}

.fb_buttons td {
  text-align: right;
}

.fb_dividerSpace {
  margin: 55px 0px;
}

.fb_dividerSpace em {
  display: none;
  visibility: hidden;
}
/****************************************************************Button**************************************************************************/
.fb_button {
  font: bold 12px Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  height: 20px;
  width: 70px;
  border: 1px solid #444;
  border-radius: 6px;
  background-color: #ddd;
  text-align: center;
  display: block;
  padding-top: 4px;
}

.fb_button:hover {
  background-color: #aaa;
}

.clear {
  clear: both;
}

.fb_row {
  clear: both;
  padding-top: 3px;
    max-width: 440px;
}

.fb_cell {
  float: left;
}

.fb_btn {
    padding: 25px 0 25px 0;
    text-align: center;
}

    .fb_btn a {
        width: 20%;
    }
