table.form.filters {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

div.documentInput {
}

div.documentInput > div {
	padding: 2px 10px 2px 10px;
}

div.documentInput table {
	width: 100%;
	border-spacing: 0px 2px;
}

div.documentInput > p.loading {
	font-size: 12px;
	text-align: center;
}

div.documentInput .title {
	font-weight: bold;
}

div.documentInput .type {
}

div.documentInput .size {
	font-style: italic;
}

div.documentInput td.icons {
	padding-left: 20px;
	font-size: 12pt;
	text-align: right;
}

div.documentInput td {
	padding: 2px 10px 2px 10px;
}

div.documentInput .documentTemplate {
	border-top: 2px solid white;
	text-align: center;
}

div.documentInput .documentTemplate a {
	color: black
}

/** Organization autocomplete */
li.organizationInputAC .address {
	color: #808080;
}

.ui-autocomplete {
	max-height: 250px;
	max-width: 600px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/**
 * Button containers
 */
.buttons {
	text-align: center;
	margin-top: 10px;
}

/**
 * Tool box
 */
.narrowed {
	margin-right: 210px;
}

.tools {
	float: right;
	width: 200px;
}

div.sidePanel {
    position: relative;
    padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 30px;
}

div.sidePanel:before {
    content: '';
    position: absolute;
    bottom: 0; 
    right: 0;
    border-bottom: 20px solid white;
    border-left: 20px solid red;
    width: 0;
}

div.sidePanel > h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	color: white;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
}

div.sidePanel > h2 a {
	color: white;
	text-decoration: none;
}

div.sidePanel > div.text {
	font-size: 9pt;
	color: white;
	padding-bottom: 3px;
}

div.sidePanel > div.separator {
	height: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #F6D3B9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.sidePanel .quote {
	border-left-color: white;
}

div.sidePanel input[type="submit"] {
	padding-right: 0px;
	width: 100%;
	margin-top: 7px;
}

div.sidePanel ul {
	list-style: square;
	color: white;
	padding-left: 0px;
	list-style-position: inside;
}

div.sidePanel a {
	color: white;
}

div.sidePanel button {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 4px;
}

div.sidePanel a.purpleButton {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 4px;
}

div.sidePanel .highlight {
	padding: 5px;
	margin: 5px -7px;
}

/* Blue side panel */
div.sidePanel.blue {
	background-color: #00a6c6;
}

div.sidePanel.blue:before {
	border-left-color: #00a6c6;
}

div.sidePanel.blue input {
	background-color: #61c1d6;
	color: white;
}

div.sidePanel.blue .highlight {
	background-color: #61c1d6;
}

/* Purple side panel */
div.sidePanel.purple {
	background-color: #7500ce;
}

div.sidePanel.purple:before {
	border-left-color: #7500ce;
}

div.sidePanel.purple input {
	background-color: #61c1d6;
	color: white;
}

div.sidePanel.purple .highlight {
	background-color: #61c1d6;
}

/* Organization input */
.organizationInput {
	padding: 2px 10px 2px 10px;
}

.organizationInput .organizationBlock {
	margin-top: 5px;
}

.organizationInput .readonlyNumber { 
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
}

/**
 * Triggering select input styles
 */
.triggeringSelectInput select {
	width: 100%;
}

/**
 * TagListInput styles
 */
ul.tagList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tagList li {
	border: 1px solid #e6e6e6;
	background-color: #f2f2f2;
	padding: 5px;
	display: inline-block;
}

ul.tagList a.icon {
}

/**
 * QTip tables
 */
.qtip table {
}

.qtip td.label {
	white-space: nowrap;
	font-weight: bold;
}

.qtip td.value {
}