html, body
{
    height: auto;
    font-size:12px;
    line-height:140%;
	margin: 0px;
}
body
{
    color:#474E54;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
.dhx_chart_master
{
	cursor:default;
}
#logoRow
{
	height:75px;
	background-color:#FFC700;
}
	.intertekLogo
	{
		margin-left:20px;
		background-image: url(../images/intertek_logo.png);
		background-repeat:no-repeat;
		background-position: 0px 7px;
		height:67px;
		width:180px;
		cursor:pointer;
	}
#mobileMenuRow
{
	display:none;
}
#mobileMenuRow ul
{
	margin-top:0px;
	margin-left:0px;
	padding: 0;
    list-style-type: none;
}
#mobileMenuRow ul li
{
	background-color:#fff;
	list-style:none;
	margin-right:5%;
	margin-left:5%;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	border-bottom:1px solid #d1d2d4;
	font-size:1.5em;
}
#mobileMenuRow ul li a
{
	position: relative;
	display: block;
}
#header { 
	height: 15px;
    border-bottom: 1px solid #3E4B58;
	padding-bottom: 10px;
	background-color:#130C0E;
}
	#header a
	{
		color:#fff;
	}
#main { /* actual page content */
        margin:30px 40px 30px 40px;
}
.homeBodyText
{
	font-size:1.5em;
	line-height:2em;
}
#footer {
    font-size: 0.8em;
	padding: 0px;
    color:#999;
    border-top: 1px solid #130c0E;
    padding:20px;
    clear:both;
    text-align:center;
    margin:0px 20px 0px 20px;
}
.title {
    font-weight: 800;
    font-size: 20px;
    position: relative;
	/*margin-left:190px;*/
	top: 70px;
    vertical-align: text-bottom;
	text-align: center;
}
.title a {
	color: #474E54;
	font-family: 'Lucida Sans', 'Open Sans', sans-serif;
}

.titlea
{
    font-weight: 800;
    font-size: 20px;
	color: #FFC700;
	font-family: 'Lucida Sans', 'Open Sans', sans-serif;
}
.portallogo
{
	width: 179px;
	height: 50px;
	position: relative;
	float: right;
	margin-top: 48px;
    background-image: url(../images/icon_logo.jpg);
    background-repeat:no-repeat;
	margin-right: 20px;
}
a { color: #21B6D7; text-decoration: none; }
input[type='text'], input[type='password'], input[type='submit'], input[type='button']{border: 1px solid #999;}
.mobilemenu
{
    display: none;
    float:right;
}
.homebodyheader
{
	margin-top: 50px;
}
.homebodyheadermobile
	{
		display:none;
	}

.loginSep::after
	{
		content: " ";
		width: 5px;
		display: inline-block;
	}

.login {
    font-size:0.9em;
    text-align:left;
    color:#999;
	margin-bottom: 5px;
}
#loginForm
{
	font-size:1.5em;
}
#loginForm input[type='text'], #loginForm input[type='password'], #loginForm input[type='submit']
{
    font-size:0.8em;
}
.login ul, #loginform ul
{
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position:absolute;
    top:10px;
    right:50px;
    letter-spacing:1px;
}
.login ul#logged
{
    
}
.login ul li
{
    float:left;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.nav_off a
{
    margin: 4px;
    margin-right:8px;
}
.login ul#logged li.nav_on a, .login ul#logged li.nav_active a,   .login ul#unlogged li.nav_on a, .login ul#unlogged li.nav_active a
{
    color: #FFC700;
    margin: 4px; 
    margin-right:8px;
    border-bottom:1px solid #FFC700;
	width:100%;
}
.error
{
    color: red;
	background-color: lightyellow;
}
.success
{
    color:green;
    font-weight:bold;
}
.dataHolder
{
    padding: 20px 0px 0px 0px;
    display:block;
    vertical-align:top;
    position:relative;
}
.dataHolder h3{margin-bottom:20px;margin-top:0px;color:#FFC700;border-bottom: 1px dotted navy;}
.leftCol, .centerCol, .rightCol {display: table-cell;vertical-align:top;}
.leftCol {width: 235px;}
.light {font-size:0.8em;color:#666;font-weight:normal;}
.dataCard
{
    padding: 15px;
    border-radius: 4px;
    margin: 0px 15px 15px 0px;
    min-width:220px;
    display:inline-block;
}
.dataCard h4
{
    margin-bottom:3px;
    margin-top:21px;
    color:#000;
}
.dataCard span
{
    white-space:nowrap;
}
.OFF
{
    background-color: #ffffff;
    border:1px solid #999999;
}
.ON, .HOVER
{
    background-color: #ffdd66;
    -webkit-box-shadow: 6px 6px 3px 0px rgba(140,140,140,0.3);
    box-shadow: 6px 6px 3px 0px rgba(140,140,140,0.3);
    border:1px solid #999999;
}
.ON {border:2px solid #21B6D7;position:relative;}
.clickbutton
{
    background-color: #474E54;
    float:right;
    position:relative;
    top:-15px;
    left:15px;
    height: 30px;
    width:30px;
    padding:0px;
    border-radius: 0px;
    margin-left:1px;
    text-align: center;
}
.result
{
    font-size:.9em;
    font-weight:700;
    color:#2A91C1;
}
.taskline
{
    border-bottom:1px solid #999;
    margin-top:6px;
}
.clickbutton a
{
    color:#fff;
    font-family:Impact, Charcoal, sans-serif;
    position:relative;
    font-size:20px;
    top:2px;
}
.clickbutton a span {font-size:.4em;position:relative;top:-3px;font-family: 'open sans', sans-serif;text-transform:uppercase;visibility:visible;}
.mainb
{
    float:left;
    position:relative;
    top:-10px;
    left:-7px;
}
.warn
{
    background: #22a1e2; /* Old browsers */
    background: -moz-linear-gradient(top, #22a1e2 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#22a1e2), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #22a1e2 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #22a1e2 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #22a1e2 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #22a1e2 27%,#474E54 100%); /* W3C */
}
.view, .add
{
    background: #5a7a9b; /* Old browsers */
    background: -moz-linear-gradient(top, #5a7a9b 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#5a7a9b), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a7a9b 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a7a9b 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a7a9b 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5a7a9b 27%,#474E54 100%); /* W3C */
}
.fail, .noaccess
{
    background: #e22222; /* Old browsers */
    background: -moz-linear-gradient(top, #e22222 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#e22222), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e22222 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e22222 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e22222 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e22222 27%,#474E54 100%); /* W3C */
}
.gantt-card, .noaccess {
    background: #21B6D7; /* Old browsers */
    background: -moz-linear-gradient(top, #21B6D7 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#21B6D7), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #21B6D7 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #21B6D7 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #21B6D7 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #21B6D7 27%,#474E54 100%); /* W3C */
}
.export, .access
{
    background: #FFC700; /* Old browsers */
    background: -moz-linear-gradient(top, #FFC700 15%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#FFC700), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFC700 15%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFC700 15%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFC700 15%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFC700 15%,#474E54 100%); /* W3C */
}
.nosupport
{
    background: #7c22e2; /* Old browsers */
    background: -moz-linear-gradient(top, #7c22e2 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#7c22e2), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c22e2 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c22e2 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c22e2 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c22e2 27%,#474E54 100%); /* W3C */
}
.noreview
{
    background: #ce22e2; /* Old browsers */
    background: -moz-linear-gradient(top, #FF9933 27%, #474E54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#FF9933), color-stop(100%,#474E54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF9933 27%,#474E54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF9933 27%,#474E54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF9933 27%,#474E54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FF9933 27%,#474E54 100%); /* W3C */
}
.card-conv-unread{
    color:red;
}
.completebar {
    border: 1px solid #333;
    background-color: #fff;
    margin: 2px 0px 4px 0px;
    float: none;
    display: block;
    height: 20px;
}
.percentcomplete
{
    background-color:#21B6D7;
    text-align:center;
    height:18px;
    padding-top:2px;
    padding-bottom:0px;
    color:#222;
}
.pass
{
    background-color: #28E222;
}
.fail
{
    background-color: #E22222;
}
.dataReq
{
    background-color: #E22222;
}
.notsupported
{
    background-color: #E2E222;
}
.remaining
{
    background-color: #ffffff;
}
.chart_container
{
    padding:0px;
    margin: 10px 0px 0px 0px;
}
img.disableHistory:hover
{
	cursor:pointer;
}
.BasicTableWOJS
{
    border: 1px solid #bbbbbb;
    font-size: 0.9em;
}

.BasicTableWOJS TH
{
    background-color: #666666;
    color: White;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
    font-weight: bold;
}
.BasicTableWOJS TD
{
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
	border-bottom: 1px solid #dddddd;
}
.evenRow
{
    background-color: #F4F4F8
}
.oddRow
{
    background-color: #fff
}
.modalList, .modalListPadded
{
    border-bottom: 1px solid #ccc;
}
.modalListPadded
{
    padding:6px;margin-top:0px;margin-bottom:0px;
}
.modalForm
{
    display: none;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #555;
    display: none;
}
.lean_overlay_custom 
{
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.popupmessage
{
    display: none;
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 4px;
    -webkit-box-shadow: 0 0 4px;
    -moz-box-shadow: 0 0px 4px;
}
.popupmessage h3
{
	margin-top:0;
	margin-bottom:15px;
}
.popupmessage h2
{
	margin-top:0;
	margin-bottom:15px;
}
.subpopupmessage
{
	max-height:500px;
	max-width:800px;
	overflow:auto;
}
a.chatHistory
{
	background-image: url(../images/chatHistory.png);
	background-repeat: no-repeat;
	background-position:top;
	padding: 12px 15px;
	margin: 0px 0px 4px 0px;
	font-size: 0px;
	vertical-align:top;
}
#mymodal {
    min-width: 300px;
    display:none;
    background: #FFF;
    font-size: 1.1em; 
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#mymodal h2 {
    background: -moz-linear-gradient(top, #ccccff 0%, #eeeeff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccccff), color-stop(100%,#eeeeff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccccff 0%,#eeeeff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccccff 0%,#eeeeff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccccff 0%,#eeeeff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccccff 0%,#eeeeff 100%);
    padding: 5px 8px 5px 8px; 
    border-bottom: 1px solid #CCC;
    color: #666; 
    font-size: 1.2em; 
    font-weight: 600; 
    margin-top: 0px;
    margin-bottom:0px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}
#mymodal div
{
    font-size:0.9em;
    padding:0px 10px 10px 10px;
}
#mymodal p input, #mymodal p select
{
    float:right;
}
.modal_close
{
    position: absolute;
    top: 7px;
    right: 8px;
    display: block;
    font-size:1em;
    color: #39c;
    z-index: 2;
}
#progressText, #resultText
{
    color:#FFC700;
    white-space:nowrap;
}
.progressText
{
    color:#FFC700;border-bottom: 1px dotted navy;
}
.clearfix
{
    width:100%;clear:both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.projectTasksDataTable
{
	border-collapse: collapse;
}

.projectTasksDataTable td
{
	border: 1px solid black;
	cursor: pointer;
}

.projectTasksDataTable tr.taskData:hover
{
	background-color: #ffdd66;
}

.projectTasksDataTable th
{
	border: 1px solid black;
}

.filesTable
{
	border-collapse: collapse;
	font-size:1.1em;
}

.filesTable th
{
	padding:2px;
	text-align:left;
	vertical-align:top;
}

.filesTable td
{
	padding:2px;
	vertical-align:top;
}

.filesSep th, .filesSep td
{
	border-bottom:solid 1px #c8c8c8;
	padding-bottom:10px;
}
.filesSepBot th, .filesSepBot td
{
	padding-top: 10px;
}


#disclaimer
{
	position:fixed; 
	border: 1px solid #CCCCCC; 
	background-color: #666666; 
	color: #ffffff;
	width: 100%;
	display: none;
	font-size: 18px;
	z-index: 99;
	text-align: center;
	margin:0px;
	padding: 0px;
	font-family:  Calibri, Lucida Grande, Arial Narrow, Arial;
}

#disclaimer input
{
	font-family:'serif'; 
	font-size: 16px;
}

div.envToggleHeader
{
	display: inline-block;
	width: 80px;
	cursor: pointer;
	padding: 1px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}
div.envToggleHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
}
div.envContainerTab
{
	border: solid #bbbbbb 1px;
	max-height:350px;
	overflow:auto;
	padding: 6px;
}
.hideshowtask
{
	display:none;
}
.hidediv{
    display:none;
}
.displayhideshowtask
{
	display:table-cell;
    
}
.block-with-no-overflow-text
{
    margin-right: -1em !important;
    padding-right: 1em !important;
    margin-bottom: .7em !important;
    font-size: .9em !important;
    overflow:scroll !important;
    max-height:15em !important;
}

.block-with-text {
    overflow: hidden;
    position: relative; 
    line-height: 1.2em;
    max-height: 2.4em; 
    max-width:250px;
    text-align: justify;  
    margin-right: -1em;
    padding-right: 1em;
    margin-bottom: .7em;
    font-size: .9em;
}
.block-with-text:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    cursor:pointer;
}
.block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #ffdd66;
}
.leftCol .dataCard h4 {
    margin-top:15px;
}
#cont_newComment
{
	display: none;
	width: 500px;
	text-align: left;
}
#ta_commentText
{
	width:100%;
	height:50px;
}
.commentContainer
{
	width: 600px;
}
#taskCommentsTable
{
	width: 100%;
}
.fxComCol
{
	max-width:200px; 
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow:ellipsis;
	vertical-align:top;
}
.bgComRow
{
	padding-left: 20px;
	vertical-align: top;
}
.lcColSmall
{
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lcColBig
{
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lcRowComment
{
	padding-left: 20px;
	vertical-align: top;
	max-width: 800px;
}
#tBugs
{
	min-width:500px;
}
.homeWelcome
{
	color:#21B6D7; 
	font-size:3em;
	line-height:1em; 
	border:solid 1px #FFC700;
	background-color: white; 
	padding: 30px; 
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	
	width:50%; 
	margin: 40px auto 40px auto;
}
	.homeWelcome:hover
	{
		background-color:#FFC700;
	}

.hideBig
{
	display: none;
}
#mobileMenuRow
{
	display: none;
}

.leanModalClose {
    position: absolute;
    top: 15px;
    right: -30px;
    height: 30px;
    overflow: hidden;
    width: 30px;
    z-index: 2;
    background-image: url(../images/remove_gray.png);
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 7px;
    background-position-y: 7px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: .7;
}

.pieFilterSelected {
    border: 1px dashed #8b8b8b;
    padding: 1px;
    border-radius: 3px;
    margin-bottom: 3px;
    margin-right: 2px;
}

#timerMsgContainer {
    position: absolute;
    width: 600px;
    bottom: 0;
    text-align: right;
    margin-bottom: 5px;
    top: -50px;
    right: 0px;
    display: none;
    height: 0px;
}

#helpPopMsg {
    color: red;
    background-color: #f1dede;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    max-width: 400px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px;
}

#helpPopContainer {
    position: fixed;
    bottom: 0;
    text-align: right;
    margin-bottom: 20px;
    width: 96%;
    z-index:9999;
}

.helpPopBtn{
    opacity:.6;
}

.helpPopButton {
    max-width: 500px;
    width: auto;
    margin-right: 10px;
    padding: 20px 10px 10px 20px;
    vertical-align: bottom;
    background-color: white;
}

.helpPopThing {
    display: inline-table;
    border: 1px solid #d9d9d9;    
    border-radius: 20px;
    -moz-border-radius: 20px;
    margin-left: 7px;
    box-shadow: 5px 5px 5px 0px gray;
    opacity: 1;
    color: black;
    height: 45px;
    text-align: left;
}

.helpPopThingButton {
    height: 15px;
    width: 15px;
    padding-right: 5px;
}

.helpPopThing[debug-data-title]:hover:after {
    content: attr(debug-data-title);
    margin-top: -135px;
    margin-left: -65px;
    padding: 7px;
    color: white;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: gray;
}

@media (max-width: 380px)
{
	.faOnHome
	{
		width:50px;
	}
}

@media (max-width: 510px)
{
	.fa-cloud-upload
	{
		display:none !important;
	}
	.homebodyheader
	{
		display:none;
	}
	.homebodyheadermobile
	{
		display:block;
	}
	.subpopupmessage
	{
		max-width:300px;
	}
	#cont_newComment
	{
		display: none;
		max-width: 270px;
		text-align: left;
	}
	#ta_commentText
	{
		width:100%;
	}
	.fxComCol
	{
		max-width:50px; 
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow:ellipsis;
		vertical-align:top;
	}
	.bgComRow
	{
		padding-left: 3px;
		vertical-align: top;
	}
	.lcColSmall
	{
		max-width: 75px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.lcColDate
	{
		max-width: 43px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: clip;
	}
	.lcColBig
	{
		display:none;
	}
	.lcRowComment
	{
		padding-left: 3px;
		vertical-align: top;
		max-width: 300px;
	}
	#tBugs
	{
		min-width:initial;
		max-width:initial;
	}
	#tComments
	{
		min-width:initial;
		max-width:350px;
	}
	.popupmessage
	{
		padding:15px;
	}
}


@media (max-width: 660px)
{
	.fa-mobile
	{
		display:none !important;
	}
	.homebodyheader
	{
		font-size:1.5em;
	}
	.loginSep::after
	{
		content: " ";
		width: 0px;
		margin-bottom:15px;
		display: block;
	}
	.hideSmall
	{
		display: none;
	}
	.hideBig
	{
		display: block;
	}
    .leanModalClose{
        display:none;
    }
}
@media (max-width: 860px)
{
	.hideBetween
	{
		display:none;
	}
}

@media (max-width: 800px)
{
	.hideCol
	{
		display:none;
	}
    #header
    {
       height: 1px;
	   background-color:#130C0E;
    }
	#logoRow
	{
		height:40px;
		background-color:#FFC700;
	}
	#mobileMenuRow
	{
		background-color:#FFC700;
		padding-bottom:10px;
		padding-top:10px;
	}
	.intertekLogo
	{
		margin-left:20px;
		background-image: url(../images/intertek_logo_small.png);
		background-repeat:no-repeat;
		background-position: 0px 9px;
		height:30px;
		width:90px;
		cursor:pointer;
	}
    #main
    { /* actual page content */
        margin: 8px 8px 8px 8px;
    }
	.homeBodyText
	{
		font-size:1em;
		line-height:1.5em;
	}
    #footer
    {
        padding: 8px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .title
    {
		display:none; /*the rest of the properties remain in case we choose to show the title again on small versions of the site*/
        font-size: 15px;
        left: 300px;
        top: 20px;
        margin-right: 50px;
        line-height: 100%;
    }
	.portallogo
	{
		margin-top: 0px;
		margin-left: 120px;
		float: left;
		background-position: right;
	}
    .mobilemenu
    {
        display: block;
        z-index: 100;
		margin-top:20px;
		margin-right:15px;
    }
    #loginForm
    {
		font-size:1.5em;
    }
    .login ul, #loginform ul
    {
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        top: 10px;
        right: 50px;
        letter-spacing: 1px;
    }
    .login ul#logged
    {
        
    }
    .login ul li
    {
        float: left;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .login ul li a
    {
        color: #999;
    }
    .dataHolder
    {
        display: block;
        width: auto;
        padding: 0px 0px 20px 0px;
    }
    .dataHolder h3
    {
        margin-bottom: 20px;
    }
    .dataCard
    {
        padding: 15px;
        border-radius: 4px;
        margin: 0px 0px 20px 0px;
        width: auto;
    }
    .dataCard h4
    {
        margin-bottom: 3px;
        margin-top: 21px;
		white-space:normal;
    }
    .OFF
    {
        background-color: #ffffff;
        border: 1px solid #999999;
    }
    .ON, .HOVER
    {
        background-color: #ffdd66;
        -webkit-box-shadow: 6px 6px 3px 0px rgba(140,140,140,0.3);
        box-shadow: 6px 6px 3px 0px rgba(140,140,140,0.3);
        color: #000;
        border: 1px solid #999999;
    }
    .ON
    {
        border: 1px solid #21B6D7;
    }
    .warnbutton, .testbutton, .devicebutton, .filesbutton, .exportbutton, .managebutton, .warnbuttontask, .casebutton
    {
        background-color: #999;
        float: right;
        position: relative;
        top: -15px;
        left: 15px;
        height: 30px;
        width: 30px;
        padding: 0px;
        border: 0px solid #999999;
        border-radius: 0px;
        margin-left: 1px;
        text-align: center;
    }
    .chart_container
    {
        padding: 0px;
        margin: 10px 0px 0px 0px;
    }
    .login
    {
        display: none;
    }
	.leftCol, .centerCol, .rightCol
	{
		display:block;
	}

	#testCaseMaster, #testmaster
	{
		position: static; /*so they won't scroll with the page*/
	}

	#searchString, #searchHeader, #searchWith
	{
		width:90px;
	}
}
.lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
        