.task-container{
    width: 100%;
    margin-bottom: 15px;
}

.task-body{
    outline: thin solid #B3B3B3;
    min-height: 85px;
    background-color: #E4E4E4;
}

.task-body.overdue{
    background-color: #EABBBB;
}

.task-body td{
    padding: 10px;
}

.task-footer{
    outline: thin solid #868585;
    min-height: 40px;
    background-color: #B1B1B1;
}

.task-footer td{
    padding: 10px;
}

.task-user-image{
    width: 80px;
}

.task-user-image img{
    width: 80px;
}

.task-deadline{
    color: gray;
    font-style: italic;
}


/*
.event-container{
    width: 100%;
    margin-bottom: 15px;
}
.event-body{
    outline: thin solid #B3B3B3;
    background-color: #E4E4E4;
}
.event-body td{
    padding: 10px;
}
.event-footer td{
    outline: thin solid #B3B3B3;
    background-color: #E4E4E4;
    padding: 10px;
}
.event-created-date{
    color: gray;
    font-style: italic;
}
*/


.right-button{
    float: right;
}


/* FILE UPLOADING */
#drop-zone {
    width: 470px;
    height: 250px;
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding-top: 120px;
    background-color: #E8E8E8;
}

.has-error #drop-zone {
    border-color: #a94442;
}

#drop-zone.mouse-over {
    background-color: #ffff00;
}

.corner-badge{
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #002c50;
}
.header-nav-top__menu-list > li > a {
    position: relative;
}

.has-error .form-control,
.has-error .input-group-addon{
    border-width: 2px;
}

.task-item__type {
    font-weight: bold;
}
.required {
    color: red;
}
