

.marginbox{
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
}

.marginbox h2{
    font-size: 12px;
    font-weight: bold;
}

.subcategoryrow{
    margin-bottom: 3px;
}

.subHeader .header{
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.categoryName{
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    background: #e9e9e9;
}


.warning{
    background: #f6e5e5;
}

.ongoing{
    background: #f3fbea;
}

#details{
    color: white;
    display: none;
}

#details h3{
    color: yellowgreen;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}

#details h3.customer{
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #aaaaaa;
}

.tab-pane{
    padding-top: 15px;
}

label{
    font-weight: normal;
}

.form-group{
    margin-bottom: 4px;
}

.break{
        margin-bottom: 25px;
    }
    
    .subbox{
        padding: 10px;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }
    
    .greybox{
        background: #f5f5f5;
    }
    
    .subbox h3{
        padding: 8px 0;
        padding-top: 0px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 5px;
    }
    
    .usersubrow:hover{ background: #cdcdcd;}