.form-title {
	display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-values {
	width: 73%;
	display: inline-block;
}
.contract-form {
    background: #eee;
}

.keyword-title,
.keyword-value,
#keyword-submit {
	display: inline-block;	
	margin-right: 20px;
}

form.contract_research {
	background: #eee;
	padding: 20px;
}

div#form-or {
	text-align: center;
}

div#content {
    padding-top: 0px;
}

.board_checkbox_label,
.associated_checkbox_label {
	display: inline-block;	
	width: 85%;
	margin-bottom: 5px;
	padding-top: 2px;
}

.board_checkbox,
.associated-checkbox {
	display: inline-block;	
	width: 48%;
	vertical-align: top;
}

.board_checkbox input,
.associated-checkbox input
{
	vertical-align: top;
}

input.checkall {
	vertical-align: top;
	margin-right: 6px;
}

.form-row {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;	
}

.form-values {
    margin-top: 22px;
}

.form-row h3 {
	margin-top: 0px;	
	font-size: 21px;
}

.year_checkbox {
	display: inline-block;
	width: 22%;
	padding-left: 15px;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.validation-message {
	color: red;
	margin-bottom: 10px;
	margin-left: 26%;
}

.board_id {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 17px;
	width: 95%;
}

.clause_content {
	margin-bottom: 22px;
}

.keyword-results {
	background: #eee;
	padding: 10px;
}

.clause-wrapper {
	overflow:hidden; 
	height:100px;
	min-height:100px;
	margin-bottom: 20px; 
}

.clause-wrapper {
	cursor: pointer;	
}

div.container-open { 
	overflow:auto; 
	height:auto;
} 

.link-button {
	display: inline-block;	
	margin-right: 10px;
	margin-bottom: 20px;
}

#contract_board_form #submit {
	display: inline-block;	
}

div#board_checkbox_90 {
    font-style: italic;
    font-weight: 600;
}

.link-button a,
#category-clear a  {
	border: 2px solid #5a2a82;
	background: #5a2a82;
    color: #fff;
	padding: 6px;
    border-radius: 7px;
}

.link-button a:hover,
#category-clear a:hover {
	background-color: #5A4099;
	color: white;
}

#category-clear a {
	padding: 0px 4px;
	line-height: 22px;
}

div#category-value select {
	width: 41%;
}

select#category,
#category-clear {
	display: inline-block;
}

div#sort-columns {
	display: inline-block;
	float: right;
	font-style:italic;
}

div#report_params {
	display: inline-block;
	float: right;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 20px;
}

div.param-list {
	margin: 10px 0px;
	font-weight: 700;
	font-size: 1.2em;
}

.highlight-text {
	background-color: #FFFF00;	
}

.print-all {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: inherit;
    margin-top: 10px;
    height: 7px;
    color: black;
}

input#submit.print-button {
	background-color: transparent;
	border: none;
	color: transparent;
	background: url(../images/printButton.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

input#submit.print-button:hover {
	box-shadow: #3b3b3b 1px 1px 2px;
}

.print-clause {
	display: inline-block;
	float: right;
	margin-top: -35px;
	margin-right: 5px;
}

div#salary-wrapper {
	margin-top: 25px;
}

thead.salary-header th {
	background: #5A4099;
	color: #fff;
	padding: 0px 5px;
}

.center-align {
	text-align: center !important;	
}

.right-align {
	text-align: right !important;	
}

td.money {
	width: 50px;
}

.salary-table {
    width: 100%;
}

div#contract_page_title {
	text-align: left;
	font-size: 1.5em;
	font-weight: 700;
}

#problems-suggestions {
	float: right;
	margin: 12px;
}

#associated-title {
	padding-left: 15px;	
}

table.dataTable thead th{
	background-color: #5A4099 !important;
	background-image: none !important;
	border: 1px #fff;
}

th.board-header {
	width: 200px !important;
}

th.range-header {
	width: 20px !important;
}

div#salary-results-table_filter {
	margin-bottom: 20px;
}

.dataTables_wrapper {
	margin-top: -20px;
}

div#contract_page_title {
	display: inline-block;
}

div#user-message {
	font-weight: 700;
}

p.reduced-height {
    margin: 4px;
}
select#category {
    width: 100%;
}
#contract_board_form > input#submit {
	background: #5a2a82;
    color: #fff;
	padding: 6px;
    border-radius: 7px;
}

.cat-title {
    margin-top: 20px;
}

@media screen and (max-width: 580px){
	#problems-suggestions {
	   float: left;
	}
	.form-values {
		width: 100%;
		display: inline-block;
	}
	div#user-message {
		width: 100%;
		
	}
}

@media screen and (max-width: 680px){
	.year_checkbox {
		width: 100%;	
	}
	
	.form-values {
		margin-top: 0px;
	}
	
	div#category-value select {
		width: 70%;
	}
}