﻿@charset "UTF-8";
/* Custom CSS Document */
/* Portal4U */

/* ================================================================================================================================================================================================ */	
/* ================================================================================================================================================================================================ */	
/* ================================================================================================================================================================================================ */	

/* ======================== */	
/* => MAIN */
/* ======================== */	

	h2 { color:#3296c9; }

	.divLogoImg { background-image: url(../../Images/Kuijf.png); }
	
	.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; 
	}
	
	.status_completed { background-color: #45a049; 
	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; 
	}
	
	.status_cancelled { background-color: #ff0000; 
	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; 
	}  

	.status_planned   { background-color: #9c25B8; 
	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; 
	} 
	
	.status_inprogress { 
	background-color: #0099ff;  
	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; 
	}
	
	.process { background-color: #ff0000; 
	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; 
	}
	
	
	.edit-label { background-color: #45a049; 
	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; 
	}
	
	.delete-label { background-color: #ff0000; 
	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; 
	}
	
	.add-label, .add-label a, .add-label a:hover { background-color: #45a049; 
	display: inline-block;
    padding: 4px 10px;
    color: white !important;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease; 
	}
	
	
.preview_img {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
	max-width: 200px;
	max-height: 500px;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.fullscreen img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}



/* ======================== */	
/* => INPUT FIELDS */
/* ======================== */
/*
	button[type=submit], button[type=button], input[type=submit], input[type=button], button[type=reset], input[type=reset] { background-color:#3296c9; border:1px solid #20719a; }

	div.form_input_documentDownload .form_input_documentHyperlink a { color:#3296c9; }
*/
/* ======================== */	
/* => LOGIN */
/* ======================== */	
/*
	.form_formmain div > a { color: #3296c9; }
*/	
	
	.form_bg{
	background: url('../../Images/Kuijf Header.jpg') no-repeat center;
	z-index:1;
	width: 100%;
	Height:100vh;
background-size: cover;
	}
	
	
	
	

/* ======================== */	
/* => HEADER */
/* ======================== */	
/*
	.header { border-top: 65px solid #3296c9; }

	.topnav > a:focus { border-bottom:7px solid #3296c9; }
	.subnav li span:hover { background:#3296c9; }
	.subnav li.selected { border-left:5px solid #3296c9; }
*/
/* ======================== */	
/* => CONTENT DIV */
/* ======================== */
/*
	.cnt_div-hdr { background-color:#3296c9; }
*/
/* ======================== */	
/* => LEFT MENU DIV */
/* ======================== */
/*
	.menuoptionsbutton a { background-color: #3296c9; color: #FFF; }
	.menuoptions > div > div.mainleftmenu { border:1px solid #d5d5d5; border-bottom:5px solid #3296c9; }
	.mainleftfilters > h1 { background-color: #3296c9; color: #FFF; }
	.mainleftmenulist li a:hover { color:#3296c9; }
*/
/* ======================== */
/* => 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; }	
	.cnt_div-content table.tblNormaal > thead > tr:hover th a:hover { color:#3296c9; }	
	.cnt_div-content table.tblNormaal > tbody > tr > td:hover a { color:#3296c9; }	
	.cnt_div-content table.tblNormaal > thead > tr > th:hover a { color:#3296c9; }
*/
/* ======================== */	
/* => GROUPS.ASPX */
/* ======================== */	

	.dashboardnavresultnav li:first-child { color: ##E64439; }
	.dashboardnavresultnav li a:hover { color: ##E64439; }
*/
/* ======================== */	
/* => FORMS.ASPX */
/* ======================== */	

	.cnt_div-content table.formulier td.form_text_header { color:#E64439; }
	.cnt_div-content table.formulier td.form_text_label a { color:#E64439; }
*/
/* ======================== */	
/* => PAGE.ASPX */
/* ======================== */	
/*
	table.pageaspx_infotable span.infotable a { color:#3296c9; }
*/
/* ======================== */	
/* => PAGING OVERVIEW  */
/* ======================== */	
/*
	.entity.titlePanel { border-bottom: 1px solid #d5d5d5; background-color: #3296c9; }
	.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:#3296c9;
	}

	.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: #3296c9;
		border-color: #20719a;
	}
*/
/* ======================== */	
/* => 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;
	}
*/