.taskboard-title{
    background-color: #5d7b99;    
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;    
}

.taskboard-job{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
}


.jobtitle{
    color: #fff;
    margin-top:3px;
    font-size: 1.2em;
    font-weight: bold;  
    margin-left:10px;
    padding:5px;
    float:left;
    text-decoration:underline;
    cursor:pointer;
}

.jobdescription{
    clear: both;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;

}

.deletetask{
    border-radius: 50%;
    color: #fff;
    background-color: #2b2e2e;
    position: relative;
    width: 20px;
    padding-left: 6px;
    padding-bottom: 3px;    
    bottom: -5px;
    left: 0;
    float: right;
    cursor:pointer;
}

.dragover{
    background-color:#1285e8;
    opacity:0.3;
    background-image:url('../images/drop.png');
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom:10px;
}

.input-element {
    border: 0;
    padding: 2px;
    background: #fff;
    font: 12pt sans-serif;
}

.tmp-element {
    visibility: hidden;
    white-space: pre;
}

.task-entry{
    background-color:#4a7291;
    color:white;
    border-radius:10px;
    margin-bottom:8px;
    padding-left:10px;
}

.delete-task-entry{
    border-radius:50%;
    width:20px;
    padding-left:6px;
    padding-bottom:3px;
    float:right;
    color:#f00;
    background-color:#373b3d;
    cursor:pointer;
}


input[type=checkbox]:checked + label.strikethrough{
  text-decoration: line-through;
}

.ideasCmp{
    background-color:#eee;
}

.redDrag{
    background-color:#ed7979;
}

.blueDrag{
    background-color:#79bded;
}

.greenDrag{
    background-color:#5ead53;
}