
// code from business template ToDoList
[data-itemid=snippet]{
	margin-left:0px!important;
}
.kanban-board .kanban-drag {
    min-height: 0px !important;
}
/*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%;
}*/
.todobody{
	background-color:rgb(0, 121, 191);
	
}
.div_boardname{
	color:white;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 18px;
  font-weight: 700;
  line-height: 32px;
	cursor:pointer;
}
.home{
	color:white;
	font-size:20px;
	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;
}
.function-login{
	background-image: url("../../images/todo2.jpg");
	background-size:100%;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .kanban-container{
        width:100% !important;
    }
    .kanban-board{
        margin-bottom:10px;
        float: none;
    }
    .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:180px !important
	}
	.kanban-board{
		width:200px !important
	}
	.assignUser{
		margin-left:138px !important;
	}
	[data-id^=board_]:first-child{
        margin-top:0px !important;
  }
}

[data-itemid="loginform_register_link"]>a, [data-itemid="loginform_register_link"]>a:hover{
	color:darkblue;
}

#customheader{
	background-color:white;
	color:darkblue;
}

// end ToDoList code
