﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #88898C; /*b6b7bc*/ /* Achtergrond webpagina */
    font-size: .80em;
    font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #4A433B;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

a:hover
{
    color: #88898C;
    text-decoration: underline;
}

a:active
{
    color:#88898C;
    text-decoration: none;
}

p
{
    margin-bottom: 12px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/


h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #EAE2DA;
}
/*
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
*/
h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.lblH3
{
    font-size: 1.2em;
    font-weight: 600;
    color: #4A433B;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

.lblH2
{
    font-size: 1.6em;
    font-weight: 600;
    color: #4A433B;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}
.lblH1
{
    font-size: 3.0em;
    font-weight: 700;
    color: #4A433B;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1280px;
    background-color: #FFF;
    margin: 12px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
   
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;*/
    background: #FFFFFF;
    width: 100%;
/*    background-image: url('../Images/header.png');
    background-repeat: repeat-x;*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #EAE2DA;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
/*----------------------------------------------------------*/

div.hideSkiplink
{
/*    background-color:#3a4f63;*/
    background-color:#58585A; /* Achtergrond achter knoppen*/
    width:100%;
}

div.menu
{
    padding: 4px 4px 4px 8px;
}
div.menu li
{
    display: inline-block;
    margin: 1px;
    padding: 0px;
    width: 140px;
}

div.menu ul
{

    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #797A7C;
    border: 1px solid #605750;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

div.menu ul li a:hover
{
    background-color: #b7b9bb;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #b7b9bb;
    color: #FFFFFF;
    text-decoration: none;
}

/* To get rid of the flickering */
div.menu ul li ul
{
    display: none;
}

div.menu ul li 
{
    position: relative; 
    /*float: left;*/
    list-style: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #797A7C;
    border-radius:6px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 14px;
    font-weight:bold;
    padding: 2px 2px 2px 2px;
    color: #797A7C;
    background-color: White;
 }

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
.textbox
{
    font-size: 11px;
    height: 14px;
}
.textboxR
{
    font-size: 11px;
    text-align:right;
    height: 14px;
}
select
{
    font-size: 12px;
    height: 20px;
}
div.accountInfo
{
    width: 42%;
}

.cancelPanel
{
    font-size: 12px;
    color: Gray;
}

.helptext
{
    font-size: 12px;
    color: Gray;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.button
{
    background-position: center center;
    border-style: none;
    border-width: 1px;
    background-color: #E2E2E2;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #EAE2DA #820257 #820257 #EAE2DA;
    height: 25px;
    background-image: url('../Images/ButtonBack2.png');
    background-repeat:repeat-x;
    font-weight: bold;
}

.buttonS
{
    background-position: center center;
    border-style: none;
    border-width: 1px;
    background-color: #E2E2E2;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #EAE2DA #820257 #820257 #EAE2DA;
    height: 20px;
    background-image: url('../Images/ButtonBack2.png');
    background-repeat: no-repeat;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
/*    color: White;*/
}
.loginLabel
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    vertical-align:bottom;
    padding: 10px;
    padding-top: 65px;
/*    color: White;*/
}
.failureNotification
{
    font-size: 13px;
    color: Red;
    background-color: #FFD9D9;
    border: 1px solid white;
}
.agentLabel
{
    font-size: 1.1em;
    display: block;
    text-align: center;
    vertical-align:bottom;
    padding: 10px;
    padding-top: 65px;
    color: #FFFFFF;
}
.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*--Modal popup --*/
.modalBackground
{
    background-color:#121212;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.mdePanel
{
    background-color: White;
    border: 1px solid black;
    padding: 8px;
}

/* Listview*/
.mainFolders
{
    width: 400px;
    height: 600px;
}

/* calendar */
.calendar {
	background-color: white;	
	font-family: Tahoma;
	font-size: 8pt;
}

.calendar td 
{
	font-family: 'Source Sans Pro', Tahoma;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
}

.calendar table
{
    background-color: #E5E5E5;
}

.calendar tr td a {
	text-decoration: none;
}

.calendar td a {
	text-decoration: none;
}

.calendar td.today a 
{
    border: solid 1px red;   
}

.calendar td.selected  
{
    background-color: #FBE694;
}

.ActionPanel
{
    width:400px;
    background-color: White;
    border: 2px solid black;
    padding: 10px;
}

.lblGridview
{
    font-size: 12px;
    color: #4A433B;
}

.lblGridviewR
{
    font-size: 12px;
    color: #4A433B;
    text-align: right;
}

 .hdrGridView
{
    font-size: 12px;
    font-weight: normal;
    
/*    Font-Size="11px" BorderColor="#EAE2DA" BorderStyle="Solid" BorderWidth="1px" Font-Bold="false"  HorizontalAlign="Center" Font-Underline="false" ForeColor="#4A433B"*/
}
 
.hdrGridViewL
{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    
/*    Font-Size="11px" BorderColor="#EAE2DA" BorderStyle="Solid" BorderWidth="1px" Font-Bold="false"  HorizontalAlign="Center" Font-Underline="false" ForeColor="#4A433B"*/
}
.gvRow
{
    background-color: #FDFEFF;
} 

.gvRowRed
{
/*    background-position: left baseline;
    background: white url("../Images/Button-rood.png") no-repeat;*/
    font-size: 12px;
    font-weight:bold;
    color: Red;
    cursor: pointer;
    text-align: left;
}
.gvRowOrange
{
/*    background-position: left baseline;
    background: white url("../Images/Button-oranje.png") no-repeat;*/
    font-size: 12px;
    font-weight:bold;
    color: Orange;
    cursor: pointer;
    text-align: left;
}
.gvRowGreen
{
/*    background-position: left baseline;
    background: white url("../Images/Button-groen.png") no-repeat;*/
    font-size: 12px;
    font-weight:bold;
    color: Green;
    cursor: pointer;
    text-align: left;
}
.gvRowRed_selected
{
    background-position: left baseline;
    background: #DADADC url("../Images/Button-rood_grijs.png") no-repeat;
    font-size: 12px;
    font-weight:bold;
    color: White;
    cursor: pointer;
}
.gvRowOrange_selected
{
    background-position: left baseline;
    background: #DADADC url("../Images/Button-oranje_grijs.png") no-repeat;
    font-size: 12px;
    font-weight:bold;
    color: White;
    cursor: pointer;
}
.gvRowGreen_selected
{
    background-position: left baseline;
    background: #DADADC url("../Images/Button-groen_grijs.png") no-repeat;
    font-size: 12px;
    color: White;
    font-weight:bold;
    cursor: pointer;
}

 .gvPager
 {
     background-color:#F7F7DE;
     color: Black;
     text-align: right;
 }
 
 .gvFooter
 {
     background-color: #CCCC99;
     border-top: 1px dotted black;
 }
 .gvSelect
{
    cursor: pointer;
}
 .pnlTitle
 {
     vertical-align:top;
 }
 
 .txtMulti
 {  
	font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: Black;
    font-size: 15px;
 }
 
.treeview
{
	font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
.trLabel
{
	font-family: 'Source Sans Pro', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: Black;
    
}

.uplLabel
{
     vertical-align:top;
     height: 30px;
}
.txtReadonly
{
    color: Gray;
}
.lstBox
{
    border: 0px solid black;
    color: Gray;
}


.yubiKeyInput 
{
	background: white url("../Images/yubiright_16x16.gif") no-repeat 2px 2px;
	padding-left: 20px;
	height: 18px;
	width: 115px;
}
.SelectedRowInGV
{
    background-color: #58595b;
}
.UnSelectedRowInGV
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #B9BABD;
    
/*     border: 1px solid #EAE2DA;*/
}

.labelHomepage
{
    color: #4A433B;
    font-size: 12px;
}
.valueHomepage
{
    color: #4A433B;
    font-size: 12px;
}

.bcLink
{
    color: #4A433B;
    font-size: 12px;    
}