/* CSS Document */
.initHide {
  display: none;
}

/* Compact the form layout */
label {
    display: inline;
    font-weight: bold;
}

label.radioCheck {
    display: inline;
    font-weight: normal;
}

fieldset.checkboxes div.field label {
  font-weight:normal;
}

/* from events.css */
span.mandatory {
    color: #dc2d27;
    font-weight: 800;
}

select, textarea {
  padding: 3px 3px 3px 8px;
  border: 1px solid #CCCCCC;
  color: #000000;
  padding: 2px;
}

/*Overriding the 2016-styles.css added in the template */
.valid{color:#000000}

/**Hide the breadcrumb**/
.breadcrumbs{
  display: none;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 45%;
}
.span_2_of_3 {
	width: 92%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

#additional_information{
	padding-top: 20px;
}

#div_preferred_method{
	padding-top: 20px;
}

#your_idea_id {
  resize: none;
}
.new_section{
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 2px solid #f11d00;
}

.amendmentDetails {
    font-style: italic;
    font-size: 14px;
    padding-left: 13px;
    display: inline-block;
    margin-bottom: 10px;
    border-left: 4px solid #d9d5d1;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6664;
}

/** Form fields layout **/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 45%;
}
.span_2_of_3 {
	width: 92%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

#additional_information{
	padding-top: 20px;
}

#div_preferred_method{
	padding-top: 20px;
}

#your_idea_id {
  resize: none;
}
#new_section{
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 2px solid #f11d00;
}

select{
	padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 9px;
  padding-right: 25px;
}

.amendmentDetails {
    font-style: italic;
    font-size: 14px;
    padding-left: 13px;
    display: inline-block;
    margin-bottom: 10px;
    border-left: 4px solid #d9d5d1;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6664;
}

fieldset.checkboxes div.field label.error {
  font-weight: bold
}

input:-moz-read-only { /* For Firefox */
	background-color:#FFF;
	border:1px solid #808080;
	color : #000 !important;
  }
  
  input:read-only {
	background-color:#FFF;
	border:1px solid #808080;
	color : #000 !important;
  }

  ul.bullets-large {
	  padding-left:15px;
  }

  .bullets-large li:before {
	  padding-top:0;
  }

  /* Declaration checkboxes */
  .declarations {
    margin-bottom: 15px;
  }
  
  .declarations input {
    float: left;
  }
  .declarations label {
    font-weight:normal;
    display: block;
    margin-left: 25px;
  }

  .declarations label.error {
    font-weight: bold;
  }