/* Allgemeines und Kopf */

body
{
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}

form *[disabled=disabled]
{
	background-color: #EFEEEE;
	color: #777777;
}

#page_header
{
	height: 182px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

input,
textarea,
select
{
	color: #4d4d4d;
}

input[type="submit"],
button
{
	color: #000000;
}

input.df_validation_error,
textarea.df_validation_error,
select.df_validation_error,
span.df_validation_error {
	background-color:#FFBBBB;
}

div.wrapper
{
	/*width: 946px;
	margin: 0 auto;*/
}

#chart_popup div.wrapper
{
	width: 650px;
}

a,a:hover,a:active,a:link,a:visited
{
	color: #4d4d4d;
}

.content_box,
.df_infobox,
.tab_navi
{
	margin-left: 20px;
}
/* Alles was mit der Navi zu tun hat */

#navigation
{
	padding: 5px;
	padding-left: 0;
	background-color: #3F4249;
	position: relative;
	margin-bottom: 40px;
}

#navigation .right
{
	position: absolute;
	top: 10px;
	right: 15px;
	color: #FFFFFF;
	font-size: 11px;
}

#navigation .right a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation > ul
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 1px;
	padding-left: 0;
	margin: 0px;
	background-color: #FFFFFF;
	height: 22px;
	position: relative;
	top: 15px;
}

#navigation li
{
	background-image: url('../images/navi_bg.jpg');
	background-color: #2a76b0;
	background-repeat: no-repeat;
	background-position: 6px 0;
	height: 27px;
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 24px;
	margin-left: 1px;
	color: #FFFFFF;
}

#navigation > ul > li:first-child
{
	margin-left: 0;
}

#navigation li:hover,
#navigation li.selected_navipoint
{
	background-color: #e60000;
}

#navigation li a
{
	text-decoration: none;
	color: #FFFFFF;
}

#navigation #nav_start
{
}

#navigation > ul ul
{
	position: absolute;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-left: -17px;
	padding: 1px 5px 0 0;
	z-index: 20;
}

#navigation #controlling ul,
#navigation #management ul,
#navigation #nav_risk_editing ul
{
	width: 130px;
}

#navigation > ul ul li
{
	float: none;
	width: 100%;
	padding-left: 15px;
	padding-right: 0;
	width: 128px;
	margin-bottom: 1px;
}

/* sonstige */

#login_form
{
	font-weight: bold;
	margin-top: 20px;
	margin-left: 250px;
	border: 1px solid #444444;
	width: 300px;
	padding: 30px;
}

input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.df_infobox
{
	background-color: #63a2d7;
	padding: 5px 10px;
	margin-top: 10px;
	border: 1px solid #157fd6;
	color: #FFFFFF;
}

div.df_infobox a
{
	color: #FFFFFF;
}

#field_management div.df_infobox
{
	width: 438px;
	margin-bottom: 10px;
}

#profile div.df_infobox
{
	width: 352px;
	margin-bottom: 10px;
}

#users div.df_infobox,
#settings div.df_infobox,
#export div.df_infobox
{
	width: 442px;
	margin-bottom: 10px;
}

#export div.df_infobox
{
	width: 718px;
}

#risk_edit div.df_infobox,
#measure_edit div.df_infobox,
#risk_show div.df_infobox,
#risk_controlling_result div.df_infobox,
#risk_search div.df_infobox,
#risk_proposal div.df_infobox
{
	width: 644px;
	margin-bottom: 10px;
}

#overview div.df_infobox,
#measure_show div.df_infobox,
#reports div.df_infobox,
#reports_archive div.df_infobox,
#risk_search_results div.df_infobox,
#history_all_results div.df_infobox,
#archive div.df_infobox
{
	width: 732px;
	margin-bottom: 10px;
}

#risk_controlling div.df_infobox
{
	width: 572px;
	margin-bottom: 10px;
}

#start div.df_infobox
{
	width: 650px;
}

#report_generation div.df_infobox,
#report_generation_error div.df_infobox
{
	width: 818px;
	margin-bottom: 10px;
}

#risk_report_overview div.df_infobox
{
	width: 880px;
	margin-bottom: 10px;
}

.content_box
{
	padding: 30px 30px 30px 10px;
	background-color: #ebebeb;
}

/* export related stuff */

#export_form r
{
	vertical-align: top;
	margin-left: 10px;
}

#export_form button
{
	vertical-align: top;
	margin-left: 0px;
	width:40px;
}

#export_form_filter_button
{
    margin-left: 10px !important;
    width:75px !important;
}

#export_form img
{
	vertical-align: top;
	margin-left: 0px;
}

/* search related classes and ids */

#risk_search .navi3
{
	width: 120px;
}

#risk_search_nav_row
{
	margin-left:auto;
	margin-right:auto;
	width:20%;
	font-weight: bold;
}

.search_button_area
{
	padding: 10px;
	border: 1px solid;
	clear: both;
	text-align:center;
}

#risk_search .same_row
{
	float:left;
	margin-right:1.0em;
}

#risk_search .same_row_right
{
	float:right;
	margin-left:1.0em;
	margin-right:1.0em;
}

#risk_search .risk_red
{
	background-color: #cc0000;
	color: #FFFFFF;
}

#risk_search .risk_red a
{
	color: #FFFFFF;
}

#risk_search .risk_yellow
{
	background-color: #FFCC66;
	color: #000000;
}

#risk_search .risk_yellow a
{
	color: #000000;
}

#risk_search .risk_blue
{
	background-color: #0099FF;
	color: #FFFFFF;
}

#risk_search .risk_blue a
{
	color: #FFFFFF;
}

#risk_search .l
{
	float:left;
	width: 19em;
	margin-right:1.0em;
}

#risk_search .select_row
{
	float:both;
	margin-right:1.0em;
}

#risk_search .select_row_right
{
	float:none;
	margin-left:1.0em;
	margin-right:1.0em;
}

#risk_search .sorting
{
	margin-bottom: 10px;
}


/* end of search related stuff */

#field_management .content_box
{
	width: 420px;
}

#profile .content_box
{
	width: 334px;
	padding-bottom: 0px;
}

#users .content_box
{
	width: 424px;
}

#settings .content_box
{
    width: 424px;
    border: 1px solid #D6D6D6;
}

#export .content_box
{
	width: 700px;
}

#adhoc .content_box,
#risk_edit .content_box,
#measure_edit .content_box,
#risk_show .content_box,
#risk_controlling_result .content_box,
#risk_search .content_box,
#risk_proposal .content_box
{
	width: 644px;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	padding-bottom: 0;
	padding-right: 10px;
}

#risk_controlling_result .content_box
{
	padding-top: 10px;
}

#risk_proposal .content_box
{
	border-top: 1px solid #D6D6D6;
}

#risk_show .content_box,
#risk_controlling_result .content_box
{
	border-top: 1px solid #D6D6D6;
}

#overview .content_box,
#risk_search_results .content_box,
#history_all_results .content_box,
#archive .content_box
{
	width: 754px;
	padding: 0px;
}

#measure_show .content_box,
#report_show .content_box
{
	width: 714px;
}

#reports .content_box,
#reports_archive .content_box
{
	width: 712px;
	border: 1px solid #D6D6D6;
	border-top: 0 none;
}

#risk_controlling .content_box
{
	width: 554px;
}

#start .content_box
{
	width: 644px;
}

#chart_popup .content_box
{
	width: 628px;
}

#report_generation .content_box
{
	width: 800px;
}

#report_reminder .content_box
{
    clear: both;
    width: 718px;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 10px;
}

#report_reminder .df_infobox
{
    width: 718px;
}

#report_reminder .row textarea
{
    width: 700px;
    max-width: 700px;
    height: 90px;
}

#reports_archive .wrapper
{
    margin-bottom: 20px;
}

.df_list
{
	border: 1px #c6c6c6 solid;
	border-left: 0 none;
	border-right: 0 none;
	border-collapse: collapse;
}

#field_management .content_box .df_list,
#users .content_box .df_list
{
	width: 420px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#risk_edit .content_box .df_list,
#risk_show .content_box .df_list
{
	width: 620px;
	margin-bottom: 10px;
}

#start .content_box .df_list
{
	width: 100%;
}

#risk_edit .content_box .row select
{
	width: 250px;
}

#users .content_box .df_list:first-child
{
	margin-top: 0px;
}

.df_list tr,
.df_list td,
.df_list th,
.df_list tbody
{
	border: inherit;
	padding: 5px;
}

#users .df_list th,
#users .df_list td
{
	height: 18px;
}

.content_box .df_list th
{
	background-color: #FFFFFF;
}

.content_box .df_list .odd,
.content_box .df_list .even,
.content_box .df_list .odd a,
.content_box .df_list .even a
{
	color: #666666;
}

.content_box .df_list .odd
{
	background-color: #ebebeb;
}

.content_box .df_list .even
{
	background-color: #f3f3f3;
}

.list_options
{
	width: 60px;
	text-align: center;
}

.list_options img
{
	margin: 0 !important;
}

.new_line
{
	text-align: right;
}

.dialog
{
	display: none;
}

.ui-state-error,
.ui-widget-content .ui-state-error
{
	border: 2px #E0DFE3 solid;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.righter
{
	float: right;
	margin-left: 4em;
	margin-right: 4em;
}

.form_elements
{
	margin-bottom: 20px;
	line-height: 20px;
}

.form_elements span
{
	font-weight: bold;
}

.form_elements span.df_checkbox_field
{
	font-weight: normal;
}

.create_risk_navi
{
	width: 666px;
	height: 35px;
	border-bottom: 1px #d6d6d6 solid;
	margin: 0;
	margin-left: 20px;
}

.create_risk_navi .navi1,
.create_risk_navi .navi2,
.create_risk_navi .navi3,
.create_risk_navi .navi4
{
	float: left;
	height: 14px;
	text-align: center;
	padding: 8px 0;
	border-right: 1px #d6d6d6 solid;
	background-color: #f3f3f3;
	color: #898989;
	margin-top: 5px;
}

.create_risk_navi .navi1
{
	width: 90px;
}

.create_risk_navi .navi2
{
	width: 200px;
}

.create_risk_navi .navi3
{
	width: 195px;
}

.create_risk_navi .navi4
{
	border-right: 0 none;
	width: 156px;
}

.create_risk_navi .active
{
	font-weight: bold;
	background-color: #ebebeb;
	margin-top: 0;
	height: 17px;
	padding-top: 10px;
	border-top: 1px #d6d6d6 solid;
	border-left: 1px #d6d6d6 solid;
}

.button_area
{
	margin: 0;
	margin-left: -10px;
	padding: 10px;
	clear: both;
}

#measure_show .button_area,
#reports .button_area
{
	text-align: right;
}

.row
{
	clear: both;
	margin-bottom: 10px;
}

.row .l
{
	font-weight: bold;
	color: #000000;
}

.row .r img
{
	vertical-align: top;
	margin-left: 10px;
}

#report_recipient_list .r img
{
	margin: 0;
}

.heading
{
	font-weight: bold;
	color: #058BD7;
}

.risk_blue
{
	background-color: #0099FF;
	color: #FFFFFF;
	font-weight: bold;
	height: 14px;
	width: 440px;
	text-align: center;
	padding: 8px 0;
	border: 1px #000000 solid;
}

.risk_red
{
	background-color: #bf0000;
	color: #FFFFFF;
	font-weight: bold;
	height: 14px;
	width: 440px;
	text-align: center;
	padding: 8px 0;
	border: 1px #000000 solid;
}

.risk_yellow
{
	background-color: #FFCC66;
	color: #000000;
	font-weight: bold;
	height: 14px;
	width: 440px;
	text-align: center;
	padding: 8px 0;
	border: 1px #000000 solid;
}

#event_risk_select,
#amount_loss_select
{
	width: 440px;
}

.bg_blue
{
	/*background-color: #C1E0FF;*/
}

.tenant .r select
{
	width: 250px;
}

.row textarea
{
	width: 590px;
}

#risk_search .row textarea
{
	width: 280px;
	height: 50px;
}

#riskarea_riskclass select
{
	width: 270px;
}

#organisational_unit select
{
	width: 250px;
}

div.small_info
{
	width: 340px !important;
}

#field_management div.small_info
{
	margin-bottom: 5px;
}

#document_upload .r
{
}

.blue_heading
{
	font-weight: bold;
	color: #058BD7;
}

#report_interval_dialog
{
	display: none;
}

.row_maxsize
{
	width: 664px;
	margin: 0 -10px;
	margin-bottom: 10px;
}

.row_maxsize hr
{
	border: 0 none;
	border-bottom: 1px #D6D6D6 solid;
	margin: 0;
}

.measure_no_border
{
	border: 0 none;
	border-color: collapse;
}

.date_field
{
	position: relative;
}

.date_field img
{
	position: absolute;
	left: 140px;
}

.ui-datepicker-trigger
{
	cursor: pointer;
}

.no_margin img
{
	margin: 0 !important;
}

.table_row td
{
	padding-bottom: 10px;
}

.table_row .l
{
	width: 230px;
}

.df_ff_table
{
	border-collapse: collapse;
}

#start .df_ff_table
{
	width: 100%;
}

.edit_button
{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.edit_button a
{
	text-decoration: none;
}

div.info_top_right
{
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 8px;
	background-color: #058BD7;
	color: #FFFFFF;
	border-left: 1px #D6D6D6 solid;
	border-bottom: 1px #D6D6D6 solid;
	font-weight: normal;
	z-index: 10;
}

div.info_top_right > a
{
	color: #FFFFFF;
	text-decoration: none;
}

.relative,
.relative > *
{
	position: relative;
}

.risk_documents
{
	width: 480px !important;
	margin-bottom: 0px !important;
}

.measures_list
{
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.measures_list a
{
	text-decoration: underline;
}

.special_permission_row .l
{
	font-weight: normal;
}

.delete_button
{
	background-image: url('../images/risk_edit_delete_button_bg.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 16px;
	padding: 6px 18px;
}

.disable_button,
.enable_button
{
	background-image: url('../images/risk_edit_disable_button_bg.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 16px;
	padding: 6px 12px;
}

.enable_button
{
	padding: 6px 18px;
}

#overview .sorting,
#risk_search_results .sorting,
#archive .sorting
{
	height: 20px;
	padding: 10px;
}

#overview .bigsorting
{
    height: 45px;
    padding: 10px;
}

#overview .risk_red,
#overview .risk_blue,
#overview .risk_yellow,
#risk_search_results .risk_red,
#risk_search_results .risk_blue,
#risk_search_results .risk_yellow,
#archive .risk_red,
#archive .risk_blue,
#archive .risk_yellow,
#risk_report_overview .risk_red,
#risk_report_overview .risk_blue,
#risk_report_overview .risk_yellow
{
	width: 734px;
	height: auto;
	padding: 10px;
	border: 0 none;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}

.risk_red a,
.risk_blue a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.risk_blue a,
.risk_yellow a
{
	text-decoration: underline;
}

#overview .row,
#archive .row
{
	padding: 10px;
}

#overview .df_list,
#risk_search_results .df_list,
#archive .df_list
{
	width: 100%;
}

#overview .df_list a,
#archive .df_list a
{
	text-decoration: underline;
}

#overview .small_info,
#archive .small_info
{
	text-align: center;
	margin: 0 auto 10px;
}

.hide
{
	display: none;
}

.tab_navi
{
	margin-top: 10px;
	width: 754px;
	border-bottom: 1px solid #D6D6D6;
}

.tab_navi div div
{
	height: 14px;
	margin-top: 5px;
	padding: 8px 0;
	border-right: 1px #D6D6D6 solid;
	text-align: center;
	background-color: #f3f3f3;
	color: #898989;
}

.tab_navi .active
{
	font-weight: bold;
	background-color: #ebebeb;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	height: 17px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: -1px;
}

.tab_navi a
{
	text-decoration: none;
}

.red_background,
.red_background a
{
	background-color: #CC0000;
	color: #FFFFFF !important;
}

.orange_background,
.orange_background a
{
    background-color: #FF8C00;
    color: #FFFFFF !important;
}

.report_infobox
{
	width: 500px !important;
}

.start_infobox
{
	width: 622px !important;
	margin-left: 0px;
}

#start #last_changes tr.odd,
#start #last_changes tr.even,
#start #risk_proposals tr.odd,
#start #risk_proposals tr.even,
#pages_changes
{
	display: none;
}

.data_edit_button
{
	height: 30px;
	position: relative;
}

.proposal
{
	background-color: #FFFFFF;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.proposal .both
{
	height: 16px;
	padding: 5px;
}

.start_list
{
	margin-bottom: 30px;
}

.start_list .l
{
	font-weight: bold;
	margin-bottom: 5px;
}

.start_list .l .right
{
	margin-right: 6px;
}

.start_list.heading .l
{
	background-color: #FFFFFF;
	border-color: #C6C6C6;
	border-style: solid none;
	border-width: 1px 0;
	padding: 5px;
	color: #4d4d4d;
}

.start_list.heading .l *,
.start_list.heading .r *
{
	font-weight: normal;
}

.start_list.heading .r th
{
	font-weight: bold;
	color: #4d4d4d;
}

.start_list .r #open_reports,
.start_list .r #reports
{
	display: none;
}

.history .row,
#history_all_results .row
{
	margin: 0;
	padding: 2px;
}

.history .odd,
.history .even,
#history_all_results .odd,
#history_all_results .even
{
	border-bottom: 1px solid #D6D6D6;
}

.history .odd,
#history_all_results .odd
{
	background-color: #EBEBEB;
}

.history .even,
#history_all_results .even
{
	background-color: #F3F3F3;
}

#export .row
{
	margin: 0;
	margin-bottom: 10px;
}

#export .row .l,
#export .row .r
{
	float: left;
}

#export .row .l
{
	width: 250px;
}

#additional_informations
{
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px;
	border: 1px #000000 solid;
}

.risk_class_box
{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#risk_search_results .both > div
{
	overflow: auto;
}

#file_upload_progress_wrapper
{
	width: 300px;
	margin-left: 0;
	height: 40px;
}

#file_upload_progress.ui-progressbar,
#file_upload_progress .ui-progressbar,
#file_upload_progress .ui-progressbar-value
{
	height: 5px;
}

#risk_show_back
{
	width: 128px;
}

.info_sign
{
	margin-left: 10px;
	padding: 5px;
	text-align: right;
}

.risk_controlling_filter
{
	margin-bottom: 10px;
}

.risk_controlling_filter .row .l
{
	width: 250px;
}

#df_debug_panel
{
	z-index: 100;
}

#recycle_bin .df_infobox
{
	width: 718px;
}

#recycle_bin .content_box
{
	clear: both;
	width: 700px;
	border: 1px solid #d6d6d6;
	border-top: 0 none;
}

#risk_report_overview .content_box {
	width: 860px;
}

#recycle_bin .content_box .choice
{
	margin: 5px 0 15px 0;
}

#recycle_bin .recycle_bin_navi
{
	width: 742px;
	margin: 10px 0 0 20px;
	height: 35px;
	border-bottom: 1px solid #d6d6d6;
}

#recycle_bin .recycle_bin_navi div
{
	height: 14px;
	float: left;
	padding: 8px 20px;;
	margin-top: 5px;
	background-color: #f3f3f3;
	border-right: 1px solid #d6d6d6;
	color: #898989;
	text-align: center;
}

#recycle_bin .recycle_bin_navi div.active
{
	background-color: #ebebeb;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	font-weight: bold;
	height: 17px;
	margin-top: 0;
	padding-top: 10px;
}

#recycle_bin .recycle_bin_navi div a
{
	text-decoration: none;
}

#recycle_bin .pagination
{
	width: 750px;
	height: 24px;
	text-align: center;
	padding: 3px 0;
	margin-top: 2px;
}

.image_button
{
	border: 0 none;
	background-color: transparent !important;
}

.risk_pivotal_table {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
}

.risk_pivotal_table th {
	text-align: left;
}

.overview-mandant-filter {
	background-color: white;
	padding-bottom: 10px;
}

.overview-mandant-filter input
{
    vertical-align: top;
    margin-left: 5px;
    width:75px;
}

#reports_main_table {
	width: 100%;
}

div.pagination {
	color: #4d4d4d;
	font-weight: normal;
}
.toggle_observe_measure {
	height: 25px;
	float: right;
}

.observe_toggle {
	display: none;
}

#risk_search_results div.df_infobox, #overview div.df_infobox {
	width: 732px;
}



#adhoc .content_box {
	border: none;
	padding: 0 0 10px 0;
	width: 866px;
}
#adhoc .df_list {
	margin: 10px;
	border: 1px solid #d6d6d6;
}

#adhoc div.df_infobox
{
	width: 844px;
	margin-bottom: 10px;
}

.adhoc_container {
    display: none;
    margin: 30px 5px 10px 5px;
}

.adhoc_data_container {
    min-height: 30px;
    margin: 5px;
}

.adhoc_add_entry {
    margin: 15px 5px 5px 5px;
}

.adhoc_add_entry select {
    width: 200px;
}

.adhoc_table a {
    padding: 0 2px 0 2px;
}

#adhoc form {
	padding-left: 10px;
}

#adhoc .adhoc-mandant-filter {
	background-color: #EBEBEB;
}
.adhoc-mandant-filter button {
    margin-left: 5px;
}
