/*
databases_wide.css
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ overide museum_1_col.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#col_middle{
	/* height:auto; */
	/* padding: 0px 0px 30px 0px; */
	/* border: 1px solid red; */
}
#content_holder{
	position: static;
	/* border:1px solid #222; */
	width: 90%;
	margin: 0px 5% 0px 5%;
	/* float: left; */
}

/* header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;
}
section {
    width:350px;
    float:left;
    padding:10px;
}
footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
} */
/* orig css 


*/
a:link {
	color:#0033CC;
}
a:visited {color:#CC3366;}
a:active {color:#CC6699;}
a:hover {color:#0066CC; text-decoration:none;}

body{
	background-color: black;
}
a{
	cursor: pointer;
}

#header_filler{
	/* position: relative; */
	float: right;
	border:0px solid red;
	background-color: blue;
	height: 110px;
	width: 400px;
	margin: 0px -40px 0px 0px;
	/* left: 0px; */

  background-color: white;
  background-image:
    linear-gradient(
      to right,
      white,
      #3e2723 90%
    );
}
/* menu nav */
#this_page_name{
	display: none;
}

.close_symbol{
	float: right;
	margin: 3px 6px 3px 3px;
	color: white;
	font-size: 1.5em;
	padding: 8px;
	background-color: black;
}
.close_slide_text{
	width: 100%;
	background-color: gray;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
.close_slide_text:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.dropdown{
	/* text-decoration: none; */
	/* color: white; */
	/* border: 0px solid blue; */
	font-size: 1.2em;
}
.dropdown a{
	text-decoration: none;
	color: white;
	border: 0px solid red;
}
#account_menu{
 /* ??? !!! Update width depending on guest or user */
	/* width: 300px; */
}
/* many more than this can likely be removed from this file */
/* #nav_menu{
	float: right;
	border: 0px solid blue;
	margin: 20px 20px 20px 0px;
	height: 70px;
	width: 200px;
}
 */
#account_icon {
	height: 25px;
}
/* .deactivated_link{
	color: red;
}
*/
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ resume normal css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.table_list { /* two: 1: select all button and input form 2: database selector buttons */
	/* border: 1px solid #000; */
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	width: 98%;
	/* height: 48px; */
	float: left;
	overflow-y: hidden;
	background-color: #594039;
	margin: 14px 16px 8px 16px;
	padding: 6px 6px 10px 0px;
	border-radius: 8px;
	text-align: center;
}
#top_controls{
	/* holds the select and search for genealogy */
	height: 48px;
	margin: 0px 0px 0px 0px;
	/* background-color: green; */
}
#search_term{
	width: 200px;
}
.table_list_text{
	/* border-top: 0px dotted black; */
	/* border-bottom: 0px solid black; */
	/* width: 254px; */
	/* background-color: SkyBlue; */
	/* margin: 2px 0px 0px 2px; */
	/* color: black; */
	/* float: left; */
}
.db_radio{
	/* border: 1px solid white; */
	/* width: 16px; */
	/* float: left; */
	/* background-color: yellow; */
	/* margin: 0px 0px 0px 0px; */
}
.table_title{
	/* border: 1px solid blue; */
	/* float: left; */
	/* width: 210px; */
	/* margin: 4px 0px 0px 4px; */
}

.db_selection_status{
	background-color: white;
	margin: 1px 10px 0px 6px;
	padding: 2px 3px 2px 3px;
	height: 20px;
	width: 20px;
	float: left;
}

.db_selection_button_class{
	color: #2a1a18;
	list-style-type: none;
	width: 210px;
	height: 26px;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 2px 0px 0px 0px;
	/* background-color: #3e2723; */
	cursor: pointer;
}
.db_selection_button_selected:hover,
.db_selection_button_DEselected:hover,
.db_selection_button_SOMEselected:hover{
	color: black;
	font-size: 1.01em;
	background-color: #e2e0db;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.db_selection_button_selected{
	background-color: #8FBC8F;
}
.db_selection_button_DEselected{
	color: white;
	background-color: #CD5C5C;
}
.db_selection_button_SOMEselected{
	color: #5d3d01;
	background-color: #f3d59a;/*#ffd88e;*/
}
/* .db_selection_button_SOMEselected:hover{
	color: black;
	background-color: #b07910;
} */

#database_record_0{
	width: 320px;
}
.database_selector_buttons{
	margin-top: 0;
	margin-bottom: 0px;
}
.glyphicon-ok{
	color: green;
	background-color: #eeffee;
}
.glyphicon-remove{
	color: #cc3333;
	background-color: #ffdddd;
}
.glyphicon-minus{
	color: #9f6900;
	background-color: #f3d69e;
}

#easySearchForm_holder {
	display: none;
/* 	border: 0px solid #3f260c;
	background-color: #594039;
	color: whitesmoke;
	height: 28px;
	padding: 3px 0px 0px 12px;
	border-radius: 6px;
*/
	margin: 0px 0px 0px 33px;
	float: left;
	cursor: pointer;
    /* box-shadow:  1px 1px #3f260c; */
         /* 2px 2px #77aaff, */
         /* 3px 3px #77aaff, */
         /* 4px 4px #77aaff, */
         /* 2px 2px #77aaff; */
}
#easySearchForm_holder:hover {
/* 	background-color: #541e00;
	color: whitesmoke; */
	/* border: 2px solid #3f260c; */
	/* border-radius: 6px; */
	/* box-shadow:  
			-1px -1px #a08160,
			1px 1px #564534,
			1px -1px #564534,
			-1px 1px #a08160,
			2px 2px black; */
			 /* 2px 2px #77aaff, */
			 /* 3px 3px #77aaff, */
			 /* 4px 4px #77aaff, */
			 /* 2px 2px #77aaff; */
}
#easySearchForm{
	/* width: 832px; *//* keeps the form in a single line when wide enough. */
	/* background-color: red; */
	/* border: 1px solid red; */
	padding: 6px 0px 0px 20px;
	float: left;
}
#help_text_holder {
	display: block;
	background-color: #3e2723;
	color: antiquewhite;
	min-width: 550px;
	max-width: 600px;
	overflow: none;
	float: left;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 30px;
	border-radius: 8px;
	border: 1px solid #795b52;
}
#help_text{
	border: 0px solid red;
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#help_text > li{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#tables_data_holder{
}

/*
MERGE???
	.hidden_data && .database_info_panel
*/
/* .hidden_data{
	display: none;
} */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ db nav panels ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.database_info_panel{
	display: none;
	font-size: 1.3em;
	width: 98%;
	overflow-y: hidden; 
	border: 1px solid white;
	background-color: #fff;
	margin: 34px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border-radius: 8px;
  background-image:
    radial-gradient(
      circle at top left,
      #f0d7c3,
      #d0b7a3
    );
}
/* ~~~ nav tabs holder ~~~~ */
.db_nav_tabs_ul{
	border-top: 0px dotted black;
	border-left: 0px dotted black;
	border-right: 0px dotted black;
	border-bottom: 0px dotted black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* background-color: #f0f0f0; */
	list-style-type: none;
	border-radius: 8px;
	height: 60px;
	width: 100%;
}
/* ~~~ nav tabs ~ */
.db_title_tab_li,
.db_search_results_tab_li{
	/* width: 40%; */
	display: inline;
	cursor: pointer;
	font-size: 1.3em;
	/* height: 60px; */
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 29px 12px 31px;
	/* background-color: #fff; */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8d6e63), to(#3e2723));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #8d6e63, #3e2723);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #8d6e63, #3e2723);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #8d6e63, #3e2723);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #8d6e63, #3e2723);
	border-top: 2px solid #473732;
	border-left: 4px solid #372722;
	border-right: 4px solid #372722;

	border-bottom: 0px solid #3e2723;

	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	color: #bca39a;
	/* border-bottom: 5px solid #8d6e63; */
}
.db_title_tab_li:hover,
.db_search_results_tab_li:hover{
	/* background-color: #fff; */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e2723), to(#8d6e63));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3e2723, #8d6e63);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3e2723, #8d6e63);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #3e2723, #8d6e63);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #3e2723, #8d6e63);
	border-bottom: 0px solid #8d6e63;
}


.result_holder_maybe_not_needed{
	/* float: left; */
	/* border: 4px solid red; */
	/* margin: 10px 10px 10px 10px; */
	/* padding: 10px 10px 10px 10px; */

	/* width:1200px; */
}


.selected_tab{
	/* background-color: #806259; */
	color: white;
	border-bottom: 0px solid #8d6e63;
	/* background-color: #fff; */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e2723), to(#8d6e63));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3e2723, #8d6e63);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3e2723, #8d6e63);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #3e2723, #8d6e63);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #3e2723, #8d6e63);
	border-bottom: 0px solid #8d6e63;
}
/* ~~~ db results holder ~ */
.db_info_results_ul{
	/* holder for db panel description and search results - may not be needed ???*/
	/* 	Good to keep as a place-holder, the html is more complete/symetric in source */
	margin: 0px 0px 0px 0px;
}

/* ~~~ db search results ~ */
.db_description_li,
.database_results_li{
	/* border-top: 1px solid black; */
	/* border-left: 1px solid black; */
	/* border-right: 1px solid black; */
	/* border-bottom: 1px solid black; */
	/* background-color: blue; */
	/* width: 101%; */
	float: left;
	display: none;
	padding: 14px 20px 16px 20px;
	margin: 10px 40px 20px 36px;
	max-height: 600px;
	overflow: auto;
	
}
.database_description{
	/* display: none; */
	/* width: 300px; */
	float: left;
/* 	border-top: 2px solid orange;
	border-left: 2px solid blue;
	border-right: 2px solid green;
	border-bottom: 2px solid red;
 */}
.db_search_results{
	/* display: none; */
	/* width: 300px; */
	float: left;
/* 	border-top: 2px solid orange;
	border-left: 2px solid orange;
	border-right: 2px solid orange;
	border-bottom: 2px solid orange;
*/}
