/*
    Document   : reports.css
    Created on : 11.02.2012, 22:28:46
    Author     : h.baeurle
    Description: formatting pdf output of reports
    Last Change: 04.04.2013, 08:51:42
    Last Action: added new classes for plant logbook report without tables (pl)
*/

#report {
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#report p {
    line-height: 1.4em;
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#report p.nobreak {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    page-break-inside: avoid;
}

#report div.pl, #report p.pl {
    font-size: 8pt;
    line-height: 1.4em;
}

#report div {
    font-size: 8pt;
}

#report div.plcolhead {
    margin-right: 5px;
    float: left;
    padding-bottom: 0.2em;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#report div.plcolrow {
    margin-right: 5px;
    float: left;
    line-height: 1.3em;
}

#report p.pmheadline {
    line-height: 1.8em;
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-bottom: 1em;
}

#report p.timerange {
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}

#report h2.subline {
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

#report p.clear, #report br.clear {
    clear: both;
    height: 12px;
}

#report p.clearborder {
    clear: both;
    height: 12px;
    margin-top: 10px;
    border-top: 1px solid #000;
}

#report p.small {
    font-size: 0.9em;
}

#report p.white {
    color: #fff;
    margin-bottom: 20px;
}

#report #mainhead {
    float: left;
    width: 60%;
    margin: 0;
}

#report #reportlogo {
    text-align: right;
    float: right;
    margin: 0;
    width: 30%;
}

#report #head_container {
    color: #000;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

#report #head_left {
    float: left;
    width: 40%;
    padding: 5px;
}

#report #head_right {
    float: left;
    width: 40%;
    padding: 5px;
}

#report table {
    font-size: 9pt;
    width: 100%;
    min-width: 100%;
    font-size: 9pt;
}

#report td {
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif !important;
    padding: 5px 0;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #000;
    font-size: 8pt;
}

#report td.bobo {
    font-weight: bold;
    border-bottom: 2px solid #000;
}

#report td.bodashed {
    border-bottom: 1px dashed #000;
}

#report td.left {
    text-align: left !important;
}

#report td.leftbo {
    font-weight: bold;
    text-align: left !important;
}

#report td.leftbobo {
    font-weight: bold;
    text-align: left !important;
    border-bottom: 2px solid #000;
}

#report td.nobo, #report td.leftnobo, #report td.rightnobo {
    border-bottom: 0px !important;
}

#report th {
    font-family: "Arial Unicode MS", Arialuni, Verdana, Arial, Helvetica, sans-serif !important;
    padding: 5px 0;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #000;
    font-size: 8pt;
}

#report th.left {
    text-align: left !important;
}

#report td.sum {
    border-top: 1px solid #000;
}

#report td.sumleft {
    text-align: left;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#report .notice {
	color: #808080;
	padding: 8px 0 0 0;
	font-size: 0.9em !important;
}

hr.balance {
    width: 50%;
    text-align: left;
}

.tobecentered {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.tobecenteredbg
{
	display: table;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#f9b60f;
}

.centered {
	display: table-cell;
	padding: 20px;
	width: 18%;
	color: #fff;
}

.centered_large {
	display: table-cell;
	padding: 20px;
	width: 46%;
	color: #fff;
}
.centered_font_large {
	display: table-cell;
	padding: 20px;
	width: 46%;
	color: #999;
	font-size: 12px;
}

.centered_font {
	display: table-cell;
	padding: 20px;
	width: 18%;
	color: #999;
	font-size: 12px;
	text-align: center;
}

#report .report_icon {
	/* center image in surrounding element */
	display: block;
    margin: 0 auto;
}

#report .center_text {
	text-align: center;
    vertical-align: middle;
}