#header
{
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    height: 111px;
    width: 995px;
}

#bar1
{
    width: 300px;
    height: 20px;
    background-color: #122373;
    position: absolute;
}

#bar2
{
    width: 710px;
    height: 20px;
    background-color: #5EC4EC;
    position: absolute;
    left: 280px;
}

#content
{
    width: 995px;
    margin: 50px 10px 10px 0px;
    height: 100%;
}

.menu_hover
{
    cursor: pointer;
    background-color: #5EC4EC;
    color: white;
}

#error
{
    color: #D8000C;
    background-color: #FFBABA;
    padding: 5px;
    border: 1px solid #D8000C;
    margin-bottom: 5px;
}

.error_field
{
    border: 1px solid red !important;
    color: red !important;
}

.error_span_radio
{
    border: 1px solid red !important;
    color: red !important;
    padding: 5px !important;
    padding-right: 4px !important;
    margin-right: 5px !important;
}

.textarea
{
    border: 1px solid #03458F;
    font-family: verdana, sans-serif;
    font-size: 11px;
    padding: 5px;   
    background-color: #EEEEEE; 
}

.button
{
    height: 25px;   
}

.hoofdstuk_actief
{
    background-color: #122373;
}

.vraag_hoofd
{
    border-color: #1B8CB8;
    background-color: #5EC4EC;
}

.dataheader
{
    background-color: #5EC4EC;
}

.datacell
{
    background-color: #F6F6F6;
}


.inputerror_chkbox
{
    padding: 9px 5px 5px 5px;
    outline: 1px solid red;
}
 
 /* START -- FILE UPLOAD */
.progress { 
    display: none; 
    position: relative; 
    width: 99%; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
}

.bar { 
    background-color: #CCCC00; 
    width: 0%; 
    height: 20px; 
    border-radius: 3px; 
}

.percent { 
    position: absolute; 
    display: inline-block; 
    top: 0px; 
    left: 48%; 
}
/* EINDE -- FILE UPLOAD */

#bedrijfscategorie_selectie
{
    border: 3px solid #FF0068;
}

#table_aangifte_uitstel {
    width: 100%;
}