/* This file contains css for form layout and form controls */
#formBlock {
  width:80%;
  float:left;
}
#sideBlock {
  width:18%;
  float:right;
}
#formContent {
  margin:0px;
}
.formList #termsAndConditions {
  margin-top:10px;
  margin-bottom:10px;
}
/* styles for preform pages */
.preformList { padding-left:0px; margin:0 0 10px 0; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;}
/*.preformList p, .preformList h3, .preformList h4 { padding-bottom: 10px; }*/
.preformList h4 { margin-bottom: 0}
.preformList table { margin-bottom: 10px;}
.preformList .one { background: #EBF3FB }
.preformList .two { background: #DFECF9 }
.preformList .indent { padding: 10px 10px 10px 50px; }
/*.preformList .fields { padding-left: 40px }*/
.preformList .heading, .preformList .agreement { font-weight: bold; padding: 5px 0; margin-top: 10px; clear: both; }
.preformList .notice p { padding: 0; margin-top: 10px; }
.preformList .hiddenForm { padding: 10px 10px; margin-top: 10px }
.preformList .hiddenForm td { padding: 0; margin: 0 } /* remove me when those in tags are removed */
.preformList .agreement, .preformList .fields, .preformList .indent { overflow: visible; } /* fix for errors which are floated */

.preformRegList li {
  list-style-type:none;
}
.preformRegList li:before{
  content: "\e131";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  width: 40px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  position: relative;
  top: 1px;
  color: #0183bf;
}
.compact {
  margin:0;
  padding:0;
}
.formList .compact { margin: 0; padding: 0; }
ul.startNew {
  background:#F3F3F3;
  border:1px solid #828282;
  padding-left:1px;
}
ul.startNew li div.labels{
  padding-left:3px;
}
ul.formList {
  list-style:none;
  padding-left:0px;
  margin:0;
}
ul#fullWidth table {
    width: 100%;
}
ul.formList li {
    clear: both;
}
ul.formList li div.labels, div.labels {
  width:150px;
  float:left;
  padding-left: 4px;
  margin-right: 5px;
}
.formOfBenefit{
  width: 255px;
}
ul.formList li div.hiddenLabels {
  float:left;
  width: 150px;
  margin-right: 5px;
}
ul.formList li div.fields, div.fields {
  float:left;
  padding-top:2px;
  padding-bottom:2px;
}
ul.formList li div.hiddenFields {
  padding:2px;
}
ul.questionForm {
  width:100%;
  float:left;
}
ul.questionFormNew {
  width:100%;
  float:left;
}
div.questionForm {
  float:left;
  width:100%;
}
div.questionFormNew {
  float:left;
  width:100%;
}
ul.questionForm li div.labels {
  padding-left:3px;
}
ul.questionForm li div.help {
  width:200px;
  height:300px;
  float:left;
}
ul.printingForm {
  float:left;
  padding-left:5px;
}
.formList .clarification-text {
  padding: 5px 5px 5px 10px;
}
.formList .clear {
  clear: both;
}
.section .dotted-line {
  border: 1px dashed #999999;
  border-width: 1px 0px 0px;
  height: 0px;
  clear: both;
}
hr {
  clear: both;
  margin: 5px 0;
}
span.errors, div.errors {
  color:#a00000;
  font-weight: normal;
}
/* make errors more prominent, dont' use float: right because ie7 adds extra line
   using padding-left fails in ie7. only working on block elements
*/
div.errors {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  text-indent: 20px;
  background: url(../images/new/icons/lists/error.png) no-repeat scroll 0 0.1em transparent;
}
span.errors {
  margin-left: 1em;
  text-indent: 20px;
  display: inline-block;
  background: url(../images/new/icons/lists/error.png) no-repeat scroll 0 0.1em transparent;
}
ul.errors {
  margin:0;
  padding:0;
  color:#a00000;
  list-style:none;
}
span.warning, div.warning {
  margin:8px 0 5px 5px;
  float:left;
  color:#a00000;
  font-weight:bold;
}
ul.warning {
  margin:0;
  padding:0;
  color:#a00000;
  font-weight:bold;
  list-style:none;
}
.preformList label { display: inline } /* override above */
input.mandatory, select.mandatory {
  background:#fff;
}
/*label.mandatory, span.mandatory, div.mandatory {
  padding:0 10px 0 0;
  background-color:transparent;
  background-image:url(../images/mandatory.gif);
  background-position:right;
  background-repeat:no-repeat;
  border:0px;
}*/
.invisible {
  display:none;
}
.section {
  clear:left;
  width:100%;
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 15px;
  border:1px solid #bababa;
  float: left;
}
.orderHelp {
  float:right;
  width:18%;
  background:#F3F3F3;
}
.hiddenForm {
  padding:5px;
  margin-left:50px;
  border:dotted #cccccc 1px;
  overflow: auto;
}
ul.formList li div.labelsPadding {
  width: 150px;
}
ul.formList li.heading {
  font-weight:bold;
  margin:0;
  padding:5px;
}
.sharesTable {
  padding-top:5px;
  padding-bottom:5px;
  border:solid #cccccc 1px;
  height:auto;
  overflow:visible;
}
.questionFormNew .redHeading {
  background:none repeat scroll 0 0 #a00000;
  color:#FFFFFF;
  font-weight:bold;
  line-height:23px;
  margin-bottom:3px;
  padding-left:10px;
}
/*.questionFormNew .blueHeading {
  background:none repeat scroll 0 0 #015a84;
  color:#FFFFFF;
  font-weight:bold;
  line-height:23px;
  margin-bottom:3px;
  padding-left:10px;
}
.blueHeading a {
  color:#FFFFFF;
  float: right;
}*/
/* styles for sectionLinks in order pages - OLD*/
.section-links {
  padding-bottom: 10px;
}
.section-links .section-links-item {
  margin-right: 5px;
  color: black;
}
.section-links .section-links-selected, .section-links .section-links-save {
  color: white;
}
.ui-widget-content{
  background: none;
  background-color: #ffffff;
}
/* styles for help dialog text */
.ui-dialog .ui-widget-content h3 {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
/* override that of screen.css */
table {
  margin-bottom: 0;
}
/* styles for order summary pages */
#formContent h1 {
  margin-bottom:0.75em;
}

/*#formContent .blueHeading {
  background: #00569F;
  padding: 0 10px;
}*/
/* selectProxy styles */
.ajax-loading { padding-left: 25px; background: url(../images/new/icons/ajax-loader.gif) no-repeat; color: #a00000; }
/* clearfix for display red error background in form input parent containters */
ul.formList li.error:before,
ul.formList li.error:after {
	/*clearfix*/
    content:"";
    display:table;
}
ul.formList li.error:after {
    clear:both;
}
/*New*/
.companyType{
  display: inline;
}
.addressPreview, .notice {
  clear:both;
  color: #ffa200;
  border: 1px solid #ffb400;
  width: 100%;
  margin-top: 10px;
  background-color: #fff6ed;
  float: left;
  margin-bottom: 20px;
  padding: 15px;
}
.addressPreview:before, .notice:before{
  content: "\e034";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  width: 40px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  position: relative;
  top: 1px;
}
.addressPreview .msg{
  margin-bottom: 10px;
}
.question {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  clear: both;
  background-color: #f3f3f3;
  float: left;
  width: 100%;
}
li.firstLevel, .firstLevelRepeat .loopTitle, .firstLevel{
  background: none repeat scroll 0 0 #397c2c;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.secondLevel, .secondLevelRepeat .loopTitle{
  background: none repeat scroll 0 0 #0183bf;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.thirdLevel, .thirdLevelRepeat .loopTitle{
  background: none repeat scroll 0 0 #666;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.sharesTable table{
  width: 100%;
  text-align: center;
}
.sharesTable table th{
  text-align: center;
  padding: 5px 0px;
}
.dualListBtnWrapper{
  margin-top: 20px;
  text-align: center;
}
.dualListBtnWrapper a{
  margin-bottom: 10px;
}
.form-horizontal .control-label{
  text-align: left;
}
#document_submission{
  padding-left: 10px;
}
input[type="checkbox"]{
  margin-right: 5px;
}
/*CSS for new products**/
.question .field .lbl {
  float: left;
  padding-left: 4px;
  width: 150px;
  margin-right: 5px;
}
.question .field.longLabel .lbl {
  width: 200px;
}
.order-summary .question{
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.order-summary label{
  width: 150px;
}
#copy-opts{
  height: 90px;
  padding: 5px;
  width: 265px;
  margin-top: 5px;
  border:2px solid #ffa200;
}
.dateField{
  float: left;
}
@media(max-width:767px) {
  .question .field .lbl {
    width: 100%;
  }
  ul.formList li div.labels, div.labels{
    width: 100%;
  }
}
.sectionTitle{
  background-color: #828282;
  color: #fff;
  padding: 10px;
  float: left;
  width: 100%;
  margin: -10px 0 0;
  font-weight: bold;
}
.ui-widget{
  font-family:  Arial,sans-serif;
  font-weight: 400;
}
.ui-dialog .invisible{         /*To override bootstrap default style*/
  visibility: visible;
}
.ui-dialog{  /*Overriding jquery style*/
  padding: 0;
}
.saveBtn{
  background-color: #0183bf;
  color: #fff;
  font-weight: bold;
}
.sectionTitle span{
  padding-top: 5px;
  float: left;
}
.warning{
  float: left;
  display: block;
  color: #a00000;
}
.fullLength .fields{
  width: 100%;
}
ul.formList li.layout-override div.labels, ul.formList li div.layout-override, ul.formList li.layout-override div.hiddenLabels{
  width: 100%;
}
ul.formList li div.layout-override div.hiddenLabels{
  width: 100%;
}
#productNav .navbar-nav > li > a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.help a{
  text-decoration: underline;
}
/*DBN*/
tbody#tbody_bene_1 tr td input[type="text"]:first-child {
  margin-left: -12px;
}
#documents-table .order-more div.bg-success{
  padding: 5px;
}
.labelBefore{
  display: inline;
  width: 80%;
}
.glyphicon-ok {
  color: #77a22f;
  margin-right: 5px;
}
.glyphicon-exclamation-sign {
  color: #a00000;
  margin-right: 5px;
}
.cr410:nth-child(even) {
  margin-left: 154px;
}
.crGivenName{
  margin-left: -10px;
}
.form-inline .radio input[id="sectionAnswers[0].questionAnswers[2].subQuestionAnswers[0].fieldAnswers[0].text2"]{
  margin-left: 154px;
}
.form-inline .radio.invisible{
  display: none;
}
.longLabel{
  width:100% !important;
}
@media(min-width:900px) {
  .elementAlign {
    padding-left: 150px !important;
  }
  .elementAlign.element-left-area {
    padding-left: 155px !important;
  }
  .elementMargin{
    margin-left: 145px;
  }
  .headingLong div.labels{
    width: 100%;
    display: block;
  }
  .headingLong div.fields{
    margin-left: 150px;
  }
  .headingLongInput .lbl{
    width: 100% !important;
    display: block;
  }
  .headingLongInput div.input{
    margin-left: 150px !important;
  }
  ul.formList li.headingLong div.labels{
    width: 100%;
    display: block;
  }
  ul.formList li.headingLong div.fields{
    margin-left: 150px;
  }
}
.date-picker{
  float: left;
}
.after-date {
  display: inline;
  text-indent: 10px;
  float: left;
  margin-bottom: 0;
  margin-top: 14px;
} /* display: inline-block required for text-indent */
.addRemoveHowMany{
  background-color: #bababa;
  font-weight: bold;
  padding: 5px;
}
.field.com-md-4{
  clear: none;
}
.addRemoveQuestion.question .field{
  clear: none;
}
.heading-color-blue{
  color: #0183bf
}