/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
/*************************wizard*******"**************/
.regular_input{
    width: 100%;
    height: 35px;
    float: left;
}

.wizard_content_wrapper input:focus {
    outline: 1px dotted rgb(102, 153, 204);
}

/*dit voorkomt layout problemen met keuzelijst in wizard*/
.wizard_content_wrapper {
	position:static !important;
}

.docbestandsnaam{
    margin: 5px 0px 5px 0px;
}

.docbestandsnaam input{
    margin-bottom: 3px;
}

.wizard_icon {
    float: left;
	display:block;
}

.wizard_content{
    width: 760px;
    margin: 25px 30px 25px 30px;
}

.wizard_content_header{
    padding: 5px 15px 0px 15px;
    font-weight: 600;
    font-size: 14px;
    width: 725px;
    float: left;
    height: 25px;
    background-color: #004e99;
    color: white;
}
.titel{
    width: 65%;
    float: left;
}
.steps{
    margin-right: 15px;
    height: 25px;
    float: right;
}
.wizard_content_wrapper{
    padding: 10px 35px 10px 25px;
    float: left;
    height: 300px;
    background-color: #e6e6e6;
    width: 695px;
    overflow: auto;
}
.wizard_content_info{
    padding:10px;
    font-size: 14px;
    width: 668px;
    float: left;
    -moz-border-radius: 10px;
	border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
}

.wizard_modal_icons{
    height: 30px;
    margin: 15px 40px 20px 0px;
    float: right;
}
.wizard_modal_icons button, .wizard_content_wrapper .flexlist_search_button, .flexwizard_search .flexlist_search_button {
	padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 10px 0 0 10px;
    border-radius: 5px;
    color: white;
    border: 0px;
    border-right: 1px solid #12396D;
    cursor: pointer;
    border-bottom: 1px solid #12396D;
    border-top: 1px solid #86AEE2;
    border-left: 1px solid #86AEE2;
    background-color: white;
    background-image: linear-gradient(rgb(87, 143, 199), #0066cc);
	text-decoration: none;
}

.wizard_modal_icons button:hover, .wizard_content_wrapper .flexlist_search_button:hover {
	background-image: linear-gradient(rgb(87, 143, 199), #0066ccc7);
}

.wizard_flex .flexlist_search_button{
	margin:0px;
	height:18px;
	padding: 1px 10px 1px 10px;
}

.wizard_modal_icons img{
    margin-left: 5px;
    cursor: pointer;
}
.insert_radiobutton_line{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.insert_radiobutton_line input{
    margin-right: 10px;
}

.wizard_flex .wizard_error_message{
    float: right;
    height: 15px;
    color: red;
    margin-top: 17px;
}

.wizard_flex .insert_datepicker{
    width: 100%;
    height: 32px;
	float: left;
}
.wizard_flex .insert_radiobutton{
	float: left;
}

.insert_memo{
    float: left;
    background-color: white;
    padding: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

.wizard_flex .modal_veld{
	width: 100%;
    float: left;
}

/*datepicker _wrapper flexbox*/
.wizard_content .datepicker_wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

/*float, margin, height pas uit wanneer flexbox eromheen zit*/
.mandatory_fields_asterisk {
    float: left;
    color: red;
    font-size: 14px;
    margin-left: 5px;
	height: 15px;
}
/*special case*/
.radio_button_area .mandatory_fields_asterisk{
	position: inherit!important;
	padding-right: 5px;
}
.radio_button_area input{
	float:left;
}

.wizard_flex .veld{
    float: left;
}

.wizard_flex .checkbox{
    float:left;
	margin-right: 5px;
}

.wizard_flex .input_wrapper{
    float:left;
}

.wizard_flex .modal_veld .flexlist_modal{
	margin-top: 10px;
}

.wizard_flex .koptekst1, .wizard_flex .koptekst2, .wizard_flex .koptekst3{
	width: 700px;
	white-space: nowrap;
	overflow: hidden;
}

.wizard_flex .frame{
	border:1px solid rgba(118,118,118, 0.5);;
}

.wizard_flex .wizard_logo{
	margin-left: 10px;
}

.wizard_content_wrapper .logo_element{
	height:100%;
	float:left;
}


.wizard_content_wrapper .logo_element img{
	width:100%;
}

.wizard_content_wrapper .htmltekst{
    overflow-y: auto;
}

/****************************paging***********************/
.flexwizard_paging {
	float:right;
	margin-right:30px;
	margin-top:15px;
}

.flexwizard_paging td{
	padding:5px;
	cursor:pointer;
}

.flexwizard_paging td a{
	color: #0066cc;
	text-decoration:none;
	outline:none;
}

.flexwizard_paging .active_paging {
	font-weight: bold;
}

.flexwizard_paging .vorige, .volgende {
	 color: #1a0dab;
}

/****************************search***********************/
.flexwizard_search{
	float:right;
	margin-right:30px;
	margin-top:15px;
}
.flexwizard_search .search_fields {
	float:right;
}

.flexwizard_search .search_fields div, .flexwizard_search .search_fields input{
	float:left;
}

.flexwizard_search .flexlist_search_label {
	padding-top:2px;
}

.flexwizard_search .flexlist_search_box {
	margin-right:5px;
	margin-left:3px;
}

.flexwizard_search .flexlist_search_button {
	float:right;
	margin-right:15px;
}
/********************** wizard custom table *********************/
.wizard_custom_table table{
	background-color: white;
}
.wizard_custom_table thead{
	background-color: #004e99;
	color: white;
}
.wizard_custom_table td{
	border: 1px solid #e6e6e6;
	padding: 5px;
}
/********************* wizard lijst kopteksten******************/
.wizard_content_wrapper #overview_table_header{
	float:left;
}

/****************************************************************/
.wizard_input_wrapper .wizard_button{
    width: 14px;
    cursor: pointer;
}

.wizard_input_wrapper{
    width: 116px;
}

.wizard_input_wrapper input{
    height: 12px;
	border:1px solid white;
}
/**********************************plupload element****************/
.moxie-shim{
    display:none;
}
/*************************************wizard upload accordion***************/
#accordion .ui-accordion-content {
    background-color: white !important;
    color: #777;
}

#accordion .ui-accordion-header a {
    line-height: 42px;
    display: block;
    font-size: 12pt;
    text-indent: 10px;
}

#accordion{
    padding: 10px;
}
.mandatory_fields{
    float: right;
    display: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: 1.0 !important;
}
.ui-state-disabled .ui-icon, .ui-widget-content .ui-state-disabled .ui-icon, .ui-widget-header .ui-state-disabled .ui-icon{
  /*  display:none;*/
}

#accordion .fileUploadForm .regular_input{
    height: 40px;
}
.radio_button_area div{
    margin-bottom: 5px;
}
/***********wizard progress bar******************/
.progress_bar_percentage{
	width: 100%;
	/*border: 1px solid black;*/
	height: 15px;
}
.percentage{
	width:0%;
	height:15px;
	background-color:green;
}

/*********login wachtwoord show/hide***********/

.passwordShowHide {
	cursor: pointer;
	width: 18px;
	height: auto;
	position: absolute;
	margin-left: 187px;
	margin-top: 7px;
}

/*********login caps lock waarschuwing***********/
.capsLockWarning {
	font-size: 11px;
	color: #FEA400;
	padding-top: 30px;
}
.capsLockWarning span {
	font-weight: 600;
}
