@CHARSET "ISO-8859-1";

body
{
 	 /* margin-left:auto;
	  margin-right:auto;
	  width:95%; 
	  height:92%;
	  border: 1px solid #006600;
	  padding:15px 15px 15px 15px;
	 */
	  text-align:center;
	  
}
ul{ list-style: none; } 
body h1, li {padding-top:10; text-shadow: 10px 10px 10px #006600;}
ul li a { text-decoration: none; color:#000; font-weight:900;}
.footer{
	position:fixed;
	bottom:0px;
	font-size:x-small;
		 
}
/* Single-direction drop shadow */
		
hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 25px 12px -15px #006600;
    width:100%;
}

#inputTableFront hr{
	
	width:130%;
	
}
table{
	
	margin-left:20px;
}


td#td_estimate_rb{
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 1px 1px 5px #888;
    display: block;
    padding: 20px;
    vertical-align: bottom;
    
}

#steps{
     width:784px;
}
#slider-range_parent {
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 1px 1px 5px #888;
    display: block;
    padding: 20px 15px 20px 13px;
    margin-left:10px;
    vertical-align: bottom;
    
    /* width for lucid2012 */
    /* width:784px; */
    
    /* width for lucid2015 */ 
    width:915px; 
   
}
td#td_filter, .td_additional_filter, #std_td {
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 1px 1px 5px #888;
    display: block;
    padding: 20px;
    -moz-vertical-align: bottom;
    -webkit-vertical-align: middle;
}

a.button_active, a.button_unactive {  
  display: inline-block;  
  [if lte Gecko 1.8] display: -moz-inline-stack;  
  [if lte Konq 3.1] float: left;  
  height: 30px;  
  [if IE 5.0] margin-top: -1px;  
    
  text-decoration: none;  
  outline: none;  
  [if IE] text-decoration: expression(hideFocus='true');  
}


#select_element_name, #select_element_value, .select_element_value_additional{
  width:220px;	
}

div#left_inputpane{
    float: left;
    /*order: 1px solid #006600;*/
	padding:5px 50px 15px 5px;
	width:1024px;
  /* height:1000px; */ 
	
}

div#right_outputpane{
	float: left;
	border: 1px solid #006600;
	padding:2px 2px 2px 2px;
	width:1000px;
    height:1000px;
	margin-top: 15px;
	
   
}

#_stdtabledata{
	float: left;
	padding:2px 2px 2px 2px;
	width:1000px;
	height:1000px;
	margin-top: 15px;
   
}

#spinner, #img-spinner{
    opacity: 1.0;
    z-index: 1000;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}

div#right_outputpane_child_top{}

div#right_outputpane_child_bottom{
float: left;	
}

#fadeandscale{}
.popup_visible #fadeandscale {}

 #tr_geolevel_state, #tr_geolevel_stateforcounty, 
 #tr_geolevel_county, #tr_geolevel_llr, 
 #tr_geolevel_mlra, #tr_geolevel_huc  {
  display: none;
}
#filter_table{
  /*visibility: hidden; */
  display:none; 
  height: 140px;  

}
#stdtable_filter{
 display:none;
 height: 140px;
}

.tr_additional_filter{
 display: none; 
}

.td_and_or{
	font-size: 8px;
	color:#787878 ;
}
#tr_filter_replica  {
  display: none;   

}

.mapplot{
 display: none; 

}
#saveIcon, #printIcon{
 /* cursor: pointer; */ 
}
#fplus, #fminus{
   cursor: pointer;

}
#addFilter{
	position: relative;
    top: -12px;
    right: -12px;
}
#inputParametersExecuted{
	position: absolute;
	/*top: 45px; */
	opacity: 0.8;
	z-index: 999;
	background: #000000;
	padding: 10px 10px 10px 10px;
	
}

.spinner {
    position: absolute;
    top: 12%;
    left: 40%;
   /* margin-left: -50px;  half width of the spinner gif */
   /* margin-top: -50px;  half height of the spinner gif */
    text-align:center;
    z-index:1000;
    overflow: auto;
   
}

a.export_query {
   /* pointer-events: none; */
   /* cursor: default; */
}

 img#export_query {
    vertical-align: middle;
    height:27px; 
    width:95px;
    display:none;

}

body {
    text-align: center;
    
}

select, .select_element_name, option{
    
  font-size:13px !important;   
}

option[style*="visibility: hidden;"] {
	/*display:none !important; sugamsha@09/04/2020, Not important now*/ 

} 

#output_buttons {
	float: right;
	padding-left: 10px;
}

#std_broaduse > option{
	pointer-events:none;
}
