﻿h1
{
    color: #123963;
    font-family: Arial, Sans-Serif;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
}

h2
{
    color: #123963;
    font-family: Arial, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

html
{
    position: relative;
    width: 100%;
    height: 100%;
    
    overflow:auto;
/*
    overflow: visible;
*/
    margin: 0;
    padding: 0;
}

p 
{
    margin-top: 0;
    padding-top: 0;
}

.version_number
{
    margin-top: 40px;
    font-size: 8pt;
    color: #999;
    text-align: right;
}

.jaarplanShareSentMessage {
    border: solid 1px #808285;
    padding: 0 5px 5px 10px;
    margin: 10pt 4pt;
    background-color: #FFA;
    font-size: 16pt;
    border-radius: 10px;
}

.nowrap 
{
    white-space: nowrap;
}

.textblock 
{
    margin-right: 33%;
}

.no-border
{
    border: none;
    border-spacing:0;
    border-collapse:collapse;
}

.no-border td,
.no-border th {
    padding: 0;
}

.no-items 
{
    font-style: italic;
}

.clear 
{
    clear: both;
}

.multiline {
    white-space: pre-wrap;
}

.wachtwoordvergeten-link {
    font-size: 8pt;
    float: left;
}

.privacybepalingen-link {
    font-size: 8pt;
    float: right;
}

body
{
    position: relative;
    width: 100%;
    height: 100%;
/*
    overflow: auto;
*/
    margin: 0;
    padding: 0;
    font-family: /* "Constantia Italic", "Constantia-Italic",*/ Constantia, "Times New Roman" , serif;
    font-size: 12pt;
    font-weight: normal;
}

.positionrelative 
{
    position: relative;
    overflow: visible;
}

#scrollwrapper 
{
    position: relative;
    height: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
}

/*
#scrollwrapper 
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
}
*/

#pagerow
{
    height: 100%;
}

#maintable 
{
    min-height: 100%;
    min-width: 100%;
}

#mainleftcell 
{
    vertical-align: top;
    width: 65px;
    height: 100%;
    background: transparent url('../images/bg-stripes-left.png') repeat-y scroll right top;
    position: relative;
}

#mainrightcell 
{
    vertical-align: top;
    width: 65px;
    height: 100%;
    background: transparent url('../images/bg-stripes-right.png') repeat-y scroll left top;
    position: relative;
}

#spacerleft
{
    width: 35px;
}

#spacerright
{
    width: 35px;
    position: relative;
}

#spacerright .language-bar 
{
    position: absolute;
    top: 92px;
    left: 5px;
    width: 26px;
    line-height: 0;
}

#spacerright .language-bar img 
{
    padding-bottom: 5px;
}

#pagecell 
{
    vertical-align: top;
    position: relative;
}

#headersolidbar
{
    height: 3px;
    background-color: #808285;
    font-size: 0;
}

#headerdotbar
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.dots
{
    background: transparent url('../images/dot.png') repeat-x scroll center center;
    height: 6px;
    font-size: 0;
}

.small-dots
{
    background: transparent url('../images/small-dot.png') repeat-x scroll center center;
    height: 3px;
    font-size: 0;
}

#headertop
{
    position: relative;
    vertical-align: bottom;
    height: 88px;
    background: transparent url('../images/top-header-image.png') no-repeat scroll right bottom;
    font-family: "Constantia Italic" , "Constantia-Italic" , Constantia, "Times New Roman" , serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: normal;
    color: #123963;
}

#headertop a #headertop a:hover, #headertop a:link, #headertop a:active, #headertop a:visited
{
    text-decoration: none;
    color: #123963;
}

#headertop .menu
{
    vertical-align: bottom;
    position: absolute;
    bottom: 8px;
    padding-right: 70px;
}

#headertop .menu .sep
{
    padding: 0 1.1ex;
}

#headertop .menu a:hover
{
    background-color: #FFC; 
}

#a3methodiek-header
{
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
    height: 133px;
    background: #fff url('../images/bg-header.png') repeat-x scroll right center;
}

#a3methodiek-header.klokSlaatDrieOver {
    background-image: url('../images/bg-header2.png');
}

.a3-header-overlay
{
    height: 100%;
    background: transparent url('../images/bg-a3-digitaal.png') no-repeat scroll right center; /* IE6 Transparante png */
}

/* Custom logo */

#headertop .CustomLogoLeft {
    display: block;
    left: 0;
    position: absolute;
}

#headertop .CustomLogoCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#headertop .CustomLogoRight {
    display: block;
    right: 60px;
    position: absolute;
}

/* Popup windows */
.popup
{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -358px;
    margin-top: -240px;
    height: auto; /*484px;*/
    width: 708px;
    z-index: 101;
    overflow: visible;
    font-size: 12pt;
    padding: 2px;
}

.popup-close
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: transparent url('../images/icons/close.png') no-repeat scroll 0 0;
    cursor: pointer;
    z-index: 200;
}

.popup-close:hover
{
    background-position: -30px 0;
}

.popup-body
{
    overflow: auto;
    background: #fff;
    border: 2px solid #cecece;
    padding: 0 12px;
    max-height: 482px;
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    height: auto;
    z-index: 102;
}

.popup-body .buttons 
{
    text-align: right;
}


.popup-body .buttons a 
{
    margin-left: 15px;
}

#backgroundPopup
{
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 100;
    cursor: wait;
}


.text_align_right {
    text-align: right;
}

/* 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="email"] {
    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;
}

/* bullets */

.orangebullets li
{
    color: orange;
}

.bluebullets li
{
    color: #123963;
}

.orangebullets li div, 
.orangebullets li span,
.bluebullets li div, 
.bluebullets li span
{
    color: black;
} 

ul.no-bullets 
{
    margin: 0;
    padding: 0;
}

ul.no-bullets li
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

/* SUBMENU */

.submenu 
{
    padding-top: 5px;
    padding-left: 3em;
    font-size: 16pt;
}

.submenu span 
{
    color: #123963;
    font-style: italic;
    font-weight: normal;
}

.submenu .selected {
    text-decoration: underline;
}

.submenu a, 
.submenu a:hover,
.submenu a:visited,
.submenu a:active,
.submenu a:link
{
    color: #123963;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

.submenu .highlighted,
.submenu a:hover 
{
    background-color: #FFC;
}

.submenu .sep 
{
    padding: 0 1.1ex;
    color: #123963;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
    font-size: 14pt;
}

.submenu .organisatie-mode {
    font-size: 14pt;
    float: right;
    margin-left: 5pt;
    margin-right: 5pt;
}
    

/* 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-row label
{
    float: left;
    text-align: right;  
    margin-left: -16em;
    width: 15em;  
}

.form-row label.inline
{
    float: none;
    text-align: left;  
    margin-left: 0;
    width: auto;
}

.form-row label.error
{
    float: none;
    text-align: left;  
    color: red;
    margin-left: 0;
    width: 100%;  
    clear: both;
    display: block;
}

.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,
body .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,
body .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,
body .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,
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,
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,
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,
body .form-label-25em .label {
    margin-left: -26em;
    width: 25em;
}

body .form-layout div.form-label-35em,
body .form-label-35em div.form-row {
    padding-left: 36em;
}

body .form-label-35em label,
body .form-label-35em .label {
    margin-left: -36em;
    width: 35em;
}



/* Data table */
.data-table,
.data-table td,
.data-table th
{
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 2px 5px;
    vertical-align: top;
}

.data-table th 
{
    border-bottom-color: #123963;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

/* Buttons */

.add-button,
.edit-button,
.remove-button,
.details-button,
.superuser-button,
.back-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/icons/add.png');
}
.edit-button 
{
    background-image: url('../images/icons/pencil.png');
}
.remove-button 
{
    background-image: url('../images/icons/cross.png');
}
.details-button 
{
    background-image: url('../images/icons/magnifier.png');
}
.superuser-button 
{
    background-image: url('../images/icons/shield_go.png');
}
.back-button 
{
    background-image: url('../images/icons/arrow_undo.png');
}


/* Login pagina */
/* #login-onlyinternal {

} */

    /* #login-onlyinternal .login-wrapper {
    }  */

#login-onlyinternal .inlog-intern {
    margin: 0 auto;
    width: 30em;
}

#login-withexternal {
    margin: 0 auto;
}

    #login-withexternal .login-wrapper {
        display: table;
        margin: 0 auto;
        width: auto;
    } 
    
    #login-withexternal .inlog-intern {
        width: 30em;
        display: inline-block;
    }

    #login-withexternal .inlog-extern {
        float: right;
        margin: 2em;
    }

/* aurelia */
body ux-dialog-overlay.active {
    background-color: #aaaaaa;
    opacity: 0.3;
}

ux-dialog-header {
    color: #333333;
    font-weight: bold;
    font-size: 1em;
}

/* draggable (new) */
.draggable-handle {
    cursor: pointer;
}