/*
ci4.sellweb.de
Version 1.0
COPYRIGHT NORDSUED Gesellschaft für Kommunikation und Technologie mbH
File: witt.css
Author: pmoncken
Datum: 19.09.2022
Uhrzeit: 16:43:49
*/
/* 
    Created on : 19.09.2022, 16:43:49
    Author     : pmoncken
*/

.roadmap {
    height: calc(100vh - 235px);
    overflow-x: hidden;
    overflow-y: auto;
}

.witt-model-image img {
	height: 110px;
}

#tab-timeline, .roadmap  {
	overflow: auto;
}

.timeline .ressouce-assigned {
	border: 1px solid #ced4da;
	padding: 7px 7px 0 7px;
	min-height: 43px;
}

.ressouce-assigned .row {
	margin-left: 0;
	margin-right: 0;
}

.ressouce-assigned .row div {
	padding: 0;
}

.timeline * {
	font-size: 0.75rem !important;
}

.timeline .form-control,
.timeline .form-select,
.timeline .select2-container--bootstrap-5 .select2-selection--single {
	padding: 0.2rem;
}

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

.timeline .form-label {
    margin-bottom: 0.25rem;
	font-weight: bold;
}

.timeline .conflicts {
	display: none;
}

.bg-magenta {
	background-color: #d60073 !important;
}