.form-item input[type="radio"] {
  margin-right: 3px;
}

.form-item input[type="text"],
.form-item textarea,
.form-item select {
  margin: 5px 0px !important;
  font: 13px/16px Arial,Helvetica,Tahoma,sans-serif;
}

.form-checkboxes {
  margin-left: 5px;
}

.form-checkboxes .form-item {  
  width: 22%;         
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; zoom: 1; *display: inline;
  margin: 0px;
}

.spacer-vertical {
  height: 1em;
}

.spacer-vertical-2 {
  height: 2em;
}

.form-button {
  margin-top: 20px;
}

.spacer-footer {
  height: 2em;
}

.question {
  margin-top: 2em;
}

.question2 {
  margin-top: 1em;
}

.question-bold {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 5px;
}

span.question-bold {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 5px;
  line-height: 30px;
}

.red {
  color: #C00000;
}

.link {
  color: rgb(153, 0, 0);
  cursor: pointer; 
  cursor: hand;
}

.subtitle {
	margin-top: -10px;
}

.description {
	margin-bottom: 5px;
	color: #707070;
}

div.inline label {
	display: inline-block; zoom: 1; *display: inline;
  min-width: 195px;
}

div.inlb label {
	display: inline-block; zoom: 1; *display: inline;
	width: 100px;
}

span.inline {
  display: inline-block; zoom: 1; *display: inline;
}

#zone-content #incident-report-form h1#page-title,

#zone-content #cset-download-form h1#page-title,

#zone-content #icsjwg-form h1#page-title,

#zone-content #document-feedback-form h1#page-title {
  font-size: 150%;
  color: rgb(51, 51, 51) !important;
}

div.summary table {
  width: 100%;
}

div.summary table td {
  margin: 0px;
  border: medium none;
  text-align: left;
  padding: 0px 5px 10px 5px;
}

div.summary {
  margin-top: 15px;
  border: 1px dashed #000 !important;
  padding: 10px !important;
  line-height: 1.3em;
  background-color: #F5F5F5 !important;
  overflow: auto;
}

/*
div.summary h2 {
  font-size: 13px;
}
*/

td.report_title p {
	text-align: center;
	font-weight: bold;
}

#package_header {
	margin: 0;
	padding: 0;
	text-align: left !important;
}

#package-header-message {	
/*	width: 940px;*/
	padding-bottom: 5px;
  margin-top: 10px;
}

#package-header-omb-wrapper {	
	/*width: 940px;
	text-align: right;	
    */
    /* display: inline;
    float: right; */
	font-weight: bold;
	margin: 0 0 10px 0;
  display: block;
  text-align: right;
}

.header {
	border: 0px;
	width: 100%;
	background-image:url('https://www.us-cert.gov/images/logo_c.jpg');
}

#package_description {
	margin: 5px 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}

ul.summary {
  margin: 20px 0px 0px 15px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

h1.formtitle {
  color: #B01D11;

  margin: 5px 0;

  padding: 0;

}

.form-title {
	float: left;
	display: block;
}

.fleft {
  float:left;
  margin-right: 20px;
}

.form-title {
	float: left;
	display: block;
}

.form-type-radios div,
.form-radios div {
    /*
  margin-right: 50px !important;
  display: inline-table;
  */
  zoom: 1; 
  /*display: inline;*/
}

#document-feedback-form .form-item div.form-type-radio {
  /*display: inline-table;*/
  zoom: 1; 
  *display: inline;
  margin-bottom: 0px;
}

.question div.form-item, .fleft div.form-item{
  margin: 0px;
}

.question input[type=submit] {
  margin: 5px;
}

.form-button input[type=submit] {
  margin: 0px 5px;
}

.omb-number {
	text-align: right;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#pra-notice {
	margin: 50px auto 50px auto;
	clear: both;
	padding: 10px 10px 10px 50px;
	font-size: 12px;
	border: 1px solid #00529B;
	color: #333333;
	background: #BDE5F8 url('../img/info-icon.png') 10px 10px no-repeat;
}

#pra-notice  h3{
  font-size: 100%;
  padding: 0;
  margin: 0;
}

#pra-notice  p {
  margin: 0 !important;
  padding: 0 !important;
}

div.border {
  margin-top: 15px;
	padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #d5d7da !important;
}

.cset-info {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.mtop15 {
  margin-top:15px !important;
}

div.center {
  text-align: center;
}

div.center input{
  margin: 5px;
}

div.middle {
  margin-left: auto;
  margin-right: auto;
}

input.reverse {
  float: right;
}

span.required {
  color: #C00000;
}

.light {
  color: #707070;
}

h3.subform {
  font-size: 16px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(213, 215, 218);
  padding: 0px 5px;
  display: block;
  line-height: 32px;
}

h2.formdescription {
  font-weight: normal;
  line-height: 1.3em;
}

fieldset.section {
  -webkit-margin-collapse: separate;
  margin-top: 25px;
}

fieldset.section  legend{
  width: 100%;
}

fieldset.section > div:first-of-type

{

  -webkit-margin-top-collapse: separate;

}

.left-div {
  float: left;
  width: 200px;  
}

.left-div2 {
  float: left;
  margin-right: 12px;  
}

.left-div3 {
  float: left;
  margin-right: 40px;  
}

.clear-div {
  clear: both;
}

.question-subtext {
  color: #666666;
  font-weight: normal;
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.fleft .option {
  display: block!important;
}

.section-header-container {
  border: 1px solid #000;  
  background-color: #f5f5f5;  
  width: 940px;
  padding: 5px;  
}

.summary-container {
  border: 1px dashed #000;  
  background-color: #f5f5f5;  
  width: 940px;
  overflow: auto;
}

.summary-content {
  margin: 1em;
}

.centered {    
  clear: both;
  text-align: center;
  margin: 1em;
  padding: 5px 0px;
}

.left-column {
  float: left;
  width: 58%;  
  font-weight: bold;
  padding-bottom: 10px;
}

.right-column {
  margin-left: 5px;
  float: left;
  width: 40%;  
  padding-bottom: 10px;
}

.column-container {
  clear: both;
  margin: 1em;
}

.column-container td.answer {
  min-width: 100px;
}

.row-container {
  clear: both;
  overflow: hidden;
}

.form-type-radio label.option {
  display: inline-block; zoom: 1; *display: inline;
  vertical-align:middle;
}

.form-type-radios  .form-type-radio label.option {
  margin-left: 0px;
}

ul.nobullet {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.nobullet li {
  margin-left: 20px;
}

.container-inline-date .date-padding {
  padding: 10px 10px 10px 0px;
}

div.date-padding div.form-item {
  margin-right: 10px;
}

input.hidden {
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

span.leaveblank {
  margin-left: 15px;
}

.left-indent {
  margin-left: 15px;
}

input[disabled] {
  border: 1px solid lightgray;
  padding: 2px 2px;
  background-color: rgb(240, 240, 240);
}

div.error, .error {
  color: rgb(51, 51, 51);
}

div.error li {
  margin-left: 10px;
}

div.alert li:empty {
  display: none;
}

.div_following_label{
  margin-top: 1em;
}

#collapsible-div.collapsed {
	display: none;
}

.inline-internal-divs div {
    display: inline;
    float: left;
}

#are-you-a-other {
    padding-right: 10px;
}

.form-radios div.form-type-radio {
    display: inline;
    padding-right: 10px;
}

div.right {
    text-align: right;
}

.collapsed {
	display: none;
}

.ui-icon.white {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}



/* Redesign Feedback Form styling */

/* .website-feedback-form-container .formtitle {
  display: none;
} */

.website-feedback-form-container .c-form-item--radio .c-form-item__radio:checked {
  background-color: #333;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #333;
}

/* .irf-form-container input[type="checkbox"]:checked,
.irf-form-container input[type="radio"]:checked {
    background-color: #006699;
    box-shadow: 0 0 0 1px #006699;
    /* margin: 5px 8px; * /
} */

.website-feedback-form-container .form-button {
  text-align: right;
}
.website-feedback-form-container .form-button input {
  padding: .5rem calc(0.75rem + 0px) .5rem .75rem;
  cursor: pointer;
}

.website-feedback-form-container .col-xs-4 {
  width: 33.3333333333%;
}

.website-feedback-form-container .form-summary-actions {
  display: flex;
  padding-bottom: 3rem;
}
.website-feedback-form-container .form-summary-actions input {
  padding: .5rem calc(0.75rem + 0px) .5rem .75rem;
  cursor: pointer;
}
