[data-itemid=snippet]{
	margin-left:0px!important;
}
.kanban-board .kanban-drag {
    min-height: 0px !important;
}
.kanban-board {
	color: #fff !important;
	position: relative;
	float: left;
	background-image: linear-gradient(#a6a6a6, #7f7f7f, #595959 70%) !important;
  background-repeat: no-repeat !important;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 15px !important;
}
.kanban_menu_div, .kanban_menu_div_assign {
    background-color: #d3caca;
    color: black;
    position: absolute;
    padding: 0px 10px 5px 10px;
    width: 150px;
    z-index: 100;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    border: 1px solid #cacaca;
}
html {
  height: 100%;
	color: #172b4d;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
body {
  min-height: 100%;
}
.div_boardname{
	color:#7f7f7f;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 26px;
  font-weight: 800;
  line-height: 32px;
	cursor:pointer;
}
.home{
	color:#555555;
	font-size:26px;
	margin-top: 3px;
	padding-right:12px;
	cursor:pointer;
}

[data-itemid="edit_header"], [data-itemid="view_header"]{
	display:none !important;
}
.assignUser{
	width:30px;
	height: 30px;
  border-radius: 50%;
	display:block;
	margin-left:188px;
	margin-top:5px;

}
.assignText:hover{
	background-color:#c1c7d0;
	cursor:pointer;
}
.assignText{
	cursor:pointer;
	background-color:#dfe1e6;
	font-size:20px;
	color:#172b4d;
	text-align:center;
	padding-top:1px;
}
.divAssignUser{
	//padding-top:5px;
	//padding-bottom:4px;
	margin-bottom:-3px;
}
@media (max-width: 767px) {
    .kanban-container{
        width:100% !important;
    }
    .kanban-board{
				 margin-bottom:10px;
		}
    .addnewboard{
        margin-left:10px !important;
		}
    .add_new_board{
        width:100% !important;
    } 
		[data-id^=board_]:first-child{
        margin-top:60px;
    }
}
@media print {
	.input-group, #add_new_list, footer, .bgcolor_row{
	display: none;
	}
	.kanban-board, .kanban-item{
		border: 1px solid black;
	}
	.kanban-item{
		width:280px !important
	}
	.kanban-board{
		width:300px !important
	}
	.assignUser{
		margin-left:138px !important;
	}
	[data-id^=board_]:first-child{
        margin-top:0px !important;
  }
}

#customheader{
	background-color:white;
	color:darkblue;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #d9edf7;
    background-image: none;
    border: 1px solid #333;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #d9edf7;
    border-color: #d9edf7;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff8a6;
    opacity: 1;
}