/* all nodes forms */

#node-form select {
	max-width: 600px;
}

/* matrix */

table.matrix td input {
	font-size: 11px;
}

table.matrix td {
	vertical-align: middle;
	background: white;
}

table.matrix tr {
	border: none;
}

/* education */

.form-edus th {font-weight: normal;}

.edu-org   {width: 235px !important;}
.edu-level {width: 80px !important;}
.edu-spec  {width: 160px !important;}
.edu-year  {width: 70px !important;}

/* patents */

.form-patents th {font-weight: normal;}

.pat-n      {width: 60px !important;}
.pat-name   {width: 210px !important;}
.pat-author {width: 130px !important;}
.pat-date   {width: 80px !important;}
.pat-pr     {width: 80px !important;}

/* grants */

.form-grants th {font-weight: normal;}

.gr-o  {width: 190px !important;}
.gr-pr {width: 240px !important;}
.gr-n  {width: 70px !important;}
.gr-dt {width: 65px !important;}

/* docs */

.form-docs th {font-weight: normal;}

.docs-t  {width: 350px !important;}
.docs-u {width: 230px !important;}

#field-dep-docs-files-items .widget-preview .filesize,
#field-dep-docs-files-items .widget-preview .filemime,
#field-dep-docs-files-items .widget-preview .filefield-icon,
#field-dep-docs-files-items label {
	display: none !important;
}
#field-dep-docs-files-items .filefield-file {
	font-size: 12px;
}
#field-dep-docs-files-items .filefield-element {
	margin-top:0;
}
#field-dep-docs-files-items .widget-preview {
	width: 150px;
	margin-right: 10px;
	overflow: hidden;
	border: none;
}

#field-dep-docs-files-items .widget-edit .form-item {
	margin-bottom: 0;
}
#field-dep-docs-files-items .widget-edit .form-submit {
}

/* multiple table */

.content-multiple-table {
	margin-bottom: 0.5em;
}

.content-multiple-table td {
	background: white;
}

.content-multiple-table tr {
	border: none;
}

.content-add-more {
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

/* person form */

#edit-field-person-hide-link-value-wrapper {
	margin-top: 0.2em;
}

#edit-field-person-is-staff1-value-wrapper, #edit-field-person-is-staff2-value-wrapper, #edit-field-person-is-staff3-value-wrapper,
#edit-field-person-is-staff4-value-wrapper, #edit-field-person-is-staff5-value-wrapper, #edit-field-person-is-staff6-value-wrapper,
#edit-field-person-is-staff7-value-wrapper, #edit-field-person-is-staff8-value-wrapper, #edit-field-person-is-staff9-value-wrapper,
#edit-field-person-is-staff10-value-wrapper, #edit-field-person-is-staff11-value-wrapper, #edit-field-person-is-staff12-value-wrapper,
#edit-field-person-dis1-year-0-value-wrapper, #edit-field-person-dis2-year-0-value-wrapper, #edit-field-person-dis3-year-0-value-wrapper {
	margin-bottom: 3em;
}

.content-multiple-table .form-textarea {
	width: 548px !important;
}

/* department taxonomy */

.dep-taxonomy-wrapper > fieldset {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}

.dep-taxonomy-wrapper .form-item {
	margin-top: 0 !important;
	padding: 0 !important;
}

.dep-taxonomy-wrapper .form-item#edit-taxonomy-tags-4-wrapper {
	margin-top: 0.8em !important;
}

.dep-taxonomy-wrapper > fieldset > legend {
	display: none;
}

/* department selects */
#edit-field-dep-provost-nid-nid {
	width: 400px;
}
