div.pm-dashboard-left-nav {
	float: left;
}

div.pm-dashboard-left-nav ul {
	list-style: none;
	margin-bottom: 10px;
}

div#pm-dashboard div.pm-dashboard-left-nav {
	float: left;
	width: 200px;
}

div#pm-dashboard div.pm-dashboard-body {
	float: left;
	min-width: 600px;
}

div.pm-controls {
	margin-bottom: 10px;
}

div#committee-members,
div#committee-members-report,
div#committee-member-form,
div#committee-details,
div#committee-member-awards,
div#committee-form,
div#committee-index,
div#ballot-participation,
div.pm-dashboard-layout {
	margin-left: 200px;
}

div#committee-members-report div.j-box-body,
div#committee-members div.j-box-body,
div#committee-member-form div.j-box-body,
div#committee-details div.j-box-body,
div#committee-member-awards div.j-box-body,
div#committee-form div.j-box-body,
div#committee-index div.j-box-body,
div#ballot-participation  div.j-box-body,
div.pm-dashboard-layout div.j-box-body{
	padding: 15px 20px 0 20px;
}

div#committee-members div.j-box-body {
	padding-bottom: 150px;
}

div#committee-members-report div.j-box-body h3,
div#committee-members div.j-box-body h3,
div#committee-details div.j-box-body h3,
div#committee-form div.j-box-body h3,
div#committee-member-form div.j-box-body h3,
div#committee-index div.j-box-body h3,
div#committee-member-awards div.j-box-body h3,
div#ballot-participation div.j-box-body h3,
div.pm-dashboard-layout div.j-box-body h3{
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}

div#committee-members table.j-form,
div#committee-index table.j-form,
div#ballot-participation table.j-form,
div.pm-dashboard-layout table.j-form {
	width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

div#committee-members table thead th,
div#committee-index table thead th,
div#ballot-participation table thead th,
div.pm-dashboard-layout table thead th{
	font-weight:bold;
}

div#committee-members table thead tr th,
div#committee-members table tbody tr td,
div#committee-index table thead tr th,
div#committee-index table tbody tr td,
div#ballot-participation table#ballot-results thead tr th,
div#ballot-participation table#ballot-results tbody tr td,
div.pm-dashboard-layout table thead tr th,
div.pm-dashboard-layout table tbody tr td {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

div#committee-members table tbody tr td.no-results {
	border-bottom: none;
}

div#committee-members table tfoot tr td,
div#committee-index table tfoot tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#committee-details td, 
div#committee-form td,
div#committee-member-form td {
	padding: 6px 3px;
    vertical-align: middle;
}

div#committee-member-form td.jive-table-cell-label,
div#committee-details td.jive-table-cell-label,
div#committee-form td.jive-table-cell-label {
	width: 150px !important;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

div#committee-member-form td.jive-profile-edit-secondary,
div#committee-details td.jive-table-cell-label.secondary-field {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

div#committee-member-form input[type='text'],
div#committee-member-form textarea,
div#committee-form input[type='text'],
div#committee-form textarea {
	border-radius: 3px;
    border: 1px solid #bbb;
    padding: 6px 4px;
    width: 400px;
}

div#committee-form select,
div#committee-member-form select {
	width: 412px;
}

div#committee-matrix th {
	font-weight: bold;
}

div#committee-matrix {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
}

div#committee-matrix th,
div#committee-matrix td {
	padding: 6px 3px;
	border-bottom: 1px solid #e7e7e7;
}

div#committee-matrix td.unbalanced {
	color: red;
	font-weight: bold;
}

div#committee-matrix td.balanced {
	color: green;
	font-weight: bold;
}

div#member-actions {
	margin-top: 10px;
}

div#committee-member-form a.jive-chooser-browse {
	margin-left: 10px;
}

ul.committee-tree {
	list-style-type: none;
	margin-top: 10px;
}

ul.committee-tree.nested {
	margin-left: 40px;
	display: none;
}

ul.committee-tree li {
	padding-top:2px;
	padding-bottom: 2px;
}

span.tree-controls {
	display: inline-block;
	width: 10px;
	height: 10px;
}

span.tree-controls:hover {
	cursor: pointer;
	background-color: #ddd;
}

span.tree-controls.collapsed {
	background-image: url(/plugins/committee-admin/resources/images/expand-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

span.tree-controls.expanded {
	background-image: url(/plugins/committee-admin/resources/images/collapse-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

div#committee-members-report div.form-row,
div#member-data-survey-report div.form-row {
	margin-top: 10px;
}

div#committee-members-report p.selected-committee {
	margin-top: 10px;	
}

div#member-data-survey-report p.instructions,
div#committee-members-report p.instructions {
	margin-top: 10px;
	font-weight: bold;	
}

h4.filter-options {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

form.filter-form {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

form.filter-form div.form-row {
	overflow: auto;
	margin-bottom: 5px;
}

form.filter-form label {
	float: left;
	width: 125px;
	font-weight: bold;
	margin-right: 5px;
}

form.filter-form input[type='text'] {
	float: left;
	width: 450px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

div#committee-member-search p.instructions {
	font-weight: bold;
}

div#committee-member-search p.or-break {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#committee-member-search div.form-row {
	margin-top: 3px;
	margin-bottom: 3px;
}

div#committee-member-search div.form-row label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

div.select-all.form-row {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

ol#child-committees {
	list-style-position: inside;
}

div#committee-search {
	overflow: auto;
}

div#committee-search label {
	font-weight: bold;
	float: left;
	width: 100px;
	margin-top: 5px;
}

div#committee-search input[type='text'] {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 5px;
	width: 300px;
	float: left;
}

div#committee-actions {
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}

div#member-data-survey-report div#committee-search label {
	display: block;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
}

div#member-data-survey-report div.form-row input[type='text']{
	width: 90%;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 5px;
}

div#selected-committees {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
}

div.selected-committee {
	margin-top: 5px;
}

div.report-download {
	margin-top: 20px;
}

div.pm-dashboard-layout div#committee-matrix .member-count{
	display: none;
}

th.sort-field,
td.sort-field {
	font-weight: bold;
}

div#ballot-participation form.filter-form td.jive-table-cell-label,
div#committee-members form.filter-form td.jive-table-cell-label {
	font-weight: bold;
	vertical-align: middle;
}

div#ballot-participation form.filter-form td.filter-value,
div#committee-members form.filter-form td.filter-value {
	padding-left: 5px;
}

div#ballot-participation form.filter-form td.filter-value input[type='text'],
div#committee-members form.filter-form td.filter-value input[type='text'] {
	padding: 10px 5px;
}

div#ballot-participation form.filter-form td, 
div#committee-members form.filter-form td {
	border-bottom: none;
}

div#ballot-date-filter-options {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
}

div#ballot-date-filter-options p {
	margin-top: 10px;
}

div#ballot-date-filter-options div#date-filter-inputs {
	margin-top: 5px;
}

div#ballot-date-filter-options div#date-filter-inputs label {
	font-weight: bold;
}

div#ballot-date-filter-options div#date-filter-inputs input[type='text'] {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	width: 150px;
}

div#all-members-report p.instructions {
	margin-bottom: 10px;
}

div#all-members-report div#report-in-progress {
	margin-top: 10px;
}

.matrix-code-table th {
	font-weight: bold;
}

.matrix-code-table th, .matrix-code-table td {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

span.committee-balanced {
	font-weight: bold;
	color: green;
}

span.committee-unbalanced {
	font-weight: bold;
	color: red;
}

table#matrix-code-form th {
	font-weight: bold;
}

table#matrix-code-form select {
	width: 200px;
}

table#matrix-code-form input.matrix-code-min-max {
	width: 50px;
}

ol#member-committees {
	list-style-position: inside;
}

form#committeeMember input[type="text"]:read-only {
	color: #ccc;
}

div.generic-menu ul.generic-sub-menu li {
	margin-left:14px;
}

div#csa-nav-link-members-only-menu.j-menu ul,
div#csa-nav-link-get-involved-menu.j-menu ul,
div#csa-nav-link-standards-menu.j-menu ul,
div#csa-nav-link-community-menu.j-menu ul {
    margin: 6px 0;
    min-width: 275px;
}

div#csa-nav-link-members-only-menu.j-menu li>a,
div#csa-nav-link-get-involved-menu.j-menu li>a,
div#csa-nav-link-standards-menu.j-menu li>a,
div#csa-nav-link-community-menu.j-menu li>a {
	padding: 1px 20px;
}

ul.generic-sub-menu.collapsed {
	display:none;
}

ul.generic-sub-menu.expanded {
	display:block;
}

a span.csa-lnk {
	white-space: normal;	
}

a span.csa-lnk:hover {
	text-decoration: underline;
}

#committee-member-awards-form {
	min-height: 600px;
}

#committee-member-awards-form h4 {
	margin-bottom: 10px;
}

#committee-member-awards-form div.form-row {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

#committee-member-awards-form .award-name,
#committee-member-awards-form .award-date {
	float: left;
	width: 200px;
}

#committee-member-awards-form div.form-row label,
#committee-member-awards-form div.form-row input[type='text'],
#committee-member-awards-form div.form-row select {
	float: left;
	width: 200px;
}

#committee-member-awards-form div.form-row input {
	border-radius: 3px;
    border: 1px solid #bbb;
    padding: 6px 4px;
}

#committee-member-awards-form #member-picker {
	width: 400px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #888;
}