﻿@charset "UTF-8";
/* Custom CSS Document */
/* Portal4U */

/* ================================================================================================================================================================================================ */	
/* ================================================================================================================================================================================================ */	
/* ================================================================================================================================================================================================ */	

/* ======================== */	
/* => MAIN */
/* ======================== */	

	h2 { color:#f07d00; }

	.divLogoImg { 
	background-image: url(../../Images/logo_company.jpg); 
	background-color: #1d1d1b;
	}
	
	.btn_detail { background-color: #FFCC00;	
	display: inline-block;
    padding: 4px 10px;
    color: white;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease; 
	}
	
	.mainleftmenu > h1, .mainleftfilters > h1 {
	background-color: #f07d00;}
	
	.menuoptions > div > div.menuoptionsdiv, .menuoptions > div > div.mainleftmenu {
	border-bottom: #1d1d1b}

/* ======================== */	
/* => INPUT FIELDS */
/* ======================== */

	button[type=submit], button[type=button], input[type=submit], input[type=button], button[type=reset], input[type=reset] { background-color:#f07d00; border:1px solid #f07d00; }
		
	div.form_input_documentDownload .form_input_documentHyperlink a { color:#3296c9; }

/* ======================== */	
/* => LOGIN */
/* ======================== */	

	.form_formmain div > a { color: #f07d00; }
	
		.form_bg{
	background: url('../../Images/ESP_Header.jpg') no-repeat center;
	z-index:1;
	width: 100%;
	Height:100vh;
	background-size: cover;
	}

/* ======================== */	
/* => HEADER */
/* ======================== */	

	.header { border-top: 65px solid #f07d00; }

	.topnav > a:focus { border-bottom:7px solid #f07d00; }
	.subnav li span:hover { background:#f07d00; }
	.subnav li.selected { border-left:5px solid #f07d00; }

/* ======================== */	
/* => CONTENT DIV */
/* ======================== */

	.cnt_div-hdr { background-color:#1d1d1b; }

/* ======================== */	
/* => LEFT MENU DIV */
/* ======================== */

	.menuoptionsbutton a { background-color: #f07d00; color: #FFF;!important }
	.menuoptions > div > div.mainleftmenu { border:1px solid #d5d5d5; border-bottom:5px solid #1d1d1b; }
	.mainleftfilters > h1 { background-color: #f07d00; color: #FFF; !important}
	.mainleftmenulist li a:hover { color:#f07d00; }

/* ======================== */
/* => Content Table */
/* ======================== */

	.entity.jQueryPanel table.entity.searchResults > tbody > tr > td a { color:#3296c9; }

	.cnt_div-content table.tblNormaal > thead > tr:hover th a { color:#3296c9; text-color: #1d1d1b; }	
	.cnt_div-content table.tblNormaal > thead > tr:hover th a:hover { color:#3296c9; text-color: #1d1d1b;}	
	.cnt_div-content table.tblNormaal > tbody > tr > td:hover a { color:#3296c9; text-color: #1d1d1b;}	
	.cnt_div-content table.tblNormaal > thead > tr > th:hover a { color:#3296c9; text-color: #1d1d1b;}
	
	

/* ======================== */	
/* => GROUPS.ASPX */
/* ======================== */	

	.dashboardnavresultnav li:first-child { color: #f07d00; }
	.dashboardnavresultnav li a:hover { color: #f07d00; }

/* ======================== */	
/* => FORMS.ASPX */
/* ======================== */	

	.cnt_div-content table.formulier td.form_text_header { color:#f07d00; }
	.cnt_div-content table.formulier td.form_text_label a { color:#f07d00; }

/* ======================== */	
/* => PAGE.ASPX */
/* ======================== */	
/*
	table.pageaspx_infotable span.infotable a { color:#3296c9; }
*/
/* ======================== */	
/* => PAGING OVERVIEW  */
/* ======================== */	

	.entity.titlePanel { border-bottom: 1px solid #d5d5d5; background-color: #1d1d1b; }
	.entity.pager > td > table > tbody > tr > td > a,
	.entity.pager > td > table > tbody > tr > td > span,
	.pagenavigation > td > table > tbody > tr > td > a,
	.pagenavigation > td > table > tbody > tr > td > span,
	.detailviewaspx .pagenavigation {
	  background-color: #ffffff;
	  border: 1px solid #dddddd;
	  color:#f07d00;
	}

	.entity.pager > td > table > tbody > tr > td > span,
	.entity.pager > td > table > tbody > tr > td > span:hover,
	.entity.pager > td > table > tbody > tr > td > span:focus,
	.pagenavigation > td > table > tbody > tr > td > span,
	.pagenavigation > td > table > tbody > tr > td > span:hover,
	.pagenavigation > td > table > tbody > tr > td > span:focus {
		color: #ffffff;
		background-color: #f07d00;
		border-color: #f07d00;
	}
*/
/* ======================== */	
/* => jQuery DatePicker */
/* ======================== */	
/*
	.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
		border: 1px solid #3296c9!important;
		background: #fff!important;
		color: #3296c9!important;
	}

	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
		border: 1px solid #3296c9!important;
		background: #3296c9!important;
		color: #fff!important;
	}
*/