/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
/***********chrome formulier override na aanpassing***************/
input:focus{
	outline: none;
}
input{
	border: 1px solid rgba(118,118,118, 0.5);
}

#login_form input:focus{
	outline: 1px solid #0066cc;
}

/***********zaken tabel***************/
#table_wrapper {
	/*width:2000px;*/
	margin-top:18px;
	font-size: 0.9em;
	font-family:Arial,Helvetica,sans-serif;
}
#table_filler {
	height:18px;
}

.monument {
	width:30px;
}

.keten {
	width:31px;
}

.sort {
	float:right;
}
.house_nr{
	width: 85px;
}
.house_nr_info{
	width: 85px;
}
.code{
	width: 108px;
}
.about{
	width:230px;
}
.date{
	width: 87px;
}
.status{
	width: 95px;
}
.organisation_name{
	width: 244px;
}
.case_type{
	width: 204px;
}
.applicant{
	width: 196px;
}
.olonumber{
	width: 80px;
}
.case_code{
	width: 100px;
}

#location_data{
	margin-left: 8px;
	float: left;
	cursor: pointer;
	width: 15px;
	height: 15px;
}

.actief{
	float: left;
	width: 10px;
	height: 33px;
	margin-top: 25px;
	background-color: #f9b139;
}

.modal_titel{
	float: left;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 30px;
	color: #21639d;
	font-weight: bold;
	font-size:12px;
}


.ui-dialog.ui-corner-flat {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
	overflow:hidden !important;
 }

 .kies_openbare_ruimte_modal {
 overflow:hidden !important;
 }

#kies_openbare_ruimte_modal_body {
	position:absolute;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight: bold;
	color: #4b79b5;
	margin-left: 16px;
	margin-top:57px;
	/*float: left;*/
	/*width: 230px;*/
	width: 251px; /*nieuwe width ivm <button>*/
}

.kies_openbare_ruimte_modal img {
	cursor:pointer;
}

#kies_openbare_ruimte_modal_body select{
	width: 250px;
	height: 20px;
}

#lokatie_button_annuleren {
	margin-top: 22px;
	margin-right:2px;
	float: right;
	height: 21px;
	width: 70px;
}
#lokatie_button_toepassen {
	margin-top: 22px;
	/*margin-left: 5px;*/
	margin-right: -20px;
	float: right;
	height: 21px;
	width: 70px;
}
/**************wijzig straat**************/
.kies_openbare_ruimte_modal {
	font-size:12px !important;
}

.wijzig_select {
	margin-top:3px;
	font-size:12px !important;
}

.wijzig_label {
	margin-top:10px;
	margin-left:5px;
	font-size:12px !important;
}

#gemeente_label {
	margin-top:5px;
}

/***************memo modal*****************/
.memo_modal, #omgeving_memo_modal{
	float:left;
	width:607px !important;
	height: 380px !important;
	overflow:hidden;
}

.memo_modal .error_message {
	float:left !important;
	width:400px !important;
	text-align:left !important;
	margin-left:27px;
}

.memo_modal_header {
	width:415px;
	height:20px;
	/*padding-top:17px;*/
	color:#0066CC;
}

.memo_modal_header .actief {
	margin-top:-7px !important;
}

.memo_modal_title {
	margin-left:27px;
	margin-top:30px;
	font-weight:700;
	font-size:12px;
}

#memo_modal_body {
	padding:8px;
	width:540px;
	height:224px;
	margin-top:6px;
	margin-left:27px;
	border:1px solid #ccc;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:black;
	overflow:auto;
	resize: none;
	background-color:white;
}

ul#memo_info {
	margin-top:8px;
	margin-left:28px;
}

li.memo_info {
	display:inline;
	font-size:12px;
	color:#0066CC;
}

#sluit_memo {
	float:right;
	margin-right:28px;
	margin-top:12px;
}

.opslaan_memo, .opslaan_button{
	float:right;
	margin-right:28px;
	margin-top:12px;
}
.annuleer_memo {
	float:right;
	margin-right:10px;
	margin-top:12px;
}
/**************aanpassing memo modal met codemirror************/
.memo_modal .CodeMirror{
	margin-left:25px;
}


/**************zoeken met code**************/
.code_oranje_label  {
	float: left;
	background-color: orange;
	width: 10px;
	height: 45px;
	margin-top:-7px;
}

.flexdetail .code_oranje_label {
		margin-top:3px;

}

.code_modal_title {
	margin-bottom: 20px;
	margin-left: 20px;
	color: #0066cc;
	font-weight: 700;
	margin-top: 30px;
}

.code_search_table_body_wrapper {
	width:960px;
	height:340px;
	overflow:auto;
}

#code_search_table_header_wrapper {
	width:960px;
	overflow:hidden;
	}

.code_search_table_wrapper {
	width:960px;
	height:363px;
	margin-left:20px;
}

.code_search_table_body tr {
	cursor:pointer;
}

.code_search_table_header{
	width:2324px;
	color:white;
	background-color: #659acc;
}

.code_search_table_header td{
	border-right:1px solid white;
	padding-left:5px;
	height: 22px;
}

.code_search_table_body {
	overflow:hidden !important;
}

.code_search_table_body {
	width:2324px;
	/*height:320px;*/
	color:black;
	overflow:auto;
}

.code_search_table_body td {
	border-right: 1px solid #c3c7d0;
	padding-left:5px;
}

.woonplaats {
	width:200px;
}

.straat {
	width:200px;
}

.huisnummer {
	width:100px;
}

.ow {
	width:150px;
}

.dms {
	width:150px;
}

.olo {
	width:150px;
}

.icoon {
	width:45px;
}

.betreft {
	width:230px;
}

.startdatum {
	width:125px;
}

.status {
	width:100px;
}

.eind {
	width:200px;
}

.inrichting {
	width:150px;
}
.soort {
	width:200px;
}

.aanvrager {
	width:245px;
}

#sluit_zoeken_met_code, #code_toepassen {
	float:right;
	margin-top:8px;
	cursor:pointer;
	margin-bottom:35px;
}

#toepassen_zoek_zaak {
	float:right;
	margin-top:8px;
	margin-right:36px;
	margin-left:5px;
	cursor:pointer;
	margin-bottom:35px;
}
/********************lokatie adres********************/
#lokatie_adres_modal {
	/*padding-top:20px !important;*/
	color:black;
	font-size:12px;
}

#lokatie_adres_modal img {
	cursor:pointer;
}

#lokatie_adres_header_label {
	float:left;
	background-color:orange;
	width:10px;
	height:30px;
	margin-top:-7px;
}

#lokatie_adres_header {
	margin-bottom:32px;
	margin-left:20px;
	color:#0066cc;
	font-weight:700;
	margin-top:27px;
}

.modal_label {
	float:left;
	background-color: #b6cee6;
	color:#08418c;
	font-size:12px;
	font-weight:700;
	width:90px;
	margin-bottom:3px;
	/*margin-left:30px;*/
	padding-top:5px;
	padding-left:5px;
}

.zaken_detail_modal .modal_label {
	margin-left:30px;
}

/*padding for the labels*/
.modal_label.lokatie_straat {
	height:20px;
}

.modal_label.lokatie_adres {
	height:80px;
}

.modal_label.lokatie_perceel {
	height:45px;
}

.modal_label.lokatie_bestemming {
	height:120px;
}

.modal_label.lokatie_ligging {
	height:80px;
}
.modal_label.lokatie_extra {
	height:85px;
}

.locatie_data {
	float:left;
	background-color: #e6e6e6;
	width:530px;
	margin-bottom:3px;
	padding-left:10px;
}

.lokatie_input {
	color:black !important;
	background-color:white;
	height:12px;
	border:1px solid #ccc;
	border-top: 1px solid #b3b2b3;
	padding: 2px 4px 3px 4px;
}

.lokatie_data_label {
	color:#0066cc;
	margin-bottom:1px;
}

.lokatie_dvkadsectie {
	width:18px;
}
/******************straat sectie****************/
.lokatie_straat {
	height:25px;
}

.straat_data {
	width:190px;
	float:left;
	margin-top:4px;
	margin-right:10px;
}
/******************adres sectie****************/
.lokatie_adres {
	height:85px;
}

.adres_data_top {
	float:left;
	margin-right:8px;
	margin-top:7px;
}

.adres_data_top_last {
	margin-right:250px;
}

.adres_data_bottom {
	width:160px;
	float:left;
	margin-top:5px;
	margin-right:12px;
}
.lokatie_dvaanduidingbijhuisnummer {
	width:32px;
}

.lokatie_dvhuisnummer {
	width:39px;
}

.lokatie_dvhuisletter {
	width:18px;
}

.lokatie_dvhuisnummertoevoeging {
	width:32px;
}

.lokatie_dvpostcode {
	width:48px;
}
/******************perceel sectie****************/
.perceel_element {
	float:left;
	margin-right:12px;
	margin-top:11px;
}

.lokatie_perceel{
	height:50px;
}

.lokatie_dvkadperceelnr {
width:115px;
}
.lokatie_dvkaddlpercindicatie {
	width:145px;
}

.lokatie_dvkadextraperceelnummers {
	width:150px;
}
/******************Bestemmingsplan****************/
.bestemming_element .lokatie_input{
	width:335px;
}

.lokatie_bestemming {
	height:125px;
}

.bestemming_element {
	margin-top:3px;
}

.bestemming_element_first {
	margin-top:8px;
}

.bestemmming_link {
	float:right;
	margin-top:17px;
	margin-right:160px;
}
/******************Ligging****************/
.lokatie_ligging {
	height:85px;
}

.locatie_data.lokatie_ligging {
	height:81px;
	padding-top:4px;
}



.lokatie_dnxcoordinaat {
	width:132px;
}
.ligging_element {
	float:left;
	margin-right:10px;
	width:142px;
}

.ligging_data_top_last {
	margin-right:50px;
}

.ligging_data_bottom {
	margin-top:3px;
}

.lokatie_vlak {
	width:515px;
}
/******************extra sectie******************/
.lokatie_extra {
	height:95px;
}

.dvstring  {
	width:610px;
}

.dfnumber {
	width:170px;
}

.dddate {
	width:80px !important;
}

.extra_element {
	float:left;
	margin-top:5px;
}

.locatie_data.lokatie_extra {
	height:85px;
	padding-top:5px;
}

.lokatie_dvmonument {
	width:240px;
	margin-right:18px;
}

.lokatie_dvbuurtcode {
	width:35px;
	margin-right:10px;
}

.lokatie_dncbs_buurt {
	width:135px;
}

.lokatie_ddvervaldatum {
	width:128px;
	margin-right:10px;
}

.lokatie_ddcontrolebag {
	width:121px;
	/*margin-right:20px;*/
}

.lokatie_dvarchiefnr {
	width:150px;
}

.lokatie_dvarchief_element {
		margin-left:10px;
}
/****************afsluiten knop***************/
#sluit_lokatie_adres {
	float:right;
	margin-right:33px;
	margin-top:11px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../img/sluit.png) no-repeat;
}
/************************************filter modal*********************/
#filter_modal {
	font-size:12px !important;
}

#filter_huisnummer {
	clear:both;
	margin-left:20px;
	color:#0066CC;
}

#filter_inrichting {
	margin-top:10px;
	margin-left:20px;
	color:#0066CC;
}

#filter_inrichtingen_label {
	margin-left:3px;
	margin-bottom:2px;
}

#filter_inrichtingen_select {
	width:270px;
}

.filter_slider {
	margin-top:10px;
	margin-left:20px;
	color:#0066CC;
}

.filter_slider input {
	color:#0066CC;
}

.filter_header, .filter_status_header {
	width:275px;
	height:18px;
	background-color: #b6cee6;
	color: #08418c;
	float:left;
	margin-left:20px;
	padding-left:5px;
	padding-top:2px;
}

.filter_status_header {
	margin-bottom:17px;
	margin-top:25px;
}

.filter_status span {
	margin-left:12px;
	float:left;
}

.filter_status input {
	float:left;
	margin-top:1px;
}

#jaar_text {
	margin-left:5px;
}

.filter_module div, .filter_status div {
	float:left;
	width:150px;
	height:35px;
}

.filter_status {
	height:115px;
	margin-left:20px;
}

.filter_module_header {
	margin-bottom:13px;
}

.filter_module  {
	height:160px;
	margin-top:20px;
	padding:20px;
}

.filter_module div span.disabled {
	color:grey;
}

.filter_module img, .filter_module input, .filter_module span {
	float:left;
}

.filter_module img {
	margin-left:1px;
	margin-right:2px;
}

.filter_module input {
	margin-top:8px;
}

.filter_module span {
	margin-top:7px;
}

#filter_images {
	float:right;
	margin-right:40px;
}

#filter_annuleren, #lokatie_annuleren {
	margin-right: 5px;
}

#filter_buttons {
	float:right;
	margin-top: 10px;
}

.hover {
	cursor:pointer;
}

.filter_oranje_label {
	float: left;
	background-color: orange;
	width: 10px;
	height: 30px;
	margin-top: 18px;
}

#filter_modal {
	overflow:hidden !important;
}

#filter_huisnummer_input {
	width:62px;
	height:15px;
	margin-top:2px;
}

.huisnummer_leegmaken {
	float:right;
	margin-right:230px;
	margin-top:3px;
}

.slider, .filter_slider{
	width:275px !important;
}

.slider {
	margin-top:3px;
}

#zaken_filter, #inrichtingen_filter {
	cursor: pointer;
	margin-left: 5px;
	margin-top: 27px;
	margin-right: 27px;
	float: right;
}
/***********************************Omgevingszaak modal*****************/
/****************algemeen************/
#omgeving_label {
	float:left;
	background-color:orange;
	width:10px;
	height:30px;
	margin-top:-7px;
}

#omgeving_header {
	margin-bottom:32px;
	margin-left:20px;
	color:#0066cc;
	font-weight:700;
	margin-top:27px;
}


#omgevingszaak_modal {
	padding-top: 20px;
	color: black;
	font-size: 12px;
}

.omgeving_data {
	float: left;
	background-color: #e6e6e6;
	width: 635px;
	margin-bottom:3px;
	padding-left: 10px;
	padding-top:5px;
}

/*.zaken_detail_modal .veld {
	color:black;
	background-color: #e6e6e6;
	height: 15px;
	border: 1px solid #ccc;
	border-top: 1px solid #b3b2b3;
	padding: 0px 4px 0px 4px;
}*/

.veld_label {
	color: #0066cc;
	margin-bottom: 1px;
}

.locatie_element {
	height:25px;
}

.modal_veld {
	float:left;
	/*margin-right:10px;*/
	margin-bottom:5px;
}
/*************************************/
#omgevingszaak_modal .dvobjadres {
	width:290px !important;
}

.veld.dvobjplaats {
	width:125px;
}

.veld.gemeente_naam {
	width:125px;
}

.dvobjmonument {
	width:14px;
}

.dvobjmonument img{
	margin-top:-2px;
}

.veld.dvobjidentificatiecode {
	width:120px;
}

.veld.dvobjgmntecode {
	width:40px;
}

.veld.dvsectie {
	width:26px;
}

.veld.dvperceelnummer {
	width:44px;
}

.veld.dvkaddlpercindicatie {
	width:120px;
}

.veld.dvobjmonument {
	width:160px;
}

/*****actoren********/
.actoren_element {
	height:40px;
}

.veld.vavrtav {
	width:10px;
}

.veld.aanvrager {
	width:120px;
}

.veld.account_manager {
	width:120px;
}

.veld.dvinrichtingnaam {
	width:120px;
}

/*****zaken********/
.zaken_element {
	height:80px;
}

.veld.dvzaakcode {
	width:87px;
}
.veld.dvlvoaanvraagnr {
	width:95px;
}
.veld.dvdmszaakcode {
	width:95px;
}
.veld.dvsoortaanvraag {
	width:160px;
}

.veld.dvstatus {
	width:96px;
	background-color:#F7EF44;
}

.veld.dvaanvraagnaam {
	width:218px;
}
.veld.ddaanvraag {
	width:75px;
}
.veld.ddpublaanvrg {
	width:75px;
}
.veld.ddlegesverzonden {
	width:50px;
}

.veld.ddinitbag {
	width:50px;
}
.veld.dvdossierverblijf {
	width:75px;
}
.veld.dnaantaleenheden {
	width:45px;
}
.veld.dldigindiening {
	width:12px;
}
.veld.dlaanvulgegevens {
	width:12px;
}
/****************voortgang**********/
.dvredenintrekking {
	width:410px;
}

.behandel_element {
	height:38px;
}

.beschikking_element {
	height:40px;
}

.ingetrokken_element, .aangehouden_element, .geldigheid_element{
	height:40px;
}

.ingetrokken_element{
	height:44px;
}

.geldigheid_element{
	height:40px;
}

.verlenging_element {
	height:40px;
}

.ontwerp_element{
	height:24px;
}

.besluit_element {
	height:40px;
}

.veld dvaardbesluit {
	width:120px;
}

.veld dvredenverdaging {
	widrth:414px;
}

.reden_element {
	width:412px;
}

.dvkrittrmomschrijving {
	width:343px;
}

.weegschaal img {
	margin-top:11px;
}

.omgeving_knoppen {
	float:left;
	width:500px;
	margin-left:30px;
}


#omgevingszaak_modal #voortgang .ddkrittrmprocnaam  {
	width:75px;
}

#omgevingszaak_modal #voortgang .ddkrittrmdeadline  {
	width:75px;
}

#omgevingszaak_modal #voortgang .ddingetrokken  {
	width:75px;
}

#omgevingszaak_modal #voortgang .ddaanhoudenvanaf  {
	width:75px;
}

#omgevingszaak_modal #voortgang .ddaanhoudentotmet  {
	width:75px;
}

#omgevingszaak_modal #voortgang .ddontwerpbesl  {
	width:75px;
}
#omgevingszaak_modal #voortgang .ddfataledatum  {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddbesluitdatum {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddverdaagdvanaf {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddeindontwerpbesl {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddverzenddatum {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddinwerking {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddverlopen {
	width:75px;
}
 #omgevingszaak_modal #voortgang .ddvervallen {
	width:75px;
}

 #omgevingszaak_modal #voortgang .ddnaverlingetrokken {
	width:75px;
}

/*****************bezwaar & beroep***************/
.bezwaar_element {
	height:90px;
}

.beroep_element, .raad_element {
	height:40px;
}

.resultaat_element {
	height:100px;
}

.dvrbprocnummer, .dvrvsprocnummer{
	width:95px;
}

.dvredenvernietiging {
	width:323px;
}

.omschrijving_element {
	height:190px;
}

#omgevingszaak_modal .dlbezwpleitnota {
	margin-bottom:5px;
}

#omgevingszaak_modal .ddrbindieningberoep {
	width:75px;
}

#omgevingszaak_modal .ddrbberoepzitting  {
	width:75px;
}

#omgevingszaak_modal .ddrbuitspraak  {
	width:75px;
}

#omgevingszaak_modal .dvrbaardbesl  {
	width:105px;
}

#omgevingszaak_modal .ddrvsindieningberoep  {
	width:75px;
}


#omgevingszaak_modal .ddrvsberoepzitting  {
	width:75px;
}


#omgevingszaak_modal .ddrvsuitspraak  {
	width:75px;
}


ul.overlay_tabs {
	float:left;
	margin-left:125px;
	margin-top:12px;
}

ul.overlay_tabs li {
	display:block;
	float:left;
	list-style-type:none;
	border:1px solid #ccc;
	margin:0;
	padding:5px;
	color:#08418c;
	cursor:pointer;
	moz-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	moz-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	margin-right:2px;
	/*behavior: url(../PIE.htc);*/
}

.overlay_tabs_content .modal_label {
	margin-left:0px !important;
}
/*
#voortgang {
	position:absolute;
	/*left:30px;*/
/*}

#bezwaar{
	position:absolute;
	left:745px;
}

#beschrijving{
	position:absolute;
	left:1490px;
}

#extra {
	position:absolute;
	left:2235px;
}*/

ul.overlay_tabs li.hover {
	border:1px solid #08418c;
}

ul.overlay_tabs li.active {
	background-color:#e6e6e6 !important;
	border-bottom:none !important;
	color:#08418c !important;
	border-top:1px solid #08418c !important;
	border-right:1px solid #08418c !important;
	border-left:1px solid #08418c !important;
}

ul.overlay_tabs li a {
	text-decoration:none;
}

ul.overlay_tabs li a:link , ul.overlay_tabs li a:visited {
	color:#08418c;
}

ul.overlay_tabs li.active a:link , ul.overlay_tabs li.active a:visited {
	color:#08418c;
}

.overlay_tabs_content {
	margin-top:200px;
	margin-left:30px;
	border-top:1px solid #08418c;
	position:relative;
	overflow:hidden;
	width:740px;
	height:335px;
}

.overlay_tabs_content .modal_label {
	margin-left:0px !important;
}

/************extra*****************/
.omgeving_extra_element {
	float:left;
	height:330px;
}

.omgeving_extra_element div{
	float:none;
}
/**************omschrijving************/
.dvaanvraagoms {
	height:160px;
	width:600px;
}

.diversen_element {
	height:40px;
}

/*
.dvwelstandgebied {
	width:110px;
}*/

.dvwelstomschrijving {
	width:140px;
}

.veld dvwelstandcriteria {
	width:140px;
}

veld dvwelstandbeeldkwal {
	width:140px;
}

.welstand_element {
	height:40px;
}
/****************omgevingzaak detailscherm******************/
#omgeving_detail_wrapper {
	width:700px;
}

#omgevingszaak_modal {
	float:left;
    overflow-x:hidden;
}

#omgevingszaak_modal .dvsoortaanvraag {
	width:145px;
}

#omgevingszaak_modal .dvinrichtingnaam {
	margin-top:0px;
}

/*****************************dialog************************/
.ui-dialog {
	/*z-index:9999 !important;*/
	background-color: white !important;
	border:1px solid #c2be8f;
}

.ui-dialog-titlebar {
	background-color:white !important;
	border:1px solid white !important;
}

.ui-icon { width: 16px; height: 16px; background-image: url(images/sluit.png); !important }
/*.ui-icon-closethick { background-position: -96px -128px; }*/

.ui-dialog.ui-corner-all, .ui-dialog.ui-corner-top, .ui-dialog.ui-corner-left, .ui-dialog.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-dialog.ui-corner-all, .ui-dialog.ui-corner-top, .ui-dialog.ui-corner-right, .ui-dialog.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-dialog.ui-corner-all, .ui-dialog.ui-corner-bottom, .ui-dialog.ui-corner-left, .ui-dialog.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-dialog.ui-corner-all, .ui-dialog.ui-corner-bottom, .ui-dialog.ui-corner-right, .ui-dialog.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

.ui-dialog .ui-dialog-content {
	padding:0 !important;
	margin:0 !important;
}

.ui-dialog-titlebar {
	/*height:0px !important;
	padding:0 !important;
	margin:0 !important;*/
	/*display:none !important;*/
}

/**************************omgeving memo************************/
.sluit_omgeving_memo {
	float:right;
	cursor:pointer;
}

#sluit_omgeving_memo {
	float: right;
	margin-right: 12px;
	margin-top: 12px;
}

.ui-dialog {
	background-color: white !important;
	border: 1px solid #c3c7d0 !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}

/********************omgeving map***************************/
#omgeving_map {
	height:575px;
    width:800px;
	padding-bottom:40px;
}

#omgeving_map_wrapper {
	width: 800px !important;
	height: 575px !important;
	/*overflow: ;*/
}

#omgeving_map {
	margin-left: 25px !important;
}

#omgeving_kaart_content{
	float:left;
	width: 650px;
	height: 525px;
	margin-left: 25px !important;
}
#omgeving_kaart_modal{
	display: none;
}
#sluit_omgeving_kaart{
	float: right;
	margin-top:14px;
	margin-right:24px;
}

#omgeving_coords{
	margin-left: 20px;
	font-weight: 500;
	font-size: 12px;
}
/****************omgevingzaak knoppen******************/
.omgeving_knoppen, #sluit_omgevingzaak {
	position:absolute;
	top:630px;
}

#sluit_omgevingzaak  {
	left:718px;
}

.omgeving_knoppen img {
	cursor:pointer;
}
/**************dialog*************/
.sluit_modal {
	float:right;
	margin-right:10px;
	/*margin-top:10px;*/
	margin-top:-22px;
	cursor:pointer;
}

.memo_modal .sluit_modal {
	margin-top: 10px;
}

.sluit_modal_normal{
	margin-top: 0px;
}

.overview_modal_flex .sluit_modal, .detail_modal .sluit_modal, #insert_modal .sluit_modal, .zaken_detail_modal .sluit_modal,
#wizard_modal .sluit_modal, .detail_modal_screen .sluit_modal, .insert_modal_flex .sluit_modal, .insert_modal_flex .sluit_modal,  #overview_modal_flex_sub .sluit_modal {
	margin-top:-22px;
}

.ui-dialog-titlebar-close {
 display:none !important;
}
/*
.ui-dialog { position: absolute !important;}
*/
.ui-icon-closethick {
	display:none !important;
}

.ui-dialog {
	padding:0 !important;
}

#lokatie_adres_modal {
	overflow: hidden;
	float:left;
}
/*************************handhaving modal***********************/
#handhaving_modal {
	/*overflow:hidden;*/
	font-size: 12px;
}

#handhaving_modal .modal_label {
	width:100px;
}

#handhaving_modal .handhaving_data{
	width:625px;
}

#handhaving_modal ul.overlay_tabs {
	margin-left:135px;
}

#handhaving_modal .modal_veld.gemeentenaam {
	margin-right:5px !important;
}
#handhaving_modal .dvobjadres {
	width:270px;
}

#handhaving_modal .dvgemeentenaam {
	width:150px;
}

#handhaving_modal .dvobjmonument {
	float:left;
}

#handhaving_modal .dvinrichtingnr {
	width:190px;
}

#handhaving_modal .dvinrichtingnaam {
	width:210px;
}

#handhaving_modal .primair, #handhaving_modal .behandelaar  {
	width:190px;
}

#handhaving_modal .inspecteur  {
	width:190px;
}

#handhaving_modal .jurist  {
	width:185px;
}

#handhaving_modal .dvnaamhoofdinrichting {
	width:190px;
}

#handhaving_modal .dvhandhnummer {
	width:90px;
}

#handhaving_modal .dvdmscode {
	width:100px;
}
#handhaving_modal .ddhandhverzoek {
	width:120px;
}
#handhaving_modal .ddpublaanvrg {
	width:100px;
}

#handhaving_modal .dvstatus {
	width:95px;
}

#handhaving_modal .dvwetbasis {
	width:285px;
}

#handhaving_modal .dvovertreding {
	width:295px;
}

#handhaving_modal .dvhandhbouwwerk {
	width:435px;
}

#handhaving_modal .dvarchiefnr {
	width:120px;
}

#handhaving_modal .dvdossierverblijf {
	width:140px;
}

#handhaving_modal .dvproject {
	width:120px;
}

#handhaving_modal .handhaving.overlay_tabs_content {
	height:200px;
}
/**********************dwangsom tab*************************/
/*force other inputs to new lines*/
#handhaving_modal  .veld_label.start {
	width:600px;
}


#handhaving_modal .modal_veld.startdatum {
	width:635px;
	margin-left:11px;
}

.veld_label.maxium, .veld_label.bedrag {
	padding-left:11px;
}

.veld_label.eenheid {
	padding-left:24px;
}

.veld_label.pre {
	padding-right:3px;
}

#handhaving_modal  .ddhandhstartdwsom, #handhaving_modal  .dnhandhdwsombedrag,  #handhaving_modal  .dnhandhdwsommax {
	width:94px;
}

#handhaving_modal  .ddhandhstartdwsom {
	width:188px;
}

/************************voortgang tab***************************/
#handhaving_modal  .ddeindtrmprocnaam {
	width:185px;
}

#handhaving_modal  .dveindtrmomschrijving {
	width:288px;
}

#handhaving_modal  .ddeindtrmdeadline {
	width:80px;
}

#handhaving_modal  .ddhandhaanzeg {
	width:92px;
}

#handhaving_modal  .dveindtrmomschrijving {
	width:297px;
}

#handhaving_modal  .dvafronding {
	width:192px;
}
/************************bestuursdwang tab**********************/
#handhaving_modal  .bestuursdwang_element {
	height:200px;
}

.veld_label.kosten {
	padding-left:11px;
}

#handhaving_modal .modal_veld.optreden {
	margin-left:11px;
}

#handhaving_modal  .ddhandhbestdwdatum, #handhaving_modal  .ddhandhbestdwbedrag {
	width:94px;
}

#handhaving_modal  .ddhandhbestdwoms {
	width:255px;
}

/************************gedogen tab**********************/
#handhaving_modal  .periode_element {
	height:70px;
}

#handhaving_modal  .inhoud_element {
	height:120px;
}

#handhaving_modal .dvgedogeninhoud {
	width:600px;
	height:80px;
	 resize: none;
}

#handhaving_modal .ddgedogenstart {
	width:78px;
}

#handhaving_modal .ddgedogeneind {
	width:78px;
}

.handhaving_checkboxes {
	float:right;
	width:170px;
	height:95px;
}

.handhaving_checkboxes div {
	padding:4px;
}

.handhaving_checkboxes span{
	padding-left:5px;
	color: #0066cc;
}

/*hoogte van de elementen*/
#handhaving_modal .actoren_element {
	height:83px;
}

#handhaving_modal .zaak_element {
	height:195px;
}

#handhaving_modal .behandelfase_element {
	height:40px;
}

#handhaving_modal .afhandeling_element {
	height:145px;
}

#handhaving_modal .handhaving_extra  {
	height:195px;
}

#handhaving_modal .vrije_velden.handhaving_extra div {
	float:none;
}

#handhaving_modal .lastgeving_element textarea {
	height:50px;
	width:600px;
	 resize: none;
}

#handhaving_modal .dwangsom_element {
	height:200px;
}

#handhaving_modal .afhandeling_element div.modal_veld {
	float:none;
}

#handhaving_modal .lastgeving_element {
	height:59px;
}

.handhaving_data {
	float: left;
	background-color: #e6e6e6;
	width: 635px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 5px;
}

/***********************************algemene tabs styling**************************/
.tab0 {
	position:absolute;
}

.tab1 {
	position:absolute;
	left:745px;
}

.tab2 {
	position:absolute;
	left:1490px;
}

.tab3 {
	position:absolute;
	left:2235px;
}

.tab4 {
	position:absolute;
	left:2980px;
}

.tab5 {
	position:absolute;
	left:3725px;
}
/**********************************************MilieuGebruikModal*******************************************/
#milieu_gebruik_modal {
	overflow:hidden;
}

#milieu_gebruik_modal .aanvraag_element {
	height:117px;
}

#milieu_gebruik_modal .startpunt_element, #milieu_gebruik_modal .behandelfase_element{
	height:37px;
}

#milieu_gebruik_modal .dvobjadres {
	width: 270px;
}

#milieu_gebruik_modal .dvgemeentenaam {
width: 150px;
}

#milieu_gebruik_modal .dvnadereeisen{
	width:590px;
	height:210px;
	resize: none;
	margin-top:15px;
}

#milieu_gebruik_modal .maatwerkvoorschriften{
	height:277px;
}

#milieu_gebruik_modal #extra_milieu_besluit .extra_element{
	height:277px;
}

#milieu_gebruik_modal  .extra_element div{
	float:none;
}

#maatwerkvoorschriften .logic {
	margin-right:7px;
	height: 10px;
	margin-left:11px;
}

#milieu_gebruik_modal  .primair {
	width:200px;
}

#milieu_gebruik_modal  .behandelaar {
	width:165px;
}

#milieu_gebruik_modal  .dvinrichtingnaam {
	width:210px;
}

#milieu_gebruik_modal  .dvvergnummer {
	width:127px;
}

#milieu_gebruik_modal  .dvdmscode {
	width:117px;
}

#milieu_gebruik_modal  .dvolonummer {
	width:130px;
}

#milieu_gebruik_modal  .dvdossierverblijf {
	width:170px;
}


#milieu_gebruik_modal  .dvsoortmilverg {
	width:137px;
}

#milieu_gebruik_modal  .dvwerkzaamheid {
	width:177px;
}

#milieu_gebruik_modal  .dvpublbouwwerk {
	width:255px;
}

#milieu_gebruik_modal  .ddontvangstdatum,  #milieu_gebruik_modal .ddmeetdatum {
	width:80px;
}

#milieu_gebruik_modal .dvstatus{
	width: 220px;
}

#milieu_gebruik_modal  .ddmeetdatum {
	width:80px;
}

#milieu_gebruik_modal  .dvredenmeetdatum {
	width:495px;
}

#milieu_gebruik_modal  .ddeindtrmprocnaam {
	width:146px;
}

#milieu_gebruik_modal  .dveindtrmomschrijving {
	width:340px;
}

#milieu_gebruik_modal  .ddeindtrmdeadline {
	width:80px;
}

#milieu_gebruik_modal  .ddingetrokken {
	width:80px;
}

#milieu_gebruik_modal  .dvredenintrekking {
	width:500px;
}

#milieu_gebruik_modal  .ddfataledatum {
	width:80px;
}

#milieu_gebruik_modal  .ddbesluitdatum {
	width:80px;
}

#milieu_gebruik_modal  .dvaardbesluit {
	width:157px;
}

#milieu_gebruik_modal  .ddgeldigtotmet {
	width:80px;
}

#milieu_gebruik_modal  .ddvervallen {
	width:80px;
}

#milieu_gebruik_modal  .ddnaverlingetrokken {
	width:80px;
}

#milieu_gebruik_modal .milieu_gebruik.overlay_tabs_content {
	height: 277px;
}
/***********************************APV overig*********************************/
#apv_modal {
	overflow:hidden;
}

#apv_modal .startpunt_element, #apv_modal .behandelfase_element {
	height:40px;
}

#apv_modal .aanvraag_element {
	height:155px;
}

#apv_modal .aanvrager {
	width:200px;
}
#apv_modal .behandelaar{
	width:160px;
}
#apv_modal .dvinrichtingnaam {
	width:210px;
}
#apv_modal .dvovvergunningsnr{
	width:130px;
}
#apv_modal .dvdmscode {
	width:117px;
}
#apv_modal .dvarchiefnr {
	width:135px;
}
#apv_modal .dvdossierverblijf{
	width:170px;
}
#apv_modal .dvsoortovvergunning {
	width:130px;
}
#apv_modal .dvovwerkzaamheid {
	width:175px;
}
#apv_modal .dvpublbouwwerk {
	width:257px;
}
#apv_modal .ddovontvangst {
	width:130px;
}

#apv_modal .ddpublaanvrg {
	width:110px;
}
#apv_modal .ddpublproc{
	width:110px;
}
#apv_modal .dvstatus {
	width:110px;
}
#apv_modal .dnovvastgkost {
	width:77px;
}
#apv_modal .dnovherzkost {
	width:77px;
}
#apv_modal .ddovlegesverz {
	width:100px;
}
#apv_modal .ddovmeet{
	width:95px;
}
#apv_modal .dvovredenmeet {
	width:495px;
}
#apv_modal .ddkrittrmprocnaam {
	width:145px;
}
#apv_modal .dvkrittrmomschrijving {
	width:335px;
}
#apv_modal .ddkrittrmdeadline {
	width:80px;
}
#apv_modal .ddovingetrokken {
	width:87px;
}
#apv_modal .dvovredenintr {
	width:500px;
}
#apv_modal .ddfataledatum {
	width:85px;
}

#apv_modal .ddovbesluit {
	width:85px;
}
#apv_modal .dvaardbesluit {
	width:117px;
}
#apv_modal .ddovverzend {
	width:90px;
}
#apv_modal .ddinwerking {
	width:90px;
}
#apv_modal .ddgeldigtotmet {
	width:90px;
}
#apv_modal .ddvervallen {
	width:90px;
}
#apv_modal .ddnaverlingetrokken {
	width:90px;
}

#apv_modal .overig.overlay_tabs_content {
	height: 245px;
}
/****************werkzaamheden****************/
#apv_modal .ddovstartuitv {
	width:90px;
}
#apv_modal .ddovgereed {
	width:90px;
}
/*******************publicatie***********************/
#publicatie {
	text-align:center;
}

#apv_modal .werkzaamheden_element,  #apv_modal .publicatie_element,  #apv_modal .extra_overig_element{
	height:240px;
}

#apv_modal .modal_veld.publicatie {
	text-align:center;
	float:none;
	margin:0px auto;
}

#apv_modal .dvovtekst1 {
	width:550px;
	height:100px;
	resize: none;

}
#apv_modal .dvovinhoud {
	width:550px;
	height:50px;
	 resize: none;
}

/************************welstand******************/
#apv_modal .welstand_element {
	height:200px;
	padding-top:40px;
}

.modal_veld.welstand{
	float:right;
	margin-right:175px;
	margin-bottom:20px;
}

.modal_veld.welstand input{
 width:255px;
}

#apv_modal .extra_overig_element .modal_veld{
	float:none;
}
/*
#apv_modal .dvwelstomschrijving {
	width:px;
}
#apv_modal .dvwelstandgebied {
	width:px;
}
#apv_modal .dvwelstandbeeldkwal {
	width:px;
}*/
/***********************************info modal****************************************/
#info_modal {
	overflow:hidden;
}

#info_modal .startpunt_element, #info_modal .behandelfase_element {
	height:40px;
}

#info_modal .aanvraag_element {
	height:155px;
}

#info_modal .aanvrager {
	width:200px;
}
#info_modal .behandelaar{
	width:160px;
}
#info_modal .dvinrichtingnaam {
	width:210px;
}
#info_modal .dvinfonummer{
	width:130px;
}
#info_modal .dvdmscode {
	width:117px;
}
#info_modal .dvarchiefnr {
	width:135px;
}
#info_modal .dvdossierverblijf{
	width:171px;
}
#info_modal .dvsoortinfoaanvraag {
	width:190px;
}
#info_modal .dvomschrijving {
	width:400px;
}
#info_modal .ddaanvraagdatum {
	width:130px;
}
#info_modal .ddlegesverzonden {
	width:120px;
}

#info_modal .dvstatus {
	width:110px;
}
#info_modal .ddmeetdatum{
	width:110px;
}
#info_modal .dvkrittrmprocnaam {
	width:110px;
}
#info_modal .dvkrittrmomschrijving {
	width:360px;
}
#info_modal .dfberkostenincbtw {
	width:77px;
}
#info_modal .ddkrittrmdeadline {
	width:100px;
}
#info_modal .ddfataledatum{
	width:95px;
}
#info_modal .ddafgehandeld {
	width:95px;
}

/*hoogte van elementen*/
#info_modal .startpunt_element {
	height:50px;
}

#info_modal .behandelfase_element {
	padding-top:10px;
	height:55px;
}

#info_modal .afhandeling_element {
	height:130px;
}

.modal_icons.info {
	top:635px;
}

#info_modal .extra_info_element {
	height:255px;
}

#info_modal .extra_info_element  div {
	float:none;
}

#info_modal .info.overlay_tabs_content {
	height: 260px;
}
/***********************************horeca modal code*****************************/
#horeca_modal {
	overflow:hidden;
}


#horeca_modal .aanvraag_element .modal_veld{
	margin-right: 6px !important;
}
#horeca_modal .modal_label{
	width: 89px;
}
#horeca_modal {
	overflow:hidden;
	font-size: 12px;
}
#horeca_modal textarea{
	resize: none;
}

#horeca_modal .modal_veld.gemeentenaam {
	margin-right:5px !important;
}
#horeca_modal .dvobjadres {
	width:270px;
}
#horeca_modal .dvgemeentenaam {
	width:150px;
}
#horeca_modal .dvobjmonument {
	float:left;
}

#horeca_modal .aanvrager {
	width: 190px;
}
#horeca_modal .behandelaar{
	width: 150px;
}
#horeca_modal .dvinrichtingnaam {
	width:224px;
}

#horeca_modal .dvzaakbedrshor {
	width:155px;
}
#horeca_modal .dvsoortonderneming {
	width:190px;
}
#horeca_modal .dvrechtsvorm {
	width:219px;
}

#horeca_modal .dvhorvergunningsnr {
	width:120px;
}
#horeca_modal .dvdmszaakcode {
	width:105px;
}
#horeca_modal .dvarchiefnr {
	width:155px;
}
#horeca_modal .dvdossierverblijf {
	width:176px;
	margin: 0px;
}

#horeca_modal .dvsoorthorvergunning{
	width: 145px;
}
#horeca_modal .dvhorvergomschrijving{
	width: 315px;
}
#horeca_modal .dvstatus{
	width: 111px;
}

#horeca_modal .dvredenaanvraag{
	width: 167px;
}
#horeca_modal .dvgebied{
	width: 150px;
	margin-right: 280px;
}
#horeca_modal .ddaanvraagdatum{
	width: 92px;
	margin-right: 8px;
}
#horeca_modal .ddaanvraagdatum{
	width: 92px;
	margin-right: 8px;
}

#horeca_modal .ddpublaanvraag {
	width: 96px;
	margin-right: 8px;
}
#horeca_modal .ddlegesverzonden {
	width: 100px;
}

#horeca_modal .dvkrittrmprocnaam{
	width: 140px;
}
#horeca_modal .dvkrittrmomschrijving{
	width: 343px;
}
#horeca_modal .ddkrittrmdeadline{
	width: 80px;
}

#horeca_modal .ddingetrokken{
	width: 85px;
}
#horeca_modal .dvredenintrekking{
	width: 499px;
}

#horeca_modal .ddfataledatum{
	width: 85px;
}
#horeca_modal .dddatumbesluit{
	width: 85px;
}
#horeca_modal .dvaardbesluit{
	width: 120px;
}
#horeca_modal .ddverlopen{
	width: 85px;
}

#horeca_modal .ddvervaldatum{
	width: 85px;
}
#horeca_modal .ddnaverlingetrokken{
	width: 75px;
}

/*hoogte van de elementen*/
#horeca_modal .horeca_extra{
	height: 224px;
}

#horeca_modal .actoren_element {
	height:39px;
}

#horeca_modal .aanvraag_element {
	height:161px;
}

#horeca_modal .onderneming_element{
	height: 37px;
}

#horeca_modal .behandelfase_element {
	height:40px;
}

#horeca_modal .afhandeling_element {
	height:145px;
}

#horeca_modal .geldigheid_element {
	height:77px;
}

#horeca_modal .lastgeving_element textarea {
	height:50px;
	width:600px;
	 resize: none;
}

#horeca_modal .dwangsom_element {
	height:200px;
}

.horeca_data {
	float: left;
	background-color: #e6e6e6;
	width: 635px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 5px;
}

.horeca_extra div{
	float:none;
}

#horeca_modal .horeca.overlay_tabs_content {
	height: 230px;
}
/***********************************general modal code*********************************/
.modal_icons {
	width:100%;
	float: left;
    margin-left: 30px;
	/*position: absolute;
	top: 620px;*/
}

.modal_icons.zaken_detail {
	width:100%;
	float: left;
	position:static;
	margin-bottom:35px;
	margin-top:5px;
	margin-left: 30px;
}

.modal_icons.zaken_detail .sluit_scherm{
	float:right;
	margin-right:84px;
}
