/* 
CSS Document V09

Colors
SteelBlue: #4682B4 (background)

*/
html {
	font-size: 16px;
}

body {
	background-image: url(../Images/portal-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top; 
	background-size: cover;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 62.5%; /* roughly 10px = 1.0em */
	padding-top: 30px;
	}

html, body {
	height: 100%;
}

#wrapper {
	position:relative;
	}

h1 /* NIEUW */{
	font-size: 1.95em;
	font-weight: bold;
	}
	
h2 /* NW 28-11-2013 */ {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
}

h4 /* NW 26-02-2014 */ {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#container {
	width:auto;
	max-width:1280px;
	margin:0 auto;
	}
	#container_a {
	width:auto;
	max-width:1200px;
	margin:0 auto;
	}

#header {
	float: left;
	height: 60px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.8em;
	background: rgba(255, 255, 255, 0.95);
}

#header_txt /* NIEUW */ {
	float: left;
	height: 60px;
	width: 100%;
	line-height: 60px;
}
#header_logo /* NIEUW */ {
	/*float: left;*/
	height: 60px;
	width: 100%;
	line-height: 60px;
	text-align:center;
	margin-top: -10px;
}

#logo, #logo-light {
	float: left;
	height: 45px;
	min-width: 328px;
	max-width: 50%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.logo-uitbl {
	float: right;
	height: 45px;
	min-width: 220px;
	max-width: 50%;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
}
#logo img, #logo-light img, .logo-uitbl img {
	height: 45px;
	width: auto;
}
#logo {
	display: none;
	}
#main {
	float: left;
	width: 100%;
	max-width: 1280px;
	padding-top: 20px;
	background: rgba(255, 255, 255, 0.95);
	}
	#main_a {
	float: left;
	width: 100%;
	max-width: 1280px;
	margin-top: 10px;
	}

.watermerk
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
/* Styling the password strength
------------------------------------------------------------- */
.verypoor
{
    background-color:red;
    color: black;
    border: solid 1px black;
}
.weak
{
    background-color:orange;
    color: black;
    border: solid 1px black;
}

.average
{
    background-color: yellow;
    color: black;
    border: solid 1px black;
}
.strong
{
    background-color:lightgreen;
    color: black;
    border: solid 1px black;
}
.excellent
{
    background-color:green;
    color: black;
    border: solid 1px black;
    height: 25px;
}
.border
{
    border: 1px solid black;
    width: 100px;                
}
/* Styling the navigation section
------------------------------------------------------------- */
#menu {
	float: left;
	width: 100%;
	color: #FFF;
}

/* Start of responsive navigation section ------------------ */
/*Strip the ul of padding and list styling*/
.show-menu {
	margin: 0 auto;
	width: auto;
	max-width: 960px;
	font-size: 1.6em;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background-color: #f48d17;
	}
.menu_item, #divLeavePortal .menu_item 
{
	line-height: 1.8em;
	float: right;
	min-height: 26px;
	width: auto;
	padding-left: 5px;
	margin-right: 35px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.2em;
	margin-top: 5px;
	color: #FFF;
	margin-bottom: 4px;
	margin-left: 5px;
}
#divLeavePortal.menu_item  {
	float: left !important;
	margin-left: 35px;
	margin-right: 5px;
}
#divLeavePortal.menu_item a {
	color: #f48d17;
}

.portal_login
{
    position: absolute;
    text-align: center;
	padding-left: 10px;
	z-index: 1;
}

#divPortalLogin.portal_login p {text-align: left; height: auto; max-width: 300px; border: 1px solid #d3d3d3; margin-top: -20px; padding: 10px 15px; color: #4682B4;}

#divLeavePortal .menu_hide 
{
	border-bottom: none !important;
}

.menu_item a:link {
	text-decoration: none;
	color: #4682b4;
	font-weight: bold;
}

.menu_item a:visited {
	text-decoration: none;
	color: #4682b4;
}

.menu_item a:hover {
	text-decoration: underline;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: none;
}
.menu_item a#lbLogOff {display: none;}

/*Hide checkbox*/
#hamburger input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#hamburger input[type=checkbox]:checked ~ #menu{
    display: block;
    background-color: #4682b4;
}
/* End of responsive navigation section --------------------- */

#content {
	float: left;
	width: 100%;
	max-width: 1280px;
	color: #000;
	}
	#content_a {
	float: left;
	width: 100%;
	max-width: 1280px;
	color: #000;
	}

#content_main /* NIEUW */ {
	float: left;
	width: 100%;
	max-width: 1270px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	/* border-bottom: 1px solid #4682B4; */
	min-height: 270px;
	/* min-height: 470px; */
	position: relative;
	}
	#content_main_a /* NIEUW */ {
	float: left;
	width: 100%;
	max-width: 1280px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #fff;
	/* box-shadow: 5px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.7); */
	border-bottom: 1px solid #4682B4;
	min-height: 300px;
	/* min-height: 500px; */
	position: relative;
	}
	#content_main a, #content_main_a a /* NW 28-11-2013 */{
		color: #000;
		text-decoration: none;
	}
	
	#content_main a:hover, #content_main_a a:hover /* NW 28-11-2013 */{
		text-decoration: underline;
	}
	#content_main td, #content_main_a td { /* NW 05-03-2014 */
		line-height: 18px;
	}
#ContentPlaceHolder1_grdIncident /* NW 13-08-2014 */{
	width: 100% !important;
	max-width: 1275px;
	font-size: 1.0em;
	}

/*.line table#ContentPlaceHolder1_grdAddress {
	background-color: transparent !important;
}*/
	
.arrow-left /* NW 28-11-2013 */{
	float: left;
	min-width: 45px;
	height: 25px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #4682B4;
	line-height: 25px;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
	margin-left: 15px;
}

.arrow-right /* NW 28-11-2013 */{
	float: right;
	min-width: 45px;
	height: 25px;
	padding-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #4682B4;
	line-height: 25px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
	margin-right: 15px;
}

#attention_bar {
	float: none;
	height: auto;
	max-width: 485px;
	border: thin solid #168076;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 5px;
	margin-left: 180px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#shop_logo /* NIEUW Was #logo_top */ {
	float: none;
	max-height: 100px;
	max-width: 485px;
	margin-left: 180px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	}
	
#login {
	font-size: 1.0em;
	font-weight: normal;
	float: left;
	height: auto;
	max-width: 400px;
	margin-left: 10px;
	text-align: left;
	padding-left: 10px;
}

#form /* NIEUW */ {
	float: left;
	height: auto;
	max-width: 829px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	#form_a /* NIEUW */ {
	float: left;
	height: auto;
	max-width: 1025px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
.rollover { /* NW 05-03-2014 */
	float: left;
	margin-top: -5px;
	margin-left: 5px;
}	
.rollover a { /* NW 05-03-2014 */
	text-decoration: none;
	cursor:help;
}
.rollover a span { /* NW 05-03-2014 */
	visibility:hidden;
	display:block;
	position:absolute;
	max-width: 180px;
	/**adjust disjointed text position in % or px**/
	margin-top: 0px;
	margin-left: 20px;
	color:#fff;
	background-color: #4682B4;
	padding: 5px 8px 5px 8px;
	font-weight: normal;
	cursor:help;
	border: 0px solid #fff;
    box-shadow: 4px 4px black;
}
    .rollover img {
    margin-top: 8px;
    }
.rollover a:hover span, .rollover a:active span, .rollover a:focus span { /* NW 05-03-2014 */
	visibility:visible;
}
.rollover a:hover, .rollover a:focus{ /* NW 05-03-2014 */
	text-decoration: none;
	visibility:visible;
}

.line  /* NIEUW was .content_rule*/{
	float: left;
	min-height: 12px;
	width: 1240px;
	/* max-width: 814px; */
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}
	.line_a  /* NIEUW was .content_rule*/{
	float: left;
	min-height: 12px;
	width: 100%;
	max-width: 1010px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	}
#ContentPlaceHolder1_UpdatePanel1 /* NW 03-04-2014 */{
	min-height: 500px;
}
#ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line /* NW 19-09-2014 */ {
	padding-left: 25px;
	padding-right: 10px;
}

.pagination  /* NW 26-02-2014 */{
	float: left;
	height: auto;
	width: 100%;
	max-width: 1260px;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 25px;
	position: absolute;
	bottom: 10px;
	}

.title /* NIEUW Was .loginscherm_title */{
	float: left;
	height: auto;
	width: 200px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
}

.field /* NIEUW Was .loginscherm_field */ {
	float: left;
	height: auto;
	width: 445px;
	margin-left: 10px;
}

#overview /* NIEUW */ {
	float: left;
	height: 385px;
	max-width: 829px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #168076;
}

.cell_left, .cell_left_btn
{
	float: left;
	width: 180px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 0.95em;
	font-weight:bold;
	line-height: 2.0em;
}
.cell_left_wide
{
	float: left;
	width: 300px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 0.95em;
	font-weight:bold;
	line-height: 2.0em;
}

/* .cell_left_btn a
{
	background-color: Yellow;
} */
.cell_left_btn a:after {
    font-family: 'FontAwesome';
    content: '\f040';
    font-size: 1.2em;
    line-height: 1.4em;
    color: #3366CC;
    margin-left: 7px;
	font-weight: 300 !important;
}

.cell_left_btn a:hover {text-decoration: none !important;}

.cell_right 
{
	float: left;
	width: 200px;
	min-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	line-height: 2.0em;
}

.cell_right_medium 
{
	float: left;
	width: 300px;
	min-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	line-height: 2.0em;
}

.cell_right_big {
	float: left;
	/*max-width: 594px;*/
	min-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	/* font-size: 1.1em; */
	line-height: 2.0em;
}
	.cell_right_big .line { /* NW 05-03-2014 */
		padding: 0;
	}
/* JST 18-04-2020 */
/*.cell_right_big .question { 
    width: 580px;
    font-size: 0.9em;
    line-height: 1.5em;
}*/
.cell_right_big .question {
		font-size: 0.9em;
		line-height: 1.5em;
}
.cell_right_big .line .cell_right { /* NW 05-03-2014 */
	padding: 0;
	width: 400px;
}
.cell_right_big a { /* NW 05-03-2014 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px 10px/* 5px 10px */;
	margin: 0 5px /* -5px 5px */ /* 5px 5px 0 5px */;
	color: #fff !important;
	background-color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	max-width: 80px; /* was gewoon 'width' */
	float: right;
}			
.cell_right_big a:hover { /* NW 05-03-2014 */
	text-decoration: underline;
}
.button_line { /* NW 04-04-2014 */
	float: left;
	width: 100%;
    height: 30px;
	/*max-width: 814px; JST: eruit gehaald vanwege centreren van knoppen in de buttonline*/
	text-align: center;
	margin: 10px 0;
	font-size: 1.2em;
}
.button_line a { /* NW 04-04-2014 */
    border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	margin: 5px 5px 0 5px;
	color: #fff !important;
	background-color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	min-width: 80px;
	display: inline;
}
#divPager a { /* NW 12-11-2014 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 8px;
	margin: 10px 2px 0 2px;
	color: #fff !important;
	background-color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: auto;
	display: inline;
	cursor: pointer;
}
.cell_right a { /* NW 29-09-2014 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	margin: 5px 5px 0 5px;
	color: #fff !important;
	background-color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: inline;
}
.button_line a:hover, .cell_right a:hover { /* NW 04-04-2014 */
	text-decoration: underline;
}
#ContentPlaceHolder1_divQuestionPick .cell_right {
	font-size: 0.75em;
	/*line-height: 1.3em;*/
}
	#ContentPlaceHolder1_divQuestionPick .cell_right {
		line-height: 1.8em;
	}
	#ContentPlaceHolder1_divSendClue {
		margin-bottom: 20px;
	}
.info_row
{
	margin-top: 10px;
	float: left;
	width: 400px;
	height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 2.4em;
	}
.btn_row
{
	margin-top: 10px;
	float: left;
	width: 400px;
	height: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 2.4em;
	}
	
.message /* NW 28-11-2013 */ {
	font-weight: bold;
	color: #4682B4;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	}
	
.validator /* NW 28-11-2013 */ {
	font-weight: normal;
	color: #FF0000;
	font-style: italic;
	line-height: 20px;
	height: 20px;
	font-size: 0.8em; /* NW 02-05-2020 */
	}
	
.checkmark:before
{
	height: 14px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #3366CC;
	margin-left: 20px;
	content: "\2713 ";
}

.alert:before /* NW 29-11-2013 */{
	height: 14px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: red;
	margin-left: 20px;
	content: "\2190 ";
	font-weight: bold;
}

.grd
{
	color: Black;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.grdrow
{
	background-color: White;
	color:Black;
	cursor: default;
	line-height: 1.3em;
}

.grdrowMO
{
	background-color: #CCC;
	color: Black;
	cursor: pointer;
}

.grdemptyrow .grdheader .grdfooter
{
	background-color: #0069aa;
	color: White;
	Font-Weight: Bold;
}

.grdheader a, grdheader a:active
{
	color: Black;
	Font-Weight: Bold;
}

.grdpager, .grdpager a
{
	color: Black;
	font-size: 1.0em;
}

.grdselected
{
    background-color: #BCBCBC;
	color: #333333;
	font-weight: Bold;
}

.mrow
{
	/* background-color: White; */
	Color:Black;
	cursor: default;
}
	
.mrowMO
{
	background-color: #CCC;
	Color:Black;
	cursor: pointer;
}

.numtextbox
{
	text-align: right;
}
element.style_a /* NW 05-01-2015 */{
	max-width: 996px;
}
.smllscrnmssg, #smllscrnmssg {
		color: red;
		text-transform:uppercase;
		font-style: italic;
		width:90%;
		text-align: center;
		display:none;
		line-height: 15px;
		padding: 0 10px;
	}

/* RESPONSIVE Styling 
------------------------------------------------------------- */
@media (max-width: 1039px) { /* 1024 Pixels: Tablets in landscape view */
    #container, #main, #main_a, #content, #content_a, #content_main, #content_main_a {
		margin: 0;
		max-width:997px;
		}
	#ContentPlaceHolder1_grdIncident /* NW 13-08-2014 */{
	max-width: 829px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 979px;
	}
	.pagination  /* NW 26-02-2014 */{
	max-width: 979px;
	}
}

@media (max-width: 975px) {
	/* #logo {
	display: block;
	}
	#logo-light {
	display: none;
	} */
	#menu {
		background-color: transparent;
	}
	.menu_item a:link {
	color: #FFF;
	text-transform: uppercase;
	}
	.menu_item a:visited {
		color: #FFF;
	}
	.menu_item, #divLeavePortal .menu_item {
	border-bottom-color: #FFF;
	}
	.pagination  /* NW 26-02-2014 */{
	max-width: 789px;
	}
	.userNameTbl {
		display:none;
	}
}

@media (max-width: 815px) { /* 800 Pixels: ASUS 10" Tablets in portrait view */
	#menu {
		right: auto;
		bottom: auto;
		left: 50%;
		}
	#header {
		height: auto;
		padding-top: 0;
	}
	#header_txt {
		width: auto;
		margin: 0;
		float: none;
	}
	/*Make dropdown links appear inline*/
	#menu {
		width: 100%;
		position: static;
		display: none;
	}
	#menu .menu_item {
		text-align: center;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display: block;
	}
	.menu_item a#lbLogOff {display: inline-block;}
	.portal_login {
		display: none;
	}
	/*Create vertical spacing*/
	#menu .menu_item {
		border-top: thin solid #ffffff;
		border-bottom: none;
		padding-top: 2px;
		padding-bottom: 2px;
		margin: 0;
	}
	/*Make all menu links full width*/
	#menu .menu_item, #menu .menu_item a:link {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		border-left: none;
		border-right: none;
	}
	/* --------------------------------------------*/
	#content_main, #content_main_a {
		max-width: 775px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 755px;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 775px;
		}
	.cell_right_big {
		max-width: 575px;
	}
	.pagination {
		max-width: 755px;
	}
}

@media (max-width: 783px) { /* 768 Pixels: 10" Tablets in portrait view */
	#container, #main, #main_a, #content, #content_a, #content_main, #content_main_a {
		max-width:758px;
		}
	.line  /* NIEUW was .content_rule*/{
	width: 733px;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 704px;
		}
	.cell_right_big {
		max-width: 543px;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 673px;
	}
	#ContentPlaceHolder1_UpdatePanel1 {
		min-height: 280px;
	}
	.ptTblC {
		display: none;
	}
}

@media (max-width: 750px) {
	#content_main, #content_main_a {
		max-width: 709px;
		min-height: 200px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 689px;
	}
}
@media (max-width: 734px) {
	#content_main, #content_main_a {
		max-width: 707px;
		min-height: 200px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 697px;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 672px;
		}
}
@media (max-width: 695px) {
	#header_txt {
		font-size: 0.8em;
		}
	#content_main, #content_main_a, #container, #main, #main_a, #content, #content_a {
		max-width: 657px;
	}
	.line  /* NIEUW was .content_rule*/{
		width: 647px;
		}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 622px;
		}
	.statTbl {
		display:none;
	}
}
@media (max-width: 682px) {
	#content_main, #content_main_a, #container, #main, #main_a, #content, #content_a {
		max-width: 640px;
		}
	.line  /* NIEUW was .content_rule*/{
		width: 620px;
		}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 605px;
		}
	.arrow-right {
		margin-top: -55px;
		}
}

@media (max-width: 615px) { /* 600 Pixels: E-readers a.o. in portrait view */
	#header {
		padding-bottom: 0;
	}
	#header_txt {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	#header h1 {
		font-size: 1.5em;
	}
	#logo {
		display: none;
	}
	#content_main, #content_main_a {
		max-width: 560px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 540px;
	}
	#ContentPlaceHolder1_grdAttachments {
		width: 100%;
		max-width: 535px;
	}
	#ContentPlaceHolder1_txtAttachmentDescription {
		width: 100%;
		max-width: 350px;
	}
	#ContentPlaceHolder1_AsyncFileUpload1_ctl01, #ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl02 {
		min-width: 0px !important;
		max-width: 360px !important;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 560px;
		}
	.cell_right_big {
		max-width: 360px;
	}
	.cell_right_big .line .cell_right {
		max-width: 360px;
	}
	#ContentPlaceHolder1_txtRemark {
		max-width: 350px;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 535px;
	}
}

@media (max-width: 583px) { /* 568 Pixels: iPhone 5 in landscape view */
	#content_main, #content_main_a {
		max-width: 525px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 505px;
	}
	#ContentPlaceHolder1_grdAttachments {
		max-width: 500px;
	}
	#ContentPlaceHolder1_txtAttachmentDescription {
		max-width: 310px;
	}
	#ContentPlaceHolder1_AsyncFileUpload1_ctl01, #ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl02 {
		max-width: 320px !important;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 525px;
		font-size: 0.9em;
		}
	#ContentPlaceHolder1_txtRemark {
		max-width: 310px !important;
	}
	.cell_right_big {
		max-width: 325px;
	}
	.cell_right_big .line .cell_right {
		max-width: 330px;
	}
	#ContentPlaceHolder1_lbSaveRemark {
		margin-right: 20px;
	}
	.cell_right_big a {
		float: left;
	}
	.button_line {
    	margin-bottom: 40px;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 500px;
	}
}

@media (max-width: 495px) { /* 480 Pixels: Smartphones in landscape view */
	#header {
		padding-top: 10px;
	}
	#header_txt {
		width: auto;
		margin: 0 auto;
		padding-left: 20px;
	}
	#header h1 {
		font-size: 1.6em;
	}
	#content_main, #content_main_a {
		max-width: 404px;
		min-height: 370px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 372px;
	}
	#ContentPlaceHolder1_grdAttachments {
		max-width: 415px;
	}
	#ContentPlaceHolder1_txtAttachmentDescription {
		max-width: 410px;
	}
	#ContentPlaceHolder1_AsyncFileUpload1_ctl01, #ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl02 {
		max-width: 420px !important;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 440px;
		}
	#ContentPlaceHolder1_txtRemark {
		max-width: 410px !important;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 367px;
	}
	.line, #ContentPlaceHolder1_Login1, .line_a {
		max-width: 379px;
	}
	.arrow-right {
		margin-top: 0px;
		}
	#ContentPlaceHolder1_grdIncident {
		display:none;
	}
	.incidentList .smllscrnmssg, .incidentList #smllscrnmssg {
		display: block;
	}
}

@media (max-width: 412px) {
	#content_main, #content_main_a {
		max-width: 402px;
	}
	.cell_left, .cell_left_btn {
		max-width: 180px;
	}
	.cell_left_wide {
		max-width: 300px;
	}
}

@media (max-width: 399px) { /* 384 Pixels: Android (Nexus 4) in portrait view */
	#header h1 {
		font-size: 1.5em;
	}
	#content_main, #content_main_a {
		max-width: 365px;
	}
	.line  /* NIEUW was .content_rule*/{
		max-width: 348px;
	}
	#ContentPlaceHolder1_grdAttachments {
		max-width: 319px;
	}
	#ContentPlaceHolder1_txtAttachmentDescription {
		max-width: 314px;
	}
	#ContentPlaceHolder1_AsyncFileUpload1_ctl01, #ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl02 {
		max-width: 324px !important;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 344px;
		}
	#ContentPlaceHolder1_txtRemark {
		max-width: 314px !important;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 328px;
	}
	.line, #ContentPlaceHolder1_Login1, .line_a {
		max-width: 344px;
		padding-left: 5px;
		overflow: hidden;
	}
	.cell_right_big, .cell_left, .cell_left_wide {
		margin: 5px auto;
		float: none;
	}
	.cell_left, .cell_left_wide {
		padding-left: 30px;
	}
	.cell_right {
		float: none;
		margin: 0 auto;
		padding-left: 45px;
	}
}

@media (max-width: 335px) { /* 320 Pixels: Smartphones in portrait view */
	#header h1 {
		font-size: 1.4em;
	}
	#content_main, #content_main_a {
		max-width: 280px;
	}
	.line  /* NIEUW was .content_rule*/{
	width: 260px;
	}
	#ContentPlaceHolder1_grdAttachments {
		max-width: 255px;
	}
	#ContentPlaceHolder1_txtAttachmentDescription {
		max-width: 250px;
	}
	#ContentPlaceHolder1_AsyncFileUpload1_ctl01, #ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl02 {
		max-width: 260px !important;
	}
	#ContentPlaceHolder1_grdIncident /* NW 26-08-2014 */{
		max-width: 280px;
		}
	.line, #ContentPlaceHolder1_Login1, .line_a {
		max-width: 280px;
		padding-left: 0;
	}
	#ContentPlaceHolder1_txtRemark {
		max-width: 250px !important;
	}
	.button_line a, .cell_right a {
		display: inline-block;
	}
	.pagination, #ContentPlaceHolder1_divAttachmentClue .line, #ContentPlaceHolder1_divSendClue .line {
		max-width: 255px;
	}
}