/*#sc_header
{
	background: white;
}

#header_text
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}*/

body {
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font-family: Helvetica;
    -webkit-perspective: 800;
    -webkit-transform-style: preserve-3d;
}

.panelCloseButton
{
    position: absolute;
    top: 12px;
    right: 6px;
    height: 20px;
    width:20px;
    text-align: center;
    background:transparent url(../../images/mobile/close.png) no-repeat scroll;
    /*background:transparent url(../../images/mobile/close3.png) no-repeat scroll;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*.panelCloseButton2
{
    position: absolute;
    top: 12px;
    right: 6px;
    height: 20px;
    width:20px;
    text-align: center;
    background:transparent url(../../images/mobile/close3.png) no-repeat scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/


/* IMAGES       */
/* ------------ */

#poweredbyifactor
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 600;
	width:117;
	height:41;
}

/* MAP          */
/* ------------ */

.SCmap
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #1e4552;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* BUTTONS      */
/* ------------ */

/*Alerts button */

/*.alertsButton
{
	position: absolute;
	background:transparent url(../../images/mobile/alerts.png) no-repeat;
	width:62px;
	height:25px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/

.alertsButton {
    width: 100%;
    z-index: 500;
    background: #626363;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 1px;
    height: 30px;
    display: none;
	/*text-shadow: 0px 1px 1px #DDD;*/
}




/* Toolbar buttons */

#buttonToolBar
{
	position: absolute;
	z-index: 600;
}

.zoomOutButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -30px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.homeButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -60px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.configButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -240px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.reportButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -180px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.zoomInButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 0px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
.searchButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -90px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.layersButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -120px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.legendButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -150px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.infoButton
{
	position: absolute;
	background:transparent url(../../images/mobile/toolbar_buttons.png) no-repeat scroll 0 -210px;
	width:26px;
	height:26px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*/



/* INFO PANEL / ALERTS PANEL */
/* ------------------------- */

.infoDataPanel
{
	background-color: #ddd;
	color: #222;
	font-family: Helvetica;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height:100%;
}

.infoDataPanel .infoDataTitle
{
    margin: 0;
    border-bottom: 1px solid #666;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 0px 1px 1px #fff;
    color: #222;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));*/
    color: white;
    text-shadow: 0px 1px 1px #CCC;
  	background: black;
}

.infoDataPanel .infoDataBody
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    /*color: #222222;*/
    display: block;
    font-size: 13px;
    /*font-weight: bold;*/
    margin: 10px;
    padding: 12px 10px;
    text-decoration: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.infoDataPanel .infoDataHeader
{
    background-color: #DDDDDD;
    color: #222222;
    display: block;
    height:100%;
    margin: 10px;
    font-size: 14px;
}

.infoDataPanel .infoDataFoot
{
    background-color: #DDDDDD;
    color: #222222;
    display: block;
    height:100%;
    margin: 10px;
    font-size: 14px;
}

/*.infoDataPanel #alertsPanelCloseButtonv
{
    position: absolute;
    top: 12px;
    left: 6px;
    height: 20px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 1px;
    line-height: 20px;
    border-width: 0 1px 0 1px;
    -webkit-border-image: url(../../images/mobile/close.png) 0 0 0 0;
}*/


/*.infoDataPanel #alertsPanelCloseButton
{
    position: absolute;
    top: 12px;
    left: 6px;
    height: 20px;
    width:20px;
    text-align: center;
    background:transparent url(../../images/mobile/close.png) no-repeat scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/


/* LEGENDS PANEL */
/* ------------- */

/*.legendBox
{
    position: absolute;
	background-color: rgba(0,0,0,.7);
	color: #ffffff;
	font-family: Helvetica;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width:90px;
	z-index:600;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}*/

.toolPanel .legendBox
{
	/*width:210px;*/
}

.toolPanel .legendBox ul
{
	font-family: Helvetica;
	font-size: 13px;
	color:white;
	text-shadow: rgba(0,0,0,.2) 0 1px 1px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C4D4E), to(#404142));
	padding: 10px 15px 10px 15px;
}

.toolPanel .legendBox ul #legendTitle
{
	font-size: 15px;
	padding-bottom:10px;
}

/* PROCESSING PANEL */
/* ---------------- */

#processingPanel {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    z-index:1200;
    position: absolute;
    left: 0px;
    top: 0px;
}


/* TOOLS         */
/* ------------- */

.toolPanel
{
    background: #000;
    color: #ddd;
    font-size: 17px;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729));*/
}


.toolPanel > * {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65));*/
    background: #5e5e65;
}


.toolPanel h1, .toolPanel h2 {
    font: bold 18px Helvetica;
    /*text-shadow: rgba(255,255,255,.2) 0 1px 1px;*/
	text-shadow: 0px 1px 1px #CCC;
    color: #000;
    margin: 10px 20px 5px;
}

.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    height: 45px;
    /*background: url(../../images/mobile/toolpanel_header.png) #000000 repeat-x;*/
    background:black;
}

.black-translucent .toolbar {
	margin-top: 20px;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 210px;
    font-weight: bold;
	text-shadow: 0px 1px 1px #CCC;
	/*text-shadow: rgba(0,0,0,1) 0 -1px 1px;*/
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.toolPanel ul {
    color: #aaa;
    border: 1px solid #333333;
    font: bold 18px Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
}

.toolPanel ul.rounded {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}

.toolPanel ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b5f60), to(#4F5354));*/
}

.toolPanel ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b5f60), to(#4F5354));*/
}

.toolPanel ul li {
    color: #FFFFFF;
    border-top: 1px solid #333;
    border-bottom: #555858;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    overflow: hidden;
}

.toolPanel ul.edgetoedge {
    border-width: 1px 0;
    margin: 0;
    padding: 0;
}

.toolPanel ul.edgetoedge li {
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729));*/  /* Darker */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b5f60), to(#4F5354));*/
	border-bottom: 2px solid #000;
    border-top: 1px solid #4a4b4d;
    font-size: 17px;
    margin-bottom: -1px;
}

.toolPanel ul.edgetoedge li.sep {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
    border-bottom: 1px solid #111113;
    border-top: 1px solid #666;
    color: #3e9ac3;
    font-size: 16px;
    margin: 1px 0 0 0;
    padding: 2px 10px;
    text-shadow: #000 0 1px 0;
    /*text-shadow: 0px 1px 1px #fff; */
 }

.toolPanel ul.edgetoedge li em {
    font-weight: normal;
    font-style: normal;
}

.toolPanel ul li.arrow {
    background-image: url(../../images/mobile/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}
.toolPanel ul li.arrowdown {
    background-image: url(../../images/mobile/chevron_down.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}

.toolPanel ul li a, li.img a + a, .toolPanel ul li p {
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-shadow: rgba(0,0,0,.2) 0 1px 1px;
    /*text-shadow: 0px 1px 1px #fff;*/
 }

.toolPanel ul li a.active, ul li a.button {
    background-color: #53b401;
    color: #fff;
}

.toolPanel ul.rounded {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.toolPanel ul.rounded li a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.toolPanel ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.toolPanel ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}


.toolPanel ul.form li {
    padding: 7px 10px;
}

.toolPanel ul.form li.error {
    border: 2px solid red;
}

.toolPanel ul.form li.error + li.error {
    border-top: 0;
}

.toolPanel ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
    color: #777;
    /*background: transparent url(../../images/mobile/.png);*/
    border: 0;
    font: normal 17px Helvetica;
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: textarea;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.toolPanel ul li textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px;
}

/*
.toolPanel ul select {
    color: #FFFFFF;
    border-top: 1px solid #333;
    border-bottom: #555858;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    overflow: hidden;
    background-image: url(../../images/mobile/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}*/

.toolPanel ul li select {
    text-indent: 125px;
    /*background: transparent url(../../images/mobile/chevron.png) no-repeat right center;*/
    /*-webkit-appearance: textfield;*/
    /*margin-left: -6px;
    width: 104%;*/
    margin-left: -100px;
    width:100%;
    background: transparent url(../../images/mobile/empty.ico);
    /*background: transparent url(../../images/mobile/.png);*/
}

.toolPanel ul li input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.toolPanel ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Helvetica;
    display: block;
    width: 246px;
    color: #777;
    margin: -12px 0 0 17px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}
.whiteButton {
    -webkit-border-image: url(../../images/mobile/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
.grayButton {
    -webkit-border-image: url(../../images/mobile/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}*/

.toolPanel .submitBt
{
	color:#fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* REPORTS       */
/* ------------- */

.reportElem
{
    /*border-bottom: 1px solid #666;
    border-top: 1px solid #666;*/
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px 1px;
}

.reportElem p
{
	margin: 5px;
}

.reportElemSimple
{
    /*border-bottom: 1px solid #666;
    border-top: 1px solid #666;*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.reportElemSimple p
{
	margin: 0px;
}

.mapButton
{
	position: absolute;
	background:transparent url(../../images/mobile/map.png) no-repeat;
	width:30px;
	height:20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* To change color of Icon Text: It does not work because the style is overwritten when Bing Maps create the text */
/*.MicrosoftMap div div div div div div
{
	color:#000;
	font-size:7pt;
}*/


/* ---- MOBILE INFOBOX ---- */
.mobileInfobox
{
 	-webkit-border-radius: 16px;
    -webkit-box-shadow: rgba(0,0,0,.2) 5px 5px 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color:#FFFFFF;
	color:#444444;
	/*border: 1px solid #444444;*/
	z-index:10000;
}

.mobileInfoboxTitle
{
	-webkit-border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	/*text-shadow: 0px 1px 1px #DDD;*/
    background-color: #626363;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	margin: 10px;
	padding: 0px 5px 0px 5px;
}

.mobileInfoboxDesc
{
	/*text-shadow: 0px 1px 1px #CCC;*/
	/*width:100%;*/
	font-size:13px;
	margin:10px 20px 10px 20px;
}

.footer {
    color: #666666;
    /*color: white;*/
    /*color: black;*/
    font-family: Arial,Cambria,Helvetica,sanse-serif;
    font-size: 14px;
	text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* ALERT HEADER */
#alertheaderline {
	color:white;
	font-size:16px;
	padding-top:4px;
	margin:0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.toolbar > h2 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -100px;
    height: 40px;
    font-size: 20px;
    width: 210px;
    font-weight: bold;
	text-shadow: 0px 1px 1px #CCC;
	/*text-shadow: rgba(0,0,0,1) 0 -1px 1px;*/
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

