@import './root.css';

.listtable
{
	border:1px solid #D4E1EC;
}


.listtable td
{
	height:23px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	border:1px solid #D4E1EC;
	padding-left:7px;
	padding-right:7px;
}

.listtable th
{
	background-color:#FFF;
	height:27px;
	font-style:normal;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#104982;
	border:1px solid #D4E1EC;
	padding-left:4px;
	padding-right:4px;
}

.listtable .numeric
{
	text-align:right;

}

.listtable .doubleline_top
{
	border-top:2px solid #86A7CB;
}


.listtable .odd
{
	background-color: var(--main-background-color);
}

/* even table rows 2,4,6,8,... */
.listtable .even
{
    background-color: #FFFFFF;
}

/* hovered table rows */
.listtable tr.odd:hover,
.listtable tr.even:hover {
   	background-color: #b4c8d6;
}

/* ========================= Kalendertable ============================ */

.kalendertable
{
	border:1px solid #689dc9;
}



.kalendertable th
{
	background-color:#FFF;
	height:27px;
	font-style: normal;
        font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#104982;
	border:1px solid #689dc9;
	padding-left:4px;
	padding-right:4px;
}

/* ========================= Tabellenstyle ============================ */
.datatable_group_body
{
	border:2px solid #D4E1EC;
	background-color: var(--main-background-color);
	width:100%;
}

.datatable_group_body th, .datatable_group_body td
{
	padding:7px;
}


.datatable
{
    border-collapse:   collapse;
    border-spacing:    0;
    display:block;
}

.datatable th
{
	color: #666666;
	text-align:	left;
	font-weight:bold;
}

.datatable th, .datatable td
{
    padding-top:       2px;
	padding-bottom:    2px;
	padding-left: 5px;
	padding-right:5px;
	color: #666666;
}

.datatable img
{
	border:0px solid red;
	display:inline;
	float:left;
}

.searchfield
{
	width:250px;
	background:white;
	border:1px solid #86A7CB;
}

.prj_ctrl_content
{
	border:2px solid #D4E1EC;
	background-color:#FFF;
	padding:7px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#bpt-page-centering
{
	position: relative;
	top:0;
	width:1024px;
	height:auto;

	margin-left:auto;
	margin-right:auto;
}

#bpt-page
{
	/*border: 1px solid green;*/
	background-repeat: repeat-x;
	background-position: top left;

	float:left;

	position: relative;
	top:0;
	width:1024px;
	height:auto;

	margin-left:auto;
	margin-right:auto;
}

#bpt-topbar
{
	/*background-image:url(../images/verlauf_oben_fl.jpg);*/
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	height:69px;
}

.bpt-footer-fixed
{
    position:fixed;
    bottom:0;
    left:50%;
    margin-left:-504px; /*negative half the width */
    background-color:#DEDEDE;
    width:996px;
    height:25px;
    padding: 5px;
    border:1px solid #D4E1EC;
}

.bpt-footer-relative
{
    position:relative;
    left:50%;
    margin-left:-504px; /*negative half the width */
    background-color:#DEDEDE;
    width:996px;
    height:25px;
    padding: 5px;
    margin-bottom: -8px;
    border:1px solid #D4E1EC;
}

.login-footer
{
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-512px; /*negative half the width */
	background: url("/images/WIT-Logo_weiss_35.png") no-repeat 984px center, linear-gradient(to right, #FFFFFF 0%, var(--login-footer-color) 100%);
	width:1024px;
	height: 45px;
}

#bpt-topbar-navbar
{
	/*background-image:url(../images/menu_hg.jpg);
	background-repeat: repeat-x;
	background-position: top left;*/
	position: relative;
	top: 0px;
	left: 0px;
	height:31px;
	width: 1024px;
	z-index:99;
}

.navbar_edit
{
	padding-top:7px;
	height:31px;
	width: 950px;
	z-index:30;
	background-color:var(--main-navbar-color);
	text-align:left;
	color:white;
}


.navbar_edit a
{
	padding:8px 10px 8px 10px;

	color:#C3D6E5;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.navbar_edit a:hover
{
	padding:8px 10px 8px 10px;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}

.navbar_edit_divider
{
	background-color:#FFFFFF;
}

.navbar_entrys
{
	background-color:var(--main-navbar-color);
}

.navbar_entrys a
{
	padding:8px 10px 8px 12px;
	background-color: transparent;
	font-family:Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #B4CBDF;
	border-width: 0px;
	border-style: none;
	line-height:20px;
	white-space:nowrap;
}

.navbar_entrys a:hover
{
	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight: bold;
	line-height:20px;
	white-space:nowrap;
}

.navbar_edit_eintrag_odd
{
	/*background-color:#296ca2;	*/
}

#bpt-content-page
{
	background-color: transparent;
	top:0;
	width:1024px;
	height:auto;

	margin-left:0px;
	margin-right:0px;
	padding:0px;


	float:left;
}

#content-status-bar
{
	/*background-image:url(../images/verlauf_unter_navi_fl.jpg);
	background-repeat: repeat-x;
	background-position: top left;*/

	background-color: transparent;

	top:0px;
	left:0px;
	width:1016px;
	height:19px;

	padding-top:8px;
	padding-left:8px;

	margin:0px;

	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #333333;

	float:left;
}



#bpt-content
{
	background-color: #FFFFFF;
	top:0;
	width:1008px;
	height:auto;
	float:left;

	padding-top:11px;
	padding-left:8px;
	padding-right:8px;

	margin: 0px;


	z-index:98;
}


#login-page
{
	position:relative;
	height: 600px;
	margin:0px;
	padding:0px;
}

img
{
    border: none;
}


.centerme
{
	/*border: 1px solid red;*/
	display:table;
	margin-left: auto;
	margin-right: auto;
}

.rightme
{
	/*border: 1px solid red;*/
	display:table;
	margin-left: auto;
	margin-right: 0;
	padding:0;
}

.leftme
{
	/*border: 1px solid red;*/
	display:table;
	margin-left: 0;
	margin-right: auto;
}

.bottomrightme
{
    text-align:right;
    vertical-align:bottom;
    position: absolute;
    bottom:2px;
    right:2px;
}


/* ============================ Feedback! NICHT LÖSCHEN!!! Weidinger!!!! =============================== */
#p13-error-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;

	background-color: #FF9999;

	border-top: 2px solid #aa0000;
	border-left: 2px solid #aa0000;
	border-right: 2px solid #aa0000;
	border-bottom: 2px solid #aa0000;

	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;

	color: #aa0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#p13-warning-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;

	background-color: #f99c1c;

	border-top: 2px solid #773b00;
	border-left: 2px solid #773b00;
	border-right: 2px solid #773b00;
	border-bottom: 2px solid #773b00;

	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;

	color: #773b00;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#p13-info-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;

	background-color: #99FF99;

	border-top: 2px solid #008800;
	border-left: 2px solid #008800;
	border-right: 2px solid #008800;
	border-bottom: 2px solid #008800;

	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;

	color: #008800;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.p13-message
{

	padding-top:5px;
	padding-bottom:5px;
	margin-left: 5px;
	margin-right:5px;
	/*border-bottom: 2px solid #FC9B0B;*/

}

.p13-message-bar-headline
{
	text-decoration:bold;
	font-size:14px;
	padding-left:10px;
	padding-bottom:10px;
}

.p13-message-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 100%;
	margin:auto;
	margin-top:15px;
	margin-bottom:20px;

	background-color: #FAFAD2;

	/*	padding-left: 20px;
	*/

	border-top: 2px solid #F0E68C;
	border-left: 2px solid #F0E68C;
	border-right: 2px solid #F0E68C;
	border-bottom: 2px solid #F0E68C;

	padding-top: 6px;
	padding-bottom: 6px;

	/*color: #FC9B0B;*/
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.p13-message-bar-orange
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;

	/* background-color: #f99c1c;
		padding-left: 20px;
	*/

	border-top: 2px solid #FC9B0B;
	border-left: 2px solid #FC9B0B;
	border-right: 2px solid #FC9B0B;
	border-bottom: 2px solid #FC9B0B;

	padding-top: 6px;
	padding-bottom: 6px;

	color: #FC9B0B;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

/* BFI Statistik Styles*/
.kw_bfi
{
	font-size:14px;
        font-weight:bold;
        color: darkred;
	padding-left:0px;
	margin-bottom:7px;
        border-bottom: 1px solid;
        border-color:darkgray;
}

.projekt_bfi
{
	font-size:12px;
        font-weight:bold;
        color: darkgreen;
	padding-left:15px;
	padding-bottom:10px;
}
.kurs_bfi
{
	font-size:12px;
        font-weight:bold;
        color: darkred;
	padding-left:30px;
	padding-bottom:0px;
}
.anzahl_tn_bfi
{
	font-size:12px;
        font-weight:bold;
        color: #666666;
        float:right;
        padding-right:20px;
	padding-bottom:0px;
}

.page-break	{ display: none; }

.user_task_reminder{
	margin-top:-3px;
        margin-right:4px;
	float:left;
	text-align:center;
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-color:#DF0101;
	vertical-align:middle;
	line-height:25px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.user_task_reminder span{
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell {border:1px solid #D4E1EC;background-color: var(--main-background-color);
	display: table-cell;
	padding: 10px 10px;
        width: 50%;
}

.divTableCellWhite {
	display: table-cell;
	padding: 10px 10px;
	width: 50%;
}

.divTableBody {
	display: table-row-group;
}

.fc-event.ui-draggable {
	width: auto !important;
}

.w-15p {
	width: 15px;
}

.w-75p {
	width: 75px;
}

.w-150p {
	width: 150px;
}

.w-200p {
	width: 200px;
}

.w-400p {
	width: 400px;
}

.w-80pc {
	width: 80%;
}

.bold{
	font-weight: bold;
}

/* bootstrap 5 */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.clearfix {
	display: block;
	clear: both;
	content: "";
}

.bg-success
{
	background-color: #28a745 !important;
}

.bg-danger
{
	background-color: #dc3545 !important;
}

.bg-warning
{
	background-color: #ffc107 !important;
}

.bg-info
{
	background-color: #17a2b8 !important;
}

.bg-white
{
	background-color: #fff !important;
}

.select2-container--open {
	z-index: 150;
}

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination li {
	margin: 0 1px;
}

.pagination li a {
	color: #425D69;
	text-decoration: none;
}


[data-tab-content] {
	display: none;
}

.active[data-tab-content] {
	display: block;
}

.tabs_v2 {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}

.tab_v2 {
	cursor: pointer;
	padding: 10px;
}

.tab_v2.active {
	background-color: #CCC;
}

.tab_v2:hover {
	background-color: #AAA;
}

.tab_v2-content {
	margin-left: 10px;
	margin-right: 10px;
}

.tableFixHeader thead th {
	/* Wenn stattdessen nur .tableFixHeader thead { (ohne th) verwendet wird, bleibt der ganze Header Sticky bei Headern
	 mit mehreren Rows - allerdings werden dann im Firefox die Borders im Header nicht mehr gerendert bei border-collapse:collapse Tables
	  In Chrome funktioniert es */
	position: sticky;  /* Edge, Chrome, FF */
	top: 0px;
}
