.search_inputs{
width: 226px;
border-color: #dddddd; 
border-width: 1px; 
height: 20px;
text-indent: 2px;
}

/* start paging */
.pagination {
    font: 14px/24px sans-serif;
    float:right;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    cursor: pointer;
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    cursor: text;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

/* end paging */

.slid_up_meta{
	float: right;
	padding-top: 12px;
}
.slid_up_meta:hover{
background-color: #E49971;
cursor: pointer; cursor: hand; 
}

.slid_down_meta{
	float: right;
}
.slid_down_meta:hover{
background-color: #E49971;
cursor: pointer; cursor: hand; 
}

/*bookmark_form*/
.bookmark_form{
width: 216px;
height: 80px;
background-color: #f0f0f0;
border: 1px solid #dddddd;
border-radius: 4px;
position: absolute;
z-index: 2;
padding: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.bookmark_form input{
}

.logout
{
	width: 216px;
height: 75px;
background-color: #f0f0f0;
border: 1px solid #dddddd;
border-radius: 4px;
position: absolute;
z-index: 2;
padding: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	
}
/*end of bookmark_form*/

.sub_group{
    cursor: pointer;
    margin-left: 15px;
}

.highlight {background-color:#1e6291;}
.sub_group:hover {background-color:#A0C4E7; color:#FFF;}

.panel_more
{
    margin-left: -22px;
    margin-top: -22px;
    margin-bottom: -10px;
    display: none;
}
.more
{
    text-align: right;
    color: #1e6291;
}
.more a
{
    cursor: pointer;
}

.permission_content
{
	font-size: 1em;
	margin-left: 53px;
	width: 83SSSSSSSS8px;
	border: 1px solid #ccc;
	color: #000;
	/* cursor: pointer; */
	margin-top: 20px;
}

.permission_content table, h2
{
	padding: 10px !important;
}

.btn_cage
{
	  padding: 25px;
  /* float: right; */
  text-align: right;
}

.div_center
{
	height: 350px;
}

.position_reset
{
	position: relative !important;
	margin: auto;
	margin-top: 100px;
}

.height_reset
{
	height: 350px;
}

/*basin kit/ model inventory/ spatial search related*/
#cmbBasinkit
{
	  background-color: rgb(254, 252, 253);
	  color: #EC9A75;
}

#cmbBasinkit>option:hover
{
    background-color: #A0C4E7;
}

#mapDiv_root
{
	background-color: rgb(145, 210, 230)
}


.column_01 p
{			
	line-height: 1.7;	
	border: 1px solid #ccc;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f2f3f5;
}

.app_subtitle
{
	font-size: 25px;
	color: #006cb7;
	padding-top: 20px;			
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	
}
.column_01
{
	width: 97% !important;	
	float: left;
	margin-left: 20px;
	
}

#mapDiv_root
{
	background-color: rgb(145, 210, 230)
}


.basin_details
{
	width: 300px;
	height: 375px;
	z-index: 999;
	background-color: #EFEFEF;
	/* display: none; */
	position: absolute;
	right: 30px;
	top: 30px;
	border: solid 1px rgb(147, 143, 143);	
	display:none;	
}
#mapDiv
{		    
    display: block !important;		    
    position: relative !important;
}
.btn_close
{
	width: 100%;
	text-align: right;
	height:20px;
	background-color: rgb(205, 208, 210);			
}

.basin_info
{
/*			width: 100%;*/
	height: 325px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	line-height: 1.7;
	font-style: italic;
	
}
.more_recent_uploads{
	float: right;
  text-decoration: none;
}

.padding_10
{
	/* padding: 10px; */
}
.col2_reset
{
	width: 1000px !important;
 	margin: 0 auto;
	float: none !important;
}
.user_registration td
{
	padding: 10px !important;
}
.error
{
	color: #f40000;
}


/*basin kit/ model inventory/ spatial search related*/
/* menu */
.top_menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  
}
.top_menu ul li {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 -1px 0 #000;
}
.top_menu ul li:hover {
  color: #fff;
}
.top_menu ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.top_menu ul li ul li { 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.top_menu ul li ul li:hover { background: #666; }
.top_menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.col_inner
{
	margin: 40px;
}
.col_inner_paddin_10
{
	padding: 10px;
}
.tbl_content
{
	font-size: 11px;
}
.panel_body
{
	float: left;
	font-size: 11px;
	width: 100%;
}
.panel_body table
{
	font-size: 12px;
	width: 100%;
}

.abbreviation_content
{
	width: 100%;
}

table.servicesTEx {
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    width: 845px;
    background-color: #fff;
    border: 0 #fff solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 10px;
}
td.td_line{
    padding: 10px 40px 30px 30px;
}

.img_logo {
    max-width: 150px;
    max-height: 100px;
}

.line_hr {
    border: none;
    border-top: 1px dashed #CCCCCC;
}

.title_label{
    width: 100%; 
    height: 25px; 
    color: #006CB7; 
    background: #F0F0F0; 
    font-size: 16px; 
    padding: 10px 5px 0 10px; 
    margin-left: 35px;
}

.para_content{
    margin-left: 35px;
    float: left;
    margin-top: 15px;
    color: #818181;
    font-size: 14px;
    line-height: 20px;
	text-align:justify;
    width: 100%;
}

.para_content ul{
    margin-left: 35px;
    line-height: 30px;
}

.feedback_tbl
{
	padding-top: 10px !important;
}
.feedback_tbl td
{
	padding-top: 10px !important;
}

.metadata_section{
    width: 100%; 
    height: 25px;
    color: #298bd5;
    background: #F0F0F0; 
    font-size: 12px;
}

.div_row
{
    display: table;
    width: 100%; 
    table-layout: fixed; 
    border-spacing: 10px;
}
.div_column
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.data_content
{
    max-height: 100px;
    min-height: 30px;
    width: auto !important;
    overflow-y: scroll;
}
#map{
	width: 1000px;
	height:450px;			
}
.dialog_title
{
	border:none !important;
	background:none !important;
}

.inner_content_col_left
{
	width:50%;
	float:left;
}
.inner_content_col_right
{
	width:50%;
	float:right;
	
}
.inner_content_col_right img
{
width:100%;
}

.page_full_width
{
    width: 1040px !important;
}

.ul_style_none_padding_40
{
list-style: none;
    padding-left: 40px;
}

.data_management_content
{
	padding: 0px 10px 10px 10px;
}

.ul_style_none_padding_40  li{
padding-top:5px !important;
}

.form_section {
    display: inline-block;
    min-width: 250px;
    vertical-align: top;
}

.input_tx
{
    width: 300px;
}

.controls {
    float:left; 
    clear:none;
    margin-top: 5px;
}

.controls label {
    float:left; 
    margin-top: -3px;
    margin-left: 5px; 
    padding: 2px 1em 0 0; 
}
.controls input.radio { float:left; clear:none; margin: 2px 0 0 2px; }

.inprogress{
    background-image: url('../images/inprogress.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.meta_button_panel
{
	    /* float: right; */
    width: 100%;
    padding: 10px;
    text-align: right;
    /* margin-right: -20px; */
}

.margin_r_20
{
	margin-right: 20px;
}

.meta_btn
{
	background-color: #b1b7bb;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 70px;
    height: 24px;
    margin-left: 5px;
	cursor: pointer;
}

.meta_btn_active
{
	background-color: #1e6291;
}

.meta_btn:hover
{
	background-color: #90c4f6;
}

.dataset_wrapper
{
	font-size: 1em;

    min-height: 196px;

    border: 1px solid #ccc;
    color: #000;
	margin-top: 20px;
}

.reset-padding-5_0
{
	padding: 5px 0px 5px 0px !important;
}

#tabs
{
	overflow: auto;
}