/* snxtabs */
.snxtabs {
	position: relative;   
	clear: both;
	margin: 12px 0;
}

.snxtabs.help
{
	min-height: 504px;
}

.snxtabs.opties
{
	min-height: 574px;
}

.snxtab {
	float: left;
}

/* inactive tab style */
.snxtab .snxtablabel {
	background: #F0F0F0; 
	padding: 10px; 
	border: 1px solid #ccc;
	margin-right: 4px; 
	position: relative;
	left: 4px; 
	border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	color: #00659C;
	cursor: hand;
	/* equivalent voor Firefox browser*/
	cursor: pointer;
}

.snxtab [type=radio] {
	display: none;   
}

.snxtabcontent {
	position: absolute;
	top: 28px;
	left: 0;
	background: white;
	right: 0;
	bottom: 0;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #c0c0c0;
	/* border-bottom: 2px solid #000000; */ /* tbv test */
}

/* selected tab style */
.snxtab [type=radio]:checked ~ .snxtablabel {
	border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	color: #00659C;
	//background: #D8D8FF;
	background: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	z-index: 2;
}

.snxtab [type=radio]:checked ~ .snxtablabel ~ .snxtabcontent {
	z-index: 1;
}

/* responsive blokjes. Zijn blokjes die achter elkaar geplaatst kunnen worden en onder elkaar komen te staan
   als het beeld smaller wordt.
*/
ul.snxfloatarea
{
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

li.snxfloater
{
	display:inline-block;
	float: left;
	direction: ltr;
	width: 310px;
	margin: 14px 5px 0px 5px;
	min-width: 310px;
	max-width: 400px;
	min-height: 320px;
	background: white;
	text-align: justify;
}

.krant
{
	-webkit-columns: 2 400px;
	-moz-columns: 2 400px;
	columns: 2 400px;
	-webkit-column-span: all;
	column-span: all;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}

.krantkolom
{
	display: inline-block;
	margin: 14px 14px 14px 0px;
	min-width: 400px;
	background: white;
/*	text-align: justify; */
}

.kader
{
	margin: 4px 4px 4px 4px;
}

.transparent
{
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* snxDialog (misschien verplaatsen naar aparte css)
*/
.snxdialog
{
	border: solid 1px #00659C;
}

.gradientorange
{
	background: linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -ms-linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -webkit-gradient(linear, left top, left bottom, from(#F7A370), to(#F28D4F));
  	background: -moz-linear-gradient(top,  #F7A370,  #F28D4F);
	color: #FFFFFF;
}

.gradientblue
{
	background: linear-gradient(top,  #1E98DA,  #00659C);
 	background: -ms-linear-gradient(top,  #1E98DA,  #00659C);
 	background: -webkit-gradient(linear, left top, left bottom, from(#1E98DA), to(#00659C));
  	background: -moz-linear-gradient(top,  #1E98DA,  #00659C);
	color: #FFFFFF;
}

.gradientlightblue
{
	background: linear-gradient(top,  #E0E0FF,  #D8D8FF);
 	background: -ms-linear-gradient(top,  #E0E0FF,  #D8D8FF);
 	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0FF), to(#D8D8FF));
  	background: -moz-linear-gradient(top,  #E0E0FF,  #D8D8FF);
	color: #00659C;
}

.gradientlightyellow
{
	background: linear-gradient(top,  #FFFFDB,  #FFFFC7);
 	background: -ms-linear-gradient(top,  #FFFFDB,  #FFFFC7);
 	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFDB), to(#FFFFC7));
  	background: -moz-linear-gradient(top,  #FFFFDB,  #FFFFC7);
	color: #00659C;
}

.gradientlightgray
{
	background: linear-gradient(top,  #F0F0F0,  #F8F8F8);
 	background: -ms-linear-gradient(top,  #F0F0F0,  #F8F8F8);
 	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F8F8F8));
  	background: -moz-linear-gradient(top,  #F0F0F0,  #F8F8F8);
	color: #00659C;
}

.roundedall
{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.roundedtop
{
	border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.roundedbottom
{
	border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.snxdialogtitle
{
	overflow: hidden;
	width: 100%;
	height: 42px;
	line-height: 46px;
	border-bottom: solid 1px #00659C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(top,  #1E98DA,  #00659C);
 	background: -ms-linear-gradient(top,  #1E98DA,  #00659C);
 	background: -webkit-gradient(linear, left top, left bottom, from(#1E98DA), to(#00659C));
  	background: -moz-linear-gradient(top,  #1E98DA,  #00659C);
	color: #FFFFFF;
	border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.snxdialogcontentcontainer
{
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
	overflow: auto;
}

.snxdialogbuttonspacer
{
	padding-right: 4px;
}

.snxdialogbuttonbar
{
	overflow: hidden;
	width: 100%;
	height: 42px;
	line-height: 44px;
	color: #FFFFFF;
	text-align: right;
	border-top: solid 1px #C0C0C0;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(top,  #F0F0F0,  #FFFFFF);
 	background: -ms-linear-gradient(top,  #F0F0F0,  #FFFFFF);
 	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
  	background: -moz-linear-gradient(top,  #F0F0F0,  #FFFFFF);
	border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

/*
.snxdialogzoekcontainter
{
	width: 300px;
	direction: ltr;
}
*/
.snxdialogzoek
{
	width: 75%;
}

/* Overig
*/
.hide 
{
	display:none;
}

/*Strip the ul of padding and list styling*/
ul.snxmenu {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li.snxmenuitem {
	display:inline-block;
	float: left;
	direction: ltr;
	margin-right: 0px;
}

/*Style for menu links*/
li.snxmenuitem a {
	display:block;
	min-width: 100px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	background: #F28D4F;
	text-decoration: none;
	border-right: solid 1px #00659C;
	padding: 0px 4px 0px 4px;
	background: linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -ms-linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -webkit-gradient(linear, left top, left bottom, from(#F7A370), to(#F28D4F));
  	background: -moz-linear-gradient(top,  #F7A370,  #F28D4F);
}

ul.snxmenualignright li.snxmenuitem a
{
	border-left: solid 1px #00659C;
	border-right-width: 0px;
}

/*Hover state for top level links*/
li.snxmenuitem:hover a {
	background-color: #00659C;
	background: linear-gradient(top,  #1E98DA,  #00659C);
 	background: -ms-linear-gradient(top,  #1E98DA,  #00659C);
 	background: -webkit-gradient(linear, left top, left bottom, from(#1E98DA), to(#00659C));
  	background: -moz-linear-gradient(top,  #1E98DA,  #00659C);}
}

/*Style for dropdown links*/
li.snxmenuitem:hover ul.snxmenu a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li.snxmenuitem:hover ul.snxmenu a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li.snxmenuitem ul.snxmenu {
	display: none;
}

/*Make dropdown links vertical*/
li.snxmenuitem ul.snxmenu li.snxmenuitem {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li.snxmenuitem ul.snxmenu li.snxmenuitem a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul.snxmenu li.snxmenuitem a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
label.mobilemenulabel {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: none;

	height: 50px;
	line-height: 50px;
	background: linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -ms-linear-gradient(top,  #F7A370,  #F28D4F);
 	background: -webkit-gradient(linear, left top, left bottom, from(#F7A370), to(#F28D4F));
  	background: -moz-linear-gradient(top,  #F7A370,  #F28D4F);}
}

input.mobilemenubutton
{
	cursor: hand;
}

/*Hide checkbox*/
input.mobilemenubutton[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input.mobilemenubutton[type=checkbox]:checked ~ #hoofdmenu {
    display: block;
}

.mobilescreen
{
	display: none;
}

.mobilelandscape
{
	display: none;
}

/* -----------Als het menu niet meer past...----------- */ 
@media only screen and ( max-width : 707px )
{
	/* Make dropdown links appear inline 
	ul.snxmenu {
		position: static;
		display: none;
	}
	
	/* witte lijntje rechts weghalen 
	li.snxmenuitem a {
		border-right: 0px;
		border-top: solid 1px #ffffff;
	}
	
	/* Make all menu links full width 
	ul.snxmenu li.snxmenuitem, li.snxmenuitem a {
		width: 100%;
	}
	
	/* Display 'toonmenu' link 
	label.mobilemenulabel {
		display:block;
	}*/
}

/* ---------- Als de banner niet meer past ------*/

@media only screen and (max-width : 568px) 
{
	/*
	.titelbar				{ height: 77px; background-image: url(../images/lomp_w480.png); background-repeat: no-repeat; }
	.lomp_titel 			{ display: none; }
	.menu					{ top: 77px; }
	.main					{ margin-top: 127px; }
	*/
	.largescreen		{ display: none; }
	.mobilelandscape	{ display: inline }
	.mobilescreen		{ display: none; }
	li.largescreen		{ display: none; }
	.toolbar			{ display: none; }
	.menu				{ top: 0px; right: 0px; width: 100px; left: auto; }
	.main				{ left: 0px; bottom: 24px; top: 50px; padding: 0px 0px 0px 0px;}
	.urengemaksubtitel	{ display: none; }
	.bottombar			{ height: 24px; }
	.logoplaatje		{ top: 4px; left: 4px; background-image: url(../images/logo-urengemak-40x40.png); }
	.logo				{ width: 46px; height: 50px; }
	.titelbar			{ left: 46px; height: 50px; right: 100px; }
	.urengemaktitel		{ left: 46px; font-size: 32px; }
	ul#hoofdmenu  li.snxmenuitem a	{ border-left: solid 1px #00659C; border-right-width: 0px; }
	li.snxmenuitem a	{ padding: 0px 0px 0px 0px; }
}

/* -----------Smartphone View default ----------- */ 
@media only screen and (max-width : 480px) 
{
	.largescreen		{ display: none; }
	.mobilelandscape	{ display: none; }
	.mobilescreen		{ display: inline; }
	li.largescreen		{ display: none; }
	.toolbar			{ display: none; }
	.menu				{ top: 0px; right: 0px; width: 100px; left: auto; }
	.main				{ left: 0px; bottom: 24px; top: 50px; }
	.urengemaksubtitel	{ display: none; }
	.bottombar			{ height: 24px; }
	.logoplaatje		{ top: 4px; left: 4px; background-image: url(../images/logo-urengemak-40x40.png); }
	.logo				{ width: 46px; height: 50px; }
	.titelbar			{ left: 46px; height: 50px; right: 100px; }
	.urengemaktitel		{ left: 46px; font-size: 32px; }
	ul#hoofdmenu  li.snxmenuitem a	{ border-left: solid 1px #00659C; border-right-width: 0px; }
	li.snxmenuitem a	{ padding: 0px 0px 0px 0px; }

}


/* -----------iPhone 5/5S----------- */ 
@media only screen and (min-device-width : 320px) and 
					   (max-device-width : 568px)
{
/*	.titelbar				{ height: 77px; background-image: url(../images/lomp_w480.png); background-repeat: no-repeat; }
	.lomp_titel 			{ display: none; }
	.menu					{ top: 77px; }
	.main					{ margin-top: 127px; }
*/
	.largescreen	{ display: none; }
	
	/* In portrait kan een kleine versie van de titel-bar zichtbaar zijn */
	@media only screen and (orientation : portrait)
	{
		//label.mobilemenulabel	{ font-size: 18px; }
	}

	@media only screen and (orientation : landscape)
	{
		/*
		label.mobilemenulabel	{ font-size: 24px; }
		.titelbar	{ display: none; }
		.lomp_titel { display: none; }
		.menu		{ top: 0px; }
		.main		{ margin-top: 50px;}
		*/
	}
}

