/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {

	float: left;
	margin-left: 5px;
}

.button2-right {

	float: left;
	margin-left: 5px;
}

.button2-left .image {

}

.button2-left .readmore {

}

.button2-left .pagebreak {

}

.button2-left .blank {

}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	
	cursor: pointer;
	vertical-align: middle;
}

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
  margin-top:2.5em;
  margin-bottom:2.5em;
  margin-left:0.5em;
}

img,table {
	border:none;
}

body {
	font-family: sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: grey;
}

a:hover {
	font-weight: normal;
	color: grey;
} */

.button {
	cursor: pointer;
	color:#FFF;
	font-size:12px;
	height:18px;
	border: none;
	background: #6B95C5;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align:justify;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	/* background: #fff url(bg.jpg) top left repeat; */
    margin:0;
    height:100%;
}

#frame_bg {
	margin:0;
	padding: 0;
	background: transparent url(page_bg.jpg) top lef --> t repeat-x;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:980px;
}

div#extras {
        background: transparent url(extras_bg2.jpg) top center no-repeat;
        width:980px;
	margin:0 auto;
	height:31px;
	padding:0 10px;
	

}
div#pillmenu a, div#extras a{
	/* color:#fefefe; */
	color:grey;
	/* font-weight: bold; */
	font-family: Helvetica,Arial,sans-serif;
	/* font-size: 1em; */
	padding:2px 0 2px 10px;
	line-height:23px;
	text-align: left;
}


#logo {
	padding:30px 20px;
	margin:2px 0 0 1px;
	text-align: left;
	float:left;
	
}
#logo_sub {
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 3em;
	padding:0;
	margin:0;
	line-height:1.4em;
	color:#ff0000;
	text-decoration:none;
}

#logo a.logo, #logo a.logo:link, #logo a.logo:hover, #logo a.logo:visited {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 3em;
	padding:0;
	margin:0;
	line-height:1.4em;
	color:#577596;
	text-decoration:none;
}
 
#logo a.logo:hover{
	text-shadow:3px 0px 10px #D8D8D8;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#footer {
	/* width:980px; */
	margin:0 auto;
	
}

div#footer_r {
	height: 30px;
	/* overflow: hidden; */
	border-top:1px solid grey;
	padding-top:15px;
	margin-top:30px;
}

div#footer_r div {
	text-align: center;
	font-size: .80em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	/* color: #fff; */
	color:grey;
	text-decoration:none;
}

#pathway {
	float:left;
	padding: 0px;
	width: 400px;
	text-align: left;
}
#usermenu{
	float:left;
	padding: 0px;
	width: auto;
	text-align: left;
}
#search {
	float:left;
	/* width:200px; */
	height:26px;
	text-align:left;
	padding:5px 0px 0 10px;
	font-family: sans-serif;
	color:grey;
}

#area {
	padding: 0;
	width:100%;
	 background: url(whitebox_bg.jpg) top left repeat; 
	
}

#topnews {
	margin:40px 0 0 0 ;
	width:490px;
	height:120px;
	color:#666;
}

.whitebox {
	margin: 0 auto;
	width: 980px;
	background: transparent url(top_menu_bg.jpg) top left repeat; 
	height:24px;
	text-align:left; 
}

.whitebox div {
	text-align: center;
}

#whitebox_m {
	/* width: 980px; */
	padding: 0;
	margin:0 auto;
}

#shodow {
	width:980px;
	height: 10px;
	margin:0 auto;
	background: url(shodow_bg.jpg) top left no-repeat;
	font-size:8px;
}


#whitebox_br {
	height: 13px;
	
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align:center;
  color: #ffffff;
}

td.pill_m {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 980px;
  text-align:center;
  color: #ffffff;
  border: 0px;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 195px;
	padding:10px;
	float:left;
}

div#maincolumn {
padding:10px 0 10px 10px;
float:left;
width: 550px;
}

div#maincolumn_full {
padding:10px 0 10px 10px;
width: 734px;
float:left;
}

div.nopad {

	padding: 0;
}

td.middle_pad {
	width: 20px;

}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/


div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 10px;
  height: 23px;
  font-size:12px;
  overflow: hidden;
  padding:8px 0 0 0;
  color:#000;
}

span.pathway a, span.pathway a:link, span.pathway a:hover,span.pathway a:visited {
	color:#000;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:verdana,geneva;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	/* color: #8a0040; */
	color:darkred;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #5076b6;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h3, .componentheading, table.moduletable th, legend, moduletable_menu {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  color:#8A0040;
  font-size: 2.3em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}
/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

.clr {
	clear: both;
}


div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style:none;
}

div.module_menu ul li {
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	
	padding:2px 0 2px 25px;
	line-height:24px;
	
}

#leftcolumn div.module table ,#rightcolumn div.module table {
	width: auto;
}

#leftcolumn h3, #leftcolumn h3 a, #rightcolumn h3 {
	margin: 0 10 0 0;
	color:grey; 
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	/* background:#eeeeee; */
	padding:2px 0 2px 10px;
	line-height:23px;
	text-align: left;
	/* background:transparent url(menu_t.jpg) top left repeat;  */
}


#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin:0 0 20px 0;
	padding: 3px;
	/* background:#fefefe;	 */
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-top:none;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin:0;
	padding:0;
	background: #f5f5f5;
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	line-height:20px;
	
	padding:2px 20px;
	border-top:1px solid #dddddd;
	text-decoration:none;
	color:#5076b6;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	
	color:#666666;
}

/* ****** left col current menu ****** */
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display:block;
	line-height:20px;
	
	padding:2px 20px;
	border-top:1px solid #dddddd;
	text-decoration:none;
	color:#ff8800;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
	color:#666666;
}

/* ****** left col sub menu ****** */
#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
}

#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
	
	text-decoration:none;
	color:#5076b6;
	padding:2px 25px;
}

#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
	
	color:#666666;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search a{
margin: 0 10 0 0;
	color:#fefefe;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	padding:2px 0 2px 10px;
	line-height:23px;
	text-align: left;
}


.search #mod_search_searchword {
	width:122px;
	
	border:none;
	color:#fff;
	padding:2px 4px 0 4px;
	height:18px;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {



	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */




/* ****************************************************************************** */
/* blue */
input,button {
	border:1px solid #dcdcdc;
	background:transparent;
}


/* blue */


#pillmenu {
    padding: 5px 0 0 10px;
    height: 26px;
}
h3, .componentheading, table.moduletable th {
  /* color: #5076b6; */
  color:grey;

}

div.module_menu {
	
}

div.module_menu div {
	
}

div.module_menu div div {
	
}

div.module_menu div div div {
	
}

/* ********************************************************************************* */
/* blue */

div#header {

	height:180px;/*was 242*/
}

div#header_l {
	/*background: transparent url(header_line_bg.jpg) top left no-repeat;*/
	height:180px; /*was 242*/
}
div#logo_bg {
	background: url(ITCall.png) 98% 50% no-repeat;
	height:175px;	/*was 242*/
}

div#logo_bg div {
	text-align: left;
}

div#footer {
	/* background: url(footer_m_bg.jpg) 0 100% repeat-x; */
}

div#footer_l {
	/* background: url(footer_l_bg.jpg) 0 0 no-repeat; */
}

div#footer_r {
	/* background: url(footer_r_bg.jpg) 100% 0 no-repeat; */
	
}

/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color			: #2861a4;
	font-family: Arial,sans-serif;
	text-decoration:none;
}
a.sgfooter:hover {
	color: #2861a4;
	font-family: Arial,sans-serif;
	text-decoration:none;
}
#sgf {
font-size: 11px;
text-align:center;
width:100%;
margin:0px auto;
color: #2861a4;
font-family: Arial,sans-serif;
}
.sgf {
text-align:right;
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-decoration:none;
}
.sgf1 {
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-align:left;
}

a.sglink:link, a.sglink:visited {
	color			: #2861a4;
	font-size		: 11px;
	font-family: Arial,sans-serif;
	text-decoration:none;
}
a.sglink:hover {
	color			: #2861a4;
	font-family: Arial,sans-serif;
	text-decoration:none;
}

.black_overlay{
	        display: none;
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 500%;
			margin:0;
			padding:0;
			background: #fff;
	        -moz-opacity: 0.1;
	        opacity:.50;
	        filter: alpha(opacity=10);
		}
		.white_content {
	        display: none;
	        position: absolute;
	        top: 25%;
	        left: 25%;
	        width: 50%;
	        height: 50%;
	        padding: 3px 16px 16px 16px;
	        border: 2px solid lightgrey;
	        overflow: auto;
			background: white; 
			background: -webkit-linear-gradient(white, #ededed); 
			background: -o-linear-gradient(white, #ededed); 
			background: -moz-linear-gradient(white, #ededed); 
			background: linear-gradient(white, #ededed); 
			box-shadow:inset 0px 7px 10px 0px #e0e7e9;
		}
		.white_content  h3{
	        color: grey;
			font-size: 2em;
		}
		.white_content  table a{
	        color: grey;
			font-size: 1.5em;
			text-decoration:none;
		}
		.preview {
	        display: none;
	        position: absolute;
	        top: 13%;
	        left: 5%;
	        width: 90%;
	        height:auto;
	        padding: 3px 16px 16px 16px;
	        border: 2px solid lightgrey;
			/* background: #fff url(header_popup_shadow_bg.jpg) top left repeat-x; */
			background-color:white;
	 
	        overflow: auto;
		}	
		.preview table a{
	        color: grey;
			 font-size: 1.5em;
			 text-decoration:none;
		}		

.aantalRecords:hover .aantalRecordsTooltip {
    display: block;
}
.aantalRecordsTooltip {
    display: none;
    background:  #fff url(Shadow_red.png) top left repeat-x;
    color: #FEFEFE;
    font-family: Helvetica,Arial,sans-serif;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}
.inlogField{
    width:150px;
}
.selectAutowidth{
    width:auto;
}
.clickable:hover{
    cursor: pointer;
}

.ui-widget input[type="checkbox"], .ui-widget input[type="radio"] {
	width:auto;
}


/*added code*/
 .ui-widget input, .ui-widget textarea {
	/* width:95%; */
} 
input.File_Name_Values{
	display:block;
}
input[name=ParentCampaignId]{
	width:100%;
}

.ui-dialog-content.ui-widget-content input,
.ui-dialog-content.ui-widget-content select,
.ui-dialog-content.ui-widget-content textarea{
	border:1px solid lightgrey;
	padding:3px;
	border-radius:3px;
	/* box-shadow: inset 0px 1px 1px #d0d0d0; */
	box-shadow: inset 0px 0px 6px 1px lightgrey;
	min-width: 15em;
}
.ui-dialog-content.ui-widget-content #Edit-ExecutionInterval-type input,select,textarea,
.ui-dialog-content.ui-widget-content #Edit-ExecutionInterval-options input,select,textarea,
.ui-dialog-content.ui-widget-content #Edit-ExecutionInterval-end input,select,textarea,
.ui-dialog-content.ui-widget-content #Edit-ExecutionInterval-repeat input,select,textarea {
	min-width: 0em;
	margin-right: 4px;
}
.ui-dialog-content.ui-widget-content select{
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
	background-size:10px 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
     background-position-x: 96%;
	padding-right:20px;
	/*select arrows in alle select velden*/
}

select::-ms-expand{
  display:none;
}

.jtable-input-field-container{
	margin-right:25px;
}

.jsoneditor .row{
	margin-right:30px;
	margin-left:0px;
}
.jsoneditor .row h3,
.jsoneditor .row label{
	padding-top: 5px;
}
select[name=ExportID]{
	width:400px; 
	padding-right:5px;
}
select[name=DelayAutomation]{width:200px;}
select[name=ExportType]{width:110px;}

.ui-dialog-content.ui-widget-content input[type="radio"]{
	box-shadow:none;
}

.ui-dialog-content.ui-widget-content select:hover,
.ui-dialog-content.ui-widget-content select:active{
	border:1px solid #afafaf;
}
.fabutton{
	font-size:20px;
	padding-top:10px;
	padding-left:5px;
	opacity:0.4;
}
.fabutton:hover {
	opacity:0.8;
}

.jtable-data-row td span {
	margin: 0px;
}

.jtable-data-row td span ul {
	margin: 0px;
	padding: 0px 12px;
	list-style: none;
}

.jtable-data-row td span ul li {
  padding-left: -1em; 
  text-indent: -.7em;
}

.jtable-data-row td span ul li::before {
  content: "• ";
  color: #999B9B;
}