body
{
	margin: 0 0 0 0;
    padding: 0;
    padding-bottom: 1%;
	background-color: #BC841C;
	font-family: verdana,tahoma,helvetica;
	font-size: 12px;	
}

.bodyTable {
    width: 100%;
    background-color: white;
    position: relative;
    padding: 10px;
    border-radius: 15px;
}



.logo {
    height: 80%;
    margin: 10px;
}

.contentPlaceholder {
    min-height: 400px;
    height: 400px;
    vertical-align: top;
    padding:12px;
    padding-top: 20px;   
}

.topHeader {
    background-color: White;
    background-size: 100%;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.userInfo {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
}

.pnlUserinfo {
    position: absolute !important;
    right: 0;
    bottom: 1px;
}

a.pnlUserinfo {
    position: absolute !important;
    right: 5px;
    bottom: 1px;
}

.menuTop {
    position: absolute !important;
    bottom:0px !important;
    left: 100px !important;
    width: 50% !important;
}

.debugTrace a {
    color: red;
    text-decoration: none;
    float: right;
    position: absolute;
    top: 5px;
    right: 1%;
}

.debugTrace a:hover {
    color: white;
     -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
}

.bgImage {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -10000;
}

a
{
	color: #058233;
    text-decoration: none;
}

a:hover {
     -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
    color: #B2CFC0;
}

.requiredFieldLabel
{
	color: #C80000;
}

.pageTitle
{
	font-size: 14px;
	font-weight: bold;
}

/* Window styles */
.windowTable
{
	border: #8e8e8e 1px solid;
	background-color: #E6E9ED;
	border-collapse: collapse;
    width: 40%;
}

.windowTable tr:first-child {
    width: 30%;
}

.windowTable TR TD
{
	padding: 4px;
}

.searchTable,.controlTable,.loginTable
{
	border: #e5e5e5 1px solid;
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

.loginTable
{
    border: 0 !important;
}

.loginTable {
    border-radius: 15px;
}

.searchTable TR TD,.controlTable TR TD,.loginTable TR TD
{
	padding: 4px;
	vertical-align: text-top;	
}

.searchTableTitle,.controlTableTitle,.loginTableTitle
{
	background-color: white;
	color: #767676;
    border-bottom: 1px solid #e5e5e5;
}

/* End: Window styles */

/* Master template styles */

.siteName
{
	font-size: 14px;	
	font-weight: bold;
	color: #058233;
    position: absolute;
    top: 0;
    left: 6%;
}

/* End: Master template styles */

/* Control Styles */


.aspFileUpload
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	color: Black;
	font-size: 12px;
	background: White;
}

.aspTextBox, .aspTextBoxMini, .aspTextBoxSmall, .aspTextBoxLong
{
	font-size: 12px;
	color: Black;
	background-color: White;
}

.aspTextBox { width: 330px; }
.aspTextBoxMini { width: 40px; }
.aspTextBoxSmall { width: 130px; }
.aspTextBoxLong { width: 500px; }

.aspDropDownList, .aspListBox
{
	background-color: White;
	color: Black;
	font-size: 12px;
}

.mnu
{
	color: #AAFF99;
	font-family: verdana,tahoma,helvetica;
	font-size: 12px;	
}

/*
Onderstaande style wordt bij menu items gebruikt om er voor 
te zorgen dat deze in zijn geheel clickable zijn, 
i.p.v. alleen de tekst.
*/
.mnuDynMenu a, .mnuStatMenu a
{
	width:100%;
	display:block;
}

/*
Onderstaande style zorgt er voor dat het dynamic menu goed 
wordt gerendered in IE8
*/
.mnuDynMenu, .mnuStatMenu
{
	z-index: 1;	
}

/* End: Control Styles */

/* Custom Gridview */
.cgv
{
	border: #666666 1px solid;
	border-collapse: collapse;
	color: Black;
	width: 100%;
	font-size: 12px;
}

.cgv TR TD
{
	padding: 4px;
}

.cgv TR TH
{
	padding: 4px;
	background-image: url(../../app_themes/default/images/gridheaderbg.gif);
	background-repeat: repeat-x;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #878787;
	font-size: 12px;
}

.cgvHeader
{
	background-color: #8E8E8E;
	text-align: left;
}

.cgvHeader, .cgvHeader A
{
	font-weight: bold;
	color: White;
	font-size: 12px;	
}

.striped tr:nth-child(odd){
    background-color: White;
	vertical-align: text-top;
}

.striped tr:nth-child(even){
    background-color: #ededed;
	vertical-align: text-top;
}

.alternatingRowStyle, .cgvAltRow
{
	background-color: White;
	vertical-align: text-top;
}

.rowStyle, .cgvRow
{
	background-color: #ededed;
	vertical-align: text-top;
}

.customDatagridHover, .cgvRow:hover, .cgvAltRow:hover
{
	background-color: #A8E2C3;
	vertical-align: text-top;
}

.cgvSelectedRowStyle
{
	vertical-align: text-top;
	background-color: #8B9690;
	color: White;
}

.cgvPager
{
	background-color: #CCCCCC;
	color: Black;
	text-align: left;
}

.cgvPager TR TD
{
	padding: 0px;	
}

.cgvFooter
{
	background-color: #878787;
	font-weight: bold;
	color: White;	
}

/* End; Custom Gridview */

/* ExtGridView */
/*
   Style met tekst (+ en -)
*/
.GridExpandCollapseButton
{
    cursor: pointer;
    border: solid 1px gray;
    text-align: center;
    width: 13px;
    display: block;
    height: 15px;
    line-height: 15px;
    text-decoration:none;
    vertical-align:baseline;
    font-family:Verdana;
    color: black;
}

/*
   Styles met images
*/
.GridExpandButton
{
    width: 11px;
    height: 11px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration:none;
    vertical-align:baseline;
    background-image:url(../../app_themes/default/images/ExtGridView/expand.gif);
    background-repeat:no-repeat;
}

.GridCollapseButton
{
    width: 11px;
    height: 11px;
    line-height:0px;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration:none;
    vertical-align:baseline;
    background-image:url(../../app_themes/default/images/ExtGridView/collapse.gif);
    background-repeat:no-repeat;
}

/* End: ExtGridView*/

/* Record details header */
.recordDetailsHeader
{
	border: #8e8e8e 1px solid;
	border-collapse: collapse;
	width: 100%;	
}

.recordDetailsHeaderRow
{
	background-color: #ededed;
}
/* End: Record details header */

/* ModalPopup */

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#FFFFE0;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:650px;
}

.afsluiten
{
	float:right;
	vertical-align:top;
	width:25px;
	background-color:Red;
	color:White;
}

.berekeningen {
    background: #fff;
    padding: 10px;
}

.berekeningen span {
    margin: 10px;
    display: inline-block;
}

.berekeningen .waarde {
    width: 100px;
    text-align: right;
}

/* End: ModalPopup */

/* AJAX Tab control styles */
/* Custom theme */

.ajax__tab_custom
{
	width: 100%;
}

.ajax__tab_custom .ajax__tab_header
{
	font-family:verdana,tahoma,helvetica;
	/*font-size:11px;*/
	background:url("../../app_themes/default/Images/Tab/tab-line.gif") repeat-x bottom;
}

.ajax__tab_custom .ajax__tab_outer
{
	padding-right:4px;
	background:url("../../app_themes/default/Images/Tab/tab-right.gif") no-repeat right;
	height:21px;
}

.ajax__tab_custom .ajax__tab_inner
{
	padding-left:3px;
	background:url("../../app_themes/default/Images/Tab/tab-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_tab
{
	height:13px;
	padding:4px;
	margin:0px;
	background:url("../../app_themes/default/Images/Tab/tab.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_outer
{
	cursor:pointer;
	background:url("../../app_themes/default/Images/Tab/tab-hover-right.gif") no-repeat right;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_inner
{
	cursor:pointer;
	background:url("../../app_themes/default/Images/Tab/tab-hover-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_tab
{
	cursor:pointer;
	background:url("../../Images/Tab/tab-hover.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_outer
{
	background:url("../../app_themes/default/Images/Tab/tab-active-right.gif") no-repeat right;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_inner
{
	background:url("../../app_themes/default/Images/Tab/tab-active-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_tab
{
	background:url("../../app_themes/default/Images/Tab/tab-active.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_disabled
{
	color: #A0A0A0;
}

.ajax__tab_custom .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#ffffff;
}

/* End: AJAX Tab control styles */

/* AJAX Calendar control styles */
.ajax__calendar_container TR TD
{
	padding: 0;
}

.ajax__calendar_custom .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.ajax__calendar_custom .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar_custom .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar_custom .ajax__calendar_day
{
	border: 1px solid #ffffff;
}
.ajax__calendar_custom .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.ajax__calendar_custom .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_month,
.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_year
{
	background-color: #DFFFD8;
	border-color: Black;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_other .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #ACFF9B;
	border-color: Black;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_title
{
	color: Green;
}
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_today
{
	color: Green;
}

/* End: AJAX Calendar control styles */

/* TELERIK */

.rmLink {
    background-color: white;
    color: #058233 !important;
    font-size: 1.3em;
}

.RadMenu_Metro .rmRootGroup {
    border: 0 !important;
}

.RadMenu_Metro .rmRootGroup .rmSelected>.rmRootLink, .RadMenu_Metro .rmRootGroup .rmExpanded>.rmRootLink {
    background-color: #058233 !important;
    color: white !important;
}

.RadMenu_Metro .rmRootGroup {
    border-color: white !important;
    background-color: white !important;
}

.RadMenu_Metro .rmRootGroup .rmItem, .rmItem:hover, .rmItem a, .rmSelected {
    border-color: white !important;
    background-color: white !important;
}

a.rmSelected[href*="aspx"] {
    color: #B2CFC0 !important;
}

.rmItem:hover, .rmItem a:hover, .rmLink:hover {
     -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
    background-color: #B2CFC0 !important;
    border-color: #B2CFC0 !important;
    color: white !important;
}



.rsmItem:hover a {
    background: none !important;
    color: #058233 !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #ededed !important;
    
}

.rtsTxt {
    color: black !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: 1px solid #ededed !important;
    border-bottom: 1px solid white;
}

.RadTabStripTop_Metro .rtsLevel1 {
    background-color: white !important;
}

.RadTabStrip {
    top: 12px;
    position: relative;
}

.RadGrid_Metro .rgNumPart a.rgCurrentPage {
    border: 1px solid #eee !important;
}

.rmLink {
    font-size: 14px !important;
}

.rbCsv {
    background: url("../../app_themes/default/Images/csv.gif");
}


.RadWindow_Metro .rwTopLeft, .RadWindow_Metro .rwTopRight, .RadWindow_Metro .rwTitlebar, .RadWindow_Metro .rwTopResize, .RadWindow_Metro .rwControlButtons a {
  background-color: #BC841C !important;
  border-color: #BC841C !important; 
  }

html body .RadInput .riTextBox:disabled {
	background-color: #DDDDDD;
}
/* END TELERIK */

.floatRight {
    float: right;
}

.BoldText {
    font-weight: bold;
}