/*Main Configuration Page*/
textarea.formsField, .dialogSection .sectionBody .subSection .subSectionBody textarea.formsField{
  overflow: auto;
  height: 40px;
  width: 85%;
 }
 textarea.paragraphsField{
   overflow: auto;
   height: 150px;
   width: 85%;
 }
.quickBar{
  float: right;
  display: block;
  width: 70%;
  text-align: right;
  font-weight: normal;
}
.quickBar a, .quickBar input{
  vertical-align: top;
}
.quickBar input{
  margin-top: -2px;
}
.configureForm .subSectionBody label{
  font-weight: bold;
  margin-right: 7px;
  width: 90px;
}
.footer{
  padding: 10px;
  background-color: #BDCBD6;
  height: 20px;
}
#nonDynamic .asiGrid{
  margin-bottom: 30px;
}
#formSelectTabContentContainer{
  top: 120px;
  left: 199px;
  width: 461px;
	height:200px;
  padding: 10px;
}
#formSelectTabContentContainer label{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.expressionFormMessage {
  display: inline-block;
  margin-top: 23px;
  padding-left: 20px;
}

.expressionFormMessage a {
  text-decoration: underline;
}

.modernOptionsSectionAnchor {
  position: absolute;
  bottom: 0;
}

.modernOptionsSectionFloat {
  margin-top: 10px;
}
.toLegacyMessage {
  display: inline-block;
  margin-top: 10px;
  margin-left: 3px;
}

.toLegacyMessage a {
  text-decoration: underline;
}

.subSection.toggleView {
  padding-bottom: 0px;
}

.asiForm .iBlueButton.editInterface {
  width: auto;
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 12px;
  color: #666;
  margin: 3px 0 0 -3px;
}

.picker {
  display: inline-block;
  width: 50%;
}

.picker .fields {
  padding: 0px;
  float: none;
  width: 100%;
}

.picker .legend {
  display: none;
}

.modernEraser, .createInterfaceBox {
  margin-left: -15px;
  vertical-align: text-top;
}

.gridHeader {
  margin: 0 10px 0 20px;
  display: inline-block;
}

.variablesGrid {
  margin: 10px 20px;
}

.errorSection {
  padding: 8px;
  display: none;
  margin: 0 20px 10px;
}

.errorSection ul {
  padding: inherit;
  margin: inherit;
  margin-bottom: 0px;
}

.errorSection ul li {
  list-style-type: disc;
}

/**
 * AN-69433: Safari has margins around selects.
 * Selects should have 0 margin so that the date selector is rendered correctly.
 */ 
#asiFormDateTime_month_year_select select {
  margin: 0px;
}
