body {
    background: #ddd;
}

.container{
    padding: 0px;
}

#wrapper {
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
    max-width: 1000px;
}

.header .bg img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-stacked {
    background: #eee;
}

.nav-stacked.nav-admin {
    margin-top: 20px;
}

table {
    font-size: 12px;
}

.modal-content {
    padding: 10px;
}
#weektotal_list {
    text-align: center;
}

.tree_grid .treegrid-indent{
    display: none;
}

.tree_grid .treegrid-expander-collapsed,
.tree_grid .treegrid-expander{
    margin-top: 13px;
    width: 5%;
    float: left;
}

.tree_grid .checkbox{
    width: 95%;
    float: right;
}


.form-control .hoofdpost {
    color: #428bca;
}

.hoofd_post td{
    color: #428bca;
}

.sub_post_related td{
    color: #398439;
}
.popover {
    max-width: 730px;
}

.highlight_row {
    background-color: #a3d0f7;
}

.select_all_group {
    color: #000;
    cursor: pointer;
}

.select_none_group {
    color: #000;
    cursor: pointer;
}

.permission_table tr
{
    cursor: pointer;
}
.permission_table input[type=checkbox] {
    margin-top: 1px;
}
.table-heading, .table-heading a {
     background-color: #337ab7;
     color: #eee;
 }

h1 {
    font-size: 30px;
}
h1.page_heading {
    float: left;
    margin-top: 5px;
}

.img-responsive {width: auto;}

.daylogged_concept,
span.totallogged_concept {
    color: #f35200;
}