/***********************************************************************************************************************************************************/
/* START: page menu
/***********************************************************************************************************************************************************/
	body {
		background-color: #fff;
		min-height: 100%;
	}

	#container_main {
		margin-top: 45px;
	}
/***********************************************************************************************************************************************************/
/* END: page menu
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: divs in index.php
/***********************************************************************************************************************************************************/
div#div-header-logo
{
	background-color: white;
	padding-top: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

div#div-header-logo-inner
{
	width: 1170px;
	margin: auto;
}

div#div-header-logo-inner img
{
	height: 40px;
	margin-top: 5px;
}

div#div-header-logo-inner span
{
	float: right;
	height: 40px;
	margin-top: 18px;
}

div#login #div_notices
{
	padding-top: 0px;
}
/***********************************************************************************************************************************************************/
/* END: divs in index.php
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: divs in login
/***********************************************************************************************************************************************************/
body#login,
body#access {
	background-image: url(../img/content/login/background.jpg);
	background-repeat: no-repeat;
}

div#login_outer {
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px 5px 5px 5px;
	margin: 150px auto 0 auto;
	max-width: 500px;
}
/***********************************************************************************************************************************************************/
/* END: divs in login
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/* START: divs in privacy
/***********************************************************************************************************************************************************/
body#privacy {
	background-image: url(../img/content/login/background.jpg);
	background-repeat: no-repeat;
}

div.privacy_box {
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px 5px 5px 5px;
	margin: 100px auto 10px auto;
	padding: 25px 25px;
	max-height: 800px;
	max-width: 1170px;
}
/***********************************************************************************************************************************************************/
/* END: divs in login
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: page menu
/***********************************************************************************************************************************************************/
table.page_menu a { color: #000; }

table.page_menu td
{
	color: #000;
	height: 24px;
}

table.page_menu input[type='text']
{
	display: inline-block;
	border: 1px solid black;
	float: none;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	width: 30px;
}

table.page_menu a
{
	text-decoration: underline;
}

table.page_menu a.page_menu_off
{
	text-decoration: none;
	color: #000;
}

table.page_menu a.page_menu_off:hover
{
	text-decoration: underline;
}
/***********************************************************************************************************************************************************/
/* END: page menu
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: bootstrap (overwrite)
/***********************************************************************************************************************************************************/
.pagination { margin: 0px; }

.popover { max-width: 100% !important; }
/***********************************************************************************************************************************************************/
/* END: bootstrap (overwrite)
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: forms
/***********************************************************************************************************************************************************/
.row-buttons {
	margin-top: 10px;
}
/***********************************************************************************************************************************************************/
/* END: forms
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: jquery-ui (overwrite)
/***********************************************************************************************************************************************************/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 14px !important;
}
/***********************************************************************************************************************************************************/
/* END: jquery-ui (overwrite)
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: tab content
/***********************************************************************************************************************************************************/
.tab-content {
	margin-top: 20px;
}
/***********************************************************************************************************************************************************/
/* END: tab content
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: bootstrap navbar (overwrite)
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* END: bootstrap navbar (overwrite)
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: Project-list
/***********************************************************************************************************************************************************/
.legend_icon_status {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
}
/***********************************************************************************************************************************************************/
/* END: Project-list
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: Benutzerverwaltung-Filter
/***********************************************************************************************************************************************************/
.extended_search_group{
	display: none;
}

#user_email_tooltip .tooltip-inner {
	max-width: none;
	white-space: nowrap;
}

#user_documents{
	margin-left: 4px;
}


/***********************************************************************************************************************************************************/
/* END: Benutzerverwaltung-Filter
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: Auswahllist edit-oberfläche
/***********************************************************************************************************************************************************/
table#dropdown_item > tbody > tr > td {
	border-top: 0 !important;
	padding-left: 0 !important;
}
/***********************************************************************************************************************************************************/
/* END: Auswahllist edit-oberfläche
/***********************************************************************************************************************************************************/




/***********************************************************************************************************************************************************/
/* START: ui-autocomplete
/***********************************************************************************************************************************************************/
.ui-autocomplete {
	z-index:9999999 !important;

	max-height: 350px;
	overflow-y: auto;
}

.datepicker {
	z-index: 1200 !important;
}
/***********************************************************************************************************************************************************/
/* END: ui-autocomplete
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: legend
/***********************************************************************************************************************************************************/
.legend {
	font: 12px/25px arial,sans-serif;
	text-align: left;
	background-color: #F9F9F9;
	padding: 10px 0;
	margin-top: 30px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.legend:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.legend ul li {
	padding-left: 20px;
	list-style: none
}
.legend_icon {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 20px
}
.legend_icon_status, .icon_status {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
}
.icon_status {
	margin: 0px 0px 0px 30%;
}

table.tbl_legende_status{
	margin: 20px 0 0 20px;
}
table.tbl_legende_status td{
	vertical-align: middle;
}
/***********************************************************************************************************************************************************/
/* END: legend
/***********************************************************************************************************************************************************/

.table>tbody>tr[id^="tr_file_"]> td {
	padding-left: 1px;
	padding-right:1px;
}

.table>tbody>tr>td.vetical-middle {
	vertical-align: middle;
}

.border-top-bold {
	border-top: 3px solid #ddd;
}

.inline-block{
	display: inline-block;
}

/***********************************************************************************************************************************************************/
/* START: sql-statement listview
/***********************************************************************************************************************************************************/
#sql_statement_button{
	margin-right: 20px;
}


#sql_statement_container .popover{
	width: 100% !important;
}
#sql_statement_container #sql_text{
	margin: 0 !important;
}

/***********************************************************************************************************************************************************/
/* END: sql-statement listview
/***********************************************************************************************************************************************************/
#user_missing_doc{
	padding-left: 0 !important;
}


/***********************************************************************************************************************************************************/
/* START: new user popup
/***********************************************************************************************************************************************************/
[id^="new_user_dropzone_document_dropdown_item_"]{
	margin-bottom: 40px;
}


/***********************************************************************************************************************************************************/
/* END: new user popup
/***********************************************************************************************************************************************************/


#info_document_dropzone_filetypes {
	padding: 10px 16px;
}