﻿.gos-form #content > .content.main {
    background-color: #818889;
}

.gos-form h3 {
    background-color: #333730;
    color: #818889;
}

.gos-form h3 > .caret {
    color: #EA5918;
}

.gos-form h4.form-header {
    background-color: #333730;
    color: #818889;
}

.gos-form h3.active {
    color: #fff;
}

.gos-form h4.form-header.completed {
    /*background-color: #005000;*/
}

.gos-form h4.form-header.completed:hover {
    color: #fff;
    /*background-color: #106010;*/
}


.gos-form h4.form-header.completed .caret-right {
    color: #EA5918; 
}

.gos-form label.required:after {
    color: #EA5918;
}

.form-control:disabled {
    background-color: #818889;
}


.gos-form ul.select-item-list .glyphicon-remove-sign,
.gos-form ul.select-item-list .glyphicon-remove {
    color: #EA5918;
    font-size: 1.1em;
}

/*#content table > tbody > tr > td,
#content table > tbody > tr > th {
    background-color: #585E5F;
}
#content table.table-striped > tbody > tr:nth-child(2n+1) > td,
#content table.table-striped > tbody > tr:nth-child(2n+1) > th {
    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;
 }

 #content table > tbody > tr > td > table td {
     background-color: #818889;
 }

#content table > tbody > tr > td > table th {
    background-color: #333730;
}
 
#content table > tbody > tr > th.header,
#content table > tbody > tr:nth-child(2n+1) > th.header {
    background-color: #EA5918;
}*/

table.select-table > thead > tr > th.hint {
    color: #EA5918;
    background-color: #333730;
}

form .input-group select + span.input-group-btn:last-child > .btn {
    margin-left: 0px;
}

div.radio-description p {
    /*font-weight: 100;
    font-size: 0.9em;*/
    font-style: italic;
    margin-left: 30px;
    margin-top: 15px;
}

/*.form-group .help-block {
    color: #D3D7D8;
}*/

.task-details h3 {
    color: #fff;
}

/*#content .task-details table.table-striped > tbody > tr > td,
#content .task-details table.table-striped > tbody > tr > th {
    background-color: #585E5F;
    border: none;
}

#content .task-details table.table-striped > tbody > tr:nth-child(2n+1) > td,
#content .task-details table.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #818889;
    border: none;
}*/

.caret-toggle .caret-right {
    color: #EA5918;
}

.task-details h4 {
    background-color: #333730;
}


span.highlight {
    color: #EA5918;
}