﻿.label 
{
    padding-right: 10px;
}

.bold 
{    
    font-weight: bold;
}

.title 
{
    font-size: 13px;
    font-weight: bold;
}

.right 
{    
    text-align: right;
}

.field 
{
    padding: 1px;
}

.width75 
{
    width: 100px !important;
}

.width350 
{
    width: auto;
}

.field input[type="text"]
{
    border: solid 1px #4A4C53;
    width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.inputSelect
{
    border: solid 1px #4A4C53;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.suffix 
{
    padding-left: 5px;
}

.error 
{
    color: #d60000 !important;
}

.form
{
}

.result
{
    width: 100%;
}

.result td 
{
    border-bottom: dotted 1px #d2d2d2;
    padding: 3px 0px 3px 0px;
}

.box 
{
    border: solid 1px #A5A6A9;
    background-color: #f3f3f3;
    padding: 11px;
    margin-bottom: 5px;
}

.valid 
{
    border: solid 1px #464646 !important;
}

.invalid
{
    border: solid 1px #d60000 !important;
}

.summary 
{
    margin-top: 10px;
}

.header 
{
    font-weight: bold;
    font-size: 18px;
   	color: #F4D400;
	text-transform: uppercase; 
	border: solid 3px #F4D400;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 3px 0px 3px 0px;
}

sup 
{
    position: relative;
    top: 3px;
}

.storingoverzicht
{
    border: solid 1px #4A4C53 !important;
    font-size: 10px;
}

.storingoverzichtHeader
{
    background-color: #4A4C53;
    color: #F4D400;
    font-weight: bold;
    font-size: 10px;
    vertical-align: top;
}

.storingoverzichtHeader>th
{
    vertical-align: top;
}

.storingoverzichtRow
{
    border-bottom: solid 1px #4A4C53 !important;
    vertical-align: top;
}

.storingoverzichtRow>td
{
    font-size: 10px !important;
    background-color: #ffffff;
    vertical-align: top;
}

.storingoverzichtRowAlt 
{
    border-bottom: solid 1px #4A4C53 !important;
    vertical-align: top;
}

.storingoverzichtRowAlt>td
{
    font-size: 10px !important;
    background-color: #efefef;
    vertical-align: top;
}

.storingoverzichtPager
{
    background-color: #4A4C53;
    color: #F4D400;
    font-weight: bold;
    font-size: 9px;
}

.storingoverzichtPager span
{
    color: #efefef !important;
    font-weight: bold !important;
    font-size: 10px !important;
}

.storingoverzichtPager a
{
    color: #F4D400 !important;
    font-weight: bold !important;
    font-size: 10px !important;
}

.regiontable 
{
    border: solid 1px #4A4C53 !important;
}

.RegioSelect 
{
    margin: 5px;
    border-width: 0px;
    width: 175px;
}

.RegioSelectHeader 
{
    background-color: #4A4C53;
    color: #F4D400 !important;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.RegioLabel 
{
    font-weight: bold;
}

/*Begin Tegemoetkomingsregeling*/
.TegemoetkomingsregelingView1 div, .TegemoetkomingsregelingView2 div
{
	display:block;
}

.TegemoetkomingsregelingView1 .TegemoetkomingsregelingLabel
{
	float:left;
	font-weight:bold;
	width:150px;
}

.TegemoetkomingsregelingView2 .TegemoetkomingsregelingLabel
{
	float:left;
	width:150px;
}

.TegemoetkomingsregelingValidation li
{
	color:Red;
}
.TegemoetkomingsregelingContainer
{
    margin:2px 3px;
	float:left;
}

.TegemoetkomingsregelingContainer input, .TegemoetkomingsregelingContainer select
{
	border:#A5A6A9 1px solid;
}

.TegemoetkomingsregelingContainer div,
.TegemoetkomingsregelingView2 .TegemoetkomingsregelingLabel, .TegemoetkomingsregelingView2 .TegemoetkomingsregelingContainer
{
	margin:2px 3px;
}
.TegemoetkomingsregelingClear
{
	clear:both;
}

.GBAanhef
{
	width:40px;
}

.GBVoorletters
{
	width:60px;
}
.GBTussenVoegsel
{
	width:80px;
}
.GBNaam
{
	width:100px;
}
.GBKlantNummer1
{
	width:70px;
}
.GBKlantNummer2
{
	width:30px;
}
.GBEANCode
{
	width:150px;
}
.GBPostCode, .GBHuisnummer, .GBToevoeging
{
	width:65px;
}
.GBStraatnaam, .GBWoonplaats
{
	width:230px;
}
.GBRekening
{
	width:150px;
}

.questionMark {
	position:relative;
	height:16px; /*dimensions of our image*/
	width:16px;
	float:right;
	background:url('/SiteCollectionImages/questionMark.gif') top left no-repeat;
}
.toolTip {
	position:absolute;
	left:26px; /*Moves it to the right beside the question mark*/
	top:0;
	display:none;
	/*Making it look pretty*/
	width:200px;
	padding:5px;
	border:1px solid #ffffff;
	background-color:#eeeeee;
	font:10px/12px Arial, Helvetica, sans-serif;
}

/*Einde Tegemoetkomingsregeling*/
