.trash-icon:before {
    margin-right: 0;
}

.hidden_field {
    display: none;
}


.due_date {
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
}


.past_date {
    background-color: #a94442;
    padding-bottom: 5px;
}

.red_date {
    background-color: #f0ad4e;
}

table.table.data tbody tr.rowlink:not(.nolink):hover td .red_date {
    color: #a94442;
    background-color: white;
}

.green_date {
    background-color: #31ac5f;
}

table.table.data tbody tr.rowlink:not(.nolink):hover td .green_date {
    color: #31ac5f;
    background-color: white;
}

table.table.data tbody tr.rowlink:not(.nolink):hover td .progress-bar {
    background-color: darkorange !important;
}


.form-control[disabled], .form-control[disabled], .form-control[readonly] {
    color: #2a3e51;
}

.lead_column {
    font-weight: bold;
}


.control-balloon-selector li:nth-child(2).active {
    background-color: #31ac5f !important;
}

 .control-balloon-selector li:last-child.active {
     background-color: #a94442 !important;
 }

.progress {
    height: 14px !important;
    background-color: #d9dee0 !important;
    border-radius: 2px;
}

.progress-bar {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: bolder;

}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.revision_history i {
    left: -30px !important;
}

#Relation-relationOpenTasksManageFormProduct-product > .form-control[disabled] {
    height: auto;
}
