﻿
* {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    font-size: 11pt;
    font-family: calibri, arial, helvetica, sans-serif;
}

body {
}

.back {
    /*background: linear-gradient(#eeeeee, white);*/
    position: fixed;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: block;
}

.forecolor1 {
    color: #577b95;
}

.forecolor2 {
    color: #000000;
}

.forecolor3 {
    color: #868e51;
}

.backcolor1 {
    background-color: #544596;
}

.logo {
    
    display: block;
    width: 250px;
    height: 115px;
    background-image: url(Images/logo.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center center;
}

.private .logo {
    width: 150px;
    height: 70px;
    background-size: 150px;
    float: right;

}

.loggedon .logo {
    width: 150px;
    height: 70px;
    background-size: 150px;

}

.public .menu1 {
    display: none;
}

.loggedon .menu {
    border-bottom-style: solid !important;
}

.loggedon .menu1 {
    display: inline-block !important;

}

.anonymous .menu {
    border-bottom-style: none !important;

}

.public #Language1 {
    position: absolute;
    left: 50%;
    top: 10px;
    display: block;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}
.public #Language1 ul li a {
    border-radius: 4px;
                background-color: rgba(180,180,180,0.4);
}

.public .partlogin .title {
    display: none;
}

.public .partlogin .formrow input {
    margin-left: 60px;
}
.public .partlogin .button {
    margin-left: 10px;
}

.main {
    min-width: 320px;
   width: 100%;
    display: block;
    margin: 0px auto;
}

.public .main {
    display: block;
    width: 600px;
    height: 600px;
    margin: 100px auto;
}

.content {
    padding-left: 10px;
    padding-right: 10px;
}

.header {
    display: block;
    height: 55px;
}


.logo {
    padding-left: 10px;
    font-size: 2.0rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}


/*Menu*/

.menu {
    border-bottom: solid 5px #577b95;
}

.menu1 {
    display: inline-block;
}

    .menu1 .menuitem1 {
        display: inline-block;
    }

        .menu1 .menuitem1 a {
            display: inline-block;
            padding: 4px 4px 4px 4px;
            margin-left: 6px;
            text-decoration: none;
            color: #577b95;
            font-size: 1.2rem;
            font-weight: bold;
        }

            .menu1 .menuitem1 a:hover, .menu1 .menuitem1 .on {
                background-color: rgba(8,8,164,0.2);
            }




#Language1 {
    margin-left: 10px;
    display: inline-block;
}

#Language1 ul {
    display: inline-block;
}

    #Language1 ul li {
        display: inline-block;
    }


        #Language1 ul li a {
            display: inline-block;
            padding: 4px 10px 4px 10px;
            margin-right: 10px;
            text-decoration: none;
            color: #000000;
            font-size: 1.0rem;
        }

            #Language1 ul li a:hover,  #Language1 ul li .on {
                background-color: rgba(180,180,180,0.8) !important;
            }

#QuickMenu1 {
    float: right;
    display: inline-block;
}

    #QuickMenu1 ul {
        display: inline-block;
    }

        #QuickMenu1 ul li {
            display: inline-block;
        }

            #QuickMenu1 ul li a {
                display: inline-block;
                padding: 4px 10px 4px 10px;
                margin-right: 10px;
                text-decoration: none;
                color: #4f8cc9;
                font-size: 1.2rem;
                font-weight: bold;
            }

                #QuickMenu1 ul li a:hover, #QuickMenu1 ul li .on {
                    background-color: #d7e9f5;
                }

/* FOOTER */


    .footer {
        min-width: 320px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        margin: auto;
        display: block;
        border-top: solid 5px #577b95;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: white;
    }

        .footer a {
            font-size: 0.9rem;
            color: #577b95;
            text-decoration: none;
        }

        .footer .left {
            box-sizing: border-box;
            width: 25%;
            float: left;
            text-align: left;
            padding-left: 10px;
        }

        .footer .center {
            box-sizing: border-box;
            width: 45%;
            float: left;
            text-align: center;
            font-size: 0.9rem;
        }

        .footer .right {
            box-sizing: border-box;
            width: 30%;
            float: left;
            text-align: right;
            font-size: 0.9rem;
            padding-right: 10px;
        }

/*PART*/

.part {
    display: block;
    padding-bottom: 60px;
}

.public .part {
    padding-bottom: 0px;
    }

.parttextjustify {
    text-align: justify;
}

/*CONTROLS*/

.title {
    color: #577b95;
    font-size: 1.8rem;
    padding: 20px 0px 10px 0px;
    display: block;
}

.form {
    padding-top: 10px;
    display: block;
}

    .form .formrow {
        padding-top: 10px;
        display: block;
    }

.button {
    border: solid 1px gray;
    padding: 3px;
    min-width: 50px;
    background-color: #cccccc;
    color: #555555;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 120px;
    text-align: center;
}

.buttoninvert {
    border: solid 1px gray;
    padding: 3px;
    min-width: 120px;
    background-color: #cccccc;
    color: #555555;
    text-align: center;
}

.checkbox {
    display: inline-block;
}

    .checkbox input {
        margin: 2px;
        display: inline-block;
    }

.textbox {
    border: solid 1px gray;
    padding: 2px;
}

.textboxerror {
    border: solid 1px darkred;
    padding: 2px;
}

.dropdownlist {
    border: solid 1px gray;
    padding: 2px;
    min-width: 120px;
    max-width: 260px;
}

.longtextbox {
    border: solid 1px gray;
    width: 200px;
    height: 100px;
    padding: 2px;
}

.longtextboxerror {
    border: solid 1px darkred;
    width: 200px;
    height: 100px;
    padding: 2px;
}

.watermark {
    border: solid 1px gray;
    padding: 2px;
}


.errormessage {
    color: darkred;
    font-weight: bold;
    display: block;
    padding: 10px;
}


/* CONTROLPANEL */

.controlpanel {
    display: none;
}

/*PROPERTYEDITOR*/

.propertyeditor {
}

    .propertyeditor .propertyeditortable {
        display: block;
    }

    .propertyeditor .propertyeditor_item {
        padding-bottom: 5px;
        display: block;
    }

        .propertyeditor .propertyeditor_item .propertyeditor_item_description {
            min-width: 70px;
            display: block;
        }

        .propertyeditor .propertyeditor_item .propertyeditor_item_value {
            display: block;
        }

    .propertyeditor .propertyeditor_hasrequired {
        display: block;
    }

    .propertyeditor .longtextbox, .propertyeditor .longtextboxerror {
        width: 80%;
        height: 100px;
        max-width: 500px;
    }


/*POPUP*/


.popup {
    z-index: 300;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(50,50,50,0.7);
}

.popup_box {
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    background-color: white;
    border: solid 1px black;
    max-width: 800px;
    max-height: 700px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup_buttons {
    display: block;
    padding: 20px;
    height: 30px;
    border-bottom: solid 1px black;
    background-color: rgba(50,50,50,0.4);
}

.popup_buttons_below {
    display: block;
    padding: 20px;
    text-align: center;
    height: 30px;
}

.popup_content {
    overflow-y: auto;
    max-width: 800px;
    max-height: 426px;
}

.popup_content_withpadding {
    padding: 10px;
    overflow-y: auto;
    max-width: 800px;
    max-height: 426px;
}


.PopupTable {
    display: block;
    width: 300px;
    height: 200px;
    background-color: white;
    padding: 40px;
    border: solid 1px black;
}

/*DOWNLOAD*/
.partdownloads {
}

    .partdownloads .itemheader {
        display: block;
        font-weight: bold;
        min-width: 320px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
    }

    .partdownloads .sort .sortitem:first-child {
        background-image: url(Icons/Sort_24.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: left center;
    }


    .partdownloads .filter {
        background-image: url(Icons/Filter_24.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: left 3px;
    }

        .partdownloads .filter .filteritem {
            display: inline-block;
            padding-bottom: 5px;
            padding-right: 5px;
        }


@media all and (max-width: 700px) {

    .partdownloads .filter .filteritem .description {
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}


@media all and (min-width: 700px) {

    .partdownloads .filter .filteritem .description {
        display: inline-block;
    }
}


.partdownloads .filter .filteritem .field {
    display: inline;
}

.partdownloads .sort {
        display: table-row;
}

    .partdownloads .sort .sortitem {
        
    display: table-cell;

    }

.partdownloads .sort a, .partdownloads .sort span {
    color: #577b95;
    text-decoration: none;
}

.partdownloads .btnfilter {
    border: solid 1px gray;
    padding: 3px;
    min-width: 50px;
    background-color: #cccccc;
    color: #555555;
}

.partdownloads .noitems {
    padding: 35px;
    font-style: italic;
    color: #333333;
    border-top: solid 1px #dddddd;
}

.partdownloads .item {
    display: table-row;
    border-top: solid 1px #dddddd;
    margin-top: 2px;
}

    .partdownloads .item DIV {
    }

.partdownloads .buttons {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 30px;
}

.partdownloads .datum {
    display: table-cell;
    text-align: left;
    width: 80px;
}

.partdownloads .type {
    display: table-cell;
    text-align: left;
    min-width: 70px;
}

.partdownloads .grootte {
    display:  table-cell;
    text-align: left;
    width: 100px;
}

.partdownloads .nummer {
    display:  table-cell;
    text-align: left;
    width:80px;
}

.partdownloads .leverancier {
    display:  table-cell;
    text-align: left;
    min-width: 80px;
}

.partdownloads .bedrag {
    display:  table-cell;
    text-align: right;
    padding-right:10px;
    width:50px;
}
.partdownloads .dossier {
    display:  table-cell;
    text-align: left;
    width:80px;
}

.partdownloads .omschrijving {
    display:  table-cell;
    color: #888888;
    font-style: italic;
}


.partdownloads .btndownload {
    background-color: transparent;
    border-style: none;
    background-image: url(Icons/Open_24.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.partdownloads .btndownload2 {
    background-color: transparent;
    border-style: none;
    background-image: url(Icons/Time_24.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.partdownloads .btndetail {
    background-color: transparent;
    border-style: none;
    background-image: url(Icons/Letter_24.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    margin-top: -12px;
    margin-left: -15px;
}


#progress {
    width: 200px;
    padding: 25px;
    text-align: center;
    border: solid 1px black;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 400;
}

#progress_box {
    display: none;
    content: ' ';
        z-index: 300;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(50,50,50,0.7);
}

/* INPUTFIELD*/

.inputfieldwrapperrow {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;

}

.inputfieldwrapperrow .description { 
    display: inline-block;
    min-width: 160px;
}
.inputfieldwrapperrow .inputfield { 
    display: inline;

}
.inputfieldwrapperrow .required { 
    display: inline;

}

/* PARTLOGIN */

.public .partlogin {
    display: block;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}