﻿
/* ---- Basis responsive CSS voor de template ---- 
 Gelieve eigen CSS in te vullen in de 'Custom.css' file
 Zodoende kan deze css steeds vervangen worden met de laatste versie 

 Laatste aanpassing : 24/01/2014 stth
*/

html
{
    /*
    border-top-color: #C2D72F;
    border-top-style: solid;
    border-top-width: 7px;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    color: #525252;
        */
}

body
{
    /*
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    color: #525252;
    background-repeat: no-repeat;
    */
}

/*Pagina tot boven laten komen*/
*
{
    margin: 0;
    padding: 0;
}


h1, h3
{
    border-bottom-color: #C2D72F;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #5C5C5C;
    font-size: 24px;
    display: block;
}

.subtiele_h1
{
    color: LightGray;
    width: 24px;
    border-bottom: 2px solid LightGray;
    width: 100%;
    text-align: right;
}

h3
{
    font-size: 18px;
    width: 100%;
}

h2
{
    color: #5C5C5C;
    font-size: 18px;
    margin-bottom: 5px;
}


#ctl00_wrapper, #ctl00_ctl00_wrapper, #wrapper, .header .headerContent, #footer
{
    width: 1200px;
    margin: 0 auto auto;
    background-color: White;
}

.shadow
{
    -webkit-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
}

#content
{
    padding: 0.75%;
    width: 98.5%;
    min-height: 300px;
}

.header
{
    height: 100px;
    position: relative;
    width: 100%;
    background-color: White;
    overflow: hidden;
    margin-bottom: 20px;
}

.header .logo
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 102px;
    background-image: url('images/Logo_no_baseline_200.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.header .headerContent .titel_small
{
    font-size: 12px;
    color: Gray;
    font-weight: normal;
}

.header .headerContent .menu
{
    width: 100%;
    height: 25px;
    display: block;
    margin-top: 4px;
    position: relative;
}

.header .headerContent .menu ol
{
    list-style-type: none;
    width: 100%;
    height: 25px;
}

.header .headerContent .menu ol li
{
    display: inline;
    float: left;
    height: 25px;
    padding: 4px;
    margin-right: 20px;
}

.header .headerContent .menu ol li a:hover, .header .headerContent a#pull:hover
{
    background: rgb(186,211,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(186,211,0,1) 0%, rgba(240,240,240,1) 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,211,0,1)), color-stop(96%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(186,211,0,1) 0%,rgba(240,240,240,1) 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(186,211,0,1) 0%,rgba(240,240,240,1) 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(186,211,0,1) 0%,rgba(240,240,240,1) 96%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(186,211,0,1) 0%,rgba(240,240,240,1) 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad300', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}



.header .headerContent a
{
    text-decoration: none;
    color: #5C5C5C;
    padding: 10px;
    padding-top: 5px;
    float: left;
    display: block;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    background: rgb(224,224,224); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.header .headerContent .activeMenuTab
{
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.header .headerContent .menu ol li a
{
    width: 100%;
}

.header .headerContent a#pull
{
    display: none;
    margin-top: 4px;
    margin-left: 4px;
}

.header h1
{
    color: #899B3B;
    font-size: 28px;
    padding-top: 30px;
    border-bottom-style: none;
    color: #5c5c5c;
}

.klok
{
    display: none;
}

.goToBottom, .goToTop
{
    width: 100%;
    text-align: right;
    float: left;
    text-decoration: none;
    color: Gray;
    font-size:12px;
}

.error
{
    color: Gray;
    font-size: 16px;
    font-weight: normal;
}

#footer
{
    /*background-color: #C2D72F;*/
    text-align: right;
    margin-bottom: 0px;
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #F0F0F0;
    color:#5C5C5C;
    font-size:12px;
}

#footer a, #footer a:visited
{
    color: #525252;
}

.redGlow
{
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #FF5E5E;
    border: 3px solid rgba(255,0,0, 0.5);
    box-shadow: 0 0 3px rgba(255, 0,0 , 1);
}

.greenGlow
{
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #78F580;
    border: 3px solid #66FF66;
    box-shadow: 0 0 3px #66FF66;
}

.redLabel, .greenLabel, .normalLabel, .redLabel_float, .greenLabel_float, .normalLabel_float
{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.redLabel_float, .greenLabel_float, .normalLabel_float
{
    float: left;
    width: 50px;
}

.redLabel, .redLabel_float
{
    color: Red;
    font-style: italic;
}


.greenLabel, .greenLabel_float
{
    /*color:#C2D72F;*/
    color: Green;
    font-style: italic;
}

.feedback_error, .feedback_normal, .feedback_ok, .feedback_attention
{
    width: 99.5%;
    display: block;
    border-style: solid;
    border-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.statusImage
{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
}

.statusTextSpacing
{
    display: inline-block;
    width: 10%;
    height: 100%;
}

.statusText
{
    display: inline-block; /*width:90%;*/
    height: 100%;
    text-align: left;
}

.feedback_error
{
    border-color: Red;
    background-image: url('images/stripe_error.png');
    background-repeat: repeat;
}

.feedback_attention
{
    border-color: Orange;
    background-image: url('images/stripe_attention.png');
    background-repeat: repeat;
}

.feedback_normal
{
    border-color: LightGray;
}

.feedback_ok
{
    border-color: #C2D72F;
    background-image: url('images/stripe_OK.png');
    background-repeat: repeat;
}

.fadeBackground
{
    background-color: Black;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fadeBackground_load
{
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 199999;
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ModalWindow
{
    background: #ffffff;
    position: absolute;
    width: 1000px;
    padding-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    top: -1000;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999999;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ModalWindow_small
{
    width: 250px;
    position: fixed;
    top: 50%;
    left: 40%;
    padding-bottom: 0px;
}

.ModalWindowLoadingImg
{
    padding-top: 5px;
    padding-left: 5px;
}

.ModalWindowContent
{
    width: 100%;
    padding: 10px;
    position: relative;
}

.ModalWindowFeedback
{
    width: 70%;
    float: left;
    position: absolute;
    top: -37px;
    left: 10px;
    margin-top: -10px;
}

.ModalWindow h1
{
    width: 100%;
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(rgb(245, 245, 245) 0%, rgb(232, 232, 232) 100%);
    border-bottom: 1px solid gray;
    height: 38px;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
}

.closeButton
{
    display: block;
    width: 1%;
    min-width: 20px;
    height: 20px;
    float: right;
    background-color: #C2D72F;
    color: #F0F0F0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    left: 97%;
}

/*----------------------- Clearfix ----------------------*/

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}
/* for IE/Mac */

@media print
{
    body
    {
        background-image: none;
        background: #F0F0F0;
        filter: none;
    }

    table.tr
    {
        page-break-inside: avoid;
    }

    .noPrint, .menu, #footer
    {
        display: none;
    }
}

@media screen and (max-width: 1200px)
{
    #wrapper, #footer
    {
        width: 99%;
    }
    
    .header .headerContent
    {
        margin-left: 1%;
        margin-right:1%;
        overflow: visible;
        width: 99%;
        height:auto;
    }
    
    img
    {
        max-width: 100% !important;
        max-height:100% !important;
        height: auto !important;
        display:block;
    }
}

@media screen and (max-width: 1000px)
{
    #wrapper, #footer
    {
        width: 99%;
    }

    img
    {
        max-width: 100% !important;
        max-height:100% !important;
        height: auto !important;
        display:block;
    }

    .header
    {
        height:auto;
    }
    
    .header .headerContent
    {
        margin-left: 1%;
        margin-right:1%;
        overflow: visible;
        width: 99%;
        height:auto;
    }

    .header .headerContent .menu 
    {
        height:auto;
        margin-bottom:20px;
        margin-top:10px;
    }
    
    .header .headerContent .menu ol
    {
        /*display:none;*/
        width: 99%;
        height:auto;
        display: block;
        position: relative;
        top: 10px;
        left: 0px;
    }

    .header .headerContent .menu ol li
    {
        width: 49%;
        padding:0.5%;
        margin:0px;
        margin-bottom:5px;
    }

    .header .headerContent .menu a
    {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width:95% !important;
        margin:0.5%;
    }

    .header .headerContent a#pull
    {
        display: none;
    }
}

@media screen and (max-width: 720px)
{
    #wrapper, #footer
    {
        width: 99%;
    }

    img
    {
        max-width: 100%;
        height: auto;
    }

    .header
    {
        height:auto;
    }
    
    .header .headerContent
    {
        margin-left: 1%;
        margin-right:1%;
        overflow: visible;
        width: 99%;
        height:auto;
    }
    
    .header .headerContent .titel_small
    {
        position:relative;
        top:50px;
        left:0px;
    }

    .header .headerContent .menu 
    {
        height:auto;
        margin-bottom:20px;
        margin-top:10px;
        display:none;
    }
    
    .header .headerContent .menu ol
    {
        /*display:none;*/
        width: 100%;
        height:auto;
        display: block;
        position: relative;
        top: 10px;
        left: 0px;
    }

    .header .headerContent .menu ol li
    {
        width: 99%;
        padding:0.5%;
        margin:0px;
        margin-bottom:7px;
    }

    .header .headerContent .menu a
    {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width:95% !important;
        margin:0.5%;
    }

    .header .headerContent a#pull
    {
        margin-top:20px;
        display: block;
    }
}
