/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
/***************************algemeen**************************/


body {
	font-family: Arial,Helvetica,sans-serif !important;
	font-size:14px;
	margin: 0px;
	overflow:auto;
	background-color: #e6e6e6;
}

ul {
	margin:0;
	padding:0;
}

/*for ie8*/
a img  {
    border: none;
	border-width:0;
    outline: none;
}
/***************************************modal header**************************************/
.flexdetail .dialog_header, .flexlist_modal .dialog_header {
	margin-top:30px;
	margin-left:30px;
}

/***********************modal sluit knoppen*********************/
.sluit_modal {
  float: right;
  cursor: pointer;
  margin-right:10px;
  margin-top:-22px;
}

.google_modal .sluit_modal {
  float: right;
  cursor: pointer;
  margin-right:10px;
  margin-top:0px;
}

.flexdetail .sluit_scherm {
  float: right;
  margin-right: 58px;
  margin-bottom: 34px;
}

.flexdetail .sluit_scherm, .flexdetail .opslaan_button {
	margin-top:12px;
}
/***********************************paging**********************************/
#main_content .flexlist_paging{
	position:relative;
	top:20px;
}
/***********************************edit switch*****************************/
.flex_header {
    margin-top: 30px; /*removed !important*/
}

.edit_switch {
	float:right;
	background-image:url('/img/slider_background.png');
}

.edit_switch span {
	height:19px;
	width:40px;
	position:absolute;
}

 .edit_switch {
	background-image:url('/img/slider_background.png');
	background-repeat: no-repeat;
    float:right;
	height:19px;
	width:74px;
	cursor:pointer;
	margin:0px 60px 15px 0px;
}

.flexdetail .edit_switch {
	margin-right:30px;
}

.edit_switch {
	margin-top:30px !important;
}

.edit_switch span {
	height:19px;
	width:37px;
	position:absolute;
}

.drag {
	background-image:url('/img/slider_off.png');
	background-repeat: no-repeat;
	z-index:5000;
}

.receiver {
	height:24px;
	width:37px;
	float:left;
}


/*************FIXME, dit voorlopig even in shared, laatste restje uit screen.css die is opgeheven*********************************/
/*************************************insert_modal************************/
.insert_modal_flex .insert_content {
	margin-left:25px;
}
.insert_modal_flex .insert_content {
	margin-bottom:0px !important;
}

.insert_modal_flex .detail_modal_header {
	margin-bottom:35px;
}

.insert_modal_flex .detail_modal_icons {
	float:right !important;
	margin-right:38px;
	margin-bottom:35px;
	width:160px;
}

.insert_modal_flex .insert_datepicker  {
	height:35px;
}

.insert_modal_flex .detail_modal_icons .opslaan{
	float:right;
	margin-right:5px;
	margin-left:10px;
}

.insert_modal_flex_modal .detail_modal_icons img{
	float:right !important;
}

.insert_modal_flex #insert_error_message{
	float:left !important;
	color:red !important;
	width:550px !important;
	margin-left:30px;
	}

.insert_modal_flex {
	padding-bottom:30px !important;
}

.insert_modal_flex .sluit_modal.bottom {
	margin:0 !important;
}

#overview_modal_flex #overview_table_header td {
	cursor:pointer;
}

.flexscreen .flexlijst_image{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.open_option {
	display:inline;
	vertical-align: middle;
}

#delete_check_modal_flex .sluit_modal {
	margin-top:10px !important;
}

/******************************************FIXME, code uit main.css die is opgeheven******************/
#main_content .error_message {
	position:relative;
	float:right;
	margin-right:200px;
	top:25px;
	z-index:10;
	color:red;
	max-width:500px;
	height:40px;
	text-align:left;
}
/*************************************login**********************************/
/*originele code*/
#logo{
	float:left;
	width:170px;
	height:35px;
	margin: 28px 0 0 15px;
}

.login_input_label {
	color:#4d8ac7;
	font-weight:700;
}

.login_checkbox_label {
	margin-right:10px;
	color:#333;
}

.checkbox_text {
	font-weight:400;
	margin-left:5px;
	margin-bottom:30px;
}

#login_form input[type=checkbox] {
	margin-top:8px;
	vertical-align: bottom;
    position: relative;
    top:0px;
}

/*FIXME nieke (typt dit zelf) stijling caps lock waarschuwing*/
.capsLockWarning {
	font-size: 11px;
	color: #FEA400;
	padding-top: 30px;
}
.capsLockWarning span {
	font-weight: 600;
}

.password_label {
	margin-top:9px;
}

#remember_username {
	margin-top:12px !important;
}

#login_form input[type=text], #login_form input[type=password]{
	margin-top:10px;
	font-size: 10px;
	height: 10px;
	width:150px;
	padding-top: 3px;
	padding-bottom:3px;
    padding-left: 3px;
}

#main_login_content{
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	text-align:left;
	width:100%;
	background-color:#e6e7e8;
	margin:0px auto;
	margin-top: -130px;
}

#login_content{
	width:435px;
	height:257px;
	background-color:white;
	border-right:solid 1px #a7a7a7;
	border-bottom:solid 1px #a7a7a7;
	border:1px solid #a7a7a7;
    border-radius: 20px;
	margin:0px auto;
}

#notification_text {
	margin:0px auto;
	width:275px;
	height:15px;
	margin-top:133px;
}

#new_session {
	padding-left:5px;
	padding-bottom:3px;
	vertical-align:middle;
}

#notification_text span {
	vertical-align:text-bottom;
}

#no_authorisation_text {
	margin:0px auto;
	width:250px;
	margin-top:138px;
}

#login_error_message {
	color:red;
	font-size:11px;
	margin:5px 5px 0 5px;
	text-align:center;
}

#aanmelden {
	margin:7px 0 0 207px;
	cursor:pointer;
}

#login_message {
	width:300px;
    border:1px solid green;
	color:green;
    padding:5px;
    margin:5px 0 0 5px;
}

.login_table_header {
	font-size:13px;
	text-align:left;
	padding:5px 10px 5px 0;
}

#login_form {
	padding:10px 20px 0px 20px;
	width:167px;
	height:155px;
	font-size:11px;
	margin-top:26px;
	margin-left:208px;
}
/************************************header***********************************/
#open_menu{
	cursor: pointer;
	z-index: 200;
	margin-left: 900px;
	margin-top: 5px;
	float:left;
	width: 20px;
	height: 10px;
 }

#close_logout_menu{
	z-index: 400;
}

#logout, #portal_afmelden, #portal_detail_afmelden, #omgeving_detail_afmelden{
    display: block;
	float:right;
	cursor: pointer;
	margin-top:10px;
	margin-right:15px;
	color: white;
	padding-left: 5px;
}

#logout_menu{
	font-family: Arial,Helvetica,sans-serif;
	padding: 5px;
	z-index: 200;
	width: 90px;
	height: 20px;
	background-color: #003366;
	position: fixed;
	top: 38px;
	left: 989px;
}

#header_logo{
	margin-top:10px;
	float: left;
	width: 107px;
	height: 23px;
	margin-left:43px;
	cursor: pointer;
}
.connected{
	display: none;
	margin-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 25px;
}
.disconnected{
	display: none;
	margin-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 25px;
}
.problem_connected{
	display:none;
	margin-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 25px;
}

/****************************sort icon********************/
.sort {
	cursor:pointer;
	margin-top:2px;
}

/*aparte css voor kolom header zonder tekst******/
.icon .sort {
	margin-top:0px;
}

.icon .down {
	margin-top:6px !important;
}

.icon .up {
	margin-top:-4px !important;
}

.down {
	margin-top:8px !important;
}
/**********************zaken en inrichtingen tabs****************/
#zaken{
	width:50px;
	height:33px;
	margin-left:40px;
	padding-left:13px;
}

#inrichtingen{
	padding-left:7px;
	width:91px;
	height:34px;
}

#zaken, #inrichtingen {
	padding-top:6px;
	cursor: pointer;
	z-index: 200;
	float: left;
	color:#08418c;
	text-transform:uppercase;
	font-weight:700;
	font-size:10px;
	margin-top:-20px;
}
/******************lokatie info**********************************/
#lokatie_info {
	position:absolute;
	top:50px;
	left:13px;
	float:left;
	height:26px;
}

#lokatie_info div {
	float:left;
}

#openbare_ruimte{
	margin-left: 26px;
	font-size: 1.2em;
	color:#08418C;
}

#woonplaats_naam, #gemeente_naam {
	margin-top:2px;
	margin-left:5px;
	font-size: 0.9em;
	color: #333
}
/**************************wijzig straat*************/
#wijzig_straat{
	font-weight: bold;
	margin-top: 24px;
	float: right;
	height: 25px;
	font-size:11px;
	color:#08418C;
}

#wijzig_straat_img{
	cursor: pointer;
	margin-top: 22px;
	float: right;
	margin-left: 5px;
}

.wijzig_straat {
	cursor: pointer;
}

.open_filter {
	cursor: pointer;
}

#filter{
	font-weight: bold;
	margin-top: 24px;
	margin-left: 11px;
	float: right;
	height: 25px;
	font-size:11px;
	color:#08418C;
}
.filter_modal_titel{
	float: left;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 25px;
	color: #21639d;
	font-weight: bold;
	font-size:12px;
	width:100px;
}

#open_filter{
	cursor: pointer;
	margin-left: 5px;
	margin-top: 29px;
	margin-right: 22px;
	float: right;
}
/*************************kaart*****************************/
#kaart{
	width:100%;
	background-color:white;
}
#feature_info{
	position: fixed;
	background-color: white;
	border: 1px solid grey;
	border-left:2px solid black;
	width: 350px;
	bottom:45px;
	right:0px;
	overflow-y: auto;

}
.feature{
	background-color: white;
	padding-left:2px;
	padding-right:2px;

	/*margin:2px;
	border: 1px solid black;*/
}

.feature_info:not(.feature_info){
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
}

.ol-scale-line{
	background: rgba(136, 0, 24, 0.67) !important;
}
.dragbox {
	background-color: #ffffff80;
    border: 2px solid #397ABE;
}

h3{
	cursor:pointer;
	/*border:2px solid grey;*/ /*removed !important for new sidebar styles*/
	/*border-radius:5px;*/ /*removed !important for new sidebar styles*/
	/*padding:5px;*/ /*removed !important for new sidebar styles*/
	margin:0; /*removed !important for new sidebar styles*/
	/*font-weight:700;*/ /*removed !important for new sidebar styles*/

}

/*temporary remove of this hover for new sidebar*/
/*h3:hover{*/
/*	background-color: #e6e6e6;*/
/*}*/
/***********************************************************/
table{
	border-collapse: collapse;
}

#kaart_content{
	background: #e6e6e6;
    height: 100%;
	width: 100%;
    margin:0;
    padding:0;
}

#main_content{
	background: #e6e6e6;
    height: 100%;
	width: 100%;
    margin:0;
    padding:0;
}

#main_content_header, #kaart_content_header{
	width:100%;
	height:41px;
	background-image:url(/img/header.png);
	background-repeat:repeat-x;
	border-bottom:2px solid black;
}

.ol-dragbox {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(100,150,0,1);
}

#kaart-background-grey{
	position: fixed;
    left:0px;
    bottom:0px;
	top:41px;
    height:100%;
    width:100%;
    background:#ddd;
    z-index:0;
}

#feature_info{
	top:41px;
	right:0px;
    height:100%;
    width:20%;
	display:none;
}

#background-grey{
    position:fixed;
    left:0px;
    bottom:0px;
	top:41px;
	padding-top:27px;
    height:100%;
    width:100%;
    background:#ddd;
    z-index:0;
}

#panel-white{
    visibility:visible;
    left:0px;
    background-color:#fff;
    z-index:1;
	border: 1px solid #c3c7d0;
	-moz-border-radius: 15px;
	-moz-border--radius: 15px;
	border-radius: 15px;
	border-radius: 15px;
	/*behavior: url(../PIE.htc);*/
	margin:0px auto;
}

#mybox{
    visibility:visible;
    position:fixed;
    left:40px;
    top:120px;
	overflow:auto;
	z-index:2;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/************************table header**********************/
.header_div {
	float:left;
	vertical-align:middle;
    height:30px;
}

#mybox_header{
	overflow:hidden;
	position: fixed;
	top: 120px;
	left: 41px;
	width: 100%;
	z-index:3;
	height:18px;
}

#mybox_table_header, .table_header{
	color:white;
	background-color: #659acc;
	z-index:2;
}

#mybox_header td{
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 5px;
	border-right: 1px solid #e6e7e9;
	cursor:pointer;
}
/************************table body**********************/
#table_body{
    background-color:#DDD;
    z-index:2;
}

#table_body td div {
white-space: nowrap;
overflow: hidden;
}

#table_body tr, .code_search_table_body tr, #overview_table_body tr{
	background-color:white;
}

#table_body .odd, .code_search_table_body .odd, #overview_table_body .odd{
	background-color: var(--main-list-zebra-dark);
}

/*************geselecteerde regel********************/
#table_body .selected, #table_body .selected td, .code_search_table_body .selected, .code_search_table_body .selected td,
#overview_table_body .selected, #overview_table_body .selected td{
	background-color:#ffff99;
}

/*algemeen*/
.table_body .selected, .table_body .selected td {
	background-color:#ffff99;
}

tr.hover_active td {
	background-color:#f0f0f0;
}

tr.hover_active.odd td {
	background-color:#e0e0e0;
}

tr.hover_active.selected td {
	background-color:#eeee88 !important;
}

#table_body tr{
	height:24px;
}

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

#table_body tr{
	cursor:pointer;
}

#table_body tr.filler{
	height:24px;
}


#table_body.zaken_tabel, #table_wrapper.zaken_tabel, #mybox_header.zaken_tabel, #mybox_table_header.zaken_tabel {
	width:2000px !important;
}

#table_body.inrichtingen_tabel, #table_wrapper.inrichtingen_tabel, #mybox_header.inrichtingen_tabel, #mybox_table_header.inrichtingen_tabel {
	width:1400px !important;
}
/**********************general table styling*************************/
.table_body td {
	border-right: 1px solid #c3c7d0;
}

.table_body tr {
	background-color:white;
}

.table_body .odd{
	background-color:#e6e6e6;
}
/******************map***********************/
div.olControlAttribution, div.olControlScaleLine {
          font-family: Verdana;
          font-size: 0.7em;
          bottom: 3px;
      }

.google_map, #lokatie_map {
	width:625px;
	height:500px;
	margin-left:25px !important;
	float:left;
}

.maps_header_label {
	background-color:orange;
	width:10px;
	height:55px;
    margin-bottom: 10px;
	margin-top: 10px;
	position: absolute;
}
.maps_header, .maps_header_lokatie {
	margin-bottom:15px;
	color:#0066cc;
	font-weight:700;
	position: relative;
}
.maps_header{
    width: 80%;
    margin-bottom: 5px;
	margin-top: 5px !important;
	margin-left: 22px;
	float: left;
}
.maps_header_info{
    width: 80%;
    margin-left: 22px;
    margin-bottom: 10px;
    float: left;
}
.google_modal,  #omgeving_kaart_modal {
	overflow:hidden;
}

.maps_header_lokatie {
	margin-top:7px;
	margin-left:22px;
}

#sluit_maps, #save_drawing{
	float:right;
	margin: 14px 25px 25px 0px;
}

#lokatie_map_wrapper img{
	float:right;
	cursor:pointer;
}


#lokatie_map_wrapper .sluit_scherm {
	margin-right:28px;
	margin-top:16px;
}

#lokatie_map_wrapper  #terug_naar_detail {
	margin-right:468px;
	margin-top:16px;
}
/*************button section********************/
.radio_area, .radio_area input {
	cursor:pointer;
}

#bottom_section {
	position:fixed;
    left:39px;
	top:400px; /*initial value*/
	height:40px;
	width:100%;
	overflow:auto;
	z-index:2;
}

#bottom_buttons{
	float:left;
	width:250px;
	height: 15px;
	cursor: pointer;
}

#bottom_form {
	font-size: 0.8em;
	font-family:Arial,Helvetica,sans-serif;
	width:550px;
	height: 20px;
	padding-top:2px;
	float: right;
	margin-right:75px;
}

#bottom_form  div{
	float:right;
	margin-right:10px;
}

#bottom_form  img{
	float:right;
	cursor:pointer;
}

#code_search_message {
	float:right !important;
	color:red;
	float:right;
}

/* fix me , problemen met stylen van radio buttons*/
#bottom_form input{
	margin-left: 5px;
	font-size: 10px;
	height: 10px;
}

#bottom_form input[type=text]{
	height: 15px;
}

#bottom_form  #zaak_code{
	height:15px;
	margin-top:-2px;
}

#zaak_met_code {
	margin-top:-3px;
	cursor:pointer;
}

#bottom_buttons img{
	float:left;
	cursor: pointer;
	margin-right:6px;
}

#partition{
	margin-left:2px;
	margin-top:2px;
	float: left;
	border-right: 1px solid #21639d;
	width: 5px;
	height: 15px;
}
/****************custom dialog******************/
.ui-widget-overlay {
	opacity: .4 !important;
	filter: Alpha(Opacity=40 ) !important;
}

.ui-dialog {
	position: absolute !important;
	font-size: 12px !important;
	overflow:visible !important;
}
/***************tegels in de schermen bij hover **********/
.data_block:hover{
	background-color: #F0F0F0;
}
/***************drag & drop*******************************/
.ui-dialog-titlebar{
	padding: 0px !important;
	margin: 0px;
    background: none!important;
	border: none!important;
	height: 10px !important;
	width: 100%;
	position: fixed;

}

 .MyTitle{
    display: block!important;
 }
 /***************************algemeen**************************/
/*dit voorkomt selectie highlight voor jquery dialog bij touch op ipad*/
.ui-dialog-content{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

.set_kolom_error {
	border:1px solid red !important;
	outline: none;
}

input[type="checkbox"] {
	background-color:white !important;
}

.flex input[type="checkbox"] {
    background-color:transparent !important;
}

.map_icon {
	cursor:pointer;
}

.datepicker {
	float:left;
}

.ui-datepicker-trigger {
	float:left;
	margin-left:1px;
}
/***********************************edit switch*************************/
.edit_switch {
	float:right;
	background-image:url('/img/slider_background.png');
}
/*********************************detail modal*************************/
.ui-dialog, .ui-dialog:first-child{
	overflow:hidden;
}

.modal_wrapper {
	overflow:visible !important;
}

.detail_oranje_label{
	height:55px;
	margin-top:0px !important;
	float: left;
	background-color: orange;
	width: 10px;
	margin-top: -7px;
}

.data_image {
	float:left;
	margin-top:12px;
	margin-bottom:10px;
}

.modal_content_wrapper {
	margin-bottom:10px;
}
/*************error op detail schermen***************/
.ui-dialog .detail_modal .error_message {
	float:right;
	margin-right:10px;
	margin-top:5px;
	color:red;
	width:500px;
	text-align:right;
}
/*************error op tegelscherm***************/
#inrichting_detail_content .error_message {
	float: right;
	height: 15px;
	color: red;
	margin-right: 45px;
	 margin-top: 0px;
}
/*******************************************tussenscherm*********************************/
.modal_icons_overview {
	float:right;
	margin-right:45px;
}

.modal_icons_overview img{
    margin-left: 10px;
}
/*************************************inspectie traject detail scherm*******************************************/
.modal_field {
	float:left;
}

input::-ms-clear {
  width : 0;
  height: 0;
}


.input_wrapper  input {
	border:0;
	height:15px !important;
}
/****************************************checklist********************************/
.checklist_modal {
	text-align:center;
}

#checklist_header_inspectie {
	width:234px;
	height:30px;
	padding-top:65px;
	padding-bottom:10px;
	margin:0px auto;
	margin-left:33px;
}
#checklist_header {
	width:250px;
	height:30px;
	padding-top:65px;
	padding-bottom:10px;
	margin:0px auto;
}

.id_1, .id_2, .id_3 {
	float:left;
	width:80px;
	height:40px;
}

.input_div.ddextchklistreg, .input_div.ddextchklist2reg, .input_div.ddextchklist3reg{
	width:135px;
	}
/***********************checklist_remarks_modal**********************/
.checklist_remarks_modal {
	overflow:hidden;
}

.modal_header {
	padding:5px;
	width:500px;
	height:30px;
	margin-left:12px;
	color:#0066CC;
}

.checklist_remarks_modal .actief {
	margin-top:-6px;
}

.checklist_remarks_modal .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;
}

.question {
	padding:5px;
	margin-left:20px;
}

.date_name{
	padding:5px;
	margin-left:40px;
}

.remark_value {
	padding:5px;
	margin-left:60px;
}

/*************************************insert_modal************************/
.insert_content {
	margin-left:25px;
}
#insert_modal .insert_content {
	margin-bottom:0px !important;
}

#insert_modal .detail_modal_header {
	margin-bottom:35px;
}

#insert_modal .detail_modal_icons {
	float:right !important;
	margin-right:38px;
	margin-bottom:35px;
	width:160px;
}
#insert_modal .insert_datepicker  {
	height:35px;
}

#insert_modal .detail_modal_icons .opslaan{
	margin-right:5px;
}

#insert_modal .detail_modal_icons img{
	float:right !important;
}

#insert_modal #insert_error_message{
	float:left !important;
	color:red !important;
	width:550px !important;
	margin-left:30px;
	}

#insert_modal {
	padding-bottom:30px !important;
}

#insert_modal .sluit_modal.bottom {
	margin:0 !important;
}

#insert_modal .insert_content div{
	margin-bottom: 3px;
}
/****************************DMS modal ******************************/
.insert_content{
    width: 750px;
    overflow: auto;
    max-height: 500px;
    padding: 5px;
    background-color: #e6e6e6;
    margin-top: 10px;
    margin-bottom: 40px;
    float: left;
}

.filelist_creatiedatum{
    padding: 5px;
    width: 190px;
}
.filelist_titel{
    padding: 5px;
    width: 540px;
}
.filelist_header{
    border-bottom: 1px solid black;
}
.filelist_table tr{
    padding: 5px;
}
.filelist_table td{
    padding: 5px;
    cursor: pointer;
}
.selected{
    background-color: rgb(255, 255, 153);
}

/************************************progress table for uploads***********************************/
#file_progress {
    border-radius: 15px;
    background-color: white;
    display:none;
    position: fixed;
    top: 45px;
    left: 900px;
    padding: 20px;
    color: #0066cc;
}

#progress_icon {
    margin: 5px 10px 0px 10px;
    height: 25px;
    width: 25px;
    float: right;
}

/***********************************delete rij**************************/
.delete_rij_definitive {
	margin-left:94px;
}
/*************************************list**********************************/
#option_list {
	margin-top:25px;
	padding:10px;
	width:150px;
	position: absolute;
	right: 0px;
}

#option_list li {
	cursor:pointer;
	padding:5px;
}

.selected_list_item {
	background-color:#3857A5;
	color:white;
}

.disabled_list_item {
	color:#666;
}

#inrichtingdetail_modal {
	overflow:visible !important;
}

.detail_modal .modal_label {
	margin-left:30px;
}
/*****************************login links******************************************/
.gebruikersnaam_vergeten{
	text-decoration: underline;
	float:left;
	margin-top: 10px;
	color:blue;
	cursor:pointer;
	font-size: 9pt;
}

.wachtwoord_vergeten{
	text-decoration: underline;
	float:left;
	margin-top: 10px;
	color:blue;
	cursor:pointer;
	font-size: 9pt;
}
#versturen {
    height: 25px;
    display: inline-block;
    margin: 10px 0 0 227px;
    border-radius: 5px;
    width: 100px;
    color: white;
    border: 0px;
    border-right: 1px solid #0066cc;
    cursor: pointer;
    border-bottom: 1px solid #0066cc;
    background-color: white;
    background-image: linear-gradient(rgb(87, 143, 199), #0066cc);
}
/******************* firefox uitzonderingen ********************************************/

@-moz-document url-prefix() {
	.ui-dialog {
		font-size: 12px;
	}

	.ui-widget input{
		font-size: 12px;
	}
}
