/* COMMON */

#reportpro
{
	padding: 0 0 42px 0;
}

#reportpro form
{
	display: inline;
}

/* field box */
#reportpro .is-fieldset
{
	width: 50%;
}

#reportpro .is-fieldset.is-block-list
{
	width: 100%;
}

/* tab bar */
/*#reportpro .is-main .is-tab*/
/*{*/
/*	width: 33%;*/
/*}*/

/* make caption editable */
#reportpro .is-caption-editable:hover:after
{
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('./image/reportpro-grid.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	margin: 0 0 0 7px;
}

/* list entry */
#reportpro .is-list-entry
{
	width: 100%;
	margin: 0 0 20px 0;
	min-height: 36px;
	float: none;
}

#reportpro .is-list-entry p
{
	padding: 9px 0 0 45px;
}

#reportpro .is-list-entry:before
{
	margin: 0 9px 0 0;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url('./image/reportpro-grid.png');
	background-repeat: no-repeat;
	background-position: 50px 50px;
	float: left;
}

#reportpro.is-auditlist .is-list-entry:before
{
	background-position: 0 -50px;
}

#reportpro.is-verdictgrouplist .is-list-entry:before
{
	background-position: -50px -50px;
}

#reportpro.is-verdictlist .is-list-entry:before
{
	background-position: -100px -50px;
}

#reportpro.is-blockgrouplist .is-list-entry:before
{
	background-position: -150px -50px;
}

#reportpro.is-blocklist .is-list-entry:before
{
	background-position: -200px -50px;
}

#reportpro #the-audit-report-toggle,
#reportpro #the-audit-invoice-toggle,
#reportpro #the-audit-lawyer-letter-toggle,
#reportpro #the-audit-insurance-letter-toggle,
#reportpro #the-audit-other-toggle,
#reportpro #the-basis-survey-toggle,
#reportpro #the-basis-invoice-toggle
{
	display: none;
}

#reportpro input.is-flex-small
{
	width: 50px;
	text-align: right;
}

#reportpro input.is-flex-medium
{
	width: 100px;
	/*text-align: right;*/
}

#reportpro input.is-flex-large
{
	width: 150px;
	/*text-align: right;*/
}

#reportpro input.is-flex-text
{

	/*text-align: right;*/
}

/* huge button */
#reportpro .is-huge-button
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 6px;
	position: relative;
	border: solid 1px silver;
	background: white;
}

#reportpro .is-huge-button:before
{
	width: 50px;
	height: 50px;
	background-image: url('./image/reportpro-grid.png');
	background-repeat: no-repeat;
	display: block;
	margin: 30px 49px;
	content: '';
	background-position: 50px 50px;
}

#reportpro .is-huge-button p
{
	font-size: 14px;
	line-height: 1.2em;
	width: 148px;
	max-height: 48px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 2px 9px 0 9px;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: silver;
}

#reportpro .is-huge-button.is-lightblue,
#reportpro .is-huge-button.is-lightblue.is-selected,
#reportpro .is-huge-button.is-green.is-selected
{
	border: solid 1px #005681;
}

#reportpro .is-huge-button.is-lightblue p,
#reportpro .is-huge-button.is-green.is-selected p
{
	color: #005681;
}

#reportpro .is-huge-button.is-blue
{
	border: solid 1px #005681;
	background: #005681;
}

#reportpro .is-huge-button.is-blue p
{
	color: white;
}

#reportpro .is-huge-button.is-green
{
	border: solid 1px #18a15f;
}

#reportpro .is-huge-button.is-green p
{
	color: #18a15f;
	font-family: my-new-regular-italic-font, sans-serif;
}

#reportpro .is-huge-button.is-grey
{
	border: solid 1px silver;
}

#reportpro .is-huge-button.is-grey p
{
	color: silver;
}

/* detail */
#reportpro .is-huge-button.is-detail.is-lightblue:before
{
	background-position: -50px 0px;
}

/* pdf */
#reportpro .is-huge-button.is-pdf.is-lightblue:before
{
	height: 88px;
	background-position: -450px 0px;
}

#reportpro .is-block-list input[type=checkbox] + label
{
	color: grey;
}

#reportpro .is-block-list input[type=checkbox]:checked + label
{
	color: black;
}

/* table ***********************************************************************/
#reportpro .is-value-table.is-edit
{
	width: 75%;
}

#reportpro .is-value-table .is-left
{
	text-align: left;
}

#reportpro .is-value-table th
{
	font-family: my-new-bold-font, sans-serif;
	text-align: right;
	border: 2px solid white;
	padding: 9px 10px 10px 10px;
	background: #e9e9e9;
}

#reportpro .is-value-table.is-edit th
{
	padding: 9px 15px 10px 15px;
}

#reportpro .is-value-table th:nth-child(1)
{
	text-align: left;
}

#reportpro .is-value-table td
{
	border: 2px solid white;
	padding: 9px 10px 10px 10px;
	background: #f4f4f4;
	text-align: right;
}

#reportpro .is-value-table.is-edit td
{
	padding: 9px 15px 10px 15px;
}

#reportpro .is-value-table td.is-edit
{
	padding: 0 5px 2px 5px;
}

#reportpro .is-value-table td:nth-child(1)
{
	text-align: left;
}

#reportpro .is-value-table tr:nth-child(odd) td
{
	background: #e9e9e9;
}

#reportpro .is-value-table tr td.is-blank
{
	background: white;
	padding-left: 0px;
}

#reportpro .is-value-table.is-edit tr td.is-blank
{
	padding-left: 15px;
}

#reportpro .is-value-table tr td.is-net
{
	padding-top: 30px;
	padding-bottom: 0px;
}

#reportpro .is-value-table tr td.is-vat
{
	padding-top: 0px;
	padding-bottom: 4px;
}

#reportpro .is-value-table tr td.is-total
{
	padding: 0;
}

#reportpro .is-value-table.is-edit tr td.is-total
{
	padding: 0 5px 0 15px;
}

#reportpro .is-value-table .is-dashed
{
	border-top: solid black 1px;
	border-bottom: double black 3px;
	padding: 9px 10px 8px 10px;
}

#reportpro .is-value-table .is-dashed-above
{
	border-top: solid black 1px;
	padding: 9px 10px 8px 10px;
}

#reportpro .is-value-table .is-dashed-below
{
	border-bottom: solid black 1px;
	padding: 9px 10px 8px 10px;
}

#reportpro .is-value-table .is-dashed-none
{
	padding: 9px 10px 8px 10px;
}

#reportpro .is-value-table .is-sum
{
	font-family: my-new-bold-font, sans-serif;
}

/*******************************************************************************/
#reportpro .is-vat-input
{
	width: 60px;
}
