body {
    font: 12px Arial;
    color: #000000;
    background-color: #EBF0F5;
    margin: 0px;
    line-height: 20px;
}

a, a:hover, a:visited {
    color: #124B9E;
}

    a img {
        border: 0;
    }

table {
    border: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

p {
    margin: 0px;
}

form {
    display: inline;
    padding: 0px;
    margin: 0px;
}

td {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

input.ui-button {
    /*height: 30px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

input[type=submit], input[type=button], .button, .NFI-button, .overzicht .ui-button {
    /*border: 1px solid #337DBB;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #337DBB;
    background-image: none;
    border: 0px;
    line-height: 30px;
    height: 30px;
}

    input[type=submit]:hover, input[type=button]:hover, .button:hover, .NFI-button:hover, .overzicht input.ui-button:hover {
        background-color: #FBB03B !important;
    }

input.bgTransparant, a.bgTransparant {
    background: none;
    border: 1px solid #337DBB;
}

input.bgGreen, a.bgGreen {
    background-color: #82bc3f;
    border: 0px;
    line-height: 30px;
    height: 30px;
}

.button span.topimage {
    display: inline-block;
    vertical-align: middle;
}

.button span.toplink {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-left: 4px;
    font-size: 12px;
}

.verplicht {
    color: red;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.lj {
    text-align: center;
}

/* header */

#header {
    background: #124B9E url("../images/logo_idbs_klein.png") no-repeat 20px center;
    line-height: 50px;
    padding-right: 20px;
}

.top_text {
    font: 18px Arial;
    font-weight: bold;
    color: #124B9E;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
    vertical-align: middle;
}

#header .button span.topimage img {
    /*height: 18px;*/
}

#header .button span.toplink {
    line-height: 30px;
}

/* menu */
.menulist {
    width: 240px;
    border-top: 0px;
    height: auto;
    margin-bottom: 20px;
}

#menucontainer {
    border-bottom: 1px solid #B4D5F0;
}

.menulist a, .menulist a:visited {
    color: #000;
    text-decoration: none;
    line-height: 40px;
}

    .menulist a:hover {
        background-color: #FBB03B;
        color: #fff;
        text-decoration: none;
    }

.menulist .uitklappen {
    float: right;
    width: 15px;
    height: 10px;
    top: 15px;
    right: 20px;
    position: absolute;
}

.menulist h2.ui-state-default .uitklappen {
    background: url('../images/uitklappen.png') no-repeat 0px bottom;
}

.menulist h2.ui-accordion-header-active .uitklappen {
    background: url('../images/uitklappen.png') no-repeat -15px top;
}

.menulist h2.ui-state-default:hover span.uitklappen {
    background-position: -15px bottom;
}

.menulist h2.ui-accordion-header-active:hover span.uitklappen {
    background-position: -15px top;
}

.menulist h2 {
    font: bold 14px Arial;
    background: #124B9E;
    color: #fff;
    font-weight: bold;
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid #B4D5F0;
    border-bottom: 0px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    height: 40px;
}

.menulist .ui-icon {
    background: none !important;
}

.ui-accordion-content {
    padding: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.ui-datepicker-prev-hover, .ui-datepicker-next-hover {
    background: none !important;
    border-color: #124B9E !important;
}

#dashboard {
    border: 1px solid #B4D5F0;
}

    #dashboard:hover {
        background-color: #FBB03B;
    }

    #dashboard img {
        float: left;
        height: 30px;
        padding-top: 5px;
        margin-left: -5px;
    }

    #dashboard span {
        float: left;
        vertical-align: middle;
        padding-left: 5px;
        line-height: 40px;
    }

.menucontent {
    width: 100%;
    vertical-align: top;
}

.selectedmenuitem {
    color: #124B9E;
    background-color: #E6F2D9;
    display: block;
    font: bold 12px Arial;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border-top: 1px solid #B4D5F0;
    line-height: 30px;
}

.notselectedmenuitem {
    display: block;
    color: #4B4B4B;
    background-color: #ffffff;
    font: 12px Arial;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border-top: 1px solid #B4D5F0;
    line-height: 30px;
}

/* login scherm */

#logincontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -236px;
    margin-left: -300px;
}

#logintop {
    background-color: #124B9E;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#loginbottom {
    background-color: #fff;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.logintable {
    margin-left: 175px;
    width: 100%;
}

    .logintable .content {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }

    .logintable p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .logintable span {
        display: none;
    }

    .logintable input[type='text'], .logintable input[type='password'] {
        width: 230px;
        height: 30px;
        padding: 0px;
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
        border: 0px;
    }

#loginbutton {
    width: 100px;
    margin-top: 5px;
    margin-left: 0px;
}

.serverdetails h2 {
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
    color: #124B9E;
}

.serverdetails {
    color: #4B4B4B;
    text-align: left;
    width: 405px;
    font-size: 11px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .serverdetails th {
        padding-bottom: 2px;
        padding-left: 0px;
        text-align: left;
    }

/* content, algemene dingen */

@media (max-width: 1000px) {
    .basetable {
        margin: auto;
        width: 970px;
    }
}

@media (min-width: 1000px) AND (max-width: 1920px) {
    .basetable {
        margin: auto;
        width: 98%;
    }
}

@media (min-width: 1920px) {
    .basetable {
        margin: auto;
        width: 1870px;
    }
}

.contentcontainer {
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}

#contentheader {
    margin-top: 10px;
}

    #contentheader a:first-child {
        margin-left: 0px;
    }

#contentfooter {
    margin-top: 10px;
}

#paginanavigatie {
    height: 30px;
    float: right;
}

    #paginanavigatie a {
        height: 30px;
        width: 30px;
        float: left;
    }

        #paginanavigatie a.eerste {
            background: url('../images/pagina_navigatie.png') no-repeat left top;
        }

        #paginanavigatie a.vorige {
            background: url('../images/pagina_navigatie.png') no-repeat left -32px;
            margin-left: 10px;
        }

        #paginanavigatie a.volgende {
            background: url('../images/pagina_navigatie.png') no-repeat left -64px;
            margin-right: 10px;
        }

        #paginanavigatie a.laatste {
            background: url('../images/pagina_navigatie.png') no-repeat left -96px;
        }

        #paginanavigatie a:hover {
            background-position-x: -64px;
        }

        #paginanavigatie a.inactive, #paginanavigatie a.inactive:hover {
            background-position-x: -32px;
        }

    #paginanavigatie span {
        float: left;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        color: #124B9E;
        font-weight: bold;
    }

#weergavechangefrm {
    padding-top: 10px;
    display: block;
}

    #weergavechangefrm select {
        margin-left: 10px;
        height: 20px;
    }

.content {
    padding-bottom: 20px;
}

.contentborder {
    border: 1px solid #B4D5F0;
    background-color: #ffffff;
    padding: 20px;
    padding-top: 0px;
}

.content h1 {
    margin-top: 0px;
    padding: 4px 3px 0px 4px;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    background: #124B9E;
    color: White;
}

.content h2 {
    height: 40px;
    font: bold 14px Arial;
    background: #124B9E;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    vertical-align: middle;
}

div.contentborder > h2 {
    margin-bottom: 20px;
    margin-left: -20px;
    width: 100%;
}

.content h3 {
    margin-top: 0px;
    padding: 4px 3px 0px 4px;
    height: 16px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    background: #124B9E;
    color: White;
}

/* overzicht */

.overzichtcontainer {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
}

table.overzicht {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    table.overzicht th, table.overzicht td {
        border-right: 1px solid #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        line-height: 20px;
    }

    table.overzicht th {
        background: #124B9E;
        color: White;
        line-height: 30px;
        text-align: left;
    }

        table.overzicht th a, table.overzicht th a:visited, table.overzicht th a:active {
            color: #fff;
            text-decoration: none;
            display: block;
            position: relative;
            padding: 0px;
            padding-right: 20px;
            text-align: left;
        }

            table.overzicht th a span {
                margin: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0px;
                width: 10px;
                height: 20px;
                background: url('../images/sorteren.png') no-repeat;
            }

                table.overzicht th a span.sortasc {
                    height: 8px;
                    background: url('../images/sorteren.png') no-repeat left -21px;
                }

                table.overzicht th a span.sortdesc {
                    height: 8px;
                    background: url('../images/sorteren.png') no-repeat left -30px;
                }

tr.objectactions:hover, li.objectactions tr:hover {
    color: #fff;
    background-image: url('../images/bg_row.png') !important;
    background-repeat: no-repeat !important;
    background-size: 2000px 1000px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overzicht td .button span.topimage img, .overzichttree td .button span.topimage img {
    height: 12px;
}

.overzicht td .button, .overzichttree td .button {
    height: 24px;
    line-height: 24px;
}

.overzicht td.objectStatus {
    width: 40px;
    text-align: center;
    padding-top: 8px;
}

    .overzicht td.objectStatus a {
        width: 14px;
        height: 14px;
        display: inline-block;
    }

a.statusOnline {
    background: url('../images/ok.png') no-repeat;
}

a.statusArchived {
    background: url('../images/archive.png') no-repeat;
}


/* tabs */

.tabs {
    min-height: 40px;
    padding: 0;
    margin: 0;
    display: block;
    background: #124B9E;
    margin-bottom: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

    .tabs a:hover {
        text-decoration: none;
        background-color: #fff;
        color: #124B9E;
    }

    .tabs li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
        background: url("../images/tabdivider.png") no-repeat right center;
    }

        .tabs li a {
            padding-left: 30px;
            padding-right: 10px;
            margin-top: 5px;
            height: 35px;
            line-height: 30px;
            vertical-align: middle;
            color: #fff;
            float: left;
            font-weight: bold;
            background: url("../images/error.png") no-repeat 10px 9px;
            text-decoration: none;
        }

        .tabs li.spacer {
            background-color: transparent;
            width: 5px;
        }


    .tabs .selectedtab a, .tabs .selectedtab a:visited {
        color: #124B9E;
        background-color: #fff;
    }

    .tabs .tabready a {
        background-image: url("../images/ok.png");
    }

    .tabs .tabok {
        background-image: none;
        background-repeat: no-repeat;
        padding-left: 3px;
    }

    .tabs .tabidparent a {
        background: url("../images/terug.png") no-repeat 9px 6px;
    }

        .tabs .tabidparent a:hover {
            color: #fff;
        }

    .tabs .childtab a {
        background-image: url("../images/child.png");
    }

    .tabs .externaltab a {
        background-image: url("../images/external.gif");
    }

/* overzicht scherm */

.contenttable {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #000;
    position: relative;
    left: 50%;
    margin-left: -375px;
}

.categorietable {
    width: 100%;
    margin: 0;
}

.objecttable {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 1px solid #B4D5F0;
    margin-top: 10px;
}

    .objecttable td {
        padding-left: 20px;
        padding-right: 20px;
    }

    .objecttable .overzichttree td {
        padding-left: 0px;
        padding-right: 0px;
    }

    .objecttable .filters {
        margin-top: 10px;
    }

.inputtable {
    width: 70%;
    border-collapse: collapse;
    line-height: 20px;
    float: left;
}

    .inputtable th {
        text-align: right;
        vertical-align: top;
        color: #124B9E;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 20px;
    }

    .inputtable td {
        padding-top: 10px;
    }

        /*.inputtable tr:first-child th {
        padding-top: 2px;
    }

    .inputtable tr:first-child td {
        padding-top: 0px;
    }*/

        .inputtable td img {
            margin-left: 5px;
        }

.logtable {
    float: right;
    width: 26%;
    border-collapse: collapse;
    background-color: #EBF0F5;
}

    .logtable th {
        height: 30px;
        background-color: #669ECC;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        font-size: 12px;
    }

    .logtable td {
        border-top: 1px solid #fff;
        line-height: 26px;
        vertical-align: top;
        padding-left: 0px;
        padding-right: 0px;
    }

    .logtable .spacer {
        width: 20px;
        border: 0px;
    }

.bijlages th {
    border: 1px solid #fff;
}

.bijlages .bijlagespacer th {
    border: 1px solid #A9ADD3;
}

.bijlages td {
    text-align: center;
}

.errorfield {
    clear: both;
    background: url("../images/error.png") no-repeat left 3px;
    padding-left: 20px;
    height: 20px;
    text-align: left;
}

.notype {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bg1 {
    background-color: #EBF0F5 !important;
}

h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.cuteedit {
    border: 0;
}

table.overzicht td.actioncol, table.overzicht th.actioncol, table.overzichttree td.actioncol {
    position: relative;
    width: 0px;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    border-spacing: 0px;
    border-image-width: 0px;
    max-width: 0px;
}

    table.overzicht td.actioncol div, table.overzichttree td.actioncol div {
        position: absolute;
        left: 0px;
        bottom: 0px;
        white-space: nowrap;
        padding-bottom: 5px;
        border-bottom: 1px solid #B4D5F0;
        z-index: 100;
    }

th.description {
    width: 150px;
}

th.subheader {
    background-color: #124B9E;
    color: #fff;
    border-top: 10px solid #fff;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.warning {
    text-align: center;
    height: 24px;
}

    .warning strong {
        background: url('../images/warning.png') no-repeat left center;
        height: 24px;
        padding-left: 30px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

textarea, input, select {
    font-size: 12px;
    border: 1px solid #B4D5F0;
    margin-right: 10px;
}

select {
    height: 24px;
}

input[type='text'], input[type='password'] {
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    width: 80%;
}

input[type='file'] {
    padding-left: 0px;
}

input.datepicker {
    width: 100px;
}

input.timepicker {
    width: 50px;
}

textarea {
    font-family: Arial;
    padding-left: 4px;
    padding-right: 4px;
    width: 80%;
}

.inputtable .bijlages {
    margin: 0 auto;
}

.goback {
    float: right;
}

.objectaction {
    float: left;
}

fieldset {
    margin-top: 1em;
    margin-bottom: 1em;
}

.actions {
    clear: both;
    margin-top: 10px;
}

/* zoeken */

#zoekform {
    float: right;
    height: 30px;
    padding-top: 10px;
}

input.zoeken {
    width: 190px;
    height: 20px;
    border: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    float: left;
}

#searchid {
    border: 0px;
    margin-right: 5px;
    float: left;
    height: 20px;
}

a.searchbutton {
    width: 20px;
    height: 20px;
    background: #fff url('../images/zoeken.png') no-repeat left top;
    float: left;
    cursor: pointer;
}

    a.searchbutton:hover {
        background-position: right top;
    }

a.searchresult {
    background-position: left bottom;
}

    a.searchresult:hover {
        background-position: right bottom;
    }

/* filters */

#filterform {
    margin-top: 10px;
    display: block;
}

#filterheader {
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
    color: #000;
    font-weight: bold;
    background: #E5E5E5;
    cursor: pointer;
    padding-right: 40px;
    padding-top: 0px;
}

    #filterheader span {
        height: 10px;
        width: 15px;
        float: left;
        margin-right: 10px;
        margin-top: 4px;
        background: url('../images/uitklappen.png') no-repeat 0px bottom;
    }

        #filterheader span.active {
            background-position-y: top;
        }

.filters {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .filters th {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        width: 20%;
        text-align: left;
        vertical-align: middle;
        line-height: 20px;
    }

    .filters td {
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

.filteroptions input {
    height: 24px;
}

input.uitsluiten {
    margin: 0px;
    border: 1px solid #B4D5F0;
}

.filters .filtersubmit, .filters .filterreset {
    line-height: 24px;
    vertical-align: middle;
    background-color: #E6E6E6;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    background-image: none;
    margin-left: 0px;
}

.filtersubmit:hover, .filterreset:hover {
    background-color: #FBB03B;
    color: #ffffff;
    cursor: pointer;
}

.filters .textfield {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

/*tooltip*/
#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
}

#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

/* profile viewer */

.profileviewer td.nopadding {
    padding: 0px;
}

.profileviewer div {
    display: none;
    margin-left: 70px;
}

    .profileviewer div table.overzicht {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

table.profileviewer th a {
    display: inline;
    text-align: center;
    padding: 0px;
}

.profileviewer td.lj, .profileviewer th.lj {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.profileviewer th img {
    height: 15px;
}

.profileviewer a.opener {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.profileviewer a.open {
    background: url('../images/opener.png') no-repeat -5px -35px;
}

.profileviewer a.closed {
    background: url('../images/opener.png') no-repeat -5px -5px;
}

.profileviewer a.open:hover {
    background-position: -35px -35px !important;
}

.profileviewer a.closed:hover {
    background-position: -35px -5px !important;
}

/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 */

#mooRainbow {
    font-size: 12px;
    color: #000;
}

#mooRainbow2 {
    font-size: 12px;
    color: #000;
}

#myDemo1 {
    font-size: 12px;
    color: #000;
}

#myDemo2 {
    font-size: 12px;
    color: #000;
}

.moor-box {
    width: 390px;
    height: 310px;
    border: 1px solid #636163;
    background-color: #f9f9f9;
}

.moor-overlayBox {
    width: 256px; /* Width and Height of the overlay must be setted here: default 256x256 */
    height: 256px;
    margin-top: 9px;
    margin-left: 9px;
    border: 1px solid #000;
}

.moor-slider {
    border: 1px solid #000;
    margin-top: 9px;
    margin-left: 280px;
    width: 19px; /* if you want a bigger or smaller slider... */
    height: 256px;
}

.moor-colorBox {
    border: 1px solid #000;
    width: 59px;
    height: 68px;
    margin-top: 20px;
    margin-left: 315px;
}

.moor-currentColor { /* Bottom Box Color, the backup one */
    margin-top: 55px;
    margin-left: 316px;
    width: 59px;
    height: 34px;
}

.moor-okButton {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    margin-top: 278px;
    margin-left: 8px;
    background: #e6e6e6;
    height: 23px;
    border: 1px solid #d6d6d6;
    border-left-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

#mooRainbow label {
    font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
    margin-top: 100px;
    margin-left: 315px;
}

.moor-gLabel {
    margin-top: 125px;
    margin-left: 315px;
}

.moor-bLabel {
    margin-top: 150px;
    margin-left: 315px;
}

.moor-HueLabel {
    margin-top: 190px;
    margin-left: 315px;
}

span.moor-ballino { /* Style hue � (degree) !! */
    margin-top: 190px;
    margin-left: 370px;
}

.moor-SatuLabel {
    margin-top: 215px;
    margin-left: 315px;
}

.moor-BrighLabel {
    margin-top: 240px;
    margin-left: 315px;
}

.moor-hexLabel {
    margin-top: 275px;
    margin-left: 280px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
    width: 30px;
}

.moor-hexInput {
    width: 55px;
}

.moor-cursor {
    background-image: url(../images/moor_cursor.gif);
    width: 12px;
    height: 12px;
}

.moor-arrows {
    background-image: url(../images/moor_arrows.gif);
    top: 9px;
    left: 270px;
    width: 41px;
    height: 9px;
    line-height: 9px;
    font-size: 0px; /* IE Fix, thanks atany */
}

.moor-chooseColor { /* Top Box Color, the choosen one */
    margin-top: 21px;
    margin-left: 316px;
    width: 59px;
    height: 34px;
}

#dbdesign table {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dbdesign td {
    width: 5%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ccc;
}

#dbdesign .nodes td.reference {
    width: 43%;
}

#dbdesign .nodes td.description {
    width: 30%;
}

#dbdesign th {
    width: 12%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ccc;
}

#dbdesign .attachments td.description {
    width: 30%;
}

#dbdesign .attachments td.type {
    width: 43%;
}

hr {
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}

/* importfunctie */

#importfunction p, #importfunction ul {
    padding-left: 5px;
    padding-right: 5px;
}

.csvexample {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #ededed;
    border: solid 1px #124B9E;
    padding: 0.3em;
}

#importfunction .gegevens {
    margin-left: 10px;
}

    #importfunction .gegevens ul {
        margin-left: 15px;
    }

#importfunction .importdata li {
    margin: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    background: #ededed;
    border: solid 1px #124B9E;
}

#importfunction .stepfrm {
    padding-top: 10px;
}

/* sorteren*/
div.sortList {
    margin: 0px;
    padding-bottom: 10px;
}

    div.sortList, div.sortList ul, div.sortList li {
        list-style-type: none;
        clear: both;
    }

        div.sortList li.jstree-node {
            border-top: 1px solid #fff;
            cursor: move;
            list-style-type: none;
            min-height: 30px;
        }

        div.sortList li a.jstree-clicked, div.sortList li a.jstree-default {
            background: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

        div.sortList li span {
            line-height: 30px;
            padding-left: 10px;
            padding-right: 10px;
            display: inline-block;
        }

            div.sortList li span.description {
                border-left: 1px solid #fff;
            }

        div.sortList li i {
            display: none !important;
        }

        div.sortList li a {
            display: block;
            min-height: 30px;
            cursor: move;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

            div.sortList li a:hover, div.sortList li a.jstree-hovered {
                background-color: #FBB03B;
                color: white;
            }

/* treelist*/
#jstree-marker {
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid !important;
}

table.overzichttree {
    width: 100%;
}

div.treeList {
    margin: 0px;
}

    div.treeList li.jstree-node {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        list-style-type: none;
        min-height: 30px;
        /*overflow: hidden;*/
    }

    div.treeList li a.jstree-anchor {
        height: auto;
        min-height: 30px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        width: 98%;
        width: calc(100% - 32px);
        border-left: 1px solid #fff;
    }

div.sortable div.treeList td {
    cursor: move;
}

div.treeList li a.jstree-clicked, div.treeList li a.jstree-default {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

div.treeList ul.jstree-container-ul li li.jstree-default, div.treeList ul.jstree-container-ul li li.jstree-node {
    margin-left: 30px !important;
}

div.treeList li span.description {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

div.treeList ul li i.jstree-icon {
    height: 30px !important;
    width: 30px !important;
}

div.treeList ul li.jstree-open > .jstree-ocl {
    background: url('../images/opener.png') left bottom !important;
}

    div.treeList ul li.jstree-open > .jstree-ocl:hover {
        background: url('../images/opener.png') right bottom !important;
    }

div.treeList ul li.jstree-closed > .jstree-ocl {
    background: url('../images/opener.png') left top !important;
}

    div.treeList ul li.jstree-closed > .jstree-ocl:hover {
        background: url('../images/opener.png') right top !important;
    }

div.treeList li a.jstree-anchor:hover, div.treeList li a.jstree-hovered {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* .hover simulates the flash interactions */
.swiff-uploader-box a {
    display: none !important;
}

#upload-status {
    padding: 10px 15px;
    border: 1px solid #eee;
}

    #upload-status .progress {
        background: url(../images/fancyupload/progress-bar/progress.gif) no-repeat;
        background-position: +50% 0;
        margin-right: 0.5em;
        vertical-align: middle;
    }

    #upload-status .progress-text {
        font-size: 0.9em;
        font-weight: bold;
    }

#upload-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #upload-list li.validation-error {
        padding-left: 44px;
        display: block;
        clear: left;
        line-height: 40px;
        color: #8a1f11;
        cursor: pointer;
        border-bottom: 1px solid #fbc2c4;
        background: #fbe3e4 url(../images/fancyupload/failed.png) no-repeat 4px 4px;
    }

    #upload-list li.file {
        border-bottom: 1px solid #eee;
        background: url(../images/gallery_uploaditem.png) no-repeat 4px 4px;
        overflow: auto;
    }

        #upload-list li.file.file-uploading {
            background-image: url(../images/fancyupload/uploading.png);
            background-color: #D9DDE9;
        }

        #upload-list li.file.file-success {
            background-image: url(../images/fancyupload/success.png);
        }

        #upload-list li.file.file-failed {
            background-image: url(../images/warning.gif);
        }

        #upload-list li.file .file-name {
            font-size: 1.2em;
            margin-left: 54px;
            display: block;
            clear: left;
            line-height: 40px;
            height: 40px;
            font-weight: bold;
            vertical-align: top;
        }

        #upload-list li.file .file-size {
            font-size: 0.9em;
            line-height: 18px;
            float: right;
            margin-top: 2px;
            margin-right: 6px;
        }

        #upload-list li.file .file-info {
            display: block;
            margin-left: 50px;
            font-size: 0.9em;
            line-height: 20px;
        }

        #upload-list li.file .file-remove {
            clear: right;
            float: right;
            line-height: 18px;
            margin-right: 6px;
        }

#upload-status.hide {
    display: none;
}

#flashuploader h4 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    margin: 4px 0px;
}

#galleryactions {
    margin-bottom: 4px;
}

#photogallery {
    margin-top: 1em;
}

    #photogallery td.check, #photogallery td.previewimage {
        text-align: center;
    }

    #photogallery th {
        background: #124B9E;
        color: White;
    }

    #photogallery .gallerydescription {
        width: 200px;
        height: 70px;
    }


ul.filterlist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}


#merger {
    width: 100%;
}

    #merger td, #merger th {
        text-align: left;
    }

    #merger .objectA, .objectB {
        width: 350px;
    }

    #merger .selector {
        width: 48px;
    }

    #merger .resultA, #merger .resultB, #merger .resultAB {
        width: 16px;
        padding: 0;
        text-align: center;
    }

.autocomplete {
    margin-right: 10px;
}


.ma-container {
    color: #000;
    border: 1px solid #333333;
    background-color: #ffffff;
    position: absolute;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ma-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .ma-container li {
        padding: 2px 5px;
        line-height: 16px;
        cursor: pointer;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .ma-container .ma-hover {
        color: #000000;
        background-color: #E5FF98 !important;
    }

    .ma-container .ma-odd {
    }

    .ma-container .ma-even {
        background-color: #efefef;
    }

.ma-loading {
    background-color: #E5FF98;
}

.ma-selected {
    background-color: #ccfda8;
}

#merger {
    background-color: #A9ADD3;
}

    #merger td, #merger th {
        padding: 2px;
    }



    #merger tr {
        border: 1px solid #ffffff;
    }

        #merger tr th {
            border-right: 1px solid #ffffff;
        }

    #merger .tbody {
        border-top: 1px solid #ffffff;
    }

    #merger td.checked {
        background-color: #ccfda8;
    }

.cuteeditorcontainer, .cuteeditorcontainer > table {
    max-width: 641px;
    width: 641px !important;
}

/*attachments*/

.overzicht .attachmentCounter {
    width: 1px;
    color: #6C7DAB;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}

.overzicht .attachmentPreview {
    width: 1px;
    text-align: center;
    background-color: #fff;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.overzicht .attachmentType {
    color: #124B9E;
    font-weight: bold;
}

tr.objectactions:hover .attachmentType {
    color: #fff;
}

.overzicht .attachmentSpacer {
    height: 10px;
    padding: 0px;
}

.overzicht td.attachmentDescription a {
    height: 18px;
    width: 14px;
    background: url('../images/lock.png') no-repeat;
    position: absolute;
    right: 10px;
    top: 30px;
}

tr.objectactions:hover td.attachmentDescription a {
    background-image: url('../images/lock-mo.png');
}

#sortAttachments ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortAttachments #positions {
    float: left;
    width: 10%;
}

    #sortAttachments #positions .position {
        height: 80px;
        text-align: center;
    }

        #sortAttachments #positions .position span {
            line-height: 80px;
        }

#sortAttachments #attachments {
    float: left;
    width: 90%;
}

    #sortAttachments #attachments li {
        height: 80px;
        line-height: 80px;
    }

#sortAttachments li {
    width: 100%;
}

    #sortAttachments li .position {
        padding: 0 10px;
    }

    #sortAttachments li img {
        vertical-align: middle;
        padding: 5px 0;
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.contentspacer {
    height: 20px;
}

.bootstrap-clearfix:before,
.bootstrap-clearfix:after {
    content: " ";
    display: table;
}

.bootstrap-clearfix:after {
    clear: both;
}

/*touch*/
html.touch .overzicht td {
    line-height: 30px;
}

html.touch .filters select {
    height: 30px;
}

html.touch .filters th {
    line-height: 30px;
}

/*toastr*/
#toast-container > div {
    opacity: 1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    padding-left: 50px;
    width: 400px;
}

    #toast-container > div:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#toast-container.toast-top-center > div {
    width: 600px;
}

.toast-close-button {
    right: 0px;
}

.toast-message a, .toast-message a:visited {
    text-decoration: none;
    color: white;
}

    .toast-message a:hover {
        text-decoration: underline;
        color: #fff;
    }

/*icheck*/
.icheckbox_minimal {
    height: 20px;
    width: 20px;
}

.objecttable .icheckbox_minimal {
    margin-right: 10px;
}

/*nicefileinput*/
.NFI-wrapper {
    float: left;
    margin-right: 10px;
}

.NFI-button {
    margin-left: 0px !important;
    height: 24px;
    line-height: 24px;
}

.NFI-filename {
    margin-top: 0px !important;
    margin-left: 10px !important;
    width: 250px !important;
    height: 22px !important;
}

/*ck editor*/
.cke_1, .cke_2, .cke_3, .cke_4, .cke_5, .cke_6, .cke_7, .cke_8, .cke_9, .cke_10 {
    border: 1px solid #B4D5F0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cke_top, .cke_bottom {
    background: none !important;
    border: 0px !important;
}

.cke_toolgroup {
    border: 0px !important;
}

/*select2 - autocomplete*/
.select2 {
    margin-right: 10px;
    width: calc(80% + 10px) !important;
}
.select2-selection {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border-color: #B4D5F0 !important;
    height: 24px !important;
}

.select2-selection__arrow {
    height: 20px !important;
}

    .select2-selection__arrow b {
        border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    }

.select2-selection__rendered {
    color: #000 !important;
    padding-left: 4px !important;
    line-height: 24px !important;
}

.select2-dropdown {
    border-color: #B4D5F0 !important;
}

.select2-results__option {
    padding: 0px !important;
    padding-left: 4px !important;
}

.select2-rendered__match {
    text-decoration: underline;
}