﻿.ajaxPanel {
    height: 0px;
    margin: 0 0 0 0;
}

.main_content_left {
    background: #eee;
    background: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.8) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
    background: rgba(255,255,255,0.8) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    color: #000000;
}

.boxTab {
    padding: 15px 17px;
    border-radius: 0 5px 5px 5px;
    margin: 0 0 20px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.8) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
    background: rgba(255,255,255,0.8) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    position: relative;
    color: #000000;
    box-shadow: 0 0 5px #808080;
    border-left: solid 1px #808080;
    border-top: solid 0px Transparent;
}

.box {
    padding: 15px 17px;
    margin: 50px 0 50px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.8) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
    background: rgba(255,255,255,0.8) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    position: relative;
    color: #000000;
    box-shadow: 0 0 5px #c4cacc;
}

    .box h3 {
        height: 34px;
        line-height: 34px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -34px;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
    }

.box2 {
    padding: 10px 0px 10px;
    margin: 0 0 20px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.8) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
    background: rgba(255,255,255,0.8) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: rgba(255,255,255,0.8) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
    position: relative;
    color: #000000;
    box-shadow: 0 0 5px #808080;
    border-left: solid 1px #808080;
    border-top: solid 0px Transparent;
}

    .box2 h3 {
        height: 25px;
        line-height: 25px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -25px;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
    }

.navyTitle {
    background-position: 0 -100px;
    background-color: #0f4086;
}

.blueTitle {
    background-position: 0 -100px;
    background-color: #007BC6;
}

.redTitle {
    background-position: 0 -200px;
    background-color: #a5001e;
}

.colijnTitle {
    background-position: 0 -200px;
    background-color: #AD2129;
}

.greenTitle {
    background-position: 0 -300px;
    background-color: #6ba212;
}

.orangeTitle {
    background-position: 0 -400px;
    background-color: #ef8d01;
}

.yellowTitle {
    background-position: 0 -400px;
    background-color: #FFFF66;
}

.pinkTitle {
    background-position: 0 -400px;
    background-color: #FF66CC;
}

.greyTitle {
    background-position: 0 -400px;
    background-color: #666666;
}

/* ########## SUB BOX ########### */


.subbox {
    width: 1015px;
    padding: 15px 17px;
    margin: 50px 0 50px;
    border-radius: 0 5px 5px 5px;
    background: #F4F4F4;
    position: relative;
    color: #234166;
    border: 1px solid #ddd;
}

    .subbox h3 {
        height: 24px;
        line-height: 24px;
        display: inline-block;
        position: absolute;
        left: -1px;
        top: -24px;
        padding: 0 15px;
        color: #333;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        font-size: 10px;
    }

.subgreyTitle {
    background-position: 0 -400px;
    background-color: #ddd;
}

.suborangeTitle {
    background-position: 0 -400px;
    background-color: #FFCC66;
}

.subblueTitle {
    background-position: 0 -400px;
    background-color: #66CCFF;
}



/* ############ BOXPRINT ###############  */

.boxprint-title {
    width: 450px;
    padding: 15px 17px;
    margin: 10px 0 10px;
    border-radius: 15px 15px 15px;
    background: #F4F4F4;
    position: relative;
    color: #234166;
    box-shadow: 0 0 5px #c4cacc;
}

.boxprint-footer {
    width: 770px;
    padding: 15px 17px;
    margin: 10px 0 10px;
    border-radius: 15px 15px 15px;
    background: #F4F4F4;
    position: relative;
    color: #234166;
    box-shadow: 0 0 5px #c4cacc;
}

.boxprint {
    width: 770px;
    padding: 5px 17px;
    margin: 10px 0 10px;
    border-radius: 15px 15px 15px;
    background: #F4F4F4;
    position: relative;
    color: #234166;
    box-shadow: 0 0 5px #c4cacc;
}

    .boxprint h3 {
        height: 24px;
        line-height: 24px;
        display: inline-block;
        position: absolute;
        left: -1px;
        top: -24px;
        padding: 0 15px;
        color: #333;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        font-size: 10px;
    }

.boxprint-image-class {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 10px #c4cacc;
}

.boxprint-image-td {
    width: 140px;
    padding-right: 0px;
    padding-left: 10px;
}

.boxprint-content-td {
    width: 650px;
    color: #808080;
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
}

.content_main {
    color: #666666;
}

.boxprint-reporttitle-text {
    color: #808080;
    font-size: 1.4em;
    font-weight: bold;
}

.boxprint-content-title {
    color: #808080;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 25px;
}

.boxprint-footer-td {
    width: 630px;
}

.boxprint-logo-td {
    text-align: right;
    padding-right: 20px;
}


ul.a {
    list-style-type: circle;
}

ul.b {
    list-style-type: square;
}

ol.c {
    list-style-type: upper-roman;
}

ol.d {
    list-style-type: lower-alpha;
}

ul.e {
    list-style-type: inherit;
}

.content_main ul {
    list-style-type: inherit;
}


.notitie-blok-tabel {
    width: 800px;
}

.adres-blok-tabel {
    width: 800px;
}

.contact-blok-tabel {
    width: 800px;
}

.notitieblok-image {
    width: 100px;
    height: 100px;
}

.adresblok-image {
    width: 100px;
    height: 100px;
}

.contactblok-image {
    width: 100px;
    height: 100px;
}

.products-fieldset-itemtemplate {
    margin: 0px 0px 10px 0px;
}

.products-fieldset-items-title {
    width: 100px;
    padding: 0px 10px 3px 10px;
    border: 1px solid #b7bdcd;
    background: #fff;
}

