﻿/* Generic items 
----------------------------------------------------------*/
html,
body
{
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    color: #000;
    border: 0;
    margin: 0;
    padding: 0;
    
    line-height: 1.2;
    
    font-style: normal;
    font-size: 12pt;
    font-family: Verdana, Sans-Serif;
}

a, a:visited, a:active, a:link
{
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

a:hover
{
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

a.nofade, a.nofade:visited, a.nofade:active, a.nofade:link
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

a.nofade:hover
{
    text-decoration: underline;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

p 
{
    margin-top: 0;
    padding-top: 0;
}

.nowrap 
{
    white-space: nowrap;
}

.clear
{
    clear: both;
}

.no-bullets
{
    list-style: none;
}

.bullets
{
    list-style-type: disc;
    margin-left: 2em;
}

.textblock 
{
    margin-right: 33%;
}

.no-items 
{
    font-style: italic;
}

/* admin menu 
----------------------------------------------------------*/
#admin-menu
{
    font-size: 16pt;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    overflow: auto;
}

#admin-menu a:hover 
{
    text-decoration: none;
}

#admin-menu .exit-link
{
    position: relative;
    top: 15px;
    left: 15px;
    width: 270px;
    color: black;
    display: block;
    
    overflow: visible;
}

#admin-menu .exit-link img
{
    width: 40px;
    height: 40px;
}

#admin-menu .exit-link span
{
    position: absolute;
    top: 0;
    left: 43px;
    width: 200px;
    line-height: 40px;
    vertical-align: middle;
}

#admin-menu a
{     
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#admin-menu a:hover
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#admin-menu .admin-menu-items 
{
    margin: 50px 0 0 25px;
    padding: 0;
    list-style: none;
}

#admin-menu .admin-menu-items li
{
    padding: 4px 0 4px 10px;
    border-left: 5px solid #fff;
}

#admin-menu .admin-menu-items li:hover
{
    border-left-color: #666;
}

#admin-menu .admin-menu-items li a
{
    display: block;
}

#admin-menu .admin-menu-items li span
{
    display: block;
    margin-left: 15px;
    text-indent: -15px;
}

#admin-menu .admin-menu-items li.level-2 span
{
    padding-left: 30px;
}

#admin-menu .admin-menu-items li.level-3 span
{
    padding-left: 60px;
}

/* Admin menu seperator 
----------------------------------------------------------*/

#admin-menu-seperator
{
    position: absolute;
    left: 310px;
    width: 7px;
    height: 100%;
}

/* Admin content 
----------------------------------------------------------*/
#admin-content
{
    position: absolute;
    top: 10px;
    left: 330px;
    padding: 0 15px 15px 0;
    right: 0;
    bottom: 0;
    
    overflow: auto;
}

#admin-content .admin-content-title h1
{
    color: #333;
    border: 0;
    margin: 15px 0 15px 0;
    padding: 0;
    font-size: 22pt;
    font-weight: normal;
}

#admin-content .admin-content-details
{
    position: relative;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/*
input[type="checkbox"]
{
    display: inline-block;
    width: auto;
    text-align: left;
}
*/

input[type="text"]
{
    width: 100%;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 100%;
    border: 1px solid #CCC;
}

select 
{
    width: 100%;
}

textarea
{
    width: 100%;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffcccc;
}

.field-validation-warning
{
    color: #ffcc00;
}

.input-validation-warning
{
    border: 1px solid #ffcc00;
    background-color: #ccffcc;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Tables 
----------------------------------------------------------*/

table td,
table th 
{
    text-align: left;
}

/* Form layout 
div.form-layout[.form-label-xxem]
    div.form-row[.form-label-xxem]
        label
        label
*/

/*.display-label,
.editor-label,*/
.form-layout label 
{
    color: #123963;
}

.form-layout 
{
    position: relative;
    /*line-height: 1.5em; */
}

.form-layout div.form-row
{
    vertical-align: top;
    clear: both;
    margin: 0;
    padding: 5px 0 8px 16em;    
    display: block;
    position: relative;
    /* height: 1%; */
}

.ie-8 .form-layout div.form-row
{
    zoom: 1;
}

.form-layout div.form-row label
{
    float: left;
    text-align: right;  
    margin-left: -16em;
    width: 15em;  
}

.form-layout h2 {
    font-size: 18pt;
}
/* .form-layout hr {
} */

.ie-8 .form-layout div.form-row input[type="text"],
.ie-8 .form-layout div.form-row input[type="password"],
.ie-8 .form-layout div.form-row select,
.ie-8 .form-layout div.form-row textarea,
.ie-8 .form-layout div.form-row ul
{
    width: 93%;
}

body .form-layout div.form-label-5em,
body .form-label-5em div.form-row
{
    padding-left: 6em;
}

body .form-layout .form-label-5em label
{
    margin-left: -6em;
    width: 5em;
}

body .form-layout div.form-label-8em,
body .form-label-8em div.form-row
{
    padding-left: 9em;
}

body .form-layout .form-label-8em label
{
    margin-left: -9em;
    width: 8em;
}

body .form-layout div.form-label-10em,
body .form-label-10em div.form-row
{
    padding-left: 11em;
}

body .form-layout .form-label-10em label
{
    margin-left: -11em;
    width: 10em;
}

body .form-layout div.form-label-13em,
body .form-label-13em div.form-row
{
    padding-left: 14em;
}

body .form-label-13em label
{
    margin-left: -14em;
    width: 13em;
}

body .form-layout div.form-label-15em,
body .form-label-15em div.form-row
{
    padding-left: 16em;
}

body .form-label-15em label
{
    margin-left: -16em;
    width: 15em;
}

body .form-layout div.form-label-20em,
body .form-label-20em div.form-row
{
    padding-left: 21em;
}

body .form-label-20em label
{
    margin-left: -21em;
    width: 20em;
}

body .form-layout div.form-label-25em,
body .form-label-25em div.form-row
{
    padding-left: 26em;
}

body .form-label-25em label
{
    margin-left: -26em;
    width: 25em;
}



/* Data table 
----------------------------------------------------------*/
.data-table,
.data-table td,
.data-table th
{
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 2px 5px;
}

.data-table th 
{
    border-bottom-color: #123963;
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-weight: normal;
    background: #f6f6f6;
}

/* Buttons 
----------------------------------------------------------*/

.add-button,
.edit-button,
.mail-button,
.remove-button,
.details-button,
.back-button,
.copy-button 
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    padding-left: 18px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}

.add-button 
{
    background-image: url('../Images/add.png');
}
.edit-button 
{
    background-image: url('../Images/pencil.png');
}
.mail-button 
{
    background-image: url('../Images/email.png');
}
.remove-button 
{
    background-image: url('../Images/cross.png');
}
.details-button 
{
    background-image: url('../Images/magnifier.png');
}
.back-button 
{
    background-image: url('../Images/arrow_undo.png');
}
.copy-button 
{
    background-image: url('../Images/page_copy.png');
}


.instructie {
    border: solid 1px #808285;
    padding: 0 5px 5px 28px;
    color: #00529B;
    margin: 10pt 4pt;
    border-radius: 10px;
    background: #BDE5F8 url('../Images/magnifier.png') 5px 5px no-repeat;
}


/* Status pagina */
#admin-status-pagina a {
    text-decoration: underline;
}
