/* ----------------------- */
/* Styling Specific to MDM */
/* ----------------------- */
.purple_note {
  background-color: #630fa4;
  margin: 0.25em;
  padding: 0.25em;
  color: #fefefe;  
}

.bold_heading  {
  font-weight: 800;
  display: block;
  font-size: 1.75em;
  margin: 0 0 0.25em 0;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

p.slim {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.item_removal_container {
  border-bottom: 1px solid white;
  margin: 2em 0.5em;
  overflow: hidden;
}

	.item_removal_container:last-of-type {
	border-bottom: 0px solid white;
	margin: 2em 0.5em 0 0.5em;
	}
	
	.item_removal_container:first-of-type {
	margin: 0 0.5em 2em 0.5em;
	}


.item_removal_container .image.left{
  top: 0;
}

.ron {
  z-index: 1000;
  display: unset !important;
}

table.current_contacts_table {
    font-size: 0.85em;
}

.affiliation {
    display: none;
}

    .affiliation.active {
        display: block;
    }


/* Contact Information */
.collect_contactinfo {
    display: none;
}

    .collect_contactinfo.active {
        display: block;
    }  

/* Incident Report Information */
.collect_carinfo {
    display: none;
}

    .collect_carinfo.active {
        display: block;
    }
    
    
.vehicle_block {
  display: none;
}

  .vehicle_block.active {
    display:block;
  }


.reports_table {
    display: none;
}
    .reports_table.active {
        display: block;
    }