#MyKanban {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.page-header {
    width: auto;
    height: 35px;
    overflow: auto;
}

.myKanban-main {
    width: auto;
    overflow: auto;
    height: 95%;
}

#myKanbanConter>ul {
    display: -webkit-inline-box ;
    height:100%;
    padding:0.8rem;
}
#myKanbanConter>ul>li{
    margin-right: 50px;
}

.swimlane-card{
    position: relative;
    display: flex;
    flex-direction: column;    
    height: 100%;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: aqua; */
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /* border-radius: 0.25rem; */
}
.swimlane-card-ul{
    /* height: -webkit-fill-available; */
    /* display: block; */
    /* box-sizing: border-box; */
    /* overflow: scroll; */
    /* box-sizing: border-box; */
    display: contents;
    box-sizing: border-box;
    height: 87vh;    
}
.swimlane-update{
    cursor: pointer;
}
.card-del{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    /* margin-right: 10px; */
    margin-left: 46rem;
}
.card-del:hover{
    cursor: pointer;
}
#cardDetailModalCloseButton{
    visibility: hidden;
}
.swimlane-card-more{
    /* background-color: #007bff; */
    width: 10px;
}
.swimlane-card-morei{
    /* display: none; */
}
.swimlane-card-more:hover{
    display: block;
    /* background-color: #8d9697; */
    cursor: pointer;
}

.swimlane-card-list-group{
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    padding: 0.8rem;
    /* margin-bottom: 0; */
    height: 100%;
    overflow-y: auto;
    /* overflow-y: scroll; */
    /* background-color: aquamarine; */
    
    background-image: linear-gradient(#efefef,#f7f7f7);
}
/*定义滚动条样式（高宽及背景）*/ 
.swimlane-card-list-group::-webkit-scrollbar { 
	width: 6px;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
	height:4px;
} 

/*定义滚动条轨道（凹槽）样式*/ 
.swimlane-card-list-group::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    /* 较少使用 */
	border-radius: 3px; 
} 

/*定义滑块 样式*/ 
.swimlane-card-list-group::-webkit-scrollbar-thumb { 
	border-radius: 3px; 
	height: 100px;    /* 滚动条滑块长度 */
	-webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
}

#cardDetailForm .form-text{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: none;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swimlane-li{
    width: 18rem;
    height: 100%;
    box-shadow: 3px 2px 6px rgb(0 0 125 / 13%);
}

.swimlane-card-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 42px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.border-card-red {
    border-bottom: 5px solid rgba(255, 10, 10, 0.88) !important;
}

.border-card-blue {
    border-bottom: 5px solid rgba(0,102,255,0.88) !important;
}

.border-card-green {
    border-bottom: 5px solid rgba(0,140,0,0.88) !important;
}

.bg-white {
    background-color: #FFFFFF !important; /* 白色 */
}

.bg-light-orange {
    background-color: rgba(255, 220, 175, 0.88) !important; /* 浅橙色 */
}

.bg-light-pink {
    background-color: rgba(255,226,226,0.88) !important; /* 浅粉红色 */
}

.card-list-item{
    margin-bottom: 0.8rem;
    /* margin-top: 10px; */
    /* margin-bottom: -1px; */

    padding: 0.75rem;
    width: 222px;
    height: 130px;
    line-height: 1.5em;
    border-radius: 3px;
    box-shadow: 3px 2px 6px rgb(0 0 125 / 13%);
    background-color: #fff;
    overflow-y: auto;
}
.swimlane-card-placeholder{    
    border: 2px dashed  #b5c4c7;
}
.card-list-item-placeholder{    
    border: 2px dashed  #007bff;
    background-color: #5da8f8;
}
.card-list-item:hover{
    border: 2px solid #007bff;
}
/* .ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
} */





#add-swimlane{
    height: 42px;
    margin-right: 50px;    
    padding: 13px 18px 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* width: 244px; */
    cursor: pointer;
    background-color: #efefef;
    /* background-color: #fff; */
    opacity:1;
    border:none;
    border-radius: 3px;
    /* border: 1px solid #D0D0D0; */
    height: fit-content;
    
}



.add-card{
    display: flex;
    margin-top: 10px;
    padding: 0.75rem 1.25rem;
    height: 3em;
    line-height: 1.5em;
    border: none;
    border-radius: 3px;
    box-shadow: 3px 2px 6px rgb(0 0 125 / 13%);
    background-color: #fff;
    opacity:1;
 }
.add-swimlane-span{
    display: none;
    font-size: 14px;
    color: #b5c4c7;
}

.add-card-span{
    display: none;
    font-size: 14px;
    color: #b5c4c7;
}

/* #add-list>span.hiddenSpan{
    display: none;
}
#add-list>span.showSpan{
    display: block;
} */


/* 表单校验 */
#addSwimlaneModal label.error {
    color: rgba(255, 0, 0, 0.815);
}

#addCardModal label.error {
    color: rgba(255, 0, 0, 0.815);
}

