.kanban
{
	font-size:0.8rem;
}	

.kb-col-inner-header
{
	visibility:hidden;
}	
	

.board-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
}

.board-header {
    flex: none;
    height: auto;
    padding: 8px 4px 8px 8px;
    position: relative;
    transition: padding .1s ease-in;
}

.board-canvas {
    position: relative;
    flex-grow: 1;
}

.u-fancy-scrollbar {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

.ressourcetime
{
	border: 1px solid;
	padding: 10px 10px 5px 10px;
}	

.ressourceday
{
	padding: 10px 10px 5px 10px;
}	

.list-wrapper {
    min-width: 300px;
    margin: 0 4px;
    margin-left: 4px;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
	overflow-y:scroll;
	max-height:700px;
}

.list-canvas {
    background-color: #dfe3e6;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal;
}

.list-card-erledigt
{ 
	background-color:Coral;
}

.list-card-details {
    overflow: hidden;
    padding-top: 6px;
	padding-bottom:	8px; 
	padding-right: 2px;
    position: relative;
	border:lightgrey 1px solid;
	box-shadow: 0 1px 0 rgba(9,45,66,.25);
	margin-bottom:5px;
}

.card-label {
	margin-top:5px;
	text-align:center;
}


.list-card-title {
    clear: both;
    display: block;
    margin: 0 0 4px;
    overflow: hidden;
    text-decoration: none;
    word-wrap: break-word;
    color: #17394d;
}

.list-card-title {
    word-wrap: break-word;
    color: #17394d;
	height:28px;
} 

.list-card {
    cursor: pointer;
	height:100%;
}

textarea.mod-list-name {
    background: transparent;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0;
    resize: block;
    max-height: 256px;
}

.card-name {
    resize: vertical;
    width:100%;
}


.list-header-extras {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}

.list-canvas {
    white-space: normal;
}
.list-cards {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
   
    min-height: 20px;
    position: relative;
    text-decoration: none;
    z-index: 0;
}

.badges {
    /*float: left;*/
    width: 100%;
    margin-left: -2px;
}

.list-card-operation {
    background-color: #f5f6f7;
    background-clip: padding-box;
    background-origin: padding-box;
    border-radius: 3px;
    opacity: .8;
    padding: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    visibility: hidden;
    z-index: 40;
}
.icon-lg, .icon-sm {
    color: #798d99;
}
.icon-sm {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
}
.icon-lg, .icon-sm {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: trellicons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}