﻿/*
    Colors Dewalt: 
    yellow:    #FCB827
    yellow light: #FFCC00
    grey 100%: #303030
    grey  80%: #474747
    grey  60%: #7B7B7B
    grey  40%: #AAAFB1
    grey  20%: #D3D7D8

    */
/*
    Colors Gese: 
    orange:    #FCB827
    grey 100%: #303030
    grey  80%: #474747
    grey  60%: #7B7B7B
    grey  40%: #AAAFB1
    grey  20%: #D3D7D8

    */
.gos-form h3 {
    background-color: #303030;
}

.gos-form h3 > .caret {
    color: #FCB827;
}

.gos-form h4.form-header {
    background-color: #303030;
    color: #7B7B7B;
}

.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: #FCB827; 
}

.gos-form label.required:after {
    color: #FCB827;
}

.form-control:disabled {
    background-color: #7B7B7B;
}


.gos-form ul.select-item-list .glyphicon-remove-sign,
.gos-form ul.select-item-list .glyphicon-remove {
    color: #FCB827;
    font-size: 1.1em;
}

/*#content table > tbody > tr > td,
#content table > tbody > tr > th {
    background-color: #474747;
}*/
/*#content table.table-striped > tbody > tr:nth-child(2n+1) > td,
#content table.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #303030;
}*/
 
 /*#content table.table-hover > tbody > tr:hover > td, 
 #content table.table-hover.table-striped > tbody > tr:hover:nth-child(2n+1) > td {
     background-color: #7B7B7B;
 }

 #content table > tbody > tr > td > table td {
     background-color: #7B7B7B;
 }

#content table > tbody > tr > td > table th {
    background-color: #303030;
}
 
#content table > tbody > tr > th.header,
#content table > tbody > tr:nth-child(2n+1) > th.header {
    background-color: #FCB827;
}*/

table.select-table > thead > tr > th.hint {
    color: #FCB827;
    background-color: #303030;
}

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;
}
