﻿
.DefTxt
{
	font-size: 9pt;
	font-family: Arial;
	font-style:normal;	
	color:#428bca;
}
.DefTitle, .DefTitleVerplicht
{
	color: #428bca;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
}

.DefTitleVerplicht {
    color: blue;            
}

.NavBackground {
    background-color: black;
    color:white;
}

.DefButtonKleur {
    color: #fff;
    background-color: #337ab7;
}

.DefTitleKlein
{
	color: #428bca;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

.DefTxtKlein
{
	font-size: 8pt;
	font-family: Arial;
	font-style:normal;	
	color:#428bca;
}

.DefButton {
    font-size: 9pt;
    vertical-align: middle;
    font-family: Arial;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
}

.ClsButton
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #428bca;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ClsButtonKlein
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #970A38;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.BackColor
{
	background-color: #EBEBEB;
}

.BackColorSheet
{
	background-color: #EBEBEB;
}

.TitleBalk
{
Font-Size: 9pt;
	Font-family: "Arial" ;
    text-align: left ;
    font-weight: bold;
    Color: white;
    background-color: #428bca;      
       }	

.MyLinks A:link, .MyLinks A:visited
{    
	text-decoration: underline;
	color:#990033;
	font-weight: bold;	
}

.GridItemStyleDef {
    Font-Size: 8pt;
    Font-family: "Arial";
    text-align: left;
    font-weight: normal;
    Color: #428bca;   

    background-color: White;
}



.GridAltItemStyleDef {
    Font-Size: 8pt;
    Font-family: "Arial";
    text-align: left;
    font-weight: normal;
    Color: #428bca;
    background-color: #EBEBEB;
}

.GridHeaderStyleDef {
    Font-Size: 9pt;
    Font-family: "Arial";
    font-weight: bold;
    text-align: center;
    Color: white;     
    background-color: #428bca;
}	

.template-checkbox {
   text-align:center;
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #428bca;
    border-radius: 12px;
    padding: 0
}

    .modalPopup .header {
        background-color: #428bca;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;

     
    }

    .modalPopup .body {
        min-height: 50px;
        
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }



.CustomComboBoxStyle .ajax__combobox_itemlist li {
    
    padding: 5px;    
    text-align: left;  
    font-size: 9pt;
    font-family: Arial;
    font-style: normal;
    color: #428bca;
    border:none;
    width:200px;

}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
      
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


td,th{
    padding-left:5px;
    padding-right:5px;
}
th{
    text-align:center;
}