﻿.gos-form h3 {
    background-color: #000;
    color: #999999;
}

.gos-form h4.form-header {
    background-color: #999999;
    color: #fff;
}

.gos-form h3.active {
    color: #fff;
}

.gos-form h4.form-header.completed {
    color: #fff;
    background-color: #000;
}

.gos-form h4.form-header.completed:hover {
    background-color: #7B7B7B;
}


.gos-form h4.form-header.completed .caret-right {
    color: #FF4700; 
}

.task-details h3 {
    color: #fff;
}

.gos-form ul.select-item-list .glyphicon-remove-sign, 
.gos-form ul.select-item-list .glyphicon-remove {
    color: #FF4700;
}

/*.gos-form label.required:after {
    color: #EA5918;
}

.form-control:disabled {
    background-color: #818889;
}


.gos-form ul.select-item-list .glyphicon-remove-sign {
    color: #EA5918;
}

#content table.table-hover > tbody > tr > td {
    background-color: #585E5F;
}
#content table.table-hover.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #333730;
}
 
 #content table.table-hover > tbody > tr:hover > td, 
 #content table.table-hover.table-striped > tbody > tr:hover:nth-child(2n+1) > td {
     background-color: #818889;
 }*/