body {
	font-size: 14px;
	
	background-color:#e3e8ee;
}
.statusbar { /* #header .statusbar */
	color: #ffffff;
    
    /*display: block;
    float: left;
    font: 12px/10px Verdana,Arial,Helvetica,sans-serif;
    height: auto !important;
    margin-left: 10px;
    margin-top: 13px;
    text-decoration: none;
    width: 10px;*/
    position:absolute;
    left:1px;
    top:1px;
    bottom:0;
    width:20px;
}
.statusbar_status_loading { /* #header .statusbar_status_loading */
    background-color: #f3961b;
}
.statusbar_status_success { /* #header .statusbar_status_success */
    background-color: #9ed29e;
}
.statusbar_status_error, .statusbar_status_sessionerror { /* #header .statusbar_status_error, #header .statusbar_status_sessionerror */
    background-color: #cc0000;
}

/*
.nav-tabs > li > a {
    background-color: #e6e6e6;
    border-color: #ddd;
    outline: none;
    margin-right: 2px;
    color:#000;
}*/
.nav-tabs {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.nav-tabs > li, .nav-tabs .nav-item {
	padding:0;
	margin:0;
	border:0;
}
.nav-tabs > li > a {
	border:1px solid transparent !important;
	border-bottom:1px solid transparent !important;
    border-radius: 0 !important;
    outline: none;
    padding:10px;
    padding-top:5px;
    padding-bottom: 5px;
    font-weight: bold;
    color:#000;
    font-size: 12px;
}
.nav-tabs > li > a:hover {
	border:1px solid transparent;
	border-top:1px solid #002035 !important;
	border-bottom:1px solid #002035 !important;
}
.nav-tabs > li > a.active {
	border:1px solid transparent;
	border-bottom:1px solid #002035 !important;
	font-weight: bold;
	background-color:#002035 !important;
	color:#fff !important;
}
.tab-content {
	/*border: 1px solid #ddd;
	border-top: none;	*/
	padding-top: 10px;	
	padding-bottom: 20px;
}

.nav-link {
	padding: .2rem .8rem;
}
.navbar-dark .navbar-nav .nav-link {
	color:#fff;
}
.navbar-nav .nav-item.active {
	background-color: #41b2d0;
}

.hidden {
	display: none;
}

.tableHeaderSmall {
	font-size: 0.8em;
}
.tableHeaderSmall th {
	border:none !important;
}

/* !Kalender */
.calendar thead th.calendar_month {
	cursor: pointer;
}

.calendar thead .headerRow th {
	border-bottom: 1px solid #c6c3c6;
}
.calendar tbody tr td {
	border-bottom: 1px solid #c6c3c6;
	padding-top:3px;
	padding-bottom: 3px;
}
.calendar_dayColumn {		
	width:3px;	
}
.calendar_view_month .calendar_dayColumn {
	width:30px;
}
.calendar_leftBorder {
	border-left:1px solid #c6c3c6;
}
.calendar_rightBorder {
	border-right:1px solid #c6c3c6;
}

.calendar_entry_schoolHoliday {
	/*background-color:#ffc7aa;*/
	background-color:#C3E7FF;
}

.calendar_entry_vacation {
	/*background-color:#0000ff;*/
	background-color:#227fbb;
}
.calendar_entry_vacation_half, .calendar_entry_holiday_half.calendar_entry_vacation {
	/*background-color:#c5e3ff;*/
	background-color:#2c96dd;
	
}
.calendar_entry_sick {
	/*background-color:#c00000;*/
	background-color:#ea4b35;
	
}
.calendar_entry_sick_half {
	background-color:#df7f7f;
	
}
.calendar_weekday_0, .calendar_weekday_6 {
	/*background-color: #d5d6de;*/
	background-color:#EFEFEF;
}

.calendar_userWorkingDay_1.calendar_entry_vacation {
	background-color: #227fbb;
}
.calendar_userWorkingDay_1.calendar_entry_sick {
	background-color: #ea4b35;
}

.calendar_entry_holiday {
	/*background-color:#008385;
	background-color:#487858;*/
	background-color:#6F6F6F;
}

.calendar tbody .employeeName {
	padding-left:4px;
	padding-right: 4px;
	height: 3.5em;
}
.calendar tbody tr:hover {
	background-color:#f6f6f6;
	cursor: pointer;
}
.calendar tbody tr:hover td.employeeInfo {
	background-color:#919191;
	color:#ffffff;
}
.calendar tbody tr td.employeeInfo_col_2, .calendar tbody tr td.employeeInfo_col_4 { 
	background-color: #e7e7e7;
}
.calendar tbody tr:hover td.employeeInfo_col_2, .calendar tbody tr:hover td.employeeInfo_col_4 { 
	background-color: #b1b1b1;
}
.calendar tbody tr td:hover {
	background-color:#919191;
}
.calendar_legend {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.calendar_user .calendar_dayColumn {
	width:20px;
	border:1px solid #999999;
}
.calendar_user .calendar_dayColumnBlank {
	border-color: #999999;
}
.calendar_user .calendar_entry_schoolHoliday {
	background-color:none;
}
.calendar_entry_holiday_half {
	/*background-color:#7fc1c2;
	background-color:#8ac59d;*/
	background-color:#AFAFAF;
}

.calendar_user_listItem:hover {
	cursor: pointer;
	text-decoration: underline;
}
/* Kalender - Ende */

/* Global Quick Search */
.qsResultContainer {
	background-color: #ffffff;
	position:absolute;
	top:40px;
	right: 0;
	width:400px;
	text-align: left;
	z-index: 1;
	padding:5px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.qsResultContainer_header {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:2px;
}
.qsResultContainer .qsResultItem a {
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:2px;
}
.qsResultContainer .qsResultItem a:hover {
	background-color:#efefef;
}
.qsResultContainer .qsResultItem a span {
	display:block;
	font-weight:normal;
	font-size:12px;
}
.qsResultContainer .qsResultItem.selected {
	background-color:#e1e1e1;	
}
.qsResultContainer_more {
	text-align:center;
	background-color:#6a6a6a;
	color:#ffffff;
	padding:2px;
	cursor:pointer;
}
.qsResultContainer_more.selected {
	background-color:#666666;
}
/* Global Quick Search - End */

/* Dropzone */
.dropzone_container {
	text-align: center;
	background-color: #ececec;
	font-size: 18px;
	border:2px dotted;
	padding:20px;
}
/* Dropzone - End

.text-bold {
	font-weight: bold;
}*/


.form-group {
	/*margin-bottom: 0.3em;*/
}
.col-form-label-sm {
	font-size: 11px;
}



.contentBox {
	
	background-color: #fff;
	padding:20px;
	padding-top:10px;
	margin-bottom: 5px;
	
}
.contentBox h2 {
	font-size: 18px;
	font-weight: normal;
	margin:0;
}


.contentBox .projectPhaseInfoCounter {
	color:#000;
	font-size: 21px;
	display: block;
}
.contentBox .projectPhaseInfoLabel {
	color:#989898;
}
.contentBox .table thead th {
	font-weight: 600;
	background-color: #fafafa;
	border: 1px solid #ebf5df;
}
.contentBox .table tbody td {
	border-top:1px solid #ebf5ff;
	vertical-align: middle;
}
.contentBoxNoPadding {
	padding:0;
	padding-bottom: 5px;
}

.contentBox .table tbody td a {
	/*color:inherit;*/
}


/* Todo - Start */
.todo_status_plan, .todo_priority_low {
	background-color: #D1D1D1;
	color:#fff;
}
.todo_status_progress, .todo_priority_middle {
	background-color: #F8AF46;
	color:#fff;
}
.todo_status_hold {
	background-color: #6B92FB;
	color:#fff;
}
.todo_status_delegate {
	background-color: #C4B84A;
	color:#fff;
}
.todo_status_delegate_necessary {
	background-color: #FF1284;
	color:#fff;
}
.todo_status_wait, .todo_priority_high {
	background-color: #E6475D;
	color:#fff;
}
.todo_status_done {
	background-color: #07C877;
	color:#fff;
}
.todo_status_approval {
	background-color: #7F43C9;
	color:#fff;
}

/* Todo - End */

/* Pagebrowser */
.page-link {
	
	color: #002035;
}
.page-item.active .page-link {
	
	background-color: #002035;
	border-color: #002035;
}
.page-link:hover {
	
	color: #41b2d0;
}


/* Dropdown - Start */
.dropdown-header {
	color: #41b2d0;
	font-weight: 300;
	padding-top:0.3em;	
	padding-bottom: 0;
}
/* Dropdown - End */

/* Button - Start */
.btn:focus {
	outline: none;
	box-shadow: none;
}
.btn-danger, .btn-danger svg {
	color:#fff;
}
/* Button - End */

/*.bootstrap-select ul.dropdown-menu {
	display:block;
}
.bootstrap-select ul.dropdown-menu li a {
	padding-left: 15px;
	color:inherit;
}*/

/* DataTables */
div.DTS div.dataTables_scrollBody {
	background:none;
}
.dataTables_info .dataTables_total {
	font-weight: bold;
}
/* DataTables */

.tableItem_image {
	max-width: 30px;
	max-height: 30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc !important;
  opacity: 1 !important; /* Firefox */
}

.formControlSmallWidth {
	max-width: 300px;
}
.formControlSmallHeight {
	height: 24px;
}

div.dataTables_wrapper div.dataTables_processing {
	background-color: #002035;
	color:#fff;
}

/* !Notification */
.notificationsMenu {
	width: 300px;
}
.notificationsMenu_header {
	font-size: 12px;
	padding:4px;
	padding-left:1rem;
	padding-right:1rem;
	/*background-color:rgba(220, 53, 69,0.75);#dc3545*/
	background-color:#fafafa;
	
	color:#002035;
	font-weight: bold;
	border:1px solid #ebf5df;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.notificationsMenu_items {
	max-height:250px;
	overflow-y: scroll;
	font-size: 12px;
}
.notificationsMenu_item {
	cursor: default;
}
.notificationsMenu_item:hover {
	background-color: #ededed;
}
.notificationsMenu_item .date {
	font-size: 10px;
}
.notificationsMenu_item .description {
	line-height: 1.2em;
}
.notificationsMenu_item .notificationsMenu_itemCheckAsRead {
	display: block;
	text-align: center;
	padding-top:4px;
	padding-bottom:4px;
}
.notificationsMenu_item .notificationsMenu_itemCheckAsRead:hover {
	text-decoration: none;
}
.notificationsMenu_itemDivider {
	border-top:1px solid #cc0000;
	margin-left: 40%;
	margin-right: 40%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.notificationsMenu_footer {
	background-color:#212529;
	color:#fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* !Notification - End */

/* !Background-Animation */
@-o-keyframes fadeIt_success {
  0%   { background-color: inherit; }
  50%  { background-color: #28a745; }
  100% { background-color: inherit; }
}
@keyframes fadeIt_success {
  0%   { background-color: inherit; }
  50%  { background-color: #28a745; }
  100% { background-color: inherit; }
}
.backgroundAnimatedForChangedElement {    
    background-image:none !important; 
         -o-animation: fadeIt_success 1s ease-in-out; 
            animation: fadeIt_success 2s ease-in-out; 
}
/* !Background-Animation - End */

.cursorPointer {
	cursor: pointer;
}


.bg-danger a,.bg-warning a, .bg-success a {
	color:inherit;
}