﻿/* For ihvisor application only */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	color: #666666;
/*	overflow-x: hidden; */
/*	overflow-y: hidden; */
}
.mybg{
/*	background-image: url("images/abstract_blue.png");   */
	background-repeat: no-repeat;
	background-size: 100% 550px;
}
h1{
	font-weight: 700; font-size: 1.2em;
}
h2{
	font-weight: 400; font-size: 1.2em;
	line-height: 0.2;
}
h5{margin-top: 3px;}
h6{
	border-bottom: 3px dotted #004D40;
	margin-top: 15px;
	width: 190px
}
select{
	font-weight: 400;
	color: #666666;
	width: 190px;
}
optgroup{
	font-weight: 700; font-style: normal;
	color: #666666;
}
.go-right{
	float: right;
}

/* Basic page classes */
.img_inline{
	margin: 10px 0px 0px 10px;
	float: left;
}
img.center { vertical-align: -9px;}

/* Content elements */
#map { margin: 0; padding: 0; width:600px; height:500px;}

.olControlLayerSwitcher .layersDiv {
    background-color: #aaaaaa !important;
}
.olControlOverviewMapElement {
    background-color: #aaaaaa !important;
}

#zoomin{
	position:absolute;
	top:50px;
	left:20px;
	width:35px;
	height:35px;
	z-index:5000;
/*	background-color: black; */
	background-image:url("images/sl_zoomin.png");
	opacity:1;
}
#zoomin:hover{
	cursor:pointer;
/*	opacity:0.6; */
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#zoomout{
	position:absolute;
	top:90px;
	left:20px;
	width:35px;
	height:35px;
	z-index:5000;
/*	background-color: black;  */
	background-image:url("images/sl_zoomout.png");
	opacity:1;
}
#zoomout:hover{
	cursor:pointer;
/*	opacity:0.6; */
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

#cnt_login_tab {position:absolute; top:5px; right:50px;
	margin:0; padding:2px 2px 5px 10px; text-align:left; width:660px;
}
#cnt_header{
	width: 100%;
	height: 70px;
	float: right;
/*	position: fixed; */
	top: 10px; left: 10px;
/*	border-bottom: 1px solid #58594B
	box-shadow: 2px 2px 4px 0 #cccccc; */
}
#header_navbar {
	font-family: 'Arimo', Ariel, sans-serif; font-weight: 400; font-size: 1.1em;
	float: right; height: 20px; margin: 15px 25px 0 5px;
	padding: 0; text-align: right
}
#right_navbar {
	position: fixed; top: 220px; right: -125px;
	width: 250px; height: 20px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	font-family: Ariel, sans-serif; font-weight: 400; font-size: 0.8em;
	padding: 2px;
}
.mymargin{margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/}

.mapmargin{}

#cpscvalue{width: 120px;}

.droplistwidth{min-width: 200px; max-width: 200px;}

#scselbox{
	position: absolute;
	background-color: #fff;
	z-index: 1030;
	bottom: -320px; left: 15px;
	padding: 5px;
	width: 250px; height: 300px;
	box-shadow: 2px 2px 6px 2px #CCC;
}
#ayudabox{
	position: fixed;
	background-color: #fff;
	z-index: 10001;
	bottom: -500px; left: 290px;
	padding: 10px;
	width: 550px; height: 450px;
	box-shadow: 2px 2px 6px 2px #CCC;
}
#cnt_ayudabox{
	margin-top: 15px;
	width: 550px; height: 410px;
	overflow: auto;
}
#cnt_control{
	position: absolute;
	padding: 10px;
	top: 70px;
	bottom: 35px; 
	left: 0;
	width: 230px; /*Width of frame div*/
	overflow: auto;
	z-index: 1025;
	/* border: 1px solid red; */
}
#cnt_main{
	position: fixed;
	top: 50px; 
	left: 240px; /*Set left value to WidthOfFrameDiv*/
	right: 20px;
	bottom: 35px;
	overflow: hidden; 
	/* background: #fff; */
	/* border: 1px solid red; */
}
#cnt_map{
	position: absolute;
	top: 40px;
	/* box-shadow: 2px 2px 6px 2px #CCC; */
	/* border: 1px solid red; */
}
#cnt_table{
	position: absolute;
	top: 40px;
	/* box-shadow: 2px 2px 6px 2px #CCC; */
}
#cnt_table_insp{
	position: absolute;
	top: 40px; right: 5px;
	/* box-shadow: 2px 2px 6px 2px #CCC; */
}

#cnt_footer{
	width: 100%; height: 35px;
	position: fixed;
	bottom: 10px; left: 0px;
	text-align: center;
	font-size: 0.8em;
}
