/*
Special hacked-together CCS for Request Forms
*/

.add_item_img {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  cursor: pointer;
}

.add_item_text {
  vertical-align: middle;
  margin-left: 6px;
}

.add_item_cell {
  width: 100%;
  height: 2.2em;
  margin-top: 6px;
}
.group_add_item_cell {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}

.info_img {
  width: 0.85em;
  height: 0.85em;
  margin-left: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

.remove_item_img {
  width: 2em;
  height: 2em;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}

.item_cell {
  width: 100%;
  height: 2.2em;
  margin-bottom: 4px;
}

.group_item_cell {
  width: 100%;
  margin-bottom: 4px;
}

.alert_text {
  color: red;
  max-width: 600px;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: 400;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
}

.button:hover {
  background: #ddd;
}

.classification_table, th, td {
  border-collapse: collapse;
  border: 1px solid #888888;
}

.classification_table th {
  font-weight: bold;
  padding: 4px;
  font-size: 0.8em;
}

.classification_table td {
  padding: 4px;
  font-size: 0.8em;
}

.type_of_data {
  text-align: center;
  vertical-align: middle;
}

.description {
  text-align: left;
  vertical-align: middle;
}

.class_criteria {
  text-align: left;
  vertical-align: top;
}

.classification_table col:nth-child(1){width:20%;}
.classification_table col:nth-child(2){width:20%;}
.classification_table col:nth-child(3){width:60%;}

.complete {
	color: #6ABB49;
}

.dataset_update_fields {
  display: none;
}

.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red;
	margin-left: 10px;
}

#form_wrapper {
	background-color: #f2f2f2;
	padding: 5px 20px 20px 20px;
	margin: 20px 20px 10px 0px;
	min-width: 215px;
	border-left: 4px solid #F47D20;
	font-weight: 300;
}

.form_section_label {
	font-size: 1.2em;
	font-weight: 600;
	margin: 20px 0 20px 0;
}

.form_section_description {
  line-height: 1.2em;
}

.guide_text {
	color: #888888;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: 400;
}

.guide_text a {
	color: #888888;
  max-width: 600px;
  line-height: 1.6em;
  font-weight: 400;
}

.fixed_width {
  max-width: 440px;
  display: inline-block;
}

#highlighted_link {
  color: #107FB1;
  cursor: pointer;
}

h4 {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.2em;
}

input, select, textarea {
	padding: 6px 10px 6px 10px;
	margin: 4px 0 6px 0;
	font-size: 0.875em;
	line-height: 1.4em;
	background-color: #f2f2f2;
	color: #333;
	border: 1px solid #444;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.58);
	-moz-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.58);
	box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.58);
}

input:hover, select:hover, textarea:hover {
  opacity: 0.8;
  transition: 0.75s;
  cursor: pointer;
}

.field_label {
  display: inline-block;
  margin-top: 2px;
}

.dataset_label {
  font-weight: bold;
}

.non_cusp {
	display: none;
	margin-left: 10px;
}

.non_cusp_show {
}

.not_you {
	font-size: 0.8em;
}

.other {
	display: none;
	margin-left: 10px;
}		

.other_show {
}

.form_description p {
  font-size: 1em !important;
  line-height: 1.6em !important;
}

#parent_project_input {
  display: none;
}

.radio_button {
  margin: 10px 0 12px 0;
  font-size: 0.875em;
}

.required {
	color: #DD5555;
  max-width: 600px;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0 0 0 0;
}

#reset {
  margin-top: 5px;
  margin-left: 33%;
  width: 33%;
}

#signature {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #000;
  margin-top: 10px;
}

.signature_wrapper {
  width: 50%;
}

.strong {
  font-weight: bold;
}

.form_title {
  margin: 25px 0 0px 0;
  font-size: 2em;
  font-weight: 600;
  /*display: inline-block;*/
}

.terms_text {
  /*max-width: 675px;*/
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}

.terms_text ul {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0;
  padding-start: 40px;
}

.terms_text li {
  margin-top: 4px;
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.form_submit {
  display: block;
  padding: 6px 5px 5px 5px;
  border: 1px solid #222;
  width: 60px;
  margin: 12px 0px 0 0;
  font-size: 0.9em;
  text-align: center;
	background-color: #f2f2f2;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form_submit:hover {
  transition: 0.75s;
  background-color: #fff;
}

#userinfo a {
	font-size: 0.8em;
}


/* WILL NEED TO GIVE THESE A SPECIAL CLASS*/
/*
#wrapper {
  padding: 0 10% 60px 10%;
  background-color: #f2f2f2;
}

#super_wrapper {
  float: left;
  background-color: #fff;
  padding: 4px 4px 4px 4px;
  border-left: 4px solid #F47D20;
  width: 100%;
}


hr {
  border-width: 1px;
  border-color: black;
}

.terms_text ul {
display: block;
list-style-type: disc;
list-style-position: inside;
margin-before: 1em;
margin-after: 1em;
margin-start: 0;
margin-end: 0;
padding-start: 40px;
}

.terms_text li {
  margin-top: 4px;
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
*/

/* Adjust signature box for mobile */
@media only screen and (max-width: 500px) {
  .signature_wrapper {
    width: 100%;
  }
}
