
#tasklist li {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

.task-middle {
	font-size: 14px;
	line-height: 25px;
}

.task-listname {
	margin-right: 4px;
}

/* Overvej */
.h2 {
    color: rgba(175, 47, 47, 0.31);
    font-size: 22px;
    font-weight: 100;
    text-align: center;
}

.h3 {
	border-bottom: 0px;
}

a {
    color: black;
}

/* ############################################################
 * BOARD TWEAKING
 * ############################################################ */

#board {
	border-top: 0px solid #CCC;
	border-right: 0px solid #CCC;
}

.board-swimlane > td {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

[class^="board-swimlane-columns-"]{
    /*display: none;*/  // This will hide column names above board/swimlanes
}

tr[class*='board-swimlane-columns']:not(:first-child) {
    display: none;  // This will hide all column titles on swimlanes except for the first one
}

.board-swimlane-columns-0 {
    display: table-row;
}

.board-swimlane-columns-0 > .board-column-header {
    /*font-size: 13px;*/
    border-bottom: 0px solid #c7c7c7;
}

#board-container table {
	border-collapse: separate;
    border-spacing: 20px 0;
    margin-top: 0 !important;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

#board-container td {
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

#board-container tr {
    border-top: 0px solid #CCC;
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
    border-bottom: 0px solid #CCC;
}

.board-column-expanded .board-add-icon a {
	line-height: 50%;
}



/* ############################################################ 
 * USER INTERFACE
 * ############################################################ */

header {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
    padding: 10px 10px 15px 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px!important;
    border-bottom: none;
}

header h1 {
	font-size: 24px;
	color: transparent !important;
    font-weight: 600;
    padding-left: 10px;
}

header h1 a {
	color: #364046!important;
    padding-left: 10px;
}

/* ## FOR KANBOARD 1.2.5 ###################################### */
header .board-selector-container {max-width: 25%}
.js-select-dropdown-autocomplete-rendered {max-width: 100%}
/* ############################################################ */

.page-header {
    /*padding: 0px 0px 5px 15px;*/
    /*font-size: small;*/
}

.sidebar-content>.page-header {
    padding: 0px 0px 0px 0px;
    border-bottom: 0px solid #444747;
    background: #fff !important;
    border-radius: 5px;
}

.page-header h2 {
    border-bottom: none;
}

.project-header {
    font-size: 13px;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 5px 15px;
}

.page {
	margin-left: 0px!important;
    margin-right: 0px!important;
}

h1 {
    font-weight: normal;
    color: #364046;
}

body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #444747;
    /*font-family: "Open Sans","Helvetica",Arial,sans-serif;*/
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.page {
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
}

.ui-sortable {
   padding: 0px 2px 0px 2px;
}

.sidebar>ul a {
    color: #271e1e;
}

.sidebar {
    padding-left: 10px;
    min-width: 100px;
    font-size: small;
}

/* unvisited link */
    a:link {
}

/* visited link */
    a:visited {
}

/* mouse over link */
    a:hover {
    color: rgb(0, 0, 0);
}

/* selected link */
    a:active {
    color: rgb(0, 0, 0);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

div.color-yellow {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #fdffe3, #fcfed6, #fcfdc8, #fcfcba, #fcfbac, #fcfbac, #fcfbac, #fcfbac, #fcfcba, #fcfdc8, #fcfed6, #fdffe3) !important;
}
div.color-blue {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #91b5fd, #7ea8fe, #6a9afe, #568dfe, #407ffd, #407ffd, #407ffd, #407ffd, #568dfe, #6a9afe, #7ea8fe, #91b5fd) !important;
}

div.color-green {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #a7f0b7, #90e99f, #79e186, #61d96c, #48d04f, #48d04f, #48d04f, #48d04f, #61d96c, #79e186, #90e99f, #a7f0b7) !important;
}

div.color-purple {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #f8def8, #f6d8f8, #f4d3f9, #f2cdfa, #efc8fb, #efc8fb, #efc8fb, #efc8fb, #f2cdfa, #f4d3f9, #f6d8f8, #f8def8) !important;
}

div.color-red {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #fba8a8, #ff9794, #ff8580, #ff746a, #ff6153, #ff6153, #ff6153, #ff6153, #ff746a, #ff8580, #ff9794, #fba8a8) !important;
}

div.color-orange {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #f6e094, #f6db84, #f7d675, #f8d165, #f9cc54, #f9cc54, #f9cc54, #f9cc54, #f8d165, #f7d675, #f6db84, #f6e094) !important;
}

div.color-grey {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #cfcdcf, #c6c4c6, #bcbbbc, #b3b2b3, #aaa9aa, #aaa9aa, #aaa9aa, #aaa9aa, #b3b2b3, #bcbbbc, #c6c4c6, #cfcdcf) !important;
}

div.color-brown{
border-left-width: 15px;
background-image: linear-gradient(to bottom, #c8b4a9, #c1a495, #ba9382, #b38370, #ab725f, #ab725f, #ab725f, #ab725f, #b38370, #ba9382, #c1a495, #c8b4a9) !important;
}

div.color-deep_orange {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #f2c19a, #f5b380, #f8a467, #fa954f, #fb8436, #fb8436, #fb8436, #fb8436, #fa954f, #f8a467, #f5b380, #f2c19a) !important;
}

div.color-dark_grey {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #a3a0a0, #959090, #888181, #7a7272, #6d6363, #6d6363, #6d6363, #6d6363, #7a7272, #888181, #959090, #a3a0a0) !important;
}

div.color-pink {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #f9bad9, #fbadd3, #fc9fcc, #fd91c5, #fe82bd, #fe82bd, #fe82bd, #fe82bd, #fd91c5, #fc9fcc, #fbadd3, #f9bad9) !important;
}

div.color-teal {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #cadbde, #bcd4d8, #aeccd2, #a0c5cd, #91bec7, #91bec7, #91bec7, #91bec7, #a0c5cd, #aeccd2, #bcd4d8, #cadbde) !important;
}

div.color-cyan {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #c2feff, #b4fdfe, #a5fdfe, #94fcfd, #82fbfc, #82fbfc, #82fbfc, #82fbfc, #94fcfd, #a5fdfe, #b4fdfe, #c2feff) !important;
}

div.color-lime {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #c3fbd9, #b4fbd0, #a5fbc6, #96fbbc, #86fbb2, #86fbb2, #86fbb2, #86fbb2, #96fbbc, #a5fbc6, #b4fbd0, #c3fbd9) !important;
}

div.color-light_green {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #cbffe0, #bcfed7, #adfdce, #9efcc5, #8dfbbc, #8dfbbc, #8dfbbc, #8dfbbc, #9efcc5, #adfdce, #bcfed7, #cbffe0) !important;
}

div.color-amber {
border-left-width: 15px;
background-image: linear-gradient(to bottom, #f8f3be, #f4eeab, #f0e998, #ece484, #e7df70, #e7df70, #e7df70, #e7df70, #ece484, #f0e998, #f4eeab, #f8f3be) !important;
}

div.task-board-recent {
    border-width: 1px!important;
    border-left-width: 4px!important;
    background-color: white;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(186,186,186,0.5);
    border-left-width: 4px!important;
    border-right: none;
    border-top: 1px solid #ececec!important;
    border-bottom: none;
}

.filter-box input[type=text] {
    max-width: 300px;
}

.accordion-section {
	margin-left: 20px;
	margin-right: 20px;
	/*padding-top:70px;*/
}

.task-board-collapsed {
    font-size: 14px;
}

.task-board {
    font-size: 15px;
}

@media (max-width: 600px) {
	.popover-form .form-column {
		float: none;
		margin-right: 3%;
		max-width: none;
		min-width: inherit;
	}

	input.form-input-large {
		width: 90%;
	}
}


/* GITLAB LOOKALIKE */
.board-column-header {
    width: initial;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: transparent;
    /*white-space: nowrap;*/
    background-color: rgba(255, 255, 255, 0.9) !important;
    background-position: -.5em;
    border-color: rgba(27,31,35,0.35);
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    position: relative;
    margin: 0;
    border: 1px solid #d1d5da;
}

.task-board-age {
    display: none;
}
.task-board-category-container {
    text-align: left;
}
.task-board-avatars {
    display: none;
}
.task-board-title>a {
    font-family: 'Roboto', sans-serif;
}
/* HOLDER OF TASKS */
tr.board-swimlane > td {
	background-color: #D2D2D2;;
	border-radius: 13px;
    /* Gitlab */
    -webkit-flex: 1;
    flex: 1;
    height: auto;
    margin-bottom: 0;
    padding: 5px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 10px 10px;
    /* Gitlab end */

}
th.board-swimlane-header {
	background-color: #8daad4;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	font-size: 14px;
	line-height: 22px;
}
/* THE SINGLE TASKS LAYOUT */
.board-task-list>div {
    font-size: 11px;
    border-left-width: 2.5px!important;
    border-radius: 3px;
    padding: 4px;
    /* padding-right: 6px; */
    /* padding-top: 6px; */
    /* padding-bottom: 0px; */
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow:  0 1px 2px rgba(62, 54, 54, 0.55); /*0 1px 2px rgba(186,186,186,0.5);*/
    border-right: none;
    border-top: 1px solid #ececec!important;
    border-bottom: none;
}
/* Duedata, subtasks, relations, etc. */
.task-board-icons {
    margin-top: 2px;
}
/* Hidden priority 'P0,P1,P2,P3'. Not relevant when it's P0. Should be combined with JS for dynamic */
.task-board-priority {
    display: none;
}
/* The task title - go for initial if it should stay on same line */
.task-board-title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}
/* SIZE OF COLUMN WHEN HIDDEN (MINIMIZED) */
#board th.board-column-header-collapsed{
    width: 5px;
    min-width: 5px;
}

/* FOR LINKS IN TASK DESCRIPTIONS */
.markdown > ul > li > a {
    color: white;
    background-color: grey;
    padding: 2px 4px;
    border-radius: 3px;
}

/* FOR INLINE CODE */
code {
    margin: 0;
    padding: 2px 0.4em;
    background-color: rgba(27, 31, 35, 0.32);
    border-radius: 3px;
    color: #000;
    font-family: Tahoma;
    font-size: 85%;
}

/* FOR BLOCKQUOTE TEXT */
blockquote{
  font-size: 1.1em;
  width:auto; // Leave as auto because of board hover tooltip 
  margin:5px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px !important;
  border-left:8px solid rgb(168, 207, 255) !important;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:rgb(168, 207, 255);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
/* END BLOCKQUOTE TEXT */

/* HIDE SCROLL BARS IN BOARD MENU LIST */
#select-dropdown-menu {overflow: auto !important;}
/* END HIDE SCROLL BARS IN BOARD MENU LIST */

/* INCREASE INFO CIRCLE SIZE IN TOOLTIP */
.tooltip .fa-info-circle {
	font-size: 1.3em !important;
	vertical-align: middle !important;
}
/* END INCREASE INFO CIRCLE SIZE IN TOOLTIP */

/* INCREASE PAGE HEADER TEXT SIZE */
.page-header ul li {font-size: 1.1em;}
/* END INCREASE PAGE HEADER TEXT SIZE */

/* ALERT */
.alert {
	margin-bottom:20px;
	color:#000;
	background-color: #fff;
	font-style: italic;
}
/* END ALERT */
