.backlog-container { 
    padding-left: 15px;   
    max-width: 800px;
}
.backlog-list-item {
    margin-bottom: 10px;
    padding: 10px;  
    padding-left: 0px;  
}
.backlog-list-item input {
    box-shadow: none !important;
    border: 0px !important;
    cursor: pointer;
}

.chat-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    background-color: #f5f5f5;
    overflow: auto;
    height: 476px;
}
.chat-message {
    font-size: 11px;
    margin: 10px;
    margin-top: 0px;
    padding: 5px;
    background-color: #d5d5d5;
}
.chat-user {
    float: left;
}
.chat-timestamp {
    float: right;
}
.chat-content {
    font-size: 12px;
}
.chat-new {
    margin: 10px;
}

.task-list-item {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #d5d5d5;
}
.task-list-title {
    float: left;
}
.task-list-user {
    float: right;
}

.task-list-short {
    height: 45px;
    overflow: hidden;
}

.draggable-handle {
    padding-left: 10px;
}

.draggable-table tr {
    cursor: pointer;
}

.stages-container {
    width: 100%;
    overflow: auto;
}

.stages-inner-container {
    width: 2480px;
    padding: 10px;
}

.stage-tasks-container {
    width: 400px;    
    float: left;
    margin-right: 10px;
    padding: 10px;
    padding-top: 0px;
    background-color: #f5f5f5;
}

.stage-tasks-container h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.stage-header-item {
    float: right;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin-top: 10px;
}

.time-container {    
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: #f5f5f5;
    overflow: auto;
    height: 450px;    
}

.time-new-time {
    margin-top: 5px;    
    width: 327px;
    float: left;
}

.history-container {
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: #f5f5f5;
    overflow: auto;
    height: 450px;    
    margin-left: 10px;
}

.backlog-list-id {
    font-size: 12px;
    text-align: center;
}

.tasks-filter {
    width: 600px;
    padding-left: 15px;
}

.tasks-filter table td {
    width: 200px;
    padding: 5px;
}

.tags-control table {
    width: 100%;
}
.tags-control-button-cell {
    padding-left: 3px; width: 30px;
}
.tags-control-button {
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0px;
}
.tags-control-popup-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.tags-control-popup {
    max-width: 250px;


    padding: 10px;

    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.tags-list {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tags-list-item table {
    width: 100%;
}

.tags-list-item span {
    padding-left: 5px;
}