﻿.RadMultiPage-Layout {
    border-left: solid 1px #837262;
    border-right: solid 1px #837262;
    border-bottom: solid 1px #837262;
}

.right-spacing {
    width: 100%;
    border-bottom: solid 1px #837262;
}

#Tabstrip-table-div {
    background: #837262;
}

#details, #edit {
    color: #4888a3;
}

.details-label {
    color: #4888a3;
    font-weight: bold;
}

.RadTreeView img.rtImg {
    margin: 2px 0 2px 3px;
}

.colreg-treeview-table-padding {
    height: 550px;
    width: 450px;
    padding: 10px 10px 10px 10px;
}

    .colreg-treeview-table-padding tr {
        vertical-align: top;
    }

.colreg-treeview-table {
    width: 480px;
    padding: 10px 10px 10px 10px;
    border: dotted 1px #999;
}

    .colreg-treeview-table tr {
        vertical-align: top;
    }

.colreg-treeview-details-table {
    background-color: #FFDCA6;
    width: 700px;
    padding: 10px 15px 10px 5px;
    border: dotted 1px #999;
}

.colreg-treeview-edit-div {
    width: 330px;
    height: 350px;
    padding: 10px 0 0 10px;
    top: 0px;
}

.colreg-treeview-details-div {
    width: 410px;
    height: 350px;
    padding: 10px 0 0 10px;
    top: 0px;
}

.colreg-treeview-details-div2 {
    width: 753px;
    padding: 10px 0 0 10px;
    top: 0px;
}

.colreg-treeview-uitroepteken {
    color: #0000FF;
}

.colreg-treeview-vraagteken {
    color: Fuchsia;
}


#rowimage {
    float: left;
    padding-right: 2px;
}

#rowtitle {
    float: left;
}
.header-nav {
    width: 100%;
    border: solid 0px purple;
    height: 50px;
}


.header-left {
    color: #fff;

    float: left;
    height: 40px;
    margin-left: 20px;
}
.header-right {
    width: 100%;
    float: right;
    height: 40px;

}


.header-right-menu {
    width: 150px;
    float: right;
    height: 40px;
    padding-top: 5px;
    font-weight: normal;
    align-content: center;
    text-transform: uppercase;
}

.header-right-menu a {
    text-decoration: none;
    padding: 2px 5px;
    display: inline-block;
}

.header-right-menu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #15e03e;
    padding: 2px 5px;
    display: inline-block;
}

.header-left-menu {
    color: #000000;
    float: left;
    height: 40px;
    margin-left: 20px;
    padding-top: 6px;
    font-size: 16px;
    text-wrap: avoid;
}
.header-left-menu a {
    text-decoration: none;
    padding: 5px 5px;
    display: inline-block;
}
.header-left-menu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #15e03e;
    padding: 5px 5px;
    display: inline-block;
}

a.selected-menu-item {
    color: #fff;
    text-decoration: none;
    background-color: #15e03e;
    padding: 5px 5px;
    display: inline-block;
}

/*  TABLE DIVS  */
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableBody {
    display: table-row-group;
}
.divTableCell {
    display: table-cell;
    vertical-align: top;
    height: 33px;
    padding-bottom: 10px;
}
.divTableCell1 {
    display: table-cell;
    vertical-align: top;
    height: 33px;
    width: 220px;
    padding-bottom: 10px;
}
.divTableCell2 {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
    border: solid 1px grey;
}
/*  TABLE DIVS  */

