/* nanoscrollbar */
.nano .pane   { background: #888; }
.nano .slider { background: #111; }

body {
    /* Override bootstrap properties */
#    background-color: #374a5d !important;
    background-color:#fff !important;
//    border: 0 !important;
    background: url("../img/background4.jpg");
//    background-position: 100% 0;
    background-repeat: no-repeat; 

}

#container{
    margin: 0 auto;
//    width: 1360px;
    min-height: 100%;
    background-color: transparent;
    border: 0px;
}

#header{
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
    color: #a3a4a9;
}

.task-list{
    width: 260px;
    float: left;
    margin: 0 6px;
//    background-color: #a3a4a9;
//    background-color: #e6f9ff;
    background-color: #4CA1BD;
    min-height: 240px;
    border-radius: 7px;
    padding-bottom: 15px;
    margin-bottom:7px;
/*
    max-height: 400px;
    display: inline-block;    
    overflow-x: hidden; 
    padding-top: 1px;
*/
}

.task-list input, .task-list textarea{
    width: 250px;
    margin: 1px 5px;
}

.task-list input{
    height: 30px;
}

.todo-task{
    border-radius: 5px;
    background-color: #fff;
    width: 250px;
    margin: 5px;
    padding: 5px;


}

.task-list input[type="button"]{
    width: 100px;
    margin: 5px;

}

.todo-task > .task-header{
    font-weight: bold;
}

.todo-task > .task-date{
    font-size: small;
    font-style: italic;
}

.todo-task > .task-description{
    font-size: smaller;
}

h3{
    margin-left:10px;
    margin-top:5px;
    text-align: left;
    font-size:17px;
    color:#FFF;
}

#delete-div{
    display: none;
    background-color: #fff;
    border: 3px dotted #000;
    margin: 10px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}