/* Basis Tags */ 



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#990000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img{
	border:0px;;
}

/* Seiten Layout Kendo UI (index.php) */ 

#map {
	background-image: url(img/mapbg.gif);
	background-repeat: repeat;	
	width:100%;
	min-height:200px;
	min-width:200px;
}

#printBox {
	position:absolute;
	padding:0px;
	top:0px;
	left:0px;	
	width:0px;
	height:0px;
	background-color:#FFA0A0;
	display:none;
	filter: alpha(opacity=60); 
	opacity: 0.6;
	moz-opacity: 0.6;
	border: 2px solid #FF0000;
	z-index:1002;
	pointer-events:none;
}

#ie-resizeBox{
	position:absolute;
	padding:0px;
	top:0px;
	left:0px;
	background-color:#CCC;
	display:none;
	filter: alpha(opacity=20); 
	opacity: 0.2;
	moz-opacity: 0.2;
	z-index:1004;
	pointer-events:none;
}

#leftTooglebut {
	position:absolute;
	top:180px;
	left:300px;
	z-index:1001;
	padding:0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#top_pane {
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
#map_pane {
	background-color: #DDD;
	padding: 2px;
}

#bottom_pane {
	padding: 2px;
}

#left_pane {
	padding: 2px;
}


 /* Baselayer Block links (index.php) */ 

#baselayer_head {
	padding-bottom:4px;
	font-weight:bold;
}

#baselayer_block {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top:5px;
	background-color:#FFF;
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
}

#baselayer_slider #baselayer_check {
	max-width:180px;
}

#baselayer_metadata {
	height: 20px;
	width: 20px;
	margin-top:1px;
	margin-left:2px;
	margin-right:2px;
	float:right;
}

.k-dropdown  {
    width:220px;
}

 /* POI Block Suche links (index.php) */ 

#left_poisearchblock{
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top:5px;
}

 /* POI Images */ 

.poi-image {
	border: 2px solid #FFF;
	box-shadow: 5px 5px 8px silver;
	margin:2px;
}

.poi-image:hover {
	border: 2px solid #CCC;
	box-shadow: 5px 5px 8px silver;
    cursor:pointer;
}

 /* Tab Block Ebenen + Module links (index.php) */ 

#left_tabblock{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-color: #666;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#tabstripleft {
	border: none;
}


 /* Anpassung der Borderfarbe der Tabs (index.php) */ 

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    border-color:#DCDCDC;
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Anpassung der Bordertopbreite der Tabs (index.php) */ 

.k-tabstrip-items .k-loading {
	border-top-width: 0px;
}

/* Anpassung der Tab paddings (index.php) */ 
.k-tabstrip > .k-content {
    padding: 0.2em 0.4em;
}

 /* Tree links (index.php) */ 

#treeview_expandlinks{
 margin-left:5px;
 font-size:10px
}

#treeview{
	display: inline-block;
	padding: 0px;
	margin-top: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	background-color: #fff;
	
}

/* Tree hiliten der Suchergebnisse im Layerbaum */ 
span.k-in > span.highlight {background:yellow}

 /* Tree Legendenicons (index.php) */ 

.queryinfo-icon {
	width: 7px;
	height: 11px;
	background: transparent url("../img/queryinfo.png") no-repeat 50% 50%;
	background-color: #C00000;
	overflow: hidden;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	margin: 0px 3px 2px 0px;
} 
 
 .scaleplus-icon {
	width: 12px;
	height: 12px;
	background: transparent url("../img/scaleplus.png") no-repeat 50% 50%;
	overflow: hidden;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	margin: 0px 3px 2px 0px;
}

 .scaleminus-icon {
	width: 12px;
	height: 12px;
	background: transparent url("../img/scaleminus.png") no-repeat 50% 50%;
	overflow: hidden;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	margin: 0px 3px 2px 0px;
} 
 
 
.k-treeview .k-icon, .k-treeview .k-image, .k-treeview .k-sprite, .k-treeview .k-checkbox, .k-treeview .k-in {
    display: inline-block;
    vertical-align: middle;
}

.k-checkbox-wrapper{
	display: inline-block;
	vertical-align: middle;
}

.k-image {
	border: solid 1px #F0F0F0;
	-moz-border-radius: 2px;
   	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#treeview .k-sprite {
	background-image: url("../css/Default/coloricons-sprite.png");
}

.rootfolder { background-position: 0 0; }
.folder     { background-position: 0 -16px; }
.pdf        { background-position: 0 -32px; }
.html       { background-position: 0 -48px; }
.image      { background-position: 0 -64px; }

 /* Menüposition (index.php) */ 

#mapMenu {
	position:absolute;
	top:96px;
	left:324px;
	z-index:1001;
	padding:0px;
	width:100%;
}

 /* Menüdivs */
.menudiv{
	padding: 5px;
}


  /* Sprache wechseln (index.php) */ 

#langChanger{
	position:fixed;
	top:14px;
	right:80px;
	z-index:1001;
}

  /* Logout-Link (index.php) */ 

#logout {
	position:fixed;
	top:5px;
	right:5px;
	z-index:1001;
	background-color:#FFF;
	border-radius: 2px;
	padding: 4px 4px 6px;
}

#login {
	position:fixed;
	top:5px;
	right:5px;
	z-index:1001;
	padding: 4px;
}

 /* Scaleline (index.php) */
 
#scaleline {
	position:fixed;
	right:4px;
	bottom: 40px;
	z-index:1002;
	font-size: 10px;
	padding:4px;
	background-color: rgb(255,255,255);
	-moz-border-radius: 4px;
   	-webkit-border-radius: 4px;
	border-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity:0.8;
}

.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: small;
}

.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}


 /* Koordinatenanzeige (index.php) */ 
 
#coord {
	position:fixed;
	right:100px;
	bottom: 8px;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0px;
}

#autorefreshMessage {
	position:fixed;
	left:10px;
	bottom: 8px;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0px;
	color:red;
	font-weight:bold;
}

 /* Copyright info (index.php) */ 
 
#mapcopyinfo {
	position:fixed;
	right:4px;
	bottom: 29px;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:1px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	filter: alpha(opacity=80); 
	opacity: 0.8;
	moz-opacity: 0.8;
}

 /* Maßstabsauswahl / Dropdown (index.php) */ 

#zoomscale {
	position:fixed;
	right: 4px;
	bottom: 4px;
	z-index:1002;
	visibility:hidden;
}

#selectzoom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

 /* Karte Loading Meldung (index.php) */ 

.olControlLoadingPanel {
	background-image:url(../img/ajax-loader.gif);
	position: fixed;
	top: 30px;
	right: 33px;
	width: 24px;
	height: 24px;
	background-position:center;
	background-repeat:no-repeat;
	display: none;
	z-index:1002;
	background-color: #FFFFFF;
}

 /* Client Loading Meldung (IE) (index.php) */ 
 
#loadingapp {
	font-size: 14px;
	color:#646464;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -45px;
	width: 110 px;
	height: 15px;
	z-index:1002;
	border: 1px solid #ccc;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

 /* Buttons im Client (Werkzeugbuttons) (index.php) */ 
 
.navbuttons { 
	width:40px;
	height:40px;
	z-index:1002;
	cursor:pointer;
	border: 1px solid #B91414;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 1px #999;
	-webkit-box-shadow: 2px 2px 1px #999;
	box-shadow: 2px 2px 1px #999;
}

#ngmsMapControl {
    position: absolute;
    top: 58px;
    right: 28px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
	z-index:1002;	
}

#ngmsMapControl a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 32px;
    width:32px;
    line-height:26px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(140, 140, 140, 0.8);
    filter: alpha(opacity=80);
	user-select: none;
	cursor:pointer;
}

#ngmsMapControl a:hover {
    background: #B4B4B4; /* fallback for IE */
    background: rgba(180, 180, 180, 0.7);
    filter: alpha(opacity=100);
}

#ngmsMapControl-zi{
	border-radius: 4px 4px 0 0;
}

#ngmsMapControl-zo{
	border-radius: 0;
}

#ngmsMapControl-gp{
	border-radius: 0;
}

#ngmsMapControl-fe{
	border-radius: 0 0 4px 4px;
}

#ngmsMapControl a  img {
	margin-top:4px;
	border: 0px;
}

#fullextent{
	border-radius: 0 0 4px 4px;
	background: rgba(140, 140, 140, 0.8);
    filter: alpha(opacity=80);
	height: 28px;
    width:28px;
	display: block;
    margin: 1px;
    padding: 0;
}

 /* GPS Infos (index.php) */ 

#gpsinfo {
    font-size:10px;	
	color: #B91414;
	padding:2px;
}

 /* Link Dialog Copy Divs (index.php) */ 
.copyMsg {
    font-size: 9px;
    color: #008000;
}

 /* Autocomplete Template Stassensuche (ngms_kendo.js) */ 
.autocompleteInline{
	font-size:10px;
	color:#666;
}

#placeSearch-list .k-item {
	line-height: 1em;
	min-width: 300px;
	white-space: nowrap;	
}

.dropdown-header > span {
                    display: inline-block;
                    padding: 5px;
}

#placeSearch-list .k-item > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 2px 2px 5px;
}

#placeSearch-list .k-item > span:first-child {
	margin: 2px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
}


 /* Buttons im Client (diverse Adminseiten) */ 

.smallbuttons{
	width:26px;
	height:26px;
	z-index:1002;
	cursor:pointer;
	border: 1px solid #C5C5C5;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 1px #999;
	-webkit-box-shadow: 2px 2px 1px #9;
	float:left;
}
.smallbuttons:hover{
	border: 1px solid #958E8A;
}

#zoombut{ background-image:url(../img/background_zoombut.png); } 
#zoombutdisable{ background-image:url(../img/background_zoombutdisable.png); } 
#infobut{ background-image:url(../img/background_infobut.png); } 
#editbut{ background-image:url(../img/background_editbut.png); } 
#editbutdisable{ background-image:url(../img/background_editbutdisable.png); } 
#delbut{ background-image:url(../img/background_delbut.png); } 
#delbutdisable{ background-image:url(../img/background_delbutdisable.png); } 

.disable-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;  
}

/* Abfrageergebnisse POIs + WMS (poi_query.php, poi_full.php) */ 

#querytab,#searchtab{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	border-color: #666;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	width: 99%;
	height: 86%;
	
}
#querytab{
	height: 86%;
}



#searchtab{
	height: 76%;
}

.wmstab {
	background-color: rgb(250,250,250);
	border-color: #666;
	border: 1px solid #CCC;
	width: 99%;
	margin: 2px;
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.popuppoiwrapper {
	max-width: 440px;
	margin-right:5px;

}

.poitable{
	margin-bottom:4px;
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgb(250,250,250);	
}

  /* Abfrage Koordinaten(poi_query.php) */ 

.query_coords {
	font-size:9px;
}

  /* Anzeige Entfernungen Umkreissuche(poi_full.php) */ 

.entfernung {
	font-size:10px;
	font-weight:bold;
	border: 1px solid #C5C5C5;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 1px #999;
	-webkit-box-shadow: 2px 2px 1px #9;
	margin-left:5px;
	padding:1px;
	white-space: nowrap;
}

  /* Hausnummernergebnisse Straßensuche (hsnr.php) */ 
 
a.tabhsn{
	width:40px;
	padding:2;
	border:1px solid #7f7f7f;
	background-color:#DADADA;
	color:#000;
	text-decoration:none;
	text-align: center;
	display: block;
	float: left; 
	background-image: url(../img/input_background.gif);
	margin: 1px;
}
a.tabhsn:hover {
	color: #990000;
	text-decoration: none;
	border:1px solid #990000;
}		

/* Legendenheader aus altem MS Template verbergen (processlegend.php) */
.ngmsLegendheader{
	display:none;
}


img.olTileImage {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    perspective: inherit;
}

/* wms get Feature Content (wms_query.php) */
div.wmsFeatureContent table{ 
    border-spacing: 0;
    border-collapse: collapse;
}

div.wmsFeatureContent table, div.wmsFeatureContent td, div.wmsFeatureContent tr {
	border: 1px solid #C5C5C5;
	background-color:#F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.wmsFeatureContent td{
	padding: 2px;
}

div.wmsFeatureContent thead tr, div.wmsFeatureContent th  {
	background-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

  /* Querytable (zommbutton, table, tr, */ 

#query_noresult {
	margin-top:10px;
	font-weight: bold;
}
  
  
.tablzoombuttons{
	background-image:url(../img/but_zoomin_liste.png);
	background-repeat:no-repeat;
	background-color:#DCDCDC;
	width:18px;
	height:18px;
	z-index:1002;
	cursor:pointer;
	border: 1px solid #C5C5C5;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tablzoombuttons:hover{
	border: 1px solid #958E8A;
}

.tableditbuttons{
	background-image:url(../img/but_edit_liste.png);
	background-repeat:no-repeat;
	background-color:#DCDCDC;
	width:18px;
	height:18px;
	z-index:1002;
	cursor:pointer;
	border: 1px solid #C5C5C5;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tableditbuttons:hover{
	border: 1px solid #958E8A;
}


.table_query {
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border: 1px solid #CCC;
}

.table_query_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E4E2DE;
	font-weight: bold;
	padding: 2px;
}

.table_query_left_v {
	width:128px;
	background-color: #F1F1F1;
}

.table_query td {
	border: 1px solid #C5C5C5;
}

.table_button {
	width: 22px;
	height: 22px;
	min-width: 22px;
	padding: 1px 1px;
}

/* table sorte */
table.table_query thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid #CCC;
	padding-right: 15px;
}
table.table_query tbody tr.odd td {
	background-color:#F0F0F6;
}
table.table_query thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.table_query thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table.table_query thead tr .headerSortDown, table.table_query thead tr .headerSortUp {
background-color: #8dbdd8;
}

.hilitetr{
 background-color: #80FFFF;
}

.hilitetr_green{
 background-color: #F0FFF0;
}

.kimgbut{
	vertical-align:middle;
	border:0px;
	
}

#mapMenu .k-image {
    border: 0px;
}

.olLayerGrid .olTileImage {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    perspective: inherit; 
}

img.olTileImage {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    perspective: inherit;
}


/* Sortable*/ 
#mod_plan_layercheckdiv {
	background-color: #f3f5f7;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.1);
	padding: 4px;
	margin: 5px auto;
	color: #666;
	font-size: 0.9em;
}

 #mod_plan_layerdiv {
	margin: 5px auto;
	width: 280px;
	background-color: #f3f5f7;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.1);
	right: 8px;
}

#mod_plan_sortable{
	padding: 0;
	margin: 0;
	
}

#searchTool .k-textbox .k-icon {
    margin: 0px 0 0;
    position: absolute;
    top: 50%;
}

li.sortable {
	list-style-type: none;
	padding: 3px 4px;
	margin: 0;
	color: #666;
	font-size: 0.9em;
	cursor: pointer;
}

li.sortable:last-child {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

li.sortable span {
	display: block;
	float: right;
	color: #666;
}

li.sortable:hover {
	background-color: #dceffd;
}

li.hint {
	display: block;
	width: 200px;
	background-color: #52aef7;
	color: #FFF;
	filter: alpha(opacity=60); 
	opacity: 0.6;
	moz-opacity: 0.6;
}

li.hint:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #52aef7;
	position: absolute;
	left: 208px;
	top: 5px;
}

li.hint:last-child {
	border-radius: 4px;
}

li.hint span {
	color: #fff;
}

li.placeholder {
	background-color: #dceffd;
	color: #52aef7;
	text-align: right;
}

.singlequery_hint{
	position:absolute;
	top:0px;
	left:0px;
	margin-left:7px;
	margin-right:7px;
	right:0px;
	padding:2px;
	background-color:#F2F2F2;
	font-size:9px;
}

/* when OL encounters a 404, don't display the pink image
.olImageLoadError { 

    display: none !important;
} 

.olTileImage.olImageLoadError {
    display: none !important;
}
*/

/* Gridausgabe Query */ 

.k-grid table  {
    background-color:#FFF;
	font-size: 90%;
}

.k-grid td {
    line-height: 1.2em;
    padding: 0.2em 0.2em;
}

#query_panelbar td a {
	font-weight: bold;
}

.min-k-button{
	width: 22px;
	height: 22px;
	min-width: 22px;
	padding: 1px 1px;
}

.k-autocomplete > .k-i-close{
	display: none;
}

.k-autocomplete > .k-icon{
	display: none;
}


/* ORS Modul */ 
.mod_ors_tr:hover { background: #dddddd !important; cursor: pointer; }
.mod_ors_tr:hover td { background: transparent; cursor: pointer; }

.mod_ors_querybuttons{
	margin-top: 5px;
	margin-bottom:5px;
	padding:2px;
	background-color:#FFF;
	font-size: 9px;
}

.mod_ors_panelItem {
	max-height: 268px;
	overflow-y: auto;
}

.mod_ors_list_hr {
	border: 0;
	border-bottom: 2px dashed #ccc;
	background: #CCC;
}

.mod_ors_ergdiv {
	margin:4px;
}

.mod_ors_table {
	background:#f8f8f8;
	font-size:10px;
	width:100%;	
}

.mod_ors_diricon {
	color: grey;
	font-size: 20px;
}

.mod_ors_pathbutton{
	width:34px;
	height:34px;
    border-radius: 4px;
    border-color: #c5c5c5;
	border: 1px solid;
    color: #2e2e2e;
    background-color: #e9e9e9;
    background-position: 50% 50%;
    background-image: none;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
	cursor:pointer;
}

.mod_ors_pathbutton:hover{
	background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0) 100%);
}

.mod_ors_hilitebutton{
	border-color: #a22222; 
	border-width: 2px;
}

.mod_ors_Coordinfo{
	color: #a22222;
	font-size: 10px;
	font-weight: bold;
	padding:3px;
	height:8px;
	padding-left: 18px;
	margin-bottom:4px;
}

#mod_ors_pathparam_info{
	font-weight: bold;
	width:118px;
	border: 1px solid;
	border-color: #a22222; 
	color: #a22222; 
	border-width: 1px;
	border-radius: 4px;
	padding:4px;
	margin-top: 4px;
	margin-bottom: 1px;
}

#mod_ors_avoid_features input[type="checkbox"] {
	vertical-align:middle;
}







